Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
| | | | | | There were several different spellings of MicroPython present in comments, when there should be only one. | ||
* | examples/embedding: Place lexer constructor within NLR handler block. | Damien George | 2017-03-14 |
| | | | | The lexer constructor may now raise an exception and it needs to be caught. | ||
* | examples/embedding: Example for embedding MicroPython in an app. | Paul Sokolovsky | 2016-07-22 |