summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-27Oops - ensure that only the relevant/available interrupts are defined and use...Dean
2011-02-27Changed over the AVR8 USB controller interrupt management macros to be inline...Dean
2011-02-27General cleanup and more port work to the AVR32 UC3B.Dean
2011-02-27Fix USB Host mode compile errors for the UC3B architecture.Dean
2011-02-27Move out common architecture-independent core definitions into the appropriat...Dean
2011-02-27More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-26Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun...Dean
2011-02-26More UC3B architecture port updates.Dean
2011-02-20Update board driver common APIs to use uint_reg_t.Dean
2011-02-20Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port.Dean
2011-02-20Make sure the peripheral driver .c files include the driver dispatch header, ...Dean
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ...Dean
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Fix documentation glitches from the restructuring changes.Dean
2011-02-19Move out Dataflash IC command constants headers into the general LUFA/Drivers...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-19Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean
2011-02-17Fix non-ASCII characters breaking LaTex documentation builds.Dean
2011-02-16Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean
2011-02-15Add missing HID bootloader AVRStudio project.Dean
2011-02-13Add more const-ness to the stream endpoint/pipe functions where possible.Dean
2011-02-12Fix include path in the library RingBuffer.h header file.Dean
2011-02-11Fix typos in the HID class bootloader makefile.Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-02-09Fix errors in the hid_bootloader_cli.c program code.Dean
2011-02-09Update HID bootloader loader application to support the VID/PID used by the b...Dean
2011-02-09Added HID class bootloader, compatible with a modified version of the command...Dean
2011-02-09Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Dean
2011-02-09Change bootloader makefiles to automatically compute the bootloader starting ...Dean
2011-02-06Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean
2011-02-06Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean
2011-02-06Update projects using FatFS and PetiteFatFS to the latest library versions.Dean
2011-02-06Fix incorrect #include filenames in the RNDIS demos.Dean
2011-02-04Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean
2011-02-02Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-30Oops - fix up some calls to the old function names, include Serial Peripheral...Dean
2011-01-30Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-30Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-23Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean
2011-01-23Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean