github changes

This commit is contained in:
proddy
2018-12-23 14:09:35 +01:00
parent b52794998e
commit edfe99e1f5
15 changed files with 837 additions and 2464 deletions

12
extra_script.py Normal file
View File

@@ -0,0 +1,12 @@
Import("env")
#my_flags = env.ParseFlags(env['BUILD_FLAGS'])
#defines = {k: v for (k, v) in my_flags.get("CPPDEFINES")}
# print defines
#env.Replace(PROGNAME="firmware_%s" % defines.get("VERSION"))
# print env.Dump()
env.Replace(PROGNAME="firmware_%s" % env['BOARD'])