~ruther/avr-device

ref: 203ca2d44d70267c01490052d731bf1c777dab6d avr-device/CHANGELOG.md -rw-r--r-- 1.4 KiB
203ca2d4 — Andrew Dona-Couch -- GitHub drop ICE Fix Changelog link 4 years ago

#Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

#Unreleased

#0.2.1 - 2020-08-07

#Fixed

  • Fixed interrupt::free() not working as advertised, because a wrong address was read.

#0.2.0 - 2020-08-07

#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.

#0.1.1 - 2020-07-31

#Added

  • Support for ATmega2560.

#Changed

  • Patches for AVR timer/counter peripherals in ATmega2560, ATmega328P, ATmega32U4, ATtiny85.

#0.1.0 - 2020-07-26

Initial release with support for ATmega1280, ATmega328P, ATmega32U4, ATmega64, ATmega8, ATtiny85.

Do not follow this link