| Age | Commit message (Collapse) | Author |
|
|
|
This makes it easier to re-use readline.c and pyexec.c from stmhal in
other ports.
|
|
Make a clearer distinction between init functions that must be done
before any scripts can run (xxx_init0) and those that can be safely
deferred (xxx_init).
Fix bug initialising USB VCP exception. Addresses issue #788.
Re-order some init function to improve reliability of
reset/soft-reset.
|
|
Blanket wide to all .c and .h files. Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.
Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
|
|
Adds readline_init() to clear readline history on soft reset. Addresses
issue #387.
|