From: asterix Date: Wed, 31 Oct 2007 16:02:23 +0000 (+0000) Subject: Remove cvs logs. Fix comment. X-Git-Tag: 1.0.0~266 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=5b9ba07bc069e4403dd5713b6be6c5f98f8a86a7;p=bertos.git Remove cvs logs. Fix comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@976 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/algos/crc.c b/algos/crc.c index 2861f37c..d465e260 100644 --- a/algos/crc.c +++ b/algos/crc.c @@ -37,28 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.1 2007/06/07 09:09:42 batt - *#* Move crc routines to algos/. - *#* - *#* Revision 1.5 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.4 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.3 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.1 2004/06/03 08:58:16 bernie - *#* Import into DevLib - *#* - *#*/ - #include "crc.h" /** diff --git a/algos/crc.h b/algos/crc.h index 84ceba25..475e70d1 100644 --- a/algos/crc.h +++ b/algos/crc.h @@ -47,33 +47,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.1 2007/06/07 09:09:41 batt - *#* Move crc routines to algos/. - *#* - *#* Revision 1.7 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.6 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.5 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.4 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.3 2004/08/15 05:47:26 bernie - *#* updcrc16(): inline version of UPDCRC16(); Cleanup documentation. - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.1 2004/06/03 08:58:16 bernie - *#* Import into DevLib - *#* - *#*/ #ifndef CRC_H #define CRC_H diff --git a/cfg/arch_config.h b/cfg/arch_config.h index f2107f20..01ed05d3 100644 --- a/cfg/arch_config.h +++ b/cfg/arch_config.h @@ -38,30 +38,6 @@ * \brief Set system configuration */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:25 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2006/02/24 00:27:56 bernie - *#* Remove #error to allow compiling local demo. - *#* - *#* Revision 1.2 2005/11/04 16:20:01 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.1 2005/04/11 19:04:13 bernie - *#* Move top-level headers to cfg/ subdir. - *#* - *#* Revision 1.3 2004/08/25 14:12:08 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.1 2004/05/23 17:48:35 bernie - *#* Add top-level files. - *#* - *#*/ #ifndef ARCH_CONFIG_H #define ARCH_CONFIG_H diff --git a/cfg/compiler.h b/cfg/compiler.h index 5a73038a..6485473c 100644 --- a/cfg/compiler.h +++ b/cfg/compiler.h @@ -37,80 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.24 2007/01/09 08:58:14 bernie - *#* Avoid dependency on cfg/compiler.h - *#* - *#* Revision 1.23 2006/09/13 18:28:38 bernie - *#* Reformat. - *#* - *#* Revision 1.22 2006/07/19 12:56:25 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.21 2006/07/19 12:53:43 bernie - *#* Prune log. - *#* - *#* Revision 1.20 2006/06/10 05:36:15 bernie - *#* Convert to new Doxygen comments. - *#* - *#* Revision 1.19 2006/04/11 00:07:33 bernie - *#* Implemenent MF_SAVESEL flag. - *#* - *#* Revision 1.18 2006/03/22 13:34:34 bernie - *#* MSVC support. - *#* - *#* Revision 1.17 2006/03/22 09:48:35 bernie - *#* Formatting. - *#* - *#* Revision 1.16 2006/03/20 17:48:09 bernie - *#* Fix for avr-libc; INTERRUPT(): Remove macro. - *#* - *#* Revision 1.15 2006/03/13 02:06:25 bernie - *#* containerof(): New macro. - *#* - *#* Revision 1.14 2006/02/23 08:36:33 bernie - *#* Emulate __func__ on MSVC. - *#* - *#* Revision 1.13 2006/02/23 07:37:37 bernie - *#* Compile fix for MSVC. - *#* - *#* Revision 1.12 2006/02/21 16:06:31 bernie - *#* Fix ssize_t redefinitions on glibc systems. - *#* - *#* Revision 1.11 2006/02/20 14:34:58 bernie - *#* Use portable type checking. - *#* - *#* Revision 1.10 2006/02/15 09:12:01 bernie - *#* Fixes for ARM/IAR support. - *#* - *#* Revision 1.9 2006/02/10 12:38:00 bernie - *#* Add support for ARM on IAR. - *#* - *#* Revision 1.8 2006/01/16 03:27:49 bernie - *#* Rename sig_t to sigbit_t to avoid clash with POSIX. - *#* - *#* Revision 1.7 2005/11/27 23:33:05 bernie - *#* Drop avr-libc hack for missing stdint.h. - *#* - *#* Revision 1.6 2005/07/19 07:27:31 bernie - *#* Don't use CPU_REG_BITS from cpu.h to avoid circular header dependendy. - *#* - *#* Revision 1.5 2005/06/27 21:24:37 bernie - *#* ticks_t: New typedef. - *#* - *#* Revision 1.4 2005/06/14 06:15:10 bernie - *#* Add X86_64 support. - *#* - *#* Revision 1.3 2005/04/12 01:37:01 bernie - *#* Metrowerks touchups from HeCo. - *#* - *#* Revision 1.2 2005/04/11 19:10:27 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.1 2005/04/11 19:04:13 bernie - *#* Move top-level headers to cfg/ subdir. - *#*/ #ifndef DEVLIB_COMPILER_H #define DEVLIB_COMPILER_H diff --git a/drv/dataflash.c b/drv/dataflash.c index fb00c4c7..e2d2e291 100644 --- a/drv/dataflash.c +++ b/drv/dataflash.c @@ -216,8 +216,7 @@ static uint8_t dataflash_cmd(dataflash_t page_addr, dataflashOffset_t byte_addr, stat = dataflash_stat(); /* - * Data flash has been terminate a sent command, and so - * disable CS. + * Data flash has completed a bus cycle, so disable CS. */ CS_DISABLE(); diff --git a/drv/ser_p.h b/drv/ser_p.h index ac88d724..d0071feb 100644 --- a/drv/ser_p.h +++ b/drv/ser_p.h @@ -38,36 +38,6 @@ * \author Giovanni Bajo */ -/*#* - *#* $Log$ - *#* Revision 1.10 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.9 2006/02/17 22:23:06 bernie - *#* Update POSIX serial emulator. - *#* - *#* Revision 1.8 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.7 2005/01/14 00:47:56 aleph - *#* Rename callbacks; SerialHardwareVT.txSending: New callback. - *#* - *#* Revision 1.6 2004/12/08 08:56:58 bernie - *#* Reformat. - *#* - *#* Revision 1.5 2004/09/06 21:40:50 bernie - *#* Move buffer handling in chip-specific driver. - *#* - *#* Revision 1.4 2004/08/25 14:12:08 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.3 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.2 2004/05/23 18:21:53 bernie - *#* Trim CVS logs and cleanup header info. - *#* - *#*/ #ifndef DRV_SER_P_H #define DRV_SER_P_H diff --git a/mware/event.h b/mware/event.h index 65ad31c2..4270e946 100644 --- a/mware/event.h +++ b/mware/event.h @@ -41,67 +41,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.8 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.7 2006/03/20 17:52:22 bernie - *#* Add missing forward declaration. - *#* - *#* Revision 1.6 2006/02/24 01:17:44 bernie - *#* Update for new emulator. - *#* - *#* Revision 1.5 2006/02/24 00:26:21 bernie - *#* Fix header name. - *#* - *#* Revision 1.4 2006/02/10 12:24:42 bernie - *#* Fix standalone build. - *#* - *#* Revision 1.3 2006/01/16 03:27:49 bernie - *#* Rename sig_t to sigbit_t to avoid clash with POSIX. - *#* - *#* Revision 1.2 2005/11/27 03:02:55 bernie - *#* Convert to appconfig.h. - *#* - *#* Revision 1.1 2005/11/27 01:39:48 bernie - *#* Move event.[ch] from kern/ to mware/. - *#* - *#* Revision 1.11 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.10 2005/01/24 04:22:02 bernie - *#* Update copyright information. - *#* - *#* Revision 1.9 2005/01/24 04:19:55 bernie - *#* Remove obsolete names. - *#* - *#* Revision 1.8 2005/01/24 04:19:05 bernie - *#* Function pointer based event dispatching. - *#* - *#* Revision 1.7 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.6 2004/08/14 19:37:57 rasky - *#* Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc. - *#* - *#* Revision 1.5 2004/07/30 14:30:27 rasky - *#* Resa la sig_signal interrupt safe (con il nuovo scheduler IRQ-safe) - *#* Rimossa event_doIntr (ora inutile) e semplificata la logica delle macro con funzioni inline - *#* - *#* Revision 1.4 2004/06/07 15:58:00 aleph - *#* Add function prototypes - *#* - *#* Revision 1.3 2004/06/06 18:25:44 bernie - *#* Rename event macros to look like regular functions. - *#* - *#* Revision 1.2 2004/06/03 11:27:09 bernie - *#* Add dual-license information. - *#* - *#* Revision 1.1 2004/05/23 17:27:00 bernie - *#* Import kern/ subdirectory. - *#* - *#*/ #ifndef KERN_EVENT_H #define KERN_EVENT_H diff --git a/mware/parser.c b/mware/parser.c index d486ad46..f3677544 100644 --- a/mware/parser.c +++ b/mware/parser.c @@ -52,15 +52,6 @@ * CmdTemplate table. */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#*/ #include "parser.h" #include diff --git a/mware/parser.h b/mware/parser.h index 22cff8b8..b4e2f61d 100644 --- a/mware/parser.h +++ b/mware/parser.h @@ -1,7 +1,34 @@ /** * \file + * * * \version $Id$ * @@ -12,18 +39,6 @@ * \brief serial protocol parser and commands. */ -/*#* - *#* $Log$ - *#* Revision 1.3 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2006/06/12 21:37:02 marco - *#* implemented some commands (ver and sleep) - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#*/ #ifndef PARSER_H #define PARSER_H @@ -40,8 +55,8 @@ typedef enum { RC_ERROR = -1, ///< Reply with error. RC_OK = 0, ///< No reply (ignore reply arguments). - RC_REPLY = 1, ///< Reply command arguments. - RC_SKIP = 2 ///< Skip following commands + RC_REPLY = 1, ///< Reply command arguments. + RC_SKIP = 2 ///< Skip following commands } ResultCode; /** union that contains parameters passed to and from commands */ diff --git a/mware/readline.c b/mware/readline.c index 1cde60d5..a8a92810 100644 --- a/mware/readline.c +++ b/mware/readline.c @@ -68,15 +68,6 @@ * \author Giovanni Bajo */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#*/ #include "readline.h" diff --git a/mware/readline.h b/mware/readline.h index 8bf95d1d..a275ede2 100644 --- a/mware/readline.h +++ b/mware/readline.h @@ -45,15 +45,6 @@ * \author Giovanni Bajo */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#*/ #ifndef MWARE_READLINE_H #define MWARE_READLINE_H