aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mods/modmachine.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-04-05cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky
2017-02-21cc3200: Remove remaining references to std.h.Damien George
2016-10-18cc3200: Use mp_raise_XXX helper functions to reduce code size.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
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
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
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