mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
22 lines
716 B
Markdown
22 lines
716 B
Markdown
# Changelog for embassy-embedded-hal
|
|
|
|
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).
|
|
|
|
## Unreleased
|
|
|
|
## 0.2.0 - 2024-08-05
|
|
|
|
- Add Clone derive to flash Partition in embassy-embedded-hal
|
|
- Add support for all word sizes to async shared spi
|
|
- Add Copy and 'static constraint to Word type in SPI structs
|
|
- Improve flexibility by introducing SPI word size as a generic parameter
|
|
- Allow changing Spi/I2cDeviceWithConfig's config at runtime
|
|
- Impl `MultiwriteNorFlash` for `BlockingAsync`
|
|
|
|
## 0.1.0 - 2024-01-10
|
|
|
|
- First release
|