aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2021-11-20stm32: add minimal stm32wlex5 / lorae5 targetKenneth Bell
2021-11-20os: Implement and smoke test Mkdir() and Remove()Dan Kegel
2021-11-20syscall: hoist cstring() out of two functions to reduce repetition and alloca...Dan Kegel
2021-11-20board: add M5Stacksago35
2021-11-20syscall: fix array size for mmap slice creationDamian Gryski
2021-11-20syscall: add support for Mmap and MprotectAyke van Laethem
2021-11-20testing: add a stub for CoverModeDamian Gryski
2021-11-18machine/rp2040: refactor PWM code. fix Period calculationPatricio Whittingslow
2021-11-17src/runtime/debug: stub debug.Stack()Damian Gryski
2021-11-17src/testing stub AllocsPerRunDamian Gryski
2021-11-17src/runtime/debug: add SetMaxStack to allow compress/flate tests to buildDamian Gryski
2021-11-17src/testing: add testing.Verbose()Damian Gryski
2021-11-17wasm: support -scheduler=noneAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-16runtime: only use CRLF on baremetal systemsAyke van Laethem
2021-11-16net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa.Dan Kegel
2021-11-16device: add build tag for go1.17sago35
2021-11-15wasi: restore support for -scheduler=noneAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-13nano-33-ble: internal i2c config, power led and sensors switchYurii Soldak
2021-11-12reflect: add support for DeepEqualAyke van Laethem
2021-11-12reflect: fix Value.Index() in a specific caseAyke van Laethem
2021-11-12reflect: implement Value.Elem() for interface valuesAyke van Laethem
2021-11-12reflect: don't construct an interface-in-interface valueAyke van Laethem
2021-11-12machine/rp2040: add interrupt APIsoypat
2021-11-06transform: refactor interrupt loweringAyke van Laethem
2021-11-05Make the frequency selection more flexible on stm32f103jaap aarts
2021-11-05Fix SPI on stm32f103jaap aarts
2021-11-05runtime: only initialize os.runtime_args when neededAyke van Laethem
2021-11-05linux: reduce binary size in the common caseAyke van Laethem
2021-11-04os: add File.WriteString and File.WriteAtDamian Gryski
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2021-10-31compiler: simplify interface loweringAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-10-28compiler: properly implement div and rem operationsAyke van Laethem
2021-10-28machine: support Pin.Get() function when the pin is configured as outputAyke van Laethem
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-10-25sam: move I2S0 to machine fileAyke van Laethem
2021-10-25sam: simplify SPI peripheral declarationAyke van Laethem
2021-10-25sam: simplify I2C peripheral declarationsAyke van Laethem
2021-10-25sam: simplify definition of SERCOM UART peripheralsAyke van Laethem
2021-10-25Call __wasm_call_ctors() in wasi init functionRouven Broszeit
2021-10-23add support for CPU interrupts for ESP32-C3Dmitriy
2021-10-21fe310: add support for bit banging driversAyke van Laethem
2021-10-21fe310: increase CPU frequency from 16MHz to 320MHzAyke van Laethem
2021-10-21rp2040: i2c SetBaudRate spellingYurii Soldak
2021-10-21rp2040: i2c baud rate handling improvementsYurii Soldak
2021-10-20board: add M5Stack Core2sago35
2021-10-16src/testing: stub B.ReportAllocs()Damian Gryski