This adds the "lmic" and "doc" directories from lmic-release-v1.5.zip as
downloaded from IBM. The other directories ("stm32" containing the HAL for
stm32 boards and "examples", containing plain C examples) are left out.
All text files were converted to unix line endings and had trailing
whitespace stripped, so it's easier for git to handle them.
dos2unix src/lmic/* doc/*.txt
sed -i 's/\s*$//' src/lmic/* doc/*.txt
28 lines
864 B
Text
28 lines
864 B
Text
==============================================================================
|
|
LMIC VERSION 1.4 (17-Mar-2015)
|
|
-------------------------------
|
|
|
|
- changed API: inverted port indicator flag in LMIC.txrxFlags
|
|
(now TXRX_PORT, previously TXRX_NOPORT)
|
|
|
|
- fixed offset OFF_CFLIST constant
|
|
|
|
- changed CRC-16 algorithm for beacons to CCITT(XMODEM) polynomial
|
|
|
|
- fixed radio driver (low data rate optimization for SF11+SF12 only for BW125)
|
|
|
|
- fixed timer rollover handling in job queue
|
|
|
|
==============================================================================
|
|
LMIC VERSION 1.5 (8-May-2015)
|
|
------------------------------
|
|
|
|
- fixed condition in convFreq()
|
|
|
|
- fixed freq*100 bug and freq==0 bug for CFList
|
|
|
|
- fixed TX scheduling bug
|
|
|
|
- better support for GNU compiler toolchain
|
|
|
|
==============================================================================
|