Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 11 | -22/+22 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 11 | -22/+22 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 11 | -22/+22 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 11 | -23/+23 |
| | |||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 2 | -3/+14 |
| | | | | appropriate communication interface. | ||||
* | Fix typos in the XMEGA board LED drivers, use a cleaner change and set ↵ | Dean Camera | 2013-06-12 | 3 | -13/+28 |
| | | | | implementation. | ||||
* | Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵ | Dean Camera | 2013-06-01 | 2 | -28/+88 |
| | | | | LED drivers | ||||
* | Add support for the XMEGA C3 Xplained board. | Dean Camera | 2013-05-20 | 5 | -20/+356 |
| | |||||
* | Fix board driver hardware capability definition macro documentation. Fix ↵ | Dean Camera | 2013-04-28 | 2 | -4/+4 |
| | | | | Doxygen-to-Docbook transform eating the contents of generated tables. | ||||
* | Added new Board Hardware Information board driver. | Dean Camera | 2013-01-27 | 2 | -0/+172 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 6 | -12/+12 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 6 | -6/+6 |
| | |||||
* | Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵ | Dean Camera | 2012-09-19 | 2 | -4/+4 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Minor documentation corrections. | Dean Camera | 2012-09-19 | 2 | -2/+2 |
| | |||||
* | Add basic hardware mapping information for all supported boards. | Dean Camera | 2012-04-25 | 6 | -0/+40 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 2 | -14/+20 |
| | |||||
* | Add missing file Subversion EOL-style properties. | Dean Camera | 2012-02-13 | 2 | -284/+284 |
| | |||||
* | Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected ↵ | Dean Camera | 2012-02-13 | 1 | -0/+2 |
| | | | | to the USART module, but requires physical port remapping. | ||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 2 | -22/+10 |
| | | | | | | | | 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. | ||||
* | Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵ | Dean Camera | 2012-02-09 | 6 | -53/+289 |
| | | | | architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface. | ||||
* | Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE. | Dean Camera | 2012-02-06 | 1 | -13/+13 |
| | |||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 4 | -8/+282 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 3 | -3/+3 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 3 | -13/+13 |
| | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 2 | -0/+16 |
| | | | | to the board hardware drivers. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 2 | -6/+4 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Minor Doxygen documentation improvements. | Dean Camera | 2011-11-24 | 3 | -3/+3 |
| | | | | Add missing ATTR_NON_NULL_PTR_ARG and const decorations. | ||||
* | 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 | 1 | -0/+220 |
| | | | | 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 | 2 | -0/+230 |
More XMEGA USB core fixes. |