Skip to content

Commit de10d43

Browse files
author
mantoine
committed
Release v2.0.1
1 parent 59b7cd1 commit de10d43

File tree

9 files changed

+663
-529
lines changed

9 files changed

+663
-529
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.0.1] - 2021-11-23
8+
9+
### Added
10+
11+
- `llcc68_get_lora_params_from_header()` function - extracts the LoRa coding rate and CRC configuration from the packet header
12+
- `llcc68_add_registers_to_retention_list()` function - allows to add up to 4 registers to the retention list
13+
- `llcc68_init_retention_list()` - add registers used by workarounds in the driver to the retention list
14+
- `llcc68_cal_img_in_mhz()` - takes frequency interval bounds in MHz for calibration
15+
16+
### Changed
17+
18+
- Revised BSD License changed to the Clear BSD License
19+
- `llcc68_set_lora_symb_nb_timeout` now rounds up to nearest possible number of symbol
20+
- `LLCC68_REG_IRQ_POLARITY` is renamed `LLCC68_REG_IQ_POLARITY`
21+
- `llcc68_cal_img()` function - takes frequency interval bounds in raw steps
22+
723
## [1.0.0] - 2020-09-24
824

925
### General

LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

LICENSE.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
The Clear BSD License
2+
Copyright Semtech Corporation 2021. All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted (subject to the limitations in the disclaimer
6+
below) provided that the following conditions are met:
7+
* Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above copyright
10+
notice, this list of conditions and the following disclaimer in the
11+
documentation and/or other materials provided with the distribution.
12+
* Neither the name of the Semtech corporation nor the
13+
names of its contributors may be used to endorse or promote products
14+
derived from this software without specific prior written permission.
15+
16+
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
17+
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
18+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
19+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
20+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SEMTECH CORPORATION BE
21+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27+
POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# LLCC68 driver
22

33
This package proposes an implementation in C of the driver for **LLCC68** radio component.
4+
Please see the [changelog](CHANGELOG.md) for more information.
45

56
## Structure
67

src/CMakeLists.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)