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 |
|
Jiang Jiang Jian
|
dc172b63d3
|
Merge branch 'bugfix/close_rf_in_deep_sleep_backport_v5.0' into 'release/v5.0'
deep sleep: further optimize sleep current if RF is enabled (backport v5.0)
See merge request espressif/esp-idf!22738
|
2023-03-20 15:48:29 +08:00 |
|
wuzhenghui
|
64d5421d8b
|
deep sleep: close rf to optimize sleep current
|
2023-03-14 13:57:42 +08:00 |
|
morris
|
c24222dcde
|
gptimer: fix race condition between start and stop
Added state transition in gptimer_start/stop functions.
So that it's not possible to make a stopped timer continue to run
because of race condition.
|
2023-03-11 11:42:09 +08:00 |
|
Song Ruo Jing
|
bdffb4403d
|
ledc: Add check for whether the registered callback is in iram in ledc_cb_register
|
2023-03-03 17:21:56 +08:00 |
|
Sudeep Mohanty
|
4b75883ea4
|
docs: Ulpdated ULP docs to have the correct notes directive
This commit updates the ULP .rst files to have the correct notes
directive format. The notes directives were missing a colon.
|
2023-02-24 11:22:48 +01:00 |
|
Linda
|
892f6fa695
|
docs:fix a typo in api-reference/peripherals/gpio
|
2023-02-20 16:12:25 +08:00 |
|
Marius Vikhammer
|
fc3f49d589
|
Merge branch 'docs/freertos_doc_organization_v5.0' into 'release/v5.0'
Docs: Update FreeRTOS documentation organization for IDF and Amazon SMP FreeRTOS (v5.0)
See merge request espressif/esp-idf!22395
|
2023-02-20 15:26:23 +08:00 |
|
Marius Vikhammer
|
5400061f6a
|
Merge branch 'docs/elm_chan_broken_link_v5.0' into 'release/v5.0'
docs: fix broken link in fatfs doc (v5.0)
See merge request espressif/esp-idf!22297
|
2023-02-20 12:21:28 +08:00 |
|