File tree Expand file tree Collapse file tree 5 files changed +936
-2
lines changed
TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI Expand file tree Collapse file tree 5 files changed +936
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2020 ARM Limited. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ add_library (mbed-nucleo-h745zi-q INTERFACE )
5
+
6
+ target_sources (mbed-nucleo-h745zi-q
7
+ INTERFACE
8
+ PeripheralPins.c
9
+ )
10
+
11
+ target_include_directories (mbed-nucleo-h745i
12
+ INTERFACE
13
+ .
14
+ )
15
+
16
+ target_link_libraries (mbed-nucleo-h745zi-q INTERFACE mbed-stm32h745xi-cm7 )
17
+
18
+
19
+ add_library (mbed-nucleo-h745i-cm7 INTERFACE )
20
+
21
+ target_sources (mbed-nucleo-h745i-cm7
22
+ INTERFACE
23
+ PeripheralPins.c
24
+ )
25
+
26
+ target_include_directories (mbed-nucleo-h745zi-cm7
27
+ INTERFACE
28
+ .
29
+ )
30
+
31
+ target_link_libraries (mbed-nucleo-h745zi-cm7 INTERFACE mbed-stm32h745xi-cm7 )
32
+
33
+
34
+ add_library (mbed-nucleo-h745zi-cm4 INTERFACE )
35
+
36
+ target_sources (mbed-nucleo-h745zi-cm4
37
+ INTERFACE
38
+ PeripheralPins.c
39
+ )
40
+
41
+ target_include_directories (mbed-nucleo-h745i-cm4
42
+ INTERFACE
43
+ .
44
+ )
45
+
46
+ target_link_libraries (mbed-nucleo-h745zi-cm4 INTERFACE mbed-stm32h745xi-cm4 )
You can’t perform that action at this time.
0 commit comments