index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
portmodules.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2015-10-19
stmhal: Implement os.dupterm (was pyb.repl_uart).
Damien George
2015-10-19
stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.
Damien George
2015-05-13
lib: Move time utility functions to common library.
Josef Gajdusek
2015-03-04
stmhal: Make os.sync use disk_ioctl exclusively; reuse os.sync in pyb.
Damien George
2014-10-12
stmhal: Enable module weak links.
Damien George
2014-09-30
stmhal: Add network and usocket module.
Damien George
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-08-24
stmhal, modtime: Small changes, reduced code size by around 80 bytes.
Damien George
2014-07-19
stmhal: Add file.flush and os.stat.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George