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