Files
tinygo/targets/avr.json
T
Ayke van Laethem 9392ef900d avr: add support for the digispark
Blinking the on-board LED works. Nothing else has been tested yet.
2018-11-20 18:50:24 +01:00

6 lines
90 B
JSON

{
"build-tags": ["avr", "js", "wasm"],
"linker": "avr-gcc",
"objcopy": "avr-objcopy"
}