Dean Camera
cfe2b9eff1
Oops: add missing Pololu Micro board drivers.
9 years ago
Dean Camera
1e05d46b66
Update copyrights to 2016.
9 years ago
Dean Camera
78478be260
Added support for the Pololu A-Star Micro board (thanks to Joh Schneider).
9 years ago
Dean Camera
1914573cd4
Whitespace fixes.
9 years ago
Dean Camera
8f33ba8237
Merge pull request #46 from NicoHood/patch-1
...
Update Arduino Uno board definitions (thanks to NicoHood).
9 years ago
Dean Camera
1d2680b358
Update copyrights to 2015 (better late than never).
10 years ago
Nico
017d0d8f91
Update Board.h
...
Added reset lines
10 years ago
Nico
6e5df9e4be
Update LEDs.h
...
Changed Led 5 and 4 to be compatible with the official firmware:
https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h#L54-L57
Added TX and RX Led makro
Fixed wrong Led logic: OUT and LOW results in LED on.
10 years ago
Dean Camera
0c3cc14006
Upgrade to latest Doxygen.
10 years ago
Dean Camera
e37e86583c
Add board drivers for the Atmel Xplained-MINI kits.
10 years ago
Dean Camera
def7fca736
Add missing MICRO board drivers.
10 years ago
Dean Camera
5df2027e79
Minor documentation improvements.
10 years ago
Dean Camera
c69a623652
Add support for the Arduino Micro board, fix other Arduino board LED drivers.
10 years ago
Dean Camera
5e4b14f007
Oops - include board and LED drivers for the Arduino Yun.
10 years ago
Dean Camera
7046ebb37b
Add board support for the Arduino YUN ATMEGA32U4 coprocessor.
10 years ago
Dean Camera
7768935889
Fix LED driver for the Arduino Leonardo board.
11 years ago
Dean Camera
e368a89987
Update copyrights for 2014.
11 years ago
Dean Camera
814d0b9098
Minor documentation fixes.
11 years ago
Dean Camera
c6e1bf87b5
Minor documentation improvements.
12 years ago
Michael
4a4b9d3051
Add U2S board support
...
Includes board definition files and patch for AVRISPMKII to move the
reset line for pin compatibility.
http://sites.google.com/site/megau2s/
12 years ago
Dean Camera
f7b9ebea02
Update board Dataflash_Init() functions to automatically configure the appropriate communication interface.
12 years ago
Dean Camera
6d58628e85
Fix typos in the XMEGA board LED drivers, use a cleaner change and set implementation.
12 years ago
Dean Camera
7941245122
Ensure core library documentation sections use unique IDs.
12 years ago
Dean Camera
16037433a2
Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board LED drivers
12 years ago
Dean Camera
10448970e5
Merge branch 'master' into XMEGA-Demo-Ports-ClockOnly
12 years ago
Dean Camera
fdf50e9411
Add support for the XMEGA C3 Xplained board.
12 years ago
Dean Camera
2bb012d4cb
Add stub functions to all board drivers, so that demos can be compiled with BOARD=NONE.
12 years ago
Dean Camera
a3784c5944
Update Atmel Studio getting started page and associated images.
12 years ago
Dean Camera
70dd6bc526
Fix board driver hardware capability definition macro documentation. Fix Doxygen-to-Docbook transform eating the contents of generated tables.
12 years ago
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.
13 years ago
Dean Camera
5f614861a6
Minor documentation improvements.
13 years ago
Dean Camera
7aa8dc1de0
Add support for the Atmel UC3-A3 Xplained board.
13 years ago
Dean Camera
1cb60c1214
Spell-check latest trunk source code.
13 years ago
Dean Camera
63fb35f319
Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards.
13 years ago
Dean Camera
e92a9845d3
Leonardo LEDs are RX/TX active Low and USER active high, not the other way around.
13 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.
13 years ago