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

nucleo-f429zi: add usbdev feature

This commit is contained in:
Koen Zandberg 2019-10-23 22:57:41 +02:00
parent 2c6f0537df
commit 625698a1d2
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_rtc
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
# load the common Makefile.features for Nucleo boards
include $(RIOTBOARD)/common/nucleo144/Makefile.features

View File

@ -24,6 +24,7 @@
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_spi_divtable.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_fs.h"
#ifdef __cplusplus
extern "C" {