-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafael Baquero
committed
Apr 22, 2022
1 parent
4274349
commit 0979db3
Showing
515 changed files
with
441,803 additions
and
12,615 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,53 @@ | ||
# LoRa Basics Modem Library changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [v3.1.7] 2022-04-22 | ||
|
||
### Added | ||
|
||
* AS923 (3 sub regions included), IN865, KR920, RU864, AU915 Regional Parameters | ||
* Class B support | ||
* Class B Multicast support (up to 4 sessions) | ||
* Class C Multicast support (up to 4 sessions) | ||
* LR-FHSS Support (enabled with compilation option: `RP_VERSION=RP2_103`) | ||
* Support of SX1261 and SX1262 radios | ||
* Added commands: | ||
* New connectivity check function: smtc_modem_lorawan_get_lost_connection_counter | ||
* Makefile: add Regional Parameters option to choose to compile the code for RP2_101 or RP2_103 | ||
* [smtc_modem_hal]: | ||
* `smtc_modem_hal_assert(expr)` macro | ||
* `smtc_modem_hal_assert_fail()` function | ||
* `smtc_modem_hal_get_time_in_100us()` function | ||
* `smtc_modem_hal_get_radio_irq_timestamp_in_100us()` function | ||
* In `SMTC_MODEM_EVENT_DOWNDATA` event status: added new class B reception windows, fpending bit status, reception frequency and datarate | ||
* Middleware API for geolocation | ||
* Add basic example to provide an easy start point on Nucleo L476 board | ||
|
||
### Changed | ||
|
||
* `smtc_modem_set_crystal_error` renamed to `smtc_modem_set_crystal_error_ppm` and now takes real ppm (previously was ppt) | ||
* `smtc_modem_get_stack_state`: Added a new stack state `SMTC_MODEM_STACK_STATE_TX_WAIT` when stack is between retransmissions | ||
* `smtc_modem_time_trigger_sync_request` function does not take `sync_service` parameter anymore, now it will use the current enabled time synchronization service | ||
* [smtc_modem_hal]: | ||
* `smtc_modem_hal_irq_is_radio_irq_pending()` function has been replaced with `smtc_modem_hal_radio_irq_clear_pending()`. Now modem only asks to clear radio pending irq | ||
* LR1110 driver was renamed to LR11xx driver and now also supports LR1120 radio | ||
* Updated to latest version of SX126x and LR11xx driver | ||
* An `ALMANAC_UPDATE` event is generated if "Almanac force update" is received. | ||
* File upload size can be now up to 8k | ||
* Remove -2dB default tx power offset (now it is 0) and manage EIRP to ERP conversion in LoRaWAN stack | ||
* `smtc_modem_connection_timeout_get_thresholds`: Default internal value of `nb_of_uplinks_before_network_controlled` is now 0 (before was 255). Result: the mobile to static automatic switching service is now deactivated by default. | ||
|
||
### Fixed | ||
|
||
* Corrected `Fcnt_down` msb management | ||
* `smtc_modem_derive_keys` now takes user defined EUIs into account | ||
* AU915: when dwell time was on, the returned max payload sizes were incorrect. This has been corrected | ||
* Corrected bug in `smtc_modem_reset_charge` | ||
* Internal join nonce value is now initialized to FFFFFF to avoid dropping the first join accept message | ||
|
||
## [v2.1.0] 2021-11-03 | ||
|
||
Initial release |
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,27 @@ | ||
The Clear BSD License | ||
Copyright Semtech Corporation 2022. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted (subject to the limitations in the disclaimer | ||
below) provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the Semtech corporation nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY | ||
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT | ||
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SEMTECH CORPORATION BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGE. |
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,136 @@ | ||
Semtech's software made available with this LICENSES.txt file | ||
includes or is provided with certain third-party components that | ||
are subject to separate terms and conditions specified by | ||
applicable third-party licenses (“Third-Party Components”). | ||
These Third-Party Components and applicable licenses are set | ||
forth in this LICENSES.txt file. | ||
|
||
Your access and use of all Third-Party Components are at all times | ||
governed by the applicable third-party licenses. | ||
|
||
|
||
Semtech Corporation | ||
------------------- | ||
|
||
The Clear BSD License | ||
Copyright Semtech Corporation 2022. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted (subject to the limitations in the disclaimer | ||
below) provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the Semtech corporation nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY | ||
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT | ||
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SEMTECH CORPORATION BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGE. | ||
|
||
|
||
STMicroelectronics (STM32L4 HAL) | ||
------------------------------------------ | ||
|
||
This software component is licensed by ST under BSD 3-Clause license, | ||
the "License"; You may not use this file except in compliance with the | ||
License. You may obtain a copy of the License at: | ||
opensource.org/licenses/BSD-3-Clause | ||
|
||
|
||
STMicroelectronics (CMSIS Device) | ||
------------------------------ | ||
|
||
This software component is licensed by ST under 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: | ||
opensource.org/licenses/Apache-2.0 | ||
|
||
|
||
Arm Limited (CMSIS) | ||
------------------- | ||
|
||
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 | ||
|
||
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. | ||
|
||
AES - Issue: 09/09/2006 | ||
----------------------- | ||
|
||
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved. | ||
|
||
LICENSE TERMS | ||
|
||
The redistribution and use of this software (with or without changes) | ||
is allowed without the payment of fees or royalties provided that: | ||
|
||
1. source code distributions include the above copyright notice, this | ||
list of conditions and the following disclaimer; | ||
|
||
2. binary distributions include the above copyright notice, this list | ||
of conditions and the following disclaimer in their documentation; | ||
|
||
3. the name of the copyright holder is not used to endorse products | ||
built using this software without specific written permission. | ||
|
||
DISCLAIMER | ||
|
||
This software is provided 'as is' with no explicit or implied warranties | ||
in respect of its properties, including, but not limited to, correctness | ||
and/or fitness for purpose. | ||
|
||
|
||
CMAC | ||
---- | ||
|
||
Copyright (C) 2009 Lander Casado, Philippas Tsigas | ||
|
||
All rights reserved. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files | ||
(the "Software"), to deal with the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimers. Redistributions in | ||
binary form must reproduce the above copyright notice, this list of | ||
conditions and the following disclaimers in the documentation and/or | ||
other materials provided with the distribution. | ||
|
||
In no event shall the authors or copyright holders be liable for any special, | ||
incidental, indirect or consequential damages of any kind, or any damages | ||
whatsoever resulting from loss of use, data or profits, whether or not | ||
advised of the possibility of damage, and on any theory of liability, | ||
arising out of or in connection with the use or performance of this software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
DEALINGS WITH THE SOFTWARE |
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
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
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
Oops, something went wrong.