aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Collapse)AuthorAgeFilesLines
* Add structure padding to the appropriate descriptor structures to maintain ↵Dean Camera2011-03-111-2/+2
| | | | | | correct alignments on larger architectures. Fix EVK1101 swapped joystick Right/Down masks.
* Fix EVK1101 board joystick driver movement masks.Dean Camera2011-02-271-13/+11
|
* More UC3B architecture port updates.Dean Camera2011-02-261-2/+2
|
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-207-115/+116
|
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-207-1/+366
| | | | architecture.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-206-6/+6
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-205-8/+14
|
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-2049-372/+103
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Move out Dataflash IC command constants headers into the general ↵Dean Camera2011-02-1910-560/+5
| | | | LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-1959-73/+65
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-162-0/+131
|
* Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Dean Camera2011-02-021-1/+1
|
* Added new high level TWI packet read/write commands, altered behaviour of ↵Dean Camera2011-01-132-3/+3
| | | | | | the TWI_StartTransmission() function. Spell check source code files.
* Fix typos and outdated information.Dean Camera2011-01-101-1/+1
|
* Minor documentation improvements.Dean Camera2011-01-084-20/+20
|
* Update copyright year on all source files.Dean Camera2011-01-0159-118/+118
|
* Fixed inverted Minimus board LEDs.Dean Camera2010-12-285-11/+11
|
* Fix compile errors from the changes to the SerialStream and board ↵Dean Camera2010-12-262-4/+7
| | | | Temperature drivers.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-265-10/+25
| | | | fix incorrect and missing section names.
* Added basic driver example use code to the library documentation.Dean Camera2010-12-266-5/+125
| | | | Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams.
* Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.Dean Camera2010-11-291-2/+2
|
* Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean Camera2010-11-214-0/+231
| | | | board.
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-082-0/+131
| | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-285-0/+30
| | | | Add logical grouping of related #define values for better Doxygen documentation.
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-2856-56/+56
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Added board hardware driver support for the Minimus board (thanks to the ↵Dean Camera2010-10-174-0/+232
| | | | PSGroove team).
* Oops - add missing Maximus board LED hardware driver file.Dean Camera2010-10-171-0/+131
|
* Added board hardware driver support for the Maximus board (thanks to the ↵Dean Camera2010-10-171-0/+2
| | | | PSGroove team).
* Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean Camera2010-10-173-1/+133
| | | | to the PSGroove team).
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-1352-585/+637
| | | | tool made by Laszlo Monda
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵Dean Camera2010-10-072-3/+3
| | | | reduce the compiled binary size.
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-0612-960/+1189
| | | | Added SVN eol-style property to the library driver files that are missing it.
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-283-4/+135
| | | | Fixed incorrect LEDs_ChangeLEDs() function in the Benito board LED driver.
* Fixed incorrect signature reported in the CDC class bootloader for the ↵Dean Camera2010-09-141-1/+1
| | | | ATMEGA32U2.
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-1443-153/+286
|
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-146-7/+261
|
* Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵Dean Camera2010-09-0910-11/+21
| | | | | | missing it (thanks to Andrei Krainev). Simplify some of the LED driver functions to produce more compact code.
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-044-0/+229
|
* Added board hardware driver support for the Olimex AVR-USB-162 development ↵Dean Camera2010-09-037-1/+246
| | | | board (thanks to Steve Fawcett).
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-3010-11/+11
| | | | EN-GB spelling dictionary.
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's ↵Dean Camera2010-07-291-1/+4
| | | | | | | | additional LED to indicate target power source. Add support to the USBTINY-MKII's additional LED in the board's LED driver header. Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED.
* Convert over internal pseudo-function macros to true inline functions for ↵Dean Camera2010-07-227-91/+364
| | | | added type-safety and compile-checking.
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2119-19/+38
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-175-12/+12
| | | | Minor tweaks to the library documentation.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-162-3/+3
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-2/+2
|
* Minor documentation cleanups.Dean Camera2010-06-0312-13/+13
|
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-0842-5065/+5065
| | | | correctly converted to the target system's native end of line style.