Commit Graph

814 Commits

Author SHA1 Message Date
Jakub Kocka
b38f271bde fix(docs): Added fatfsgen to the toctree 2026-03-19 10:14:08 +01:00
yangfeng
d7fc14f15d feat(bt): Add APIs to control transmit power level
- API to read ACL real RSSI
- APIs to read/write tx power of inq/iscan/page/pscan/ACL
2026-03-16 16:00:25 +08:00
Jiang Jiang Jian
8b924a54fe Merge branch 'feat/nvs_iteration_statistics_examples_v5.2' into 'release/v5.2'
feat(examples/storage): add nvs statistics and iteration examples (v5.2)

See merge request espressif/esp-idf!43678
2026-03-16 11:34:48 +08:00
Jack
2b12e457cc fix some issues found by Opus 4.5 2026-03-11 20:20:56 +08:00
wanckl
9be66e796b fix(driver_spi): docs currect gpio config performs 2025-12-23 16:37:50 +08:00
wanckl
6b82249447 feat(driver_spi): spi master support sleep retention(recovery) 2025-12-23 13:48:27 +08:00
Zhang Shuxian
9b63b6375c docs: Update CN translation for NVS statistics example 2025-11-27 11:13:29 +01:00
Ashish Sharma
0ae996be45 feat(mbedtls): update to version 3.6.5 2025-11-22 15:02:54 +08:00
laokaiyao
8207fba17a feat(i2s): support to lazy constitute full-duplex mode 2025-10-17 10:28:14 +08:00
C.S.M
ebf0585e18 doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part 2025-10-10 18:09:51 +08:00
Jiang Jiang Jian
df0d196b85 Merge branch 'doc/fix_ext1_wakeup_cause_v5.2' into 'release/v5.2'
docs(sleep_mode): updated ext1 wakeup status (v5.2)

See merge request espressif/esp-idf!41833
2025-10-09 10:54:31 +08:00
Chen Jichang
ddfeac71b9 fix(rmt): correct the condition for warnings in loop mode 2025-09-24 15:18:15 +08:00
laokaiyao
252f30dbec change: remove the updated doc's list for c5 2025-09-11 15:25:46 +08:00
laokaiyao
422a066697 docs(sleep_mode): updated ext1 wakeup status 2025-09-11 15:25:45 +08:00
gaoxu
046bb819dd fix(adc): fix wrong adc periph num on C2/P4 2025-08-26 18:55:02 +08:00
Ashish Sharma
936c6495c0 feat(mbedtls): update to version 3.6.4 2025-07-09 17:33:36 +08:00
Chen Jichang
c916509152 fix(pcnt): fix the accum_value missing when overflow 2025-07-02 20:12:33 +08:00
Roman Leonov
9c98a17a0d feat(ext_hub): Added device error handling 2025-05-06 14:17:29 +02:00
Roman Leonov
10bdcad7db docs(ext_port): Maintainers Notes for the External Port Driver 2025-05-06 14:17:29 +02:00
morris
34a92965d0 Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.2' into 'release/v5.2'
mmu: fix mmu map concurrent issue (v5.2)

See merge request espressif/esp-idf!38408
2025-04-17 21:29:25 +08:00
armando
028e597113 fix(mmu): fixed esp_mmu_map concurrent issue and add related docs 2025-04-15 14:24:56 +08:00
Ashish Sharma
e6ad551c10 feat(mbedtls): update to version 3.6.3 2025-04-02 08:43:48 +05:30
Marius Vikhammer
20ab752e3f Merge branch 'fix/ringbuf_allow_split_receive_crash_v5.2' into 'release/v5.2'
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers (v5.2)

See merge request espressif/esp-idf!37924
2025-04-01 14:56:06 +08:00
Island
a40b0e241a Merge branch 'feature/add_vendor_ble_cmd_definitions_5.2' into 'release/v5.2'
Feature/add vendor ble cmd definitions (v5.2)

See merge request espressif/esp-idf!37960
2025-03-27 17:15:23 +08:00
Jiang Jiang Jian
b2cd934f4e Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.2' into 'release/v5.2'
fix(wifi): Fixed the scan information error in LR only mode (v5.2)

