Hu Rui
0fe7dfe482
fix(touch): fix hw_ver1 read data check
...
Closes https://github.com/espressif/esp-idf/issues/18811
2026-07-10 20:01:45 +08:00
laokaiyao
e367d14e5e
fix(legacy_touch): fixed the read stuck issue after deep sleep
2026-03-31 15:57:53 +08:00
morris
e3592729dc
fix(touch_sens): add missing user_filter_ctx initializer for C++
...
- Add .user_filter_ctx = NULL to TOUCH_SENSOR_DEFAULT_FILTER_CONFIG macro
- Rename test_touch_sens_common.c to .cpp for C++ compatibility
- Fix C++ compile issues: add spaces between string literals and PRIu32
- Replace VLAs with dynamic memory allocation
Merges https://github.com/espressif/esp-idf/pull/17655
2026-03-03 13:44:03 +08:00
laokaiyao
06c5d728c6
docs(pm): updated i2s pm lock type in DFS
...
Related https://github.com/espressif/esp-idf/issues/14707
2025-11-28 15:37:41 +08:00
laokaiyao
80e4bbb750
fix(touch): make the gpio init symmetric
...
Closes https://github.com/espressif/esp-idf/issues/17806
2025-11-28 15:37:41 +08:00
laokaiyao
0ee40ef37f
ci(touch): add test case for the curr measuring channel
2025-10-28 10:15:38 +08:00
Pete Kabaragoya
c4b7e880fd
fix(esp32p4): P4 touch channel 14 failure fix
...
Merges https://github.com/espressif/esp-idf/pull/17759
Core dump when using all touch channels on a P4 unless curr_chan is allowed to be 14
2025-10-28 10:15:38 +08:00
laokaiyao
e15b6b7141
feat(touch): support touch sensor on p4 eco5
2025-10-22 17:52:50 +08:00
laokaiyao
7d61ed7c51
ci: test i2s, touch, ana_cmpr with CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
2025-06-23 16:41:44 +08:00
laokaiyao
020941c943
ci: test i2s, touch, ana_cmpr with CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
2025-06-23 16:41:44 +08:00
morris
80abd1c7e4
Merge branch 'refactor/p4_touch_channel_increase_1_v5.5' into 'release/v5.5'
...
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14 (v5.5)
See merge request espressif/esp-idf!39791
2025-06-17 10:20:45 +08:00
laokaiyao
849c74b2b9
fix(touch): fixed touch interval freq unit convert issue
2025-06-13 19:49:16 +08:00
laokaiyao
e32bd2502d
fix(touch): fixed channel offset issue in touch v2
2025-06-13 19:49:16 +08:00
laokaiyao
666f3db1a3
fix(touch): fixed incorrect interval clock source
2025-06-13 19:49:16 +08:00
laokaiyao
79da851a4c
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14
2025-06-13 19:49:16 +08:00
morris
039cc1ac80
fix(drivers): some false reports from coverity
2025-05-21 10:08:08 +08:00
laokaiyao
37cbd1e555
fix(touch): fixed tie option take no effect
2025-04-09 17:13:01 +08:00
laokaiyao
c9cc7bb216
feat(ulp_touch): add example for lp_touch
2025-03-14 21:56:05 +08:00
laokaiyao
ffb8adcf49
feat(ulp_touch): support ulp touch driver on p4
2025-03-14 21:10:16 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
laokaiyao
aa791ead44
feat(touch): support runtime re-configuration
2025-02-17 15:25:30 +08:00
laokaiyao
c13ac70aa7
ci: check register half word
2025-01-20 16:37:18 +08:00
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
laokaiyao
32d23f9761
feat(touch): support touch v1 test cases
2025-01-10 16:42:36 +08:00
laokaiyao
fd7b80833c
feat(touch): support touch v1 in new touch driver
2025-01-10 16:42:22 +08:00
Song Ruo Jing
52c0278361
feat(gpio): add gpio_config_as_analog API
2025-01-08 21:58:12 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
laokaiyao
612236bfd9
fix(touch): fix the coverity issues
2024-12-26 16:37:46 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
laokaiyao
1ccb534dc7
feat(touch): support s2 & s3 in touch driver-ng
2024-10-30 10:02:49 +08:00
laokaiyao
13e52cfa21
fix(touch): fixed the deep sleep wakeup issue on P4
2024-10-11 11:29:44 +08:00
laokaiyao
6da89cc8b9
ci(touch_sensor): enable the touch sensor target tests on P4
2024-07-19 16:53:35 +08:00
laokaiyao
5b01a3ccd3
refactor(touch): refactor the filter configuration
2024-06-18 14:36:09 +08:00
laokaiyao
e7e76f6c0c
fix(touch): fix driver coverity issue
2024-06-14 17:28:57 +08:00
laokaiyao
d263ab3145
docs(touch): add doc for cap touch sens driver
2024-06-12 15:44:25 +08:00
laokaiyao
b09a7a922d
ci(touch): add test cases for cap touch sens driver
2024-06-12 12:09:17 +08:00
laokaiyao
865e3ee2de
feat(touch_sens): touch sensor driver-ng on P4
2024-06-12 12:09:17 +08:00