INL-retro-progdump/firmware/source
Paul Molloy fe1b0e0ba5 AVR Memory Usage
----------------
Device: atmega164a

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

Data:        445 bytes (43.5% Full)
(.data + .bss + .noinit)

upgraded windows machine to avr-gcc (GCC) 6.1.1 20160627
dropped .hex down to within 2 bytes of linux machine running 4.8.2

changed main to remove avr-gcc 6.1.1 warnings
2016-11-28 22:53:12 -06:00
..
buffer.c firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00
buffer.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00
io.c Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
io.h Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
logic.h Initial firmware implementation of buffer objects and raw sram allocation 2016-11-28 02:01:14 -06:00
main.c AVR Memory Usage 2016-11-28 22:53:12 -06:00
nes.c Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
nes.h Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
pinport.c SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
pinport.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
snes.c SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
snes.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
types.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00
usb.c firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00
usb.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00