micropython/ports/cc3200/mods
Damien George a3dc1b1957 all: Remove inclusion of internal py header files.
Header files that are considered internal to the py core and should not
normally be included directly are:
    py/nlr.h - internal nlr configuration and declarations
    py/bc0.h - contains bytecode macro definitions
    py/runtime0.h - contains basic runtime enums

Instead, the top-level header files to include are one of:
    py/obj.h - includes runtime0.h and defines everything to use the
        mp_obj_t type
    py/runtime.h - includes mpstate.h and hence nlr.h, obj.h, runtime0.h,
        and defines everything to use the general runtime support functions

Additional, specific headers (eg py/objlist.h) can be included if needed.
2017-10-04 12:37:50 +11:00
..
modmachine.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modnetwork.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modnetwork.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modubinascii.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modubinascii.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
moduhashlib.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduos.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduos.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modusocket.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modusocket.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modussl.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modutime.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modwipy.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modwlan.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
modwlan.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybadc.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybadc.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybflash.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybflash.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybi2c.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybi2c.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybpin.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybpin.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybrtc.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybrtc.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybsd.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybsd.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybsleep.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybsleep.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybspi.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybspi.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybtimer.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybtimer.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybuart.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
pybuart.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybwdt.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pybwdt.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00