stm32/h7: Created a meson build system for the STM32H7 series support

This commit is contained in:
dragonmux
2024-04-05 17:09:31 +01:00
committed by Piotr Esden-Tempski
parent 7c47fa8fd0
commit 14e73b9ed5
5 changed files with 150 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# This file is part of the libopencm3 project.
#
# Copyright (C) 2023 1BitSquared <info@1bitsquared.com>
# Copyright (C) 2023-2024 1BitSquared <info@1bitsquared.com>
# Written by Rachel Mant <git@dragonmux.network>
#
# Redistribution and use in source and binary forms, with or without
@@ -36,6 +36,7 @@ target_paths = {
'stm32f3': 'stm32/f3',
'stm32f4': 'stm32/f4',
'stm32f7': 'stm32/f7',
'stm32h7': 'stm32/h7',
'lm4f': 'lm3s',
}