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

@@ -37,6 +37,7 @@ target_paths = {
'stm32f4': 'stm32/f4',
'stm32f7': 'stm32/f7',
'stm32h7': 'stm32/h7',
'stm32l4': 'stm32/l4',
'lm4f': 'lm3s',
}