March 2023 Release
lorne-maxim
released this
21 Mar 02:11
·
553 commits
to main
since this release
To install the SDK:
-
Download and extract the installer for your chosen operating system.
-
On Linux, retrieve the installer's dependencies before running the installer. These are required by the QT installer framework even on headless systems.
sudo apt install libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-shm0 libxcb-util1 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxcb1 libxkbcommon-x11-0 libxkbcommon0 libgl1 libusb-0.1-4 libhidapi-libusb0 libhidapi-hidraw0
- Run the included MaximMicrosSDK_2023_03 executable.
What's Changed
- Update readme MacOS M1 instructions by @Jake-Carter in #262
- Adding the SPI_MasterSlave example to all micros with EV Kits that support it. by @Jacob-Scheiffler in #264
- Update KWS20_demo by @aniktash in #266
- Add UCL project files by @ozersa in #232
- MAX32675: Updated WriteCharacter functions. by @sihyung-maxim in #283
- MAX32570: Fix tsc2046 build errors, add TS_SPI transport functions by @Jake-Carter in #284
- Updated documentation of ARM/RISC-V demos by @vicloginov in #268
- MAX32670: Adding the Temp_Monitor example by @Jacob-Scheiffler in #281
- Add User Guide by @Jake-Carter in #273
- Update MAX32655/MAX32690 examples by @EdwinFairchild in #313
- Port the SPIXF_ICC example to MAX32665 by @Jacob-Scheiffler in #276
- Fixing CTB RevA Hash default value bug. by @Jacob-Scheiffler in #294
- MAX78000: Update KWS updated with v3 model + audio waveform display on TFT, P3.1 wakeup event removed from LP example in Power Down mode by @aniktash in #299
- Update CMSIS-Core to v5.9.0 by @Jake-Carter in #333
- Add secure rom bl host example by @ozersa in #316
- Update All Example Return Values by @Jake-Carter in #317
- PTG: Added READY and STOP registers for MAX32662, MAX32690 by @sihyung-maxim in #337
- AESKEYS: Organized and Scrubbed AESKEYS SVD and register files. by @sihyung-maxim in #329
- SPI RevA: Fixing async status variable overwrite. by @Jacob-Scheiffler in #312
- [MAX78000]: Adding EEEPROM_Emulator example. by @Jacob-Scheiffler in #330
- Fix C++ build issue by @ozersa in #350
- Adding MAX32690 GPIO4 support. by @Jacob-Scheiffler in #343
- Update Flash Examples, Add API for Critical Sections by @Jake-Carter in #357
- Add missing display examples (MAX32672FTHR & MAX32665EvKIT) by @ozersa in #378
- Add MAX32655 external flash example by @ozersa in #386
- Resolving hardfault in MAX32672 LP example. by @Jacob-Scheiffler in #391
- Updated board files for MAX32690 by @EricB-ADI in #394
- Updating FreeRTOS and FreeRTOS-Plus libraries to latest FreeRTOS release. by @Jacob-Scheiffler in #361
- Setting default BT_VER to 9. by @kevin-gillespie in #397
- MAX32672EVKIT display example update by @ozersa in #392
- Add MAX78002 KWS20 Demo by @Jake-Carter in #385
- MAX32520: Fixing I2C slave address register offset. by @Jacob-Scheiffler in #384
- Add EEPROM_Emulator example by @Jacob-Scheiffler in #379
- Clean Up CAN Library by @Jacob-Scheiffler in #400
- Add SBT vs non-SBT Linkerfile Selection to LP Example by @Jake-Carter in #401
- Fix MAX78000/MAX78002 Image Capture Examples (ImgCapture, CSI2) by @Jake-Carter in #420
- Miscellaneous MAX78000 Bug Fixes. by @sihyung-maxim in #408
- Add Coremark example. by @Jacob-Scheiffler in #336
- Fix LP back-power bug on MAX78002EVKIT by @Jake-Carter in #406
- MAX78002: Update KWS weights to improve unknown words detection by @aniktash in #422
- (MAX78000/MAX78002) Support MXC_LP_EnterSleepMode on RISC-V by @Jake-Carter in #307
- MAX32670: Added LP OVR Feature Support. by @sihyung-maxim in #441
- Add TFT Streaming for CameraIF example by @maximreza in #437
- (VSCode, Eclipse, Makefile) Fix Output Mangling for Parallel Builds by @Jake-Carter in #443
- Update all LP Examples by @Jacob-Scheiffler in #434
- Add MAX11261 Driver by @ttmut in #416
- Fix ADC Bugs by @ttmut in #433
- Fix RISC-V Build Errors for MAX78002 by @Jake-Carter in #459
- Resolve TFT Null Pointer issue. by @lorne-maxim in #471
- Update User Guide & Readmes by @Jake-Carter in #473
- Fix Miscellaneous Build Errors for All Examples Across all Boards by @Jake-Carter in #474
New Contributors
- @dependabot made their first contribution in #271
- @EricB-ADI made their first contribution in #344
- @tim-magnusen made their first contribution in #338
- @viviand0097 made their first contribution in #428
Full Changelog: v2022_11_Release...v2023_03_Release