Commit Graph

1622 Commits

Author SHA1 Message Date
Ashish Sharma 7b8936d3b2 feat(mbedtls): update to version 3.6.5 2025-11-22 15:02:36 +08:00
morris e686c01519 Merge branch 'feature/i2s_support_merge_simplex_to_duplex_v5.1' into 'release/v5.1'
feat(i2s): support to lazy constitute full-duplex mode (v5.1)

See merge request espressif/esp-idf!41846
2025-11-18 17:14:50 +08:00
Chen Jichang e10d4a82c2 fix(rmt): correct the condition for warnings in loop mode 2025-10-21 11:28:53 +08:00
laokaiyao e375ea5b01 feat(i2s): support to lazy constitute full-duplex mode 2025-10-17 11:40:41 +08:00
Martin Vychodil ac8e7a79c3 Merge branch 'feature/storage_nvs_perf_blob_v5.1' into 'release/v5.1'
Improvement of NVS Blob performance (v5.1)

See merge request espressif/esp-idf!41595
2025-09-15 17:48:53 +08:00
laokaiyao 45183e6a55 change: remove the updated doc's list for c5 2025-09-11 15:33:45 +08:00
laokaiyao db8919e05d docs(sleep_mode): updated ext1 wakeup status 2025-09-11 15:33:43 +08:00
radek.tandler 521463503f fix(nvs_flash): nvs_set with same key and different data type
Function now always rewrites old value under same key
regardless existing data type. Users requiring old API behaviour
can enable it by kconfig option CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY
2025-09-10 19:02:25 +02:00
Jiang Jiang Jian 26307750da Merge branch 'bugfix/esp_flash_escape_checking_v5.1' into 'release/v5.1'
fix(esp_flash): fixed issue of escaping boundary check (v5.1)

See merge request espressif/esp-idf!40121
2025-08-04 14:30:27 +08:00
Jiang Jiang Jian b0947e3639 Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.1' into 'release/v5.1'
mmu: fix mmu map concurrent issue (v5.1)

See merge request espressif/esp-idf!38412
2025-08-04 12:03:13 +08:00
Xiao Xufeng 2b66f127fd fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
2025-07-28 14:10:06 +08:00
nilesh.kale 6c290c09f3 feat: enabled ECDSA-P192 support for ESP32H2 2025-07-18 14:50:55 +05:30
morris 4460844155 Merge branch 'fix/pcnt_miss_accum_value_when_overflow_v5.1' into 'release/v5.1'
fix(pcnt): fix the accum_value missing when overflow (v5.1)

See merge request espressif/esp-idf!40318
2025-07-08 11:14:07 +08:00
Jiang Jiang Jian 7378d450a8 Merge branch 'feat/update_mbedtls_3.6.4_v5.1' into 'release/v5.1'
feat(mbedtls): update to version 3.6.4 (v5.1)

See merge request espressif/esp-idf!40379
2025-07-08 10:48:12 +08:00
armando 34e8b36239 fix(mmu): fixed esp_mmu_map concurrent issue and add related docs 2025-07-08 10:07:17 +08:00
Ashish Sharma 5f74ce2d4b feat(mbedtls): update to version 3.6.4 2025-07-04 17:58:56 +08:00
Chen Jichang ec5a0c0097 fix(pcnt): fix the accum_value missing when overflow 2025-07-02 20:11:22 +08:00
Daniel Mangum de4c29b714 fix: Replace deprecated flushregs alias with full gdb command
Usage of `flushregs` in gdb will result in the following warning:

```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```

This patch updates to use the recommend command.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Merges https://github.com/espressif/esp-idf/pull/11535
2025-05-26 11:31:57 +02:00
Ashish Sharma fb3ec51bd9 feat(mbedtls): new config to allow weak cert verification 2025-04-02 10:20:10 +05:30
Ashish Sharma f707fdea34 feat(mbedtls): update to version 3.6.3 2025-04-02 10:06:21 +05:30
morris 401f9e7efc Merge branch 'feature/check_efuse_blk_after_ota_v5.1' into 'release/v5.1'
feat(bootloader): support to check efuse block revision (v5.1)

See merge request espressif/esp-idf!33143
2025-04-02 10:01:01 +08:00
Island 1f4106fcfe Merge branch 'feature/add_vendor_ble_cmd_definitions_5.1' into 'release/v5.1'
Feature/add vendor ble cmd definitions (v5.1)

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

