Skip to content

v1.6.0

Compare
Choose a tag to compare
@Jake-Carter Jake-Carter released this 28 Mar 00:20
· 31 commits to main since this release

Compatability

Tested with

The MSDK has been updated with these v1.6.0 project files, and all examples have been populated.

Change Notes

Cortex-Debug Support

Improved debugging and peripheral browsing has been added for Arm-core debugging with the addition of an official cortex-debug launch profile.

image

To use this new profile, first install the cortex-debug extension. Then, select the new profile from the launch profile dropdown.

image

Documentation Migration

  • The VSCode-Maxim User Guide has now become a part of the official MSDK User Guide. Documentation will continue to be consolidated into the MSDK User Guide.
  • The wiki info has moved to the MSDK User Guide.

Improvements to Parallel Build Output

  • Build tasks now drive Makefiles properly for parallel builds with the addition of the --output-sync option. Previously, any errors in the build output ran the risk of mangling the terminal output as the parallel build threads attempted to write to the same console, forcing non-parallel recompilation to see the build error. Parallel builds should now be nice and clean. Ex:

image