aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1912-12/+60
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-132-2/+6
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-5/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-1018-51/+59
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-0614-70/+88
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-0618-1913/+2484
* Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean Camera2011-02-042-2/+20
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-303-3/+3
* Oops - fix up some calls to the old function names, include Serial Peripheral...Dean Camera2011-01-301-1/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-304-5/+6
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean Camera2011-01-301-1/+1
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-306-69/+34
* Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean Camera2011-01-228-35/+34
* Abuse the the C preprocessor so that the HID macros can automatically encode ...Dean Camera2011-01-172-50/+46
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-162-39/+52
* Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean Camera2011-01-161-6/+1
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-132-45/+22
* Oops - The DS1307 contains an unused "DayOfWeek" register that must be accoun...Dean Camera2011-01-132-43/+52
* Changed TempDataLogger project's DS1307 driver to simplify the function inter...Dean Camera2011-01-135-130/+87
* Fix typos and outdated information.Dean Camera2011-01-102-2/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-108-51/+38
* The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...Dean Camera2011-01-081-1/+0
* Update copyright year on all source files.Dean Camera2011-01-01105-204/+204
* Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean Camera2010-12-314-12/+12
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-2611-51/+51
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-2/+2
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-2619-646/+37
* Combined page and word ISP programming mode code in the AVRISP-MKII clone pro...Dean Camera2010-12-252-110/+67
* Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean Camera2010-12-251-13/+15
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-2412-2/+12
* Fix a few more incorrectly ordered endpoint initialisations in the device demos.Dean Camera2010-12-171-1/+1
* Add missing AVRStudio4 project file for the MIDIToneGenerator project.Dean Camera2010-12-171-0/+1
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-0/+3
* Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean Camera2010-12-123-9/+39
* Added new RingBuffer_Peek() function to the lightweight ring buffer headers.Dean Camera2010-12-123-0/+33
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-037-8/+85
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-271-0/+1
* Fix typos in the XPLAINBridge project preventing compilation.Dean Camera2010-11-261-2/+2
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-269-7/+124
* Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean Camera2010-11-253-9/+9
* Make the incomplete MIDIToneGenerator project work with up to three notes, us...Dean Camera2010-11-252-27/+61
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-245-0/+1442
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-235-7/+6
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-229-16/+16
* Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects...Dean Camera2010-11-212-2/+2
* Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean Camera2010-11-173-11/+14
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-167-61/+87
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-163-8/+10
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-165-12/+33
* Fixed incorrect event name in the Benito project.Dean Camera2010-11-151-2/+5