Jiang Jiang Jian
2b95a627be
Merge branch 'bugfix/set_authmode_by_switching_number_to_string_v4.2' into 'release/v4.2'
...
CI: set authmode by switching number to string (backport v4.2)
See merge request espressif/esp-idf!16555
2022-01-06 10:09:30 +00:00
huchaoru
fac6a5af5b
bugfix: set authmode by switching number to string (backport v4.2)
2021-12-27 20:00:33 +08:00
Roland Dobai
1699624dff
Tools: Load tool versions automatically for IDF Tools tests
2021-12-22 10:37:01 +01:00
liqigan
6c2d8ea653
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
2021-12-14 11:16:42 +08:00
Juraj Sadel
a43a21a761
tools: Add check for PIP_USER variable
...
Closes https://github.com/espressif/esp-idf/issues/7910
2021-12-08 16:18:39 +01:00
Roland Dobai
c3eb64ef85
Merge branch 'feature/oocd_ver_upgrade_v4.2' into 'release/v4.2'
...
tools: Updates OpenOCD version to 'v0.10.0-esp32-20211111' (v4.2)
See merge request espressif/esp-idf!16001
2021-12-02 17:28:37 +00:00
Alexey Gerenkov
3c3711dcc3
idf_tools: Adds 'linux-armhf' platform support
2021-12-02 16:53:28 +03:00
Alexey Gerenkov
c2ffbaf683
tools: Updates OpenOCD version to 'v0.10.0-esp32-20211111'
2021-12-02 16:53:23 +03:00
Sergei Silnov
b5d459ee05
ci: Fix build system tests to clean the dir
2021-12-01 18:29:42 +01:00
Mahavir Jain
d8f9e53504
Merge branch 'feature/remove_component_manager_tests_v4.2' into 'release/v4.2'
...
ci: Remove component manager test from build system tests (v4.2)
See merge request espressif/esp-idf!16108
2021-11-26 05:17:43 +00:00
Ivan Grokhotkov
ccb1afa97a
ci: use LOCAL_GIT_MIRROR in docker build job, if set
...
When the build runner has a local git mirror configured via
LOCAL_GIT_MIRROR variable, use that mirror when cloning IDF insider
the docker build job. Follows similar logic for
LOCAL_GITLAB_HTTPS_HOST, which is used for geo nodes.
2021-11-24 15:45:02 +01:00
Sergei Silnov
eee3af33d6
ci: Remove component manager test from build system tests
...
Component manager itself has a set of integration tests
that run against different ESP-IDF versions
2021-11-24 15:13:14 +01:00
Roland Dobai
792bc9a587
Merge branch 'feature/json_schema_for_idf_size_v4.2' into 'release/v4.2'
...
tools: add json schema for idf_size (v4.2)
See merge request espressif/esp-idf!15961
2021-11-24 09:00:43 +00:00
“YangZhao”
4200865dd1
Fix the high-impact issues from the code analysis report from customer.
...
For the CID10564,10384,10280,10098,10038,The memory was released in other place.
For the CID10365,it release the memory in the function when sent successfully.
For the CID10268,10011, we need not change the code.
2021-11-22 19:55:03 +08:00
Roland Dobai
88e3ec6f03
Merge branch 'bugfix/create_dir_idf_env_v4.2' into 'release/v4.2'
...
tools: Create the ".espressif" directory on the first run on clean system (v4.2)
See merge request espressif/esp-idf!15857
2021-11-16 15:47:47 +00:00
simon.chupin
3c69e6c990
tools: add json schema for idf_size
2021-11-15 18:45:08 +01:00
simon.chupin
97873dbedc
change --archive_details output
2021-11-09 14:30:11 +01:00
Roland Dobai
719207446f
tools: Create the ".espressif" directory on the first run on clean system
...
Closes https://github.com/espressif/esp-idf/issues/7848
2021-11-09 12:03:20 +01:00
simon.chupin
fbf1df22b7
tools: fix bug with idf_size argument archive_details
2021-11-02 14:24:02 +01:00
yuanjm
cb343db4c9
ci: Remove public headers check exceptions for dhcp
2021-10-29 10:34:08 +08:00
Anton Maklakov
10c0bb1bc0
Merge branch 'bugfix/retry_download_submodule_v4.2' into 'release/v4.2'
...
ci: retry download from Gitlab on error 500 (v4.2)
See merge request espressif/esp-idf!15533
2021-10-20 03:35:11 +00:00
Anton Maklakov
3e9f15b12d
Merge branch 'ci/fix_deploy_docs_preview_url_v4.2' into 'release/v4.2'
...
ci: update docs preview url (v4.2)
See merge request espressif/esp-idf!15509
2021-10-19 11:52:55 +00:00
Ivan Grokhotkov
672d112395
ci: revert type annotations in gitlab_api.py to python2 compatible
2021-10-18 14:42:35 +07:00
Ivan Grokhotkov
3b957bb67e
ci: retry Gitlab operations on error 500
2021-10-18 14:42:35 +07:00
Fu Hanxi
46ef92abee
ci: retry download artifacts
2021-10-18 14:42:35 +07:00
Ivan Grokhotkov
6b3f2ea744
ci: fetch submodules from mirror, if enabled
2021-10-18 14:42:35 +07:00
Fu Hanxi
1418efe7a4
ci: retry download if catched IOError/EOFError
2021-10-18 14:42:35 +07:00
Tomas Sebestik
7e663430ea
Dockerfile working on x64/ARM
2021-10-14 13:11:25 +02:00
Marius Vikhammer
c72ab6944e
ci: update docs preview url
2021-10-14 14:23:54 +08:00
Juraj Michálek
85427a8110
tools: remove dependency on Windows installer - backport
2021-10-11 12:26:55 +02:00
Roland Dobai
6f77c529ac
Merge branch 'bugfix/idf_size_nan_in_json_v4.2' into 'release/v4.2'
...
Tools: fix appearing NaN value when calling idf_size.py --json (v4.2)
See merge request espressif/esp-idf!15353
2021-09-27 12:37:09 +00:00
simon.chupin
df016b17f0
Tools: fix appearing NaN value when calling idf_size.py --json
2021-09-24 18:28:05 +02:00
Juraj Sadel
513c558f13
tools/idf_tools.py: Changed default AppData seeder to seeder pip
2021-09-24 15:00:04 +02:00
Roland Dobai
ae21087d7e
CI: Fix idf_tools.py tests with the updated openocd version
2021-09-08 21:01:22 +03:00
Alexey Gerenkov
046626de9a
tools: Updates OpenOCD version to 'v0.10.0-esp32-20210902'
2021-09-08 20:56:25 +03:00
Roland Dobai
6f4d973f13
Merge branch 'bugfix/idf_size_wrong_memory_calculations_v4.2' into 'release/v4.2'
...
Tools: Fix memory calculations of idf_size.py (v4.2)
See merge request espressif/esp-idf!14934
2021-09-08 11:51:17 +00:00
simon.chupin
8de953e7b9
Tools: Fix memory calculations of idf_size.py
2021-09-01 16:33:42 +02:00
Michael (XIAO Xufeng)
cf457bce0d
idf_size.py: fixed diram counted twice issue, and improve display
...
Currently static RAM usage are listed under corresponding physical
memory.
ld: fix linker script for C3 and S3
2021-08-27 18:32:33 +02:00
Marek Fiala
8b31c7d576
tools: Installing tools for given IDF_TARGET
...
Allow user to select specific ESP_TARGET while setting up ESD_IDF.
Only necessary tools for given target will be downloaded and installed.
Closes https://github.com/espressif/esp-idf/issues/5113
2021-08-16 16:27:35 +02:00
Zim Kalinowski
059a3fa1be
Merge branch 'feature/skip_known_failure_cases_v4.2' into 'release/v4.2'
...
CI: Ignore Known Failure Cases Result (v4.2)
See merge request espressif/esp-idf!14649
2021-08-10 02:23:31 +00:00
Fu Hanxi
7089f62dab
feat(tiny_test_fw): ignore known failure cases result
...
py
2021-08-10 10:23:26 +08:00
Shubham Patil
c06d8f8521
espcoredump.py: Parse EPS and EPC register values using register index
2021-07-29 10:46:02 +05:30
Zim Kalinowski
4a12179e0c
Merge branch 'bugfix/ttfw_fix_flush_index_error_v4.2' into 'release/v4.2'
...
test: TTFW fix flush index error (v4.2)
See merge request espressif/esp-idf!14261
2021-07-27 10:44:00 +00:00
Anton Maklakov
def7fd7611
Merge branch 'feature/idf_tools_darwin_arm64_v4.2' into 'release/v4.2'
...
tools: idf_tools.py: allow macOS x86_64 tools to be installed on arm64 (v4.2)
See merge request espressif/esp-idf!14072
2021-07-27 08:16:21 +00:00
Ivan Grokhotkov
f39dc35d92
tools: idf_tools.py: allow macOS x86_64 tools to be installed on arm64
...
Until arm64 tool binaries are available, we can run existing x86_64
ones under emulation.
Suggested in https://github.com/espressif/esp-idf/issues/6113 .
2021-07-26 14:35:47 +08:00
He Yin Ling
15b8981f48
ttfw: fix incorrect length when flush data cache after expect:
...
data cache is unicode. while we use bytes in RegEx expect. The index of
matched pattern is calculated with bytes, could be different from
unicode. Now we fix this issue by using unicode in expect.
2021-07-26 11:30:35 +08:00
Ivan Grokhotkov
cc366cc3c7
fatfs: fix SPIRAM allocation not used due to Kconfig option name error
...
Closes https://github.com/espressif/esp-idf/issues/5756
2021-07-26 09:40:39 +08:00
Jakob Hasse
7f2da36c33
Merge branch 'bugfix/setjmp_longjmp_4.2' into 'release/v4.2'
...
[system]: Made longjmp save for context switch (backport v4.2)
See merge request espressif/esp-idf!13501
2021-07-23 03:52:55 +00:00
Zim Kalinowski
9e9efc4d92
Merge branch 'bugfix/fix_idf_monitor_unicode_path_crash_v4.2' into 'release/v4.2'
...
tools: handle exception in case of logging Unicode characters (v4.2)
See merge request espressif/esp-idf!13042
2021-07-23 01:09:44 +00:00
He Yin Ling
59d0da0b33
CI: rename log path of IT jobs
2021-07-21 10:24:52 +08:00