From 625698a1d2ce8747e0b816f703afedd63b4850b4 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Wed, 23 Oct 2019 22:57:41 +0200 Subject: [PATCH] nucleo-f429zi: add usbdev feature --- boards/nucleo-f429zi/Makefile.features | 1 + boards/nucleo-f429zi/include/periph_conf.h | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/nucleo-f429zi/Makefile.features b/boards/nucleo-f429zi/Makefile.features index f67ac9bf0383..536c6eaf8f47 100644 --- a/boards/nucleo-f429zi/Makefile.features +++ b/boards/nucleo-f429zi/Makefile.features @@ -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 diff --git a/boards/nucleo-f429zi/include/periph_conf.h b/boards/nucleo-f429zi/include/periph_conf.h index bd6f1657740c..269027bb2b7c 100644 --- a/boards/nucleo-f429zi/include/periph_conf.h +++ b/boards/nucleo-f429zi/include/periph_conf.h @@ -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" {