Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@Rahix Rahix released this 08 Sep 17:43
· 77 commits to main since this release
v0.4.0
0e19ff0

Added

  • Support for ATmega164PA (#101 by @tronje).
  • Added a new, safer, API for manually managing interrupts (#104 by @mbuesch).

Changed

  • Fixed timer registers for ATtiny167 (#102 by @dalpil).
  • Improved codegen of the interrupt management functions (#104 by @mbuesch).
  • Updated to bare-metal version 1.0.0. This changes the interrupt::free() function slightly. Please check the docs for details (#108 by @mbuesch).

Removed

  • Support for very old rustc versions which need llvm_asm!() (#106, #109 by @mbuesch).