Commit Graph

1722 Commits

Author SHA1 Message Date
Jack
5ab4636572 fix some issues found by Opus 4.5 2026-03-12 11:41:35 +08:00
Zhang Shuxian
d267475aed docs: Update CN translation for JTAG debugging 2026-03-04 00:29:01 +08:00
Samuel Obuch
805bc7b2ce fix(docs): unlimited number of sw breakpoints available for riscv targets 2026-03-04 00:29:01 +08:00
Samuel Obuch
8eb7d3285e fix(docs): add missing USB pins 2026-03-04 00:29:01 +08:00
Alexey Gerenkov
0c7eac2565 Merge branch 'feature/picolibc_v5.5' into 'release/v5.5'
feat(build): add Picolibc support (v5.5)

See merge request espressif/esp-idf!44108
2026-02-26 18:12:58 +08:00
Roland Dobai
847ee14822 Merge branch 'fix/minimal_build_no_main_v5.5' into 'release/v5.5'
fix(build): ensure the main component exists when MINIMAL_BUILD is enabled (v5.5)

See merge request espressif/esp-idf!45916
2026-02-19 09:43:00 +01:00
Frantisek Hrbata
4818b0b2c5 fix(build): ensure the main component exists when MINIMAL_BUILD is enabled
The minimal build property is simply a shorthand for `set(COMPONENTS
main)`. The issue is that there is currently no check to verify whether
the `main` component actually exists or is known to the build system.
If the `main` component is not present, print an error message along
with suggestions on how to fix this inconsistency.

Closes https://github.com/espressif/esp-idf/issues/18219

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2026-02-19 06:19:25 +01:00
Jan Beran
60f0272c13 docs(kconfig): explain how config options get their values 2026-02-02 14:46:51 +01:00
Alexey Lapshin
0b3929d0d9 feat(esp_libc): add full support for picolibc 2026-01-30 23:39:53 +07:00
Alexey Gerenkov
275b2817ac Merge branch 'update_jtag_docs_v5.5' into 'release/v5.5'
Update jtag docs (v5.5)

See merge request espressif/esp-idf!44887
2026-01-21 23:07:07 +08:00
Martin Vychodil
bc31174c58 Merge branch 'feat/nvs_iteration_statistics_examples_v5.5' into 'release/v5.5'
feat(examples/storage): add nvs statistics and iteration examples (v5.5)

See merge request espressif/esp-idf!43661
2026-01-20 20:09:39 +08:00
Marek Fiala
a0685f893f docs(tools): Updated argument via file with quotations
Closes https://github.com/espressif/esp-idf/issues/18077
2026-01-19 16:15:43 +01:00
muhaidong
76ab9e82c2 docs(wifi): update wifi fragment doc 2026-01-14 19:31:53 +08:00
Island
8c7d8254a4 Merge branch 'docs/add_ble_multiconnection_guide_latest_v5.5' into 'release/v5.5'
docs(ble): Added BLE Multi Connection Guide (v5.5)

See merge request espressif/esp-idf!44601
2026-01-14 13:59:22 +08:00
Li Shuai
cf8ab3c7a4 docs(Power Management): support esp32c5 system and wifi low power programming guide docs 2026-01-09 12:03:22 +08:00
Erhan Kurubas
a9a379084d docs(jtag): document program_esp_bins command 2026-01-07 21:46:23 +03:00
Island
41bcb1746f Merge branch 'feat/ble_mesh_dfu_supported_v5.5' into 'release/v5.5'
Feat/ble mesh dfu supported v5.5

See merge request espressif/esp-idf!44132
2025-12-29 15:37:35 +08:00
Wei Yu Han
5931eb2908 docs(ble): Added BLE Multi Connection Guide
(cherry picked from commit 80905af2f0)

Co-authored-by: Wei Yuhan <weiyuhan@espressif.com>
2025-12-26 15:52:33 +08:00
luoxu
16d9fcf460 feat(ble_mesh): dfd client/server supported 2025-12-26 11:56:40 +08:00
luoxu
f19c2a36f2 feat(ble_mesh): Adapt DFU/MBT to esp-idf 2025-12-26 11:56:40 +08:00
Zhang Hai Peng
540b6bad34 docs: Update CN translation and improve formatting
(cherry picked from commit feff20614e)

Co-authored-by: Zhang Shuxian <zhangshuxian@espressif.com>
2025-12-11 16:21:48 +08:00
Zhang Hai Peng
c3c6304091 feat(ble/blufi): Support setting BLE encryption for blufi
(cherry picked from commit 60a028fb17)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-11 16:21:47 +08:00
Martin Havlik
df2cc81186 docs(examples/storage): Add docs entries for 2 new NVS examples
Extend the existing mentions of NVS examples with 2 newly added
`nvs_statistics` and `nvs_iteration`.
2025-11-25 15:22:10 +01:00
Wei Yu Han
eec06b406b docs(ble): Optimized the BLE low power guide 2025-10-30 15:38:22 +08:00
Wei Yuhan
9f56f16292 docs(ble): Fixed the common operation path for all chips 2025-10-30 15:38:08 +08:00
Wei Yuhan
f60b1422ec docs(ble): Replaced BLE with Bluetooth LE 2025-10-30 15:37:42 +08:00
Wei Yu Han
9f07b80c27 docs(ble): Replaced the current table with the link to the Power Save README
(cherry picked from commit 13b04ab89e)

