Skip to content

Commit ba17382

Browse files
committed
Release 4.4.4
1 parent f2323c0 commit ba17382

14 files changed

+1643
-1410
lines changed

CHANGELOG.md

+907
Large diffs are not rendered by default.

LICENSE.txt LICENSE

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
--- Revised BSD License ---
2-
Copyright (c) 2013, SEMTECH S.A.
3-
All rights reserved.
1+
Revised BSD License
2+
Copyright Semtech Corporation 2013. All rights reserved.
43

54
Redistribution and use in source and binary forms, with or without
65
modification, are permitted provided that the following conditions are met:
@@ -13,11 +12,11 @@ modification, are permitted provided that the following conditions are met:
1312
names of its contributors may be used to endorse or promote products
1413
derived from this software without specific prior written permission.
1514

16-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19-
DISCLAIMED. IN NO EVENT SHALL SEMTECH S.A. BE LIABLE FOR ANY
20-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18+
ARE DISCLAIMED. IN NO EVENT SHALL SEMTECH CORPORATION BE LIABLE FOR ANY DIRECT,
19+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2120
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2221
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2322
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

README.md

+399
Large diffs are not rendered by default.

SECURITY.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Vulnerability fixes will always be applied on [develop](https://github.com/Lora-net/LoRaMac-node/tree/develop) branch and included in next release.
6+
We may consider to hotfix the most recent release depending on the circumstances. Older releases will not be hotfixed.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| [develop](https://github.com/Lora-net/LoRaMac-node/tree/develop) | :white_check_mark: |
11+
| [latest release](https://github.com/Lora-net/LoRaMac-node/releases/latest) | :question: |
12+
| older releases | :x: |
13+
14+
## Reporting a Vulnerability
15+
16+
Please report security concerns, perceived or implemented vulnerabilities in the source code of this project to: [[email protected]](mailto:[email protected])
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# NAMote72 platform support documents
2-
3-
* [NAMote72](https://os.mbed.com/platforms/NAMote-72/)
1+
# NAMote72 platform support documents
2+
3+
* [NAMote72](https://os.mbed.com/platforms/NAMote-72/)
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# NucleoLxxx platforms support documents
2-
3-
* [NucleoL073RZ](https://os.mbed.com/platforms/ST-Nucleo-L073RZ/)
4-
* [NucleoL152RE](https://os.mbed.com/platforms/ST-Nucleo-L152RE/)
5-
* [NucleoL476RG](https://os.mbed.com/platforms/ST-Nucleo-L476RG/)
6-
7-
The following mbed shields may be used with NucleoLxxx platforms:
8-
9-
* [SX1272MB2DAS](https://os.mbed.com/components/SX1272MB2xAS/)
10-
* [SX1276MB1LAS](https://os.mbed.com/components/SX1276MB1xAS/)
11-
* [SX1276MB1MAS](https://os.mbed.com/components/SX1276MB1xAS/)
12-
* [SX1261MB2BAS](https://os.mbed.com/components/SX126xMB2xAS/)
13-
* [SX1262MB2CAS](https://os.mbed.com/components/SX126xMB2xAS/)
14-
* [LR1110MB1DIS]()
15-
* [LR1110MB1DJS]()
16-
* [LR1110MB1GIS]()
17-
* [LR1110MB1GJS]()
18-
19-
Development kit:
20-
21-
* [SX126xDVK1xAS](https://os.mbed.com/components/SX126xDVK1xAS/)
22-
* SX1261DVK1BAS uses a SX1261MB1BAS shield
23-
* SX1262DVK1CAS uses a SX1262MB1CAS shield
24-
* SX1262DVK1DAS uses a SX1262MB1DAS shield
25-
* Other variants can also be used but require some adjustments
26-
27-
_**Note**_: The MBX abbreviation used by the shield name variables(i.e: SX1261MBXBAS) on this project means that the shields named SX126xMB1xAS (SX126xDVK1xAS development kit only) and SX126xMB2xAS (standalone shields) are supported.
28-
29-
30-
* [LR1110DVK1TXKS]()
31-
* LR1110DVK1TBKS uses a LR1110MB1DIS or LR1110MB1DJS shield
32-
* LR1110DVK1TCKS uses a LR1110MB1DIS or LR1110MB1DJS shield
33-
* LR1110DVK1TGKS uses a LR1110MB1GJS or LR1110MB1GJS shield
34-
35-
# Discovery kit platform support documents
36-
37-
* [B-L072Z-LRWAN1](https://os.mbed.com/platforms/ST-Discovery-LRWAN1/)
1+
# NucleoLxxx platforms support documents
2+
3+
* [NucleoL073RZ](https://os.mbed.com/platforms/ST-Nucleo-L073RZ/)
4+
* [NucleoL152RE](https://os.mbed.com/platforms/ST-Nucleo-L152RE/)
5+
* [NucleoL476RG](https://os.mbed.com/platforms/ST-Nucleo-L476RG/)
6+
7+
The following mbed shields may be used with NucleoLxxx platforms:
8+
9+
* [SX1272MB2DAS](https://os.mbed.com/components/SX1272MB2xAS/)
10+
* [SX1276MB1LAS](https://os.mbed.com/components/SX1276MB1xAS/)
11+
* [SX1276MB1MAS](https://os.mbed.com/components/SX1276MB1xAS/)
12+
* [SX1261MB2BAS](https://os.mbed.com/components/SX126xMB2xAS/)
13+
* [SX1262MB2CAS](https://os.mbed.com/components/SX126xMB2xAS/)
14+
* [LR1110MB1DIS]()
15+
* [LR1110MB1DJS]()
16+
* [LR1110MB1GIS]()
17+
* [LR1110MB1GJS]()
18+
19+
Development kit:
20+
21+
* [SX126xDVK1xAS](https://os.mbed.com/components/SX126xDVK1xAS/)
22+
* SX1261DVK1BAS uses a SX1261MB1BAS shield
23+
* SX1262DVK1CAS uses a SX1262MB1CAS shield
24+
* SX1262DVK1DAS uses a SX1262MB1DAS shield
25+
* Other variants can also be used but require some adjustments
26+
27+
_**Note**_: The MBX abbreviation used by the shield name variables(i.e: SX1261MBXBAS) on this project means that the shields named SX126xMB1xAS (SX126xDVK1xAS development kit only) and SX126xMB2xAS (standalone shields) are supported.
28+
29+
30+
* [LR1110DVK1TXKS]()
31+
* LR1110DVK1TBKS uses a LR1110MB1DIS or LR1110MB1DJS shield
32+
* LR1110DVK1TCKS uses a LR1110MB1DIS or LR1110MB1DJS shield
33+
* LR1110DVK1TGKS uses a LR1110MB1GJS or LR1110MB1GJS shield
34+
35+
# Discovery kit platform support documents
36+
37+
* [B-L072Z-LRWAN1](https://os.mbed.com/platforms/ST-Discovery-LRWAN1/)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SAMR34 platform support documents
2-
3-
The supported SAMR34 platform can be evaluated via SAMR34-XPRO evaluation kit [User Guide](http://ww1.microchip.com/downloads/en/DeviceDoc/SAM-R34-Xplained-Pro-User-Guide-DS50002803C.pdf)
4-
5-
The SAM R34 family data sheet can be found at [SAM R34 Family Data Sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/SAMR34-R35-Low-Power-LoRa-Sub-GHz-SiP-Data-Sheet-DS70005356B.pdf)
1+
# SAMR34 platform support documents
2+
3+
The supported SAMR34 platform can be evaluated via SAMR34-XPRO evaluation kit [User Guide](http://ww1.microchip.com/downloads/en/DeviceDoc/SAM-R34-Xplained-Pro-User-Guide-DS50002803C.pdf)
4+
5+
The SAM R34 family data sheet can be found at [SAM R34 Family Data Sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/SAMR34-R35-Low-Power-LoRa-Sub-GHz-SiP-Data-Sheet-DS70005356B.pdf)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SKiM88xx platforms support documents
2-
3-
The supported SKiM88xx platforms are:
4-
1. [SK-iM880B - Long Range Radio Starter Kit](https://wireless-solutions.de/products/starterkits/sk-im880b.html)
5-
2. [SK-iM980A - Long Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im980a.html)
6-
3. [SK-iM881A-XL - Long Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im881a-xl.html)
1+
# SKiM88xx platforms support documents
2+
3+
The supported SKiM88xx platforms are:
4+
1. [SK-iM880B - Long Range Radio Starter Kit](https://wireless-solutions.de/products/starterkits/sk-im880b.html)
5+
2. [SK-iM980A - Long Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im980a.html)
6+
3. [SK-iM881A-XL - Long Range Radio Starter Kit](https://wireless-solutions.de/products/long-range-radio/im881a-xl.html)

0 commit comments

Comments
 (0)