- 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
-
- Jul 20, 2016
-
-
Cristian Maglie authored
-
- Jun 06, 2016
-
-
Sandeep Mistry authored
-
- May 27, 2016
-
-
Sandeep Mistry authored
Previous 0 was always returned.
-
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
-
- Feb 18, 2016
-
-
Sandeep Mistry authored
-
- Jan 15, 2016
-
-
Sandeep Mistry 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
-
- Oct 21, 2015
-
-
Martino Facchin authored
-
- Oct 12, 2015
-
-
Martino Facchin 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
-