Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 3 | -6/+6 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 3 | -6/+6 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 3 | -6/+6 |
| | |||||
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 1 | -2/+2 |
| | | | | Doxygen-to-Docbook transform eating the contents of generated tables. | ||||
* | Added new Board Hardware Information board driver. | Dean Camera | 2013-01-27 | 1 | -0/+82 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 2 | -4/+4 |
| | |||||
* | Fixed hardware race condition that could cause failed device enumerations ↵ | Dean Camera | 2013-01-03 | 1 | -7/+3 |
| | | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 2 | -2/+2 |
| | |||||
* | Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵ | Dean Camera | 2012-08-12 | 1 | -1/+1 |
| | | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards. | ||||
* | Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵ | Dean Camera | 2012-05-06 | 1 | -1/+1 |
| | | | | architecture to use the fast PIN register toggle alternative function for speed. | ||||
* | Add basic hardware mapping information for all supported boards. | Dean Camera | 2012-04-25 | 2 | -2/+17 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 2 | -2/+2 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 2 | -2/+2 |
| | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 2 | -0/+12 |
| | | | | to the board hardware drivers. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -21/+23 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 2 | -217/+217 |
| | |||||
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 2 | -0/+217 |
better organisation. |