aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-08-27 21:09:47 +1000
committerGitHub <noreply@github.com>2018-08-27 21:09:47 +1000
commit737382aeda146ca793be452ac5790e12d1ca16ea (patch)
tree9894260620bad8423b6343122c245804b030bc24 /LUFA/DoxygenPages/ChangeLog.txt
parentdb0bc2ac2211872ee608cf3c60495b180438ffee (diff)
parentf469eb7745b52029d57636334b2e3f4e511bc968 (diff)
downloadlufa-737382aeda146ca793be452ac5790e12d1ca16ea.tar.gz
lufa-737382aeda146ca793be452ac5790e12d1ca16ea.tar.bz2
lufa-737382aeda146ca793be452ac5790e12d1ca16ea.zip
Merge pull request #137 from abcminiuser/feature-ccid
New class driver: CCID
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 e1424c5f9..228e236aa 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -10,6 +10,7 @@
* <b>New:</b>
* - Core:
* - The USE_INTERNAL_SERIAL definition can now be overridden by the user to a custom string index (thanks to Nicohood)
+ * - New CCID class driver and associated demos (thanks to Filipe Rodrigues)
* - Library Applications:
* - Added Microsoft OS Compatibility descriptors to the RNDIS demos for driverless install on Windows 7 and newer
*