machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332)

* machine/STM32F4: break out STM32F4 machine with new build tag
This commit is contained in:
ardnew
2020-09-01 04:31:41 -05:00
committed by GitHub
parent 946184b8ba
commit 7f829fe153
8 changed files with 252 additions and 175 deletions
@@ -1,7 +1,9 @@
// These are the supported alternate function numberings on the stm32f407
// +build stm32,stm32f407
// Hand created file. DO NOT DELETE.
// STM32FXXX (except stm32f1xx) bitfield definitions that are not
// auto-generated by gen-device-svd.go
// +build stm32f4
// Alternate function settings on the stm32f4xx series
// Alternate function settings on the stm32f4 series
package stm32