commit | 68cb7b3e384590532d120aba480e31c7ae5b0fbb | [log] [tgz] |
---|---|---|
author | Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no> | Fri Jul 06 16:16:47 2018 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Oct 12 13:14:12 2018 +0200 |
tree | e830dd60f5fd25aff78c202dc23f2ada060b6ef1 | |
parent | 0a3f6f0a58dd444710eb080729055826fe5040e7 [diff] |
drivers: usb: Add nRF52840 USBD driver * Add usbd_dc_nrfx shim The shim is based on the previous one usbd_dc_nrf5. For handling the USBD hardware, tested nrfx_usbd driver from nRF SDK was used. Briefly tested examples: * usb/cdc_acm * usb/dfu (USB communication only due to flash handling issues) * usb/hid-mouse * bluetooth/hci_usb Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>