stm32/f0: Created a meson build system for the STM32F0 series support

This commit is contained in:
dragonmux
2023-11-29 02:31:57 +00:00
committed by Piotr Esden-Tempski
parent 04977998c2
commit 4403f2a130
6 changed files with 181 additions and 2 deletions

View File

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