Skip to content

Version 0.3.3

Compare
Choose a tag to compare
@Rahix Rahix released this 10 May 19:54
· 115 commits to main since this release
v0.3.3
b19f2a1

Added

  • Support for ATtiny1614 (#90 by @justinlatimer).
  • Support for ATmega128RFA1 (#93 by @the6p4c).
  • Support for ATmega1284P (#94 by @mguillemot).
  • Support for avr-device now being a huge crate... My advice: Don't build with --all-features!

Fixed

  • avr-device now compiles with newer rustc versions (> 1.59) where the llvm_asm!() macro was removed in favor of asm!() (#97 by @Patryk27).