- Apr 19, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
Merge branch 'archive_file_path-backwards-compatibility' of https://github.com/sandeepmistry/ArduinoCore-samd
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 06, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Change digitalPinToInterrupt to return pin, and use g_APinDescription[pin].ulExtInt to map pin inside attachInterrupt/detachInterrupt This brings things inline with the atachInterrupt documentation for usage: attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);
-
- Apr 05, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Apr 04, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/4737
-
- Apr 02, 2016
-
- Mar 31, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Mar 30, 2016
-
-
Cristian Maglie authored
Fix #124
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Cristian Maglie authored
Fix #126
-
- Mar 13, 2016
-
-
Scott Dixon authored
-
- Mar 04, 2016
-
-
Sandeep Mistry authored
Only enabled if PIN_LED_TXL or PIN_LED_RXL is defined
-
- Mar 03, 2016
-
-
Sandeep Mistry authored
Port of @tico-tico’s change in https://github.com/tico-tico/Arduino/commit/a7454b6b5c59187b95c4224aad87 bb01faa06e85 to SAMD core.
-
- Mar 02, 2016
-
- Feb 26, 2016
-
-
Cristian Maglie authored
This prevents accidental overwrites of the bootloader if a NULL pointer is used for writing by mistake.
-
- Feb 23, 2016
-
- Feb 19, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
The pin mapping is still subject to change, better to not distribute files that are not final.
-
- Feb 18, 2016
-
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Cristian Maglie authored
USBHost used to have an init() method that now is incorporated in Init(). The leftover init() calls in the library were calling the init() function in the variant files instead (that has nothing to do with the USBHost library). Removing the calls to init() fix it. Fix #115
-