- Aug 23, 2016
-
-
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
-
Sandeep Mistry authored
-
- Jul 20, 2016
-
-
Cristian Maglie authored
-
- May 27, 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
-
- Jan 03, 2016
-
-
Luke McConnell authored
Resolve compiler warning from performing arithmetic on void pointers
-
- 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
-
Jean-Christophe BUDA authored
-
Jean-Christophe BUDA 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
-
- Jun 24, 2015
-
-
Cristian Maglie authored
It seems that #include <stdint.h> is able to undef "min" and "max" previously defined. With this commit we make sure that they are defined as last. Fix #10
-
- Jun 12, 2015
-
-
Cristian Maglie authored
-
- Jun 10, 2015
-
-
Cristian Maglie authored
-
- Mar 13, 2015
-
-
Cristian Maglie authored
This reverts commit bc7115b104428f9bea4fdfa1b6af245085f6f542.
-
- Mar 06, 2015
-
-
Cristian Maglie authored
-
- Feb 13, 2015
-
-
Cristian Maglie authored
-
- Oct 08, 2014
-
-
Cristian Maglie authored
-
- Sep 11, 2014
-
-
Jean-Christophe BUDA authored
Signed-off-by:
Jean-Christophe BUDA <jean-christophe.buda@atmel.com>
-