-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fde5d1
commit e4d8b2c
Showing
28 changed files
with
5,543 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright (c) 2022 ARM Limited. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
add_library(mbed-generic-stm32h753ai INTERFACE) | ||
|
||
target_sources(mbed-generic-stm32h753ai | ||
INTERFACE | ||
PeripheralPins.c | ||
system_clock.c | ||
) | ||
|
||
target_include_directories(mbed-generic-stm32h753ai | ||
INTERFACE | ||
. | ||
) | ||
|
||
target_link_libraries(mbed-generic-stm32h753ai INTERFACE mbed-stm32h753xi) |
512 changes: 512 additions & 0 deletions
512
TARGET_STM32H7/TARGET_GENERIC_STM32H753AI/PeripheralPins.c
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.