esp-idf/tools/test_apps/system/eh_frame
2024-09-02 19:26:12 +08:00
..
main test(system): add more eh-frame tests 2024-08-28 10:01:18 +08:00
CMakeLists.txt tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
pytest_eh_frame.py ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
README.md test(system): add more eh-frame tests 2024-08-28 10:01:18 +08:00
sdkconfig.defaults test(system): add more eh-frame tests 2024-08-28 10:01:18 +08:00

Supported Targets ESP32-C2 ESP32-C3 ESP32-C5 ESP32-C6 ESP32-C61 ESP32-H2 ESP32-P4

Building and running

The main goal of this test is to check whether the compiler/linker generates non-empty sections .eh_frame and .eh_frame_hdr.

Thus, as soon as this example compiles we can considered it passed. However, it will also print the addresses of both sections on the UART.

In order to build and run the example, use the following commands:

idf.py set-target <esp32c3/esp32c2>
idf.py build
idf.py flash monitor