-
- Downloads
py: Add rules for automated extraction of qstrs from sources.
- 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)
Showing
- cc3200/application.mk 6 additions, 0 deletionscc3200/application.mk
- cc3200/qstrdefsport.h 1 addition, 361 deletionscc3200/qstrdefsport.h
- pic16bit/Makefile 6 additions, 0 deletionspic16bit/Makefile
- pic16bit/qstrdefsport.h 0 additions, 16 deletionspic16bit/qstrdefsport.h
- py/mkrules.mk 28 additions, 0 deletionspy/mkrules.mk
- py/py.mk 9 additions, 3 deletionspy/py.mk
- py/qstrdefs.h 9 additions, 753 deletionspy/qstrdefs.h
- stmhal/Makefile 6 additions, 0 deletionsstmhal/Makefile
- stmhal/qstrdefsport.h 3 additions, 456 deletionsstmhal/qstrdefsport.h
- teensy/Makefile 6 additions, 0 deletionsteensy/Makefile
- teensy/qstrdefsport.h 0 additions, 148 deletionsteensy/qstrdefsport.h
- unix/Makefile 7 additions, 0 deletionsunix/Makefile
- unix/qstrdefsport.h 0 additions, 124 deletionsunix/qstrdefsport.h
- windows/Makefile 6 additions, 0 deletionswindows/Makefile
Loading
Please register or sign in to comment