Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 2 | -4/+4 |
| | |||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 2 | -4/+4 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 2 | -4/+4 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 2 | -6/+6 |
| | |||||
* | Whitespace fixes. | Dean Camera | 2015-10-03 | 1 | -5/+5 |
| | |||||
* | Merge pull request #46 from NicoHood/patch-1 | Dean Camera | 2015-10-03 | 2 | -5/+17 |
|\ | | | | | Update Arduino Uno board definitions (thanks to NicoHood). | ||||
| * | Update Board.h | Nico | 2015-02-24 | 1 | -0/+6 |
| | | | | | | Added reset lines | ||||
| * | Update LEDs.h | Nico | 2015-02-24 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | Changed Led 5 and 4 to be compatible with the official firmware: https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h#L54-L57 Added TX and RX Led makro Fixed wrong Led logic: OUT and LOW results in LED on. | ||||
* | | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 2 | -4/+4 |
|/ | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 2 | -4/+4 |
| | |||||
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 1 | -1/+1 |
| | | | | Doxygen-to-Docbook transform eating the contents of generated tables. | ||||
* | Added new Board Hardware Information board driver. | Dean Camera | 2013-01-27 | 1 | -0/+78 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+6 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 1 | -0/+6 |
| | | | | to the board hardware drivers. | ||||
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 1 | -0/+127 |
better organisation. |