aboutsummaryrefslogtreecommitdiff
path: root/variants
AgeCommit message (Expand)Author
2015-10-23Increased 32u4 maximum pin numberNico
2015-08-15Added TXLed to Leonardo pin definition fileNicoHood
2015-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2015-05-06[gemma] Integration of Gemma boardCristian Maglie
2014-02-12Merge branch 'master' into ide-1.5.xCristian Maglie
2014-02-12Revert "Changed pins definition in variants from constants to #defines."Cristian Maglie
2013-12-13Merge branch 'pins-define' into ide-1.5.xCristian Maglie
2013-12-13Changed pins definition in variants from constants to #defines.Cristian Maglie
2013-12-13Removed redefinitions of SERIAL_* in Yun variantCristian Maglie
2013-11-12Removed redundant LED_BUILTIN define in Yun variant.Cristian Maglie
2013-11-11Merge branch 'master' into serial-variantCristian Maglie
2013-11-11Fix SERIAL_* metadata in Arduino Ethernet variantCristian Maglie
2013-11-11Added SERIAL metadata into variant files.Cristian Maglie
2013-11-11Merge branch 'master' into serial-variantCristian Maglie
2013-11-11Added SERIAL metadata into variant files.Cristian Maglie
2013-11-03Merge branch 'master' into ide-1.5.xCristian Maglie
2013-11-03Changed LED_BUILTIN to a macro to better support boards that do not have a bu...Cristian Maglie
2013-11-03Added LED_BUILTIN constant to Leonardo boardCristian Maglie
2013-11-03Merge branch 'master' into ide-1.5.xCristian Maglie
2013-11-03Added Arduino Ethernet variant.Cristian Maglie
2013-10-31Using NOT_AN_INTERRUPT defined constantCristian Maglie
2013-10-31Added digitalPinToInterrupt also to robot variantsCristian Maglie
2013-10-31Added pinToInterrupt() variant macro (Paul Stoffregen)Cristian Maglie
2013-09-30Added yun variant with LED_BUILTIN definition. Closes #1585Federico Fissore
2013-08-21Fixed robot libraries and examples for unified Arduino coreXun Yang
2013-05-13Added robot hardwareCristian Maglie
2012-11-30Leonardo pins_arduino.h fixes (jrcutler)Cristian Maglie
2012-11-25Extended digital_pin_to_timer_PGM array in variants/leonardo/pins_arduino.h t...Cristian Maglie
2012-10-27Adding Micro.David A. Mellis
2012-09-13Moving ATmega32U4 Timer 2 #undef's to Leonardo pins_arduino.h file.David A. Mellis
2012-05-20Updating SoftwareSerial pin mapping (pin change interrupts) for Leonardo.David A. Mellis
2012-05-19added pin change interrupt defines for Leonardo. fix for broken software ser...Zach Eveland
2012-04-09Micro I hardly knew yeZach Eveland
2012-04-09sketch USB VID and PID values are passed in from boards.txt at compile time n...Zach Eveland
2012-02-13changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootl...Zach Eveland
2012-02-08adjusting descriptors - trying to prevent sketch and bootloader from grabbing...Zach Eveland
2012-01-10Merge branch 'master' of github.com:arduino/Arduino into new-extensionZach Eveland
2012-01-02Fixing static is not at beginning of declaration warnings (maniacbug).David A. Mellis
2011-12-11fixed TIMER4 use on LeonardoZach Eveland
2011-11-16Fixed size of const array mapping digital pin number to bit mask.Zach Eveland
2011-11-16Updated digital pin and port mapping constants in pins_arduino.h for Leonardo.Zach Eveland
2011-11-16Swapped Dx assignment for MISO and SS to make numbering more sane (Dave Melli...Zach Eveland
2011-11-16Fixed handling of Ax constants on LeonardoZach Eveland
2011-11-15updated pins_arduino.h for Leonardo to reflect final mapping of A6-A11Zach Eveland
2011-11-08updated analog pin assignments and declared TWI/I2C pinsZach Eveland
2011-11-02added 12th ADC channel for Leonardo. cleaned up and corrected comments for p...Zach Eveland
2011-10-24Renaming LED to LED_BUILTIN.David A. Mellis
2011-09-16updated pin assignment again based on design files for LeonardoZach Eveland
2011-09-16updated pin mappings for bootloader and pins_arduino.h in anticipation of fin...Zach Eveland
2011-09-16added automatic one-shot TX and RX LED control for sketch USBZach Eveland