Commit Graph

162 Commits (fe3a5c24623030306bca129a4653323f0bfb80bc)

Author SHA1 Message Date
Dean Camera 3808f5c36d Spell check source code, fix mistakes.
12 years ago
Dean Camera 6e29655b54 Update SVN line endings property on newer source files to native.
12 years ago
Dean Camera 4913678695 Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board buttons driver.
12 years ago
Dean Camera a9d8af99e4 Minor documentation improvements.
12 years ago
Dean Camera f2ae4dc255 Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
13 years ago
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.
13 years ago
Dean Camera 395e4287a1 Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
13 years ago
Dean Camera 69ecaae732 Added support for the DorkbotPDX Duce board.
13 years ago
Dean Camera bd6123e2c1 Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).
13 years ago
Dean Camera 5b5b73ce58 Add basic hardware mapping information for all supported boards.
13 years ago
Dean Camera c7bfcf2cbb Fix documentation of the board LED driver (thanks to Karl Lunt).
13 years ago
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
13 years ago
Dean Camera 9add0d100d Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with non-supported hardware - produce errors only if the user application includes the module header files.
13 years ago
Dean Camera a77c3edc37 Fixed inverted LED logic in the OLIMEX162 board LED driver.
13 years ago
Dean Camera 1971a415e5 Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).
13 years ago
Dean Camera 5561524a8f Added support for the BitWizard Multio and Big-Multio boards.
13 years ago
Dean Camera 9d2e7aeff4 Add missing file Subversion EOL-style properties.
13 years ago
Dean Camera 7a8b038687 Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
13 years ago
Dean Camera 09d2be0dc1 Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.
13 years ago
Dean Camera a2d18e46f8 Update XMEGA board drivers to use the port inversion feature of the XMEGA 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.
13 years ago
Dean Camera 1482f77826 Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.
13 years ago
Dean Camera 4d131de85b Add board driver support for the Atmel XMEGA-B1 Xplained board.
13 years ago
Dean Camera da676f0f70 Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
13 years ago
Dean Camera e55946f972 Add missing svn:eol-style properties to /trunk/.
13 years ago
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
13 years ago
Dean Camera 2c806f6cee Update file header copyrights for 2012.
13 years ago
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.
13 years ago
Dean Camera 10a56f6105 Add support for the Micropendous series of USB AVR8 boards.
13 years ago
Dean Camera 5563da6a62 Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
13 years ago
Dean Camera 154d28e39f Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks to Caroline Saliman).
13 years ago
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
13 years ago
Dean Camera 259a3c9854 Fix typo in the Joystick board driver documentation example code.
13 years ago
Dean Camera 70f3d8e933 Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
13 years ago
Dean Camera 2b23318357 Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta board targets.
13 years ago
Dean Camera 38d7cdf803 Minor Doxygen documentation improvements.
13 years ago
Dean Camera a81ccd83fd Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
13 years ago
Dean Camera e30be658c9 Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
13 years ago
Dean Camera 0ad6f1fb53 Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USART-as-SPI transport driver still pending).
13 years ago
Dean Camera 139c1afeeb Add XMEGA SPI peripheral driver.
13 years ago
Dean Camera 00ad509061 Add support for the Atmel XMEGA A3BU Xplained board.
13 years ago
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.
13 years ago
Dean Camera 0c2ad9eb34 Add missing SVN eol-style property to files where it was missing.
13 years ago
Dean Camera f152ff26c7 Add missing function attributes to the RingBuffer driver to reduce the chances of invalid usage.
13 years ago
Dean Camera 87b57522b2 Fix improper indenting of the internal board driver dispatch headers.
13 years ago
Dean Camera 8c3d421a01 Added board hardware driver support for the EVK1104 board.
13 years ago
Dean Camera 8cc3fd56d9 Add board driver support for the EVK1100 board.
13 years ago
Dean Camera 2e76ad721e Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
13 years ago
Dean Camera 73733275be Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
13 years ago
Dean Camera 7dffa15c16 Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
13 years ago
Dean Camera 3bd6336075 Added board driver support for the Busware TUL board.
13 years ago