avr: use compiler-rt

This commit is contained in:
Ayke van Laethem
2020-04-14 17:55:07 +02:00
parent 43d7f48de4
commit ce0abac5a3
10 changed files with 60 additions and 18 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
"inherits": ["atmega328p"],
"build-tags": ["arduino"],
"ldflags": [
"-Wl,--defsym=_bootloader_size=512",
"-Wl,--defsym=_stack_size=512"
"--defsym=_bootloader_size=512",
"--defsym=_stack_size=512"
],
"flash-command": "avrdude -c arduino -p atmega328p -P {port} -U flash:w:{hex}:i"
}