rn2903/CHANGELOG.md

67 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-01-01 19:34:40 +00:00
## Unreleased - v0.3.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
2020-01-01 19:34:40 +00:00
## v0.2.0
### Added
- `Rn2903::system_version_bytes()`
2019-12-29 20:59:16 +00:00
- `Rn2903::system_factory_reset()`
- `Rn2903::system_module_reset()`
- `Rn2903::mac_pause()` and `::mac_resume()`
- `Rn2903::system_{get, set}_nvm()`
- `Rn2903::radio_set_modulation_mode()`
- `Rn2903::radio_rx()`
- `BadResponse`, `TransceiverBusy`, and `CannotPause` error variants
- `NvmAddress` newtype for representing values that can be passed to NVM functions
- `ModulationMode` enum listing available modulation modes
- Examples directory:
- LED blink
- NVM read/write
- LoRa packet RX
2019-12-29 20:44:39 +00:00
### Changed
- README.md example (now showing packet RX)
2019-12-29 20:44:39 +00:00
### Deprecated
### Removed
2019-12-31 22:51:30 +00:00
- `main.rs` (moved to an example)
2019-12-29 20:44:39 +00:00
### Fixed
### Security
2019-12-29 20:47:18 +00:00
## v0.1.0
2019-12-29 20:44:39 +00:00
### Added
- GNU GPL v3 license
- Cargo metadata
2019-12-29 19:58:05 +00:00
- Basic functionality
2019-12-29 19:58:52 +00:00
- "Blinky" main program
### Changed
### Deprecated
### Removed
### Fixed
### Security