esp32s2: add CP_DMA driver

This commit is contained in:
morris
2020-07-28 20:15:13 +08:00
parent 6434c1e2bd
commit b30bd7a2ef
19 changed files with 2511 additions and 746 deletions

View File

@@ -166,8 +166,8 @@ ESP32S2_DOCS = ['esp32s2.rst',
'api-reference/peripherals/hmac.rst',
'api-reference/peripherals/ds.rst',
'api-reference/peripherals/spi_slave_hd.rst',
'api-reference/peripherals/temp_sensor.rst'
'']
'api-reference/peripherals/temp_sensor.rst',
'api-reference/system/async_memcpy.rst']
# format: {tag needed to include: documents to included}, tags are parsed from sdkconfig and peripheral_caps.h headers
conditional_include_dict = {'SOC_BT_SUPPORTED':BT_DOCS,