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 8114954 commit 8495925Copy full SHA for 8495925
targets/TARGET_STM/TARGET_STM32U5/TARGET_STM32U585xI/TARGET_B_U585I_IOT02A/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-b-u585i-iot02a INTERFACE)
5
6
+target_sources(mbed-b-u585i-iot02a
7
+ INTERFACE
8
+ PeripheralPins.c
9
+)
10
11
+target_include_directories(mbed-b-u585i-iot02a
12
13
+ .
14
15
16
+target_link_libraries(mbed-b-u585i-iot02a INTERFACE mbed-stm32u585xi)
0 commit comments