forked from fisj2002/Projet_S6_Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.txt
286 lines (244 loc) · 7.49 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
Release Notes - Lightweight Mesh
--------------------------------
This file contains release and version information for the Lightweight Mesh
stack used for 802.15.4 transceivers and microcontrollers of ATMEL Corp.
For license information see separate file: LICENSE.txt.
Support contact: [email protected]
----------------------------------------------------------------------
Release Version: 1.2.1
Date: March 17, 2014
Contents
- Lightweight Mesh example applications:
EdDemo,
WSNDemo,
Peer2Peer,
SimpleRemote,
Tester,
Application Template
- Documentation
AVR2130: Lightweight Mesh Developer Guide
AVR2131: Lightweight Mesh Getting Started Guide
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- Atmel Studio 6.2
- AVR Toolchain (included in Atmel Studio 6.2 installer package)
- ARM Toolchain (included in Atmel Studio 6.2 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- ATmega256RFR2
* RCB256RFR2
* ATmega256RFR2 Xplained Pro
- ATSAMR21G18A
* ATSAMR21 Xplained Pro
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
* SAMD20 Xplained Pro with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
- AT86RF233
* SAMD20 Xplained Pro with REB232-XPRO radio module
* ZigBit-X0 (ATZB-X0-256-3-0-C)
Changes to previous version
- Added support for SAMR21 (SAMD21 + AT86RF233)
- Added support for the identification command in WSNDemo
----------------------------------------------------------------------
Release Version: 1.2.0
Date: February 6, 2014
Contents
- Lightweight Mesh example applications:
EdDemo,
WSNDemo,
Peer2Peer,
SimpleRemote,
Tester,
Application Template
- Documentation
AVR2130: Lightweight Mesh Developer Guide
AVR2131: Lightweight Mesh Getting Started Guide
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- Atmel Studio 6.1
- AVR Toolchain (included in Atmel Studio 6.1 installer package)
- ARM Toolchain (included in Atmel Studio 6.1 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- ATmega256RFR2
* RCB256RFR2
* ATmega256RFR2 Xplained Pro
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
* SAMD20 Xplained Pro with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
- AT86RF233
* SAMD20 Xplained Pro with REB232-XPRO radio module
* ZigBit-X0 (ATZB-X0-256-3-0-C)
Changes to previous version
- Added support for AT86RF233
- Added support for ATxmega256a3u on ZigBit-X0 module
- SAMD20 HAL moved to ASF headers
- PHY structure redesigned to use polling for the interrupts
- PHY Energy Detection and Random Numbers Generator APIs are changed
to return the requested value immediately
- PHYs for ATmega128RFA1 and ATmega256RFR2 are renamed to
generic versions for all devices in the family (ATmegaRFA1 and
ATmegaRFR2 respectively)
- Fixed an overflow bug in nwkFrameNext() when last buffer is allocated
- Fixed random number generator on ATmega256RFR2 with RPC mode enabled
----------------------------------------------------------------------
Release Version: 1.1.1
Date: July 26, 2013
Contents
- Lightweight Mesh example applications:
Bootloader,
EdDemo,
OTAServerDemo,
WSNDemo,
Peer2Peer,
Tester,
Application Template
- Documentation
AVR2130: Lightweight Mesh Developer Guide
AVR2131: Lightweight Mesh Getting Started Guide
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- Atmel Studio 6.1
- AVR Toolchain (included in Atmel Studio 6.1 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- ATmega256RFR2
* RCB256RFR2
* ATmega256RFR2 Xplained Pro
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
* SAMD20 Xplained Pro with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
Changes to previous version
- Added optional support for AODV Routing
- Added support for ATSAMD20 on SAMD20 Xplained Pro with
Rz600 AT86RF231 radio module
Known issues
- OTA functionality is not documented
----------------------------------------------------------------------
Release Version: 1.1.0
Date: May 13, 2013
Contents
- Lightweight Mesh example applications:
Bootloader,
EdDemo,
OTAServerDemo,
WSNDemo,
Peer2Peer,
Tester,
Application Template
- Documentation
AVR2130: Lightweight Mesh Developer Guide
AVR2131: Lightweight Mesh Getting Started Guide
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- Atmel Studio 6.1
- AVR Toolchain (included in Atmel Studio 6.1 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- ATmega256RFR2
* RCB256RFR2
* ATmega256RFR2 Xplained Pro
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
Changes to previous version
- Added optional support for AODV Routing
- Added optional support for multicast messaging
- Internal improvements and bug fixes
Known issues
- OTA functionality is not documented
- COM-to-USB converter on ATmega256RFR2 Xplained Pro cannot be
opened by WSNMonitor
----------------------------------------------------------------------
Release Version: 1.0.1
Date: February 5, 2013
Contents
- Lightweight Mesh example applications:
WSNDemo,
Peer2Peer,
Application Template,
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- Atmel Studio 6.0
- AVR Toolchain (included in Atmel Studio 6.0 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- ATmega256RFR2
* RCB256RFR2
* ATmega256RFR2 Xplained Pro
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
Changes to previous version
- Added ATmega256RFR2 support
Known issues
- OTA functionality is not documented
----------------------------------------------------------------------
Release Version: 1.0.0
Date: September 10, 2012
Contents
- Lightweight Mesh example applications:
WSNDemo,
Peer2Peer,
Application Template,
- Documentation
AVR2130: Lightweight Mesh Developer Guide
AVR2131: Lightweight Mesh Getting Started Guide
- Lightweight Mesh source code
System requirements - Supported Compiler/Tools
- AVR Studio 5.1.208
- AVR Toolchain (included in AVR Studio 5.1 installer package)
- IAR Embedded Workbench for AVR version 6.11.1
Supported Boards / Devices
- ATmega128RFA1
* RCB128RFA1 v6.3.1
* ATAVR128RFA1-EK1
- AT86RF231
* RCB231ED v4.1.1
* XMEGA-B1 Xplained with Rz600 AT86RF231 radio module
- AT86RF212
* XMEGA-B1 Xplained with Rz600 AT86RF212 radio module
- AT86RF230B
* ZigBit (ATZB-24-B0, ATZB-24-A2)
Changes to previous version
- First release
Known issues
- OTA functionality is not documented