esp-idf/components/esp_system/port/soc/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
..
cache_err_int.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
clk.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
CMakeLists.txt IPC: Move ipc sources to esp_system 2021-11-11 10:30:01 +08:00
highint_hdl.S soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
intr.c esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
Kconfig.cpu soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.system system: move kconfig options out of target component 2022-03-02 01:22:26 +00:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30