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

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