- 06 Jun, 2012 2 commits
-
-
Dean Camera authored
Fix BUILD module so that user flags are applied after all auto-generated flags, ensure dependency files are generated with a .d extension rather than a .o.d extension, allow use of full part names ("at32uc3a0256") instead of GCC truncted part names ("uc3a0256").
-
Dean Camera authored
-
- 02 Jun, 2012 4 commits
-
-
Dean Camera authored
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
-
Dean Camera authored
-
Dean Camera authored
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target.
-
Dean Camera authored
-
- 01 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 27 May, 2012 1 commit
-
-
Dean Camera authored
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
-
- 09 Apr, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
-
- 08 Apr, 2012 2 commits
-
-
Dean Camera authored
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
-
Dean Camera authored
Add additional specific sub-family parts to the ModuleTest build test as these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference.
-
- 07 Apr, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
-
Dean Camera authored
-
Dean Camera authored
Add main library makefile target "export_tar" to export a copy of the library codebase in TAR format, for each integration into user applications.
-
- 09 Mar, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 24 Nov, 2011 1 commit
-
-
Dean Camera authored
Add new Android Open Accessory class driver to the library core and add a new Android Open Accessory Host ClassDriver demo.
-
- 18 Nov, 2011 1 commit
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- 21 Sep, 2011 1 commit
-
-
Dean Camera authored
-
- 14 Jul, 2011 1 commit
-
-
Dean Camera authored
Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.
-
- 20 Jun, 2011 1 commit
-
-
Dean Camera authored
Add new "checksource" target to the library makefiles, for automated source file existance checking.
-
- 08 Jun, 2011 1 commit
-
-
Dean Camera authored
Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events.
-
- 26 May, 2011 1 commit
-
-
Dean Camera authored
Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
-
- 18 May, 2011 1 commit
-
-
Dean Camera authored
Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.
-
- 14 May, 2011 1 commit
-
-
Dean Camera authored
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
-
- 13 Mar, 2011 1 commit
-
-
Dean Camera authored
-
- 20 Feb, 2011 1 commit
-
-
Dean Camera authored
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
-
- 19 Feb, 2011 2 commits
-
-
Dean Camera authored
Initial restructuring of the core USB driver module to support multiple architectures in the future.
-
Dean Camera authored
Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
-
- 30 Jan, 2011 1 commit
-
-
Dean Camera authored
Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking.
-
- 16 Jan, 2011 1 commit
-
-
Dean Camera authored
New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
-
- 01 Jan, 2011 1 commit
-
-
Dean Camera authored
-
- 28 Oct, 2010 1 commit
-
-
Dean Camera authored
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 15 Sep, 2010 1 commit
-
-
Dean Camera authored
-
- 22 Aug, 2010 1 commit
-
-
Dean Camera authored
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files.
-
- 21 Jul, 2010 2 commits
-
-
Dean Camera authored
Indent core library function parameters so that there is only one parameter per line, to increase readability.
-
Dean Camera authored
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel 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.
-