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
Chen Jichang
ec5a0c0097
fix(pcnt): fix the accum_value missing when overflow
2025-07-02 20:11:22 +08: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
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
zhangyanjiao
9f671b43dd
fix(wifi): Update the doc for espnow add peer
2025-03-20 14:47:30 +08:00
shenmengjing
f29627cbe3
docs(provisioning): Sync CN translation and EN source
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
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
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
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
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
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
Darian Leung
f0b26289d7
docs(usb): Add USBH maintainer notes
2024-06-02 00:29:36 +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
Jiang Jiang Jian
a2bbd59755
Merge branch 'support/esp_sleep_enable_ext1_wakeup_io_v5.1' into 'release/v5.1'
...
Support/esp sleep enable ext1 wakeup io(backport v5.1)
See merge request espressif/esp-idf!30164
2024-05-13 10:42:20 +08:00
morris
01b912a9e5
Merge branch 'fix/uart_wakeup_threshold_v5.1' into 'release/v5.1'
...
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured (v5.1)
See merge request espressif/esp-idf!30464
2024-05-10 22:59:34 +08:00
morris
50c01e118b
Merge branch 'doc/auto_suspend_disabled_by_default_v5.1' into 'release/v5.1'
...
doc(flash): fix auto suspend enabled by default issue (v5.1)
See merge request espressif/esp-idf!30254
2024-05-10 22:57:18 +08:00
xiongweichao
a62df0920b
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst
2024-05-09 11:28:36 +08:00
Jakob Hasse
28d1fc1214
docs(esp_ringbuf): Corrected example code block
...
* Closes https://github.com/espressif/esp-idf/issues/13730
2024-05-06 10:28:32 +02:00
Radim Karniš
26d6e7563d
docs(idf_py): Describe the option to configure esptool.py with --extra-args
2024-04-29 15:20:27 +02:00
Song Ruo Jing
a664c71fd7
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:21:37 +08:00
Song Ruo Jing
c57bfa3737
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
2024-04-24 17:10:03 +08:00
Xiao Xufeng
9b142a9f72
doc(flash): fix auto suspend enabled by default issue
2024-04-16 23:02:42 +08:00
Lou Tianhao
ccc7edb965
docs(pm): add description for ext1
2024-04-15 20:33:07 +08:00
zhangyanjiao
30d070ea72
docs(wifi): Updated the LMK description in ESP-NOW
...
Closes https://github.com/espressif/esp-idf/issues/12976
2024-03-15 15:10:09 +08:00
wuzhenghui
c97f5d79d9
ci: enable hardware crypto module for powersave tests
2024-02-23 18:30:22 +08:00