Skip to content

Commit 3d940d3

Browse files
committed
Release 4.5.0
1 parent 243864e commit 3d940d3

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
1111

1212
## [Unreleased]
1313

14+
## [4.5.0] - 2020-12-18
15+
16+
### General
17+
18+
- Release based on "LoRaWAN specification 1.0.4" and "LoRaWAN Regional Parameters 2-1.0.1"
19+
- GitHub reported issues corrections. Please refer to [Release Version 4.5.0](https://github.com/Lora-net/LoRaMac-node/milestone/5)
20+
21+
### Added
22+
23+
- Added implementation of LoRaWAN 1.0.4 changes
24+
- Added implementation for new Certification protocol specification
25+
- Added GitHub repository and firmware examples version definitions
26+
1427
## [4.4.6] - 2020-12-18
1528

1629
### General
@@ -44,6 +57,33 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
4457

4558
- Removed ClassA, ClassB and ClassC examples.
4659

60+
## [4.5.0-rc.1] - 2020-11-24
61+
62+
### General
63+
64+
- Release based on "LoRaWAN specification 1.0.4" and "LoRaWAN Regional Parameters 2-1.0.1"
65+
- GitHub reported issues corrections. Please refer to [Release Version 4.5.0](https://github.com/Lora-net/LoRaMac-node/milestone/5)
66+
67+
### Added
68+
69+
- Added implementation of LoRaWAN 1.0.4 changes
70+
- Added implementation for new Certification protocol specification
71+
- Added GitHub repository and firmware examples version definitions
72+
73+
### Changed
74+
75+
- Changed IMST boards default power source to USB_POWER
76+
77+
### Fixed
78+
79+
- Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforcement was OFF.
80+
- Fixed `AU915_MAX_RX1_DR_OFFSET` value to 5 instead of 6
81+
82+
### Removed
83+
84+
- Removed NvmCtxCallback calls as they should only be done when a modification happens.
85+
- Removed ClassA, ClassB and ClassC examples.
86+
4787
## [4.4.5] - 2020-10-14
4888

4989
### General

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ This project has 2 active branches in place.
2222

2323
| Branch | L2 spec | RP spec | Tag/Milestone | Class | Comments |
2424
| ------------- |:-------------:|:---------:|:---------:|:---------:|:--------------|
25+
| | [1.0.4](https://lora-alliance.org/resource-hub/lorawan-104-specification-package) | [2-1.0.1](https://lora-alliance.org/sites/default/files/2020-02/rp_2-1.0.1.pdf) | [v4.5.0](https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.5.0) | A/B/C | LoRaWAN L2 1.0.4 - **_Released_** |
2526
| | [1.0.3](https://lora-alliance.org/resource-hub/lorawanr-specification-v103) | [v1.0.3revA](https://www.lora-alliance.org/resource-hub/lorawanr-regional-parameters-v103reva) | [v4.4.6](https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.4.6) | A/B/C | LoRaWAN L2 1.0.3 - **_Released_ (last release based on 1.0.3)** |
26-
| [master](https://github.com/Lora-net/LoRaMac-node/tree/master) | [1.0.4](https://lora-alliance.org/resource-hub/lorawan-104-specification-package) | [2-1.0.1](https://lora-alliance.org/sites/default/files/2020-02/rp_2-1.0.1.pdf) | [M 4.5.0](https://github.com/Lora-net/LoRaMac-node/milestone/5) | A/B/C | LoRaWAN L2 1.0.4 |
27+
| [master](https://github.com/Lora-net/LoRaMac-node/tree/master) | [1.0.4](https://lora-alliance.org/resource-hub/lorawan-104-specification-package) | [2-1.0.1](https://lora-alliance.org/sites/default/files/2020-02/rp_2-1.0.1.pdf) | [v4.5.0](https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.5.0) | A/B/C | LoRaWAN L2 1.0.4 |
2728
| [develop](https://github.com/Lora-net/LoRaMac-node/tree/develop) | [1.0.4](https://lora-alliance.org/resource-hub/lorawan-104-specification-package) / [1.1.1](https://lora-alliance.org/resource-hub/lorawanr-specification-v11) | [2-1.0.1](https://lora-alliance.org/sites/default/files/2020-02/rp_2-1.0.1.pdf) | [M 4.6.0](https://github.com/Lora-net/LoRaMac-node/milestone/3) | A/B/C | LoRaWAN L2 1.0.4 / 1.1.1 |
2829

2930
This project fully implements ClassA, ClassB and ClassC end-device classes and it also provides SX1272/73, SX1276/77/78/79, SX1261/2 and LR1110 radio drivers.

src/apps/LoRaMac/fuota-test-01/firmwareVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern "C" {
2525
#endif
2626

27-
#define FIRMWARE_VERSION 0x01010000 // 1.1.0.0
27+
#define FIRMWARE_VERSION 0x01020000 // 1.2.0.0
2828

2929
#ifdef __cplusplus
3030
}

src/apps/LoRaMac/periodic-uplink-lpp/firmwareVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern "C" {
2525
#endif
2626

27-
#define FIRMWARE_VERSION 0x01010000 // 1.1.0.0
27+
#define FIRMWARE_VERSION 0x01020000 // 1.2.0.0
2828

2929
#ifdef __cplusplus
3030
}

0 commit comments

Comments
 (0)