Dean Camera
9207e8b2fd
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
2012-05-06 12:19:03 +00:00
Dean Camera
395e4287a1
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
2012-05-06 12:10:30 +00:00
Dean Camera
69ecaae732
Added support for the DorkbotPDX Duce board.
2012-04-25 18:42:33 +00:00
Dean Camera
bd6123e2c1
Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).
2012-04-25 18:32:55 +00:00
Dean Camera
5b5b73ce58
Add basic hardware mapping information for all supported boards.
2012-04-25 18:27:27 +00:00
Dean Camera
a77c3edc37
Fixed inverted LED logic in the OLIMEX162 board LED driver.
2012-03-20 06:18:41 +00:00
Dean Camera
5561524a8f
Added support for the BitWizard Multio and Big-Multio boards.
2012-02-22 21:31:18 +00:00
Dean Camera
09d2be0dc1
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and 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.
2012-02-12 20:34:33 +00:00
Dean Camera
4d131de85b
Add board driver support for the Atmel XMEGA-B1 Xplained board.
...
Fix Dataflash driver for the A3BU-Xplained board.
Minor documentation improvements.
2012-02-06 17:05:33 +00:00
Dean Camera
da676f0f70
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
2012-02-05 15:50:09 +00:00
Dean Camera
e55946f972
Add missing svn:eol-style properties to /trunk/.
2012-02-04 23:00:22 +00:00
Dean Camera
f1b6ddb710
Update file contributor copyrights for 2012.
2012-02-04 22:38:44 +00:00
Dean Camera
2c806f6cee
Update file header copyrights for 2012.
2012-02-04 22:32:30 +00:00
Dean Camera
3dacb73af3
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
2012-02-03 21:10:07 +00:00
Dean Camera
10a56f6105
Add support for the Micropendous series of USB AVR8 boards.
2012-02-03 20:20:11 +00:00
Dean Camera
5563da6a62
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
2012-01-29 14:33:36 +00:00
Dean Camera
154d28e39f
Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman).
2011-12-26 13:23:43 +00:00
Dean Camera
f201f6697b
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
2011-12-23 01:51:39 +00:00
Dean Camera
70f3d8e933
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
2011-11-28 23:43:58 +00:00
Dean Camera
2b23318357
Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets.
2011-11-28 13:15:27 +00:00
Dean Camera
a81ccd83fd
Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
2011-11-23 00:15:58 +00:00
Dean Camera
0ad6f1fb53
Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).
2011-11-01 06:06:41 +00:00
Dean Camera
77dbfd3cc4
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
...
Add missing function and definition documentation.
2011-09-22 05:55:32 +00:00
Dean Camera
0c2ad9eb34
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
Dean Camera
2e76ad721e
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
2011-06-08 00:25:03 +00:00
Dean Camera
73733275be
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
2011-06-08 00:24:01 +00:00
Dean Camera
7dffa15c16
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
2011-06-05 13:55:56 +00:00
Dean Camera
3bd6336075
Added board driver support for the Busware TUL board.
2011-06-04 04:13:01 +00:00
Dean Camera
f01a05415c
Spell check library source code files.
2011-06-01 14:33:40 +00:00
Dean Camera
41de1d1dab
Oops - fix bad include path in the moved USBKEY Dataflash board driver header.
2011-05-18 12:24:56 +00:00
Dean Camera
910bca557c
Seperated out board drivers by architecture in the library internals for better organisation.
2011-05-18 12:23:24 +00:00