Age | Commit message (Expand) | Author |
2022-03-12 | atsamd51: allow faster frequency setting when using SPI | sago35 |
2022-03-10 | samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) | sago35 |
2022-03-08 | src/os: export correct values for os.DevNull for each OS | ZauberNerd |
2022-03-08 | add support for GPIO interrupts on esp32c3 | Dmitriy |
2022-03-08 | src/os: add stubs for exec.ExitError and ProcessState.ExitCode | ZauberNerd |
2022-03-07 | src/runtime: add stub for runtime.NumCPU() | ZauberNerd |
2022-03-07 | src/runtime: add stub for debug.ReadBuildInfo() | ZauberNerd |
2022-03-06 | runtime: implement memhash | Ayke van Laethem |
2022-03-06 | runtime: add fastrand | Ayke van Laethem |
2022-03-04 | src/syscall: document Environ() single-allocation tradeoff | Damian Gryski |
2022-03-04 | src/runtime: use memzero for leaking collector | Damian Gryski |
2022-03-01 | os: Use a uintptr for NewFile | Elliott Sales de Andrade |
2022-03-01 | src/os,src/syscall: move env copy code to syscall.Environ() | Damian Gryski |
2022-03-01 | src/os: add back TestClearenv | Damian Gryski |
2022-03-01 | src/os: make Environ() return a copy of the environment | Damian Gryski |
2022-02-28 | Revert "all: move stm32 files to separate repository" | sago35 |
2022-02-24 | os: testTempDir: now that we have os.ReadDir, bring back one use of it in a test | Dan Kegel |
2022-02-24 | testing: nudge type TB closer to upstream; should be a no-op change. | Dan Kegel |
2022-02-24 | testing: implement testing.TempDir | Dan Kegel |
2022-02-24 | fix: Add stubs for more missing reflect methods | Kyle Conroy |
2022-02-21 | github: also run 'make tinygo-test' on mac | Dan Kegel |
2022-02-20 | os: disable TestClearenv for now, it is very flaky. Also reduce verbosity. | Dan Kegel |
2022-02-19 | board: Adafruit MacroPad RP2040 | BCG |
2022-02-18 | all: move stm32 files to separate repository | Ayke van Laethem |
2022-02-18 | Implement os.RemoveAll() | Dan Kegel |
2022-02-13 | board: add definition for Teensy 4.1 (#2618) | BCG |
2022-02-13 | rp2040: fix incorrect inline assembly | Ayke van Laethem |
2022-02-11 | machine: add DefaultUART to wioterminal | sago35 |
2022-02-05 | rp2040: i2c minor fixes | Yurii Soldak |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2022-02-03 | os: isWine: be compatible with older versions of wine, too | Dan Kegel |
2022-02-03 | wasm: remove heap allocator from wasi-libc | Ayke van Laethem |
2022-02-02 | esp32c3: add support for input pin | sago35 |
2022-02-02 | machine/rp2040: whole now correctly set at minimum 1 value for high frequency... | soypat |
2022-02-02 | os: add DirFS, which is used by many programs to access readdir. | Dan Kegel |
2022-02-02 | os: implement readdir for darwin and linux | Dan Kegel |
2022-02-01 | src/runtime: assert that a gc block addr isn't inside the metadata | Damian Gryski |
2022-02-01 | src/runtime: prevent out-of-bounds memory access during b.state() | Damian Gryski |
2022-02-01 | src/runtime: use garbage collector constants when we have them | Damian Gryski |
2022-02-01 | src/runtime: fix location of metadata in comment | Damian Gryski |
2022-02-01 | src/runtime: improve metadatasize calculation to avoid rounding issues | Damian Gryski |
2022-01-29 | nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579) | Yurii Soldak |
2022-01-24 | Kludge: provide stub for syscall.seek on 386 and arm, #1906 | Dan Kegel |
2022-01-24 | Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906" | Dan Kegel |
2022-01-21 | os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. | Dan Kegel |
2022-01-20 | move AVR interrupt related code to runtime | Dmitriy Zakharkin |
2022-01-20 | Kludge: work around lack of syscall.seek on 386 and arm, #1906 | Dan Kegel |
2022-01-20 | src/{syscall, os}: add File.Stat, with smoke test | Damian Gryski |
2022-01-20 | nrf: fix stop condition race in i2c | Yurii Soldak |
2022-01-19 | internal/task: remove coroutines | Nia Waldvogel |