Back to Esp Idf

README

tools/test_apps/build_system/ldgen_test/README.md

6.1-dev703 B
Original Source
Supported TargetsESP32ESP32-C2ESP32-C3ESP32-C5ESP32-C6ESP32-C61ESP32-H2ESP32-H21ESP32-H4ESP32-P4ESP32-S2ESP32-S3ESP32-S31

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