-
- Downloads
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
This new config option allows to control whether MicroPython uses its own internal printf or not (if not, an external one should be linked in). Accompanying this new option is the inclusion of lib/utils/printf.c in the core list of source files, so that ports no longer need to include it themselves.
Showing
- bare-arm/mpconfigport.h 1 addition, 0 deletionsbare-arm/mpconfigport.h
- cc3200/application.mk 0 additions, 1 deletioncc3200/application.mk
- esp8266/Makefile 0 additions, 1 deletionesp8266/Makefile
- lib/utils/printf.c 6 additions, 0 deletionslib/utils/printf.c
- minimal/Makefile 0 additions, 1 deletionminimal/Makefile
- py/mpconfig.h 5 additions, 0 deletionspy/mpconfig.h
- py/py.mk 1 addition, 0 deletionspy/py.mk
- qemu-arm/mpconfigport.h 1 addition, 0 deletionsqemu-arm/mpconfigport.h
- stmhal/Makefile 0 additions, 1 deletionstmhal/Makefile
- teensy/Makefile 0 additions, 1 deletionteensy/Makefile
- unix/Makefile 0 additions, 1 deletionunix/Makefile
Please register or sign in to comment