- Sep 14, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/5362
-
- Sep 02, 2016
-
-
Arturo Guadalupi authored
Removed DUE and added MKR1000
-
- Aug 29, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Aug 24, 2016
-
-
Cristian Maglie authored
This bypass the generic (but inefficient) implementation of Stream::readBytes and uses an optimized version of readBytes than can do efficient multi-byte reads.
-
Cristian Maglie authored
This change improves read performance when massive data is sent via USB by exploiting the hardware capability to handle multi-packet transfers autonomously.
-
Cristian Maglie authored
It makes no sense to have ::recv calling repeatedly ::read in this case.
-
- Aug 23, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
Now the release() function only performs the action that is called for, i.e. release the endpoint and let it receive data. All the buffers handling has been inlined in the callers, this also slightly improves performance because it allows to remove some redundant checks.
-
Cristian Maglie authored
-
Cristian Maglie authored
The reference to the upper USBDevice class is passed on the EPHandler constructor.
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
this is the proper type to encapsulate a byte when data is available or -1 when there is no data.
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Aug 11, 2016
-
-
Sandeep Mistry authored
-
- Jul 25, 2016
-
-
agdl authored
-
- Jul 21, 2016
-
-
Sandeep Mistry authored
-
- Jul 20, 2016
-
-
Cristian Maglie authored
-
- Jul 19, 2016
-
-
- Jul 18, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/4718 to SAMD core.
-
- Jul 12, 2016
-
-
Sandeep Mistry authored
-
- Jul 08, 2016
-
-
Sandeep Mistry authored
-
Arturo Guadalupi authored
Use TX buffer for Wire slave writes
-
Sandeep Mistry authored
-
Arturo Guadalupi authored
Enable digitalRead on output pins, only enable pull-up in digitalWrite if pin is not output
-
- Jul 07, 2016
-
-
Arturo Guadalupi authored
Add Serial_::availableForWrite()
-
- Jun 30, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Jun 29, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-