mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 20:14:04 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": ["stm32f4disco", "stm32f407", "stm32"],
|
||||
"build-tags": ["stm32f4disco", "stm32f407", "stm32f4", "stm32"],
|
||||
"cflags": [
|
||||
"-Qunused-arguments"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user