Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: rust-embedded/embedded-hal

v1.0.0

09 Jan 21:51
@Dirbaio Dirbaio
f8c79fe
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Check out the announcement blog post and the migration guide.

Changes since v1.0.0-rc.3:

  • gpio: remove ToggleableOutputPin, move toggle() to StatefulOutputPin.
Assets 2
Loading
Sh3Rm4n, f8122dac91, tommy-gilligan, ShenMian, werediver, king19800105, and snow-The reacted with thumbs up emoji eldruin, jessebraham, andyblarblar, kiranshila, luojia65, tmplt, kellytk, m4tsuri, yodaldevoid, Sh3Rm4n, and 30 more reacted with hooray emoji Sh3Rm4n, systec-ms, f8122dac91, andresovela, petoknm, ryankurte, tommy-gilligan, rmsyn, and sarmadgulzar reacted with heart emoji kellytk, newAM, Sh3Rm4n, rursprung, lulf, f8122dac91, andresovela, tmplt, ryankurte, tommy-gilligan, and 5 more reacted with rocket emoji Sh3Rm4n, f8122dac91, and tommy-gilligan reacted with eyes emoji
49 people reacted

v1.0.0-rc.3

14 Dec 13:47
@Dirbaio Dirbaio
b327f43
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • gpio: require &mut self in InputPin and StatefulOutputPin.
Loading

v1.0.0-rc.2

14 Dec 13:47
@Dirbaio Dirbaio
a8c72e9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Minor document fixes.
  • Add #[inline] hints to most of embedded-hal functions.
  • pwm: rename get_max_duty_cycle to max_duty_cycle.
  • delay: Rename DelayUs to DelayNs
  • delay: Add DelayNs::delay_ns()
  • delay: Add default impls of delay_ms and delay_us based on delay_ns.
  • delay: Make the default impl of delay_ms more efficient, it now does less calls to the underlying delay_ns (previously delay_us).
  • spi: Rename Operation::DelayUs to Operation::DelayNs, with nanosecond precision.
Loading

Release 1.0.0-rc.1

04 Sep 07:37
@eldruin eldruin
b6a7678
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • The Minimum Supported Rust Version (MSRV) is now 1.60.0
  • Add optional defmt 0.3 support.
  • Remove serial traits, the replacement is the embedded-io crate.
  • Added + ?Sized to all blanket impls.
Loading
ikubaku, tommy-gilligan, barafael, kattouf, Berrones-Edwin, kiranshila, SergioGasquez, and ShenMian reacted with thumbs up emoji ikubaku, tommy-gilligan, kiranshila, and lpnh reacted with heart emoji sksat, fbstj, PhilippMolitor, Sh3Rm4n, ikubaku, tommy-gilligan, kiranshila, sirhcel, richardeoin, and liam-b reacted with rocket emoji sksat, ikubaku, tommy-gilligan, kiranshila, and danjl1100 reacted with eyes emoji
17 people reacted

embedded-hal-nb release 1.0.0-rc.1

04 Sep 07:35
@eldruin eldruin
b6a7678
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Added + ?Sized to all blanket impls.
Loading

embedded-hal-bus release 0.1.0-rc.1

04 Sep 07:36
@eldruin eldruin
b6a7678
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Updated embedded-hal, embedded-hal-async to version 1.0.0-rc.1.
  • The Minimum Supported Rust Version (MSRV) is now 1.60.0
  • Added embedded-hal-async support to SPI ExclusiveDevice.
  • Added methods to access the inner bus to SPI ExclusiveDevice.
  • Add optional defmt 0.3 support.
Loading

embedded-hal-async release 1.0.0-rc.1

04 Sep 07:34
@eldruin eldruin
b6a7678
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Add optional defmt 0.3 support.
  • Remove serial traits, the replacement is the embedded-io crate.
  • Added + ?Sized to all blanket impls.
  • Moved ExclusiveDevice to embedded-hal-bus.
Loading

Release 1.0.0-alpha.11

05 Jul 16:18
@eldruin eldruin
7e119bd
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

*** This is (also) an alpha release with breaking changes (sorry) ***

Added

  • spi: added Operation::DelayUs(u32).

Removed

  • spi: removed read-only and write-only traits.
Loading
Vollbrecht, Jzow, flxzt, emanuelbuholzer, JcBernack, elkel53930, and LegendGaf reacted with hooray emoji
7 people reacted

embedded-hal-nb release 1.0.0-alpha.3

05 Jul 16:16
@eldruin eldruin
7e119bd
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Pre-release

Changed

  • Updated embedded-hal to version 1.0.0-alpha.11.
Loading

embedded-hal-bus release 0.1.0-alpha.3

05 Jul 16:16
@eldruin eldruin
7e119bd
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Pre-release

Changed

  • Updated embedded-hal to version 1.0.0-alpha.11.
Loading
Previous 1 3 4
Previous

AltStyle によって変換されたページ (->オリジナル) /