py: Add builtin help function to core, with default help msg.

This builtin is configured using MICROPY_PY_BUILTINS_HELP, and is disabled
by default.
This commit is contained in:
Damien George
2017-01-21 23:17:51 +11:00
parent bd3dd9296b
commit 9f04dfb568
5 changed files with 116 additions and 1 deletions

View File

@@ -189,6 +189,7 @@ PY_O_BASENAME = \
binary.o \
builtinimport.o \
builtinevex.o \
builtinhelp.o \
modarray.o \
modbuiltins.o \
modcollections.o \