temperature sensor: Add support on ESP32-S3,

Closes https://github.com/espressif/esp-idf/issues/8086
This commit is contained in:
Cao Sen Miao
2022-06-27 18:55:46 +08:00
parent 322a2240f1
commit daceb3516d
11 changed files with 193 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ INPUT += \
$(PROJECT_PATH)/components/driver/include/driver/pcnt.h \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
$(PROJECT_PATH)/components/driver/esp32s2/include/driver/temp_sensor.h \
$(PROJECT_PATH)/components/ulp/include/esp32s3/ulp_riscv.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \