mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"inherits": ["atmega328p"],
|
|
"build-tags": ["arduino"],
|
|
"ldflags": [
|
|
"--defsym=_bootloader_size=512",
|
|
"--defsym=_stack_size=512"
|
|
],
|
|
"flash-command": "avrdude -c arduino -p atmega328p -P {port} -U flash:w:{hex}:i"
|
|
}
|