Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 116 | -600/+600 |
| | |||||
* | Fixed Benito and USBtoSerial projects not turning off the USART before ↵ | Dean Camera | 2010-07-29 | 3 | -6/+23 |
| | | | | 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 | 4 | -7/+20 |
| | | | | | | | | 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. | ||||
* | Oops - remove duplicated SPI driver init mask. | Dean Camera | 2010-07-29 | 2 | -4/+0 |
| | |||||
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵ | Dean Camera | 2010-07-29 | 11 | -90/+269 |
| | | | | | | via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver. | ||||
* | Add TMC header read and write functions, so that TMC data can now be ↵ | Dean Camera | 2010-07-28 | 3 | -53/+89 |
| | | | | | | exchanged in both directions. Minor update to the LowLevel MassStorage device demo, so that the ReadInCommandBlock() performs the data OUT endpoint selection and packet arrival test. | ||||
* | Use static inline intermediatary functions in Endpoint.h to handle the ↵ | Dean Camera | 2010-07-27 | 1 | -14/+36 |
| | | | | masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro. | ||||
* | Move over message ID specific header data to unions inside the standard TMC ↵ | Dean Camera | 2010-07-27 | 4 | -11/+40 |
| | | | | 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 | 11 | -66/+94 |
| | | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code. | ||||
* | Add comments to the currently completed portions of the incomplete Test and ↵ | Dean Camera | 2010-07-26 | 1 | -1/+22 |
| | | | | Measurement Class demo. | ||||
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass ↵ | Dean Camera | 2010-07-26 | 7 | -45/+62 |
| | | | | | | 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. | ||||
* | Add stream callback flags and class specific control request handler code to ↵ | Dean Camera | 2010-07-26 | 5 | -18/+167 |
| | | | | | | the incomplete Test and Measurement Class device demo. Change over the keyboard demo's manufacturer name back to the primary author of the demo. | ||||
* | Added periodic flush timer to the Benito project. Alter the serial ↵ | Dean Camera | 2010-07-25 | 5 | -14/+29 |
| | | | | transmission code so that sent bytes do not block the remainder of the main program code from running. | ||||
* | Add TMC device capabilities to the incomplete TMC demo. | Dean Camera | 2010-07-23 | 4 | -3/+68 |
| | |||||
* | Update size of compiled Mouse demo in documentation, fix indenting in Device.h. | Dean Camera | 2010-07-23 | 2 | -2/+2 |
| | |||||
* | Convert over internal pseudo-function macros to true inline functions for ↵ | Dean Camera | 2010-07-22 | 21 | -1037/+1671 |
| | | | | added type-safety and compile-checking. | ||||
* | 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. | ||||
* | Added start of a low level device Test and Measurement class demo (thanks to ↵ | Dean Camera | 2010-07-22 | 9 | -3/+1238 |
| | | | | Peter Lawrence). | ||||
* | Fix up minor whitespace formatting errors. | Dean Camera | 2010-07-22 | 9 | -9/+9 |
| | |||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 271 | -625/+1316 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Replace internal Pipe_BytesToEPSizeMask() routine with a new version which ↵ | Dean Camera | 2010-07-21 | 1 | -12/+10 |
| | | | | results in smaller code. | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 79 | -330/+586 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel ↵ | Dean Camera | 2010-07-21 | 20 | -53/+72 |
| | | | | | | | | directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. | ||||
* | Add missing const qualifier to the parameters of the ↵ | Dean Camera | 2010-07-21 | 3 | -208/+198 |
| | | | | | | USB_GetNextDescriptorComp() function. Reduce spacing of the structure elements in StdDescriptors.h to make the code more readable. | ||||
* | Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint ↵ | Dean Camera | 2010-07-20 | 2 | -1/+2 |
| | | | | to become ready (thanks to Robin Green). | ||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 116 | -4245/+2973 |
| | | | | 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 | 70 | -105/+94 |
| | | | | Extensions. | ||||
* | Disable strict aliasing explicitly in the project makefiles, as this is ↵ | Dean Camera | 2010-07-15 | 72 | -16/+82 |
| | | | | 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 | 74 | -1198/+411 |
| | | | | | | 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 | 9 | -15/+40 |
| | | | | XPLAINBridge project. | ||||
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 10 | -34/+28 |
| | |||||
* | 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 | 4 | -3/+6 |
| | | | | 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 | 9 | -74/+33 |
| | | | | 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 | 36 | -61/+63 |
| | | | | were missing it. | ||||
* | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | Dean Camera | 2010-07-13 | 16 | -2/+16 |
| | |||||
* | Add AVRStudio 4 project files to the LowLevel Device mode demos. | Dean Camera | 2010-07-13 | 13 | -1/+13 |
| | |||||
* | Add AVRStudio 4 project files to the ClassDriver Host mode demos. | Dean Camera | 2010-07-13 | 12 | -1/+12 |
| | |||||
* | Add AVRStudio 4 project files to the LowLevel Host mode demos. | Dean Camera | 2010-07-13 | 16 | -4/+15 |
| | |||||
* | Add AVRStudio 4 project files for the library bootloaders. | Dean Camera | 2010-07-13 | 4 | -2/+4 |
| | |||||
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 6 | -3/+6 |
| | |||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 41 | -4/+11 |
| | |||||
* | Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵ | Dean Camera | 2010-07-13 | 6 | -3/+4 |
| | | | | project name. Add AVRStudio project file for the AVRISP-MKII project. | ||||
* | Add missing eol-style properties to new source files. | Dean Camera | 2010-07-12 | 3 | -423/+423 |
| | |||||
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 66 | -70/+128 |
| | |||||
* | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer ↵ | Dean Camera | 2010-07-12 | 2 | -3/+3 |
| | | | | overruns will not occur regardless of hardware and baud rate settings. | ||||
* | Alter the ring buffer library headers to have both atomic and non-atomic ↵ | Dean Camera | 2010-07-12 | 7 | -26/+136 |
| | | | | | | insertion/removal routines. Modify the existing projects so that buffer operations performed in an ISR use the shorted non-atomic versions, as they are already performed in a blocking ISR. Alter USBtoSerial demo so that it does not enter a blocking loop to send data from the USB to the USART, as this can cause dropped bytes in the reception code if large amounts of data are sent in both directions at the same time. Added a flush timer to the USBtoSerial code for the USART to USB interface, so that multiple bytes can be sent in the same USB packet. | ||||
* | Add glitch protection to the software UART in the XPLAINBridge project code, ↵ | Dean Camera | 2010-07-12 | 2 | -8/+14 |
| | | | | so that very short glitches on the RX line don't cause a frame reception to occur. |