Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32F7 / TARGET_STM32F722xE / TARGET_NUCLEO_F722ZE / CMakeLists.txt
@bakatrouble bakatrouble on 28 Oct 2021 378 bytes Add STM32F722ZE target
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_library(mbed-nucleo-f722ze INTERFACE)

target_sources(mbed-nucleo-f722ze
    INTERFACE
        PeripheralPins.c
        system_clock.c
)

target_include_directories(mbed-nucleo-f722ze
    INTERFACE
        .
)

target_link_libraries(mbed-nucleo-f722ze INTERFACE mbed-stm32f722xe)