Skip to content
Snippets Groups Projects
  1. Jan 16, 2011
  2. Jan 13, 2011
  3. Jan 10, 2011
    • Dean Camera's avatar
      Fix typos and outdated information. · 187ccb2e
      Dean Camera authored
      187ccb2e
    • Dean Camera's avatar
      Call USB_USBTask() in the Endpoint stream functions between packets if... · 154f934b
      Dean Camera authored
      Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
      154f934b
    • Dean Camera's avatar
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed... · f555ad7c
      Dean Camera authored
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
      
      Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
      
      Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
      
      Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
      f555ad7c
  4. Jan 08, 2011
  5. Jan 03, 2011
  6. Jan 01, 2011
  7. Dec 31, 2010
  8. Dec 28, 2010
  9. Dec 26, 2010
  10. Dec 25, 2010
  11. Dec 24, 2010
  12. Dec 17, 2010
  13. Dec 13, 2010
  14. Dec 12, 2010
  15. Dec 03, 2010
  16. Dec 02, 2010
  17. Nov 30, 2010
Loading