[tuxdroid-svn] r501 - firmware/tuxaudio/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-09-07 15:02:38
|
Author: jaguarondi Date: 2007-09-07 17:02:33 +0200 (Fri, 07 Sep 2007) New Revision: 501 Modified: firmware/tuxaudio/trunk/AUTHORS firmware/tuxaudio/trunk/CHANGES firmware/tuxaudio/trunk/README firmware/tuxaudio/trunk/TODO Log: * Updated the CHANGES. Modified: firmware/tuxaudio/trunk/AUTHORS =================================================================== --- firmware/tuxaudio/trunk/AUTHORS 2007-09-07 14:55:34 UTC (rev 500) +++ firmware/tuxaudio/trunk/AUTHORS 2007-09-07 15:02:33 UTC (rev 501) @@ -3,6 +3,7 @@ TUXAUDIO was written by: Pascal Hanon <pas...@c2...> + Paul Rathgeb <pau...@c2...> David Bourgeois <da...@ja...> Contributors: Modified: firmware/tuxaudio/trunk/CHANGES =================================================================== --- firmware/tuxaudio/trunk/CHANGES 2007-09-07 14:55:34 UTC (rev 500) +++ firmware/tuxaudio/trunk/CHANGES 2007-09-07 15:02:33 UTC (rev 501) @@ -7,8 +7,28 @@ ---------------------------------------------------------------------- Current: - * . + * Code cleanup. + * BUG: when the sounds stored in the audio flash are too long, we don't block + anymore in the programming function. The extra sound is simply not stored + in the flash. + + * BUG: there was an uncomplete 'if' before the powering of the microphone, + it's now fixed and the bursts have been limited to 20. + + * Added the basis for the sleep functions although they are unfinished and + untested. + + * Added programming directives in the Makefile for tuxup, stk500 and jtagice + mkii. + + * Fixed #1 with the patches given by Philippe Teuwen, this now + fixes the location of the version, revision and author structures with a + linker script in the .version section otherwise gcc is free to change the + order. This also fixes the position of the cpu_nbr and ver_major bits in + the byte as again gcc is free to change that order though this is much less + likely to happen. + Version 0.3.0: * Initial public release. This code is considered stable. Modified: firmware/tuxaudio/trunk/README =================================================================== --- firmware/tuxaudio/trunk/README 2007-09-07 14:55:34 UTC (rev 500) +++ firmware/tuxaudio/trunk/README 2007-09-07 15:02:33 UTC (rev 501) @@ -7,7 +7,7 @@ To install and compile this firmware, check this how-to: - http://www.tuxisalive.com/documentation/how-to/setup-the-avr-tool-chain-and-compile-the-firmwares + http://www.tuxisalive.com/documentation/how-to/setup-the-avr-tool-chain-and-compile-the-firmware For all information about tuxdroid, please visit: Modified: firmware/tuxaudio/trunk/TODO =================================================================== --- firmware/tuxaudio/trunk/TODO 2007-09-07 14:55:34 UTC (rev 500) +++ firmware/tuxaudio/trunk/TODO 2007-09-07 15:02:33 UTC (rev 501) @@ -5,6 +5,4 @@ - Add functions to change configuration registers from the computer and store them in the eeprom. -- Add dleep mode. - -- Remove production testing code which is not necessary anymore. +- Add sleep mode. |