aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modmachine.c
AgeCommit message (Collapse)Author
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
To let unix port implement "machine" functionality on Python level, and keep consistent naming in other ports (baremetal ports will use magic module "symlinking" to still load it on "import machine"). Fixes #1701.
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
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.
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
The heartbeat is now controllable via a single function within the wipy module.
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-09-27tests/wipy: Add machine module tests.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora