esp-idf/components/esp_psram
Jakob Hasse 548022fbe6 refactor(linux): excluded all non-Linux components from build
* All components which won't build (yet) on Linux are excluded.
  This enables switching to Linux in an application without
  explicitly setting COMPONENTS to main in the main
  CMakeLists.txt.
* ESP Timer provides headers for Linux now
* automatically disabling LWIP in Kconfig if it is not available

doc(linux): brought section
  "Component Linux/Mock Support Overview" up to date
2023-10-16 17:06:54 +08:00
..
device refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
esp32 refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
esp32p4 feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp32s2 refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
esp32s3 refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
include refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
test_apps refactor(esp_psram): reformat code with astyle_py 2 2023-10-09 15:29:31 +08:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
esp_psram_impl.h feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp_psram.c refactor(esp_psram): reformat code with astyle_py 2023-10-08 10:36:04 +08:00
Kconfig feature: add ram loadable app support 2023-02-01 17:57:22 +08:00
Kconfig.spiram.common feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
linker.lf feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
mmu_psram_flash.c refactor(esp_psram): reformat code with astyle_py 2023-10-08 10:36:04 +08:00
project_include.cmake esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.rename.esp32s2 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00
sdkconfig.rename.esp32s3 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00