aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-1975-425/+970
| | | | architectures in the future.
* Fix documentation glitches from the restructuring changes.Dean Camera2011-02-194-4/+4
|
* Move out Dataflash IC command constants headers into the general ↵Dean Camera2011-02-1911-561/+214
| | | | LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-19196-731/+1272
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Reduced latency for executing the Start-Of-Frame events (if enabled in the ↵Dean Camera2011-02-194-15/+17
| | | | user application).
* Fix non-ASCII characters breaking LaTex documentation builds.Dean Camera2011-02-171-1/+1
|
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-165-0/+136
|
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-152-1/+2
|
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-1313-46/+50
|
* Fix include path in the library RingBuffer.h header file.Dean Camera2011-02-121-3/+3
|
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-113-8/+9
|
* Add static keyword to all project globals whose scope should be restricted ↵Dean Camera2011-02-1062-211/+192
| | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
* Fix errors in the hid_bootloader_cli.c program code.Dean Camera2011-02-091-18/+15
|
* Update HID bootloader loader application to support the VID/PID used by the ↵Dean Camera2011-02-098-39/+98
| | | | bootloader.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-0916-6/+4520
| | | | command line Teensy loader from PJRC.com.
* Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo.Dean Camera2011-02-097-3030/+3030
|
* Change bootloader makefiles to automatically compute the bootloader starting ↵Dean Camera2011-02-095-7/+12
| | | | address from a flash size and bootloader section size, expressed in KB.
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-0646-247/+265
| | | | Add const to all project descriptor definitions for safety.
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ↵Dean Camera2011-02-063-50/+32
| | | | can be extracted from the header after the address has been found.
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-0618-1913/+2484
|
* Fix incorrect #include filenames in the RNDIS demos.Dean Camera2011-02-062-2/+2
|
* Fixed programming errors in the AVRISP-MKII project when the programming ↵Dean Camera2011-02-044-2/+23
| | | | packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
* Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Dean Camera2011-02-022-1/+2
|
* Renamed all driver termination *_ShutDown() functions to the more logical ↵Dean Camera2011-01-3037-39/+40
| | | | name *_Disable().
* Oops - fix up some calls to the old function names, include Serial ↵Dean Camera2011-01-303-2/+3
| | | | Peripheral driver in the RNDISEthernetHost project.
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and ↵Dean Camera2011-01-3014-31/+146
| | | | | | CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead. Added new Serial_SendData() function to the Serial driver.
* Removed SerialStream module, rolled functionality into the base USART Serial ↵Dean Camera2011-01-30107-562/+520
| | | | | | | | peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking.
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items ↵Dean Camera2011-01-305-9/+19
| | | | into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ↵Dean Camera2011-01-3024-286/+257
| | | | | | | | | | | | ClassDriver demos to use it. Fix reversed byte ordering of multi-byte HID data. Added support to the HID parser for extended USAGE items that contain the usage page as well as the usage index. Removed the HID_IOF_NON_VOLATILE and HID_IOF_VOLATILE flags from HID INPUT items where the flag is invalid. Changed over HID OUTPUT items to use HID_IOF_NON_VOLATILE. Change over MagStripe project to use HID_DESCRIPTOR_KEYBOARD() for its HID report. Change over MouseHostDevice demo to use HID_DESCRIPTOR_MOUSE() for its HID report.
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-2622-23/+3086
| | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros.
* Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and ↵Dean Camera2011-01-2312-213/+208
| | | | HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of basic USB HID device reports.
* Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and ↵Dean Camera2011-01-233-4/+5
| | | | USAGE_MAXIMUM when describing the joystick buttons, to allow for easy extension of the number of supported buttons.
* Changed AVRISP-MKII project to use the Watchdog interrupt for command ↵Dean Camera2011-01-2210-35/+37
| | | | timeouts, to reduce CPU usage and free timer 0 for other uses in the future.
* Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in ↵Dean Camera2011-01-172-2/+4
| | | | | | the HID class driver (thanks to Joby Taffey). Add in newHID_KEYBOARD_SC_POWER keyboard scancode constant.
* Abuse the the C preprocessor so that the HID macros can automatically encode ↵Dean Camera2011-01-1716-496/+474
| | | | data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.
* Fixed several functions in the Host mode Still Image Class driver returning ↵Dean Camera2011-01-162-4/+6
| | | | an error code from the incorrect error code enum (thanks to Daniel Seibert).
* Minor documentation corrections for the new HID report item constant defines.Dean Camera2011-01-164-4/+3
|
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation ↵Dean Camera2011-01-1626-623/+646
| | | | | | | | and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
* Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean Camera2011-01-164-8/+26
|
* Added new high level TWI packet read/write commands, altered behaviour of ↵Dean Camera2011-01-1313-91/+224
| | | | | | the TWI_StartTransmission() function. Spell check source code files.
* Oops - The DS1307 contains an unused "DayOfWeek" register that must be ↵Dean Camera2011-01-132-43/+52
| | | | accounted for in the new unified DS1307 Time/Day read and write routines.
* Changed TempDataLogger project's DS1307 driver to simplify the function ↵Dean Camera2011-01-136-130/+88
| | | | interface and prevent a possible race condition.
* Fix typos and outdated information.Dean Camera2011-01-105-25/+22
|
* Call USB_USBTask() in the Endpoint stream functions between packets if ↵Dean Camera2011-01-105-20/+6
| | | | INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵Dean Camera2011-01-10107-887/+1201
| | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
* Oops - fix type preventing compilation of demos using the class drivers.Dean Camera2011-01-081-1/+1
|
* Minor documentation improvements.Dean Camera2011-01-0848-324/+329
|
* The FAST_STREAM_TRANSFERS compile time option has been removed due to lack ↵Dean Camera2011-01-088-173/+17
| | | | | | of use and low cost/benefit ratio. Add GCC_FORCE_POINTER_ACCESS() macro use to the RingBuffer library header, to attempt to force GCC into producing more efficient code for manipulating the buffers.
* Add custom footer to the main library documentation.Dean Camera2011-01-033-3/+4
|
* Update Doxygen documentation configuration file for the main project ↵Dean Camera2011-01-034-77/+211
| | | | documentation to the latest version. Add missing data structure documentation briefs.