esp-idf/tools/test_apps/build_system/ldgen_test
Renz Bagaporo 23590374b5 ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00
..
main ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00
CMakeLists.txt ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00
README.txt ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00
check_placements.py ldgen: add test app for placement sanity check 2021-02-05 10:20:37 +08:00

README.txt

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.