esp-idf/tools/test_apps/system/eh_frame
2023-04-26 18:53:12 +08:00
..
main ci: add a test for .eh_frame(_hdr) section for RISC-V targets 2022-06-30 02:51:37 +00:00
CMakeLists.txt ci: add a test for .eh_frame(_hdr) section for RISC-V targets 2022-06-30 02:51:37 +00:00
README.md esp32h4: remove esp32h4 target from ci 2023-04-26 18:53:12 +08:00
sdkconfig.defaults ci: add a test for .eh_frame(_hdr) section for RISC-V targets 2022-06-30 02:51:37 +00:00

Supported Targets ESP32-C2 ESP32-C3

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/esp32h4/esp32c2>
idf.py build
idf.py flash monitor