stm32/l4: Create meson build system for STM32L4 series support

This commit is contained in:
Kat
2025-04-20 22:46:49 -06:00
committed by Piotr Esden-Tempski
parent fd1df55a60
commit 2c59c66945
5 changed files with 155 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ option(
'stm32f3',
'stm32f4',
'stm32f7',
'stm32l4',
'lm4f',
],
value: 'all',