stm32/f7: Created a meson build system for the STM32F7 series support

This commit is contained in:
dragonmux
2023-11-29 06:18:29 +00:00
committed by Piotr Esden-Tempski
parent 6a61af6c75
commit c2ecd4545a
6 changed files with 165 additions and 4 deletions

View File

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