2019-05-27 14:29:43 +08:00
|
|
|
idf_component_register(SRCS "bootloader_start.c"
|
|
|
|
|
REQUIRES bootloader bootloader_support)
|
2019-05-10 10:53:08 +08:00
|
|
|
|
2024-12-16 17:35:34 +08:00
|
|
|
idf_build_get_property(scripts BOOTLOADER_LINKER_SCRIPT)
|
2019-08-08 13:44:24 +10:00
|
|
|
target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")
|
2021-04-15 10:31:33 +08:00
|
|
|
|
|
|
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u bootloader_hooks_include")
|