projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Delete host mode demos from the root Host demos folder.
[pub/lufa.git]
/
LUFA
/
ChangeLog.txt
diff --git
a/LUFA/ChangeLog.txt
b/LUFA/ChangeLog.txt
index
529cac4
..
3c48830
100644
(file)
--- a/
LUFA/ChangeLog.txt
+++ b/
LUFA/ChangeLog.txt
@@
-5,10
+5,13
@@
*/
\r
\r
========== TODO: ===========
\r
*/
\r
\r
========== TODO: ===========
\r
- - Document new
class drivers
\r
- -
Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
\r
- - D
isable JTAG in demo
s
\r
+ - Document new
device class drivers (in progress)
\r
+ -
Made new host class drivers
\r
+ - D
ocument new host class driver
s
\r
- Convert Host mode demos to class drivers
\r
- Convert Host mode demos to class drivers
\r
+ - Add in old Host mode demos, convert to schedulerless
\r
+ - Add in incomplete host mode demos
\r
+ - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
\r
- Remake AVRStudio projects to reflect file structure changes
\r
============================
\r
\r
- Remake AVRStudio projects to reflect file structure changes
\r
============================
\r
\r
@@
-16,6
+19,12
@@
*
\r
* \section Sec_ChangeLogXXXXXX Version XXXXXX
\r
*
\r
*
\r
* \section Sec_ChangeLogXXXXXX Version XXXXXX
\r
*
\r
+ * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)
\r
+ * - Added new class drivers and matching demos to the library for rapid application development
\r
+ *
\r
+ *
\r
+ * \section Sec_ChangeLog090605 Version 090605
\r
+ *
\r
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data
\r
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list
\r
* - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled
\r
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data
\r
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list
\r
* - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled
\r
@@
-38,7
+47,6
@@
* LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs
\r
* - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure
\r
* - Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt
\r
* LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs
\r
* - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure
\r
* - Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt
\r
- * - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)
\r
*
\r
*
\r
* \section Sec_ChangeLog090510 Version 090510
\r
*
\r
*
\r
* \section Sec_ChangeLog090510 Version 090510
\r