File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.23.2 ] - 2025-06-01
88### Fixed
99- Fixed SPI SCLK pin states for the ` ClockData::MsbPosIn ` and ` ClockData::LsbPosIn ` SPI modes.
1010
@@ -198,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198198## [ 0.1.0] - 2020-09-12
199199- Initial release
200200
201- [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.1...HEAD
201+ [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.2...HEAD
202+ [ 0.23.2 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.1...v0.23.2
202203[ 0.23.1 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.0...v0.23.1
203204[ 0.23.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.1...v0.23.0
204205[ 0.22.1 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.0...v0.22.1
Original file line number Diff line number Diff line change 11[package ]
22name = " ftdi-embedded-hal"
3- version = " 0.23.1 "
3+ version = " 0.23.2 "
44authors = [
" Alex Martens <[email protected] >" ]
55description = " embedded-hal implementation for FTDI USB devices."
66keywords = [" ftdi" , " usb" , " io" , " hal" ]
Original file line number Diff line number Diff line change 55# ftdi-embedded-hal
66
77This is an [ embedded-hal] implementation for the FTDI chips
8- that can use various drivers including [ libftd2xx] and [ ftdi-rs] .
8+ that use the [ libftd2xx] or [ ftdi-rs] drivers .
99
1010This enables development of embedded device drivers without the use of
11- a microcontroller. The FTDI devices interface with PC via USB, and
11+ a microcontroller. The FTDI devices interface with a PC via USB, and
1212provide a multi-protocol synchronous serial engine to interface
13- with most GPIO, SPI, I2C embedded devices.
13+ with most GPIO, SPI, and I2C embedded devices.
1414
1515** Note:**
1616This is strictly a development tool.
@@ -24,7 +24,7 @@ FTDI device into the [embedded-hal] traits.
2424
2525``` toml
2626[dependencies .ftdi-embedded-hal ]
27- version = " 0.23.1 "
27+ version = " 0.23.2 "
2828features = [" libftd2xx" , " libftd2xx-static" ]
2929```
3030
Original file line number Diff line number Diff line change 11//! This is an [embedded-hal] implementation for the FTDI chips
2- //! that can use various drivers including [libftd2xx] and [ftdi-rs].
2+ //! that use the [libftd2xx] or [ftdi-rs] drivers .
33//!
44//! This enables development of embedded device drivers without the use of
5- //! a microcontroller. The FTDI devices interface with PC via USB, and
5+ //! a microcontroller. The FTDI devices interface with a PC via USB, and
66//! provide a multi-protocol synchronous serial engine to interface
7- //! with most GPIO, SPI, I2C embedded devices.
7+ //! with most GPIO, SPI, and I2C embedded devices.
88//!
99//! **Note:**
1010//! This is strictly a development tool.
1818//!
1919//! ```toml
2020//! [dependencies.ftdi-embedded-hal]
21- //! version = "0.23.1 "
21+ //! version = "0.23.2 "
2222//! features = ["libftd2xx", "libftd2xx-static"]
2323//! ```
2424//!
You can’t perform that action at this time.
0 commit comments