USB docs change
Colin (478) 2433 posts |
To avoid confusion can the usb docs be changed. Lines 155 to 166 should be removed because R6-R8 are not used by DeviceFS_CallDevice in DeviceFS or when the action code (r0) is USB Control Request. The docs defines USB Control Request as follows:
DeviceFS_CallDevice in devicefs is defined like this:
So r6,r7,r8 isn’t being passed to DeviceFS_CallDevice for use by DeviceFS_CallDevice itself. And in usbmodule the control request action code does this:
So USB control request doesn’t use r6,r7,r8 |
Colin (478) 2433 posts |
I note when changing the docs you just marked r6-r8 as ‘not on iyonix’ but still possible for the podule . If it is possible to use these registers for a podule then it may be a good idea to require require r6 to be 0 on the iyonix so that code is compatible with both systems. On another subject can I make a plea that comments in files and when committing changes are hard line wrapped. When reading the CVS logs and ‘markup’ files online, comments can go on for a number of horizontal screenfuls as they appear as a single line. |
Sprow (202) 1155 posts |
If you note my notes in the notes I noted this as a note already. |