tinygo/src
Ayke van Laethem cecae8084c nrf52840: do not export DFU_MAGIC_* constants
These constants are for internal use only, so should not have been
exported. In addition, they didn't follow the Go naming convention
before this change.
2022-09-19 07:41:46 +02:00
..
crypto nrf: make GetRNG available to all chips 2022-09-17 06:08:54 +02:00
device all: rename assembly files to .S extension 2022-08-04 15:43:42 +02:00
examples examples: adds summary of wasm examples and fixes callback bug 2022-09-07 13:31:21 +02:00
internal wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
machine nrf52840: do not export DFU_MAGIC_* constants 2022-09-19 07:41:46 +02:00
net net: sync net.go with Go 1.18 stdlib 2022-08-06 08:05:29 +02:00
os Add ErrProcessDone error 2022-08-09 09:18:49 +02:00
reflect reflect: implement CanInterface and fix string Index() 2022-09-01 21:42:22 +02:00
runtime src/runtime: add a few more docs about the garbage collector 2022-09-18 15:19:11 +02:00
sync sync: implement map.LoadAndDelete 2022-09-02 11:48:01 +02:00
syscall syscall/darwin: add ENOTCONN 2022-08-07 09:04:57 +02:00
testing all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00