esp-idf/tools/test_apps/build_system/ldgen_test
2021-12-13 19:18:47 +08:00
..
main Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
check_placements.py ci: update ldgen_test test_app to test flags 2021-03-01 14:19:34 +08:00
CMakeLists.txt ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00
README.md CI: Enable ESP8684 build stage CI on master 2021-12-13 19:18:47 +08:00

Supported Targets ESP32 ESP32-S2 ESP32-S3 ESP32-C3

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.

ESP8684 doesn't have rtc memory, IDF-3834