1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-15 11:26:40 +03:00

Added default extra_flags parameter to allow build on all boards

This commit is contained in:
Cristian Maglie
2012-06-26 00:52:05 +02:00
parent 46aeeb4b29
commit 7c0dfc01a5
3 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ compiler.elf2hex.cmd=arm-none-eabi-objcopy
compiler.ldflags=
compiler.size.cmd=arm-none-eabi-size
compiler.define=-DARDUINO=
# this can be overriden in boards.txt
build.extra_flags=
compiler.libsam.c.flags="-I{build.system.path}/libsam" "-I{build.system.path}/CMSIS/CMSIS/Include/" "-I{build.system.path}/CMSIS/Device/ATMEL/"