v1.5.0
** Tested with **
- Visual Studio Code v1.72.2
- vscode-cpptols v1.11.4
The MSDK has been updated with these v1.5.0 project files, and all examples have been populated.
Change Notes
-
We now have a Wiki
-
The readme has been cleaned up, and some info has moved to the new wiki.
-
Makefile and build system improvements (see Build Configuration for documentation):
- Projects will now auto-detect source code on
VPATH
. - Added a project.mk to each project easy project-specific customization
- Improved and documented the available configuration variables.
- Added SBT integration and set signed builds as default for secure microcontrollers
- Streamlined library integration with new library toggle switches
- Configuration variables now behave more consistency across command-line, environment variables, and IDEs
- Fixed bug that was causing setting
LINKERFILE
to fail whenMAXIM_PATH
was set on MSYS2 - Builds now print binary size and info on completion
- Projects will now auto-detect source code on
-
Debugger improvements:
- Set the program counter to the Reset_Handler on reset. This improves reset consistency and allows for debugging standard .elf files on secure microcontrollers for development.
-
Build
task now runsmake
instead ofmake all
. This allows projects to override the default make goal if needed (including SBT). -
Add Segger J-Link debugger support. See this wiki page.
-
Update readme and UG