Add new SAMD21 boards // Issue #520, #620

This commit is contained in:
Valeriy Koval
2016-06-21 15:03:09 +03:00
parent 748437ef7a
commit 51dd86e6da
4 changed files with 126 additions and 2 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ if "sam3x8e" in env.get("BOARD_OPTIONS", {}).get("build", {}).get("mcu", None):
]
)
elif "zero" in env.subst("$BOARD"):
elif "samd" in env.get("BOARD_OPTIONS", {}).get("build", {}).get("mcu", None):
env.Append(
LINKFLAGS=[
"--specs=nosys.specs",