mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
avr: add support for the digispark
Blinking the on-board LED works. Nothing else has been tested yet.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"build-tags": ["avr", "js", "wasm"],
|
||||
"linker": "avr-gcc",
|
||||
"objcopy": "avr-objcopy"
|
||||
}
|
||||
Reference in New Issue
Block a user