Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - 2025-02-02

🚀 Features

  • Add support for the basic commands (including ble stack upgrade)
  • Add cli crate with download-hex command
  • Add cli crate, change overall api and add support for fus and memory r/w
  • Rework cli using bpaf and cleanup code and structure
  • Add json output to cli
  • Add core register read and write functions

🐛 Bug Fixes

  • Linux support of wrapper
  • Linux not building
  • Add missing update reason to output
  • Wrong symbol names for read and write of cortex register

🚜 Refactor

  • Move tests to tests directory

📚 Documentation

  • Fix readme
  • Update readme
  • Fix .env file sample
  • Adjust readme
  • Add readme to sys crate

⚙️ Miscellaneous Tasks

  • Update changelog
  • Update changelog
  • Add github suggested workflow
  • Add readme files and metadata; fix clippy warnings
  • Add github workflow with checks
  • Fix clippy lints
  • Check docs
  • Do not fail fast to check the build on both os
  • Bump version of sys crate

Build

  • Add git-cliff config to generate changelogs with conventional commits
  • Add justfile
  • Generate bindings via bindgen cli