OTA - redirection support + bootloader

This commit is contained in:
Sebastien
2019-09-26 19:51:16 -04:00
parent 4f0fedb126
commit ae1a480029
51 changed files with 38686 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
idf_component_register(SRCS "bootloader_start.c"
REQUIRES bootloader bootloader_support)
idf_build_get_property(target IDF_TARGET)
set(scripts "${target}.bootloader.ld"
"${target}.bootloader.rom.ld")
target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")