aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation of the board LED driver (thanks to Karl Lunt).Dean Camera2012-04-231-3/+3
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-142-14/+20
|
* Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects ↵Dean Camera2012-04-092-6/+18
| | | | with non-supported hardware - produce errors only if the user application includes the module header files.
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-7/+7
|
* Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵Dean Camera2012-03-171-0/+1
| | | | (thanks to Sam Lin).
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-223-0/+312
|
* Add missing file Subversion EOL-style properties.Dean Camera2012-02-132-284/+284
|
* Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected ↵Dean Camera2012-02-131-0/+2
| | | | to the USART module, but requires physical port remapping.
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-128-24/+18
| | | | | | | | AVR8 architectures. 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.
* Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵Dean Camera2012-02-097-55/+293
| | | | architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
* Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.Dean Camera2012-02-061-13/+13
|
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-0612-20/+298
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean Camera2012-02-054-12/+68
| | | | 1 and 2).
* Add missing svn:eol-style properties to /trunk/.Dean Camera2012-02-041-130/+130
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-0472-72/+72
|
* Update file header copyrights for 2012.Dean Camera2012-02-0472-122/+122
|
* Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean Camera2012-02-033-7/+17
| | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-034-0/+303
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-2961-16/+406
| | | | to the board hardware drivers.
* Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵Dean Camera2011-12-261-3/+3
| | | | board (thanks to Caroline Saliman).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-2329-97/+111
| | | | trailing whitespace at the end of each line.
* Fix typo in the Joystick board driver documentation example code.Dean Camera2011-11-291-1/+1
|
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-284-3/+278
|
* Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean Camera2011-11-283-0/+21
| | | | board targets.
* Minor Doxygen documentation improvements.Dean Camera2011-11-243-3/+3
| | | | Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-234-9/+40
|
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-093-450/+450
| | | | and converted to the native values on checkout.
* 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
|