diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 01:18:34 -0800 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-12-20 01:18:34 -0800 |
commit | 1cd0f66347cf8b07dfc2e8d43ac3bdd6b6ed5aed (patch) | |
tree | 64bedc05c87aa0f017226a091dd2ee0eb86dba86 | |
parent | d8f0d2709b02b38f363f4497f5e2ceb987743719 (diff) | |
parent | a359a266dfb891505f93b1bac339fb8ccc6e0e40 (diff) | |
download | lufa-1cd0f66347cf8b07dfc2e8d43ac3bdd6b6ed5aed.tar.gz lufa-1cd0f66347cf8b07dfc2e8d43ac3bdd6b6ed5aed.tar.bz2 lufa-1cd0f66347cf8b07dfc2e8d43ac3bdd6b6ed5aed.zip |
Merge pull request #15 from mondalaci/limit-control-transfer-size
Add todo item.
-rw-r--r-- | LUFA/DoxygenPages/FutureChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/FutureChanges.txt b/LUFA/DoxygenPages/FutureChanges.txt index 18f572810..af1186374 100644 --- a/LUFA/DoxygenPages/FutureChanges.txt +++ b/LUFA/DoxygenPages/FutureChanges.txt @@ -24,6 +24,7 @@ * -# Make HOST_DEVICE_SETTLE_DELAY_MS a global variable that can be changed * -# Add MANDATORY_EVENT_FUNCTIONS compile time option * -# Add watchdog support to the library and apps/bootloaders + * -# Limit the maximum size of control transfers * - Testing/Verification * -# Re-run USBIF test suite on all classes to formally verify operation * -# Implement automated functional testing of all demos |