- Mar 13, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Remove UC3B temp macros related to EEPROM, to ensure that projects requiring this break at compile time rather than at runtime until a solution can be found.
-
Dean Camera authored
Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.
-
- Mar 11, 2011
-
-
Dean Camera authored
Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at a time to prevent data alignment issues.
-
Dean Camera authored
Add structure padding to the appropriate descriptor structures to maintain correct alignments on larger architectures. Fix EVK1101 swapped joystick Right/Down masks.
-
- Mar 05, 2011
-
-
Dean Camera authored
Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.
-
Dean Camera authored
Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name. Fix undefined error in Pipe_UC3B.h. Add missing migration notes.
-
Dean Camera authored
Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint control interfaces. Fix incorrect endianness for the Endpoint/Pipe read and write routines.
-
Dean Camera authored
Porting updates for the UC3B architecture - get UC3B partially enumerating using a modified mouse demo on the EVK1101. Implement a software FIFO for the endpoint banks; datasheet hints that this can be done through hardware as on the AVR8 architecture, but the correct method to do this not discovered yet.
-
Dean Camera authored
-
- 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
-