<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/ports/nrf/boards/microbit/modules, 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>nrf: Update to work with nrfx v2.0.0, to match TinyUSB.</title>
<updated>2020-05-15T05:06:02+00:00</updated>
<author>
<name>Jim Mussared</name>
</author>
<published>2020-03-25T06:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=e7f8c7d9a390414808542e4a3a7f2a609278b5fc'/>
<id>e7f8c7d9a390414808542e4a3a7f2a609278b5fc</id>
<content type='text'>
Commit 6cea369b89b2223cf07ff8768e50dc39bbb770fe updated the TinyUSB
submodule to a version based on nrfx v2.0.0.  This commit updates the nrf
port to work with the latest TinyUSB and nrfx v2.0.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 6cea369b89b2223cf07ff8768e50dc39bbb770fe updated the TinyUSB
submodule to a version based on nrfx v2.0.0.  This commit updates the nrf
port to work with the latest TinyUSB and nrfx v2.0.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Clean up error strings to use lowercase and change cannot to can't.</title>
<updated>2020-04-13T12:19:37+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-04-09T07:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=8e048d2548867aac743866ca5a4c244b7b5aac09'/>
<id>8e048d2548867aac743866ca5a4c244b7b5aac09</id>
<content type='text'>
Now that error string compression is supported it's more important to have
consistent error string formatting (eg all lowercase English words,
consistent contractions).  This commit cleans up some of the strings to
make them more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that error string compression is supported it's more important to have
consistent error string formatting (eg all lowercase English words,
consistent contractions).  This commit cleans up some of the strings to
make them more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Use MP_ERROR_TEXT for all error messages.</title>
<updated>2020-04-05T05:02:06+00:00</updated>
<author>
<name>Jim Mussared</name>
</author>
<published>2020-03-02T11:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=def76fe4d9bbc2c342594dc05861b24d7165d274'/>
<id>def76fe4d9bbc2c342594dc05861b24d7165d274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Convert exceptions to use mp_raise_XXX helpers in remaining places.</title>
<updated>2020-03-18T06:26:19+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-03-18T06:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ad9a0ec8abc9d04b93b949831b7152f55ca0d7ac'/>
<id>ad9a0ec8abc9d04b93b949831b7152f55ca0d7ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).</title>
<updated>2019-11-05T00:35:45+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-11-05T00:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c13f9f209d7a343fe306a24a04eb934ce905b631'/>
<id>c13f9f209d7a343fe306a24a04eb934ce905b631</id>
<content type='text'>
This helper function was added a while ago and these are the remaining
cases to convert, to save a bit of code size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helper function was added a while ago and these are the remaining
cases to convert, to save a bit of code size.
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.</title>
<updated>2019-08-28T03:34:45+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-08-28T03:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=1fe1ff935b258a79f42796bbdc8bb858f5bff462'/>
<id>1fe1ff935b258a79f42796bbdc8bb858f5bff462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf: Change types to size_t for all uses of mp_obj_str_get_data.</title>
<updated>2019-05-13T02:39:56+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-05-13T02:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=7e21cf723a42321e759fdf77b24c04ce0a6afb29'/>
<id>7e21cf723a42321e759fdf77b24c04ce0a6afb29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ports: Convert legacy uppercase macro names to lowercase.</title>
<updated>2019-02-12T03:54:51+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-01-30T11:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6e30f96b0b0ab14853085e5300d80d7c1a6f67c5'/>
<id>6e30f96b0b0ab14853085e5300d80d7c1a6f67c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.</title>
<updated>2018-07-20T04:11:28+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-07-19T00:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6ac430428467fc2f4b8a479865ed3dc4ce1f7967'/>
<id>6ac430428467fc2f4b8a479865ed3dc4ce1f7967</id>
<content type='text'>
This works for both single and double precision float.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works for both single and double precision float.
</pre>
</div>
</content>
</entry>
<entry>
<title>nrf: Properly use (void) instead of () for function definitions.</title>
<updated>2018-07-20T04:11:28+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-07-19T00:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9addc38af4419b6895b7384c8ab7b6ac76510e09'/>
<id>9addc38af4419b6895b7384c8ab7b6ac76510e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
