Skip to content

Commit f28f94d

Browse files
committed
v1.3.0
1 parent 390c7b3 commit f28f94d

File tree

188 files changed

+7765
-11637
lines changed

Some content is hidden

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

188 files changed

+7765
-11637
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [1.3.0] - 2023-06-12
9+
10+
### changed
11+
12+
- [gnss_middleware] Update to V2.1.0, see [Changelog](geolocation_middleware/CHANGELOG.md).
13+
- [lora_basics_modem] Update to V2.1.0, see [Changelog](lora_basics_modem/lora_basics_modem/CHANGELOG.md).
14+
- [geolocation_gnss] Application code update according to geolocation middleware v2.1.0 and LoRa Basics Modem v3.3.0.
15+
- [geolocation_gnss_wifi] Application code update according to geolocation middleware v2.1.0 and LoRa Basics Modem v3.3.0.
16+
- [geolocation_wifi] Application code update according to geolocation middleware v2.1.0 and LoRa Basics Modem v3.3.0.
17+
- [tracker_application] Application code update according to geolocation middleware v2.1.0 and LoRa Basics Modem v3.3.0. see [Changelog](apps/demonstrations/tracker_application/CHANGELOG.md).
18+
819
## [1.2.0] - 2023-01-23
920

1021
### changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Here is the different components changelogs and current version included in this
2222
| Geolocation - Wi-Fi | Perform Wi-Fi scans and send results over LoRaWAN using Wi-Fi middleware | [README](apps/examples/geolocation_wifi/README.md) |
2323
| Geolocation - GNSS & Wi-Fi | Perform GNSS and Wi-Fi scans and send results over LoRaWAN using geolocation middlewares | [README](apps/examples/geolocation_gnss_wifi/README.md) |
2424
| Full almanac update | Perform a full almanac update | [README](apps/examples/full_almanac_update/README.md) |
25+
| TX/RX continuous | Generate a TX/RX continuous thanks to the test mode | [README](apps/examples/tx_rx_continuous/README.md) |
2526

2627

2728
## Configuration

apps/demonstrations/tracker_application/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [2.3.0] - 2023-06-12
9+
10+
### Change
11+
- Application code update according to geolocation middleware v2.1.0. see [Geolocation middleware Changelog](../../../geolocation_middleware/CHANGELOG.md).
12+
13+
### Change
14+
- Uptate LoRa Basics Modem version from 3.2.4 to 3.3.0
15+
816
## [2.2.0] - 2023-01-23
917

1018
### Change

apps/demonstrations/tracker_application/MDK-ARM/tracker_application.uvprojx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,11 +1355,6 @@
13551355
<FileType>1</FileType>
13561356
<FilePath>..\..\..\..\geolocation_middleware\gnss\src\gnss_queue.c</FilePath>
13571357
</File>
1358-
<File>
1359-
<FileName>lr11xx_driver_extension.c</FileName>
1360-
<FileType>1</FileType>
1361-
<FilePath>..\..\..\..\geolocation_middleware\gnss\src\lr11xx_driver_extension.c</FilePath>
1362-
</File>
13631358
</Files>
13641359
</Group>
13651360
<Group>
@@ -2896,11 +2891,6 @@
28962891
<FileType>1</FileType>
28972892
<FilePath>..\..\..\..\geolocation_middleware\gnss\src\gnss_queue.c</FilePath>
28982893
</File>
2899-
<File>
2900-
<FileName>lr11xx_driver_extension.c</FileName>
2901-
<FileType>1</FileType>
2902-
<FilePath>..\..\..\..\geolocation_middleware\gnss\src\lr11xx_driver_extension.c</FilePath>
2903-
</File>
29042894
</Files>
29052895
</Group>
29062896
<Group>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{"lr1110_transceiver": {
2-
"version": "03.07",
3-
"url": "https://api.github.com/repos/Lora-net/radio_firmware_images/contents/lr1110/transceiver/lr1110_transceiver_0307.h",
4-
"hash": "638a2630f5b1725fcb78a34ef10467d0"},
2+
"version": "03.08",
3+
"url": "https://api.github.com/repos/Lora-net/radio_firmware_images/contents/lr1110/transceiver/lr1110_transceiver_0308.h",
4+
"hash": "b6528986d0448b56d9282fe3bc0e678e"},
55
"lbm_app": {
6-
"version": "2.02.00",
6+
"version": "2.03.00",
77
"url": "https://api.github.com/repos/Lora-net/SWSD004/contents/apps/demonstrations/tracker_application/bin/tracker_application.bin",
8-
"hash": "e0c17421f67580d853373c76a9fb0986"}
8+
"hash": "025107862d0af581f0ea8b26f466eaf4"}
99
}
1.63 KB
Binary file not shown.
1.63 KB
Binary file not shown.
1.63 KB
Binary file not shown.
1.63 KB
Binary file not shown.
1.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)