Add todo item.

This commit is contained in:
László Monda 2013-12-18 18:55:47 +01:00
parent 6eba84bf4b
commit a359a266df
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* -# Make HOST_DEVICE_SETTLE_DELAY_MS a global variable that can be changed * -# Make HOST_DEVICE_SETTLE_DELAY_MS a global variable that can be changed
* -# Add MANDATORY_EVENT_FUNCTIONS compile time option * -# Add MANDATORY_EVENT_FUNCTIONS compile time option
* -# Add watchdog support to the library and apps/bootloaders * -# Add watchdog support to the library and apps/bootloaders
* -# Limit the maximum size of control transfers
* - Testing/Verification * - Testing/Verification
* -# Re-run USBIF test suite on all classes to formally verify operation * -# Re-run USBIF test suite on all classes to formally verify operation
* -# Implement automated functional testing of all demos * -# Implement automated functional testing of all demos