mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 14:15:21 +00:00
End of DFU operation was signaled after the last usb dfu request was received. Therefeore wait_for_usb_dfu() terminated so fast that dfu_work_handler() was not called by k_work_queue befor. wait_for_usb_dfu() should terminate after DFU operation was completed. For fix that k_poll_signal_raise() was moved after the flash write operation. fixes #29611 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> |
||
---|---|---|
.. | ||
audio | ||
hid | ||
netusb | ||
bluetooth.c | ||
bt_h4.c | ||
cdc_acm.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.composite_device_number | ||
loopback.c | ||
mass_storage.c | ||
usb_dfu.c |