commit | f12b745feb4b44c876c717d94992d9968814fb5f | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Jun 30 17:06:19 2021 +0200 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Oct 29 16:43:57 2021 +0200 |
tree | 8cd4885bbb6ee19adddad9202b362c04262166b4 | |
parent | fb92928930f2756a10ca2e42e7dff9e6cff52c39 [diff] |
feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 Add the USB descriptor, the struct used for USB enumeration with the function usb_dfu_plat_init(). The USB support is based on the usb lib and on the stm32mp1 usb driver. The content of enumeration (the string descriptor) is identical to ROM code to avoid the USB reset en re-enumeration needs. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I18b40649e8df83813a5a340b0eee44c9a3470e43