2020-08-06 15:39:35 +00:00
|
|
|
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
2020-07-20 16:58:04 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-08-06 15:39:35 +00:00
|
|
|
target_include_directories(mbed-os
|
|
|
|
PUBLIC
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
usb
|
|
|
|
)
|
|
|
|
|
2020-07-20 16:58:04 +00:00
|
|
|
target_sources(mbed-os
|
|
|
|
PRIVATE
|
|
|
|
LowPowerTickerWrapper.cpp
|
|
|
|
mbed_compat.c
|
|
|
|
mbed_critical_section_api.c
|
|
|
|
mbed_flash_api.c
|
|
|
|
mbed_gpio.c
|
|
|
|
mbed_gpio_irq.c
|
|
|
|
mbed_itm_api.c
|
|
|
|
mbed_lp_ticker_api.c
|
|
|
|
mbed_lp_ticker_wrapper.cpp
|
|
|
|
mbed_pinmap_common.c
|
|
|
|
mbed_pinmap_default.cpp
|
|
|
|
mbed_ticker_api.c
|
|
|
|
mbed_us_ticker_api.c
|
|
|
|
static_pinmap.cpp
|
|
|
|
|
|
|
|
mpu/mbed_mpu_v7m.c
|
|
|
|
mpu/mbed_mpu_v8m.c
|
|
|
|
|
2020-08-06 15:39:35 +00:00
|
|
|
usb/mbed_usb_phy.cpp
|
2020-07-20 16:58:04 +00:00
|
|
|
)
|