Skip to content

Commit 6bb0356

Browse files
committed
Update readme.md file for 4.3.1 release.
1 parent ab4a779 commit 6bb0356

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

readme.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

151143
6. 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+
153166
2016-06-22, V4.3.0
154167
* General
155168
1. This version has passed all LoRa-Alliance compliance tests.

0 commit comments

Comments
 (0)