aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2012-06-26 00:52:05 +0200
committerCristian Maglie <c.maglie@bug.st>2012-06-26 00:52:05 +0200
commit31c24577835b0a9c7a1291ffbda1b61d96818511 (patch)
tree1f6d9725b59aa02e5400a8117eeec3206d88047d
parent79521e1a15f4d8778b07477cf1f61b6c0e74b7b9 (diff)
Added default extra_flags parameter to allow build on all boards
-rw-r--r--boards.txt1
-rw-r--r--platform.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/boards.txt b/boards.txt
index b6d7425..85a9bf3 100644
--- a/boards.txt
+++ b/boards.txt
@@ -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
# --------------------