esp-idf/tools
Darian Leung c36e06c45c freertos: Add test app sdkconfig
This commit adds the sdkconfig files for the FreeRTOS test app. These
configurations were dervied from the various legacy unit test app's
config files that included the FreeRTOS component.

This commit tries to keep a 1 to 1 config parity with the legacy test app.
Meaning, if FreeRTOS test were run on a particular target with a particular
config, that config will be represented in one of the test app's
sdkconfig.ci.XXX files.

However, the following configurations were removed for FreeRTOS tests:

- The "freertos_flash" option was removed due to redudancy (already tested in
  freertos_options)
2022-10-23 20:02:14 +08:00
..
ble feat: add requirements.ttfw.txt 2022-08-01 15:52:21 +08:00
catch Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ci test: add a script for supporting multi-dev and multi-stage case 2022-10-20 18:35:51 +08:00
cmake Merge branch 'tools/idf_py_size_output_file_opt' into 'master' 2022-10-10 15:54:00 +08:00
docker tools: Docker: remove libpython2.7 2022-08-22 13:25:09 +02:00
esp_app_trace idf.py: Change copyright in tools dir 2022-05-24 14:01:50 +02:00
esp_prov esp_prov: Update deprecated APIs 2022-10-14 16:53:40 +05:30
gen_soc_caps_kconfig build-system: include soc_caps defines into kconfig 2021-12-06 12:37:07 +08:00
idf_monitor_base idf.py: Add automated hints on how to resolve errors 2022-07-04 08:15:23 +00:00
idf_py_actions Tools: Detect if the project is configured for a different Python 2022-10-18 15:56:43 +02:00
idf_size_yaml esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
kconfig_new Confgen: KConfig options not set in sdkconfig.defaults files can now be renamed 2022-08-26 03:36:28 +00:00
ldgen Merge branch 'fix/flake8_v5_warnings' into 'master' 2022-08-12 23:27:14 +08:00
mass_mfg tools: remove the dependency on the future package 2022-08-09 16:46:58 +02:00
mocks lwip:bugfix for increase ping task stack size 2022-10-19 10:49:13 +08:00
requirements pytest: set default timeout for each case 2022-10-08 04:47:35 +00:00
templates/sample_component add new command to idf 2020-09-21 23:38:52 +02:00
test_apps ci: fix import path 2022-10-20 20:34:51 +08:00
test_build_system build system: add the initial set of pytest-based build system tests 2022-09-16 00:07:55 +02:00
test_idf_monitor tools: fixed the coredump package's suppressed print 2022-10-17 16:34:58 +08:00
test_idf_py tools: fixed elf symbols load if gdbinit specified 2022-09-21 22:39:03 +04:00
test_idf_size tools: Add CSV support to idf_size.py 2022-08-26 15:34:21 +02:00
test_idf_tools tools: add esp-rom-elfs version '20220823' 2022-09-21 22:39:03 +04:00
test_mkdfu mkdfu.py: Support setting flash parameters 2022-05-27 15:44:56 +02:00
test_mkuf2 idf.py: Change copyright in tools dir 2022-05-24 14:01:50 +02:00
unit-test-app freertos: Add test app sdkconfig 2022-10-23 20:02:14 +08:00
check_python_dependencies.py Tools: Improve the message for missing setuptools in the Python checker 2022-07-18 11:56:32 +02:00
check_term.py check_term: allow alacritty term 2022-05-19 11:10:59 +08:00
detect_python.fish Tools: Use default value in the Python detections scripts 2022-03-11 11:00:31 +01:00
detect_python.sh Tools: Use default value in the Python detections scripts 2022-03-11 11:00:31 +01:00
eclipse-code-style.xml tools: add code formatter rules for Eclipse 2016-11-03 18:41:00 +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 esp32c6: introduce the target 2022-08-19 11:13:02 +08:00
gen_esp_err_to_name.py Merge branch 'fix/flake8_v5_warnings' into 'master' 2022-08-12 23:27:14 +08:00
generate_debug_prefix_map.py build: create BUILD_DIR/prefix_map_gdbinit when enable reproducible build 2021-10-26 10:55:00 +08:00
idf_monitor.py tools: remove the dependency on the future package 2022-08-09 16:46:58 +02:00
idf_size.py tools: Add CSV support to idf_size.py 2022-08-26 15:34:21 +02:00
idf_tools.py Tools: Check venv the same way how it will be used later 2022-10-10 12:31:23 +02:00
idf.py tools: move cmake executable check into function uses it 2022-09-21 22:39:03 +04:00
install_util.py Tools: --disable-* argument for removing features 2022-06-30 12:31:59 +02:00
mkdfu.py tools: remove the dependency on the future package 2022-08-09 16:46:58 +02:00
mkuf2.py Merge branch 'fix/flake8_v5_warnings' into 'master' 2022-08-12 23:27:14 +08:00
python_version_checker.py Tools: Fix silent failure about the incompatible Python 2022-02-16 18:44:13 +01:00
requirements_schema.json Tools: Make easier the detection of the list of Python features 2022-02-03 19:02:14 +01:00
requirements.json feat: add requirements.ttfw.txt 2022-08-01 15:52:21 +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
split_paths_by_spaces.py tools: fixup version references related to paths with spaces 2022-05-02 19:05:47 +02:00
tools_schema.json tools: add esp-rom-elfs version '20220823' 2022-09-21 22:39:03 +04:00
tools.json tools: add esp-rom-elfs version '20220823' 2022-09-21 22:39:03 +04:00