aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Collapse)AuthorAgeFilesLines
...
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean Camera2011-11-017-12/+382
| | | | USART-as-SPI transport driver still pending).
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-312-14/+14
|
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-314-0/+234
| | | | More XMEGA USB core fixes.
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean Camera2011-09-221-5/+5
| | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-1518-2122/+2122
|
* Add missing function attributes to the RingBuffer driver to reduce the ↵Dean Camera2011-07-111-20/+22
| | | | | | chances of invalid usage. Fix duplicated LED driver functions in the Doxygen documentation.
* Fix improper indenting of the internal board driver dispatch headers.Dean Camera2011-07-063-113/+114
| | | | Slight improvements to the ADC peripheral driver example in the manual.
* Added board hardware driver support for the EVK1104 board.Dean Camera2011-06-276-2/+257
| | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
* Add board driver support for the EVK1100 board.Dean Camera2011-06-279-7/+379
|
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean Camera2011-06-081-0/+0
| | | | which will cause issues on *nix systems.
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean Camera2011-06-081-0/+0
| | | | which will cause issues on *nix systems.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-0511-22/+22
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Added board driver support for the Busware TUL board.Dean Camera2011-06-044-0/+220
|
* Spell check library source code files.Dean Camera2011-06-0110-15/+15
|
* Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Dean Camera2011-05-181-1/+2
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-1856-113/+108
| | | | better organisation.
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-091-8/+13
| | | | Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-5/+5
| | | | | | Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function. Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input.
* Fix incorrectly named include guards in the Board driver header files.Dean Camera2011-03-167-7/+7
|
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-154-12/+0
|
* Add named macros to the board joystick drivers where a shift is needed to ↵Dean Camera2011-03-153-8/+14
| | | | maintain unique joystick direction bits in the returned mask value.
* 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).