- Jun 29, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Jun 27, 2016
-
-
Cristian Maglie authored
Fix #149
-
- Jun 17, 2016
-
-
Sandeep Mistry authored
-
- Jun 03, 2016
-
-
Sandeep Mistry authored
-
- May 30, 2016
-
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/4996
-
Sandeep Mistry authored
-
rocketscream authored
-
- May 27, 2016
-
-
Sandeep Mistry authored
Previous 0 was always returned.
-
Sandeep Mistry authored
-
- Apr 20, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 06, 2016
-
-
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
-
- Mar 30, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Cristian Maglie 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.
-
- Feb 26, 2016
-
-
Cristian Maglie authored
This prevents accidental overwrites of the bootloader if a NULL pointer is used for writing by mistake.
-
- Feb 18, 2016
-
-
Sandeep Mistry authored
-
- Feb 16, 2016
-
-
Sandeep Mistry authored
-
- Jan 19, 2016
-
-
Sandeep Mistry authored
-
- Jan 18, 2016
-
- Jan 15, 2016
-
-
Sandeep Mistry authored
-
- Jan 12, 2016
-
-
rocketscream authored
-
- Jan 05, 2016
-
-
Sandeep Mistry authored
-
- Jan 04, 2016
-
-
Cristian Maglie authored
-
- Jan 03, 2016
-
-
Luke McConnell authored
Resolve compiler warning from performing arithmetic on void pointers
-
- Dec 17, 2015
-
-
agdl authored
To be compliant with the one sent by the AVR core
-
- Dec 16, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <aethaniel@sam-geek.org>
-
- Nov 23, 2015
-
-
Sandeep Mistry authored
Also add Stream::find(char) API. Port of: https://github.com/arduino/Arduino/pull/3337
-
- Nov 20, 2015
-
-
Cristian Maglie authored
The variant's file compliance is now determined using a define named ARDUINO_SAMD_VARIANT_COMPLIANCE that refer to the minimum core version required for this variant file to work.
-
Cristian Maglie authored
The attribute ATTR_ANALOG is needed to select DAC, so it has been removed from pins A1..A5 that doesn't have a DAC.
-
Cristian Maglie authored
The selection of the correct timer peripheral is now decided through the PIN_ATTR_{TIMER/TIMER_ALT} attribute.
-
- Nov 18, 2015
-
-
Sandeep Mistry authored
-