CMakeLists.txt 295 B

12345678
  1. idf_component_register(SRCS "bootloader_start.c"
  2. REQUIRES bootloader bootloader_support)
  3. idf_build_get_property(target IDF_TARGET)
  4. set(scripts "${target}.bootloader.ld"
  5. "${target}.bootloader.rom.ld")
  6. target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}")