Skip to content
Snippets Groups Projects
  1. May 19, 2011
  2. May 18, 2011
  3. May 14, 2011
    • Dean Camera's avatar
      Fixed possible invalid program execution when in host mode if corrupt... · 049e9309
      Dean Camera authored
      Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
      
      Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.
      
      Add missing documentation to the USB_Device_States_t enum.
      049e9309
  4. May 09, 2011
  5. May 08, 2011
  6. Apr 25, 2011
    • Dean Camera's avatar
      Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result... · f670bdef
      Dean Camera authored
      Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.
      
      Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags).
      
      Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default.
      
      Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility).
      f670bdef
  7. Apr 20, 2011
  8. Apr 13, 2011
  9. Apr 12, 2011
  10. Apr 10, 2011
  11. Apr 08, 2011
  12. Apr 04, 2011
  13. Mar 27, 2011
  14. Mar 23, 2011
  15. Mar 21, 2011
  16. Mar 16, 2011
  17. Mar 15, 2011
  18. Mar 14, 2011
  19. Mar 13, 2011
  20. Mar 11, 2011
  21. Mar 05, 2011
Loading