Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 3 | -6/+6 |
| | |||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 1 | -2/+4 |
| | | | | appropriate communication interface. | ||||
* | 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/+89 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 2 | -4/+4 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 2 | -2/+2 |
| | |||||
* | Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵ | Dean Camera | 2012-09-19 | 1 | -6/+6 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | 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 | -0/+18 |
| | |||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -0/+1 |
| | | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. | ||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -2/+2 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | 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 | 1 | -0/+6 |
| | | | | to the board hardware drivers. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -2/+2 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 2 | -0/+14 |
| | | | | board targets. | ||||
* | Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). | Dean Camera | 2011-11-23 | 2 | -4/+6 |
| | |||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 1 | -0/+32 |
| | | | | USART-as-SPI transport driver still pending). | ||||
* | 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. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -2/+2 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Seperated out board drivers by architecture in the library internals for ↵ | Dean Camera | 2011-05-18 | 2 | -0/+312 |
better organisation. |