Co-authored-by: Wei Yuhan <weiyuhan@espressif.com>
2025-10-30 14:24:10 +08:00
Wei Yu Han
41b9cadc10 docs(ble): Revisied BLE Low Power Giude
(cherry picked from commit 19fc7319c6)

Co-authored-by: Wei Yuhan <weiyuhan@espressif.com>
2025-10-30 14:24:09 +08:00
Wei Yu Han
f7b9d60097 Added BLE Low Power Mode Introduction
(cherry picked from commit 1e84dea7d0)

Co-authored-by: weiyuhan <weiyuhan@espressif.com>
2025-10-30 14:24:09 +08:00
Jiang Jiang Jian
6cb1869480 Merge branch 'feat/support_esp32p4_eco5_pmu_v5.5' into 'release/v5.5'
feat(esp_hw_support): update esp32p4 eco5 lowpower features support  (v5.5)

See merge request espressif/esp-idf!42685
2025-10-27 14:47:33 +08:00
Jiang Jiang Jian
cb8dbac9e5 Merge branch 'docs/freertos_watermark_bytes_v5.5' into 'release/v5.5'
docs(freertos): fixed stack watermark documentation bytes vs words issue (v5.5)

See merge request espressif/esp-idf!42694
2025-10-24 13:59:07 +08:00
Alexey Gerenkov
03b0d7f167 Merge branch 'fix/coredump_max_tasks_num_v5.5' into 'release/v5.5'
fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation (v5.5)

See merge request espressif/esp-idf!41015
2025-10-24 13:56:18 +08:00
Marius Vikhammer
e48bbec0b9 docs(freertos): fixed stack watermark documentation bytes vs words issue
Upstream freertos reports stack sizes in words, while IDF-kernel uses bytes.
2025-10-23 09:37:24 +08:00
wuzhenghui
298087869a feat(esp_hw_support): update cpu_pd support for esp32p4 v3.0 2025-10-20 17:18:20 +08:00
hebinglin
38e45ae99c docs(pm): update power management docs for esp32c61 v5.5 2025-10-17 15:08:41 +08:00
Roland Dobai
ccb8b960a3 Merge branch 'docs/minimal_build_migration_v5.5' into 'release/v5.5'
docs(migration): add note about MINIMAL_BUILD to 5.5 migration guide (v5.5)

See merge request espressif/esp-idf!42560
2025-10-15 13:29:51 +02:00
Jiang Jiang Jian
65bd466f70 Merge branch 'docs/update_nimble_pts_info_v5.5' into 'release/v5.5'
docs(ble): Updated NimBLE certification info (v5.5)

See merge request espressif/esp-idf!42463
2025-10-14 16:28:30 +08:00
Frantisek Hrbata
86352f9d1f docs(migration): add note about MINIMAL_BUILD to 5.5 migration guide
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-10-13 11:36:37 +02:00
Wei Yu Han
b6017364cd docs(ble): Updated NimBLE certification info
(cherry picked from commit 661ca1abf2)

Co-authored-by: Wei Yuhan <weiyuhan@espressif.com>
2025-10-10 12:25:02 +08: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
Wei Yu Han
e29891552c docs(ble): Added BLE 6.0 features support status
(cherry picked from commit 5e4c16410b)

Co-authored-by: Wei Yuhan <weiyuhan@espressif.com>
2025-09-26 09:21:40 +08:00
Island
23ea610fa0 Merge branch 'bugfix/ble_enhanced_security_v5.5' into 'release/v5.5'
Update BluFi document (v5.5)

See merge request espressif/esp-idf!41764
2025-09-22 10:27:22 +08:00
Ivan Grokhotkov
d41e9bc280 Merge branch 'doc/remove_cpp_section_placement_limitation_v5.5' into 'release/v5.5'
docs(cplusplus): remove the limitation on IRAM_ATTR for templates (v5.5)

See merge request espressif/esp-idf!41473
2025-09-18 08:23:47 +02:00
David Cermak
dc4381d0b0 fix(docs): Update unclear sdkconfig.rename example 2025-09-16 13:31:18 +02:00
Zhang Hai Peng
1c39449555 feat(blufi): Update BluFi document
(cherry picked from commit 3f4bedd3a5)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-09-09 11:52:30 +08:00
hebinglin
af2d980f57 docs(pm): update power management related docs for esp32c5 in v5.5 2025-09-02 10:55:10 +08:00
yinqingzhao
1a2a5f4d5b feat(docs): support esp32c5 wifi programming guide docs 2025-08-28 16:13:00 +08:00
Ivan Grokhotkov
109c028fa7 docs(cplusplus): remove the limitation on IRAM_ATTR for templates
The issue has been fixed since GCC 14.

Related to https://github.com/espressif/esp-idf/issues/4542
2025-08-22 17:30:22 +02:00
Marius Vikhammer
ee777b0387 docs(misc): cleanup docs for C5 and C61 2025-08-18 14:16:22 +08:00
Erhan Kurubas
551b7fabe0 fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation 2025-08-15 03:55:11 +08:00