-
- Downloads
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.
Showing
- drivers/cc3000/src/ccspi.c 0 additions, 2 deletionsdrivers/cc3000/src/ccspi.c
- extmod/machine_mem.c 1 addition, 1 deletionextmod/machine_mem.c
- extmod/modbtree.c 0 additions, 2 deletionsextmod/modbtree.c
- extmod/modframebuf.c 0 additions, 2 deletionsextmod/modframebuf.c
- extmod/modlwip.c 0 additions, 1 deletionextmod/modlwip.c
- extmod/modubinascii.c 0 additions, 1 deletionextmod/modubinascii.c
- extmod/moductypes.c 0 additions, 1 deletionextmod/moductypes.c
- extmod/moduhashlib.c 0 additions, 1 deletionextmod/moduhashlib.c
- extmod/moduheapq.c 0 additions, 2 deletionsextmod/moduheapq.c
- extmod/modujson.c 0 additions, 1 deletionextmod/modujson.c
- extmod/modurandom.c 0 additions, 1 deletionextmod/modurandom.c
- extmod/modure.c 0 additions, 1 deletionextmod/modure.c
- extmod/modussl_axtls.c 0 additions, 1 deletionextmod/modussl_axtls.c
- extmod/modussl_mbedtls.c 0 additions, 2 deletionsextmod/modussl_mbedtls.c
- extmod/modutimeq.c 0 additions, 2 deletionsextmod/modutimeq.c
- extmod/moduzlib.c 0 additions, 1 deletionextmod/moduzlib.c
- extmod/modwebrepl.c 0 additions, 2 deletionsextmod/modwebrepl.c
- extmod/modwebsocket.c 0 additions, 2 deletionsextmod/modwebsocket.c
- extmod/uos_dupterm.c 0 additions, 1 deletionextmod/uos_dupterm.c
- extmod/vfs.c 0 additions, 1 deletionextmod/vfs.c
Loading
Please register or sign in to comment