Commit Graph

6634 Commits

Author SHA1 Message Date
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
Fu Hanxi
7844d11734 fix: make sure sdkconfig.json is updated after running the menuconfig 2025-08-26 11:21:10 +02:00
Ivan Grokhotkov
0eab2d88b8 fix(toolchain): install qemu-xtensa if esp32s3 target is requested
Related to https://github.com/espressif/vscode-esp-idf-extension/issues/1404
2025-08-22 17:27:59 +02:00
Ivan Grokhotkov
c2bb9881e6 fix(tools): use nvram.esp32s3.efuse device in qemu_ext.py
Related to https://github.com/espressif/esp-idf/issues/17258
2025-08-22 17:26:38 +02:00
Ivan Grokhotkov
76c3b8fcf3 feat(tools): enable PSRAM by default in "idf.py qemu" for ESP32-S3 2025-08-22 17:20:44 +02:00
Ivan Grokhotkov
50e3195472 feat(tools): update qemu version to esp_develop_9.2.2_20250817 2025-08-22 17:20:44 +02:00
Marius Vikhammer
590cb66669 ci(system): enabled and cleanup misc system test-apps build-test-rules 2025-08-18 14:22:13 +08:00
Alexey Lapshin
511e970d07 feat(newlib): add test for newlib_nano with esp32-psram 2025-08-15 12:10:47 +07:00
Sudeep Mohanty
83ea01f61b 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 14:05:51 +02:00
Alexey Lapshin
fec78adc92 feat(tools): update toolchain version to esp-14.2.0_20250730 2025-08-07 12:14:35 +08:00
Jakub Kocka
cd86b976f9 fix(tools): Fixed pre-commit issues 2025-08-01 10:15:04 +02:00
Jiang Jiang Jian
aa4faf57ef Merge branch 'ci/enable_sysview_tests_v5.5' into 'release/v5.5'
ci: enable sysview example tests for all chips (v5.5)

See merge request espressif/esp-idf!39472
2025-08-01 11:07:46 +08:00
Jiang Jiang Jian
1f132a7460 Merge branch 'feat/ide_requirements_v5.5' into 'release/v5.5'
feat(tools/requirements): Add IDE requirements files (v5.5)

See merge request espressif/esp-idf!40940
2025-08-01 10:38:38 +08:00
Jiang Jiang Jian
c8251d3800 Merge branch 'feat/extend_shell_classes_uppercase_v5.5' into 'release/v5.5'
feat(tools): Normalize detected shell name to lowercase on Windows (v5.5)

See merge request espressif/esp-idf!40921
2025-08-01 10:30:20 +08:00
Jiang Jiang Jian
5b05fe3495 Merge branch 'bugfix/minor_update_readme_v5.5' into 'release/v5.5'
fix(nimble): Documentation update in btsnoop script README (v5.5)

See merge request espressif/esp-idf!40880
2025-08-01 10:28:28 +08:00
Jiang Jiang Jian
dafdf1205d Merge branch 'feat/secure_boot_ecdsa_p384_v5.5' into 'release/v5.5'
Support Secure Boot using ECDSA-P384 curve (v5.5)

See merge request espressif/esp-idf!40822
2025-07-31 21:24:55 +08:00
Peter Dragun
45c26fd5a4 feat(tools/requirements): Add IDE requirements files 2025-07-31 12:05:46 +02:00
Marek Fiala
050620c264 feat(tools): Normalized detected shell names to lowercase on Windows
Closes https://github.com/espressif/esp-idf/issues/16868
2025-07-30 16:31:39 +02:00