d76c65f599
- add template rule that converts a specified source file into a qstring file - add special rule for generating a central header that contains all extracted/autogenerated strings - defined by QSTR_DEFS_COLLECTED variable. Each platform appends a list of sources that may contain qstrings into a new build variable: SRC_QSTR. Any autogenerated prerequisities are should be appened to SRC_QSTR_AUTO_DEPS variable. - remove most qstrings from py/qstrdefs, keep only qstrings that contain special characters - these cannot be easily detected in the sources without additional annotations - remove most manual qstrdefs, use qstrdef autogen for: py, cc3200, stmhal, teensy, unix, windows, pic16bit: - remove all micropython generic qstrdefs except for the special strings that contain special characters (e.g. /,+,<,> etc.) - remove all port specific qstrdefs except for special strings - append sources for qstr generation in platform makefiles (SRC_QSTR) |
||
---|---|---|
.. | ||
.gitignore | ||
alloc.c | ||
coverage.c | ||
fatfs_port.c | ||
file.c | ||
gccollect.c | ||
input.c | ||
input.h | ||
main.c | ||
Makefile | ||
modffi.c | ||
modjni.c | ||
modmachine.c | ||
modos.c | ||
modsocket.c | ||
modtermios.c | ||
modtime.c | ||
moduselect.c | ||
mpconfigport_fast.h | ||
mpconfigport_freedos.h | ||
mpconfigport_minimal.h | ||
mpconfigport_nanbox.h | ||
mpconfigport.h | ||
mpconfigport.mk | ||
mphalport.h | ||
qstrdefsport.h | ||
unix_mphal.c |