forked from analogdevicesinc/msdk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
429 lines (364 loc) · 12.8 KB
/
changelog.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
##########################
# August 7, 2022 Release #
##########################
--------------------------------
-- Peripheral Library Changes --
--------------------------------
* Deprecated NVIC_SetVector (CMSIS 3 version) in favor
of MXC_NVIC_SetVector
* Changed presence pulse register flag location in the
1-wire registers
* Modified ADC asynchronous conversion function to accept the
configuration parameter by reference
* Fixed bug when using an ADC external scale setting of 3
* Added correct cache flushing code after all flash writes
* Added generic transmit functions for I2S
* Added functions to allow separate clock settings for SPIXF
reads and writes
* Fixed crypto toolbox error where encrypyion and decryption
were swapped
* Fixed error that caused I2C underflows to no be reported correctly
* Improved asynchronous I2C master transactions
* Fixed I2C slave bug that would attempt to call the callback functions
even when one had not been provided
* Fixed the proper wakeup enable/disable for low power timers
* Changed the RTC get time funtion to no block when the RTC was busy
* Added new sequences for watchdog timer access
-------------------------
-- MiscDrivers Changes --
-------------------------
* Abstracted external memory interfaces into a common set of functions
* Added support for PAG7920, color HM0360, monochrome HM0360 cameras
----------------------
-- MAX32520 Changes --
----------------------
* Added ARM DSP examples
* Added flash_cli example
----------------------
-- MAX32655 Changes --
----------------------
* Added missing SIR register definitions
* Changed startup code to wait for SIMO to be ready before continuing
* Added I2S playback example
----------------------
-- MAX32660 Changes --
----------------------
* Changed timer functions to no longer accept the clock source
----------------------
-- MAX32662 Changes --
----------------------
* Removed unsportted CAN flexible data rate
----------------------
-- MAX32665 Changes --
----------------------
* Added missing DVS register definitions
* Changed startup code to wait for SIMO to be ready before continuing
* Added support for uisng both flash banks
* the ability to select the 1-wire master pin mappings
----------------------
-- MAX32670 Changes --
----------------------
* Added new revision B lppioctrl register definitions
* Added new revision B RTC reset register bit
* Added missing gp0/1 register definitions
* Added functions to enable/disable wakeup from low power UART
----------------------
-- MAX32675 Changes --
----------------------
* Added board support package for the FTHR_Apps_B board
----------------------
-- MAX32690 Changes --
----------------------
* Added instruction cache enable to startup code
* Removed unsportted CAN flexible data rate
----------------------
-- MAX78000 Changes --
----------------------
* Improved the makefile system
* Added function to get/set the system clock divider
* Added aisegment_unet, camvid_unet, cifar-100-mixed, cifar-100-residual, cifar-100-simplewide2x-mixed, digit-detection-demo, svhn_tinierssd, UNet-highres-demo, and ImgCapture-Serial examples
----------------------
-- MAX78002 Changes --
----------------------
* Added ability to seperately enable/disable the instruction caches
* Added cifar-100-effnet2, cifar-200-mobilenet-v2-0.75, and imagenet examples
########################
# June 6, 2022 Release #
########################
-----------------------
-- ARM CMSIS Library --
-----------------------
* Updated to version 5.9.0
* Relocated CMSIS library files to Libraries/CMSIS/5.9.0 directory.
--------------------------------
-- Peripheral Library Changes --
--------------------------------
* Improved CAN DMA functionality.
* Improved MIPI-CSI2 API.
* Added support for flash read and flash write locking.
* Added support for Alternate Function 5.
* Added RTC trim function.
* Improved RTC busy flag checking.
* Added multi-transaction mode to SPI API.
-------------------------
-- MiscDrivers Changes --
-------------------------
* Added support to select the voltage levels (VDDIO or VDDIOH) for the
camera interface.
* Added Winbond SPI Flash driver.
----------------------
-- MAX32650 Changes --
----------------------
* Added VS Code project files for all examples.
* Updated LP example to use GPIOWake interrupt.
* Updated USB examples to use latest MAXUSB library.
* Added missing USB register definitions.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP examples.
----------------------
-- MAX32655 Changes --
----------------------
* Added VS Code project files for all examples.
* Improved BLE_FreeRTOS example.
* Added support for W25 external SPI flash found on the EV kit.
* Added makefile switch to allow selection of ARM ABI.
* Added code to initialize SIMO voltages at system startup.
* Added ARM-DSP examples.
----------------------
-- MAX32660 Changes --
----------------------
* Added VS Code project files for all examples.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP, Flash_CLI, FreeRTOSDemo, and RTC_Backup examples.
----------------------
-- MAX32662 Changes --
----------------------
* Added MAX32662 support.
----------------------
-- MAX32665 Changes --
----------------------
* Added VS Code project files for all examples.
* Improved BLE_FreeRTOS example.
* Improved LP example to achieve better DEEPSLEEP performance.
* Added missing USB register definitions.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP, Flash_CLI, and RTC_Backup examples.
----------------------
-- MAX32670 Changes --
----------------------
* Added VS Code project files for all examples.
* Added makefile switch to allow selection of ARM ABI.
* Fixed incorrect location of GCR_PM.erfo_pd field.
* Fixed incorrect size of RTC_SSEC.ssec field.
* Added ARM-DSP, Flash_CLI, and RTC_Backup examples.
----------------------
-- MAX32672 Changes --
----------------------
* Added VS Code project files for all examples.
* Added makefile switch to allow selection of ARM ABI.
* Fixed typo on MXK_FLC_GET_IDX macro.
* Fixed incorrect size of RTC_SSEC.ssec field.
* Added ARM-DSP, Flash_CLI, and RTC_Backup examples.
----------------------
-- MAX32675 Changes --
----------------------
* Added VS Code project files for all examples.
* Added makefile switch to allow selection of ARM ABI.
* Fixed incorrect location of GCR_PM.erfo_pd field.
* Added ARM-DSP examples.
----------------------
-- MAX32680 Changes --
----------------------
* Added VS Code project files for all examples.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP and Flash_CLI examples.
----------------------
-- MAX32690 Changes --
----------------------
* Added VS Code project files for all examples.
* Improved BLE_FreeRTOS example.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP, Flash_CLI, and RTC_Backup examples.
----------------------
-- MAX78000 Changes --
----------------------
* Added VS Code project files for all examples.
* Improved BLE_FreeRTOS example.
* Added makefile switch to allow selection of ARM ABI.
* Added ARM-DSP and WearLeveling examples.
----------------------
-- MAX78002 Changes --
----------------------
* Added VS Code project files for all examples.
* Improved BLE_FreeRTOS example.
* Added missing definition for GCR_RST.usb field.
* Added missing USB register definitions.
* Fixed incorrect size of RTC_SSEC.ssec field.
* Improved support for IPLL and EBO clocks.
* Added ARM-DSP examples.
##########################
# April 11, 2022 Release #
##########################
-----------------------
-- GNU Tools Changes --
-----------------------
* Added GCC version number into path
-----------------------
-- xPack Tools Changes --
-----------------------
* Added GCC version number into path
------------------------
-- MinGW/MSYS Changes --
------------------------
* Replaced MinGW32 with MSYS2
--------------------------------
-- Peripheral Library Changes --
--------------------------------
* Added MIPI-CSI2 peripheral driver.
* Fixed I2C general call addressing enable/disable bug.
* Resolved pointer alignment warnings.
-------------------------
-- MiscDrivers Changes --
-------------------------
* Added contrast and brightness settings to camera drivers.
* Added additional 3rd party camera, display, and touch screen drivers.
----------------------
-- MAX78000 Changes --
----------------------
* Added power down mode to LP example.
* Added I2C_SCAN example.
* Added BSP for audio board.
----------------------
-- MAX78002 Changes --
----------------------
* Added power down mode to LP example.
* Added support for various cameras into the CameraIF example.
* Added TFT use into cats-dogs_demo example.
* Added MIPI-CSI2 example.
* Fixed incorrect memory size in GCC linker script.
* Added support for enabling/disabling the IPLL clock.
* Added I2C_SCAN example.
* Added kws20_demo example.
----------------------
-- MAX32520 Changes --
----------------------
* Added I2C_SCAN example.
----------------------
-- MAX32650 Changes --
----------------------
* Added I2C_SCAN example.
----------------------
-- MAX32655 Changes --
----------------------
* Improved BLE examples.
* Added FlashCLI example.
* Added I2C_SCAN example.
* Added WearLeveling example.
----------------------
-- MAX32660 Changes --
----------------------
* Added I2C_SCAN example.
----------------------
-- MAX32665 Changes --
----------------------
* Improved BLE examples.
* Flash example improved to cover usage of both flash insstances.
* MXC_SYS_GetUSN funcion parameters changed.
* Added I2C_SCAN example.
* Added BSP for evaluation kit 129B.
* Added BSP for evaluation kit 129C.
* Added BSP for WLP variant kit.
----------------------
-- MAX32670 Changes --
----------------------
* Added I2C_SCAN example.
----------------------
-- MAX32672 Changes --
----------------------
* Flash example improved to cover usage of both flash insstances.
* Added I2C_SCAN example.
----------------------
-- MAX32675 Changes --
----------------------
* Added I2C_SCAN example.
----------------------
-- MAX32680 Changes --
----------------------
* Added FlashCLI example.
* Added I2C_SCAN example.
----------------------
-- MAX32690 Changes --
----------------------
* Improved BLE examples.
* Added ADC example.
* Added I2S example.
* Added LP example.
* Added SPIXF example.
* Added SPIXR example.
* Added TMR example.
* Added WearLeveling example.
* Added WUT example.
#############################
# February 15, 2022 Release #
#############################
--------------------------------
-- Peripheral Library Changes --
--------------------------------
* Removed debug symbols from pre-built library binaries.
* Fixed bit position for OWM presence detect bit.
* Exposed function to read RTC busy flag.
* Exposed function to read intermediate RX and TX count for UART
asynchronous transactions.
* Added support for bi-directional I2S.
* Added CAN support.
----------------------
-- MAX32672 Changes --
----------------------
* Added missing ADC trim register defintions.
* Improved ADC support.
* Fixed UART baud rate calculations.
* Correct flash size and added second flash bank in
OpenOCD configuration file.
----------------------
-- MAX32690 Changes --
----------------------
* Removed unsupported ADC channel select registers.
* Corrected defintions for CAN extended interrupt flag and enable bits.
* Added missing field information for ADC reference trim register.
* Removed unsupported MCR_CTRL register fields.
* Improved RISC-V core support.
* Improved ADC support.
----------------------
-- MAX78000 Changes --
----------------------
* Moved common board support files to /Libraries/MiscDrivers folder.
----------------------
-- MAX78002 Changes --
----------------------
* Moved common board support files to /Libraries/MiscDrivers folder.
------------------------------
-- LittleFS Library Changes --
------------------------------
* Added LittleFS library from https://github.com/littlefs-project/littlefs
#############################
# December 10, 2021 Release #
#############################
--------------------------
-- MAX78000 BSP Changes --
--------------------------
* Improved RGB565 support for TFT driver.
* Fixed baud rate calculations for UART0 through UART2.
* Added low power mode example.
* Added Flash wear leveling example.
--------------------------------
-- Peripheral Library Changes --
--------------------------------
* Fixed incorrect offsets and size of fields ADC limit register.
* Added ability to query progress of asynchronous UART transactions.
* Added 16- and 8-bit accesses to the CRC data register.
* Improved support for devices with multiple flash controller instances.
* Modified comparator libraries to support devices with compators in multiple
power domains.
* Fixed issue with SPI callbacks not being called when using DMA.
* Fixed issue selecting the appropriate clock divider when initializing timers.
* Fixed issue with releasing DMA channels after UART DMA transaction complete.