diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-23 18:54:48 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-23 18:54:48 +0000 |
commit | f357a192028545d08748b026f43d3a32c3a601f4 (patch) | |
tree | 8981ddf2734a5bf98e404fcd5f92a8278aaa1dab /py/bc.h | |
parent | 9050b2ee337c1f34412e2cc4c27da278756bc481 (diff) | |
download | micropython-f357a192028545d08748b026f43d3a32c3a601f4.tar.gz micropython-f357a192028545d08748b026f43d3a32c3a601f4.zip |
stmhal: Fix issues with USB CDC init and receive.
Late USB enumeration could clear settings after they had been set.
Now fixed by not clearing some settings on init.
RX was blocking if received characters were not being processed, so
CTRL-C would not be picked up. Now "fixed" by not blocking, but
instead discarding incoming characters if they overflow the buffer.
Diffstat (limited to 'py/bc.h')
0 files changed, 0 insertions, 0 deletions