mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 13:18:59 +00:00
14 lines
442 B
CMake
14 lines
442 B
CMake
set(TARGET_REQUIRED_LIBS xz)
|
|
|
|
list(APPEND TARGET_REQUIRED_SRCS blsp_common.c blsp_media_boot.c )
|
|
list(APPEND TARGET_REQUIRED_SRCS blsp_boot_parser.c blsp_boot_decompress.c blsp_port.c )
|
|
list(APPEND TARGET_REQUIRED_SRCS bflb_eflash_loader_uart.c ) #bflb_eflash_loader_gpio.c
|
|
list(APPEND TARGET_REQUIRED_SRCS bflb_eflash_loader_cmds.c )
|
|
SET(LINKER_SCRIPT ${BOOT2_LINKER_SCRIPT})
|
|
|
|
|
|
set(mains blsp_boot2_iap.c)
|
|
generate_bin()
|
|
|
|
|
|
|