This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Releases: Rahix/atmega32u4-hal
Releases · Rahix/atmega32u4-hal
Version 0.1.3
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
Changed
downgrade
goes directly to fully genericPin
type, the old behaviour
is available asdowngrade_port
.
Version 0.1.1
Fix docs.rs building Signed-off-by: Rahix <rahix@rahix.de>