aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-084-8/+8
|
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
|
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
|
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
|
* Update copyrights for 2014.Dean Camera2014-01-044-9/+9
|
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-121-1/+7
| | | | appropriate communication interface.
* Fix typos in the XMEGA board LED drivers, use a cleaner change and set ↵Dean Camera2013-06-121-5/+12
| | | | implementation.
* Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵Dean Camera2013-06-011-15/+45
| | | | LED drivers
* Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-201-9/+9
|
* Fix board driver hardware capability definition macro documentation. Fix ↵Dean Camera2013-04-281-2/+2
| | | | Doxygen-to-Docbook transform eating the contents of generated tables.
* Added new Board Hardware Information board driver.Dean Camera2013-01-271-0/+86
|
* Update copyright year to 2013.Dean Camera2013-01-033-6/+6
|
* Minor documentation improvements.Dean Camera2012-10-053-3/+3
|
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-191-2/+2
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Minor documentation corrections.Dean Camera2012-09-191-1/+1
|
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-253-0/+18
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-5/+8
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-121-11/+5
| | | | | | | | 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-093-29/+37
| | | | 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.
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-062-8/+6
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Update file contributor copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Update file header copyrights for 2012.Dean Camera2012-02-043-13/+13
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-292-0/+16
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-6/+4
| | | | trailing whitespace at the end of each line.
* Minor Doxygen documentation improvements.Dean Camera2011-11-243-3/+3
| | | | Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
* 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-011-0/+220
| | | | 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-312-0/+230
More XMEGA USB core fixes.