1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00

nucleo-f767zi: add usbdev feature

This commit is contained in:
Koen Zandberg 2019-10-23 22:59:02 +02:00
parent befac12f9a
commit 8198c52d17
No known key found for this signature in database
GPG Key ID: 0E63411F8FCA8247
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += periph_eth
# Put other features for this board (in alphabetical order)

View File

@ -25,6 +25,7 @@
#include "cfg_spi_divtable.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
#include "cfg_usb_otg_fs.h"
#ifdef __cplusplus
extern "C" {