Re: [PATCH 6/8] stm32mp: stm32prog: handle interruption during the first enumeration

2022-05-10 Thread Patrice CHOTARD
On 3/28/22 19:25, Patrick Delaunay wrote: > When an interruption is received during the first USB enumeration > used to received the FlashLayout, with handle ctrl-c, the second > enumeration is not needed and the result for stm32prog_usb_loop > is false (reset is not needed). > > This patch avo

Re: [PATCH 6/8] stm32mp: stm32prog: handle interruption during the first enumeration

2022-04-22 Thread Patrice CHOTARD
Hi Patrick On 3/28/22 19:25, Patrick Delaunay wrote: > When an interruption is received during the first USB enumeration > used to received the FlashLayout, with handle ctrl-c, the second > enumeration is not needed and the result for stm32prog_usb_loop > is false (reset is not needed). > > This

[PATCH 6/8] stm32mp: stm32prog: handle interruption during the first enumeration

2022-03-28 Thread Patrick Delaunay
When an interruption is received during the first USB enumeration used to received the FlashLayout, with handle ctrl-c, the second enumeration is not needed and the result for stm32prog_usb_loop is false (reset is not needed). This patch avoids the need of a second ctrl to interrupt the command st