3025 Commits (895c54207612836c703f1f3744aac946e804bbb2)
 

Author SHA1 Message Date
Ayke van Laethem 895c542076 builder: do not ignore debug info on baremetal targets 2 years ago
Adrian Cole e91fae5756 compileopts: silently succeed when there's no debug info to strip 2 years ago
Ayke van Laethem f52ecf3054 machine: use NoPin constant where appropriate 2 years ago
Crypt Keeper 725864d8dc
cgo: fixes panic when FuncType.Results is nil (#3136) 2 years ago
Damian Gryski fca2de21b1 runtime: make gc and scheduler asserts settable with build tags 2 years ago
Ayke van Laethem 107b1c2906 machine: do not expose RESET_MAGIC_VALUE 2 years ago
deadprogram 2409bbef69 build: set circleci resource class to large for CI build 2 years ago
Ayke van Laethem 8b078a9e8f machine: remove level triggered pin interrupts 2 years ago
sago35 9e24441978
main: allow setting the baud rate for serial monitors (#3190) 2 years ago
Ayke van Laethem 1e6c14b3e4 ci: build TinyGo using Go 1.19 2 years ago
Crypt Keeper 25f6be1488
build: makes CI choose latest Go 1.18.x (#3143) 2 years ago
Ayke van Laethem 9a9106a297 esp32c3: remove unused UARTStopBits constants 2 years ago
Ayke van Laethem a68f7e4ce3 nrf: add ReadTemperature method 2 years ago
Ayke van Laethem 70b3ece6ec rp2040: add machine.ReadTemperature 2 years ago
Ayke van Laethem 86ea216e7d machine: move SPI Tx function into separate file 2 years ago
Ayke van Laethem 5a92c35536 main: restore support for flashing Espressif chips 2 years ago
Ayke van Laethem 7513fa2c96 machine: add KHz, MHz, GHz constants, deprecate TWI_FREQ_* constants 2 years ago
Ayke van Laethem bc946f346d machine: rename PinInputPullUp/PinInputPullDown 2 years ago
Ayke van Laethem 6e6666519c go mod tidy 2 years ago
Ayke van Laethem cecae8084c nrf52840: do not export DFU_MAGIC_* constants 2 years ago
Ayke van Laethem 9720ccacbb machine: improve UARTParity slightly 2 years ago
Damian Gryski a5aa777c7b src/runtime: add a few more docs about the garbage collector 2 years ago
sago35 aca1ad187d targets: remove usbpid of bootloader 2 years ago
sago35 5a41ed6329 xiao-ble: fix usbpid 2 years ago
Ayke van Laethem 91e9c84d85 nrf: make GetRNG available to all chips 2 years ago
sago35 4af530f238 wioterminal: remove serial-port setting of bootloader 2 years ago
Ayke van Laethem d3863f337d rp2040: do not use GetRNG in crypto/rand 2 years ago
Ayke van Laethem 5551ec7a1e cgo: implement support for static functions 3 years ago
Ayke van Laethem 91104b2f27 runtime: ensure some headroom for the GC to run 2 years ago
sago35 80f38e8449 main: add serial port monitoring functionality 2 years ago
Adrian Cole 22893c5180 wasm: documents memory constants 2 years ago
Ayke van Laethem 9e4e182615 interp: fix reading from external global 2 years ago
Ayke van Laethem 5f96d2b784 all: add flag for setting the goroutine stack size 2 years ago
Ayke van Laethem bd1d93b705 go mod tidy 2 years ago
Anuraag Agrawal 03d1c44265
wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148) 2 years ago
Adrian Cole dc0346d968 wasi: adds more details about why wasmtime flags are added 2 years ago
Ayke van Laethem dadae95448 ci: use the Go Alpine image for building the release binary 2 years ago
sago35 f5fc2fc072 main: add support for stlink-dap programmer 2 years ago
Matt Schultz 4ba76a5df9 machine/nrf52840: implement RNG peripheral operation 2 years ago
deadprogram ea1e08f53f machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdk 2 years ago
Adrian Cole bba0dc9575 build: uses setup-go@v3 to simplify cache config 2 years ago
Isaac Rodman 617c7586fe Remove unconnected simple LED pin from qtpy-rp2040 2 years ago
Isaac Rodman 7366d5e185 Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-rp2040 2 years ago
Adrian Cole 96e3ecd949 build: updates to actions/cache@v3 2 years ago
Ayke van Laethem 8bbfb1ee68 wasm: do not allow undefined symbols 2 years ago
Adrian Cole 07cdcc61f7 examples: adds summary of wasm examples and fixes callback bug 2 years ago
Ayke van Laethem 4ca9b34133 machine: add PWM peripheral comments to pins 2 years ago
Patricio Whittingslow d5e4b16911 add github.com/soypat/mu8 to corpus.yaml 2 years ago
sago35 fd05254683 Update compileopts/target.go 2 years ago
sago35 c579e7e509 Update compileopts/target.go 2 years ago