You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
crypto-algorithms extmod/crypto-algorithms/sha256: Remove non-standard memory.h header. 6 years ago
lwip-include all: Unify header guard usage. 6 years ago
re1.5 extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking. 6 years ago
uzlib extmod/uzlib: Update to upstream v2.1. 7 years ago
machine_i2c.c all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 6 years ago
machine_i2c.h all: Unify header guard usage. 6 years ago
machine_mem.c all: Remove inclusion of internal py header files. 6 years ago
machine_mem.h all: Use the name MicroPython consistently in comments 6 years ago
machine_pinbase.c extmod/machine_pinbase: Put PinBase singleton in ROM. 6 years ago
machine_pinbase.h all: Unify header guard usage. 6 years ago
machine_pulse.c extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 6 years ago
machine_pulse.h all: Unify header guard usage. 6 years ago
machine_signal.c extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. 6 years ago
machine_signal.h all: Unify header guard usage. 6 years ago
machine_spi.c extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func. 6 years ago
machine_spi.h all: Unify header guard usage. 6 years ago
misc.h all: Unify header guard usage. 6 years ago
modbtree.c all: Remove inclusion of internal py header files. 6 years ago
modframebuf.c all: Remove inclusion of internal py header files. 6 years ago
modlwip.c all: Remove inclusion of internal py header files. 6 years ago
modonewire.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 6 years ago
modubinascii.c all: Remove inclusion of internal py header files. 6 years ago
modubinascii.h all: Use the name MicroPython consistently in comments 6 years ago
moductypes.c all: Remove inclusion of internal py header files. 6 years ago
moduhashlib.c all: Remove inclusion of internal py header files. 6 years ago
moduheapq.c all: Remove inclusion of internal py header files. 6 years ago
modujson.c all: Remove inclusion of internal py header files. 6 years ago
modurandom.c all: Remove inclusion of internal py header files. 6 years ago
modure.c all: Remove inclusion of internal py header files. 6 years ago
moduselect.c all: Use the name MicroPython consistently in comments 6 years ago
modussl_axtls.c all: Remove inclusion of internal py header files. 6 years ago
modussl_mbedtls.c all: Remove inclusion of internal py header files. 6 years ago
modutimeq.c all: Remove inclusion of internal py header files. 6 years ago
moduzlib.c all: Remove inclusion of internal py header files. 6 years ago
modwebrepl.c all: Remove inclusion of internal py header files. 6 years ago
modwebsocket.c all: Remove inclusion of internal py header files. 6 years ago
modwebsocket.h all: Unify header guard usage. 6 years ago
uos_dupterm.c all: Remove inclusion of internal py header files. 6 years ago
utime_mphal.c py,extmod: Some casts and minor refactors to quiet compiler warnings. 6 years ago
utime_mphal.h all: Unify header guard usage. 6 years ago
vfs.c all: Remove inclusion of internal py header files. 6 years ago
vfs.h all: Unify header guard usage. 6 years ago
vfs_fat.c all: Remove inclusion of internal py header files. 6 years ago
vfs_fat.h all: Use the name MicroPython consistently in comments 6 years ago
vfs_fat_diskio.c all: Use the name MicroPython consistently in comments 6 years ago
vfs_fat_file.c all: Remove inclusion of internal py header files. 6 years ago
vfs_fat_misc.c all: Remove inclusion of internal py header files. 6 years ago
vfs_reader.c py: Allow lexer to raise exceptions during construction. 6 years ago
virtpin.c all: Rename mp_obj_type_t::stream_p to protocol. 7 years ago
virtpin.h all: Unify header guard usage. 6 years ago