Erhan Kurubas
|
b3df5517be
|
feat(tools): update openocd version to v0.12.0-esp32-20251215
|
2025-12-18 00:20:31 +08:00 |
|
Jan Beran
|
0d23a33678
|
fix: set sufficient buffer limit for idf.py confserver
|
2025-12-16 12:11:05 +01:00 |
|
Chen Yudong
|
164cfba69d
|
ci: rename wifi_two_dut to two_duts
|
2025-12-03 12:34:10 +08:00 |
|
Marek Fiala
|
8643ac198c
|
feat(tools): Updated ccache 4.11.2 -> 4.12.1
Closes https://github.com/espressif/esp-idf/issues/17756
|
2025-11-28 15:18:17 +08:00 |
|
Marek Fiala
|
2b36597791
|
refactor(tools): test_idf_tools.py ruff changes
|
2025-11-28 15:18:17 +08:00 |
|
igor.udot
|
8bcb91e5f0
|
ci: pytest-ignore skip using dut id
|
2025-11-24 10:16:10 +08:00 |
|
igor.udot
|
8aa27f437f
|
ci: extend wildcard support for no_runner_tags
|
2025-11-04 15:11:29 +08:00 |
|
armando
|
c1d671c8c6
|
change(ci): temporarily disable p4 target test
|
2025-11-04 15:11:29 +08:00 |
|
Jan Beran
|
77126ab37b
|
fix(kconfig.cmake): Do not regenerate unnecessary config files
|
2025-10-20 18:17:22 +08:00 |
|
Island
|
38456c8e87
|
Merge branch 'feat/ble_log_v2_with_log_compression_v5.3' into 'release/v5.3'
Feat/ble log v2 with log compression (v5.3)
See merge request espressif/esp-idf!41897
|
2025-10-16 11:34:58 +08:00 |
|
luoxu
|
2fc48b871b
|
feat(ble): add libraries related to ble log compression
|
2025-10-15 16:55:11 +08:00 |
|
Rahul Tank
|
f7d0a08341
|
fix(nimble): Added CS service support
|
2025-10-14 16:43:06 +05:30 |
|
Marius Vikhammer
|
c0535db9c0
|
Merge branch 'ci/fix-windows-test-download-map-prefix_v5.3' into 'release/v5.3'
ci: fix windows test jobs download source (v5.3)
See merge request espressif/esp-idf!42364
|
2025-10-13 15:04:17 +08:00 |
|
Fu Hanxi
|
86712b0808
|
ci: use merged result commit in build_docker job
also change to shanghai runners
|
2025-10-10 09:27:56 +02:00 |
|
Marek Fiala
|
56e7a118b6
|
fix(tools): fix failing create readonly project build system test
Changed the way of removing copied esp-idf folder.
|
2025-10-09 13:33:11 +02:00 |
|
Jiang Jiang Jian
|
2cbf741a09
|
Merge branch 'fix/panic_handler_reboot_before_halt_v5.3' into 'release/v5.3'
fix(panic_handler): Fixed a issue where the system reboots before halt (v5.3)
See merge request espressif/esp-idf!41268
|
2025-09-28 17:47:23 +08:00 |
|
Alexey Lapshin
|
e6c62b930b
|
feat(tools): update gdb version to 16.3_20250913
|
2025-09-17 16:24:56 +07:00 |
|
Fu Hanxi
|
879494b7ac
|
fix: make sure sdkconfig.json is updated after running the menuconfig
|
2025-09-01 09:43:10 +02:00 |
|
Fu Hanxi
|
c16fd0da03
|
fix: kconfig optional dependency in transitive dependency
|
2025-09-01 09:43:10 +02:00 |
|
Fu Hanxi
|
d595ea9b2b
|
feat: support kconfig in component manager
|
2025-09-01 09:43:09 +02:00 |
|
Alexey Gerenkov
|
104b7994e2
|
Merge branch 'feature/update-toolchain-to-esp-13.2.0_20250707' into 'release/v5.3'
feat(tools): update toolchain version to esp-13.2.0_20250707
See merge request espressif/esp-idf!40418
|
2025-08-25 22:52:43 +08:00 |
|
Rahul Tank
|
4d690841d5
|
fix(nimble): Minor documentation update in btsnoop script usage
|
2025-08-24 10:02:11 +05:30 |
|
Rahul Tank
|
6fd5a3d3db
|
Merge branch 'bugfix/add_old_btsnoop_hci_py_v5.3' into 'release/v5.3'
fix(nimble): Updated parser script for HCI log creation (v5.3)
See merge request espressif/esp-idf!40729
|
2025-08-22 14:25:10 +05:30 |
|
Alexey Lapshin
|
8b40fa896f
|
feat(tools): update toolchain version to esp-13.2.0_20250707
|
2025-08-21 19:04:26 +08:00 |
|
Alexey Gerenkov
|
09e206f0fc
|
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250707_v5.3' into 'release/v5.3'
feat(tools): update openocd version to v0.12.0-esp32-20250707 (v5.3)
See merge request espressif/esp-idf!40461
|
2025-08-21 16:24:09 +08:00 |
|
Samuel Obuch
|
f491494662
|
ci: enable example tests for esp32p4
|
2025-08-20 00:28:00 +08:00 |
|
Erhan Kurubas
|
a64b16ceb6
|
feat(tools): add esp32c3 rev1.1 rom version string
|
2025-08-20 00:28:00 +08:00 |
|
Samuel Obuch
|
cbb2896bc7
|
ci: use shared OpenOCD class for GDB test app
|
2025-08-20 00:28:00 +08:00 |
|
Roland Dobai
|
c938c584f2
|
Merge branch 'feat/ide_requirements_v5.3' into 'release/v5.3'
feat(tools/requirements): Add IDE requirements files (v5.3)
See merge request espressif/esp-idf!40942
|
2025-08-19 16:01:05 +02:00 |
|
Aditya Patwardhan
|
1b459d9c49
|
change(version): Update version to 5.3.4
|
2025-08-14 18:33:18 +05:30 |
|
Sudeep Mohanty
|
99291d4def
|
test(panic_handler): Added unit test to verify panic handler can halt
This test verifies that the panic handler can indeed halt when
configured to print and halt instead of rebboting.
|
2025-08-14 12:57:49 +02:00 |
|
Peter Dragun
|
cbec2534e4
|
feat(tools/requirements): Add IDE requirements files
|
2025-07-31 12:06:18 +02:00 |
|
Erhan Kurubas
|
6742e12d35
|
change(sysview): drop ESP mcore extension
|
2025-07-31 16:43:19 +08:00 |
|
Erhan Kurubas
|
d07c076220
|
feat(sysview): update multicore files for testing
|
2025-07-31 16:43:19 +08:00 |
|
Erhan Kurubas
|
648532bfa6
|
feat(sysview): Add SEGGER multicore trace file support
|
2025-07-31 16:43:19 +08:00 |
|
Erhan Kurubas
|
b9d0fc19d9
|
feat(sysview): update to version 3.56
|
2025-07-31 16:43:19 +08:00 |
|
Erhan Kurubas
|
94039d4159
|
feat(tools): update openocd version to v0.12.0-esp32-20250707
|
2025-07-31 16:43:19 +08:00 |
|
Rahul Tank
|
8e366aee1a
|
fix(nimble): Add support to parser script to parse logs with/without ts
Introduced a new "--has-ts" input parameter to script to detect if logs
has timestamp information or not
|
2025-07-21 13:01:11 +05:30 |
|
Jiang Jiang Jian
|
077a8f242c
|
Merge branch 'feat/extend_pip_user_option_check_v5.3' into 'release/v5.3'
feat(tools): Disabled pip 'user' option, when installing ESP-IDF python virtual environment (v5.3)
See merge request espressif/esp-idf!40572
|
2025-07-18 14:37:47 +08:00 |
|
Marek Fiala
|
3588492623
|
feat(tools): Enforce pip 'user' option to no, when installing python env
Closes https://github.com/espressif/esp-idf/issues/16189
|
2025-07-18 13:02:48 +08:00 |
|
Rahul Tank
|
540935cd72
|
fix(nimble): Enhanced HCI logging by adding timestamp information
|
2025-07-17 10:19:30 +05:30 |
|
Alexey Lapshin
|
78dae867b5
|
feat(tools): update gdb version to 16.2_20250324
|
2025-07-02 10:56:40 +08:00 |
|
Roland Dobai
|
6ce783f89c
|
Merge branch 'feat/update_ccache_to_4.11.2_v5.3' into 'release/v5.3'
feat(tools): Update ccache 4.10.2 -> 4.11.2 (v5.3)
See merge request espressif/esp-idf!39574
|
2025-06-30 13:20:04 +02:00 |
|
Roland Dobai
|
4c68cdec62
|
Merge branch 'change/support_lowercase_kconfig_filename_v5.3' into 'release/v5.3'
Backport: Support misspelled Kconfig[.projbuild] files (v5.3)
See merge request espressif/esp-idf!39584
|
2025-06-30 11:49:37 +02:00 |
|
Marek Fiala
|
be7070611d
|
feat(tools): Update ccache 4.10.2 -> 4.11.2
Closes https://github.com/espressif/idf-installer/issues/305
|
2025-06-30 17:48:00 +08:00 |
|
laokaiyao
|
f5422fcf0b
|
refactor(i2s_es8311): remove esp-box bsp support
|
2025-06-23 12:20:44 +08:00 |
|
laokaiyao
|
84e0c81583
|
refactor(i2s_es8311): refactor es8311 example
|
2025-06-23 12:03:19 +08:00 |
|
Jiang Jiang Jian
|
dc625ba12b
|
Merge branch 'refactor/p4_touch_channel_increase_1_v5.3' into 'release/v5.3'
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14 (v5.3)
See merge request espressif/esp-idf!39793
|
2025-06-23 10:50:12 +08:00 |
|
Marek Fiala
|
17346297e6
|
fix(tools): idf_tools.py uninstall decide based on preferred tool version
idf_tools.py uninstall now doesn't take only recommended version, but
makes the decision based on preferred installed versions.
|
2025-06-20 13:25:51 +02:00 |
|
Marek Fiala
|
207d728348
|
test(tools): Added test for installing supported tool version
Added test_export_supported_version_cmake in `test_idf_tools.py`,
that installs and exports supported version of tool - cmake.
|
2025-06-20 13:25:51 +02:00 |
|