all: add Arduino Nano support

This commit is contained in:
Ayke van Laethem
2020-01-21 12:00:37 +01:00
committed by Ron Evans
parent e830acadf3
commit aeb2e6f70a
5 changed files with 54 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"inherits": ["atmega328p"],
"build-tags": ["arduino_nano"],
"ldflags": [
"-Wl,--defsym=_bootloader_size=512",
"-Wl,--defsym=_stack_size=512"
],
"flash-command": "avrdude -c arduino -p atmega328p -b 57600 -P {port} -U flash:w:{hex}:i"
}