- 12 May, 2012 1 commit
-
-
Dean Camera authored
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
-
- 10 May, 2012 4 commits
-
-
Dean Camera authored
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
-
Dean Camera authored
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
-
Dean Camera authored
AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 09 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 08 Apr, 2012 5 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
-
Dean Camera authored
-
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.
-
Dean Camera authored
-
- 13 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 08 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 28 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 26 Feb, 2012 1 commit
-
-
Dean Camera authored
Fixed possible enumeration error if the user application selects the non-Control pipe between the Powered and Default states of the host state machine.
-
- 22 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 19 Feb, 2012 2 commits
-
-
Dean Camera authored
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
-
Dean Camera authored
Fix UC3 Interrupt Management platform driver not compiling under C++.
-
- 18 Feb, 2012 1 commit
-
-
Dean Camera authored
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
-
- 12 Feb, 2012 2 commits
-
-
Dean Camera authored
Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
-
Dean Camera authored
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
-
- 09 Feb, 2012 1 commit
-
-
Dean Camera authored
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
-
- 06 Feb, 2012 1 commit
-
-
Dean Camera authored
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
-
- 03 Feb, 2012 1 commit
-
-
Dean Camera authored
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
-
- 28 Nov, 2011 1 commit
-
-
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.
-
- 23 Nov, 2011 1 commit
-
-
Dean Camera authored
-
- 18 Nov, 2011 1 commit
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- 01 Nov, 2011 1 commit
-
-
Dean Camera authored
-
- 31 Oct, 2011 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
More XMEGA USB core fixes.
-
- 18 Oct, 2011 1 commit
-
-
Dean Camera authored
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
-
- 11 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 16 Aug, 2011 1 commit
-
-
Dean Camera authored
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
-
- 04 Aug, 2011 1 commit
-
-
Dean Camera authored
Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header.
-
- 14 Jul, 2011 1 commit
-
-
Dean Camera authored
Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants. Start implementation of XMEGA platform drivers.
-
- 13 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 12 Jul, 2011 1 commit
-
-
Dean Camera authored
-
- 11 Jul, 2011 1 commit
-
-
Dean Camera authored
Fix duplicated LED driver functions in the Doxygen documentation.
-
- 06 Jul, 2011 1 commit
-
-
Dean Camera authored
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
-