| Age | Commit message (Collapse) | Author |
|
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.
|
|
This is to have consistency across the whole repository.
|
|
|
|
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
|
One can instead lookup __name__ in the modules dict to get the value.
|
|
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for. A
port will also provide mphalport.h with further HAL declarations.
|
|
The heartbeat is now controllable via a single function within the
wipy module.
|