Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFIGURATION...
[pub/USBasp.git] / LUFA / Drivers / Board /
2015-10-03 Dean CameraWhitespace fixes.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2015-02-24 NicoUpdate Board.h
2015-02-24 NicoUpdate LEDs.h
2014-12-26 Dean CameraUpgrade to latest Doxygen.
2014-11-20 Dean CameraAdd board drivers for the Atmel Xplained-MINI kits.
2014-09-28 Dean CameraAdd missing MICRO board drivers. LUFA-140928
2014-09-14 Dean CameraMinor documentation improvements.
2014-09-11 Dean CameraAdd support for the Arduino Micro board, fix other...
2014-09-11 Dean CameraOops - include board and LED drivers for the Arduino...
2014-09-11 Dean CameraAdd board support for the Arduino YUN ATMEGA32U4 coproc...
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-04-30 Dean CameraFix LED driver for the Arduino Leonardo board.
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-11-03 Dean CameraMerge pull request #12 from mondalaci/generichid-node...
2013-11-03 Dean CameraMerge pull request #11 from mondalaci/generichid-libusb...
2013-10-27 Dean CameraMinor documentation fixes.
2013-06-22 Dean CameraMinor documentation improvements.
2013-06-22 MichaelAdd U2S board support
2013-06-12 Dean CameraUpdate board Dataflash_Init() functions to automaticall...
2013-06-12 Dean CameraFix typos in the XMEGA board LED drivers, use a cleaner...
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-06-01 Dean CameraAdded missing LEDs to the XMEGA A3BU Xplained and XMEGA...
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraAdd support for the XMEGA C3 Xplained board.
2013-05-19 Dean CameraAdd stub functions to all board drivers, so that demos...
2013-05-12 Dean CameraUpdate Atmel Studio getting started page and associated...
2013-04-28 Dean CameraFix board driver hardware capability definition macro...
2013-04-08 Dean CameraFix typos in the Arduino Leonardo board drivers.
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-02-19 Dean CameraFixed swapped LED3 and LED4 masks for the Olimex-32U4...
2013-01-27 Dean CameraFix typos in the new board hardware information header...
2013-01-27 Dean CameraFix typo in the board hardware info dispatch driver...
2013-01-27 Dean CameraAdded new Board Hardware Information board driver.
2013-01-19 Dean CameraFix incorrect URLs for the Stange-ISP board.
2013-01-19 Dean CameraAdd support for the Dimex Stange-ISP programmer board...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2013-01-03 Dean CameraFixed hardware race condition that could cause failed...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-21 Dean CameraAdd missing preprocessor logic to the USBKEY board...
2012-09-19 Dean CameraFixed incorrect Dataflash functionality in the USBKEY...
2012-09-19 Dean CameraMinor documentation corrections.
2012-09-15 Dean CameraAdded support for the Xevelabs USB2AX revision 3.1...
2012-09-09 Dean CameraMinor documentation improvements.
2012-09-08 Dean CameraAdd support for the Atmel UC3-A3 Xplained board.
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-12 Dean CameraFix incorrect LED masks for the Olimex 32U4 and Leonard...
2012-08-12 Dean CameraLeonardo LEDs are RX/TX active Low and USER active...
2012-08-12 Dean CameraFixed inverted LED driving code for the Arduino Leonard...
2012-08-12 Dean CameraFix typo in the LED dispatch header, breaking builds...
2012-08-12 Dean CameraAdded support for the Arduino Leonardo board. Swap...
2012-07-26 Dean CameraAdd support for the Olimex AVR-ISP-MK2 board.
2012-07-26 Dean CameraFix errors in some board driver LED_Disable() functions.
2012-07-03 Dean CameraFixed incorrect Micropendous board LED driver LEDs_SetA...
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-06-07 Dean CameraUpdate SVN line endings property on newer source files...
2012-06-02 Dean CameraFix UC3 support in the BUILD build system module. Fix...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-06 Dean CameraChanged board LED driver implementations of LEDs_Toggle...
2012-05-06 Dean CameraAdded support for the Olimex AVR-USB-32U4 and Olimex...
2012-04-25 Dean CameraAdded support for the DorkbotPDX Duce board.
2012-04-25 Dean CameraFixed inverted LED logic in the USB2AX board LED driver...
2012-04-25 Dean CameraAdd basic hardware mapping information for all supporte...
2012-04-23 Dean CameraFix documentation of the board LED driver (thanks to...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-09 Dean CameraEnsure Temperature.c and TWI_AVR8.c can be compiled...
2012-03-20 Dean CameraFixed inverted LED logic in the OLIMEX162 board LED...
2012-03-17 Dean CameraFixed compile error if LEDs_Disable() is called and...
2012-02-22 Dean CameraAdded support for the BitWizard Multio and Big-Multio...
2012-02-13 Dean CameraAdd missing file Subversion EOL-style properties.
2012-02-13 Dean CameraFix Dataflash driver for the XMEGA-B1 XPLAINED - the...
2012-02-12 Dean CameraAdd new Master SPI Mode USART serial peripheral driver...
2012-02-09 Dean CameraUpdate XMEGA board drivers to use the port inversion...
2012-02-06 Dean CameraOops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE...
2012-02-06 Dean CameraAdd board driver support for the Atmel XMEGA-B1 Xplaine...
2012-02-05 Dean CameraAdd support for the Micropendous (Arduino-like) series...
2012-02-04 Dean CameraAdd missing svn:eol-style properties to /trunk/.
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-03 Dean CameraFix errors in the new Micropendous board drivers. Reord...
2012-02-03 Dean CameraAdd support for the Micropendous series of USB AVR8...
2012-01-29 Dean CameraAdded new LEDs_Disable(), Buttons_Disable() and Joystic...
2011-12-26 Dean CameraFixed incorrect implementation of LEDs_ToggleLEDs(...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-29 Dean CameraFix typo in the Joystick board driver documentation...
2011-11-28 Dean CameraAdd support for the Paranoid Studio USB2AX boards ...
2011-11-28 Dean CameraAdd dummy board documentation nodes for the XPLAIN_REV1...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-11-23 Dean CameraAdded support for version 2 of the Teensy boards (thank...
2011-11-09 Dean CameraAdd missing SVN eol-style property to ensure that sourc...
2011-11-01 Dean CameraAdd partial support for the Atmel A3BU Xplained's Dataf...
next