renpeiying
c515d555c2
docs: Update zh_CN translation for MR32736
2024-09-02 11:45:55 +02:00
Ondrej Kosta
025e7b7bd9
docs(esp_eth): added warning to not use ESP32 as ETH CLK source with WiFi
2024-09-02 11:34:36 +02:00
Island
af66e74fb4
Merge branch 'docs/add_ble_feature_status_table_v5.0' into 'release/v5.0'
...
docs(ble): Added BLE feature support status (v5.0)
See merge request espressif/esp-idf!32925
2024-08-26 14:02:45 +08:00
Jiang Jiang Jian
b47d198928
Merge branch 'docs/fix_typo_adc_oneshot_v5.0' into 'release/v5.0'
...
docs: fix a typo in adc_oneshot (v5.0)
See merge request espressif/esp-idf!33009
2024-08-23 10:41:23 +08:00
Linda
8462c7d1c2
docs: fix a typo in adc_oneshot
2024-08-22 10:33:02 +08: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
Yuhan Wei
c162aa01b4
docs(ble): Added BLE feature support status
2024-08-16 17:56:14 +08:00
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
Marius Vikhammer
e6c0672e4f
Merge branch 'docs/usb_host_stack_config_v5.0' into 'release/v5.0'
...
USB host: host stack configiuration docs backport to v5.0
See merge request espressif/esp-idf!28774
2024-03-06 15:36:47 +08:00
Xiao Xufeng
31201cc947
doc(spi_flash): hide unsupported optional features
2024-03-03 23:11:43 +08:00
Xiao Xufeng
c32a56fe3b
spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart
2024-03-03 23:11:43 +08:00
mofeifei
8cf35aa27b
docs: update cn trans usb_host.rst
2024-01-29 10:26:14 +01:00
Roman Leonov
470ecb3033
feat(docs): added USB Host Stack Configuration description
2024-01-29 10:22:26 +01:00
Gabor Kiss-Vamosi
d43bf5dc51
fix misformatted link
2024-01-29 13:16:29 +08:00
wanlei
64ac8f0874
fix(spi): correct some signals and dummy bits docs
2023-12-06 16:28:51 +08:00
morris
3bb601cee7
Merge branch 'feature/mcpwm_trigger_driver_v5.0' into 'release/v5.0'
...
feature(MCPWM): Add MCPWM trigger driver (v5.0)
See merge request espressif/esp-idf!26788
2023-11-23 14:33:20 +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
morris
28224b3af5
Merge branch 'bugfix/fix_wrong_adc_attenuation_name_v5.0' into 'release/v5.0'
...
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 (v5.0)
See merge request espressif/esp-idf!26968
2023-11-23 12:04:24 +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
Chen Jichang
01c5d8d72e
feature(MCPWM): Add MCPWM trigger driver and test
...
Each MCPWM operator has two Trigger (named T0 and T1), and they can be
routed to GPIO fault signal or timer sync event.Generator can be set up
to perform different action on Trigger event.
This commit add a trigger driver and a test for the driver.
fix(mcpwm): fault trigger test forget connect timer and operator
2023-11-09 21:52:37 +08:00
morris
6a7e250442
feat(rmt): support calling rmt_receive in ISR callback
2023-11-08 15:03:44 +08:00
Armando
f8500f77b1
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-07 14:12:50 +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
morris
0187f3b4e3
feat(mcpwm): support update timer period dynamically
...
Implement the requirement asked in
https://www.esp32.com/viewtopic.php?f=13&t=35919
2023-10-24 10:08:29 +08:00
Marius Vikhammer
9ca65d9720
Merge branch 'bugfix/fix_freertos_system_task_names_v5.0' into 'release/v5.0'
...
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix (v5.0)
See merge request espressif/esp-idf!26119
2023-10-18 16:09:48 +08:00
Jiang Jiang Jian
1f870c8102
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.0' into 'release/v5.0'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.0)
See merge request espressif/esp-idf!26098
2023-10-07 14:33:17 +08:00
Kapil Gupta
3f0800ef66
change(wifi): Add supplicant's public API header files to doc
2023-09-25 10:57:11 +05:30
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
Sudeep Mohanty
e53e0c553f
fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix
...
This commit updates the IDLE task names for each core by concatenating
the respective coreIDs to the names.
Closes https://github.com/espressif/esp-idf/issues/12204
2023-09-21 13:11:36 +02: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
morris
2bec2de36e
Merge branch 'feature/mcpwm_interrupt_priority_v5.0' into 'release/v5.0'
...
feat(MCPWM): Support set interrupt priority(v5.0)
See merge request espressif/esp-idf!25522
2023-09-19 10:41:58 +08:00
morris
d86397aca4
Merge branch 'feature/pcnt_interrupt_priority_v5.0' into 'release/v5.0'
...
feat(pcnt): support set interrupt priority(v5.0)
See merge request espressif/esp-idf!25520
2023-09-19 10:27:28 +08:00
morris
d6df3b7758
Merge branch 'feature/add_mcpwm_carrier_clk_source_v5.0' into 'release/v5.0'
...
feat(MCPWM): Add mcpwm carrier clk source(v5.0)
See merge request espressif/esp-idf!25523
2023-09-19 10:24:25 +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
Planck (Lu Zeyu)
9ab9e05639
feat(st7789): add data endian config
...
Closes https://github.com/espressif/esp-idf/issues/11416
2023-09-06 17:04:34 +08:00
Chen Jichang
03ec7a0c5d
feat(pcnt): support set interrupt priority(v5.0)
2023-08-29 07:48:30 +00:00
Chen Jichang
615222f1c2
feat(MCPWM): Support set interrupt priority(v5.0)
2023-08-24 19:56:42 +08:00
Chen Jichang
2a88fb9e81
feat(MCPWM): Add mcpwm carrier clk source
...
The MCPWM carrier is part of the operator and can work independently
without the MCPWM timer being enabled. This commit add the MCPWM
carrier clk source.
2023-08-24 11:45:28 +08: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