Files
tinygo/targets/arduino.json
Ayke van Laethem ce0abac5a3 avr: use compiler-rt
2020-06-27 01:22:31 +02:00

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"
}