@@ -123,12 +123,14 @@ not of a bootloader and the radio frequency band to be used.
123123 1 . This version has passed all LoRa-Alliance compliance tests.
124124 2 . Update the MAC layer in order to be LoRaWAN version 1.0.1 compliant
125125 3 . Applied to all application files the certification protocol change for LoRaWAN 1.0.1 compliance tests.
126+
126127 ** REMARK** : api-v3 application files aren't updated.
128+
127129 4 . Add radio RX_TIMEOUT irq clear into the irq handler.
128130 5 . Removed the end less loop from HAL_UART_ErrorCallback.
129131 6 . Update of the STM32L0 HAL to version 1.6.0
130132 7 . Consolidated the line endings across all project files.
131- UNIX line endings has been choose for almost every file. Except the ST auto generated files which have Windows line endings .
133+ Windows line endings has been choose for almost every file.
132134
133135* LoRaWAN
134136 1 . Updated maximum payload size for US band.
@@ -146,6 +148,7 @@ not of a bootloader and the radio frequency band to be used.
146148 13 . Add a function to verify the RX frequency of window 2 for US band.
147149 14 . Issue(#88 ): Bug fix in function PrepareFrame where repeated MAC commands were not handled correctly.
148150 15 . Bug fix in OnRadioRxDone. Node now drops frames on port 0 with fOpts > 0.
151+ 16 . Bug fix in OnRadioRxDone. Node now receives frames with fOpts > 0 when no payload is present.
149152
1501532016-05-13, V4.2.0
151154* General
@@ -179,7 +182,7 @@ not of a bootloader and the radio frequency band to be used.
179182 12 . Accept MAC information of duplicated, confirmed downlinks.
180183 13 . Issue(#74 ): Drop frames with a downlink counter difference greater or equal to MAX_FCNT_GAP.
181184
182- 2015 -03-10, V4.1.0
185+ 2016 -03-10, V4.1.0
183186* General
184187 1 . This version has passed all mandatory LoRa-Alliance compliance tests.
185188
0 commit comments