Add support for Teensy LC board // Resolve #155

This commit is contained in:
Valeriy Koval
2015-04-06 20:22:03 +03:00
parent 22e2cec102
commit b23a8a7075
3 changed files with 34 additions and 1 deletions

View File

@@ -26,7 +26,14 @@ env.Append(
CXXFLAGS=[
"-std=gnu++0x",
"-felide-constructors"
]
],
LINKFLAGS=[
"-Wl,--gc-sections,--relax,--defsym=__rtc_localtime=$UNIX_TIME",
"--specs=nano.specs"
],
LIBS=["m"]
)
if isfile(env.subst(join(