Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32F2 / TARGET_STM32F207xG / TARGET_NUCLEO_F207ZG / CMakeLists.txt
@jeromecoutant jeromecoutant on 15 Dec 2020 224 bytes STM32F2: alignment with other families
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_sources(mbed-core
    INTERFACE
        PeripheralPins.c
)

target_include_directories(mbed-core
    INTERFACE
        .
)