TinyGo environment for compiling targeting ARM microcontrollers, such as the BBC:MIcrobit.
956
TinyGo environment for compiling targeting ARM microcontrollers, such as the BBC:MIcrobit.
Usage:
docker pull hybridgroup/tinygo-arm
git clone https://github.com/aykevl/tinygo.git
cd tinygo
docker run --rm -v $(pwd):/src hybridgroup/tinygo-arm build -o /src/blinky1.elf -size=short -target=pca10040 examples/blinky1
Content type
Image
Digest
Size
1 GB
Last updated
almost 8 years ago
docker pull hybridgroup/tinygo-arm