mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00

Addresses a build failure that occurs when flash encryption is enabled with default configurations. The build failure did not manifest in the CI environment because the configuration CONFIG_SECURE_FLASH_REQUIRE_ALREADY_ENABLED is set in sdkconfig.ci. This configuration is responsible for reducing the bootloader size. Closes https://github.com/espressif/esp-idf/issues/12619
6 lines
282 B
Plaintext
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=0xD000
|