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
/
cc3200
/
mods
/
modmachine.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-04-05
cc3200/modmachine: Return frequency value directly, like other ports.
Paul Sokolovsky
2017-02-21
cc3200: Remove remaining references to std.h.
Damien George
2016-10-18
cc3200: Use mp_raise_XXX helper functions to reduce code size.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-08
stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.
Damien George
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-19
cc3200: Create wipy module, remove HeartBeat class.
danicampora
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora