micropython/extmod
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
..
crypto-algorithms
lwip-include
re1.5 extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking. 2017-10-02 21:20:47 +03:00
uzlib
machine_i2c.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 2017-08-30 10:59:58 +10:00
machine_i2c.h
machine_mem.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
machine_mem.h
machine_pinbase.c extmod/machine_pinbase: Put PinBase singleton in ROM. 2017-09-12 16:00:21 +10:00
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbtree.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modframebuf.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modlwip.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modonewire.c
modubinascii.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modubinascii.h
moductypes.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduhashlib.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduheapq.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modujson.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modurandom.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modure.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduselect.c
modussl_axtls.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modussl_mbedtls.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modutimeq.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
moduzlib.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modwebrepl.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modwebsocket.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modwebsocket.h
uos_dupterm.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
utime_mphal.c
utime_mphal.h
vfs.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
vfs.h
vfs_fat.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
vfs_fat_misc.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
vfs_reader.c
virtpin.c
virtpin.h