We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f689f commit 7ae9c5eCopy full SHA for 7ae9c5e
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI/TARGET_NUCLEO_H745ZI_Q/CMakeLists.txt
@@ -1,21 +1,6 @@
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
13
- .
14
15
16
-target_link_libraries(mbed-nucleo-h745zi-q INTERFACE mbed-stm32h745xi-cm7)
17
18
19
add_library(mbed-nucleo-h745zi-q-cm7 INTERFACE)
20
21
target_sources(mbed-nucleo-h745zi-q-cm7
0 commit comments