zephyr/samples/subsys/usb
Andy Ross fcd392f6ce kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers
Use the core k_heap API pervasively within our tree instead of the
z_mem_pool wrapper that provided compatibility with the older mempool
implementation.

Almost all of this is straightforward swapping of one alloc/free call
for another.  In a few cases where code was holding onto an old-style
"mem_block" a local compatibility struct with a single field has been
swapped in to keep the invasiveness of the changes down.

Note that not all the relevant changes in this patch have in-tree test
coverage, though I validated that it all builds.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
audio usb: samples: audio: Add samples to sanitycheck 2020-09-03 21:50:03 +02:00
cdc_acm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
cdc_acm_composite device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
console tests: usb: add fixture requirement 2020-09-14 18:37:17 -05:00
dfu dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
hid usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
hid-cdc kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
hid-mouse device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
inf
mass samples: mass: rework disk and fs configuration 2020-12-02 11:50:11 +01:00
testusb samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
webusb usb: samples: Add Extension descriptor to webUSB sample. 2020-10-30 15:56:13 +01:00
usb.rst
usb_pid.Kconfig samples: wpanusb: assign next free sample PID 2020-05-27 14:15:52 +02:00