Chen Jichang
53a0bb548b
fix(mcpwm): fix pm_lock memory issues
2024-10-15 13:24:29 +08:00
renpeiying
c515d555c2
docs: Update zh_CN translation for MR32736
2024-09-02 11:45:55 +02:00
hrushikesh.bhosale
745e08b499
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:44:47 +05:30
Jiang Jiang Jian
bcbb9d1b90
Merge branch 'docs/remove_user_guide_for_esp32_ethernet_migration_v5.0' into 'release/v5.0'
...
docs: remove user guide for esp32-ethernet-kit migration (v5.0)
See merge request espressif/esp-idf!32589
2024-08-15 15:54:58 +08:00
LonerDan
61edd6c83f
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:58 +08:00
renpeiying
3145eac6c5
docs: remove user guide for esp32-ethernet-kit migration
2024-08-05 18:01:27 +08:00
Xiao Xufeng
01560b9ca5
doc(flash): fix auto suspend enabled by default issue
2024-06-24 17:35:30 +08:00
xiongweichao
1f4a2c9222
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst
2024-05-10 10:31:03 +08:00
Song Ruo Jing
02d819b69b
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:27:27 +08:00
zhangyanjiao
693ceaba3c
docs(wifi): Updated the LMK description in ESP-NOW
...
Closes https://github.com/espressif/esp-idf/issues/12976
2024-03-15 15:14:11 +08:00
wanlei
64ac8f0874
fix(spi): correct some signals and dummy bits docs
2023-12-06 16:28:51 +08:00
Jiang Jiang Jian
5f497153f7
Merge branch 'bugfix/rmt_stop_issue_v5.0' into 'release/v5.0'
...
fix(rmt): a disabled channel may pick up a pending transaction (v5.0)
See merge request espressif/esp-idf!26780
2023-11-23 14:27:25 +08:00
Song Ruo Jing
c0a1d27858
fix(ledc): fix ledc driver 100% duty cycle configuration
...
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12593
Closes https://github.com/espressif/esp-idf/issues/12083
2023-11-22 03:12:38 +00:00
morris
6a7e250442
feat(rmt): support calling rmt_receive in ISR callback
2023-11-08 15:03:44 +08:00
morris
da2399a2c5
fix(rmt): a disabled channel may pick up a pending transaction
...
because in the trans_done interrupt, the driver didn't check the channel FSM
2023-11-03 02:40:56 +00:00
Cai Xin Ying
202d1f11e9
docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.0)
2023-09-22 10:51:47 +08:00
morris
69b0a57777
Merge branch 'contrib/github_pr_12179_v5.0' into 'release/v5.0'
...
fix(uart): Fix uart_ll_set_baudrate div-by-zero crash due to uint32_t overflow (backport v5.0)
See merge request espressif/esp-idf!26017
2023-09-19 13:15:17 +08:00
morris
711477d354
Merge branch 'feature/specify_rmt_intr_priority_v5.0' into 'release/v5.0'
...
feat(rmt): specify interrupt priority (v5.0)
See merge request espressif/esp-idf!25719
2023-09-19 11:49:18 +08:00
Song Ruo Jing
b75ccbde65
fix(docs): Improve the DFS and Peripheral Drivers section in power_management.rst
2023-09-18 16:34:18 +08:00
Planck (Lu Zeyu)
f089f0d83b
feat(rmt): specify interrupt priority
2023-09-18 03:02:49 +00:00
Chen Jichang
03ec7a0c5d
feat(pcnt): support set interrupt priority(v5.0)
2023-08-29 07:48:30 +00:00
Shang Zhou
2a1e6f73ee
docs: Provide CN translation for wear-levelling.rst
2023-08-14 12:59:10 +02:00
Adam Múdry
556816423c
docs(fatfs): Move mentioned APIs to a separate API reference section
2023-08-14 12:59:08 +02:00
morris
f5154364ac
feat(gptimer): support set interrupt priority
...
Related forum post: https://esp32.com/viewtopic.php?f=13&t=34959
2023-08-04 12:55:16 +08:00
Lou Tianhao
6a7646e5f4
docs(pm/sleep): rewrite_all_low_to_any_low_when_not_esp32
2023-08-02 15:23:03 +08:00
Cai Xin Ying
082a2972cd
Docs: add CN translation for api-reference/provisioning/protocomm.rst (backport v5.0)
2023-07-31 15:05:48 +08:00
Lou Tianhao
3727d56c82
Change: rewrite EXT1 triggle mode all_low to any_low when not esp32
2023-07-25 17:53:33 +08:00
zhangyanjiao
368dca0d84
fix(wifi): Add bugfixes and improvements
...
1. Update wifi security mode
2. Fix association refused temporarily comeback time set to zero issue
3. Vnd ie callback can be set to null
2023-07-20 11:39:41 +08:00
Rotzbua
881f3fc54d
doc: remove WEP as security mode
...
Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/10015
2023-07-20 11:22:23 +08:00
xiongweichao
b013faa84b
docs(sleep_modes): Updated Wi-Fi/Bluetooth and Sleep Modes in docs
2023-07-17 17:04:53 +08:00
Krzysztof Budzynski
0fbddcb991
Merge branch 'docs/add_provisioning_CN_trans_backport_v5.0' into 'release/v5.0'
...
Docs: add CN translation for api-reference/provisioning/provisioning.rst (backport v5.0)
See merge request espressif/esp-idf!24485
2023-07-13 18:33:38 +08:00
Cai Xin Ying
0e986431bc
Docs: add CN translation for api-reference/provisioning/provisioning.rst (backport v5.0)
2023-07-13 18:33:38 +08:00
Chen Jichang
d2dcef277c
docs(rmt): add a note about binding channels to the same GPIO
...
Added a note about RX Channel and TX Channel initialization order when
bound RX and TX to the same gpio.
Closes https://github.com/espressif/esp-idf/issues/11768
2023-07-11 22:17:17 +08:00
morris
c227759a4d
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/rmt.rst_backport_v5.0' into 'release/v5.0'
...
docs: provide CN translation for api-reference/peripherals/rmt.rst (backport v5.0)
See merge request espressif/esp-idf!24539
2023-07-11 16:15:15 +08:00
Mahavir Jain
c5f2db8b11
Merge branch 'docs/trans_wifi_provisioning_backport_v5.0' into 'release/v5.0'
...
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.0)
See merge request espressif/esp-idf!24478
2023-07-11 15:25:45 +08:00
Cai Xin Ying
a71a6e4a30
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.0)
2023-07-11 15:25:45 +08:00
Marius Vikhammer
1655084c90
Merge branch 'docs/fix_typo_in_api-reference_system_ota_v5.0' into 'release/v5.0'
...
fix a typo in api-reference/system/ota (v5.0)
See merge request espressif/esp-idf!24445
2023-07-11 15:07:07 +08:00
caixinying-git
dfd7102212
docs: provide CN translation for api-reference/peripherals/rmt.rst
2023-07-11 11:13:20 +08:00
Linda
684e15f729
fix a typo in api-reference/system/ota
2023-06-28 14:28:32 +08:00
wangmengyang
49bb1e85b7
component/docs: enable generation of API-reference documents for Bluetooth HID host
2023-06-25 15:37:54 +08:00
zhangyanjiao
e70f45acd1
Update the ESP-NOW frame length in docs
2023-06-12 15:23:15 +08:00
Jiang Jiang Jian
a658d37e68
Merge branch 'bugfix/sntp_docs_time_t_64bit_v5.0' into 'release/v5.0'
...
docs: remove outdated section on custom toolchain for 64-bit time_t (v5.0)
See merge request espressif/esp-idf!23329
2023-06-12 11:02:51 +08:00
David Čermák
29e93cb744
Merge branch 'bugfix/eth_driver_cleanup_v5.0' into 'release/v5.0'
...
Ethernet driver and documentation clean-up (v5.0)
See merge request espressif/esp-idf!23188
2023-05-29 19:58:29 +08:00
Shang Zhou
78ba28f65f
docs: update links in mdns.rst_backport_v5.0
2023-05-23 17:54:17 +08:00
Shang Zhou
7b113d2073
docs: update translation for esp_eth
2023-05-18 14:28:21 +00:00
David Čermák
b1a3e6cd58
Merge branch 'docs/esp_protocols_docs_migration_v5.0' into 'release/v5.0'
...
docs: migrated documentation from github.io to docs.espressif.com (v5.0)
See merge request espressif/esp-idf!23318
2023-05-17 20:28:38 +08:00
Mo Fei Fei
ddf36db76a
Docs: add CN translation for i2s.rst (backport v5.0)
2023-05-12 11:01:42 +08:00
Wang Zi Yan
72d9b9d94f
docs: remove outdated section on custom toolchain for 64-bit time_t
...
Co-authored-by: Ivan Grokhotkov <ivan@espressif.com>
2023-04-20 17:42:32 +02:00
Suren Gabrielyan
58a3498305
docs: migrated documentetation from github.io to docs.espressif.com
2023-04-20 13:33:52 +04:00
David Cermak
5b75693522
esp_netif/lwip: Fix core-locking config (v5.0)
...
* Fix thread safety issues in non-core locking
* Add option to verify thread safety issues in lwip (core-lock assertion)
* Make esp_sntp.h thread safe API
* Fix sntp examples
Closes https://github.com/espressif/esp-idf/issues/9908
Closes https://github.com/espressif/esp-idf/issues/10502
Closes https://github.com/espressif/esp-idf/issues/10466
2023-03-21 11:09:56 +01:00