zephyr/samples/subsys
Andrei Emeltchenko 48ff11752c usb: webusb: Strip CDC ACM function from the code
CDC ACM is not needed in webusb, communication is going through Bulk
endpoints. Endpoint numbers stay the same only Interface number
changed, so basically only this change is needed:

-        .then(() => this.device_.claimInterface(2))
+        .then(() => this.device_.claimInterface(0))

this.device_.claimInterface({2,0}) apart from removing serial port
commands.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2018-06-22 12:29:45 -04:00
..
console subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
debug kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
ipc samples: remove sample.tc 2018-06-11 17:11:18 -04:00
logging samples: event_logger: match more lines during sanitycheck 2018-01-25 04:45:35 +05:30
mgmt samples: smp_svr: Add sample.yaml 2018-05-16 17:01:52 +02:00
nvs subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00
shell/shell_module test: shell: native_posix also supports shell 2018-02-02 07:48:46 -08:00
usb usb: webusb: Strip CDC ACM function from the code 2018-06-22 12:29:45 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00