File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI Expand file tree Collapse file tree 2 files changed +29
-5
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_STM32H747xI_CM4 EXCLUDE_FROM_ALL )
5
+ add_subdirectory (TARGET_STM32H747xI_CM7 EXCLUDE_FROM_ALL )
4
6
add_subdirectory (TARGET_DISCO_H747I EXCLUDE_FROM_ALL )
5
7
add_subdirectory (TARGET_PORTENTA_H7 EXCLUDE_FROM_ALL )
6
- add_subdirectory (TARGET_STM32H747xI_CM7 EXCLUDE_FROM_ALL )
7
- add_subdirectory (TARGET_STM32H747xI_CM4 EXCLUDE_FROM_ALL )
8
8
9
9
add_library (mbed-stm32h747xi INTERFACE )
10
10
Original file line number Diff line number Diff line change @@ -13,10 +13,34 @@ target_include_directories(mbed-disco-h747i
13
13
.
14
14
)
15
15
16
- target_link_libraries (mbed-disco-h747i INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm7 )
16
+ target_link_libraries (mbed-disco-h747i INTERFACE mbed-stm32h747xi-cm7 )
17
+
17
18
18
19
add_library (mbed-disco-h747i-cm7 INTERFACE )
19
- target_link_libraries (mbed-disco-h747i-cm7 INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm7 )
20
+
21
+ target_sources (mbed-disco-h747i-cm7
22
+ INTERFACE
23
+ PeripheralPins.c
24
+ )
25
+
26
+ target_include_directories (mbed-disco-h747i-cm7
27
+ INTERFACE
28
+ .
29
+ )
30
+
31
+ target_link_libraries (mbed-disco-h747i-cm7 INTERFACE mbed-stm32h747xi-cm7 )
32
+
20
33
21
34
add_library (mbed-disco-h747i-cm4 INTERFACE )
22
- target_link_libraries (mbed-disco-h747i-cm4 INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm4 )
35
+
36
+ target_sources (mbed-disco-h747i-cm4
37
+ INTERFACE
38
+ PeripheralPins.c
39
+ )
40
+
41
+ target_include_directories (mbed-disco-h747i-cm4
42
+ INTERFACE
43
+ .
44
+ )
45
+
46
+ target_link_libraries (mbed-disco-h747i-cm4 INTERFACE mbed-stm32h747xi-cm4 )
You can’t perform that action at this time.
0 commit comments