Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added board hardware driver support for the Busware CUL V3 board. | Dean Camera | 2010-10-06 | 1 | -0/+2 |
| | | | | Added SVN eol-style property to the library driver files that are missing it. | ||||
* | Added board hardware driver support for the UDIP development board. | Dean Camera | 2010-09-14 | 1 | -0/+2 |
| | |||||
* | Added board hardware driver support for the USBFOO development board. | Dean Camera | 2010-09-04 | 1 | -0/+2 |
| | |||||
* | Added board hardware driver support for the Olimex AVR-USB-162 development ↵ | Dean Camera | 2010-09-03 | 1 | -0/+6 |
| | | | | board (thanks to Steve Fawcett). | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -1/+1 |
| | | | | Minor tweaks to the library documentation. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -118/+118 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add missing board Buttons driver for the USBTINY MKII board target. | Dean Camera | 2010-03-30 | 1 | -0/+2 |
| | |||||
* | Oops - make sure board driver dispatch headers test for the correct BOARD ↵ | Dean Camera | 2010-03-30 | 1 | -1/+3 |
| | | | | | | define values. Add button support for the BENITO board target. | ||||
* | Added support for the JM-DB-U2 board hardware. | Dean Camera | 2010-03-30 | 1 | -0/+2 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -0/+1 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -3/+1 |
| | |||||
* | Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. | Dean Camera | 2010-02-22 | 1 | -1/+3 |
| | |||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -0/+1 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 1 | -2/+2 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Added support for the Atmel EVK527 board hardware. | Dean Camera | 2009-12-04 | 1 | -1/+3 |
| | |||||
* | Added support for the Atmel XPLAIN board. | Dean Camera | 2009-10-02 | 1 | -2/+2 |
| | |||||
* | Added support for the officially recommended layout of the external ↵ | Dean Camera | 2009-09-17 | 1 | -0/+2 |
| | | | | | | peripherals connected to the BUMBLEB board. Added flag to the HID Host Class driver to indicate the currently selected reporting protocol. | ||||
* | Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board ↵ | Dean Camera | 2009-08-31 | 1 | -1/+0 |
| | | | | driver dispatch headers. | ||||
* | Added better module summaries. | Dean Camera | 2009-07-14 | 1 | -1/+3 |
| | |||||
* | Fix build errors in Joystick device demo and library LEDs driver (on *nix ↵ | Dean Camera | 2009-05-07 | 1 | -5/+5 |
| | | | | systems). | ||||
* | Changed HWB board driver to Buttons driver, to allow for the support of ↵ | Dean Camera | 2009-05-06 | 1 | -0/+105 |
future boards with more than one mounted GPIO button. |