Linda
|
5406c80d99
|
docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3
|
2022-11-07 14:32:26 +08:00 |
|
laokaiyao
|
351a18415c
|
dac: driver-ng framework
|
2022-10-25 17:00:41 +08:00 |
|
Cao Sen Miao
|
9777c9d5b1
|
dac: refactor to new api on esp32s2
|
2022-10-25 17:00:41 +08:00 |
|
Cao Sen Miao
|
9e4ff3d374
|
dac_dma: Support DAC_DMA on esp32s2
|
2022-10-25 17:00:41 +08:00 |
|
laokaiyao
|
d5e55e0563
|
touch_sensor: add description to distinguish the API on different target
Closes https://github.com/espressif/esp-idf/issues/9067
|
2022-06-28 02:20:43 +00:00 |
|
Cao Sen Miao
|
b248046bcb
|
Temperature_sensor: Create new temperature sensor API
|
2022-03-04 18:13:35 +08:00 |
|
Armando
|
4dc0d6b2fe
|
adc: support adc dma driver on all chips
|
2021-12-16 00:19:15 +00:00 |
|
laokaiyao
|
a1cadba191
|
touch_sensor: apply general check
|
2021-10-08 11:32:12 +08:00 |
|
Jan Brudný
|
a93daccabe
|
driver: update copyright notice
|
2021-05-24 02:02:15 +02:00 |
|
fuzhibo
|
6b361ed70f
|
fix: reduce the consumption of touch sensor during deep sleep
|
2021-03-15 03:59:54 +00:00 |
|
William Ferguson
|
13bc5feb0a
|
[cxx]: fixed extern "C" declarations
* Moving #includes above
#ifdef __cplusplus extern "C" { #endif
So that we can compile with CPP.
Signed-off-by: Jakob Hasse <jakob.hasse@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/6634
|
2021-03-08 14:11:33 +08:00 |
|
fuzhibo
|
e51a7a6b6f
|
driver: update touch sensor apis
|
2021-01-05 03:11:58 +00:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
Michael (XIAO Xufeng)
|
2b323e7180
|
Merge branch 'bugfix/fix_dac_driver_ut' into 'master'
Driver(dac): fix DAC-DMA driver and unit test
Closes IDF-1407
See merge request espressif/esp-idf!8814
|
2020-08-31 00:05:34 +08:00 |
|
fuzhibo
|
0914dfbb6a
|
dfiver(dac): add dac dma driver and unit test
|
2020-08-26 06:23:24 +00:00 |
|
fuzhibo
|
bd92e95160
|
driver(adc): add adc-dma code for esp32
|
2020-08-26 03:54:02 +00:00 |
|
fuzhibo
|
1568b6913d
|
driver(touch): fix touch sensor driver redundancy
|
2020-07-27 03:37:29 +00:00 |
|
fuzhibo
|
baa7898e35
|
driver(adc/dac): fix adc dac driver for esp32s2
1. update register file about adc; 2. fix adc driver; 3. add UT for adc/dac;
See merge request espressif/esp-idf!7776
|
2020-04-01 12:41:51 +08:00 |
|
fuzhibo
|
340563f479
|
Driver(touch): fix touch sensor driver for esp32s2.
1.update touch sensor driver for esp32s2;
2.update unit test for touch sensor;
3.update register files about touch sensor;
|
2020-03-25 22:45:57 +08:00 |
|
Angus Gratton
|
11fac8637a
|
docs: Resolve doxygen & Sphinx warnings
|
2020-02-07 16:37:45 +11:00 |
|
morris
|
e30cd361a8
|
global: rename esp32s2beta to esp32s2
|
2020-01-22 12:14:38 +08:00 |
|