<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/docs/pyboard/tutorial, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>docs: More consistent capitalization and use of articles in headings.</title>
<updated>2020-01-06T11:17:29+00:00</updated>
<author>
<name>Jason Neal</name>
</author>
<published>2020-01-01T11:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=aec88ddf0326187c567d4e4507149fb7c54ba91d'/>
<id>aec88ddf0326187c567d4e4507149fb7c54ba91d</id>
<content type='text'>
See issue #3188.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See issue #3188.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Remove spaces on lines that are empty.</title>
<updated>2019-12-04T04:02:54+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-12-04T04:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=90c524c1141ed9ad8fa882dba6f36199a7768e32'/>
<id>90c524c1141ed9ad8fa882dba6f36199a7768e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix spelling in various parts of the docs.</title>
<updated>2019-10-16T03:08:28+00:00</updated>
<author>
<name>Mike Causer</name>
</author>
<published>2019-02-13T01:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a2c4cb484d6018a65dabd921c509fc12b71a088b'/>
<id>a2c4cb484d6018a65dabd921c509fc12b71a088b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Emphasize the instructions for making a USB mouse.</title>
<updated>2019-08-15T08:21:10+00:00</updated>
<author>
<name>Vicki Lowe</name>
</author>
<published>2019-08-06T07:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=afd10a45318443d67f37b2cc8fa158fe50e59f36'/>
<id>afd10a45318443d67f37b2cc8fa158fe50e59f36</id>
<content type='text'>
It wasn't clear why that element was `10` instead of `0`.  Also bumped the
`10` to `100` to make the mouse movement more obvious.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It wasn't clear why that element was `10` instead of `0`.  Also bumped the
`10` to `100` to make the mouse movement more obvious.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Clarify initial files on pyboard and fix up formatting.</title>
<updated>2019-08-15T08:01:28+00:00</updated>
<author>
<name>Vicki Lowe</name>
</author>
<published>2019-08-06T05:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6592a30f4b6ed056411361d0c703fe814886e65b'/>
<id>6592a30f4b6ed056411361d0c703fe814886e65b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Update name of mounted volume to match code.</title>
<updated>2019-08-15T07:50:06+00:00</updated>
<author>
<name>Vicki Lowe</name>
</author>
<published>2019-08-06T04:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=57476a3c378940f72415c0093f1e24416132a817'/>
<id>57476a3c378940f72415c0093f1e24416132a817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Change PYB message prefix to MPY.</title>
<updated>2019-02-12T04:18:33+00:00</updated>
<author>
<name>Mike Causer</name>
</author>
<published>2017-12-03T11:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=812969d615e130bef7e525553dbb7b01c27191ea'/>
<id>812969d615e130bef7e525553dbb7b01c27191ea</id>
<content type='text'>
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".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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".
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Unify all the ports into one set of documentation.</title>
<updated>2018-10-01T03:53:53+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-27T07:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b3e013f60ec0feb5b64bcadb45b154d093731c97'/>
<id>b3e013f60ec0feb5b64bcadb45b154d093731c97</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Fix to use Sphinx style for internal/external links.</title>
<updated>2018-09-20T07:14:13+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-20T07:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ad4fb62f13ba8c91aacb9097243180d38f941d2a'/>
<id>ad4fb62f13ba8c91aacb9097243180d38f941d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.</title>
<updated>2018-07-10T02:45:52+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-07-10T02:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=2cff340357e04cea81153b34fd442839184e8c98'/>
<id>2cff340357e04cea81153b34fd442839184e8c98</id>
<content type='text'>
The latexpdf target needs images that fit on the page, and does not support
gifs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latexpdf target needs images that fit on the page, and does not support
gifs.
</pre>
</div>
</content>
</entry>
</feed>
