Skip to content

Commit 8495925

Browse files
committed
STM32U5 : B_U585I_IOT02A introduction
1 parent 8114954 commit 8495925

File tree

3 files changed

+1175
-0
lines changed

3 files changed

+1175
-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-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+
INTERFACE
13+
.
14+
)
15+
16+
target_link_libraries(mbed-b-u585i-iot02a INTERFACE mbed-stm32u585xi)

0 commit comments

Comments
 (0)