esp-idf/components/bootloader_support/src/esp32
Marius Vikhammer d2872095f9 soc: moved kconfig options out of the target component.
Moved the following kconfig options out of the target component:
 * CONFIG_ESP*_DEFAULT_CPU_FREQ* -> esp_system
 * ESP*_REV_MIN -> esp_hw_support
 * ESP*_TIME_SYSCALL -> newlib
 * ESP*_RTC_* -> esp_hw_support

Where applicable these target specific konfig names were merged into
a single common config, e.g;
CONFIG_ESP*_DEFAULT_CPU_FREQ -> CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
2022-04-21 12:09:43 +08:00
..
bootloader_esp32.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
bootloader_sha.c bootloader: update copyright notice 2021-05-10 04:58:34 +02:00
bootloader_soc.c bootloader: Enable clock glitch detection 2021-09-02 12:25:12 +05:30
flash_encryption_secure_features.c efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
secure_boot_secure_features.c secure_boot: Fix warning when UART ROM DL mode is disabled 2021-11-22 12:01:15 +05:30