v1.5.0-beta
Pre-releaseBeta release for v1.5.0
These project files have not been pushed out to the SDK yet, but the beta is made available for early adopters.
See the attached assets for v1.5.0-beta project templates, and the new J-Link project template.
Change Notes
-
We now have a Wiki!
-
The readme has been cleaned up a bit, and some info has moved to the new wiki.
-
Add Segger J-Link debugger support. See this wiki page.
-
Improve reset and flashing compatibility with secure microcontrollers. It's now possible to flash and debug projects on secure micros, effectively bypassing the bootloader for development. Wiki page to come, but this should just work out of the box - no special configuration required.
-
Massive upgrade of the Makefile system. See
Makefile
andproject.mk
for more details. Some notable features:- Auto-detection of source code (no more
SRCS += ...
required) - Streamlined library integration with new library toggle switches
- Improved documentation of "API" variables with easy
project.mk
access-point
- Auto-detection of source code (no more
-
Update readme and UG