We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724c378 commit 8114954Copy full SHA for 8114954
targets/TARGET_STM/TARGET_STM32U5/TARGET_STM32U575xI/TARGET_NUCLEO_U575ZI_Q/CMakeLists.txt
@@ -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
13
+ .
14
15
16
+target_link_libraries(mbed-nucleo-u575zi-q INTERFACE mbed-stm32u575xi)
0 commit comments