Skip to content

Commit 2d5b3f0

Browse files
committed
Updated readme.md for 4.4.3 release.
1 parent 5c58e78 commit 2d5b3f0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

readme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
The aim of this project is to show an example of the endpoint LoRaWAN stack implementation.
2020

21-
This project has 3 active branches in place. The **[master](https://github.com/Lora-net/LoRaMac-node/tree/master)** branch which provides the latest released source code ([v4.4.2](https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.4.2)), the **[develop](https://github.com/Lora-net/LoRaMac-node/tree/develop)** branch which provides the current source code development status to be released next ([Milestone 4.4.3](https://github.com/Lora-net/LoRaMac-node/milestone/4)) and the **[feature/5.0.0](https://github.com/Lora-net/LoRaMac-node/tree/feature/5.0.0)** branch which provides a preview of the current source code development status for [LoRaWAN Specification v1.1](https://lora-alliance.org/resource-hub/lorawantm-specification-v11) specification.([Milestone 5.0.0](https://github.com/Lora-net/LoRaMac-node/milestone/3))
21+
This project has 3 active branches in place. The **[master](https://github.com/Lora-net/LoRaMac-node/tree/master)** branch which provides the latest released source code ([v4.4.3](https://github.com/Lora-net/LoRaMac-node/releases/tag/v4.4.3)), the **[develop](https://github.com/Lora-net/LoRaMac-node/tree/develop)** branch which provides the current source code development status to be released next ([Milestone 4.4.4](https://github.com/Lora-net/LoRaMac-node/milestone/6)) and the **[feature/5.0.0](https://github.com/Lora-net/LoRaMac-node/tree/feature/5.0.0)** branch which provides a preview of the current source code development status for [LoRaWAN Specification v1.1](https://lora-alliance.org/resource-hub/lorawantm-specification-v11) specification.([Milestone 5.0.0](https://github.com/Lora-net/LoRaMac-node/milestone/3))
2222

2323
* The [master](https://github.com/Lora-net/LoRaMac-node/tree/master) branch implementation is based on [LoRaWAN Specification v1.0.3](https://lora-alliance.org/resource-hub/lorawantm-specification-v103) and [LoRaWAN Regional Parameters v1.0.3revA](https://www.lora-alliance.org/resource-hub/lorawantm-regional-parameters-v103reva) specifications.
2424
ClassA, ClassB and ClassC end-device classes are fully implemented.
@@ -89,16 +89,22 @@ This program uses the CMAC algorithm implementation
8989

9090
## Changelog
9191

92+
### 2019-12-17, V4.4.3
93+
94+
* General
95+
1. Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
96+
2. GitHub reported issues corrections. Please refer to [Release Version 4.4.3](https://github.com/Lora-net/LoRaMac-node/milestone/4)
97+
9298
### 2019-07-19, V4.4.2
9399

94100
* General
95101
1. Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
96102
2. Examples application refactoring plus the addition of the application status display on the serial port. (921600-8-N-1)
97103
3. Added new refactored application examples
98104
* Added LoRa-Alliance defined application layer protocols support. Only FUOTA test scenario 01 required features are currently implemented.
99-
- "Clock Synchronization" package
100-
- "Fragmented data block transport" package
101-
- "Remote multicast setup" package
105+
* "Clock Synchronization" package
106+
* "Fragmented data block transport" package
107+
* "Remote multicast setup" package
102108
4. Added a NVM context management module. (Disabled by default)
103109
5. Added secure-element support
104110
6. Refactored timer.c/h, rtc-driver.c/h and added a systime.c/h module.

0 commit comments

Comments
 (0)