MODSERIAL with support for KL25Z + RTOS (beta, putc + puts currently)

Dependents:   kl25z_USB_4

Fork of MODSERIAL by Erik -

Files at this revision

API Documentation at this revision

Comitter:
AjK
Date:
Thu Apr 21 09:39:50 2011 +0000
Parent:
18:21ef26402365
Child:
20:59c74aaedda2
Commit message:
1.18 See ChangeLog.c

Changed in this revision

MODSERIAL.h Show annotated file Show diff for this revision Revisions of this file
--- a/MODSERIAL.h	Thu Apr 21 09:20:41 2011 +0000
+++ b/MODSERIAL.h	Thu Apr 21 09:39:50 2011 +0000
@@ -56,7 +56,7 @@
  * @see API 
  *
  * <b>MODSERIAL_IRQ_INFO</b> is a class used to pass information (and access to protected
- * MODSERIAL functions) to IRQ callbacks.
+ * MODSERIAL functions) to IRQ callbacks. 
  */
 class MODSERIAL_IRQ_INFO
 {
@@ -178,7 +178,11 @@
  * @author Andy Kirkham
  * @see http://mbed.org/cookbook/MODSERIAL
  * @see http://mbed.org/handbook/Serial
- * @see example.cpp
+ * @see example1.cpp
+ * @see example2.cpp
+ * @see example3a.cpp
+ * @see example3b.cpp
+ * @see example_dma.cpp
  * @see API 
  *
  * <b>MODSERIAL</b> extends the Mbed library <a href="/handbook/Serial">Serial</a> to provide fully buffered