Skip to content

Commit 75c79ac

Browse files
committed
Squashed 'connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver/' changes from 7d12478914..089ca0eed7
089ca0eed7 Merge pull request ARMmbed#78 from PelionIoT/sync_from_mbedos f61d52dc77 Update copyright 36f14ee53a Sync from Mbed OS git-subtree-dir: connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver git-subtree-split: 089ca0eed7a6208fd7fe3e54e425d6669515ebf0
1 parent 8a76989 commit 75c79ac

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CMakeLists.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#################################################################################
2+
## Copyright 2020-2021 Pelion.
3+
##
4+
## SPDX-License-Identifier: Apache-2.0
5+
##
6+
## Licensed under the Apache License, Version 2.0 (the "License");
7+
## you may not use this file except in compliance with the License.
8+
## You may obtain a copy of the License at
9+
##
10+
## http://www.apache.org/licenses/LICENSE-2.0
11+
##
12+
## Unless required by applicable law or agreed to in writing, software
13+
## distributed under the License is distributed on an "AS IS" BASIS,
14+
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
## See the License for the specific language governing permissions and
16+
## limitations under the License.
17+
#################################################################################
18+
19+
target_include_directories(mbed-802.15.4-rf
20+
INTERFACE
21+
stm-s2lp-rf-driver
22+
source
23+
)
24+
25+
target_sources(mbed-802.15.4-rf
26+
INTERFACE
27+
source/NanostackRfPhys2lp.cpp
28+
source/at24mac_s2lp.cpp
29+
source/rf_configuration.c
30+
)

0 commit comments

Comments
 (0)