Skip to content

Commit 8114954

Browse files
committed
STM32U5 : NUCLEO_U575ZI_Q introduction
1 parent 724c378 commit 8114954

File tree

3 files changed

+995
-0
lines changed

3 files changed

+995
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2020 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
add_library(mbed-nucleo-u575zi-q INTERFACE)
5+
6+
target_sources(mbed-nucleo-u575zi-q
7+
INTERFACE
8+
PeripheralPins.c
9+
)
10+
11+
target_include_directories(mbed-nucleo-u575zi-q
12+
INTERFACE
13+
.
14+
)
15+
16+
target_link_libraries(mbed-nucleo-u575zi-q INTERFACE mbed-stm32u575xi)

0 commit comments

Comments
 (0)