Skip to content

0.2.0

Compare
Choose a tag to compare
@Rahix Rahix released this 24 Oct 18:15
v0.2.0
ab1f136

Added

  • Support for ATtiny88.
  • An asm module with wrapper functions for various assembly instructions.

Changed

  • Various patches for ATtiny85, fixing up a lot of the remaining inconsistencies.
  • interrupt::enable() is now unsafe, as it would otherwise be possible to enable interrupts safely inside a critical section.