wanckl
9be66e796b
fix(driver_spi): docs currect gpio config performs
2025-12-23 16:37:50 +08:00
wanckl
6b82249447
feat(driver_spi): spi master support sleep retention(recovery)
2025-12-23 13:48:27 +08:00
laokaiyao
8207fba17a
feat(i2s): support to lazy constitute full-duplex mode
2025-10-17 10:28:14 +08:00
C.S.M
ebf0585e18
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part
2025-10-10 18:09:51 +08:00
Chen Jichang
ddfeac71b9
fix(rmt): correct the condition for warnings in loop mode
2025-09-24 15:18:15 +08:00
gaoxu
046bb819dd
fix(adc): fix wrong adc periph num on C2/P4
2025-08-26 18:55:02 +08:00
Jiang Jiang Jian
8d31925673
Merge branch 'bugfix/esp_flash_escape_checking_v5.2' into 'release/v5.2'
...
fix(esp_flash): fixed issue of escaping boundary check (v5.2)
See merge request espressif/esp-idf!40120
2025-08-04 14:31:08 +08:00
Xiao Xufeng
e1c6d3049b
fix(esp_flash): fixed issue of escaping boundary check
...
Also patched corresponding ROM functions
2025-07-28 14:25:01 +08:00
nilesh.kale
623bf9b602
feat: enabled ECDSA-P192 support for ESP32H2
2025-07-22 11:26:25 +05:30
Chen Jichang
c916509152
fix(pcnt): fix the accum_value missing when overflow
2025-07-02 20:12:33 +08:00
Roman Leonov
9c98a17a0d
feat(ext_hub): Added device error handling
2025-05-06 14:17:29 +02:00
Roman Leonov
10bdcad7db
docs(ext_port): Maintainers Notes for the External Port Driver
2025-05-06 14:17:29 +02:00
Roman Leonov
cfaf175cfa
docs(usb/host): Update maintainer docs for ESP32-P4 (partial, only the common part of the doc)
2025-05-06 14:17:29 +02:00
C.S.M
2570f95935
docs(i2c): Add document for customize i2c transaction interface for un-standard i2c device
2025-04-07 15:04:21 +08:00
Zhang Shuxian
1eb7f1c826
docs: Add a note about TWAI multiple instances install
2025-03-24 11:12:36 +08:00
Song Ruo Jing
4ba58cd22b
fix(ledc): updated docs for esp32h2 eco5 bugfix
2025-03-07 17:31:08 +08:00
wanckl
65a616197f
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-22 11:11:47 +08:00
Michael (XIAO Xufeng)
b3b14bdf43
Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.2' into 'release/v5.2'
...
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.2)
See merge request espressif/esp-idf!35966
2025-01-07 15:49:51 +08:00
Song Ruo Jing
7ec010c1ae
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:12 +08:00
Song Ruo Jing
47c9382cc2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:07:26 +08:00
lsita
b294d7d3e3
fix(gptimer): race condition between start and stop
...
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:24:35 +08:00
Chen Jichang
26e719013f
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:57:09 +08:00
C.S.M
cecfd7a4a0
feat(i2c_master): Add an api for retrieveing handle via port
2024-10-25 16:26:05 +08:00
morris
6280fbe8b6
fix(pcnt): install the pm lock upon driver installation
2024-10-16 11:33:40 +08:00
morris
bfacecf739
Merge branch 'fix/mcpwm_pm_lock_memory_leak_v5.2' into 'release/v5.2'
...
fix(mcpwm): fix pm_lock memory issues (v5.2)
See merge request espressif/esp-idf!34059
2024-10-12 11:49:37 +08:00
morris
c12e684a29
Merge branch 'feat/adapt_spi_lcd_to_lvgl_v5.2' into 'release/v5.2'
...
docs: update programming guide to also support quad spi lcd (v5.2)
See merge request espressif/esp-idf!34037
2024-10-10 10:31:52 +08:00
Chen Jichang
13ae494d35
fix(mcpwm): fix pm_lock memory issues
2024-10-10 09:49:48 +08:00
Chen Jichang
941d389f28
docs(spi_lcd): update supported spi mode description
...
Closes https://github.com/espressif/esp-idf/issues/14605
2024-10-09 11:03:16 +08:00
Roman Leonov
16c3c050be
docs(ext_hub): Added description for External Hub Driver
2024-09-06 10:36:57 +02:00
Roman Leonov
d41dd420da
docs(enum): Added description for Enumeration process (Enum Driver)
2024-09-06 10:02:37 +02:00
Linda
23956a2e62
docs: fix a typo in adc_oneshot
2024-08-22 10:19:19 +08:00
shenmengjing
3c8eaf193b
docs: Fix a small typo in adc_calibration.rst
2024-08-09 14:45:15 +08:00
LonerDan
500760a918
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:43 +08:00
Song Ruo Jing
707aebc607
feat(uart): support uart module sleep retention on c6/h2
2024-06-18 15:04:20 +08:00
Darian Leung
0b11401bc4
docs(usb): Add USBH maintainer notes
2024-06-04 20:34:58 +08:00
Song Ruo Jing
373e585bb7
fix(gpio_etm): allow one GPIO binds to multiple ETM tasks
2024-04-24 16:01:34 +08:00
morris
61210271a8
Merge branch 'bugfix/improve_lp_uart_test_docs' into 'release/v5.2'
...
refactor(uart): add support to be able to test LP_UART port (v5.2)
See merge request espressif/esp-idf!30175
2024-04-17 17:46:48 +08:00
Xiao Xufeng
a255e67a84
doc(flash): fix auto suspend enabled by default issue
2024-04-16 20:49:31 +08:00
gaoxu
1df5f07eee
docs(uart): update lp uart uart programming guide
2024-04-15 19:39:38 +08:00
Song Ruo Jing
c55a07bf57
refactor(uart): add support to be able to test LP_UART port
...
Increase LP_UART_EMPTY_THRESH_DEFAULT value to 4. The original value
could cause the FIFO become empty before filling next data into the FIFO
when the buadrate is high. TX_DONE interrupt would raise before actual
transmission complete in such case.
2024-04-15 19:39:30 +08:00
Cao Sen Miao
7c233ebc80
feat(i2c_master): Add parameter to config I2C scl await time
2024-04-07 15:06:31 +08:00
Cao Sen Miao
90afc33cd8
fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue,
...
and probe might failed.
Fixed I2C cannot return err code when nack detected
Closes https://github.com/espressif/esp-idf/issues/13213 ,
Closes https://github.com/espressif/esp-idf/issues/12929 ,
Closes https://github.com/espressif/esp-idf/issues/13398 ,
2024-04-01 10:15:47 +08:00
morris
aa7d73c8a4
feat(i2c_lcd): use new i2c master driver in oled example
...
Closes https://github.com/espressif/esp-idf/issues/13201
2024-02-22 12:01:30 +08:00
Peter Marcisovsky
fac5596767
feat(docs): added usb host enumeration filter description
...
- CN and EN docs
2024-02-21 12:34:15 +01:00
mofeifei
3e6adac5bf
docs: update cn trans usb_host.rst
2024-02-21 11:33:07 +01:00
Roman Leonov
8d6167a9ab
feat(docs): added USB Host Stack Configuration description
2024-02-21 11:33:07 +01:00
Gabor Kiss-Vamosi
7598f31cdd
fix misformatted link
2024-01-29 13:14:54 +08:00
Darian Leung
3c8cccc73b
change(docs): Update multicore tags to SOC_HP_CPU_HAS_MULTIPLE_CORES
...
Previously, documentation sections that were only meant for multicore ESP
targets would use tags that depend on CONFIG_FREERTOS_UNICORE. This is not
ideal as project configuration can be changed by the user.
This commit updates those tags to use SOC_HP_CPU_HAS_MULTIPLE_CORES which is
always defined in multicore targets regardless of project configuration.
2023-12-07 17:59:44 +08:00
Mahavir Jain
bad8adfd59
docs(ecdsa): add a note about TRNG dependency for ECDSA peripheral
2023-11-17 07:13:53 +00:00
Mahavir Jain
2882b6f68b
docs: add ECDSA peripheral chapter for H2/P4
...
- Add ECDSA peripheral chapter and instructions to program efuse key block
- Update security guide for ECDSA peripheral mention for device identity
- Link with ESP-TLS guide about using ECDSA peripheral in TLS connection
2023-11-17 07:13:53 +00:00