Roland Dobai
b214c68cc7
Merge branch 'feat/update_ccache_to_4.12.1_v5.5' into 'release/v5.5'
...
feat(tools): Updated ccache 4.11.2 -> 4.12.1 (v5.5)
See merge request espressif/esp-idf!43567
2025-12-26 07:03:22 +01:00
morris
30aaf64524
change(version): Update version to 5.5.2
2025-12-24 22:34:47 +08:00
morris
094518fa0d
fix(check_placements): update method names to follow PEP 8 conventions
2025-12-23 16:28:08 +08:00
Marek Fiala
69873c01ab
feat(tools): Updated ccache 4.11.2 -> 4.12.1
...
Closes https://github.com/espressif/esp-idf/issues/17756
2025-11-28 15:17:49 +08:00
Marek Fiala
2d47ed3c68
refactor(tools): test_idf_tools.py ruff changes
2025-11-28 15:17:49 +08:00
Omar Chebib
a5bce887ab
ci: re-enable eh_frame for the ESP32-P4
2025-11-26 11:40:01 +05:30
igor.udot
82cf7083e3
ci: disable p4 rev3 invalid tests temporarily for v5.5 only
2025-11-21 11:28:08 +08:00
armando
a3bca48289
ci(p4): disable p4 rev3 invalid tests temporarily for v5.5 only
2025-11-21 09:19:16 +08:00
armando
4ef2005b80
change(ci): use p4 rev3 by default only when ci build
2025-11-20 11:33:36 +08:00
armando
304ba1655b
fix check test scripts build issue
2025-11-20 11:33:36 +08:00
armando
cdff2570c7
ci(p4): disable p4 rev3 invalid tests temporarily
2025-11-20 11:33:36 +08:00
armando
8f85983c9d
ci(p4): re-enable p4 jobs
2025-11-20 11:33:36 +08:00
armando
b578253cce
change(g0): use hw_ver3 to build g0 components test app
2025-11-13 15:19:26 +08:00
Alexey Lapshin
4e525b6875
feat(tools): update toolchain version to esp-14.2.0_20251107
2025-11-08 11:15:14 +07:00
igor.udot
41255725e4
ci: extend wildcard support for no_runner_tags
2025-11-04 15:12:19 +08:00
armando
2762f67d2d
change(ci): temporarily disable p4 target test
2025-11-04 15:12:19 +08:00
Jan Beran
e332e3f4c1
fix(kconfig.cmake): Do not regenerate unnecessary config files
2025-10-27 23:35:52 +08:00
morris
3adfb2aa73
Merge branch 'fix/twai_hid_provider_word_ctu_v5.5' into 'release/v5.5'
...
fix(driver_twai): hide the provider keyword ctu in idf (v5.5)
See merge request espressif/esp-idf!42321
2025-10-21 21:26:11 +08:00
Roland Dobai
69552e5068
Merge branch 'contrib/github_pr_17594_v5.5' into 'release/v5.5'
...
fix(depgraph): Add double quotes around dependency names (GitHub PR) (v5.5)
See merge request espressif/esp-idf!42492
2025-10-20 09:18:29 +02:00
Rahul Tank
39b9662258
Merge branch 'feat/channel_sounding_nimble_v5.5' into 'release/v5.5'
...
feat(nimble): Add initial support for CS HCI (v5.5)
See merge request espressif/esp-idf!42278
2025-10-15 12:47:59 +05:30
Rahul Tank
126b8f8789
fix(nimble): Added CS service support
2025-10-14 16:41:02 +05:30
Frantisek Hrbata
52724f4ce2
fix(tools): check_dependencies.py ruff formatting
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-13 15:12:44 +02:00
armando
e6d4eec507
feat(p4): p4 rev3 real chip support
2025-10-13 15:25:23 +08:00
wanckl
cbc546704c
fix(driver_twai): update twaifd register description
2025-10-11 11:29:11 +08:00
Frantisek Hrbata
66bdf5b54d
fix(test_apps): reflect changes in component_deps.dot in the g1_components test
...
The commit 51f3c02115 ("Add quotes around node ID in dependency
graph") introduced proper quoting for node IDs in the generated dot
file. Since the dot format does not allow dashes in node names without
quoting, and dashes are used in component names, the component names in
the generated dot file are now correctly quoted. Adjust the
g1_components test to accommodate this change by stripping the quotes.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-10 12:03:30 +02:00
Vincent-Dalstra
7313d8c704
fix: Add quotes around node ID in dependency graph
...
Graphviz node ID's are represented as strings, that can only use a
restricted set of characters (characters, digits, and underscores), and
must not match a reserved keyword. These restrictions do not apply when
the string is wrapped in double quotes. This allows for component names
with dashes in them, for example.
Closes https://github.com/espressif/esp-idf/pull/17594
2025-10-10 11:58:51 +02:00
Fu Hanxi
39fed94da5
ci: use merged result commit in build_docker job
...
also change to shanghai runners
2025-10-09 13:45:18 +02:00
Jan Beran
3fd8a6e320
fix: set sufficient buffer limit for idf.py confserver
2025-10-06 09:00:26 +02:00
Jan Beran
438e207e45
change: fix formatting issues before editing tools.py and core_ext.py
2025-10-06 09:00:26 +02:00
Jiang Jiang Jian
95d2e964b5
Merge branch 'feature/update-qemu-to-esp_develop_9.2.2_20250817_v5.5' into 'release/v5.5'
...
feat(tools): update qemu version to esp_develop_9.2.2_20250817 (v5.5)
See merge request espressif/esp-idf!41471
2025-09-28 18:48:35 +08:00
Island
636daf109c
Merge branch 'feat/ble_log_v2_with_log_compression_v5.5' into 'release/v5.5'
...
feat(ble): Support ble log compression(draft)(v5.5)
See merge request espressif/esp-idf!41757
2025-09-24 10:28:17 +08:00
morris
45dafc0587
Merge branch 'feat/p4_eco5_soc_changes_v5.5' into 'release/v5.5'
...
feat(p4): p4 rev3 soc support (v5.5)
See merge request espressif/esp-idf!42025
2025-09-23 20:57:32 +08:00
Ivan Grokhotkov
e902243477
Merge branch 'feature/update-gdb-to-16.3_20250913_v5.5' into 'release/v5.5'
...
feat(tools): update gdb version to 16.3_20250913 (v5.5)
See merge request espressif/esp-idf!41968
2025-09-22 21:09:50 +02:00
armando
eafff2552b
feat(p4): p4 rev3 soc support
2025-09-22 01:10:02 +00:00
luoxu
5de4d2e3ba
feat(ble): add libraries related to ble log compression
2025-09-22 00:05:02 +08:00
Mahavir Jain
fa08f239c0
Merge branch 'bugfix/encrypt_len_for_sb_update_case_v5.5' into 'release/v5.5'
...
fix(bootloader): correct encryption length for secure update without secure boot (v5.5)
See merge request espressif/esp-idf!41923
2025-09-21 18:37:43 +05:30
Alexey Lapshin
cdf8419103
feat(tools): update gdb version to 16.3_20250913
2025-09-17 16:24:06 +07:00
Roland Dobai
b2ec317d96
fix(tools): Fix warning message from idf_tools.py
2025-09-16 13:02:54 +02:00
Artyom Lebedev
a2206083c8
fix(tools): Fix warning message from idf_tools.py
...
Closes https://github.com/espressif/esp-idf/pull/17586
2025-09-16 13:02:53 +02:00
Mahavir Jain
9c257c4f0b
test: add test case for secure update with FE case
2025-09-16 10:16:42 +05:30
Roland Dobai
f69550bc4e
Merge branch 'fix/kconfig-optional-dependency_v5.5' into 'release/v5.5'
...
fix(build): pass sdkconfig.json during injection to add kconfig optional dependencies correctly (v5.5)
See merge request espressif/esp-idf!41528
2025-09-02 12:39:34 +02:00
Jiang Jiang Jian
b99c81ee93
Merge branch 'feature/update-toolchain-to-esp-14.2.0_20250730' into 'release/v5.5'
...
feat(tools): update toolchain version to esp-14.2.0_20250730
See merge request espressif/esp-idf!41076
2025-09-02 14:18:45 +08:00
Jiang Jiang Jian
d64a453929
Merge branch 'fix/newlib_kconfig_variables_v5.5' into 'release/v5.5'
...
change(newlib): change CONFIG_NEWLIB* prefix to CONFIG_LIBC_NEWLIB* (v5.5)
See merge request espressif/esp-idf!41300
2025-09-02 14:17:04 +08:00
Roland Dobai
37385bf4d5
Merge branch 'fix/click_version_v5.5' into 'release/v5.5'
...
Fixed click deprecation warnings (v5.5)
See merge request espressif/esp-idf!40893
2025-09-01 11:55:55 +02:00
Marius Vikhammer
5665e9da8f
Merge branch 'fix/panic_handler_reboot_before_halt_v5.5' into 'release/v5.5'
...
fix(panic_handler): Fixed a issue where the system reboots before halt (v5.5)
See merge request espressif/esp-idf!41264
2025-09-01 17:53:16 +08:00
Marius Vikhammer
b55eab5faf
Merge branch 'bugfix/enable_misc_test_case_v5.5' into 'release/v5.5'
...
ci: cleanup misc system build-test-rules (v5.5)
See merge request espressif/esp-idf!41317
2025-09-01 14:57:19 +08:00
Roland Dobai
9f1603d8b8
Merge branch 'fix/menuconfig-reload-sdkconfig-json_v5.5' into 'release/v5.5'
...
fix: make sure sdkconfig.json is updated after running the menuconfig (v5.5)
See merge request espressif/esp-idf!41529
2025-09-01 08:18:38 +02:00
Fu Hanxi
5306cddaec
fix: kconfig optional dependency in transitive dependency
2025-08-31 14:27:52 +08:00
Xiao Xufeng
fcae32885b
change(version): Update version to 5.5.1
2025-08-30 21:42:28 +08:00
Xiao Xufeng
6049a4a1c2
feat(tools): add c5, c61 into supported targets list
2025-08-30 01:23:15 +08:00