From 8198c52d170d8a5ebb1bde128f5f13da10ca7daf Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Wed, 23 Oct 2019 22:59:02 +0200 Subject: [PATCH] nucleo-f767zi: add usbdev feature --- boards/nucleo-f767zi/Makefile.features | 1 + boards/nucleo-f767zi/include/periph_conf.h | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/nucleo-f767zi/Makefile.features b/boards/nucleo-f767zi/Makefile.features index 3ed5517e5d9f..75bf9c80c0c6 100644 --- a/boards/nucleo-f767zi/Makefile.features +++ b/boards/nucleo-f767zi/Makefile.features @@ -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) diff --git a/boards/nucleo-f767zi/include/periph_conf.h b/boards/nucleo-f767zi/include/periph_conf.h index 2404f4707a89..cc4788072173 100644 --- a/boards/nucleo-f767zi/include/periph_conf.h +++ b/boards/nucleo-f767zi/include/periph_conf.h @@ -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" {