File tree Expand file tree Collapse file tree 2 files changed +7
-33
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI Expand file tree Collapse file tree 2 files changed +7
-33
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_subdirectory (TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL )
5
- add_subdirectory (TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL )
6
-
7
4
add_library (mbed-stm32h745xi INTERFACE )
8
5
9
6
target_link_libraries (mbed-stm32h745xi INTERFACE mbed-stm32h7 )
7
+
8
+ add_subdirectory (TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL )
9
+ add_subdirectory (TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL )
10
+ add_subdirectory (TARGET_NUCLEO_H745ZI_Q EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff line change @@ -8,39 +8,12 @@ target_sources(mbed-nucleo-h745zi-q
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (mbed-nucleo-h745i
11
+ target_include_directories (mbed-nucleo-h745zi-q
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
16
target_link_libraries (mbed-nucleo-h745zi-q INTERFACE mbed-stm32h745xi-cm7 )
17
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 )
18
+ add_library (mbed-nucleo-h745zi-q-cm7 ALIAS mbed-nucleo-h745zi-q )
19
+ add_library (mbed-nucleo-h745zi-q-cm4 ALIAS mbed-nucleo-h745zi-q )
You can’t perform that action at this time.
0 commit comments