aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-09-29all: update to version 0.26.0v0.26.0Ayke van Laethem
2022-09-28testdata: increase timings used for timers test to try to avoid race conditio...deadprogram
2022-09-28builder: do not ignore debug info on baremetal targetsAyke van Laethem
2022-09-27compileopts: silently succeed when there's no debug info to stripAdrian Cole
2022-09-26machine: use NoPin constant where appropriateAyke van Laethem
2022-09-26cgo: fixes panic when FuncType.Results is nil (#3136)Crypt Keeper
2022-09-25runtime: make gc and scheduler asserts settable with build tagsDamian Gryski
2022-09-25machine: do not expose RESET_MAGIC_VALUEAyke van Laethem
2022-09-25build: set circleci resource class to large for CI builddeadprogram
2022-09-24machine: remove level triggered pin interruptsAyke van Laethem
2022-09-24main: allow setting the baud rate for serial monitors (#3190)sago35
2022-09-24ci: build TinyGo using Go 1.19Ayke van Laethem
2022-09-24build: makes CI choose latest Go 1.18.x (#3143)Crypt Keeper
2022-09-21esp32c3: remove unused UARTStopBits constantsAyke van Laethem
2022-09-21nrf: add ReadTemperature methodAyke van Laethem
2022-09-21rp2040: add machine.ReadTemperatureAyke van Laethem
2022-09-21machine: move SPI Tx function into separate fileAyke van Laethem
2022-09-20main: restore support for flashing Espressif chipsAyke van Laethem
2022-09-20machine: add KHz, MHz, GHz constants, deprecate TWI_FREQ_* constantsAyke van Laethem
2022-09-20machine: rename PinInputPullUp/PinInputPullDownAyke van Laethem
2022-09-19go mod tidyAyke van Laethem
2022-09-19nrf52840: do not export DFU_MAGIC_* constantsAyke van Laethem
2022-09-18machine: improve UARTParity slightlyAyke van Laethem
2022-09-18src/runtime: add a few more docs about the garbage collectorDamian Gryski
2022-09-17targets: remove usbpid of bootloadersago35
2022-09-17xiao-ble: fix usbpidsago35
2022-09-17nrf: make GetRNG available to all chipsAyke van Laethem
2022-09-16wioterminal: remove serial-port setting of bootloadersago35
2022-09-16rp2040: do not use GetRNG in crypto/randAyke van Laethem
2022-09-16cgo: implement support for static functionsAyke van Laethem
2022-09-16runtime: ensure some headroom for the GC to runAyke van Laethem
2022-09-16main: add serial port monitoring functionalitysago35
2022-09-16wasm: documents memory constantsAdrian Cole
2022-09-15interp: fix reading from external globalAyke van Laethem
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
2022-09-15go mod tidyAyke van Laethem
2022-09-15wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148)Anuraag Agrawal
2022-09-14wasi: adds more details about why wasmtime flags are addedAdrian Cole
2022-09-14ci: use the Go Alpine image for building the release binaryAyke van Laethem
2022-09-14main: add support for stlink-dap programmersago35
2022-09-12machine/nrf52840: implement RNG peripheral operationMatt Schultz
2022-09-10machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdkdeadprogram
2022-09-09build: uses setup-go@v3 to simplify cache configAdrian Cole
2022-09-09Remove unconnected simple LED pin from qtpy-rp2040Isaac Rodman
2022-09-09Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-r...Isaac Rodman
2022-09-08build: updates to actions/cache@v3Adrian Cole
2022-09-08wasm: do not allow undefined symbolsAyke van Laethem
2022-09-07examples: adds summary of wasm examples and fixes callback bugAdrian Cole
2022-09-05machine: add PWM peripheral comments to pinsAyke van Laethem
2022-09-04add github.com/soypat/mu8 to corpus.yamlPatricio Whittingslow