File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7 Expand file tree Collapse file tree 1 file changed +21
-4
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_library (mbed-portenta-h7 INTERFACE )
4
+ add_library (mbed-portenta-h7-m4 INTERFACE )
5
5
6
- target_sources (mbed-portenta-h7
6
+ target_sources (mbed-portenta-h7-m4
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock_override.c
10
10
portenta_power.cpp
11
11
)
12
12
13
- target_include_directories (mbed-portenta-h7
13
+ target_include_directories (mbed-portenta-h7-m4
14
14
INTERFACE
15
15
.
16
16
)
17
17
18
- target_link_libraries (mbed-portenta-h7 INTERFACE mbed-stm32h747xi )
18
+ target_link_libraries (mbed-portenta-h7-m4 INTERFACE mbed-stm32h747xi-cm4 )
19
+
20
+
21
+ add_library (mbed-portenta-h7-m7 INTERFACE )
22
+
23
+ target_sources (mbed-portenta-h7-m7
24
+ INTERFACE
25
+ PeripheralPins.c
26
+ system_clock_override.c
27
+ portenta_power.cpp
28
+ )
29
+
30
+ target_include_directories (mbed-portenta-h7-m7
31
+ INTERFACE
32
+ .
33
+ )
34
+
35
+ target_link_libraries (mbed-portenta-h7-m7 INTERFACE mbed-stm32h747xi-cm7 )
You can’t perform that action at this time.
0 commit comments