esp-idf/tools/test_apps/system/gdb_loadable_elf
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
main esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
app_test.py build-system: add loadable elf support for ESP32-S2 and C3 2021-02-02 17:21:39 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
gdbinit_esp32 tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 2021-05-04 16:22:50 +02:00
gdbinit_esp32c3 build-system: add loadable elf support for ESP32-S2 and C3 2021-02-02 17:21:39 +08:00
gdbinit_esp32s2 build-system: add loadable elf support for ESP32-S2 and C3 2021-02-02 17:21:39 +08:00
README.md Migrate "loadable elf" test from hello_world example to test_apps 2020-04-29 09:17:28 +02:00
sdkconfig.defaults test_apps: make it possible to run gdb_loadable_elf app locally 2020-05-04 19:10:06 +02:00

Loadable ELF test application

This project tests if the application can be loaded with GDB.