aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-07-15 21:23:13 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-07-15 21:23:13 +1000
commit3d818fbb86ddb648c6df4d9389dc025510a169b6 (patch)
tree1d807808fa9217039a7ae3619017441d2bbdafd8 /LUFA/DoxygenPages/ChangeLog.txt
parent0c00c2aaa30421aea2e949443853971ec11a82bb (diff)
downloadlufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.tar.gz
lufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.tar.bz2
lufa-3d818fbb86ddb648c6df4d9389dc025510a169b6.zip
Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functions.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 9adc14ca3..a03d389b4 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -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: