Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 1.52 KB

Changelog

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

Added

  • 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.

1.0.1 - 2024-10-17

Fixed

  • 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

  • Fixed an issue where the launc configuration is defined with .exe for all platforms.