- May 19, 2011
-
-
Dean Camera authored
-
- May 18, 2011
-
-
Dean Camera authored
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
-
Dean Camera authored
-
Dean Camera authored
-
- May 14, 2011
-
-
Dean Camera authored
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
-
- May 09, 2011
-
-
Dean Camera authored
Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
-
- May 08, 2011
-
-
Dean Camera authored
-
- Apr 25, 2011
-
-
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).
-
- Apr 20, 2011
-
-
Dean Camera authored
-
- Apr 13, 2011
-
-
Dean Camera authored
Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures.
-
- Apr 12, 2011
-
-
Dean Camera authored
Perform endianness correction in the HID report parser for big-endian platforms.
-
- Apr 10, 2011
-
-
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.
-
- Apr 08, 2011
-
-
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.
-
- Apr 04, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and 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.
-
Dean Camera authored
Conditionally add available address spaces to the address space enum, for multiple address space architectures. Update Doxygen configuration file for the latest Doxygen release. Minor documentation updates.
-
- Mar 27, 2011
-
-
Dean Camera authored
-
- Mar 23, 2011
-
-
Dean Camera authored
-
- Mar 21, 2011
-
-
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.
-
Dean Camera authored
-
- Mar 16, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Mar 15, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the SUSPI bit is set (thanks to Holger Steinhaus). Remove redundant setting of UIDE in the AVR8 and AVR32 USB controller drivers.
-
Dean Camera authored
Add named macros to the board joystick drivers where a shift is needed to maintain unique joystick direction bits in the returned mask value.
-
Dean Camera authored
Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs when automatic PLL mode is specified.
-
- Mar 14, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
- Mar 13, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 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.
-