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.
- Fix doc.rs build issue
- Add support for ADC interface
- Add support for SPI interface
- Add support for I2C interface
- Add
Delay
object, allowing for millisecond delays - Change
ClockConfig::freeze
to returnDelay
in addition to its other return values - Mitigate issue of device hanging after clock configuration by adding NOPs
- Bump
msp430fr2355
to v0.5.2 to ensure atomic PAC operations are single-instruction
- Bump
msp430fr2355
to v0.5.1 - Fix documentation generation on doc.rs
- Remove erroneous line in docs
- Bump
msp430fr2355
to v0.5 - Add CI pipeline
- Update dependencies to latest ecosystem versions