Skip to content

Commit 5b653f2

Browse files
committed
fixup! boards/esp32s3-usb-otg: enable SDMMC peripheral
1 parent d1774e6 commit 5b653f2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

boards/esp32s3-usb-otg/doc.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,10 @@ UART_DEV(0):RxD | GPIO44 | USB-to-UART bridge | \ref esp32_uart_interfaces "UA
109109
\n
110110

111111
@note
112-
SPI_DEV(1) is only configured if the `sdcard_spi` module is explicitly used to
113-
access the SD card in SPI mode. Otherwise, the SDMMC host is configured and
114-
used by the `periph_sdmmc` module to access the SD card (default). That is,
115-
add module `sdcard_spi` to the make variable `USEMODULE` to use the SD Card
116-
in SPI mode.
112+
SPI_DEV(1) is only configured if the `sdcard_spi` module is explicitly added to
113+
the `USEMODULE` in the application's Makefile to access the SD card in SPI mode.
114+
By default, the SDMMC host is configured and used by the `periph_sdmmc`
115+
module to access the SD card.
117116

118117
For detailed information about the peripheral configurations of ESP32-S3
119118
boards, see section \ref esp32_peripherals "Common Peripherals".

0 commit comments

Comments
 (0)