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

@@ -54,6 +54,7 @@ subdirs = {
'stm32f4': 'f4',
'stm32f7': 'f7',
'stm32h7': 'h7',
'stm32l4': 'l4',
}
# Bring in the proper target subdir for the requested target platform