Cao Sen Miao e81841318f CI: Enable ESP8684 build stage CI on master il y a 4 ans
..
main 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system il y a 4 ans
CMakeLists.txt 23590374b5 ldgen: add test app for placement sanity check il y a 5 ans
README.md e81841318f CI: Enable ESP8684 build stage CI on master il y a 4 ans
check_placements.py 1fa2308e52 ci: update ldgen_test test_app to test flags il y a 5 ans

README.md

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