Skip to content

Commit

Permalink
fixup! boards: add support for ESP32-S3-USB-OTG
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 7, 2023
1 parent a9617aa commit d2b9efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards/esp32s3-usb-otg/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ config BOARD_ESP32S3_USB_OTG
select HAS_PERIPH_SPI
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAS_SDCARD_SPI
select HAS_TINYUSB_DEVICE
select HAVE_MTD_SDCARD_DEFAULT
select HAVE_SDCARD_SPI
select HAVE_ST7789
select MODULE_FATFS_VFS if MODULE_VFS_DEFAULT
# Only this board has a requirement to use USB_BOARD_RESET with STDIO_USB_SERIAL_JTAG
Expand Down
1 change: 1 addition & 0 deletions boards/esp32s3-usb-otg/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ FEATURES_PROVIDED += periph_usbdev
# unique features provided by the board
FEATURES_PROVIDED += esp_jtag
FEATURES_PROVIDED += highlevel_stdio
FEATURES_PROVIDED += sdcard_spi
FEATURES_PROVIDED += tinyusb_device

0 comments on commit d2b9efd

Please sign in to comment.