Skip to content

Commit b0d0913

Browse files
committed
Release v2.0.2
1 parent da32695 commit b0d0913

File tree

139 files changed

+3214
-1638312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+3214
-1638312
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.2] - 2023-09-05
9+
10+
### Removed
11+
12+
- Removed *targets.txt* files
13+
- LR11xx geolocation-related examples (GNSS and Wi-Fi scan)
14+
- The geolocation-related examples are distributed through [SWSD004](https://github.com/Lora-net/SWSD004)
15+
16+
### Fixed
17+
18+
- Fixed Keil project files that were not compiling with error `'smtc_dbpsk.h' file not found`
19+
- Fixed sx216x Keil project files that were not compiling due to bad path of some driver files
20+
- Fixed broken links in README file of SX126x
21+
822
## [2.0.1] - 2023-06-29
923

1024
### Added

common/inc/common_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "C" {
5050
* --- PUBLIC MACROS -----------------------------------------------------------
5151
*/
5252

53-
#define COMMON_SDK_VERSION "2.0.1-4-gc964966"
53+
#define COMMON_SDK_VERSION "v2.0.2"
5454

5555
/*
5656
* -----------------------------------------------------------------------------

lr11xx/apps/cad/MDK-ARM/lr11xx-sdk_cad.uvprojx

Lines changed: 240 additions & 10 deletions
Large diffs are not rendered by default.

lr11xx/apps/gnss/README.md

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

0 commit comments

Comments
 (0)