Commit Graph

2 Commits

Author SHA1 Message Date
paul eeepc e483406c01 firmware main.hex commit from last time along with versions of other kazzos
AVR Memory Usage
----------------
Device: atmega164a

Program:    5486 bytes (33.5% Full)  ***final design last commit***
(.text + .data + .bootloader)

Data:        653 bytes (63.8% Full)
(.data + .bss + .noinit)

AVR Memory Usage
----------------
Device: atmega164a

Program:    5498 bytes (33.6% Full)  ***early purple design***
(.text + .data + .bootloader)

Data:        653 bytes (63.8% Full)
(.data + .bss + .noinit)

AVR Memory Usage
----------------
Device: atmega164a

Program:    5764 bytes (35.2% Full)  ***prototype green design***
(.text + .data + .bootloader)

Data:        655 bytes (64.0% Full)
(.data + .bss + .noinit)
2016-12-12 00:54:07 -06:00
paul eeepc 3aca4c863e AVR Memory Usage
----------------
Device: atmega164a

Program:    3416 bytes (20.8% Full)
(.text + .data + .bootloader)

Data:         53 bytes (5.2% Full)
(.data + .bss + .noinit)

First commit of purple kazzo specific firmware.
Currently just 12bytes larger than final design v1.2b-v1.4
This will probably expand as more updates twiddle with EXP FF
2016-11-27 15:10:16 -06:00