mirror of https://github.com/ARMmbed/mbed-os.git
Fix NUCLEO_H743ZI2 target
parent
f6302dc108
commit
f2f927ebac
|
@ -1,17 +1,17 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_library(mbed-nucleo-h743ZI2 INTERFACE)
|
||||
add_library(mbed-nucleo-h743zi2 INTERFACE)
|
||||
|
||||
target_sources(mbed-nucleo-h743ZI2
|
||||
target_sources(mbed-nucleo-h743zi2
|
||||
INTERFACE
|
||||
PeripheralPins.c
|
||||
system_clock.c
|
||||
)
|
||||
|
||||
target_include_directories(mbed-nucleo-h743ZI2
|
||||
target_include_directories(mbed-nucleo-h743zi2
|
||||
INTERFACE
|
||||
.
|
||||
)
|
||||
|
||||
target_link_libraries(mbed-nucleo-h743ZI2 INTERFACE mbed-stm32h743xi)
|
||||
target_link_libraries(mbed-nucleo-h743zi2 INTERFACE mbed-stm32h743xi)
|
||||
|
|
Loading…
Reference in New Issue