We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fc864 commit fa0fe8aCopy full SHA for fa0fe8a
connectivity/drivers/802.15.4_RF/stm-s2lp-rf-driver/CMakeLists.txt
@@ -0,0 +1,15 @@
1
+# Copyright (c) 2020 ARM Limited. All rights reserved.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+target_include_directories(mbed-802.15.4-rf
5
+ INTERFACE
6
+ stm-s2lp-rf-driver
7
+ source
8
+)
9
10
+target_sources(mbed-802.15.4-rf
11
12
+ source/NanostackRfPhys2lp.cpp
13
+ source/at24mac_s2lp.cpp
14
+ source/rf_configuration.c
15
0 commit comments