stm32/f3: Created a meson build system for the STM32F3 series support

This commit is contained in:
dragonmux
2023-11-29 04:21:26 +00:00
committed by Piotr Esden-Tempski
parent 4403f2a130
commit 80cf453429
6 changed files with 166 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ common_includes = include_directories('.')
target_paths = {
'stm32f0': 'stm32/f0',
'stm32f1': 'stm32/f1',
'stm32f3': 'stm32/f3',
}
if target_platform != 'all'