esp-idf/components/esp_psram
Darian Leung 287bdc5e61 fix(test_apps): Trim builds of component test apps
Some component test apps do not use the "set(COMPONENTS main)" command in their
project level "CMakeLists.txt", thus leading to their builds pulling in all
ESP-IDF components.

This commit trims the build of multiple component test apps:

- Add "set(COMPONENTS main ...)" to project level "CMakeLists.txt"
- Add missing "PRIV_REQUIRES" in some "main" component "CMakeLists.txt"

Also removed repeated configuraiton options in legacy_i2c_driver/sdkconfig.ci.defaults
as they are already specified in legacy_i2c_driver/sdkconfig.defaults
2023-09-18 17:16:37 +08:00
..
device change(psram): atomic set clock and reset 2023-08-31 17:10:34 +08:00
esp32 feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp32p4 feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp32s2 feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp32s3 feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
include mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
test_apps/psram fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp_psram_impl.h feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +08:00
esp_psram.c feat(psram): esp32p4 psram device driver support 2023-08-28 14:14:58 +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 change(soc): added SOC_ prefix to mmu defs 2023-09-05 15:47:26 +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