Skip to content
Snippets Groups Projects
  1. Jan 30, 2011
  2. Jan 26, 2011
  3. Jan 23, 2011
  4. Jan 22, 2011
  5. Jan 17, 2011
  6. Jan 16, 2011
  7. Jan 13, 2011
  8. 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
  9. Jan 08, 2011
  10. Jan 03, 2011
  11. Dec 31, 2010
  12. Dec 28, 2010
  13. 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
  14. Dec 25, 2010
  15. Dec 24, 2010
  16. Dec 17, 2010
  17. Dec 13, 2010
  18. Dec 12, 2010
  19. Dec 03, 2010
  20. Dec 02, 2010
  21. Nov 30, 2010
  22. Nov 29, 2010
  23. Nov 27, 2010
  24. Nov 26, 2010
  25. Nov 25, 2010
  26. Nov 23, 2010
  27. Nov 22, 2010
Loading