Armando 7dbd3f6909 feat(ci): Enable p4 example, test_apps and unit tests CI build 2 tahun lalu
..
main 797efb1dd3 ci: add pd_vddsdio in lightsleep UT tests 2 tahun lalu
CMakeLists.txt 6d11c37ff1 core-system: trim build components for core-system test apps 2 tahun lalu
README.md 7dbd3f6909 feat(ci): Enable p4 example, test_apps and unit tests CI build 2 tahun lalu
check_placements.py 350650eb73 ci: cleanup tools/system test apps 2 tahun lalu

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3

Runs a build test to check ldgen places libraries, objects and symbols correctly as specified in the linker fragments. Specifically, this app tests the placement for the main component, as specified in main/linker.lf The Python script that performs the checks, check_placements.py, automatically runs after the app is built.

ESP32-C2 doesn't have rtc memory, IDF-3834