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. | |||
2016-04-25 | py/runtime_utils: Fix nanbox build. | Paul Sokolovsky | |
2016-04-25 | py: Move call_function_*_protected() functions to py/ for reuse. | Paul Sokolovsky | |
They almost certainly needed by any C code which calls Python callbacks. |