[tuxdroid-svn] r547 - in firmware: tuxaudio/trunk tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-09-28 10:02:28
|
Author: jaguarondi Date: 2007-09-28 12:02:28 +0200 (Fri, 28 Sep 2007) New Revision: 547 Modified: firmware/tuxaudio/trunk/CHANGES firmware/tuxcore/trunk/CHANGES Log: * Updated CHANGES for the upcoming 0.3.1 release of tuxaudio and tuxcore. Modified: firmware/tuxaudio/trunk/CHANGES =================================================================== --- firmware/tuxaudio/trunk/CHANGES 2007-09-28 09:54:08 UTC (rev 546) +++ firmware/tuxaudio/trunk/CHANGES 2007-09-28 10:02:28 UTC (rev 547) @@ -7,14 +7,13 @@ ---------------------------------------------------------------------- Current: - * Code cleanup. +Version 0.3.1: - * 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. + * Refactored the audio flash module and the flash functions are now moved to + their own module (AT26F004), many bug fixes. - * BUG: there was an uncomplete 'if' before the powering of the microphone, - it's now fixed and the bursts have been limited to 20. + * Imroved the powering of the microphone, the sounds that were heard at + startup should now be gone. * Added the basis for the sleep functions although they are unfinished and untested. @@ -22,6 +21,8 @@ * Added programming directives in the Makefile for tuxup, stk500 and jtagice mkii. + * Some cleanup. + * 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 Modified: firmware/tuxcore/trunk/CHANGES =================================================================== --- firmware/tuxcore/trunk/CHANGES 2007-09-28 09:54:08 UTC (rev 546) +++ firmware/tuxcore/trunk/CHANGES 2007-09-28 10:02:28 UTC (rev 547) @@ -7,10 +7,16 @@ ---------------------------------------------------------------------- Current: +Version 0.3.1: + * Added doxygen configuration file. - * Cleanup and commenting. + * Light measurement is now correctly processed in the daemon to have a + somehow linear curve from the 2 different types of measurements (different + resisotr values). Thresholds for changing the resistor have been updated. + * Major cleanup and commenting. Motor and led modules are considered clean. + * Fixed #6 nd #9 about the leds that were not updated when the eyes were closed. |