mirror of https://github.com/ARMmbed/mbed-os.git
Restore CMakeLists.txt to stm-s2lp-rf-driver
Restore CMakeLists.txt to stm-s2lp-rf-driver as it is not available in the source repository.pull/14816/head
parent
67fc864059
commit
fa0fe8a87f
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
target_include_directories(mbed-802.15.4-rf
|
||||
INTERFACE
|
||||
stm-s2lp-rf-driver
|
||||
source
|
||||
)
|
||||
|
||||
target_sources(mbed-802.15.4-rf
|
||||
INTERFACE
|
||||
source/NanostackRfPhys2lp.cpp
|
||||
source/at24mac_s2lp.cpp
|
||||
source/rf_configuration.c
|
||||
)
|
||||
Loading…
Reference in New Issue