9b350f9ecc
Do not include bootloader in flash target when secure boot is enabled. Emit signing warning on all cases where signed apps are enabled (secure boot and signed images) Follow convention of capital letters for SECURE_BOOT_SIGNING_KEY variable, since it is relevant to other components, not just bootloader. Pass signing key and verification key via config, not requiring bootloader to know parent app dir. Misc. variables name corrections
12 lines
555 B
CMake
12 lines
555 B
CMake
idf_component_register(SRCS "src/diskio.c"
|
|
"src/diskio_rawflash.c"
|
|
"src/diskio_sdmmc.c"
|
|
"src/diskio_wl.c"
|
|
"src/ff.c"
|
|
"src/ffsystem.c"
|
|
"src/ffunicode.c"
|
|
"src/vfs_fat.c"
|
|
"src/vfs_fat_sdmmc.c"
|
|
"src/vfs_fat_spiflash.c"
|
|
INCLUDE_DIRS src
|
|
REQUIRES wear_levelling sdmmc)
|