- 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 17, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Nov 06, 2015
-
-
tuxedo0801 authored
-
- Nov 04, 2015
-
-
Sandeep Mistry authored
-
- Oct 26, 2015
-
- Oct 22, 2015
-
-
agdl authored
This fixes issue #59 and optimize the way the prescaler is found. Furthermore non needed instructions are not repeated.
-
- Oct 21, 2015
-
-
Martino Facchin authored
-
- Oct 12, 2015
-
-
Martino Facchin authored
-
- Sep 24, 2015
-
-
Cristian Maglie authored
-
- Sep 16, 2015
-
-
Martino Facchin authored
-
Martino Facchin authored
-
Martino Facchin authored
-
- Sep 10, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
The shortcut has some issues: - sometimes it fails when sending an odd number of bytes (may be due to memory alignment?) - the data pointer should point to "stable" data (and this is not guaranteed by caller, it may be some sort of temporary buffer) - the SRAM is not guaranteed to start at 0x20000000 All the above problems must be properly fixed before reenabling this part
-
- Sep 09, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Jean-Christophe BUDA authored
-
Jean-Christophe BUDA authored
-
Martino Facchin authored
-
Jean-Christophe BUDA authored
-
Martino Facchin authored
-
Martino Facchin authored
* fix in_endpoint buffer size (was too big) * use the same EP for CDC_ENDPOINT_OUT and CDC_ENDPOINT_IN (different buffers) * fix CDC_ENDPOINT_IN ep type
-
Cristian Maglie authored
This way all the 64 bytes available can be filled up
-
Cristian Maglie authored
-
- Sep 08, 2015
-
-
Sandeep Mistry authored
-
- Sep 04, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
Fixes #30
-
Cristian Maglie authored
-
- Aug 24, 2015
-
-
Cristian Maglie authored
-
- Aug 14, 2015
-
-
Martino Facchin authored
calling digitalWrite with any value different from 0 will end in performing digitalWrite(HIGH)
-