mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'doc/touch_element_support_esp32s3_v5.3' into 'release/v5.3'
docs(touch): build the touch element doc for esp32s3 (v5.3) See merge request espressif/esp-idf!38391
This commit is contained in:
@@ -206,7 +206,6 @@ ESP32S2_DOCS = ['hw-reference/esp32s2/**',
|
|||||||
'api-guides/usb-console.rst',
|
'api-guides/usb-console.rst',
|
||||||
'api-reference/peripherals/ds.rst',
|
'api-reference/peripherals/ds.rst',
|
||||||
'api-reference/peripherals/temp_sensor.rst',
|
'api-reference/peripherals/temp_sensor.rst',
|
||||||
'api-reference/system/async_memcpy.rst',
|
|
||||||
'api-reference/peripherals/touch_pad.rst',
|
'api-reference/peripherals/touch_pad.rst',
|
||||||
'api-reference/peripherals/touch_element.rst',
|
'api-reference/peripherals/touch_element.rst',
|
||||||
'api-guides/RF_calibration.rst',
|
'api-guides/RF_calibration.rst',
|
||||||
@@ -216,6 +215,7 @@ ESP32S3_DOCS = ['hw-reference/esp32s3/**',
|
|||||||
'api-reference/system/ipc.rst',
|
'api-reference/system/ipc.rst',
|
||||||
'api-guides/flash_psram_config.rst',
|
'api-guides/flash_psram_config.rst',
|
||||||
'api-reference/peripherals/touch_pad.rst',
|
'api-reference/peripherals/touch_pad.rst',
|
||||||
|
'api-reference/peripherals/touch_element.rst',
|
||||||
'api-reference/peripherals/sd_pullup_requirements.rst',
|
'api-reference/peripherals/sd_pullup_requirements.rst',
|
||||||
'api-guides/RF_calibration.rst',
|
'api-guides/RF_calibration.rst',
|
||||||
'api-guides/phy.rst'] + USB_OTG_DFU_DOCS + USB_OTG_CONSOLE_DOCS
|
'api-guides/phy.rst'] + USB_OTG_DFU_DOCS + USB_OTG_CONSOLE_DOCS
|
||||||
|
@@ -95,7 +95,6 @@ api-reference/peripherals/etm.rst
|
|||||||
api-reference/peripherals/i2s.rst
|
api-reference/peripherals/i2s.rst
|
||||||
api-reference/peripherals/gptimer.rst
|
api-reference/peripherals/gptimer.rst
|
||||||
api-reference/peripherals/pcnt.rst
|
api-reference/peripherals/pcnt.rst
|
||||||
api-reference/peripherals/touch_element.rst
|
|
||||||
api-reference/peripherals/lcd.rst
|
api-reference/peripherals/lcd.rst
|
||||||
api-reference/peripherals/mcpwm.rst
|
api-reference/peripherals/mcpwm.rst
|
||||||
api-reference/peripherals/ana_cmpr.rst
|
api-reference/peripherals/ana_cmpr.rst
|
||||||
|
@@ -7,7 +7,6 @@ api-guides/esp-wifi-mesh.rst
|
|||||||
api-guides/wifi-security.rst
|
api-guides/wifi-security.rst
|
||||||
api-reference/peripherals/adc_continuous.rst
|
api-reference/peripherals/adc_continuous.rst
|
||||||
api-reference/peripherals/adc_oneshot.rst
|
api-reference/peripherals/adc_oneshot.rst
|
||||||
api-reference/peripherals/touch_element.rst
|
|
||||||
api-reference/peripherals/touch_pad.rst
|
api-reference/peripherals/touch_pad.rst
|
||||||
api-reference/peripherals/adc_calibration.rst
|
api-reference/peripherals/adc_calibration.rst
|
||||||
api-reference/peripherals/parlio.rst
|
api-reference/peripherals/parlio.rst
|
||||||
|
@@ -44,7 +44,7 @@ Peripherals API
|
|||||||
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
||||||
:SOC_TOUCH_SENSOR_SUPPORTED and not esp32p4: touch_pad
|
:SOC_TOUCH_SENSOR_SUPPORTED and not esp32p4: touch_pad
|
||||||
:esp32p4: cap_touch_sens
|
:esp32p4: cap_touch_sens
|
||||||
:esp32s2: touch_element
|
:esp32s2 or esp32s3: touch_element
|
||||||
:SOC_TWAI_SUPPORTED: twai
|
:SOC_TWAI_SUPPORTED: twai
|
||||||
uart
|
uart
|
||||||
:SOC_USB_OTG_SUPPORTED: usb_device
|
:SOC_USB_OTG_SUPPORTED: usb_device
|
||||||
|
@@ -34,7 +34,7 @@ The features in relation to the Touch Element library in {IDF_TARGET_NAME} are g
|
|||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
* - Features
|
* - Features
|
||||||
- ESP32S2
|
- {IDF_TARGET_NAME}
|
||||||
* - Touch Element waterproof
|
* - Touch Element waterproof
|
||||||
- ✔
|
- ✔
|
||||||
* - Touch Element button
|
* - Touch Element button
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
:SOC_TEMP_SENSOR_SUPPORTED: temp_sensor
|
||||||
:SOC_TOUCH_SENSOR_SUPPORTED and not esp32p4: touch_pad
|
:SOC_TOUCH_SENSOR_SUPPORTED and not esp32p4: touch_pad
|
||||||
:esp32p4: cap_touch_sens
|
:esp32p4: cap_touch_sens
|
||||||
:esp32s2: touch_element
|
:esp32s2 or esp32s3: touch_element
|
||||||
:SOC_TWAI_SUPPORTED: twai
|
:SOC_TWAI_SUPPORTED: twai
|
||||||
uart
|
uart
|
||||||
:SOC_USB_OTG_SUPPORTED: usb_device
|
:SOC_USB_OTG_SUPPORTED: usb_device
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
* - 功能
|
* - 功能
|
||||||
- ESP32S2
|
- {IDF_TARGET_NAME}
|
||||||
* - 防水
|
* - 防水
|
||||||
- ✔
|
- ✔
|
||||||
* - 按键
|
* - 按键
|
||||||
|
Reference in New Issue
Block a user