@@ -23,14 +23,6 @@ In case only point to point links are required a Ping-Pong application is provid
2323
2424** Note 1:**
2525
26- * A version 3.x API to version 4.x API wrapper is available.
27- Applications built using version 3.x API should work without modifications except that
28- one must include LoRaMac-api-v3.h instead of LoRaMac.h file*
29-
30- ** _ The 3.x API wrapper will be deprecated starting at version 5.0.0_ **
31-
32- ** Note 2:**
33-
3426* A port of this project can be found on [ MBED Semtech Team page] ( http://developer.mbed.org/teams/Semtech/ ) *
3527
3628* The example projects are:*
@@ -102,7 +94,7 @@ platforms are:
10294 BUTTONS : No
10395 LEDS : 4
10496 SENSORS : Magnetic, 3 axis Accelerometer, Pressure,
105- Temperature
97+ Temperature
10698 GPS : Yes, SIM39EA module
10799 Display : OLED
108100 ST-Link : Yes, MBED like
@@ -150,6 +142,27 @@ not of a bootloader and the radio frequency band to be used.
150142
1511436 . Changelog
152144-------------
145+ 2017-02-27, V4.3.1
146+ * General
147+ 1 . This version has passed EU868 and US915 LoRa-Alliance compliance tests.
148+ 2 . Update the MAC layer in order to be LoRaWAN version 1.0.1 compliant (Mainly US915 bug fixes)
149+ 3 . Removed api-v3 support from the project.
150+ 4 . GitHub reported issues corrections.
151+ 5 . Updated SensorNode projects according to the new MCU reference STM32L151CBU6. Bigger memories.
152+ 6 . Addition of MoteII platform based on the IMST module iM881A (STM32L051C8)
153+ 7 . Addition of NAMote72 platform
154+ 8 . Correct compliance test protocol command 0x06 behaviour
155+ 9 . Added TxCw (Tx continuous wave) LoRaWAN compliance protocol command.
156+ 10 . Added TxContinuousWave support to the radio drivers.
157+ 11 . Updated ST HAL drivers.
158+ - STM32L1xx_HAL-Driver : V1.2.0
159+ - STM32L0xx_HAL_Driver : V1.7.0
160+
161+ * LoRaWAN
162+ 1 . US band corrections in order to pass the LoRaWAN certification.
163+ 2 . GitHub reported issues corrections.
164+ 3 . Add region CN470 support.
165+
1531662016-06-22, V4.3.0
154167* General
155168 1 . This version has passed all LoRa-Alliance compliance tests.
0 commit comments