All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-09-23
- First stable release with core features:
- Automatic configuration of example projects located in the
examples
folder of the nRF5 SDK. - IntelliSense for the nRF5 SDK APIs by reading the
.emProject
files. - Choice of the build target, SoftDevice and mode (debug/release) for each project.
- Build and Flash the selected project to a connected nRF5 device.
- Debug the selected project using the
Cortex-Debug
extension.
- Automatic configuration of example projects located in the
1.0.1 - 2024-10-17
- Fixed an issue where the build and flash commands are defined with backslashes and .exe for all platforms.
- Fixed an issue where some common paths are not correctly added on Linux.
1.0.2 - 2024-10-17
- Fixed an issue where the launc configuration is defined with .exe for all platforms.