commit | c0e8f0d96b63aa3b1816a1da2044a7902c970554 | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Mon Dec 19 13:55:58 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 14 18:24:45 2024 -0400 |
tree | 73e3a1d11ce50c555920a755e019879ec1fc2f49 | |
parent | 92fc5316a4a37221ffb06424a580a38025deada1 [diff] |
usb: device_next: add initial HID device support Add initial HID device support. Unlike the existing HID implementation, the new implementation uses a devicetree to instantiate a HID device. To the user, the HID device appears as a normal Zephyr RTOS device. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>