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

@@ -5,6 +5,7 @@ option(
'all',
'stm32f0',
'stm32f1',
'stm32f3',
],
value: 'all',
description: 'The hardware platform you wish to target'