yinqingzhao
ab5dd9dd2d
feat(docs): support esp32c5 wifi programming guide docs
2025-08-28 14:05:55 +08:00
Ren Peiying
779698c755
Merge branch 'docs/improve_descr_on_language_standard' into 'master'
...
docs: Update description on C++ language standard
See merge request espressif/esp-idf!41426
2025-08-25 18:53:35 +08:00
Alexey Lapshin
b266d829dd
change(newlib): enable LIBC_OPTIMIZED_MISALIGNED_ACCESS by default
2025-08-22 13:46:43 +08:00
renpeiying
bd387f86fb
docs: Update description on C++ language standard
2025-08-21 17:36:06 +08:00
Island
dfc67f0876
Merge branch 'bugfix/ble_enhanced_security' into 'master'
...
Update BluFi document
Closes BLERP-2148
See merge request espressif/esp-idf!41158
2025-08-20 11:29:12 +08:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
Alexey Lapshin
03855b90f8
Merge branch 'feature/update-gnu-standards' into 'master'
...
feat(build): update gnu17->gnu23 and gnu++2b->gnu++26
See merge request espressif/esp-idf!41014
2025-08-19 14:30:34 +04:00
Zhang Shuxian
5b11b017a9
docs: Update CN translation for IRAM-related docs
2025-08-19 11:35:02 +08:00
Alexey Lapshin
4c481c863f
feat(build): update gnu17->gnu23 and gnu++2b->gnu++26
2025-08-19 10:29:37 +07:00
Marius Vikhammer
c6f435f390
docs(misc): cleanup docs for C5 and C61
2025-08-18 10:55:01 +08:00
Shen Meng Jing
c37d4a6512
Merge branch 'docs/sync_cn_and_en' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-11933
See merge request espressif/esp-idf!41027
2025-08-15 22:25:46 +08:00
zhanghaipeng
3f4bedd3a5
feat(blufi): Update BluFi document
2025-08-15 14:18:05 +08:00
Sudeep Mohanty
11b80a7f11
Merge branch 'feat/freertos_in_flash_by_default' into 'master'
...
feat(freertos): Place FreeRTOS in flash by default
Closes IDF-12695
See merge request espressif/esp-idf!40579
2025-08-15 02:18:57 +02:00
Erhan Kurubas
5ac81c17cd
Merge branch 'move_gcov_to_component_registry' into 'master'
...
Move gcov to component registry
Closes IDF-13404 and DOC-11978
See merge request espressif/esp-idf!40752
2025-08-13 19:29:34 +02:00
Lu Wei Ke
d87d950abc
Merge branch 'docs/update_tcm_to_spm_esp32p4' into 'master'
...
docs: Update TCM to SPM for ESP32-P4 memory types
Closes DOC-11704
See merge request espressif/esp-idf!40472
2025-08-12 09:25:05 +08:00
Erhan Kurubas
f5ffef1556
change(app_trace): move gcov component to the esp-component-registry
2025-08-11 13:24:42 +03:00
Shen Mengjing
1319fe05e1
docs: Sync CN and EN docs
2025-08-11 17:42:59 +08:00
Erhan Kurubas
55c60e1c34
fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation
...
Closes https://github.com/espressif/esp-idf/issues/14407
2025-08-07 17:17:01 +03:00
Sudeep Mohanty
fe2ee39a99
feat(esp_ringbuf): Place Ring buffer in flash by default
...
The following updates have been made in this commit:
- The commit places ring buffer code in flash memory by default.
- CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH has been removed.
- CONFIG_RINGBUF_IN_IRAM is added and can be used to restore the
previous memory placement.
2025-08-07 19:56:30 +08:00
Sudeep Mohanty
26c19928a9
feat(freertos): Place FreeRTOS in flash by default
...
The following updates have been made in this commit:
- The commit places FreeRTOS code in flash memory by default.
- CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH has been removed.
- CONFIG_FREERTOS_IN_IRAM is unhidden and can be used to restore the
previous memory placement.
- A test has been added for users to conduct performance impact testing
based on memory placement configurations.
2025-08-07 19:56:30 +08:00
Harshal Patil
eae2f70381
Merge branch 'change/remove_esp_security_dependency_from_esp_hw_support' into 'master'
...
Move security-related modules present in esp_hw_support component to esp_security
Closes IDF-10733
See merge request espressif/esp-idf!39490
2025-08-06 06:27:12 +05:30
harshal.patil
60ff4bca9b
refactor(esp_system): Update all references of the memory protection configs
2025-08-04 11:43:01 +05:30
Peter Dragun
519042a1e2
feat: Deprecate Python 3.9
...
BREAKING CHANGE:
- Minimal supported Python version is now 3.10.
2025-08-01 08:05:10 +02:00
renpeiying
d1df341c5d
docs: Update CN translation
2025-07-29 22:31:40 +03:00
Erhan Kurubas
fb53d6e719
change(coredump): drop binary format and crc checksum
2025-07-29 22:31:40 +03:00
C.S.M
df8a9d26c2
feat(usb_serial_jtag): Add usb serial jtag support for esp32h4
2025-07-28 15:12:38 +08:00
harshal.patil
35944b8a4d
docs(bootloader): Change the default value of maximum supported bootloader size
2025-07-24 15:56:41 +05:30
harshal.patil
f4b329386f
docs(bootloader): Update the maximum supported bootloader size
2025-07-23 11:17:54 +05:30
Ivan Grokhotkov
5b71cc29bd
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-07-18 14:16:25 +08:00
Erhan Kurubas
8a2692edb6
change(app_trace): add dest parameter to down buffer config
2025-07-17 12:36:39 +08:00
Erhan Kurubas
3d7d7813c9
refactor(apptrace): replace xxx_TRAX with xxx_JTAG
2025-07-17 12:36:39 +08:00
Shen Mengjing
ecb21d35ba
docs: Fix some broken links
2025-07-11 16:41:15 +08:00
luweike
f22f77b22a
docs: Update TCM to SPM for ESP32-P4 memory types
2025-07-11 09:47:38 +08:00
Erhan Kurubas
f78d6d6366
change(app_trace): remove extra data buffering feature
2025-07-10 12:39:44 +02:00
Erhan Kurubas
adba62ff7b
change(docs): replace deprecated openocd cfg files
2025-07-08 13:01:48 +02:00
ESPCI_TOKEN
993f9622c2
docs: Fix idf_component_register reference CN translation (GitHub PR)
2025-07-03 18:54:27 +08:00
Lv Xin Yue
d846ca2ee6
Merge branch 'docs/update_deep_sleep_stub' into 'master'
...
fix(docs): Add time measuring methods
Closes DOC-4733
See merge request espressif/esp-idf!40004
2025-06-26 17:11:13 +08:00
Lv Xin Yue
ee4026b355
fix(docs): Add time measuring methods
2025-06-26 14:18:49 +08:00
Wei Yu Han
7ee40d6640
Merge branch 'docs/update_ble_feature_status_latest' into 'master'
...
Updated BLE feature status
See merge request espressif/esp-idf!38980
2025-06-26 09:11:12 +08:00
Wei Yuhan
b1bbf68bb5
Update BLE feature suppport status
2025-06-25 17:26:00 +08:00
Zhang Shuxian
f699058964
docs: Update CN translation for tools setup
2025-06-23 12:48:39 +02:00
armando
6abac38b9c
refactor(adc): removed the legacy adc driver and legacy adc calibration calibration driver
2025-06-18 14:35:41 +08:00
Roland Dobai
3efb46e480
remove(tools): Drop official support for gdbgui
2025-06-06 14:32:05 +08:00
Konstantin Kondrashov
ef58299d06
Merge branch 'doc/improve_part_table_doc' into 'master'
...
feat(partition_table): Improves documentation for partition table
See merge request espressif/esp-idf!39368
2025-05-27 22:27:39 +08:00
Zhang Shuxian
463135fded
docs: Update CN translation for partition-tables.rst
2025-05-27 11:02:18 +08:00
Konstantin Kondrashov
9d0d1d2614
Merge branch 'contrib/github_pr_15930' into 'master'
...
docs(esp32): Add note about including esp_check.h for error-handling.rst docs page in English (GitHub PR)
Closes IDFGH-15271 and DOC-11245
See merge request espressif/esp-idf!39012
2025-05-23 16:13:48 +08:00
Adam Múdry
e0be50d9b5
docs: Added a mention of read-only NVS in filesystem considerations document
2025-05-22 19:18:01 +02:00
Zhang Shuxian
ff408c31c7
docs: Update CN translation for error-handling.rst
2025-05-22 17:39:27 +08:00
Anton Maklakov
c559e045fc
docs(jtag): fix esp32p4 usb jtag pins
2025-05-14 17:02:22 +08:00
Peter Dragun
4acf13dc7b
Merge branch 'docs/autocolor_multiline' into 'master'
...
docs(tools/idf-monitor): Add note about autocoloring limitation on multiline logs
Closes IDFGH-15114
See merge request espressif/esp-idf!38829
2025-05-14 14:31:24 +08:00