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. | ||
* | cc3200: When raising OSError's use MP_Exxx as arg instead of a string. | Damien George | 2017-02-22 |
| | |||
* | cc3200: Clean up and reduce use/include of std.h. | Damien George | 2015-04-18 |
| | |||
* | cc3200: Add explicit py/ path-prefix for py includes. | Damien George | 2015-02-21 |
| | | | | | This is how it should be, so one knows exactly where the includes are coming from. | ||
* | cc3200: Add cc3200 port of MicroPython. | danicampora | 2015-02-06 |
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation. |