| Age | Commit message (Collapse) | Author |
|
|
|
The bare-metal port needs it and it's no longer included by default since
the Makefile now uses $(PY_CORE_O).
|
|
These ports don't need anything from extmod so don't include those files
at all in the build. This speeds up the build by about 10% when building
with a single core.
|
|
Also renames "stmhal" to "stm32" in documentation and everywhere else.
|
|
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
|