esp-idf/tools/test_apps/system/eh_frame
laokaiyao 8677216576 esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
..
main
CMakeLists.txt
README.md esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
sdkconfig.defaults

README.md

Supported Targets ESP32-C2 ESP32-C3 ESP32-H4

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