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:
parent
16853b6339
commit
13eadda64a
@ -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"
|
||||
|
@ -38,3 +38,4 @@ FEATURES_PROVIDED += periph_spi
|
||||
FEATURES_PROVIDED += esp_jtag
|
||||
|
||||
FEATURES_PROVIDED += arduino
|
||||
FEATURES_PROVIDED += periph_usbdev
|
||||
|
Loading…
Reference in New Issue
Block a user