Change properties
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 15 Apr 2009 08:29:07 +0000 (08:29 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 15 Apr 2009 08:29:07 +0000 (08:29 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2506 38d2e660-2303-0410-9eaa-f027e97ec537

32 files changed:
bertos/cfg/cfg_battfs.h
bertos/cpu/arm/drv/ser_arm.c
bertos/cpu/arm/drv/ser_arm.h
bertos/cpu/arm/drv/ser_at91.c
bertos/cpu/arm/drv/ser_at91.h
bertos/cpu/arm/io/at91_us.h
bertos/cpu/avr/drv/ser_avr.h
bertos/cpu/dsp56k/drv/ser_dsp56k.h
bertos/drv/dataflash.c
bertos/drv/dataflash.h
bertos/drv/i2c_bitbang.c
bertos/drv/lcd_gfx.h
bertos/drv/pcf8574.c
bertos/drv/pcf8574.h
bertos/drv/spi_bitbang.c
bertos/drv/spi_bitbang.h
bertos/kern/coop.c
bertos/kern/idle.c
bertos/kern/irq.c
bertos/kern/irq.h
bertos/kern/preempt.c
bertos/net/pocketbus.h
bertos/net/pocketcmd.c
bertos/net/pocketcmd.h
bertos/struct/fifobuf.h
bertos/struct/heap.c
bertos/struct/heap.h
bertos/struct/list.h
bertos/struct/pool.h
examples/demo/demo.c
examples/demo/verstag.h
wizard/_bertos.py

index a3f09e1d607489d0b76c71df2e4c1022a0a5d656..83210974e4f15e630dfa4e8ec280dfbd566d0848 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Configuration file for BattFS module.
  *
- * \version $Id: cfg_adc.h 1603 2008-08-10 17:18:44Z bernie $
+ * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
index a2e2e8c427a6ad0f2c8f39f4e813ff0fff07f047..7f7e7f9f4d7f932c80fe5be0f073707df6fd005c 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Low-level serial module for ARM (inplementation).
  *
- * \version $Id: timer_arm.c 18260 2007-10-11 14:08:10Z batt $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index 31c1229877187e50b8ed653215a736e86515596b..cc2e48ac1692fe241b26e44f7a9c608f9ff0648a 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Low-level serial module for ARM (interface).
  *
- * \version $Id: timer_arm.h 18273 2007-10-11 14:53:02Z batt $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index fcbcafbdb6202b94b26e4ca6e48510092520880f..f060e14f6b4314bc9730387b33054d678d9f99da 100644 (file)
@@ -34,7 +34,7 @@
  * \brief ARM UART and SPI I/O driver
  *
  *
- * \version $Id: ser_at91.c 20881 2008-03-04 14:07:02Z batt $
+ * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
index 2832584e658f6ce99730e9c5c2cc4e2b56bc0542..66535499a415b55bfc16b0e37dc2561e9e102134 100644 (file)
@@ -33,7 +33,7 @@
  *
  * \brief High level serial I/O API
  *
- * \version $Id: ser_at91.h 20552 2008-02-14 16:40:41Z batt $
+ * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
index 20541a762c96551ab4a42f0e33c1e7c781c5536a..fd9bf66724a02b16ee2fd85401f403faa27e5ac0 100644 (file)
@@ -30,7 +30,7 @@
  *
  * -->
  *
- * \version $Id: at91_us.h 20544 2008-02-14 12:15:57Z batt $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index 90791e4f22b7d2bcff9d7749d5bea92b3da4400a..4fafafec6598f5778cd911552a6102b721fbe0f6 100644 (file)
@@ -30,7 +30,7 @@
  *
  * -->
  *
- * \version $Id: timer_arm.h 18273 2007-10-11 14:53:02Z batt $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index d035df67950e89eea966f369f6083db4317b8e56..c8fd3e1de39d3e28ee89def113f1c6db0de860cc 100644 (file)
@@ -30,7 +30,7 @@
  *
  * -->
  *
- * \version $Id: timer_arm.h 18273 2007-10-11 14:53:02Z batt $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index 96c78cd946cf2c5e0a1179aaeb5c17c99a8a8f9c..cf639e7652c448fef35254afc1e6dde4c7c98479 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Function library for dataflash AT45DB family (implementation).
  *
- * \version $Id: dataflash.c 21658 2008-06-05 16:42:54Z asterix $
+ * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  */
index 5f8263f8b095a2133bf8ecd4b2917e253aeee95d..e8ecd4e940eacdf40037acc50463e2c5a45b87a0 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Function library for dataflash AT45DB family.
  *
- * \version $Id: dataflash.h 21658 2008-06-05 16:42:54Z asterix $
+ * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
index 07dd2c04f32ba888305abc0bd14b022cd4e9e87b..1d7e98d6819c0d7b86ec09829e3ca38cad274455 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief I2C bitbang driver (implementation)
  *
- * \version $Id: adc.c 1604 2008-08-10 17:19:51Z bernie $
+ * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
index f8cb4fae76245f5bcc1669ff398f570ce1e6fdab..7ef331a2189720023db307e72e748be85fd48792 100644 (file)
@@ -31,7 +31,7 @@
  * This file is part of DevLib - See README.devlib for information.
  * -->
  *
- * \version $Id: lcd_gfx.h,v 1.6 2006/07/19 12:56:25 bernie Exp $
+ * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
index c4477efce2df8c9d39c41048c315e82c41e81129..71150427c05cf64d66cae6ceab758304fb9ab646 100644 (file)
@@ -40,7 +40,7 @@
  * each pin as input or output, see datasheet on how this
  * is achieved.
  *
- * \version $Id: ft245rl.c 22301 2008-09-09 16:53:17Z batt $
+ * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
index 0eab5c3966ed89634d33c95941aa55bd71fac062..605b89b9822070ab676b45faf8529da81da4ff3b 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief PCF8574 i2c port expander driver.
  *
- * \version $Id: ft245rl.c 22301 2008-09-09 16:53:17Z batt $
+ * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "pcf8574"
index b85caa8610993c4f640ab55d5bd8d8ceeae458e0..30209a3705934ebc3306a9df792c90c10889cffe 100644 (file)
@@ -33,7 +33,7 @@
  *
  * \brief Emulated SPI Master for DSP firmware download (impl.)
  *
- * \version $Id: spi.c 15328 2007-03-21 15:07:04Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
index c78e9a4fcc21873074512f7534f40df3f4aefee7..d9b651653a77805192247f19b8e4fbeb888951d9 100644 (file)
@@ -33,7 +33,7 @@
  *
  * \brief Emulated SPI driver.
  *
- * \version $Id: spi.h 15321 2007-03-21 14:45:12Z asterix $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
index aa370ae589f6c5c589b851afe817030a1dd9e224..9b736166111eb97ce29276c996e1f0f46dfda4b2 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Simple cooperative multitasking scheduler.
  *
- * \version $Id: proc.c 1616 2008-08-10 19:41:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  */
index 3aa4bb0400651585dcbd308ad0ff1c6a80b7285d..e5713e83520e728c024658331c30809cc51b3b6a 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Idle loop for preemptive scheduling
  *
- * \version $Id: proc.c 1616 2008-08-10 19:41:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index 42012db9cde0ea0268f2c76e49b74331bc5984d7..479ad67bf2e134d8e268171927c7919b335f0bb9 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Process scheduler (public interface).
  *
- * \version $Id: proc.h 1646 2008-08-17 13:49:48Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * Still in development, disable nightly test for now
index 5be6899c8dbfdf1911d459098dae5b684bd2f2a2..eb637021a634926dcbc8f45503d36c8b28e78cad 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Process scheduler (public interface).
  *
- * \version $Id: proc.h 1646 2008-08-17 13:49:48Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 #ifndef KERN_IRQ_H
index a92460bdf07620a1d6c18976886d390e01909562..398e8efe00221aae63ea7375c2a5ec58f0a82362 100644 (file)
@@ -40,7 +40,7 @@
  * In the POSIX implementaiton, context switching is done by the portable
  * SVR4 swapcontext() facility.
  *
- * \version $Id: proc.c 1616 2008-08-10 19:41:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index 0f26dd907ecac87a5250eee073864684a120edcd..085971bf8e949ac4a3b699d84edac02c6b2f3bf5 100644 (file)
@@ -29,7 +29,7 @@
  * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
  * -->
  *
- * \version $Id: pocketbus.h 20131 2007-12-13 17:39:55Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
index be1a912aec5f3a274d07aaa1ab0201ad77ac7ce9..9bb65f16eafbfd69b4bd44b9f5d5be2859641fc4 100644 (file)
@@ -50,7 +50,7 @@
  * The CMD ID used is the same supplied by the master when
  * the command was sent.
  *
- * \version $Id: pocketcmd.c 16587 2007-10-02 14:31:02Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  */
index 4e96a623b4508855cf57713dbf508f0d880cec42..1cdc40dfe315488e17fcf496c7b355888edaa351 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief PocketBus command abstraction layer.
  *
- * \version $Id: pocketcmd.h 20030 2007-12-04 16:16:09Z batt $
+ * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
index 2895f390f2451bf1d1bae1a052d8d03a2736a77e..a749d89fce4bc7b69552e8196bc72d4b35090df2 100644 (file)
@@ -60,7 +60,7 @@
  * location and head points to the first one:
  *             \code head == begin && tail == end \endcode
  *
- * \version $Id: fifobuf.h 1532 2008-08-04 07:21:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index 2375c1f140ebcd2267090f4285edd91c295fdf56..dc8ceaab8e03df4cc2916ecaba936027277153d8 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief Heap subsystem (public interface).
  *
- * \version $Id: heap.c 1532 2008-08-04 07:21:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index c19c2ec76653cf118683bda9bbb2a08e4b73a356..7044f33134cf3a40078ed8173bea9bf4c950be08 100644 (file)
@@ -36,7 +36,7 @@
  * in this form also within the implementation. This would probably remove
  * memory alignment problems, and also some aliasing issues.
  *
- * \version $Id: heap.h 1532 2008-08-04 07:21:26Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index 05223caa01f70705e23435ce795c968470e98c80..62abdc4a83f8bd3a6c319f470a355b061ec05ed3 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief General pourpose double-linked lists
  *
- * \version $Id: list.h 1594 2008-08-10 12:20:10Z bernie $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index b2e14148ab2cea61f95d59c26afeced5b47b8677..37938c26ea337518fd439e5075483b7689353887 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Pool macros.
  *
- * \version $Id: pool.h 1294 2008-05-20 13:43:57Z asterix $
+ * \version $Id$
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
index f4928c10fd0c75c79c03967ff04565a614f67673..dd23c0a1437206fd33f8b2d4934b2bb2325b10c3 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \brief Multifunction system test for BeRTOS modules.
  *
- * \version $Id: demo.c 18242 2007-10-08 17:35:23Z marco $
+ * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
index a89a5e52aee394c1df0c5aa32d7347750341ca37..8fb51060397aed356b9af0eac954380515f847e8 100644 (file)
@@ -31,7 +31,7 @@
  *
  * -->
  *
- * \version $Id: verstag.h 18242 2007-10-08 17:35:23Z marco $
+ * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
index 0e4478b65c5c969286d58cd8dbf8cd36e6a69318..20a6bd3cbdb5dcc2b13d8b2aa1b9ac3878e0bced 100644 (file)
@@ -1,35 +1,35 @@
-#!/usr/bin/env python\r
-# encoding: utf-8\r
-#\r
-# This file is part of BeRTOS.\r
-#\r
-# Bertos is free software; you can redistribute it and/or modify\r
-# it under the terms of the GNU General Public License as published by\r
-# the Free Software Foundation; either version 2 of the License, or\r
-# (at your option) any later version.\r
-#\r
-# This program is distributed in the hope that it will be useful,\r
-# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-# GNU General Public License for more details.\r
-#\r
-# You should have received a copy of the GNU General Public License\r
-# along with this program; if not, write to the Free Software\r
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
-#\r
-# As a special exception, you may use this file as part of a free software\r
-# library without restriction.  Specifically, if other files instantiate\r
-# templates or use macros or inline functions from this file, or you compile\r
-# this file and link it with other files to produce an executable, this\r
-# file does not by itself cause the resulting executable to be covered by\r
-# the GNU General Public License.  This exception does not however\r
-# invalidate any other reasons why the executable file might be covered by\r
-# the GNU General Public License.\r
-#\r
-# Copyright 2009 Develer S.r.l. (http://www.develer.com/)\r
-\r
-\r
-# This is a dummy module, needed by installer to leaves out the real python code\r
-# from the package. \r
-\r
+#!/usr/bin/env python
+# encoding: utf-8
+#
+# This file is part of BeRTOS.
+#
+# Bertos is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# As a special exception, you may use this file as part of a free software
+# library without restriction.  Specifically, if other files instantiate
+# templates or use macros or inline functions from this file, or you compile
+# this file and link it with other files to produce an executable, this
+# file does not by itself cause the resulting executable to be covered by
+# the GNU General Public License.  This exception does not however
+# invalidate any other reasons why the executable file might be covered by
+# the GNU General Public License.
+#
+# Copyright 2009 Develer S.r.l. (http://www.develer.com/)
+
+
+# This is a dummy module, needed by installer to leaves out the real python code
+# from the package. 
+
 import bertos
\ No newline at end of file