From bfff2b0fddcec3984a0ac266f6c656affd51e809 Mon Sep 17 00:00:00 2001 From: paul eeepc Date: Sun, 27 Nov 2016 13:28:24 -0600 Subject: [PATCH] AVR Memory Usage ---------------- Device: atmega164a Program: 3404 bytes (20.8% Full) (.text + .data + .bootloader) Data: 53 bytes (5.2% Full) (.data + .bss + .noinit) moving main.hex to include pcb version number. hex includes snes read/write dictionary additions, but still untested. code updates for this .hex are in commit to follow shortly. Noticed avr-gcc version 4.8.2 on linux pc is compiling significantly smaller than avr-gcc version 4.3.3 on windows PC. Need to update so hopefully getting identical builds on both of my machines. --- firmware/{main.hex => main_v1_2b-v1_4.hex} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename firmware/{main.hex => main_v1_2b-v1_4.hex} (100%) diff --git a/firmware/main.hex b/firmware/main_v1_2b-v1_4.hex similarity index 100% rename from firmware/main.hex rename to firmware/main_v1_2b-v1_4.hex