Files
fastbee/firmware/esp-idf/wumei-smart-firmware/examples/security/flash_encryption/sdkconfig.defaults
2021-07-13 17:15:20 +08:00

6 lines
282 B
Plaintext

# This example uses an extra partition to demonstrate encrypted/non-encrypted reads/writes.
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x9000