aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK1101
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-183-363/+0
| | | | 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.
* Fix incorrectly named include guards in the Board driver header files.Dean Camera2011-03-163-3/+3
|
* 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-203-12/+12
|
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-203-0/+360
| | | | architecture.
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-351/+0
|
* Change over board hardware drivers to use the custom uintN_t and intN_t ↵Dean Camera2010-02-223-11/+8
| | | | native word size types.
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-223-0/+354