Skip to content
Snippets Groups Projects
  1. Aug 30, 2009
  2. Aug 27, 2009
  3. Aug 26, 2009
  4. Aug 25, 2009
    • Dean Camera's avatar
      Updated Benito project -- added hardware interrupt and software buffering for... · 6d1adf73
      Dean Camera authored
      Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.
      
      Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host.
      
      Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation.
      6d1adf73
  5. Aug 16, 2009
  6. Aug 13, 2009
  7. Aug 11, 2009
  8. Aug 05, 2009
  9. Aug 04, 2009
  10. Aug 02, 2009
  11. Jul 31, 2009
    • Dean Camera's avatar
      Fix demos based on the device mode HID class driver, as well as the driver... · eb410869
      Dean Camera authored
      Fix demos based on the device mode HID class driver, as well as the driver itself. Changed HID device class driver to require the user to give a buffer and size to hold the previously generated report, for comparison purposes, and altered the prototype of the CALLBACK_HID_Device_CreateHIDReport() function so that reports can be sent to the host even if there are no apparent changes (useful for relative movements in mice, etc.).
      eb410869
  12. Jul 30, 2009
  13. Jul 28, 2009
Loading