-
- Downloads
py: Factor out persistent-code reader into separate files.
Implementations of persistent-code reader are provided for POSIX systems and systems using FatFS. Macros to use these are MICROPY_READER_POSIX and MICROPY_READER_FATFS respectively. If an alternative implementation is needed then a port can define the function mp_reader_new_file.
Showing
- cc3200/mpconfigport.h 1 addition, 0 deletionscc3200/mpconfigport.h
- esp8266/esp8266.ld 1 addition, 0 deletionsesp8266/esp8266.ld
- esp8266/esp8266_512k.ld 1 addition, 0 deletionsesp8266/esp8266_512k.ld
- esp8266/mpconfigport.h 1 addition, 0 deletionsesp8266/mpconfigport.h
- examples/embedding/mpconfigport_minimal.h 1 addition, 0 deletionsexamples/embedding/mpconfigport_minimal.h
- extmod/vfs_fat_reader.c 88 additions, 0 deletionsextmod/vfs_fat_reader.c
- py/mpconfig.h 10 additions, 0 deletionspy/mpconfig.h
- py/persistentcode.c 15 additions, 114 deletionspy/persistentcode.c
- py/persistentcode.h 3 additions, 7 deletionspy/persistentcode.h
- py/py.mk 2 additions, 0 deletionspy/py.mk
- py/reader.c 146 additions, 0 deletionspy/reader.c
- py/reader.h 45 additions, 0 deletionspy/reader.h
- stmhal/mpconfigport.h 1 addition, 0 deletionsstmhal/mpconfigport.h
- unix/mpconfigport.h 1 addition, 0 deletionsunix/mpconfigport.h
Loading
Please register or sign in to comment