mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
51238fba50
Without the extra `:i` at the end, avrdude will misinterpret the colon in Windows paths.
9 lines
244 B
JSON
9 lines
244 B
JSON
{
|
|
"inherits": ["atmega2560"],
|
|
"build-tags": ["arduino_mega2560"],
|
|
"ldflags": [
|
|
"-Wl,--defsym=_bootloader_size=8192"
|
|
],
|
|
"flash-command":"avrdude -c wiring -b 115200 -p atmega2560 -P {port} -U flash:w:{hex}:i -v -D"
|
|
}
|