Package: avra / 1.3.0-3

Metadata

Package Version Patches format
avra 1.3.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
AVR8L plus attiny20 git b13b7c.patch | (download)

src/avra.h | 2 1 + 1 - 0 !
src/device.c | 2 1 + 1 - 0 !
src/device.h | 1 1 + 0 - 0 !
src/mnemonic.c | 70 51 + 19 - 0 !
4 files changed, 54 insertions(+), 21 deletions(-)

 add support for attiny20 with avr8l instructions
attiny4 5 9 10src.patch | (download)

src/device.c | 8 4 + 4 - 0 !
src/device.h | 2 2 + 0 - 0 !
src/mnemonic.c | 12 6 + 6 - 0 !
3 files changed, 12 insertions(+), 10 deletions(-)

 add support for attiny4, attiny5, attiny9 and attiny10
 Support for ATtiny4, ATtiny5, ATtiny9 and ATtiny10 microcontrollers 
 based on ATtiny4/5/9/10 Datasheet 8127F-AVR-02/2013.
tn4 5 9 10def.inc.patch | (download)

includes/tn10def.inc | 358 358 + 0 - 0 !
includes/tn4def.inc | 320 320 + 0 - 0 !
includes/tn5def.inc | 358 358 + 0 - 0 !
includes/tn9def.inc | 320 320 + 0 - 0 !
4 files changed, 1356 insertions(+)

 add header files for attiny4, attiny5, attiny9 and attiny10
conflicting function declarations.patch | (download)

src/avra.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use proper function return types