Jakob Hasse 620cc586a2 tools: setting components to main to reduce build time %!s(int64=2) %!d(string=hai) anos
..
main 3c1b8cd75a ci: add a test for .eh_frame(_hdr) section for RISC-V targets %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt 620cc586a2 tools: setting components to main to reduce build time %!s(int64=2) %!d(string=hai) anos
README.md bf2a7b2df6 esp32h4: removed esp32h4 related codes %!s(int64=2) %!d(string=hai) anos
sdkconfig.defaults 3c1b8cd75a ci: add a test for .eh_frame(_hdr) section for RISC-V targets %!s(int64=3) %!d(string=hai) anos

README.md

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