@@ -11,18 +11,37 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
11
11
12
12
## [ Unreleased]
13
13
14
+ ## [ 4.4.6] - 2020-12-18
15
+
16
+ ### General
17
+
18
+ - Release based on "LoRaWAN specification 1.0.3" and "LoRaWAN Regional Parameters v1.0.3revA"
19
+ - GitHub reported issues corrections. Please refer to [ Release Version 4.4.6] ( https://github.com/Lora-net/LoRaMac-node/milestone/8 )
20
+ - ** Release 4.4.6 is the last one supporting "LoRaWAN specification 1.0.3"**
21
+
14
22
### Changed
15
23
16
- - Changed IMST boards default power source to USB_POWER
24
+ - Refactored MAC layer and examples Non Volatile Memory data handling
25
+ - Changed ` NewChannelReq ` amd ` DlChannelReq ` handling to ignore command for ` AU915 ` , ` CN470 ` and ` US915 ` regions
26
+ - Updated behavior of ` SX126xSetLoRaSymbNumTimeout ` to round up the timeout to the nearest possible number of symbol.
27
+ - Changed radio drivers floating point to integer computations
28
+ - Improved ` GetNextLowerTxDr ` function implementation.
29
+ - Changed SX1272 and SX1276 FSK FIFO handling by using ` FifoLevel ` IRQ instead of ` FifoEmpty ` IRQ
30
+ ** WARNING** * DIO1 IRQ MCU pin detection has changed from ` RISING ` to ` RISING_FALLING ` edge.*
31
+ - Changed IMST boards default power source to ` USB_POWER `
17
32
18
33
### Fixed
19
34
20
- - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforcement was OFF.
35
+ - Fixed certification test application handling
36
+ - Fixed ` ping-pong ` and ` rx-sensi ` examples to use the right ` FSK_BANDWIDTH ` and ` FSK_AFC_BANDWIDTH ` parameters
37
+ - Fixed one byte transmissions over I2C
38
+ - Fixed ` RegionIN865RxParamSetupReq ` ` DrOffset ` verification
39
+ - Fixed STM platforms IRQ handlers when using a C++ compiler
40
+ - Fixed an issue where the Join back off algorithm wasn't being applied when the duty-cycle enforcement was OFF
21
41
- Fixed ` AU915_MAX_RX1_DR_OFFSET ` value to 5 instead of 6
22
42
23
43
### Removed
24
44
25
- - Removed NvmCtxCallback calls as they should only be done when a modification happens.
26
45
- Removed ClassA, ClassB and ClassC examples.
27
46
28
47
## [ 4.4.5] - 2020-10-14
@@ -48,6 +67,7 @@ Please refer to [Releases pre-certification-results](https://github.com/Lora-net
48
67
- Changed hard coded ` JoinAccept ` max payload size (33) by ` LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE ` definition.
49
68
- Moved radio operating mode management to specific board implementation
50
69
- Changed radio ` IsChannelFree API ` in order to provide reception bandwidth
70
+ - AS923 default downlink dwell time setting changed to disabled
51
71
- Back port 1.0.4 region implementation improvements
52
72
- Changed ` RegionCommonComputeSymbolTimeLoRa ` , ` RegionCommonComputeSymbolTimeFsk ` and ` RegionCommonComputeRxWindowParameters `
53
73
API implementations to use integer divisions instead of double division.
0 commit comments