v1.6.0
Compatability
Tested with
- Visual Studio Code v1.75.1
- vscode-cpptools v1.14.5
- cortex-debug v1.10.0
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.
To use this new profile, first install the cortex-debug extension. Then, select the new profile from the launch profile dropdown.
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: