Skip to content

Commit

Permalink
stm32f429i-disc1: add usbdev feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Feb 11, 2020
1 parent 8198c52 commit 4d0f3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/stm32f429i-disc1/Makefile.features
Expand Up @@ -6,6 +6,7 @@ FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev

# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += riotboot
1 change: 1 addition & 0 deletions boards/stm32f429i-disc1/include/periph_conf.h
Expand Up @@ -23,6 +23,7 @@
#include "f4/cfg_clock_168_8_1.h"
#include "cfg_spi_divtable.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_hs_fs.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 4d0f3d0

Please sign in to comment.