[tuxdroid-svn] r100 - daemon/trunk firmware/tuxaudio/tags firmware/tuxaudio/trunk firmware/tuxcore/
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-02-27 15:11:32
|
Author: jaguarondi Date: 2007-02-27 16:11:19 +0100 (Tue, 27 Feb 2007) New Revision: 100 Added: daemon/trunk/CHANGES firmware/tuxaudio/trunk/CHANGES firmware/tuxcore/trunk/CHANGES firmware/tuxup/trunk/CHANGES Removed: daemon/trunk/NEWS firmware/tuxaudio/tags/v0.3.0/ firmware/tuxaudio/trunk/NEWS firmware/tuxcore/tags/v0.3.0/ firmware/tuxcore/trunk/NEWS firmware/tuxup/trunk/NEWS Log: - CLN: mrenamed all NEWS by CHANGES which seems more in accordance with OSS - CLN: removed firmware tags that will be done again when creating the packages Copied: daemon/trunk/CHANGES (from rev 93, daemon/trunk/NEWS) =================================================================== --- daemon/trunk/CHANGES (rev 0) +++ daemon/trunk/CHANGES 2007-02-27 15:11:19 UTC (rev 100) @@ -0,0 +1,24 @@ +$Id$ + +Approximate change log for TUX Daemon by version. + +(For more detailed changes, see the ChangeLog file.) + +---------------------------------------------------------------------- +Current: + + * . + +Version 0.1.7: + + * Improved stability with mutexes. + * Code cleanup and bug fixes. + +Version 0.1.6: + + * No logs given from R. + +Version 0.1.5: + + * Initial public release. + Deleted: daemon/trunk/NEWS =================================================================== --- daemon/trunk/NEWS 2007-02-27 15:03:43 UTC (rev 99) +++ daemon/trunk/NEWS 2007-02-27 15:11:19 UTC (rev 100) @@ -1,24 +0,0 @@ -$Id$ - -Approximate change log for TUX Daemon by version. - -(For more detailed changes, see the ChangeLog file.) - ----------------------------------------------------------------------- -Current: - - * . - -Version 0.1.7: - - * Improved stability with mutexes. - * Code cleanup and bug fixes. - -Version 0.1.6: - - * No logs given from R. - -Version 0.1.5: - - * Initial public release. - Copied: firmware/tuxaudio/trunk/CHANGES (from rev 93, firmware/tuxaudio/trunk/NEWS) =================================================================== --- firmware/tuxaudio/trunk/CHANGES (rev 0) +++ firmware/tuxaudio/trunk/CHANGES 2007-02-27 15:11:19 UTC (rev 100) @@ -0,0 +1,15 @@ +$Id: NEWS 58 2007-01-29 15:34:20Z jaguarondi $ + +Approximate change log for TUXAUDIO by version. + +(For more detailed changes, see svn log.) + +---------------------------------------------------------------------- +Current: + + * . + +Version 0.3.0: + + * Initial public release. This code is considered stable. + Deleted: firmware/tuxaudio/trunk/NEWS =================================================================== --- firmware/tuxaudio/trunk/NEWS 2007-02-27 15:03:43 UTC (rev 99) +++ firmware/tuxaudio/trunk/NEWS 2007-02-27 15:11:19 UTC (rev 100) @@ -1,15 +0,0 @@ -$Id: NEWS 58 2007-01-29 15:34:20Z jaguarondi $ - -Approximate change log for TUXAUDIO by version. - -(For more detailed changes, see svn log.) - ----------------------------------------------------------------------- -Current: - - * . - -Version 0.3.0: - - * Initial public release. This code is considered stable. - Copied: firmware/tuxcore/trunk/CHANGES (from rev 93, firmware/tuxcore/trunk/NEWS) =================================================================== --- firmware/tuxcore/trunk/CHANGES (rev 0) +++ firmware/tuxcore/trunk/CHANGES 2007-02-27 15:11:19 UTC (rev 100) @@ -0,0 +1,18 @@ +$Id$ + +Approximate change log for TUXCORE by version. + +(For more detailed changes, see svn log.) + +---------------------------------------------------------------------- +Current: + + * . + +Version 0.3.0: + + * Initial public release. This code is considered stable. Most + functionalities are implemented. Handling now all movements, IR emitter, IR + receiver, phototransistor, blue led's and I2C communication. There's also a + standalone behavior implemented but still not configurable from the + computer. Deleted: firmware/tuxcore/trunk/NEWS =================================================================== --- firmware/tuxcore/trunk/NEWS 2007-02-27 15:03:43 UTC (rev 99) +++ firmware/tuxcore/trunk/NEWS 2007-02-27 15:11:19 UTC (rev 100) @@ -1,18 +0,0 @@ -$Id$ - -Approximate change log for TUXCORE by version. - -(For more detailed changes, see svn log.) - ----------------------------------------------------------------------- -Current: - - * . - -Version 0.3.0: - - * Initial public release. This code is considered stable. Most - functionalities are implemented. Handling now all movements, IR emitter, IR - receiver, phototransistor, blue led's and I2C communication. There's also a - standalone behavior implemented but still not configurable from the - computer. Copied: firmware/tuxup/trunk/CHANGES (from rev 93, firmware/tuxup/trunk/NEWS) =================================================================== --- firmware/tuxup/trunk/CHANGES (rev 0) +++ firmware/tuxup/trunk/CHANGES 2007-02-27 15:11:19 UTC (rev 100) @@ -0,0 +1,24 @@ +$Id$ + +Approximate change log for TUXUP by version. + +(For more detailed changes, see the ChangeLog file.) + +---------------------------------------------------------------------- +Current: + + * Connection now checks for 5 seconds before replying that Tu is not found. + * Added autodetection of the CPU to be programmed based on the CPU field in + hex files or names of eep files. + * Added version display when programming hex files. + * Changed the usage, replaced the old argument parsing with getopt. + * Added --version, --help, --pretend and --verbose options. + * Added --main option to reprogram tuxcore and tuxaudio only. + * Added support for usb programming which is a simple front-end to dfu-programmer. dfu-programmer needs to be installed. + * Now uses defines from commands.h for CPU numbers, I2C addresses, etc. + * Code cleanup + +Version 0.0.1: + + * Initial public release. + Deleted: firmware/tuxup/trunk/NEWS =================================================================== --- firmware/tuxup/trunk/NEWS 2007-02-27 15:03:43 UTC (rev 99) +++ firmware/tuxup/trunk/NEWS 2007-02-27 15:11:19 UTC (rev 100) @@ -1,24 +0,0 @@ -$Id$ - -Approximate change log for TUXUP by version. - -(For more detailed changes, see the ChangeLog file.) - ----------------------------------------------------------------------- -Current: - - * Connection now checks for 5 seconds before replying that Tu is not found. - * Added autodetection of the CPU to be programmed based on the CPU field in - hex files or names of eep files. - * Added version display when programming hex files. - * Changed the usage, replaced the old argument parsing with getopt. - * Added --version, --help, --pretend and --verbose options. - * Added --main option to reprogram tuxcore and tuxaudio only. - * Added support for usb programming which is a simple front-end to dfu-programmer. dfu-programmer needs to be installed. - * Now uses defines from commands.h for CPU numbers, I2C addresses, etc. - * Code cleanup - -Version 0.0.1: - - * Initial public release. - |