Skip to content

Commit 022c66f

Browse files
committed
Rename release notes
1 parent beaf230 commit 022c66f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

doc/IBM-release-notes.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
==============================================================================
2+
LMIC VERSION 1.6 (13-July-2015)
3+
---------------------------------
4+
5+
- License changed to BSD
6+
- Modem included, see LMiC-Modem.pdf and examples/modem
7+
- Additional stm32 hardware and Blipper board specific peripheral code
8+
9+
10+
==============================================================================
11+
LMIC VERSION 1.5 (8-May-2015)
12+
------------------------------
13+
14+
- fixed condition in convFreq()
15+
16+
- fixed freq*100 bug and freq==0 bug for CFList
17+
18+
- fixed TX scheduling bug
19+
20+
- better support for GNU compiler toolchain
21+
22+
23+
==============================================================================
24+
LMIC VERSION 1.4 (17-Mar-2015)
25+
-------------------------------
26+
27+
- changed API: inverted port indicator flag in LMIC.txrxFlags
28+
(now TXRX_PORT, previously TXRX_NOPORT)
29+
30+
- fixed offset OFF_CFLIST constant
31+
32+
- changed CRC-16 algorithm for beacons to CCITT(XMODEM) polynomial
33+
34+
- fixed radio driver (low data rate optimization for SF11+SF12 only for BW125)
35+
36+
- fixed timer rollover handling in job queue
37+
38+
==============================================================================

0 commit comments

Comments
 (0)