zephyr/samples/subsys
Andrei Emeltchenko 0a39c15839 usb: sample: Add support for composite configuration for HID
The current problem with HID is that we need to "patch" static
descriptor table with the size of report descriptor defined in the
user application.

The proposed solution is to have composite_pre_init() defined with
priority CONFIG_KERNEL_INIT_PRIORITY_DEVICE which should run before
composite_init() defined with priority
CONFIG_APPLICATION_INIT_PRIORITY.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2018-04-03 15:58:33 -04:00
..
console doc: getting_started: Support multi-OS instructions 2018-01-18 16:53:31 -05:00
debug debug: fix RTT console Kconfig 2018-03-19 15:37:26 -04:00
ipc/ipm_mailbox samples: remove build_only from various samples 2017-12-28 20:24:29 -05:00
logging samples: event_logger: match more lines during sanitycheck 2018-01-25 04:45:35 +05:30
mgmt samples: mgmt: Remove unnecessary mbedTLS reference 2018-03-26 16:29:27 +02:00
shell/shell_module test: shell: native_posix also supports shell 2018-02-02 07:48:46 -08:00
usb usb: sample: Add support for composite configuration for HID 2018-04-03 15:58:33 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00