qmk_firmware/LUFA/Drivers/USB/Core/UC3
Dean Camera 70284d390f Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.
Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture.

Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
2011-04-08 04:49:20 +00:00
..
Device_UC3.c Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. 2011-03-13 21:53:19 +00:00
Device_UC3.h Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
Endpoint_UC3.c Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. 2011-03-13 21:53:19 +00:00
Endpoint_UC3.h Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
Host_UC3.c Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
Host_UC3.h Re-add accidentally deleted Host_UC3.c and Host_UC3.h files. 2011-03-13 22:02:07 +00:00
Pipe_UC3.c Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. 2011-03-13 21:53:19 +00:00
Pipe_UC3.h Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
USBController_UC3.c F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports. 2011-03-21 10:20:42 +00:00
USBController_UC3.h Add in new architecture attribute defines to selectively remove the EEPROM and FLASH memory space functions on architectures which do not have seperate memory address spaces. 2011-03-21 11:10:02 +00:00
USBInterrupt_UC3.c Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
USBInterrupt_UC3.h Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00