Skip to content

v1.5.0

Compare
Choose a tag to compare
@Jake-Carter Jake-Carter released this 21 Nov 19:58
· 47 commits to main since this release

** Tested with **

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 when MAXIM_PATH was set on MSYS2
    • Builds now print binary size and info on completion
  • 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 runs make instead of make 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