- Jan 22, 2016
-
-
Sandeep Mistry authored
-
- Jan 20, 2016
-
- Jan 19, 2016
-
-
Charles Cross authored
Followed the precedent in SPI and Wire libraries, adding #ifdefs to conditionally declare Wire interface externs
-
Charles Cross authored
-
- Jan 18, 2016
-
-
Cristian Maglie authored
-
- Jan 15, 2016
-
-
Sandeep Mistry authored
-
- Jan 13, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Jan 06, 2016
-
-
bbx10node authored
-
- Jan 05, 2016
-
-
Sandeep Mistry authored
-
- Jan 04, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
- Jan 03, 2016
-
-
Luke McConnell authored
Resolve compiler warning from performing arithmetic on void pointers
-
- Dec 16, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <aethaniel@sam-geek.org>
- Dec 14, 2015
-
-
bbx10node authored
Bulk endpoints were incorrectly shown as Interrupt.
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <aethaniel@sam-geek.org>
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <aethaniel@sam-geek.org>
-
- Dec 03, 2015
-
-
Bill authored
- Nov 30, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- 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
-
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
Pins A1/A2 uses TC4 to generate PWM, the same used in Servo library, so both cannot work together.
-
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
- Nov 17, 2015
-
-
Sandeep Mistry authored
-
William authored
Adjust requestFrom, endTransmission, and startTransmissionWire to handle repeated starts
-
Cristian Maglie authored
-
Cristian Maglie authored
-