This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Releases: Rahix/atmega32u4
Releases · Rahix/atmega32u4
Version 0.1.3
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
- Support for
interrupt!
macro to define custom interrupt handlers USB
andEXT_INT
peripherals- Internal: Support for defining enumerated values in
toml
format - Internal: Support for custom xml in
toml
format
Version 0.1.1
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