at91 cpus are currently not supported.
[bertos.git] / bertos / drv / sipo.h
index ab5100f45e9f10378256153ab4f458771a770293..be2c6c1b1837fb26a366b2fefd9520cfc27cf73d 100644 (file)
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2008 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2009 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
- * \brief Macro for SIPO_H
+ * \brief Generic Serial-in, Parallel-out implementation (SIPO).
+ * 
+ * This module use kfile interface.
  *
  *
  * \version $Id$
  *
+ * \author Andrea Grandi <andrea@develer.com>
  * \author Daniele Basile <asterix@develer.com>
+ * 
+ * $WIZ$ module_name = "sipo"
+ * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_hw = "bertos/hw/hw_sipo.h"
+ * 
  */
 
 #ifndef DRV_SIPO_H