esp-idf/components/esp_system/port/soc/esp32
Marius Vikhammer 52e3f09b32 refactor(spi): moved spi hw sharing func to hw support
Common spi functionality for sharing the SPI bus between modules is moved from esp_driver_spi to
a more fitting location in esp_hw_support (shared HW resource control).

This also allows us to decouple the spi_flash driver from esp_driver_spi, removing
esp_driver_spi and esp_ringbuf from G1 builds.
2023-11-20 12:07:54 +08:00
..
cache_err_int.c esp-system: move uncessary IRAM functions to flash 2023-04-10 11:10:28 +08:00
clk.c refactor(spi): moved spi hw sharing func to hw support 2023-11-20 12:07:54 +08:00
CMakeLists.txt feat(esp-system): moved common arch files out to common cmakelist 2023-08-29 16:14:43 +08:00
highint_hdl.S fix(wdt): move non-auto generated wdt values to ll 2023-09-05 11:52:34 +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.memory docs: update CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM docs to better reflect the limitations 2023-04-13 10:45:38 +08:00
Kconfig.system kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
Kconfig.tracemem kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
reset_reason.c esp-system: move uncessary IRAM functions to flash 2023-04-10 11:10:28 +08:00
system_internal.c mcpwm: reset peripheral in restart, panic and halt 2023-05-06 15:58:58 +08:00