Simba framework for Nano32 board.

This commit is contained in:
Erik Moqvist
2016-12-08 22:27:38 +01:00
parent e7d7c089c1
commit f5f5710d98
11 changed files with 272 additions and 1 deletions
+11
View File
@@ -87,6 +87,7 @@ env.Replace(
FRAMEWORK_ARDUINOESP32_DIR=platform.get_package_dir(
"framework-arduinoespressif32"),
ESPIDF_DIR=platform.get_package_dir("framework-espidf"),
FRAMEWORK_SIMBA_DIR=platform.get_package_dir("framework-simba"),
#
# Upload
@@ -128,6 +129,16 @@ if env.subst("$PIOFRAMEWORK") == "espidf":
"0x10000"
]
)
if env.subst("$PIOFRAMEWORK") == "simba":
env.Append(
UPLOADERFLAGS=[
"0x1000", join("$FRAMEWORK_SIMBA_DIR", "3pp", "esp32",
"bin", "bootloader.bin"),
"0x4000", join("$FRAMEWORK_SIMBA_DIR", "3pp", "esp32",
"bin", "partitions_singleapp.bin"),
"0x10000"
]
)
env.Append(