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

@@ -3,7 +3,8 @@ option(
type: 'combo',
choices: [
'all',
'stm32f1'
'stm32f0',
'stm32f1',
],
value: 'all',
description: 'The hardware platform you wish to target'