Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results

Endianness.h

  • Dean Camera's avatar
    f670bdef
    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
    History
    Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result...
    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).