stm32/f3: Created a meson build system for the STM32F3 series support

This commit is contained in:
dragonmux
2023-11-29 04:21:26 +00:00
committed by Piotr Esden-Tempski
parent 4403f2a130
commit 80cf453429
6 changed files with 166 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ libstm32_usb_fs_v2 = declare_dependency(
subdirs = {
'stm32f0': 'f0',
'stm32f1': 'f1',
'stm32f3': 'f3',
}
# Bring in the proper target subdir for the requested target platform