1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/esp32s3-devkit: add feature periph_usbdev

This commit is contained in:
Gunar Schorcht 2022-09-26 21:11:51 +02:00
parent 16853b6339
commit 13eadda64a
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ config BOARD_ESP32S3_DEVKIT
select HAS_PERIPH_I2C
select HAS_PERIPH_PWM
select HAS_PERIPH_SPI
select HAS_PERIPH_USBDEV
choice
bool "ESP32-S3-DevKit board version"

View File

@ -38,3 +38,4 @@ FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += esp_jtag
FEATURES_PROVIDED += arduino
FEATURES_PROVIDED += periph_usbdev