micropython/cc3200/mods
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
The constants MP_IOCTL_POLL_xxx, which were stmhal-specific, are moved
from stmhal/pybioctl.h (now deleted) to py/stream.h.  And they are renamed
to MP_STREAM_POLL_xxx to be consistent with other such constants.

All uses of these constants have been updated.
2016-12-02 16:37:29 +11:00
..
modmachine.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modnetwork.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modnetwork.h
modubinascii.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
modubinascii.h
moduhashlib.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
moduos.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
moduos.h
modusocket.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modusocket.h
modussl.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modutime.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
modwipy.c all: Remove 'name' member from mp_obj_module_t struct. 2016-09-22 00:23:16 +10:00
modwlan.c py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 2016-12-02 16:37:29 +11:00
modwlan.h
pybadc.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybadc.h
pybi2c.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybi2c.h
pybpin.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybpin.h
pybrtc.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybrtc.h
pybsd.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybsd.h
pybsleep.c
pybsleep.h
pybspi.c cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed. 2016-11-15 16:35:54 +11:00
pybspi.h
pybtimer.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybtimer.h
pybuart.c py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 2016-12-02 16:37:29 +11:00
pybuart.h
pybwdt.c cc3200: Use mp_raise_XXX helper functions to reduce code size. 2016-10-18 09:53:43 +11:00
pybwdt.h