esp-idf/components/esp_hw_support/port/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
..
private_include apll: add lock for apll 2021-12-29 10:13:13 +08:00
cache_sram_mmu.c esp32: move spiram, himem 2021-07-16 20:14:26 +08:00
chip_info.c soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
CMakeLists.txt sleep: restore analog calibration registers after waking up from light sleep 2022-03-04 12:10:20 +08:00
dport_access.c esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00
esp_himem.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
Kconfig.hw_support soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.mac esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
Kconfig.rtc soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
rtc_clk_common.h esp_hw_support: update copyright notice 3 2021-08-10 13:30:57 +02:00
rtc_clk_init.c rtc_clk: fix esp32 unreachable code in rtc_clk_xtal_freq_estimate 2022-04-11 12:13:00 +08:00
rtc_clk.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
rtc_init.c soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
rtc_pm.c esp_hw_support: update copyright notice 3 2021-08-10 13:30:57 +02:00
rtc_sleep.c Power Management: add RTC8M power domain to control whether internal 8m oscillator is powered down during sleep 2021-09-13 17:36:54 +08:00
rtc_time.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
spiram_psram.c Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
spiram_psram.h add flash and PSRAM CS IO acquire function 2021-09-15 20:34:17 +08:00
spiram.c config: removed references to non-existing kconfig options 2022-03-15 18:32:22 +08:00