esp-idf/tools
Ivan Grokhotkov 84e4127f0c tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3
The previous location was the return from the first ets_printf call
that prints ROM sign-on message. Since the main function was patched
in ECO3, the new address no longer works — there is no instruction at
0x40007901 in ECO3 ROM. This could be solved by setting two
breakpoints (one would work for ECO <=2, the other for ECO3), but we
would need to remove the unused breakpoint later.
Fix this by setting the breakpoint at ets_printf. This means that when
debugging a loadable ELF the ROM sign-on message will no longer be
shown, but this doesn't seem to be an issue.
2021-06-18 14:38:43 +02:00
..
ble ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests 2021-06-01 12:27:04 +05:30
catch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ci Merge branch 'test/support_multiple_targets_for_iperf_example_test_v4.3' into 'release/v4.3' 2021-06-17 03:48:12 +00:00
cmake cmake: Improve the error message if the Python interpreter fails to run 2021-05-04 07:51:04 +00:00
docker tools/docker: Add libpython2.7 in order to satisfy GDB dependencies 2020-09-02 18:15:52 +02:00
esp_app_trace style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
esp_prov ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests 2021-06-01 12:27:04 +05:30
find_build_apps style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
idf_py_actions tools: Add various fixes for idf.py gdbgui 2021-05-03 11:41:39 +02:00
kconfig Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
kconfig_new style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ldgen ldgen: refactor generation tests and description addition 2021-02-05 10:20:37 +08:00
mass_mfg docs: update api-reference chapters for C3 2021-03-02 15:00:56 +08:00
templates/sample_component add new command to idf 2020-09-21 23:38:52 +02:00
test_apps tests: gdb_loadable_elf: adjust the breakpoint location for ESP32 ECO3 2021-06-18 14:38:43 +02:00
test_idf_monitor style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_idf_py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_idf_size tools: Don't count BSS into the total image size 2021-03-01 14:39:32 +01:00
test_idf_tools style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_mkdfu style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_mkuf2 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
unit-test-app ci: remove spi_flash_qio_s2 config 2021-05-12 17:20:00 +08:00
windows Fix eclipse build: “UnicodeDecodeError: 'ascii' codec can't decode byte” 2021-02-10 12:48:44 +01:00
build_apps.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_python_dependencies.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_term.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
detect_python.fish tools: Prefer python3 during install and export 2021-02-14 18:49:21 +01:00
detect_python.sh tools: Prefer python3 during install and export 2021-02-14 18:49:21 +01:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +08:00
find_apps.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
format-minimal.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
format.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
gdb_panic_server.py tools/gdb_panic_server: wrap b"" with bytes() for py2.7 compatibility 2021-01-28 11:20:32 +01:00
gen_esp_err_to_name.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
idf_monitor.py tools: handle exception in case of logging Unicode characters 2021-04-06 19:16:15 +02:00
idf_size.py tools: Don't count BSS into the total image size 2021-03-01 14:39:32 +01:00
idf_tools.py tools: Warning about tool beiing installed but failed to run. 2021-04-26 14:03:17 +02:00
idf.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
mkdfu.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
mkuf2.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
set-submodules-to-github.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
toolchain_versions.mk Update toolchain to esp-2020r3 2020-09-03 14:09:38 +07:00
tools_schema.json tools: add metadata file and idf_tools.py 2019-05-24 17:04:23 +08:00
tools.json tools: Updates OpenOCD version to 'v0.10.0-esp32-20210401' 2021-05-10 16:51:05 +00:00