Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@Rahix Rahix released this 29 Jun 16:11
· 142 commits to main since this release
v0.3.1
46eebb9

Added

  • Support for ATmega8U2 (#77 by @drmorr0).
  • Support for AT90USB1286 (#80 by @khimaros).
  • Convert static muts into &mut references inside #[entry] and interrupt handlers. This behavior mirrors what cortex-m-rt does (#79 by @tones111).