mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
Added Gopher ARCADE board
This commit is contained in:
committed by
Ron Evans
parent
821f2aeae0
commit
109e0767e7
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"inherits": ["attiny85"],
|
||||
"build-tags": ["gopher_arcade"],
|
||||
"ldflags": [
|
||||
"--defsym=_bootloader_size=2180",
|
||||
"--defsym=_stack_size=128"
|
||||
],
|
||||
"flash-command": "avrdude -c usbasp -p t85 -B 10 -U flash:w:{hex}:i",
|
||||
"emulator": "simavr -m attiny85 -f 16000000 {}"
|
||||
}
|
||||
Reference in New Issue
Block a user