Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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