summaryrefslogtreecommitdiff
path: root/py/builtinhelp.c
AgeCommit message (Expand)Author
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-10py/builtinhelp: Simplify code slightly by extracting object type.Damien George
2017-07-16Fix problems that prevented use of internal frozen modules:Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-01-22py/builtinhelp: Implement help('modules') to list available modules.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George