aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Collapse)Author
2012-02-05Add new tag for the LUFA-120219-BETA release.LUFA-120219-BETADean
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-120219-BETA@2033 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-29Fixed AVRISP-MKII Clone failing to start application firmware once a TPI ↵Dean
programming session is exited. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2000 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-29Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the ↵Dean
MSB of the data byte on startup, not the LSB. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1998 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean
driver source filenames to prevent ambiguities. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Add missing SVN eol-style property to ensure that source code line endings ↵Dean
and converted to the native values on checkout. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1975 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Update the incomplete StandaloneProgrammer project to be compatible with the ↵Dean
latest LUFA core API. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1974 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Use strcat() in the HTTPServer project instead of using strcpy() and strlen().Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1973 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Update host C# applications for VS2010. Make LEDNotifier project host ↵Dean
applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1972 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵Dean
(thanks to Chuck Rohs). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1963 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Minor documentation fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1957 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-18Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when ↵Dean
NO_VTARGET_DETECT is enabled. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1949 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-12Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI ↵Dean
protocols (thanks to Justin Mattair). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1947 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ↵Dean
protocols (thanks to Justin Mattair). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1937 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ↵Dean
compiler versions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1927 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-07Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ↵Dean
A Nikiforov). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1922 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-02Update the TempDataLogger project and driver documentation to use the new ↵Dean
TWI_BITLENGTH_FROM_FREQ() macro. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1919 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-17Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1907 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Pull out architecture specific macros and other definitions into a new ↵Dean
common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1906 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-08-16Fix TempDataLogger project logging interval always being 500ms more than the ↵Dean
requested interval. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1903 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-30Fixed incorrect Dataflash buffer use in the ↵Dean
DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1900 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-26Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII ↵Dean
clone project (thanks to Volker Bosch). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1898 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1895 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-11Minor demo/project documentation and style fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1853 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-08Add missing device deconfiguration-on-error statements to the host mode ↵Dean
demos and projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1851 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-08Updated all host mode demos and projects to use the ↵Dean
EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1850 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-06Add the GCC -fno-split-wide-types compile time option to some of the larger ↵Dean
user projects to reduce the compiled application size. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1845 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-04Switch the HTTP Webserver project to use the safer strlcpy() instead of ↵Dean
strncpy() to save on manual null-termination. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1841 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-01Seperate out the device demos and project's configuration descriptor ↵Dean
structure definitions to clearly indicate what descriptors belong to which interface. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1837 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-30Minor documentation fix for the RelayBoard project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1836 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Add new "checksource" target to the library makefiles, for automated source ↵Dean
file existance checking. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1821 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Split HIDReportViewer project sub-components into seperate functions for ↵Dean
readability/convenience. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1817 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20More cosmetic data output changes to the HIDReportViewer project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1816 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Make HIDReportViewer project show the IN, OUT and DATA report sizes as both ↵Dean
bits and (rounded) bytes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1815 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Make the HID Report Parser Get/Set Report Item routines fail if a NULL ↵Dean
pointer to a report item is given. Minor visual enhancement to the HIDReportViewer project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1814 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-20Fix incorrect printf format specifier in the HIDReportViewer project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1812 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-19Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean
status to a finished (working) project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1810 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-19Move the HIDReportViewer project into the normal Projects/ folder and out of ↵Dean
the Incomplete/ projects folder. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1809 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-19Switch to using the standard printf() format specifiers in the ↵Dean
HIDReportViewer project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1808 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-16Add new incomplete HIDReportViewer project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1806 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-16Add missing SVN eol-style properties to source files to prevent mixed ↵Dean
end-of-line characters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1805 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-05Massive corrections to the project documentation and code comments, thanks ↵Dean
to Russian translation services provided by Andrey from Microsin.ru. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1782 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ↵Dean
manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1779 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-01Spell check library source code files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-29Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1772 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1771 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-27Add the MIDIToneGenerator project to the Projects/ directory makefile clean ↵Dean
rule. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1769 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-26Fix incorrect macro guard in the UC3 EndpointStream header file.Dean
Fix incorrect project name in the Projects/ folder makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1766 d5102386-fcda-11dd-9fdb-3debd5008f28