Skip to content
Snippets Groups Projects
  1. Jan 30, 2011
    • Dean Camera's avatar
      Removed SerialStream module, rolled functionality into the base USART Serial... · afd828c0
      Dean Camera authored
      Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
      
      Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
      
      Altered the serial byte receive function to make it non-blocking.
      afd828c0
  2. Jan 26, 2011
  3. Jan 16, 2011
    • Dean Camera's avatar
      New HID report item macros (with HID_RI_ prefix) to allow for easy creation... · 039a714e
      Dean Camera authored
      New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.
      
      Changed over all project and demo HID report descriptors to use the new HID report item macros.
      
      Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
      039a714e
  4. 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
  5. Dec 26, 2010
    • 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
  6. Dec 17, 2010
  7. Dec 03, 2010
  8. Nov 24, 2010
  9. Nov 21, 2010
  10. Nov 08, 2010
  11. Oct 28, 2010
  12. Oct 25, 2010
    • Dean Camera's avatar
      Add descriptor class, subclass and protocol constants to the class drivers,... · 55538dce
      Dean Camera authored
      Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible.
      
      Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos.
      
      Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
      55538dce
  13. Oct 24, 2010
  14. Oct 17, 2010
  15. Oct 07, 2010
  16. Sep 28, 2010
  17. Sep 14, 2010
  18. Sep 13, 2010
  19. Sep 11, 2010
  20. Sep 04, 2010
  21. Sep 03, 2010
  22. Aug 22, 2010
  23. Jul 22, 2010
  24. Jul 21, 2010
    • Dean Camera's avatar
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel... · 99d8a393
      Dean Camera authored
      Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
      
      Rename LowLevel.c/.h to USBController.c/.h.
      
      Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
      99d8a393
  25. Jul 13, 2010
  26. Jul 08, 2010
    • Dean Camera's avatar
      Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h... · 70983cae
      Dean Camera authored
      Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
      70983cae
  27. Jul 02, 2010
    • Dean Camera's avatar
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific... · 8b053d6b
      Dean Camera authored
      Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request.
      
      Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.
      8b053d6b
  28. Jun 16, 2010
  29. Jun 13, 2010
Loading