Skip to content

Commit 8d16379

Browse files
authored
Merge pull request adafruit#2151 from hierophect/stm32-peripherals
STM32: peripheral management
2 parents 13a9c44 + ef15ebe commit 8d16379

12 files changed

Lines changed: 405 additions & 1290 deletions

File tree

ports/stm32f4/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ CFLAGS += -DHSE_VALUE=8000000 -DCFG_TUSB_MCU=OPT_MCU_STM32F4 -DCFG_TUD_CDC_RX_BU
143143
######################################
144144

145145
SRC_STM32 = \
146-
boards/$(BOARD)/stm32f4xx_hal_msp.c \
147146
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_gpio.c \
148147
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c \
149148
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c \
@@ -192,6 +191,7 @@ SRC_C += \
192191
peripherals/stm32f4/$(MCU_SUB_VARIANT)/pins.c \
193192
peripherals/stm32f4/$(MCU_SUB_VARIANT)/clocks.c \
194193
peripherals/stm32f4/$(MCU_SUB_VARIANT)/gpio.c \
194+
peripherals/stm32f4/$(MCU_SUB_VARIANT)/periph.c \
195195
lib/libc/string0.c \
196196
lib/mp-readline/readline.c \
197197
lib/oofatfs/ff.c \

0 commit comments

Comments
 (0)