dhylands / upy-shell

MicroPython shell
MIT License
38 stars 10 forks source link

rshell cp hangs if target becomes full #9

Open peterhinch opened 9 years ago

peterhinch commented 9 years ago

It issues False then hangs. C then leaves a part-written file on the target.

dhylands commented 9 years ago

Thanks for the report. I think that the stmhal side is throwing an exception and rshell isn't dealing with that properly.

dhylands commented 9 years ago

Someplace I have some code that deals with that - I need to find it and check it in.