diff options
author | Cristian Maglie <c.maglie@bug.st> | 2012-06-26 00:52:05 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2012-06-26 00:52:05 +0200 |
commit | 31c24577835b0a9c7a1291ffbda1b61d96818511 (patch) | |
tree | 1f6d9725b59aa02e5400a8117eeec3206d88047d | |
parent | 79521e1a15f4d8778b07477cf1f61b6c0e74b7b9 (diff) |
Added default extra_flags parameter to allow build on all boards
-rw-r--r-- | boards.txt | 1 | ||||
-rw-r--r-- | platform.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,6 @@ uno.build.mcu=atmega328p uno.build.f_cpu=16000000L uno.build.core=arduino uno.build.variant=standard -uno.build.extra_flags= ############################################################## diff --git a/platform.txt b/platform.txt index f3f45bd..557b2d3 100644 --- a/platform.txt +++ b/platform.txt @@ -20,6 +20,8 @@ compiler.elf2hex.flags=-O ihex -R .eeprom compiler.elf2hex.cmd=avr-objcopy compiler.ldflags= compiler.size.cmd=avr-size +# this can be overriden in boards.txt +build.extra_flags= # AVR compile patterns # -------------------- |