Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c594cf12
Commit
c594cf12
authored
Jan 22, 2017
by
Damien George
Browse files
stmhal: Enable help('modules') feature.
parent
20fc6203
Changes
2
Hide whitespace changes
Inline
Side-by-side
stmhal/help.c
View file @
c594cf12
...
...
@@ -67,4 +67,5 @@ const char *stmhal_help_text =
" CTRL-E -- on a blank line, enter paste mode
\n
"
"
\n
"
"For further help on a specific object, type help(obj)
\n
"
"For a list of available modules, type help('modules')
\n
"
;
stmhal/mpconfigport.h
View file @
c594cf12
...
...
@@ -78,6 +78,7 @@
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_TEXT stmhal_help_text
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment