Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards. | Dean Camera | 2012-08-12 | 2 | -4/+4 | |
| | ||||||
* | Leonardo LEDs are RX/TX active Low and USER active high, not the other way ↵ | Dean Camera | 2012-08-12 | 1 | -6/+6 | |
| | | | | around. | |||||
* | Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵ | Dean Camera | 2012-08-12 | 5 | -29/+29 | |
| | | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards. | |||||
* | Fix typo in the LED dispatch header, breaking builds for Leonardo board or ↵ | Dean Camera | 2012-08-12 | 1 | -1/+1 | |
| | | | | boards without a LUFA provided LED driver. | |||||
* | Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵ | Dean Camera | 2012-08-12 | 3 | -7/+178 | |
| | | | | masks so that it lines up with the Arduino boards. | |||||
* | Add support for the Olimex AVR-ISP-MK2 board. | Dean Camera | 2012-07-26 | 4 | -0/+250 | |
| | ||||||
* | Fix errors in some board driver LED_Disable() functions. | Dean Camera | 2012-07-26 | 4 | -10/+10 | |
| | ||||||
* | Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵ | Dean Camera | 2012-07-03 | 1 | -2/+2 | |
| | | | | LEDs_ChangeLEDs() function implementations (thanks to MitchJS). | |||||
* | Add svn:eol-style property on all source files where it was missing. Fix ↵ | Dean Camera | 2012-06-21 | 3 | -514/+514 | |
| | | | | line endings of all makefile, *.c and *.h files. | |||||
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 3 | -4/+4 | |
| | ||||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 2 | -322/+322 | |
| | ||||||
* | Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 ↵ | Dean Camera | 2012-06-02 | 1 | -1/+1 | |
| | | | | board buttons driver. | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 1 | -1/+1 | |
| | ||||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 5 | -23/+23 | |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | |||||
* | Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵ | Dean Camera | 2012-05-06 | 32 | -41/+42 | |
| | | | | architecture to use the fast PIN register toggle alternative function for speed. | |||||
* | Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards. | Dean Camera | 2012-05-06 | 6 | -0/+562 | |
| | ||||||
* | Added support for the DorkbotPDX Duce board. | Dean Camera | 2012-04-25 | 2 | -0/+149 | |
| | ||||||
* | Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵ | Dean Camera | 2012-04-25 | 1 | -16/+16 | |
| | | | | Saugnier). | |||||
* | Add basic hardware mapping information for all supported boards. | Dean Camera | 2012-04-25 | 71 | -13/+460 | |
| | ||||||
* | Fix documentation of the board LED driver (thanks to Karl Lunt). | Dean Camera | 2012-04-23 | 1 | -3/+3 | |
| | ||||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 2 | -14/+20 | |
| | ||||||
* | Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects ↵ | Dean Camera | 2012-04-09 | 2 | -6/+18 | |
| | | | | with non-supported hardware - produce errors only if the user application includes the module header files. | |||||
* | Fixed inverted LED logic in the OLIMEX162 board LED driver. | Dean Camera | 2012-03-20 | 1 | -7/+7 | |
| | ||||||
* | Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵ | Dean Camera | 2012-03-17 | 1 | -0/+1 | |
| | | | | (thanks to Sam Lin). | |||||
* | Added support for the BitWizard Multio and Big-Multio boards. | Dean Camera | 2012-02-22 | 3 | -0/+312 | |
| | ||||||
* | 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 | 8 | -24/+18 | |
| | | | | | | | | 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 | 7 | -55/+293 | |
| | | | | 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 | 12 | -20/+298 | |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | |||||
* | Add support for the Micropendous (Arduino-like) series of boards (revisions ↵ | Dean Camera | 2012-02-05 | 4 | -12/+68 | |
| | | | | 1 and 2). | |||||
* | Add missing svn:eol-style properties to /trunk/. | Dean Camera | 2012-02-04 | 1 | -130/+130 | |
| | ||||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 72 | -72/+72 | |
| | ||||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 72 | -122/+122 | |
| | ||||||
* | Fix errors in the new Micropendous board drivers. Reorder the board ↵ | Dean Camera | 2012-02-03 | 3 | -7/+17 | |
| | | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. | |||||
* | Add support for the Micropendous series of USB AVR8 boards. | Dean Camera | 2012-02-03 | 4 | -0/+303 | |
| | ||||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 61 | -16/+406 | |
| | | | | to the board hardware drivers. | |||||
* | Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵ | Dean Camera | 2011-12-26 | 1 | -3/+3 | |
| | | | | board (thanks to Caroline Saliman). | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 29 | -97/+111 | |
| | | | | trailing whitespace at the end of each line. | |||||
* | Fix typo in the Joystick board driver documentation example code. | Dean Camera | 2011-11-29 | 1 | -1/+1 | |
| | ||||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 4 | -3/+278 | |
| | ||||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 3 | -0/+21 | |
| | | | | board targets. | |||||
* | Minor Doxygen documentation improvements. | Dean Camera | 2011-11-24 | 3 | -3/+3 | |
| | | | | Add missing ATTR_NON_NULL_PTR_ARG and const decorations. | |||||
* | Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). | Dean Camera | 2011-11-23 | 4 | -9/+40 | |
| | ||||||
* | 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 | 7 | -12/+382 | |
| | | | | 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 | 4 | -0/+234 | |
| | | | | More XMEGA USB core fixes. | |||||
* | 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. |