Dean Camera
b7f9beefd8
Fix typos in the Arduino Leonardo board drivers.
12 years ago
Dean Camera
7c3867da33
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
12 years ago
Dean Camera
8703edc724
Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.
12 years ago
Dean Camera
f8f8ac0b1a
Fix typos in the new board hardware information header files.
12 years ago
Dean Camera
3929cae00e
Fix typo in the board hardware info dispatch driver header file.
12 years ago
Dean Camera
bc8e686e51
Added new Board Hardware Information board driver.
12 years ago
Dean Camera
3059a33db2
Fix incorrect URLs for the Stange-ISP board.
12 years ago
Dean Camera
180180e234
Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
12 years ago
Dean Camera
de0df8b162
Update copyright year to 2013.
12 years ago
Dean Camera
2608fd1dd4
Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs).
...
Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen).
Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
12 years ago
Dean Camera
eee252603b
Minor documentation improvements.
12 years ago
Dean Camera
97046965ee
Add missing preprocessor logic to the USBKEY board Dataflash driver so that DATAFLASH_TOTALCHIPS parameter for the board could theoretically be changed to 1 and have the code still work.
12 years ago
Dean Camera
f3049d958e
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
12 years ago
Dean Camera
7fd2349e1a
Minor documentation corrections.
12 years ago
Dean Camera
45a56b4df7
Added support for the Xevelabs USB2AX revision 3.1 board.
12 years ago
Dean Camera
5f614861a6
Minor documentation improvements.
12 years ago
Dean Camera
7aa8dc1de0
Add support for the Atmel UC3-A3 Xplained board.
12 years ago
Dean Camera
1cb60c1214
Spell-check latest trunk source code.
12 years ago
Dean Camera
63fb35f319
Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards.
12 years ago
Dean Camera
e92a9845d3
Leonardo LEDs are RX/TX active Low and USER active high, not the other way around.
12 years ago
Dean Camera
40755d4fde
Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
12 years ago
Dean Camera
6fb6c628fa
Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.
12 years ago
Dean Camera
f0e5425208
Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.
12 years ago
Dean Camera
16cd7c6896
Add support for the Olimex AVR-ISP-MK2 board.
12 years ago
Dean Camera
5a0bd85330
Fix errors in some board driver LED_Disable() functions.
12 years ago
Dean Camera
4b8a46193e
Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_ChangeLEDs() function implementations (thanks to MitchJS).
13 years ago
Dean Camera
ef06eefc8b
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.
13 years ago
Dean Camera
3808f5c36d
Spell check source code, fix mistakes.
13 years ago
Dean Camera
6e29655b54
Update SVN line endings property on newer source files to native.
13 years ago
Dean Camera
4913678695
Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board buttons driver.
13 years ago
Dean Camera
a9d8af99e4
Minor documentation improvements.
13 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.
...
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.
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.
...
Fix Dataflash driver for the A3BU-Xplained board.
Minor documentation improvements.
13 years ago
Dean Camera
da676f0f70
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
13 years ago