stm32/f4: Created a meson build system for the STM32F4 series support

This commit is contained in:
dragonmux
2023-11-29 05:48:56 +00:00
committed by Piotr Esden-Tempski
parent 80cf453429
commit 6a61af6c75
6 changed files with 190 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ subdirs = {
'stm32f0': 'f0',
'stm32f1': 'f1',
'stm32f3': 'f3',
'stm32f4': 'f4',
}
# Bring in the proper target subdir for the requested target platform