doc: add flash and psram configuration doc in programming guide

This commit is contained in:
Armando
2021-09-16 14:04:45 +08:00
parent 1c44c3b966
commit d41da2792a
7 changed files with 182 additions and 5 deletions

View File

@@ -86,7 +86,8 @@ ESP32S2_DOCS = ['hw-reference/esp32s2/**',
'api-reference/peripherals/touch_element.rst'] + FTDI_JTAG_DOCS
ESP32S3_DOCS = ['hw-reference/esp32s3/**',
'api-reference/system/ipc.rst']
'api-reference/system/ipc.rst',
'api-guides/flash_psram_config.rst']
# No JTAG docs for this one as it gets gated on SOC_USB_SERIAL_JTAG_SUPPORTED down below.
ESP32C3_DOCS = ['hw-reference/esp32c3/**']