| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
|
|
|
|
| |
Also optimise the function so it only needs to call the MP_STATE_THREAD
macro once (following how other nlr code is written).
|
|
|
|
| |
It's now accessed via the MP_STATE_THREAD macro.
|
|
|
|
|
|
| |
This patch consolidates all global variables in py/ core into one place,
in a global structure. Root pointers are all located together to make
GC tracing easier and more efficient.
|
|
|
|
|
| |
This reduces dependency on assembler, and allows to consolidate global
variables in the future.
|
|
|
|
| |
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/.
|
|
|
|
| |
Specifically, nlr.h does.
|
|
Having an optimized asm implementation is good, but if we want portability,
that's it.
|