mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
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.
|