See merge request espressif/esp-idf!37874
2025-03-26 21:33:30 +08:00
zhiweijian
d44d8a1f9e feat(bt): fixed some doc error and add ocf parameters description 2025-03-26 14:21:45 +08:00
Aditya Patwardhan
04438b1148 Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.2' into 'release/v5.2'
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.2)

See merge request espressif/esp-idf!37616
2025-03-26 12:09:51 +08:00
Shen Weilong
5ea02cbc66 feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-25 16:13:05 +08:00
Zhang Shuxian
1eb7f1c826 docs: Add a note about TWAI multiple instances install 2025-03-24 11:12:36 +08:00
Sudeep Mohanty
d62e07e8c0 fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
This commit adds an assert check to xRingbufferReceive() and
xRingbufferReceiveFromISR() functions to prevent them from being used to
retrieve items from an allow-split buffer. Corresponding documentation
has also been updated.
2025-03-20 11:49:27 +01:00
zhangyanjiao
d2713788e7 fix(wifi): Update the doc for espnow add peer 2025-03-20 15:58:32 +08:00
shenmengjing
feeaaf7ed7 docs(provisioning): Sync CN translation and EN source 2025-03-10 10:01:55 +05:30
Song Ruo Jing
4ba58cd22b fix(ledc): updated docs for esp32h2 eco5 bugfix 2025-03-07 17:31:08 +08:00
wanckl
65a616197f feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-22 11:11:47 +08:00
Michael (XIAO Xufeng)
b3b14bdf43 Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.2' into 'release/v5.2'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.2)

See merge request espressif/esp-idf!35966
2025-01-07 15:49:51 +08:00
Song Ruo Jing
7ec010c1ae fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-26 18:51:12 +08:00
Song Ruo Jing
47c9382cc2 fix(clk): add an inevitable kconfig option to be selected to use rc32k 2024-12-25 20:07:26 +08:00
morris
9c6952f7b4 Merge branch 'contrib/github_pr_14767_v5.2' into 'release/v5.2'
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.2)

See merge request espressif/esp-idf!35136
2024-12-04 10:13:51 +08:00
Xu Si Yu
3466f70e99 feat(openthread): support using custom header file 2024-11-25 12:34:00 +08:00
lsita
b294d7d3e3 fix(gptimer): race condition between start and stop
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:24:35 +08:00
zhangyanjiao
f9ef78528e docs(wifi/espnow): Update the description for ESP-NOW frame 2024-11-14 10:25:56 +08:00
zhangyanjiao
d47ed7d6f8 fix(wifi): Support AES IV with random value in esptouch v2 2024-11-11 15:37:32 +08:00
Chen Jichang
26e719013f fix(mcpwm): add warning about generator deadtime
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:57:09 +08:00
nilesh.kale
52a694abb9 feat(mbedtls): update mbedtls version to 3.6.2 2024-10-22 13:23:59 +05:30
morris
6280fbe8b6 fix(pcnt): install the pm lock upon driver installation 2024-10-16 11:33:40 +08:00
Jiang Jiang Jian
8218cdd7fb Merge branch 'bugfix/mbedtls_doc_update_v5.2' into 'release/v5.2'
docs: update mbedtls guide for TLS 1.3 supported change (v5.2)

See merge request espressif/esp-idf!33994
2024-10-14 10:47:30 +08:00
Chen Jichang
13ae494d35 fix(mcpwm): fix pm_lock memory issues 2024-10-10 09:49:48 +08:00
morris
6a56adcda1 Merge branch 'feature/usb_host_hub_support_collective_backport_p2_v5.2' into 'release/v5.2'
feat(usb_host): Hub Support Collective backport part 2/3 (v5.2)

See merge request espressif/esp-idf!31363
2024-10-09 17:03:38 +08:00
Mahavir Jain
6356e35763 docs: update mbedtls guide for TLS 1.3 supported change 2024-10-08 10:00:43 +05:30
Roman Leonov
16c3c050be docs(ext_hub): Added description for External Hub Driver 2024-09-06 10:36:57 +02:00