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.
ChangeLog.c
- Committer:
- AjK
- Date:
- 2011-02-05
- Revision:
- 8:cb4d323ce6fd
- Parent:
- 7:347110c7aefc
- Child:
- 9:e7ecf909e834
File content as of revision 8:cb4d323ce6fd:
/* $Id:$
1.5 - 5 Feb 2011
* Found a bug in the NXP library that I had copied over.
http://mbed.org/forum/mbed/topic/1798
* Added example2.cpp to support that forum thread.
1.4 - 23/11/2010
* Added some extra overloaded methods to make calling certain
userland API methods simpler.
1.3 - 23/10/2010
* Added the LLI class wrapper.
* Added checking channel's LLI for non-null before auto-disable
of a channel with the ISR.
* Tested with MODSERIAL which is now natively MODDMA "aware".
MODSERIAL can now, using MODDMA, send blocks of bytes out
of it's TX port under DMA control.
1.2 - 23/10/2010
* Improved the IRQ callback attachment API to make
easier attachments when creating configurations.
1.1 - 23/10/2010
* Tidied up example1.cpp
* Removed some unneeded methoids that cause compiler errs.
1.0 - 23/11/2010
* First release
*/