mirror of https://github.com/ARMmbed/mbed-os.git
Add subtarget_init files to cmake
parent
0212fde7fb
commit
d00699c70f
|
@ -28,6 +28,7 @@ target_sources(mbed-nrf52
|
|||
serial_api.c
|
||||
sleep.c
|
||||
spi_api.c
|
||||
subtarget_init.c
|
||||
trng_api.c
|
||||
us_ticker.c
|
||||
watchdog_api.c
|
||||
|
|
|
@ -25,6 +25,13 @@ target_include_directories(mbed-ep-atlas
|
|||
TARGET_EP_ATLAS
|
||||
)
|
||||
|
||||
target_sources(mbed-ep-atlas
|
||||
INTERFACE
|
||||
TARGET_EP_ATLAS/ONBOARD_TELIT_ME310.cpp
|
||||
TARGET_EP_ATLAS/usb_stdio.cpp
|
||||
TARGET_EP_ATLAS/atlas_init.c
|
||||
)
|
||||
|
||||
target_include_directories(mbed-nrf52840-dk
|
||||
INTERFACE
|
||||
TARGET_NRF52840_DK
|
||||
|
|
Loading…
Reference in New Issue