trying to make telnetserver repo public
Fork of MODSERIAL by
Diff: ChangeLog.c
- Revision:
- 8:775f860e94d3
- Parent:
- 7:ffa4a7cb7f8d
- Child:
- 9:b3cdae80e7a9
--- a/ChangeLog.c Mon Nov 22 09:19:50 2010 +0000 +++ b/ChangeLog.c Mon Nov 22 09:58:34 2010 +0000 @@ -1,5 +1,14 @@ /* $Id:$ +1.8 - 22/11/2010 + + * Added code so that if a buffer is set to zero length then + MODSERIAL defaults to just using the FIFO for that stream + thus making the library "fall back" to teh same operation + that the Mbed Serial library performs. + * Removed dmaSend() function that should have been removed + at 1.7 + 1.7 - 21/11/2010 * Remove the DMA enum from MODSERIAL.h as it's not currently