<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/docs/unix, 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>windows: Improve default search path.</title>
<updated>2020-02-11T02:34:35+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2020-02-04T10:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5f91933e54b103e5ba7add7f0762659709ea5adb'/>
<id>5f91933e54b103e5ba7add7f0762659709ea5adb</id>
<content type='text'>
The default value for MICROPYPATH used in unix/main.c is
"~/.micropython/lib:/usr/lib/micropython" which has 2 problems when used in
the Windows port:
- it has a ':' as path separator but the port uses ';' so the entire string
  is effectively discarded since it gets interpreted as a single path which
  doesn't exist
- /usr/lib/micropython is not a valid path in a standard Windows
  environment

Override the value with a suitable default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default value for MICROPYPATH used in unix/main.c is
"~/.micropython/lib:/usr/lib/micropython" which has 2 problems when used in
the Windows port:
- it has a ':' as path separator but the port uses ';' so the entire string
  is effectively discarded since it gets interpreted as a single path which
  doesn't exist
- /usr/lib/micropython is not a valid path in a standard Windows
  environment

Override the value with a suitable default.
</pre>
</div>
</content>
</entry>
<entry>
<title>unix/main: Add command-line -h option for printing help text.</title>
<updated>2020-02-04T06:54:31+00:00</updated>
<author>
<name>David Lechner</name>
</author>
<published>2020-02-01T17:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=83439e38fc025bda79eec0096b8cc60379757206'/>
<id>83439e38fc025bda79eec0096b8cc60379757206</id>
<content type='text'>
This adds a -h option to print the usage help text and adds a new, shorter
error message that is printed when invalid arguments are given.  This
behaviour follows CPython (and other tools) more closely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a -h option to print the usage help text and adds a new, shorter
error message that is printed when invalid arguments are given.  This
behaviour follows CPython (and other tools) more closely.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/unix: Add a new new quickref page for the UNIX port.</title>
<updated>2020-02-04T06:53:06+00:00</updated>
<author>
<name>David Lechner</name>
</author>
<published>2020-01-24T20:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c8d2f7838f1d3ffd5e584fc380395516a7d136ec'/>
<id>c8d2f7838f1d3ffd5e584fc380395516a7d136ec</id>
<content type='text'>
This adds a new quickstart page for the UNIX port that documents the
command line options and environment variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new quickstart page for the UNIX port that documents the
command line options and environment variables.
</pre>
</div>
</content>
</entry>
</feed>
