Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Releases: Rahix/atmega32u4-hal

Version 0.1.3

09 Oct 18:16
bbdb572
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

Fixed

  • Fixed triggering a compiler segfault by attempting to compile avr assembly
    on non avr architectures. (See rust-lang/rust#51130)

Version 0.1.2

07 Oct 11:06
5050c54
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Changed

  • downgrade goes directly to fully generic Pin type, the old behaviour
    is available as downgrade_port.

Version 0.1.1

07 Oct 11:03
76c348d
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
Fix docs.rs building

Signed-off-by: Rahix <rahix@rahix.de>