| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 4 | -5/+6 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 6 | -69/+34 |
* | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean Camera | 2011-01-22 | 8 | -35/+34 |
* | Abuse the the C preprocessor so that the HID macros can automatically encode ... | Dean Camera | 2011-01-17 | 2 | -50/+46 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 2 | -39/+52 |
* | Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver. | Dean Camera | 2011-01-16 | 1 | -6/+1 |
* | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean Camera | 2011-01-13 | 2 | -45/+22 |
* | Oops - The DS1307 contains an unused "DayOfWeek" register that must be accoun... | Dean Camera | 2011-01-13 | 2 | -43/+52 |
* | Changed TempDataLogger project's DS1307 driver to simplify the function inter... | Dean Camera | 2011-01-13 | 5 | -130/+87 |
* | Fix typos and outdated information. | Dean Camera | 2011-01-10 | 2 | -2/+1 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 8 | -51/+38 |
* | The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of... | Dean Camera | 2011-01-08 | 1 | -1/+0 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 105 | -204/+204 |
* | Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer... | Dean Camera | 2010-12-31 | 4 | -12/+12 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 11 | -51/+51 |
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 1 | -2/+2 |
* | Make a new general RingBuffer.h misc library driver, instead of the per-appli... | Dean Camera | 2010-12-26 | 19 | -646/+37 |
* | Combined page and word ISP programming mode code in the AVRISP-MKII clone pro... | Dean Camera | 2010-12-25 | 2 | -110/+67 |
* | Fixed possible programming problem in the AVRISP-MKII clone project when prog... | Dean Camera | 2010-12-25 | 1 | -13/+15 |
* | Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r... | Dean Camera | 2010-12-24 | 12 | -2/+12 |
* | Fix a few more incorrectly ordered endpoint initialisations in the device demos. | Dean Camera | 2010-12-17 | 1 | -1/+1 |
* | Add missing AVRStudio4 project file for the MIDIToneGenerator project. | Dean Camera | 2010-12-17 | 1 | -0/+1 |
* | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class... | Dean Camera | 2010-12-13 | 1 | -0/+3 |
* | Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects... | Dean Camera | 2010-12-12 | 3 | -9/+39 |
* | Added new RingBuffer_Peek() function to the lightweight ring buffer headers. | Dean Camera | 2010-12-12 | 3 | -0/+33 |
* | Added new completed MIDIToneGenerator project. | Dean Camera | 2010-12-03 | 7 | -8/+85 |
* | Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X... | Dean Camera | 2010-11-27 | 1 | -0/+1 |
* | Fix typos in the XPLAINBridge project preventing compilation. | Dean Camera | 2010-11-26 | 1 | -2/+2 |
* | Added ability to write protect Mass Storage disk write operations from the ho... | Dean Camera | 2010-11-26 | 9 | -7/+124 |
* | Changed the XPLAINBridge software UART to use the regular CTC mode instead of... | Dean Camera | 2010-11-25 | 3 | -9/+9 |
* | Make the incomplete MIDIToneGenerator project work with up to three notes, us... | Dean Camera | 2010-11-25 | 2 | -27/+61 |
* | Readd incomplete MIDIToneGenerator project, which can now correctly generate ... | Dean Camera | 2010-11-24 | 5 | -0/+1442 |
* | Fixed Benito project discarding incoming data from the USB virtual serial por... | Dean Camera | 2010-11-23 | 5 | -7/+6 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 9 | -16/+16 |
* | Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects... | Dean Camera | 2010-11-21 | 2 | -2/+2 |
* | Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send... | Dean Camera | 2010-11-17 | 3 | -11/+14 |
* | Fixed AVRISP-MKII clone project not starting the target's program automatical... | Dean Camera | 2010-11-16 | 7 | -61/+87 |
* | Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues... | Dean Camera | 2010-11-16 | 3 | -8/+10 |
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon... | Dean Camera | 2010-11-16 | 5 | -12/+33 |
* | Fixed incorrect event name in the Benito project. | Dean Camera | 2010-11-15 | 1 | -2/+5 |
* | Second patch to fix incorrect PDI/TPI programming speed. | Dean Camera | 2010-11-14 | 5 | -8/+7 |
* | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ... | Dean Camera | 2010-11-12 | 3 | -4/+7 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 9 | -19/+19 |
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 5 | -8/+8 |
* | Fixed broken input in the MagStripe reader project due to an incorrect HID re... | Dean Camera | 2010-11-07 | 1 | -1/+1 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 17 | -25/+25 |
* | Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s... | Dean Camera | 2010-11-03 | 2 | -8/+20 |
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio... | Dean Camera | 2010-11-02 | 3 | -12/+23 |
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo... | Dean Camera | 2010-11-02 | 6 | -25/+55 |