forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'connectivity/drivers/802.15.4_RF/atmel-rf-driver/' changes …
…from 834c5357c6..ccba775217 ccba775217 Merge pull request ARMmbed#110 from PelionIoT/sync_from_mbed_os 301b184ba4 Update copyright 3c9927a4e8 Sync from Mbed OS 68a243c432 Merge pull request ARMmbed#109 from PelionIoT/IOTTHD-4839 55004765bd Read received packet length in RX done callback git-subtree-dir: connectivity/drivers/802.15.4_RF/atmel-rf-driver git-subtree-split: ccba7752172988f2c50a646af09dd0c1e91d4fc8
- Loading branch information
Showing
2 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
################################################################################# | ||
## Copyright 2020-2021 Pelion. | ||
## | ||
## SPDX-License-Identifier: Apache-2.0 | ||
## | ||
## Licensed under the Apache License, Version 2.0 (the "License"); | ||
## you may not use this file except in compliance with the License. | ||
## You may obtain a copy of the License at | ||
## | ||
## http://www.apache.org/licenses/LICENSE-2.0 | ||
## | ||
## Unless required by applicable law or agreed to in writing, software | ||
## distributed under the License is distributed on an "AS IS" BASIS, | ||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
## See the License for the specific language governing permissions and | ||
## limitations under the License. | ||
################################################################################# | ||
|
||
target_include_directories(mbed-802.15.4-rf | ||
INTERFACE | ||
atmel-rf-driver | ||
source | ||
) | ||
|
||
target_sources(mbed-802.15.4-rf | ||
INTERFACE | ||
source/NanostackRfPhyAT86RF215.cpp | ||
source/NanostackRfPhyAtmel.cpp | ||
source/at24mac.cpp | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters