]> granicus.if.org Git - esp-idf/commit
Support ELF files loadable with gdb
authorRoland Dobai <dobai.roland@gmail.com>
Mon, 22 Jul 2019 14:04:03 +0000 (16:04 +0200)
committerbot <bot@espressif.com>
Tue, 24 Sep 2019 07:19:50 +0000 (07:19 +0000)
commit5a916ce12656cb7b171ea2c1262679ae1eb3519c
treedd5122b5ed7b3cd7e798a074e69d41a4292c2117
parent6a9288bc73d49ee7bfb73fb3fa72627119be2fd9
Support ELF files loadable with gdb
24 files changed:
.gitlab-ci.yml
Kconfig
components/bootloader/CMakeLists.txt
components/bootloader/project_include.cmake
components/esp32/Kconfig
components/esp32/clk.c
components/esp32/cpu_start.c
components/esp32/ld/esp32.ld
components/esp32/ld/esp32.project.ld.in
components/esp32/ld/esp32_fragments.lf
components/esp32/panic.c
components/esp_rom/esp32/ld/esp32.rom.spiflash.ld
components/esptool_py/CMakeLists.txt
components/esptool_py/Makefile.projbuild
components/esptool_py/project_include.cmake
components/soc/src/memory_layout_utils.c
examples/get-started/hello_world/.gdbinit.ci [new file with mode: 0644]
examples/get-started/hello_world/loadable_elf_example_test.py [new file with mode: 0644]
examples/get-started/hello_world/sdkconfig.ci [new file with mode: 0644]
make/project.mk
tools/ci/config/target-test.yml
tools/idf.py
tools/tiny-test-fw/IDF/IDFApp.py
tools/unit-test-app/components/test_utils/test_runner.c