File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,12 @@ not of a bootloader and the radio frequency band to be used.
122122* General
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
125- 3 . Add radio RX_TIMEOUT irq clear into the irq handler.
126- 4 . Removed the end less loop from HAL_UART_ErrorCallback.
127- 5 . Consolidated the line endings across all project files.
125+ 3 . Applied to all application files the certification protocol change for LoRaWAN 1.0.1 compliance tests.
126+ ** REMARK** : api-v3 application files aren't updated.
127+ 4 . Add radio RX_TIMEOUT irq clear into the irq handler.
128+ 5 . Removed the end less loop from HAL_UART_ErrorCallback.
129+ 6 . Update of the STM32L0 HAL to version 1.6.0
130+ 7 . Consolidated the line endings across all project files.
128131 UNIX line endings has been choose for almost every file. Except the ST auto generated files which have Windows line endings.
129132
130133* LoRaWAN
@@ -142,6 +145,7 @@ not of a bootloader and the radio frequency band to be used.
142145 12 . Applied pull request #87 .
143146 13 . Add a function to verify the RX frequency of window 2 for US band.
144147 14 . Issue(#88 ): Bug fix in function PrepareFrame where repeated MAC commands were not handled correctly.
148+ 15 . Bug fix in OnRadioRxDone. Node now drops frames on port 0 with fOpts > 0.
145149
1461502015-05-13, V4.2.0
147151* General
You can’t perform that action at this time.
0 commit comments