Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | Move Caterina_BL related defines into generic USBCore.h | Martino Facchin | |
In an excess of confidence, these defines were added to Leonardo's variant.h 3rd party boards sometimes avoid inheriting this variant but they still define USBCON, thus breaking the build | |||
2016-05-10 | Fixing issue #4940 (typo) | Brent Wilkins | |
2016-04-06 | [AVR] Discover newer bootloader at runtime | Martino Facchin | |
Replaces #4280, only checks for the bootloader once Tested with Hoodloader2, should work with every LUFA-derived bootloader released after 2014 (.apitable_signatures section must be placed at end of the flash) BootloaderAPITable.S : .global BootloaderAPI_Signatures BootloaderAPI_Signatures: .long BOOT_START_ADDR ; Start address of the bootloader .word 0xDF00 ; Signature for the CDC class bootloader .word 0xDCFB ; Signature for a LUFA class bootloader makefile: BOOT_API_LD_FLAGS += $(call BOOT_SECTION_LD_FLAG, .apitable_signatures, BootloaderAPI_Signatures, 8) | |||
2015-11-24 | Merge branch 'led_fix' of https://github.com/NicoHood/Arduino | Cristian Maglie | |
2015-11-20 | Added SerialUSB alias for Serial on 32u4 boards | Cristian Maglie | |
2015-11-17 | Added defines for gemma | agdl | |
As pointed out in #4063 | |||
2015-10-23 | Merge branch 'arduinoGemmaInterrupts' of https://github.com/agdl/Arduino | Cristian Maglie | |
2015-10-23 | Gemma digitalPinToInterrupt support | Arturo Guadalupi | |
Added support for Arduino Gemma as required in #3929 | |||
2015-10-23 | Increased 32u4 maximum pin number | Nico | |
2015-10-23 | Ethernet digitalPinToInterrupt support | Arturo Guadalupi | |
Added support for Arduino Ethernet as required in #3929 | |||
2015-10-01 | Added LED_BUILTIN to GEMMA | Arturo Guadalupi | |
as asked in #3907 | |||
2015-08-15 | Added TXLed to Leonardo pin definition file | NicoHood | |
2015-07-03 | Removed a handful of SVN expansion keywords. See #277 | Federico Fissore | |
2015-05-06 | [gemma] Integration of Gemma board | Cristian Maglie | |
2014-02-12 | Merge branch 'master' into ide-1.5.x | Cristian Maglie | |
2014-02-12 | Revert "Changed pins definition in variants from constants to #defines." | Cristian Maglie | |
This reverts commit 7fcba37acfd11313640b3f5d5c813d63d2f59999. | |||
2013-12-13 | Merge branch 'pins-define' into ide-1.5.x | Cristian Maglie | |
2013-12-13 | Changed pins definition in variants from constants to #defines. | Cristian Maglie | |
2013-12-13 | Removed redefinitions of SERIAL_* in Yun variant | Cristian Maglie | |
2013-11-12 | Removed redundant LED_BUILTIN define in Yun variant. | Cristian Maglie | |
2013-11-11 | Merge branch 'master' into serial-variant | Cristian Maglie | |
2013-11-11 | Fix SERIAL_* metadata in Arduino Ethernet variant | Cristian Maglie | |
2013-11-11 | Added SERIAL metadata into variant files. | Cristian Maglie | |
2013-11-11 | Merge branch 'master' into serial-variant | Cristian Maglie | |
2013-11-11 | Added SERIAL metadata into variant files. | Cristian Maglie | |
2013-11-03 | Merge branch 'master' into ide-1.5.x | Cristian Maglie | |
2013-11-03 | Changed LED_BUILTIN to a macro to better support boards that do not have a ↵ | Cristian Maglie | |
built-in LED. Fixes #758 | |||
2013-11-03 | Added LED_BUILTIN constant to Leonardo board | Cristian Maglie | |
2013-11-03 | Merge branch 'master' into ide-1.5.x | Cristian Maglie | |
2013-11-03 | Added Arduino Ethernet variant. | Cristian Maglie | |
Fixes #925 | |||
2013-10-31 | Using NOT_AN_INTERRUPT defined constant | Cristian Maglie | |
2013-10-31 | Added digitalPinToInterrupt also to robot variants | Cristian Maglie | |
2013-10-31 | Added pinToInterrupt() variant macro (Paul Stoffregen) | Cristian Maglie | |
2013-09-30 | Added yun variant with LED_BUILTIN definition. Closes #1585 | Federico Fissore | |
2013-08-21 | Fixed robot libraries and examples for unified Arduino core | Xun Yang | |
2013-05-13 | Added robot hardware | Cristian Maglie | |
2012-11-30 | Leonardo pins_arduino.h fixes (jrcutler) | Cristian Maglie | |
fixes #915 | |||
2012-11-25 | Extended digital_pin_to_timer_PGM array in variants/leonardo/pins_arduino.h ↵ | Cristian Maglie | |
to include analog pins (fixed #1129) | |||
2012-10-27 | Adding Micro. | David A. Mellis | |
2012-09-13 | Moving ATmega32U4 Timer 2 #undef's to Leonardo pins_arduino.h file. | David A. Mellis | |
2012-05-20 | Updating SoftwareSerial pin mapping (pin change interrupts) for Leonardo. | David A. Mellis | |
2012-05-19 | added pin change interrupt defines for Leonardo. fix for broken software ↵ | Zach Eveland | |
serial on Leonardo | |||
2012-04-09 | Micro I hardly knew ye | Zach Eveland | |
2012-04-09 | sketch USB VID and PID values are passed in from boards.txt at compile time ↵ | Zach Eveland | |
now. changed sketch PIDs to final values. also uncommented Micro section in boards.txt | |||
2012-02-13 | changed Leonardo bootloader and sketch PID values again (now 0x0701 for ↵ | Zach Eveland | |
bootloader, 0x0801 for sketch) | |||
2012-02-08 | adjusting descriptors - trying to prevent sketch and bootloader from ↵ | Zach Eveland | |
grabbing different COM numbers on Windows | |||
2012-01-10 | Merge branch 'master' of github.com:arduino/Arduino into new-extension | Zach Eveland | |
2012-01-02 | Fixing static is not at beginning of declaration warnings (maniacbug). | David A. Mellis | |
2011-12-11 | fixed TIMER4 use on Leonardo | Zach Eveland | |
ATMEGA32U4 has major differences in TIMER4 registers compared to ATMEGA1280 and 2560. turnOffPWM, analogWrite, and initialize routines had wrong registers, bit names, etc. | |||
2011-11-16 | Fixed size of const array mapping digital pin number to bit mask. | Zach Eveland | |