lm4f: Created a meson build system for the Tiva-C series support

This commit is contained in:
dragonmux
2023-11-29 06:35:48 +00:00
committed by Piotr Esden-Tempski
parent c2ecd4545a
commit 7c47fa8fd0
5 changed files with 130 additions and 1 deletions

View File

@@ -39,3 +39,6 @@ locm3_ld_script_path = meson.current_source_dir()
if target_platform.startswith('stm32') or target_platform == 'all'
subdir('stm32')
endif
if target_platform == 'lm4f' or target_platform == 'all'
subdir('lm4f')
endif