zephyr/samples
Andy Ross 4a8a24fe39 Revert "cdc_acm : Restrict writing more than 4 bytes into TX USB Endpoint."
This reverts commit 1da0a9eebd.

The workaround caused a severe performance penalty, and only worked
for USB packets of 4-15 bytes in length (16+ byte packets weren't
subject to the hardware bug).  Single-byte packets (very common for
cdc_acm serial port transfers) would still be duplicated sometimes.

The upcoming DMA implementation does not share the performance
penalty, and also is not subject to the bug for those sizes of packets
(though it DOES still have a problem with single-byte packets!).

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2017-10-28 14:38:19 -04:00
..
application_development tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
basic tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
bluetooth samples: mesh_demo: Enable relay by default for the micro:bit 2017-10-23 12:39:52 +02:00
boards samples: environmental_sensing: fix the data type for read_u32() 2017-10-17 09:10:26 +03:00
cpp_synchronization tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
drivers samples: drivers: add WS2812 sample application 2017-10-28 13:23:30 -04:00
grove tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
hello_world tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
mpu Revert "samples: MPU: updated the memory domain test for x86." 2017-10-20 15:02:59 -04:00
net samples/net: Reducing prj*.conf files by relevantly removing 6Lo option 2017-10-28 14:28:02 -04:00
nfc/nfc_hello tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
philosophers tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
sensor doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
subsys Revert "cdc_acm : Restrict writing more than 4 bytes into TX USB Endpoint." 2017-10-28 14:38:19 -04:00
synchronization tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
testing tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: drivers: add LPD8806 sample application 2017-10-28 13:23:30 -04:00