mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"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 {}"
|
|
}
|