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

board/sltb009a: enable feature periph_usbdev

This commit is contained in:
Gunar Schorcht 2022-10-18 22:03:05 +02:00
parent 7651e68db9
commit c7e6e3714d
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ config BOARD_SLTB009A
select HAS_PERIPH_SPI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAVE_SAUL_GPIO
source "$(RIOTBOARD)/common/silabs/Kconfig"

View File

@ -10,5 +10,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,7 +23,7 @@
#include "cpu.h"
#include "periph_cpu.h"
#include "em_cmu.h"
#include "usbdev_synopsys_dwc2.h"
#include "usbdev_cfg_otg_fs.h"
#ifdef __cplusplus
extern "C" {