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 -1
View File
@@ -1,6 +1,6 @@
{
"inherits": ["cortex-m4"],
"build-tags": ["stm32f4disco", "stm32f407", "stm32"],
"build-tags": ["stm32f4disco", "stm32f407", "stm32f4", "stm32"],
"cflags": [
"-Qunused-arguments"
],