tinygo/src
Ayke van Laethem 22b143eba8 microbit-v2: add support for S113 SoftDevice
This currently doesn't work with `tinygo flash` yet (even with
`-programmer=openocd`), you can use pyocd instead. For example, from the
Bluetooth package:

    tinygo build -o test.hex -target=microbit-v2-s113v7 ./examples/advertisement/
    pyocd flash --target=nrf52 test.hex

I intend to add support for pyocd to work around this issue, so that a simple
`tinygo flash` suffices.
2021-04-14 22:55:52 +02:00
..
device stm32: use stm32-rs SVDs which are of much higher quality 2021-01-09 21:45:07 +01:00
examples machine: refactor PWM support 2021-04-06 20:36:10 +02:00
internal compiler: merge runtime.typecodeID and runtime.typeInInterface 2021-03-23 14:32:33 +01:00
machine microbit: remove LED constant 2021-04-14 17:40:32 +02:00
os WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
reflect reflect: implement New function 2021-04-12 14:49:26 +02:00
runtime microbit-v2: add support for S113 SoftDevice 2021-04-14 22:55:52 +02:00
sync extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
syscall WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
testing testing: add Run method 2020-10-28 18:25:56 +01:00