Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 12 | -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 Camera | 2012-02-05 | 4 | -12/+68 | |
| | | | | 1 and 2). | |||||
* | Add missing svn:eol-style properties to /trunk/. | Dean Camera | 2012-02-04 | 1 | -130/+130 | |
| | ||||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 72 | -72/+72 | |
| | ||||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 72 | -122/+122 | |
| | ||||||
* | Fix errors in the new Micropendous board drivers. Reorder the board ↵ | Dean Camera | 2012-02-03 | 3 | -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 Camera | 2012-02-03 | 4 | -0/+303 | |
| | ||||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 61 | -16/+406 | |
| | | | | to the board hardware drivers. | |||||
* | Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵ | Dean Camera | 2011-12-26 | 1 | -3/+3 | |
| | | | | board (thanks to Caroline Saliman). | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 29 | -97/+111 | |
| | | | | trailing whitespace at the end of each line. | |||||
* | Fix typo in the Joystick board driver documentation example code. | Dean Camera | 2011-11-29 | 1 | -1/+1 | |
| | ||||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 4 | -3/+278 | |
| | ||||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 3 | -0/+21 | |
| | | | | board targets. | |||||
* | Minor Doxygen documentation improvements. | Dean Camera | 2011-11-24 | 3 | -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 Camera | 2011-11-23 | 4 | -9/+40 | |
| | ||||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 3 | -450/+450 | |
| | | | | and converted to the native values on checkout. | |||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 7 | -12/+382 | |
| | | | | USART-as-SPI transport driver still pending). | |||||
* | Add XMEGA SPI peripheral driver. | Dean Camera | 2011-10-31 | 2 | -14/+14 | |
| | ||||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 4 | -0/+234 | |
| | | | | More XMEGA USB core fixes. | |||||
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵ | Dean Camera | 2011-09-22 | 1 | -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 Camera | 2011-07-15 | 18 | -2122/+2122 | |
| | ||||||
* | Add missing function attributes to the RingBuffer driver to reduce the ↵ | Dean Camera | 2011-07-11 | 1 | -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 Camera | 2011-07-06 | 3 | -113/+114 | |
| | | | | Slight improvements to the ADC peripheral driver example in the manual. | |||||
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 6 | -2/+257 | |
| | | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. | |||||
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 9 | -7/+379 | |
| | ||||||
* | Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵ | Dean Camera | 2011-06-08 | 1 | -0/+0 | |
| | | | | which will cause issues on *nix systems. | |||||
* | Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵ | Dean Camera | 2011-06-08 | 1 | -0/+0 | |
| | | | | which will cause issues on *nix systems. | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 11 | -22/+22 | |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | |||||
* | Added board driver support for the Busware TUL board. | Dean Camera | 2011-06-04 | 4 | -0/+220 | |
| | ||||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 10 | -15/+15 | |
| | ||||||
* | Oops - fix bad include path in the moved USBKEY Dataflash board driver header. | Dean Camera | 2011-05-18 | 1 | -1/+2 | |
| | ||||||
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 56 | -113/+108 | |
| | | | | better organisation. | |||||
* | Add new USE_LUFA_CONFIG_HEADER compile time option. | Dean Camera | 2011-05-09 | 1 | -8/+13 | |
| | | | | Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board. | |||||
* | Correct UC3 global interrupt functions. | Dean Camera | 2011-04-08 | 1 | -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 Camera | 2011-03-16 | 7 | -7/+7 | |
| | ||||||
* | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean Camera | 2011-03-15 | 4 | -12/+0 | |
| | ||||||
* | Add named macros to the board joystick drivers where a shift is needed to ↵ | Dean Camera | 2011-03-15 | 3 | -8/+14 | |
| | | | | maintain unique joystick direction bits in the returned mask value. | |||||
* | Add structure padding to the appropriate descriptor structures to maintain ↵ | Dean Camera | 2011-03-11 | 1 | -2/+2 | |
| | | | | | | correct alignments on larger architectures. Fix EVK1101 swapped joystick Right/Down masks. | |||||
* | Fix EVK1101 board joystick driver movement masks. | Dean Camera | 2011-02-27 | 1 | -13/+11 | |
| | ||||||
* | More UC3B architecture port updates. | Dean Camera | 2011-02-26 | 1 | -2/+2 | |
| | ||||||
* | Update board driver common APIs to use uint_reg_t. | Dean Camera | 2011-02-20 | 7 | -115/+116 | |
| | ||||||
* | Added start of a port of the core USB driver code to the AVR32 UC3B ↵ | Dean Camera | 2011-02-20 | 7 | -1/+366 | |
| | | | | architecture. | |||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 6 | -6/+6 | |
| | | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily. | |||||
* | More Doxygen updates for multiple architecture support. | Dean Camera | 2011-02-20 | 5 | -8/+14 | |
| | ||||||
* | Start update of documentation to support possible multiple architectures in ↵ | Dean Camera | 2011-02-20 | 49 | -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 Camera | 2011-02-19 | 10 | -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 Camera | 2011-02-19 | 59 | -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 Camera | 2011-02-16 | 2 | -0/+131 | |
| | ||||||
* | Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board. | Dean Camera | 2011-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 2 | -3/+3 | |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. |