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

boards/nrf5340dk-app: enable periph_usbdev

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2023-07-07 10:58:41 +02:00
parent 37cf43a132
commit 3ad31bbdf2
2 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@ config BOARD_NRF5340DK_APP
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_UART_HW_FC
select HAS_PERIPH_USBDEV
# Put other features for this board (in alphabetical order)

View File

@ -5,3 +5,4 @@ CPU = nrf53
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_uart_hw_fc
FEATURES_PROVIDED += periph_usbdev