zephyr/samples
Youvedeep Singh 1da0a9eebd cdc_acm : Restrict writing more than 4 bytes into TX USB Endpoint.
Sometime it is observed on the Arduino 101 that when we write more than
4 bytes into TX USB Endpoint, first 4 bytes are getting repeated
(frequency of occurrence ~1/3000).

This patch does following :-

1. In sample application "cdc_acm", it adds capability to
handle partial transfer data incase data is transferred partially
if exceeds maximum data transfer size.
2. It restricts write of more than  4 bytes into TX USB Endpoint.
This is work around to  avoid issue occarance.

Jira: ZEP-2074

Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-05-13 15:12:27 -04:00
..
basic
bluetooth Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
boards
drivers arch: sam3x: update Kconfig options after move to SAM SoC family tree 2017-05-03 13:51:37 -04:00
environmental_sensing
grove
hello_world
mpu_test samples: Add an MPU test suite 2017-04-25 21:53:22 +00:00
net net: http: Add HTTP server library support 2017-05-13 14:30:58 -04:00
nfc/nfc_hello
philosophers samples: use k_thread_create() 2017-05-11 20:24:22 -04:00
power samples: power: Time is passed as milliseconds in tickless kernel 2017-04-27 13:46:35 +00:00
sensor samples: sensor: hts221 2017-05-03 13:51:37 -04:00
static_lib
subsys cdc_acm : Restrict writing more than 4 bytes into TX USB Endpoint. 2017-05-13 15:12:27 -04:00
synchronization samples: use k_thread_create() 2017-05-11 20:24:22 -04:00
testing
advanced.rst
kernel.rst
samples.rst samples: Add an MPU test suite 2017-04-25 21:53:22 +00:00