at91 cpus are currently not supported.
[bertos.git] / bertos / drv / sipo.h
index 165c21ed3265767ffcf7268d3c19c854e9754a02..be2c6c1b1837fb26a366b2fefd9520cfc27cf73d 100644 (file)
  *
  * -->
  *
- * \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