Add support for the new Adafruit boards Bluefruit Micro and Feather // Resolve #403

This commit is contained in:
Ivan Kravets
2015-12-24 23:09:40 +02:00
parent 943d16bcf8
commit dfe39f386d
5 changed files with 118 additions and 30 deletions

View File

@@ -39,7 +39,7 @@ env.Replace(
"-Wall", # show warnings
"-ffunction-sections", # place each function in its own section
"-fdata-sections",
"-MMD", # output dependency info
# "-MMD", # output dependency info
"-mmcu=$BOARD_MCU"
],