Chen Jichang
|
c916509152
|
fix(pcnt): fix the accum_value missing when overflow
|
2025-07-02 20:12:33 +08:00 |
|
Song Ruo Jing
|
d353271537
|
fix(uart): eliminate garbled data on UART TX/RX line in sleep
|
2025-05-20 16:58:02 +08:00 |
|
Song Ruo Jing
|
bd275c1da3
|
feat(uart): add pin release process to uart driver
|
2025-05-20 16:57:42 +08:00 |
|
Song Ruo Jing
|
76c20fdb10
|
fix(gpio): add some detailed error log for gpio_pullup_en and gpio_pulldown_en
|
2025-05-20 15:51:31 +08:00 |
|
Song Ruo Jing
|
296e4e9104
|
fix(dedic_gpio): fix calloc to heap_caps_calloc
|
2025-05-20 15:50:54 +08:00 |
|
Song Ruo Jing
|
8b0d4a17e6
|
docs(uart): improve set/get baud rate API docs
Closes https://github.com/espressif/esp-idf/issues/15449
|
2025-05-20 15:43:24 +08:00 |
|
morris
|
761952a4c0
|
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
|
2025-05-16 10:52:29 +08:00 |
|
Marius Vikhammer
|
408d7ed34e
|
Merge branch 'contrib/github_pr_15132_v5.2' into 'release/v5.2'
fix(newlib): usleep returning early (GitHub PR) (v5.2)
See merge request espressif/esp-idf!38710
|
2025-05-13 14:38:31 +08:00 |
|
morris
|
5512600929
|
Merge branch 'bugfix/fixed_mismatch_of_tx_queue_statue_v5.2' into 'release/v5.2'
fix(i2s): fixed the false buf catenate while use preload (v5.2)
See merge request espressif/esp-idf!38969
|
2025-05-12 10:39:18 +08:00 |
|
morris
|
dea307f715
|
Merge branch 'fix/i2c_race_condition_etc_v5.2' into 'release/v5.2'
fix(i2c_master): Fix i2c master race condition issue, etc. (backport v5.2)
See merge request espressif/esp-idf!38267
|
2025-05-09 18:03:45 +08:00 |
|
Chen Jichang
|
644299e825
|
fix(rmt): fix race condition and add receive config error message
Closes https://github.com/espressif/esp-idf/issues/15842
Closes https://github.com/espressif/esp-idf/issues/15836
|
2025-05-09 13:44:39 +08:00 |
|
laokaiyao
|
bd7571088c
|
fix(i2s): fixed the false buf catenate while use preload
Closes https://github.com/espressif/esp-idf/issues/15775
|
2025-05-08 14:25:40 +08:00 |
|
C.S.M
|
6fc4752d26
|
test(i2c): Add tests for customize i2c usage
|
2025-05-08 13:24:36 +08:00 |
|
C.S.M
|
11216d293a
|
fix(i2c): Fix that fsm reset cause i2c scl frequency changed on esp32s2
|
2025-04-29 17:30:34 +08:00 |
|
C.S.M
|
1adcce2520
|
fix(i2c): Fix some i2c coverity issue
|
2025-04-29 17:30:34 +08:00 |
|
C.S.M
|
3428659218
|
fix(i2c): I2C should not clear bus in a nack state
|
2025-04-29 17:30:34 +08:00 |
|
Jonathan Swoboda
|
271fa78101
|
fix(i2c): Fix clear bus issue in legacy i2c driver,
Closes https://github.com/espressif/esp-idf/pull/15638
|
2025-04-29 17:10:07 +08:00 |
|
C.S.M
|
927697c197
|
fix(i2c_master): Fix the stretch happen cause timeout in probe,
Closes https://github.com/espressif/esp-idf/issues/15589
|
2025-04-29 17:05:08 +08:00 |
|
C.S.M
|
8e5523cc33
|
fix(i2c): Fix i2c slave auto selection issue,
Closes https://github.com/espressif/esp-idf/issues/15644
|
2025-04-29 17:05:06 +08:00 |
|
C.S.M
|
25b6b52734
|
fix(i2c): Fix the array size of static operation,
Closes https://github.com/espressif/esp-idf/issues/15583
|
2025-04-29 17:04:04 +08:00 |
|
C.S.M
|
3a9d0e0202
|
fix(i2c_master): Fix i2c master race condition issue,
Closes https://github.com/espressif/esp-idf/issues/15444
|
2025-04-29 17:04:04 +08:00 |
|
Sudeep Mohanty
|
f7c21372ca
|
change(newlib): Added unit tests for usleep and sleep_for functions
This commit adds unit tests to verify the basic functionality of
usleep() and this_thread::sleep_for() std functions.
|
2025-04-28 17:17:24 +02:00 |
|
morris
|
dd30a7917d
|
Merge branch 'bugfix/fix_i2s_reconfig_slot_issue_v5.2' into 'release/v5.2'
fix(i2s): fixed incorrect logic in slot reconfig (v5.2)
See merge request espressif/esp-idf!36643
|
2025-04-28 11:18:08 +08:00 |
|
laokaiyao
|
dd1f36f0a1
|
fix(i2s): add check for the minimum sample rate
Closes https://github.com/espressif/esp-idf/issues/15659
|
2025-04-22 23:25:15 +08:00 |
|
laokaiyao
|
6a5b8efdc5
|
fix(i2s): reset the dma buf_size while allocation failed
Closes https://github.com/espressif/esp-idf/issues/15648
|
2025-04-22 23:25:15 +08:00 |
|
laokaiyao
|
bc91906164
|
fix(legacy_touch): fixed the concurrent issue in esp32 touch driver
|
2025-04-21 15:07:31 +08:00 |
|
laokaiyao
|
a12b7e38fa
|
fix(touch): fixed touch read WDT issue on esp32
Closes https://github.com/espressif/esp-idf/issues/15629
|
2025-04-21 14:47:50 +08:00 |
|
morris
|
0aa4fe621c
|
Merge branch 'feat/customize_i2c_operation_transaction_v5.2' into 'release/v5.2'
feat(i2c): Add api for customize i2c transaction interface for un-standard i2c device (backport v5.2)
See merge request espressif/esp-idf!37425
|
2025-04-18 17:38:59 +08:00 |
|
laokaiyao
|
88f39d549d
|
fix(i2s): fixed i2s_std initializer order for cpp compiler
Closes https://github.com/espressif/esp-idf/issues/15405
|
2025-04-17 21:33:30 +08:00 |
|
laokaiyao
|
6ba8280421
|
fix(i2s): fix uninitialize warning for the default macros
Closes https://github.com/espressif/esp-idf/issues/15271
|
2025-04-17 21:33:30 +08:00 |
|
laokaiyao
|
836c77eaaf
|
fix(i2s): fixed incorrect logic in slot reconfig
Closes https://github.com/espressif/esp-idf/issues/15256
|
2025-04-17 21:33:30 +08:00 |
|
morris
|
34a92965d0
|
Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.2' into 'release/v5.2'
mmu: fix mmu map concurrent issue (v5.2)
See merge request espressif/esp-idf!38408
|
2025-04-17 21:29:25 +08:00 |
|
morris
|
daedd40689
|
Merge branch 'feat/allow_rmt_tx_channel_to_switch_other_gpios_v5.2' into 'release/v5.2'
feat(rmt_tx): allow to switch gpio in tx channal (v5.2)
See merge request espressif/esp-idf!38396
|
2025-04-16 15:11:33 +08:00 |
|
Chen Jichang
|
d8058158ea
|
feat(rmt_tx): allow to switch gpio in tx channal
|
2025-04-15 14:42:50 +08:00 |
|
armando
|
b3e085cc91
|
test(system): increased 200B memory leak thresh due to mmu mmap mutex
200B to extend the thresh, real increase to the memory usage will be smaller
|
2025-04-15 14:26:19 +08:00 |
|
morris
|
9f321438ff
|
fix(ana_cmpr): interrupt priority can only be 0~3
|
2025-04-15 10:52:00 +08:00 |
|
C.S.M
|
33570df4e4
|
fix(i2c): Fix i2c customize only read one byte issue
|
2025-04-10 16:28:36 +08: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 |
|
C.S.M
|
c4edd66f74
|
feat(i2c): Add api for customize i2c transaction interface for un-standard i2c device
|
2025-04-07 15:04:21 +08:00 |
|
morris
|
251b05c576
|
Merge branch 'fix/i2s_iram_safe_issue_while_use_psram_v5.2' into 'release/v5.2'
fix(i2s): fixed failure when dma is iram_safe but i2s not (v5.2)
See merge request espressif/esp-idf!38005
|
2025-04-03 10:20:03 +08:00 |
|
morris
|
47befdb5ea
|
Merge branch 'bugfix/ledc_fade_stop_race_condition_v5.2' into 'release/v5.2'
fix(ledc): fix race condition in ledc_fade_stop causing assert failure (v5.2)
See merge request espressif/esp-idf!38082
|
2025-03-31 16:46:49 +08:00 |
|
Song Ruo Jing
|
7280739e3b
|
fix(ledc): fix race condition in ledc_fade_stop causing assert failure
Closes https://github.com/espressif/esp-idf/issues/15580
|
2025-03-27 20:17:13 +08:00 |
|
laokaiyao
|
2ee0263083
|
fix(i2s): add check for i2s DMA buffer array allocation
Closes https://github.com/espressif/esp-idf/issues/15607
|
2025-03-25 15:25:21 +08:00 |
|
laokaiyao
|
5feb57a56b
|
fix(i2s): fixed mismatch of the i2s and gdma iram-safe config
Closes https://github.com/espressif/esp-idf/issues/15533
|
2025-03-25 15:20:07 +08:00 |
|
diplfranzhoepfinger
|
19804886df
|
fix(twai): fixed twai assert fail when recover
driver try start new frame in ISR however already bus off
Closes https://github.com/espressif/esp-idf/issues/9697
|
2025-03-25 11:48:37 +08:00 |
|
morris
|
aa130eee5d
|
fix(usb_serial_jtag): wrong return value in usb_serial_jtag_write_bytes
Closes https://github.com/espressif/esp-idf/issues/15620
|
2025-03-24 11:47:05 +08:00 |
|
morris
|
f25eec679f
|
Merge branch 'bugfix/gpio_dump_io_config_v5.2' into 'release/v5.2'
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32 (v5.2)
See merge request espressif/esp-idf!37910
|
2025-03-24 10:22:12 +08:00 |
|
Song Ruo Jing
|
8fd103928b
|
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32
Closes https://github.com/espressif/esp-idf/issues/14931
|
2025-03-20 16:01:44 +08:00 |
|
Chen Jichang
|
3905701d5a
|
fix(rmt): fix the received symbols issue
|
2025-03-20 11:41:19 +08:00 |
|
morris
|
40fff636f2
|
Merge branch 'bugfix/missing_kconfig_definition_v5.2' into 'release/v5.2'
fix(i2c): add Kconfig to skip driver conflict check (v5.2)
See merge request espressif/esp-idf!37763
|
2025-03-20 09:56:09 +08:00 |
|