micropython/ports/cc3200/misc
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
..
FreeRTOSHooks.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
antenna.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
antenna.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
help.c py/builtinhelp: Change signature of help text var from pointer to array. 2017-09-12 16:03:52 +10:00
mperror.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
mperror.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
mpexception.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
mpexception.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
mpirq.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
mpirq.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00