| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
They are one-line functions and having them inline in mp_init/mp_deinit
eliminates the overhead of a function call, and matches how other state
is initialised in mp_init.
|
| |
|
|
|
|
| |
Addresses issue #1022.
|
|
|
|
|
|
|
| |
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/.
|
|
Comes with some refactoring of code and renaming of files. All modules
are now named mod*.[ch].
|