From: Kevin Rosenberg Date: Mon, 7 Apr 2008 17:02:56 +0000 (-0600) Subject: 4008-04-07 Release X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=89173ec9cd6f33843bf27c45be0f2f9be3f5f0ce;hp=89173ec9cd6f33843bf27c45be0f2f9be3f5f0ce;p=avr_bc100.git 4008-04-07 Release 2008-04-07 Kevin Rosenberg * BaseTinyFirmware/IAR: Port Martin's changes from 2008-04-03 to IAR 2008-04-03 Martin Thomas * BaseMegaFirmware/GCC: Experimental Master Code for the ATmega644 with basic "drivers" for - keys incl. power-off with debounceing - 74HC595 low-level "software-SPI" - LEDs though 74HC595 - Power-off and Slave-Reset control though 74HC595 - hardware SPI for comm. with slave - simple test-function for communication with slave * BaseTinyFirmware/GCC/statefunc.c: - prevent unneeded writes to eeprom if init fails - prevent slave from entering sleep-mode standby if "MASTER_INT" is low (so SPI communication with master is possible even during the "8-second watchdog delay") ---