See merge request espressif/esp-idf!37905
2025-03-26 21:33:26 +08:00
zhiweijian fe31ce5d97 feat(bt): fixed some doc error and add ocf parameters description 2025-03-26 14:16:21 +08:00
Shen Weilong 772d35c309 feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-25 16:02:55 +08:00
Aditya Patwardhan 84467eccf4 Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.1' into 'release/v5.1'
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.1)

See merge request espressif/esp-idf!37617
2025-03-25 13:58:10 +08:00
laokaiyao f7f1a222cc feat(bootloader): support to check efuse block revision
change(bootloader): remove ignore efuse check flag (temp)

change(bootloader): use int for the minimum efuse blk rev (temp)
2025-03-25 10:09:52 +08:00
laokaiyao eb02eb79e4 docs(chip_revision): update eFuse block revision info 2025-03-25 10:08:16 +08:00
zhangyanjiao 9f671b43dd fix(wifi): Update the doc for espnow add peer 2025-03-20 14:47:30 +08:00
Mahavir Jain 51383a610a fix(docs): update for changes in provisioning security2 scheme 2025-03-10 12:33:27 +08:00
Song Ruo Jing 1281508bd7 fix(ledc): updated docs for esp32h2 eco5 bugfix 2025-03-07 17:39:44 +08:00
wanckl caf0d04a31 feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-22 11:14:23 +08:00
Michael (XIAO Xufeng) fd3da18412 Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.1' into 'release/v5.1'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.1)

See merge request espressif/esp-idf!35967
2025-01-07 15:19:10 +08:00
Song Ruo Jing c262ef4067 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:22 +08:00
Song Ruo Jing 9026c0905e fix(clk): add an inevitable kconfig option to be selected to use rc32k 2024-12-25 20:08:56 +08:00
morris 3a7cc46e29 Merge branch 'contrib/github_pr_14767_v5.1' into 'release/v5.1'
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.1)

See merge request espressif/esp-idf!35137
2024-11-29 13:32:47 +08:00
Xu Si Yu f9aa14a5f3 feat(openthread): support using custom header file 2024-11-25 18:15:05 +08:00
lsita d503c5733c fix(gptimer): race condition between start and stop
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:27:38 +08:00
zhangyanjiao db3f58fc4f docs(wifi/espnow): Update the description for ESP-NOW frame 2024-11-15 09:45:34 +08:00
zhangyanjiao 4f85a2726e fix(wifi): Support AES IV with random value in esptouch v2 2024-11-11 15:05:05 +08:00
Chen Jichang a477b04eda fix(mcpwm): add warning about generator deadtime
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:59:23 +08:00
Chen Jichang a3297f8eee fix(mcpwm): fix pm_lock memory issues 2024-10-25 10:57:48 +08:00
renpeiying 7c7aeb3fc7 docs: Update zh_CN translation for MR32736 2024-09-02 11:44:03 +02:00
Ondrej Kosta ebee641116 docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi 2024-09-02 11:32:08 +02:00
Island b9c2accce9 Merge branch 'docs/add_ble_feature_status_table_v5.1' into 'release/v5.1'
docs(ble): Added BLE feature support status (v5.1)

See merge request espressif/esp-idf!32924
2024-08-26 14:02:48 +08:00
Jiang Jiang Jian e026fd1f81 Merge branch 'docs/fix_typo_adc_oneshot_v5.1' into 'release/v5.1'
docs: fix a typo in adc_oneshot (v5.1)

See merge request espressif/esp-idf!33008
2024-08-22 19:44:26 +08:00
Linda b0c5075fb1 docs: fix a typo in adc_oneshot 2024-08-22 10:19:37 +08:00
hrushikesh.bhosale 7d173b6550 docs(nvs_flash): Updated the docs of nvs_flash
Updated the documentation by changing subtype from key to
nvs_keys in nvs_flash.rst
2024-08-21 14:50:35 +05:30
Yuhan Wei 7a387c70ca docs(ble): Updated Title in the bluetooth API reference files 2024-08-16 17:57:13 +08:00
morris 5b74ce1f9e Merge branch 'docs/fix_a_typo_v5.1' into 'release/v5.1'
docs: Fix a small typo in adc_calibration.rst (v5.1)

See merge request espressif/esp-idf!32717
2024-08-12 18:30:06 +08:00