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
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
Krzysztof Budzynski
c3962392bf
Merge branch 'docs/remove_user_guide_for_esp32_ethernet_migration_v5.1' into 'release/v5.1'
...
docs: remove user guide for esp32-ethernet-kit migration (v5.1)
See merge request espressif/esp-idf!32588
2024-08-09 16:27:59 +08:00
shenmengjing
7e86ed064c
docs: Fix a small typo in adc_calibration.rst
2024-08-09 14:45:44 +08:00
LonerDan
3e53dff916
docs(gptimer): remove incorrect param from example
...
Fixes call to `gptimer_start` in one of the examples
which includes extra second parameter `&alarm_config`,
when the function takes only one.
Mreges https://github.com/espressif/esp-idf/pull/14310
2024-08-08 10:05:50 +08:00
renpeiying
1fec545f4e
docs: remove user guide for esp32-ethernet-kit migration
2024-08-05 17:41:43 +08:00
Lou Tianhao
d587205bbf
docs(pm): add description for gpio_wakeup
2024-06-26 14:12:33 +08:00
Jiang Jiang Jian
85fd3f397d
Merge branch 'fix/sntp_getreachability_v5.1' into 'release/v5.1'
...
fix(netif): Add missing SNTP get-reachablitiy API (v5.1)
See merge request espressif/esp-idf!30033
2024-06-04 11:37:05 +08:00
Darian Leung
f0b26289d7
docs(usb): Add USBH maintainer notes
2024-06-02 00:29:36 +08:00
David Cermak
cea1893729
fix(esp_netif): Prevent running esp_netif_sntp_init() multiple times
...
Closes https://github.com/espressif/esp-idf/issues/12854
2024-05-29 17:22:29 +08:00
Jiang Jiang Jian
91df5f03e9
Merge branch 'doc/add_description_for_pd_top_gpio_configuration_v5.1' into 'release/v5.1'
...
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep (v5.1)
See merge request espressif/esp-idf!30797
2024-05-21 12:04:46 +08:00
Marius Vikhammer
a1b0f253a6
Merge branch 'doc/ringbuffer_v5.1' into 'release/v5.1'
...
docs(esp_ringbuf): Corrected example code block (v5.1)
See merge request espressif/esp-idf!30634
2024-05-15 09:07:36 +08:00
morris
9808619d52
Merge branch 'bugfix/fix_gpio_etm_multi_task_v5.1' into 'release/v5.1'
...
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks (v5.1)
See merge request espressif/esp-idf!30457
2024-05-13 15:59:44 +08:00
wuzhenghui
2e21a74d85
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep
...
Closes https://github.com/espressif/esp-idf/issues/13143
2024-05-13 15:58:15 +08:00
Jiang Jiang Jian
ae1cf0594c
Merge branch 'doc/update_bt_sleep_process_v5.1' into 'release/v5.1'
...
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst(v5.1)
See merge request espressif/esp-idf!30734
2024-05-13 14:29:06 +08:00