Add ESP32-C3-DevKitM-1 User Guide and updated ESP32C3_DOCS

This commit is contained in:
Wang Ning
2021-02-05 12:00:40 +08:00
parent fe0c81f67c
commit aa2b3e1b01
9 changed files with 430 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ ESP32S2_DOCS = ['hw-reference/esp32s2/**',
'api-reference/system/async_memcpy.rst',
'api-reference/peripherals/dac.rst']
ESP32C3_DOCS = []
ESP32C3_DOCS = ['hw-reference/esp32c3/**']
# 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,