Merge branch 'controller/spiffs_paa' into 'main'

controller: Add reading PAA cert from spiffs partition

See merge request app-frameworks/esp-matter!304
This commit is contained in:
Shu Chen
2023-03-07 14:05:27 +08:00
10 changed files with 245 additions and 5 deletions
+2
View File
@@ -4,5 +4,7 @@ idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES ${PRIV_REQUIRES_LIST})
spiffs_create_partition_image(paa_cert ${CMAKE_SOURCE_DIR}/paa_cert FLASH_IN_PROJECT)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 14)
target_compile_options(${COMPONENT_LIB} PRIVATE "-DLWIP_IPV6_SCOPES=0" "-DCHIP_HAVE_CONFIG_H")
Binary file not shown.
+1 -1
View File
@@ -6,4 +6,4 @@ otadata, data, ota, , 0x2000
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, 0x20000, 0x1E0000,
ota_1, app, ota_1, 0x200000, 0x1E0000,
fctry, data, nvs, 0x3E0000, 0x6000
paa_cert, data, spiffs, , 0x20000
1 # Name, Type, SubType, Offset, Size, Flags
6 phy_init, data, phy, , 0x1000,
7 ota_0, app, ota_0, 0x20000, 0x1E0000,
8 ota_1, app, ota_1, 0x200000, 0x1E0000,
9 fctry, data, nvs, 0x3E0000, 0x6000 paa_cert, data, spiffs, , 0x20000