Skip to content

Commit

Permalink
nucleo-f413zh: add usbdev feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Feb 11, 2020
1 parent f37b5d7 commit 2c6f053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/nucleo-f413zh/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FEATURES_PROVIDED += periph_rtt
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
1 change: 1 addition & 0 deletions boards/nucleo-f413zh/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "f4/cfg_clock_100_8_1.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_fs.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 2c6f053

Please sign in to comment.