Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
There were several different spellings of MicroPython present in comments, when there should be only one. | |||
2017-01-22 | teensy: Convert to use builtin help function. | Damien George | |
2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben | |
Update the help() implementations in the cc3200, stmhal and teensy ports to use the pyhelp_print_obj function. | |||
2015-10-12 | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | Damien George | |
2015-01-01 | teensy: Prefix includes with py/; remove need for -I../py. | Damien George | |
2014-06-15 | Updated teensy to build. | Dave Hylands | |
Refactored some stmhal files which are shared with teensy. |