aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2021-11-30runtime: use LLVM intrinsic to read the stack pointerAyke van Laethem
2021-11-30machine: add Device constantAyke van Laethem
2021-11-30os: TempDir(): obey TMPDIR on unix, TMP on win, etcDan Kegel
2021-11-29os.Remove: avoid double-wrapping err; fixes TODO in testDan Kegel
2021-11-29os, syscall: implement ReadAt for unixDan Kegel
2021-11-26os: add a stub for File.TruncateDamian Gryski
2021-11-26 Improvements for stm32wle targets :Olivier Fauchon
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-26stm32: fix timeout for i2c commsKenneth Bell
2021-11-24stm32: pull-up on I2C linesKenneth Bell
2021-11-24all: remove FreeBSD supportAyke van Laethem
2021-11-24cgo: add support for C.CString and related functionsAyke van Laethem
2021-11-24tinygo: support -run for testsDamian Gryski
2021-11-24runtime: allow comparing interfaces in reflectValueEqual()Damian Gryski
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