[tuxdroid-svn] r941 - firmware/tuxup/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2008-03-18 07:15:05
|
Author: jaguarondi Date: 2008-03-18 08:15:08 +0100 (Tue, 18 Mar 2008) New Revision: 941 Modified: firmware/tuxup/trunk/CHANGES firmware/tuxup/trunk/TODO firmware/tuxup/trunk/version.h Log: * Preparing 0.4.0 release. Modified: firmware/tuxup/trunk/CHANGES =================================================================== --- firmware/tuxup/trunk/CHANGES 2008-03-18 06:39:22 UTC (rev 940) +++ firmware/tuxup/trunk/CHANGES 2008-03-18 07:15:08 UTC (rev 941) @@ -7,6 +7,21 @@ ---------------------------------------------------------------------- Current: +0.4.0: + +* Now recognizes the version number of the USB hex file. + +* Send the right command for the dongle to exit correctly from bootloader. + +* Show progress when programming. + +* main() now returns an error when programming fails for any reason. + +* Cleanup. + +* Removed unused EXTERNAL_FLASH, we're not going to support that option + within tuxup. + 0.1.1: * Added a check whether dfu-programmer is installed. Modified: firmware/tuxup/trunk/TODO =================================================================== --- firmware/tuxup/trunk/TODO 2008-03-18 06:39:22 UTC (rev 940) +++ firmware/tuxup/trunk/TODO 2008-03-18 07:15:08 UTC (rev 941) @@ -5,7 +5,3 @@ - Add man page - Add install and uninstall options in the make file or use autoconf - -- Display the usb firmware version programmed in the dongle and in the hex file like all other CPU's, need to change the firmware for that - -- Option to display the current version numbers of the firmware of all CPU's and the versions of the hex files, without doing any programming Modified: firmware/tuxup/trunk/version.h =================================================================== --- firmware/tuxup/trunk/version.h 2008-03-18 06:39:22 UTC (rev 940) +++ firmware/tuxup/trunk/version.h 2008-03-18 07:15:08 UTC (rev 941) @@ -22,6 +22,6 @@ #ifndef version_h #define version_h -#define VERSION "0.1.2 (SVN/UNRELEASED)" +#define VERSION "0.4.0" #endif |