Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incomplete MIDIToneGenerator project. | Dean Camera | 2010-09-13 | 5 | -1391/+0 |
| | |||||
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 3 | -3/+3 |
| | |||||
* | Added class specific descriptor type defines with standard USB-IF element ↵ | Dean Camera | 2010-09-09 | 6 | -30/+30 |
| | | | | naming. | ||||
* | Clarify in the project documentation files what the each of the different ↵ | Dean Camera | 2010-08-31 | 9 | -26/+26 |
| | | | | USB AVR device "series" comprises of. | ||||
* | Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ↵ | Dean Camera | 2010-08-31 | 2 | -2/+2 |
| | | | | incorrect call to ADC_Init() in the TemperatureDatalogger project. | ||||
* | Remove remaining void* descriptor casts in the projects and demos that were ↵ | Dean Camera | 2010-08-29 | 4 | -19/+19 |
| | | | | not removed when the GetDescriptor callback function's signature was altered. | ||||
* | Add better description of the Ultra-Lightweight Ring Buffer header files. | Dean Camera | 2010-08-29 | 3 | -3/+24 |
| | |||||
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function ↵ | Dean Camera | 2010-08-24 | 22 | -100/+111 |
| | | | | so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). | ||||
* | Moved calls to Device mode Class Driver events to after the request has been ↵ | Dean Camera | 2010-08-22 | 3 | -1/+3 |
| | | | | | | acknowledged, so that long event handlers do do skew the timing of the control requests. Fixed USBtoSerial and Benito project SetLineEncoding calls failing if the USART is busy, due to the RX ISR delaying the control request handler. | ||||
* | Added compile time error to the AVRISP-MKII project when built for the U4 ↵ | Dean Camera | 2010-08-22 | 1 | -0/+4 |
| | | | | chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco). | ||||
* | Fixed MassStorage based demos and projects resetting the SCSI sense values ↵ | Dean Camera | 2010-08-18 | 6 | -95/+204 |
| | | | | | | before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger). Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver. | ||||
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to ↵ | Dean Camera | 2010-08-09 | 9 | -50/+44 |
| | | | | | | use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints. | ||||
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix ↵ | Dean Camera | 2010-08-08 | 12 | -12/+48 |
| | | | | systems, due to the recent update to the latest WinAVR makefile template. | ||||
* | Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ↵ | Dean Camera | 2010-08-03 | 1 | -3/+3 |
| | | | | extensions). | ||||
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ↵ | Dean Camera | 2010-08-02 | 11 | -12/+28 |
| | | | | in some situations. | ||||
* | Fix XPLAINBridge project discarding characters from the USB interface due to ↵ | Dean Camera | 2010-08-01 | 7 | -184/+241 |
| | | | | | | | | | | | | | | a double read from the endpoint. Make XPLAINBridge and USBtoSerial projects more reliable by forcing a flush if the UART-to-USB buffer becomes nearly full. Reduce locking in the LightweightRingBuffer.h header files by only locking on the update of the buffer count, and require insertions and removals from each buffer to occur in only one execution thread. Fix CDC_*_ReceiveByte() returning 0 when the interface is not configured, instead of the new -1 error value. Fix CDC_Host_ReceiveByte() not re-freezing the pipe if no packet has been received. Remove redundant Pipe token set commands in the CDC and RNDIS host class drivers. | ||||
* | Invert the logic for the VBUS power light in the AVRISP-MKII project for the ↵ | Dean Camera | 2010-08-01 | 1 | -1/+1 |
| | | | | USBTINY-MKII board target. | ||||
* | Fixed Serial peripheral driver not turning off the USART before ↵ | Dean Camera | 2010-07-31 | 2 | -2/+2 |
| | | | | reconfiguring it, which would cause incorrect operation to occur (thanks to Bob Paddock). | ||||
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling ↵ | Dean Camera | 2010-07-30 | 3 | -3/+3 |
| | | | | due to its wide use in technical standards. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 24 | -52/+52 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 9 | -36/+36 |
| | |||||
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so ↵ | Dean Camera | 2010-07-30 | 3 | -10/+8 |
| | | | | | | that no data is indicated by a negative return value. Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer. | ||||
* | Oops - need to turn off USART via control register B before reconfiguring, ↵ | Dean Camera | 2010-07-30 | 2 | -4/+4 |
| | | | | fix ordering of USART control register modifications in the Benito and USBtoSerial projects. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 34 | -275/+275 |
| | |||||
* | Fixed Benito and USBtoSerial projects not turning off the USART before ↵ | Dean Camera | 2010-07-29 | 2 | -6/+21 |
| | | | | reconfiguring it, which could cause incorrect operation to occur (thanks to Bob Paddock). | ||||
* | Add special support to the AVRISP-MKII for the new model USBTINY-MKII's ↵ | Dean Camera | 2010-07-29 | 2 | -6/+14 |
| | | | | | | | | additional LED to indicate target power source. Add support to the USBTINY-MKII's additional LED in the board's LED driver header. Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED. | ||||
* | Remove obsolete macros and preprocessor checks from the AVRISP-MKII ↵ | Dean Camera | 2010-07-29 | 1 | -29/+16 |
| | | | | project's V2Protocol command handler header file. | ||||
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵ | Dean Camera | 2010-07-29 | 6 | -86/+254 |
| | | | | | | via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver. | ||||
* | Move over message ID specific header data to unions inside the standard TMC ↵ | Dean Camera | 2010-07-27 | 1 | -2/+2 |
| | | | | header structure, so that all header data is read in one chunk in the incomplete TMC demo. | ||||
* | Rename reserved members of all structs so that they are uniformly named ↵ | Dean Camera | 2010-07-26 | 1 | -4/+4 |
| | | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code. | ||||
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass ↵ | Dean Camera | 2010-07-26 | 2 | -0/+2 |
| | | | | | | Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates. Alter Test and Measurement Class demo's request handlers to accept, process and correctly return the fields indicated in the specification. | ||||
* | Added periodic flush timer to the Benito project. Alter the serial ↵ | Dean Camera | 2010-07-25 | 4 | -13/+28 |
| | | | | transmission code so that sent bytes do not block the remainder of the main program code from running. | ||||
* | Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI ↵ | Dean Camera | 2010-07-22 | 1 | -2/+2 |
| | | | | and TPI requests return failure. | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 62 | -129/+302 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -1/+1 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 21 | -847/+613 |
| | | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis. | ||||
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU ↵ | Dean Camera | 2010-07-18 | 14 | -38/+38 |
| | | | | Extensions. | ||||
* | Disable strict aliasing explicitly in the project makefiles, as this is ↵ | Dean Camera | 2010-07-15 | 15 | -8/+20 |
| | | | | apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase. | ||||
* | Removed the automated checking of event names in the demo, project and ↵ | Dean Camera | 2010-07-15 | 12 | -217/+73 |
| | | | | | | bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform. Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure. | ||||
* | Added ability to set the serial baud rate via the user's terminal in the ↵ | Dean Camera | 2010-07-15 | 8 | -15/+39 |
| | | | | XPLAINBridge project. | ||||
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 3 | -9/+6 |
| | |||||
* | Fixed possible buffer overrun in the XPLAINBridge project when in serial ↵ | Dean Camera | 2010-07-15 | 5 | -2/+62 |
| | | | | bridge mode. | ||||
* | Fixed HID device class driver still using PrevReportINBuffer for GetReport ↵ | Dean Camera | 2010-07-15 | 1 | -1/+1 |
| | | | | control requests even when it has been set to NULL by the user application (thanks to Axel Rohde). | ||||
* | Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device ↵ | Dean Camera | 2010-07-13 | 6 | -6/+11 |
| | | | | is bus-powered only. Add compile time options to reduce the compiled size of the firmware. | ||||
* | Remove the timeout period extension code from the AVRISP project, as no ↵ | Dean Camera | 2010-07-13 | 8 | -74/+31 |
| | | | | single command should ever exceed the maximum timeout period. Extend timeout period to 1 second per command, so that an accidental timeout will never occur. | ||||
* | Added const attributes to some of the class driver function parameters that ↵ | Dean Camera | 2010-07-13 | 4 | -4/+4 |
| | | | | were missing it. | ||||
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 5 | -2/+5 |
| | |||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 38 | -2/+8 |
| | |||||
* | Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵ | Dean Camera | 2010-07-13 | 5 | -2/+3 |
| | | | | project name. Add AVRStudio project file for the AVRISP-MKII project. |