| Age | Commit message (Collapse) | Author |
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528@1768 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528-BETA@1741 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528-QA@1739 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
and masks to preserve endianness across different architectures.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1738 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
common configuration sections as identical as possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1737 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
one-another as possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1736 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1735 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
architectures.
Perform endianness correction in the HID report parser for big-endian platforms.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1734 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1733 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
macros.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1732 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
them.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1731 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1730 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1729 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1728 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1727 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1726 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
multiple address space architectures.
Update Doxygen configuration file for the latest Doxygen release.
Minor documentation updates.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1725 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
multiple address spaces.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1724 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
constructs.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1723 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
8/16 bit boundary.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1722 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
and FLASH memory space functions on architectures which do not have seperate memory address spaces.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1721 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
architecture ports.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1720 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1719 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Degelsegger).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1718 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1717 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1716 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1715 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
when the SUSPI bit is set (thanks to Holger Steinhaus).
Remove redundant setting of UIDE in the AVR8 and AVR32 USB controller drivers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1714 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
maintain unique joystick direction bits in the returned mask value.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1713 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
AVRs when automatic PLL mode is specified.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1712 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
incomming bits are sampled at their mid-point instead of starting point, to give maximum reliability (thanks to Anton).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1711 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1710 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1709 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1708 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1707 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1706 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1705 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
microcontrollers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1704 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1703 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1702 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
at a time to prevent data alignment issues.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1701 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
correct alignments on larger architectures.
Fix EVK1101 swapped joystick Right/Down masks.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1700 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
compiled with no special makefile tokens defined.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1699 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
with the Pipe_ResetPipe() function name.
Fix undefined error in Pipe_UC3B.h.
Add missing migration notes.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1698 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
endpoint control interfaces. Fix incorrect endianness for the Endpoint/Pipe read and write routines.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1697 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1696 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1695 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
prematurely if the data pipes (but not event pipe) is found.
Fixed missing call to Pipe_SetInfiniteINRequests() in the Pipe_ConfigurePipe() routine.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1694 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1693 d5102386-fcda-11dd-9fdb-3debd5008f28
|