Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functions.

This commit is contained in:
Dean Camera 2014-07-15 21:23:13 +10:00
parent 0c00c2aaa3
commit 3d818fbb86
3 changed files with 57 additions and 2 deletions

View file

@ -10,6 +10,7 @@
* <b>New:</b>
* - Core:
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
* - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
*
* <b>Fixed:</b>
* - Core: