rn2903/CHANGELOG.md

958 B

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.

Unreleased - v0.2.0

Added

  • Rn2903::system_version_bytes()
  • Rn2903::system_factory_reset()
  • Rn2903::system_module_reset()
  • Rn2903::mac_pause() and ::mac_resume()
  • Rn2903::system_{get, set}_nvm()
  • BadResponse and CannotPause error variants
  • NvmAddress newtype for representing values that can be passed to NVM functions
  • Examples directory:
    • LED blink
    • NVM read/write
    • LoRa packet RX

Changed

Deprecated

Removed

  • main.rs (moved to an example)

Fixed

Security

v0.1.0

Added

  • GNU GPL v3 license
  • Cargo metadata
  • Basic functionality
  • "Blinky" main program

Changed

Deprecated

Removed

Fixed

Security