esp-idf/tools
Ivan Grokhotkov 7ab57605cb test: panic: make stack overflow test more robust
The previous approach was to allocate an array on the stack, and
have the array extend past the stack size. This worked by would
result in SP being moved near the end of the stack. If an interrupt
triggered at that time, interrupt prologue would try to save the
context to the stack, tripping the stack overflow watchpoint.

Replacing this with the approach which doesn't move the SP and simply
writes to decreasing addresses from SP, until stack overflow check
triggers.
2020-12-30 01:10:09 +01:00
..
ble ci: Fix blecent example test 2020-11-25 22:37:24 +05:30
catch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ci Merge branch 'bugfix/ci_flasher_args_json_dict_items' into 'master' 2020-12-29 21:15:12 +08:00
cmake cmake: Add esp32c3 toolchain file 2020-12-24 14:18:02 +11:00
docker tools/docker: Add libpython2.7 in order to satisfy GDB dependencies 2020-09-02 18:15:52 +02:00
esp_app_trace Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_prov ci: all jobs use python3 by default 2020-11-19 03:27:58 +00:00
find_build_apps Add Linux support for find_apps and build_apps 2020-12-14 18:57:54 +08:00
idf_py_actions tools: decode esp32c3 stack dumps in idf_monitor.py 2020-12-22 20:02:48 +11:00
kconfig Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
kconfig_new tools: Invoke menuconfig as named module 2020-12-13 08:07:00 +01:00
ldgen Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
mass_mfg mfg_util: Update file handling to maintain line endings across various OS 2020-08-24 06:37:56 +00:00
templates/sample_component add new command to idf 2020-09-21 23:38:52 +02:00
test_apps test: panic: make stack overflow test more robust 2020-12-30 01:10:09 +01:00
test_idf_monitor ci: update reference output of test_idf_monitor, minor cleanup 2020-06-18 19:08:00 +02:00
test_idf_py Redirect warning to stderr and unset temporary shell procedure 2020-11-11 15:12:58 +01:00
test_idf_size esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
test_idf_tools Update toolchain to esp-2020r3 2020-09-03 14:09:38 +07:00
test_mkdfu Add ability to select a device for DFU flashing 2020-05-28 09:31:35 +02:00
unit-test-app freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
windows Merge branch 'feature/idf_tools_github_mirror' into 'master' 2020-12-14 15:58:51 +08:00
build_apps.py remove dir with exclude file pattern 2020-09-04 16:07:44 +08:00
check_python_dependencies.py Merge branch 'feature/msys2_env_update' into 'master' 2020-06-12 07:26:09 +08:00
check_term.py Give info and warnings about the TERM environment variable 2019-12-02 09: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 find_apps.py: app with no supported targets will be skipped correctly 2020-12-08 14:54:30 +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: decode esp32c3 stack dumps in idf_monitor.py 2020-12-22 20:02:48 +11:00
gen_esp_err_to_name.py spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
idf_monitor.py tools: decode esp32c3 stack dumps in idf_monitor.py 2020-12-22 20:02:48 +11:00
idf_size.py idf_size.py: add support for esp32c3 and risc-v 2020-11-13 07:49:11 +11:00
idf_tools.py Merge branch 'feature/idf_tools_github_mirror' into 'master' 2020-12-14 15:58:51 +08:00
idf.py Tools: add Python 2 deprecation warning 2020-12-02 11:08:48 +01:00
mkdfu.py Add ability to select a device for DFU flashing 2020-05-28 09:31:35 +02: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: Use GitHub download URLs for all files that can be downloaded from GitHub 2020-12-03 17:50:42 +11:00