Skip to content

Release 0.10.0

Latest
Compare
Choose a tag to compare
@eldruin eldruin released this 22 Mar 19:49
· 3 commits to master since this release

Changed

  • Added DisplaySize64x32 to the prelude
  • Update embedded-hal-bus dependency to 0.3.0
  • Update examples

Fixed

  • Switch to resolver version 2. This fixes compilation issues when the async feature is enabled.
  • Parentheses for expression in mode/terminal.rs (see precedence) in mode/terminal.rs
  • Switch iterator in write_str in mode/terminal.rs from last() to next_back (see double_ended_iterator_last)
  • If feature async is enabled, the embedded_hal_async::i2c::I2c is used instead of embedded_hal::i2c::I2c so the I2C can be shared
  • Update dependencies for embassy-executor to 0.7.0
  • Remove embassy-executor feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.md
  • Switch embassy-executor from git to crates.io
  • Update dependencies for embassy-stm32 to 0.2.0
  • Switch embassy-stm32 from git to crates.io
  • Update dependencies for embassy-time to 0.4.0
  • Switch embassy-time from git to crates.io
  • Update dependencies for tinybmp to 0.5.0
  • Update root-toolchain to 1.84 for github workflow in ci.yml