[tuxdroid-svn] r680 - in firmware: tuxaudio/trunk tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-11-09 16:43:07
|
Author: jaguarondi Date: 2007-11-09 17:43:02 +0100 (Fri, 09 Nov 2007) New Revision: 680 Modified: firmware/tuxaudio/trunk/CHANGES firmware/tuxcore/trunk/CHANGES Log: * Updated CHANGES for tuxcore and tuxaudio in order to release 0.3.1. Modified: firmware/tuxaudio/trunk/CHANGES =================================================================== --- firmware/tuxaudio/trunk/CHANGES 2007-11-09 16:24:15 UTC (rev 679) +++ firmware/tuxaudio/trunk/CHANGES 2007-11-09 16:43:02 UTC (rev 680) @@ -9,6 +9,14 @@ Version 0.3.1: + * Versioning of the firmware now has a variation field nd a release_type to + mark final releases. + + * Reviewed the flash playing function to use a fifo and to be able to keep + sending the status when a sound is played from the sound flash. Some new + status are now also sent during playing and programming of the sound flash + memory. Bug fixes too. + * Refactored the audio flash module and the flash functions are now moved to their own module (AT26F004), many bug fixes. Modified: firmware/tuxcore/trunk/CHANGES =================================================================== --- firmware/tuxcore/trunk/CHANGES 2007-11-09 16:24:15 UTC (rev 679) +++ firmware/tuxcore/trunk/CHANGES 2007-11-09 16:43:02 UTC (rev 680) @@ -9,8 +9,17 @@ Version 0.3.1: - * Added doxygen configuration file. + * Added battery level measurement. The ADC module has been completely + refactored. + * Reorganization of commands.h is on the way. + + * Versioning of the firmware now has a variation field nd a release_type to + mark final releases. + + * Added doxygen configuration file. The documentation can be founf online at + http://doc.tuxisalive.com. + * 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. |