- 07 Apr, 2012 1 commit
-
-
Dean Camera authored
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
-
- 17 Mar, 2012 1 commit
-
-
Dean Camera authored
Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask(). Minor documentation improvements.
-
- 24 Feb, 2012 1 commit
-
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
- 18 Feb, 2012 1 commit
-
-
Dean Camera authored
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
-
- 04 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 03 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 23 Dec, 2011 1 commit
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- 20 Dec, 2011 1 commit
-
-
Dean Camera authored
-
- 22 Sep, 2011 1 commit
-
-
Dean Camera authored
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
-
- 02 Sep, 2011 1 commit
-
-
Dean Camera authored
Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements.
-
- 23 Aug, 2011 1 commit
-
-
Dean Camera authored
Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons).
-
- 16 Aug, 2011 1 commit
-
-
Dean Camera authored
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
-
- 14 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 13 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 06 Jul, 2011 1 commit
-
-
Dean Camera authored
Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.
-
- 20 Jun, 2011 1 commit
-
-
Dean Camera authored
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
-
- 01 Jun, 2011 1 commit
-
-
Dean Camera authored
-
- 09 May, 2011 1 commit
-
-
Dean Camera authored
Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
-
- 08 May, 2011 1 commit
-
-
Dean Camera authored
-
- 25 Apr, 2011 1 commit
-
-
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).
-
- 13 Apr, 2011 1 commit
-
-
Dean Camera authored
-
- 12 Apr, 2011 1 commit
-
-
Dean Camera authored
Perform endianness correction in the HID report parser for big-endian platforms.
-
- 10 Apr, 2011 1 commit
-
-
Dean Camera authored
Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
-
- 08 Apr, 2011 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function. Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input.
-
Dean Camera authored
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.
-
- 21 Mar, 2011 1 commit
-
-
Dean Camera authored
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.
-
- 15 Mar, 2011 1 commit
-
-
Dean Camera authored
-
- 13 Mar, 2011 4 commits
-
-
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.
-
- 05 Mar, 2011 2 commits
-
-
Dean Camera authored
Fix UC3B architecture compile errors and ensure the architecture can be compiled with no special makefile tokens defined.
-
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.
-
- 28 Feb, 2011 1 commit
-
-
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.
-
- 27 Feb, 2011 3 commits
-
-
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.
-