INL-retro-progdump/firmware
Paul Molloy c36313135e Initial firmware implementation of buffer objects and raw sram allocation
complete.  should be able to allocate buffers from host, but haven't got
to testing it yet.  Compiling on firmware though..
Currently have 256 bytes of raw_buffer, and 8 buffer objects/structs
each with ~16 bytes per object.  So could trim things down, but still have
decent amount of SRAM left.  Could have another 256 byte buffer at this
rate..  but might not leave enough SRAM for temporary routines.

Possible that raw buffer space could be dynamically allocated
as either buffer space or temporary routine space...

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

Program:    4094 bytes (25.0% Full)
(.text + .data + .bootloader)

Data:        573 bytes (56.0% Full)
(.data + .bss + .noinit)
2016-11-28 02:01:14 -06:00
..
source Initial firmware implementation of buffer objects and raw sram allocation 2016-11-28 02:01:14 -06:00
usbdrv committing source code changes for main.hex commit that was just made axing usbFunctionRead 2016-11-25 19:59:07 -06:00
Makefile removing shared files from source dir when making clean. 2016-11-24 11:39:05 -06:00
main_green_v1_2.hex AVR Memory Usage 2016-11-27 13:37:18 -06:00
main_purple_v1_1_v3_0.hex AVR Memory Usage 2016-11-27 15:10:16 -06:00
main_v1_2b-v1_4.hex Initial firmware implementation of buffer objects and raw sram allocation 2016-11-28 02:01:14 -06:00