Skip to content
Snippets Groups Projects
  1. Feb 11, 2011
  2. Feb 09, 2011
  3. Feb 04, 2011
  4. Feb 02, 2011
  5. Jan 30, 2011
  6. Jan 26, 2011
  7. Jan 23, 2011
  8. Jan 22, 2011
  9. Jan 17, 2011
  10. Jan 16, 2011
  11. Jan 13, 2011
  12. Jan 10, 2011
    • 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
  13. Jan 08, 2011
  14. Jan 03, 2011
  15. Dec 31, 2010
  16. Dec 28, 2010
  17. Dec 26, 2010
    • Dean Camera's avatar
      Added basic driver example use code to the library documentation. · 2073b96d
      Dean Camera authored
      Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams.
      2073b96d
    • Dean Camera's avatar
      Make a new general RingBuffer.h misc library driver, instead of the... · 39ac72f2
      Dean Camera authored
      Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.
      
      Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size.
      
      Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
      39ac72f2
  18. Dec 25, 2010
  19. Dec 24, 2010
  20. Dec 17, 2010
  21. Dec 13, 2010
  22. Dec 12, 2010
  23. Dec 03, 2010
  24. Dec 02, 2010
  25. Nov 30, 2010
Loading