Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-07 12:30:57 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
adc49dfed747b51a715817fa1d749e79f81a513c
esp-idf/examples/security/flash_encryption/sdkconfig.defaults

6 lines
282 B
Plaintext
Raw Normal View History

spi_flash: remove duplicate definition of spi_flash_unlock The other (static) definition is in flash_ops.c, all references are also in flash_ops.c.
2019-08-23 12:37:55 +08:00
# 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"
fix: fixed build issue in flash encryption example with certain config 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
2023-11-22 12:56:29 +05:30
CONFIG_PARTITION_TABLE_OFFSET=0xD000
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 92ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API