mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
aa8e12c464
Fix ldflags Update targets/arduino-mega1280.json Co-authored-by: Ayke <aykevanlaethem@gmail.com> Update atmega1280.json Update Makefile
9 lines
244 B
JSON
9 lines
244 B
JSON
{
|
|
"inherits": ["atmega1280"],
|
|
"build-tags": ["arduino_mega1280"],
|
|
"ldflags": [
|
|
"-Wl,--defsym=_bootloader_size=4096"
|
|
],
|
|
"flash-command":"avrdude -c arduino -b 57600 -p atmega1280 -P {port} -U flash:w:{hex}:i -v -D"
|
|
}
|