- Mar 03, 2011
-
-
Dean Camera authored
Fixed Still Image Host class driver exiting the descriptor search routine prematurely if the data pipes (but not event pipe) is found. Fixed missing call to Pipe_SetInfiniteINRequests() in the Pipe_ConfigurePipe() routine.
-
- Feb 28, 2011
-
-
Dean Camera authored
Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet. Add in temporary global interrupts enable/disable macros.
-
- Feb 27, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Add code to start the USBB Generic Clock from the user-specified master clock source (OSCx or PLLx) in the AVR32 UC3B core USB driver.
-
Dean Camera authored
Oops - ensure that only the relevant/available interrupts are defined and used on each architecture. Make all USB driver headers include USBMode.h first, to ensure that the relevant USB mode macros are defined.
-
Dean Camera authored
Changed over the AVR8 USB controller interrupt management macros to be inlined functions instead, for better compile-time validity checking and to keep the per-architecture source files as uniform as possible.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Move out common architecture-independent core definitions into the appropriate core dispatch header files.
-
Dean Camera authored
More AVR32 UC3B architecture ports - USB device mode applications can now be sucessfully compiled, although they will be currently non-functional.
-
- Feb 26, 2011
-
-
Dean Camera authored
Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called. More UC3B architecture porting.
-
Dean Camera authored
Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus).
-
Dean Camera authored
-
- Feb 20, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
-
Dean Camera authored
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
-
Dean Camera authored
-
Dean Camera authored
More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
-
Dean Camera authored
-
Dean Camera authored
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
-
- Feb 19, 2011
-
-
Dean Camera authored
Initial restructuring of the core USB driver module to support multiple architectures in the future.
-
Dean Camera authored
-
Dean Camera authored
Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
-
Dean Camera authored
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
-
Dean Camera authored
-
- Feb 17, 2011
-
-
Dean Camera authored
-
- Feb 16, 2011
-
-
Dean Camera authored
-
- Feb 15, 2011
-
-
Dean Camera authored
-
- Feb 13, 2011
-
-
Dean Camera authored
-
- Feb 12, 2011
-
-
Dean Camera authored
-
- Feb 11, 2011
-
-
Dean Camera authored
-
- Feb 10, 2011
-
-
Dean Camera authored
Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
-
- Feb 09, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.
-
Dean Camera authored
-
Dean Camera authored
Change bootloader makefiles to automatically compute the bootloader starting address from a flash size and bootloader section size, expressed in KB.
-
- Feb 06, 2011
-
-
Dean Camera authored
Add const to all project descriptor definitions for safety.
-
Dean Camera authored
Tighten up the Bootloader GetDescriptor() function, as the descriptor size can be extracted from the header after the address has been found.
-