Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: Add a "Reset and Boot Sequence" reference page. | Angus Gratton | 2024-11-19 |
| | | | | | | | | | | | | Previously individual ports documented these aspects to varying degrees, but most of the information is common to all ports. In particular, this adds a canonical explanation of `boot.py` and `main.py`. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au> | ||
* | docs: Update docs to replace ifconfig with ipconfig. | Felix Dörre | 2024-07-05 |
| | | | | | | Follow up to 1c6012b0b5c62f18130217f30e73ad3ce4c8c9e6 Signed-off-by: Felix Dörre <felix@dogcraft.de> | ||
* | docs: Remove trailing spaces and convert tabs to spaces. | Damien George | 2021-12-15 |
| | | | | Signed-off-by: Damien George <damien@micropython.org> | ||
* | docs: Remove spaces on lines that are empty. | Damien George | 2019-12-04 |
| | |||
* | docs/wipy/tutorial: Link Blynk examples to the official library. | Volodymyr Shymanskyy | 2019-10-16 |
| | |||
* | all: Change PYB message prefix to MPY. | Mike Causer | 2019-02-12 |
| | | | | | | | | Replaces "PYB: soft reboot" with "MPY: soft reboot", etc. Having a consistent prefix across ports reduces the difference between ports, which is a general goal. And this change won't break pyboard.py because that tool only looks for "soft reboot". | ||
* | docs/wipy: Fix links to network.Server, and markup for boot.py. | Damien George | 2018-10-01 |
| | |||
* | docs: Unify all the ports into one set of documentation. | Damien George | 2018-10-01 |
| | | | | | | | | | With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things. | ||
* | docs/machine.Timer: Move WiPy adhoc parts to its documentation. | Paul Sokolovsky | 2017-01-28 |
| | |||
* | docs: Spelling mistakes | Mike Causer | 2016-08-02 |
| | |||
* | docs/wipy/tutorial: Add note about screen key bindings on OS X. | Marcel Stör | 2016-06-02 |
| | |||
* | docs/wipy: Add warning about losing wlan connection when changing mode. | Jason Hildebrand | 2015-11-18 |
| | | | | | Also provide workarounds, link to other revelant sections, and fix some typos. | ||
* | docs/wipy: Fixed some typos in the WiPy's tutorials. | Dave Hylands | 2015-11-18 |
| | |||
* | docs/wipy: Fix bug in example code and add note regarding OTA. | danicampora | 2015-10-26 |
| | |||
* | docs/wipy: Fix several typos and change some pyboard to WiPy. | Martijn Koster | 2015-10-26 |
| | |||
* | docs/wipy: Fix several typos. | Martijn Koster | 2015-10-25 |
| | |||
* | docs: Fix typos on wipy docs. | danicampora | 2015-10-22 |
| | |||
* | docs/wipy: Remove windows instructions that refer to the pyboard. | danicampora | 2015-10-21 |
| | |||
* | docs/wipy: Fix formatting indentation. | danicampora | 2015-10-21 |
| | |||
* | docs/wipy: Remove incorrect references to usb configuration. | danicampora | 2015-10-21 |
| | |||
* | docs/wipy: Add more tutorials and examples. | danicampora | 2015-10-21 |
| | |||
* | docs/wipy: Add wipy tutorials section. | danicampora | 2015-10-19 |