Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Releases: Rahix/atmega32u4

Version 0.1.3

01 Oct 06:04
v0.1.3
07b4051
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

Changed

  • Made a few registers safe to write

Added

  • Enumerated values for Compare Output Mode & Clock Source
  • Internal: Add safe flag for registers and fields

Version 0.1.2

26 Sep 21:44
v0.1.2
9aefe3e
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release
  • Support for interrupt! macro to define custom interrupt handlers
  • USB and EXT_INT peripherals
  • Internal: Support for defining enumerated values in toml format
  • Internal: Support for custom xml in toml format

Version 0.1.1

26 Sep 21:30
v0.1.1
a75a977
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Bare minimum version, contains support for the following peripherals:

  • PORTB: Digital IO
  • PORTC: Digital IO
  • PORTD: Digital IO
  • PORTE: Digital IO
  • PORTF: Digital IO
  • TIMER0: 8-bit Timer/Counter0 with PWM
  • TIMER1: 16-bit Timer/Counter1
  • TIMER3: 16-bit Timer/Counter3
  • TIMER4: 10-bit High Speed Timer/Counter4