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

board/stk3700: enable feature periph_usbdev

This commit is contained in:
Gunar Schorcht 2022-10-17 02:45:38 +02:00
parent 6ab71b1dee
commit a9afc97bb2
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ config BOARD_STK3700
select HAS_PERIPH_SPI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAVE_SAUL_GPIO
select MODULE_SILABS_AEM if TEST_KCONFIG

View File

@ -11,5 +11,6 @@ FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
include $(RIOTBOARD)/common/silabs/Makefile.features

View File

@ -23,6 +23,7 @@
#include "cpu.h"
#include "periph_cpu.h"
#include "em_cmu.h"
#include "usbdev_cfg_otg_fs.h"
#ifdef __cplusplus
extern "C" {