-
- Downloads
py/builtinhelp: Change signature of help text var from pointer to array.
As a pointer (const char *) it takes up an extra word of storage which is in RAM.
Showing
- ports/cc3200/misc/help.c 1 addition, 1 deletionports/cc3200/misc/help.c
- ports/esp8266/help.c 1 addition, 1 deletionports/esp8266/help.c
- ports/stm32/help.c 1 addition, 1 deletionports/stm32/help.c
- ports/teensy/help.c 1 addition, 1 deletionports/teensy/help.c
- ports/zephyr/help.c 1 addition, 1 deletionports/zephyr/help.c
- py/builtin.h 1 addition, 1 deletionpy/builtin.h
- py/builtinhelp.c 1 addition, 1 deletionpy/builtinhelp.c
Please register or sign in to comment