Move framework related things from main script to own build script

This commit is contained in:
Ivan Kravets
2017-01-24 23:25:18 +02:00
parent dabc54ab7b
commit 19c8bc49de
4 changed files with 26 additions and 38 deletions
+7
View File
@@ -77,6 +77,7 @@ def build_espidf_bootloader():
)
)
env.Prepend(
CPPPATH=[
join("$PROJECTSRC_DIR"),
@@ -128,6 +129,12 @@ env.Append(
"-T", "esp32.rom.ld",
"-T", "esp32.peripherals.ld"
],
UPLOADERFLAGS=[
"0x1000", join("$BUILD_DIR", "bootloader.bin"),
"0x4000", join("$BUILD_DIR", "partitions_table.bin"),
"0x10000"
]
)
#