aboutsummaryrefslogtreecommitdiff
path: root/Projects/Incomplete
AgeCommit message (Expand)Author
2012-05-12AppConfigHeaders: Update several additional user projects to use configuratio...Dean
2012-05-10Add branch for the conversion of demos to use standard C header files for con...Dean
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean
2012-03-09Added Dataflash operational checks and aborts to all projects using the Dataf...Dean
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are genera...Dean
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-09Update the incomplete StandaloneProgrammer project to be compatible with the ...Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-07-30Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean
2011-07-01Seperate out the device demos and project's configuration descriptor structur...Dean
2011-06-20Add new "checksource" target to the library makefiles, for automated source f...Dean
2011-06-19Move the HIDReportViewer project into the normal Projects/ folder and out of ...Dean
2011-06-19Switch to using the standard printf() format specifiers in the HIDReportViewe...Dean
2011-06-16Add new incomplete HIDReportViewer project.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-03-23Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-02-06Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean
2011-02-06Update projects using FatFS and PetiteFatFS to the latest library versions.Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-24Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean
2010-12-03Added new completed MIDIToneGenerator project.Dean
2010-11-26Added ability to write protect Mass Storage disk write operations from the ho...Dean
2010-11-25Make the incomplete MIDIToneGenerator project work with up to three notes, us...Dean
2010-11-24Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean
2010-11-23Fixed Benito project discarding incoming data from the USB virtual serial por...Dean
2010-11-22Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean
2010-11-10Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-25Add descriptor class, subclass and protocol constants to the class drivers, m...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-13Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean
2010-10-13Minor documentation corrections.Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean
2010-09-24Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean