Skip to content
Snippets Groups Projects
  1. Feb 06, 2011
  2. Feb 04, 2011
  3. Feb 02, 2011
  4. Jan 30, 2011
  5. Jan 26, 2011
  6. Jan 23, 2011
  7. Jan 22, 2011
  8. Jan 17, 2011
  9. Jan 16, 2011
  10. Jan 13, 2011
  11. 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
  12. Jan 08, 2011
  13. Jan 03, 2011
  14. Jan 01, 2011
  15. Dec 31, 2010
  16. Dec 28, 2010
  17. Dec 26, 2010
Loading