1591 Commits

Author SHA1 Message Date
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
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
Xiao Xufeng
6ab8948502 doc(spi_flash): hide unsupported optional features 2024-03-12 10:48:08 +08:00
Xiao Xufeng
194ea85ee8 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2024-03-12 10:48:08 +08:00
Jiang Jiang Jian
44fa82c7c3 Merge branch 'feature/support_gdma_retention_v5.1' into 'release/v5.1'
feature: support gdma retention in pd_top lightsleep (v5.1)

See merge request espressif/esp-idf!29089
2024-03-05 10:59:30 +08:00
Peter Marcisovsky
54f22f7c43 feat(docs): added usb host enumeration filter description
- CN and EN docs
2024-03-01 10:15:09 +01:00
mofeifei
e8c901b144 docs: update cn trans usb_host.rst 2024-03-01 09:04:20 +01:00
Roman Leonov
4236416774 feat(docs): added USB Host Stack Configuration description 2024-03-01 09:04:20 +01:00
morris
a74edb7bbb Merge branch 'contrib/github_pr_12963_v5.1' into 'release/v5.1'
fix misformatted link (GitHub PR) (v5.1)

See merge request espressif/esp-idf!28755
2024-02-28 11:38:16 +08:00