<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy, 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>Add OpenMano board</title>
<updated>2021-04-27T22:38:28+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2021-04-27T22:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=bffbfb3abd93b18c939c5753081ba910d464c918'/>
<id>bffbfb3abd93b18c939c5753081ba910d464c918</id>
<content type='text'>
Added board hardware configuration to micropython ports/stm32/boards directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added board hardware configuration to micropython ports/stm32/boards directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/uart: Fix H7 UART clock source configuration.</title>
<updated>2021-04-27T14:46:48+00:00</updated>
<author>
<name>iabdalkader</name>
</author>
<published>2021-04-26T22:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a708848b0cb0f304f43178140d84d5535e186a38'/>
<id>a708848b0cb0f304f43178140d84d5535e186a38</id>
<content type='text'>
Previously to this commit, Usart16ClockSelection was overwritten and
Usart234578ClockSelection was not set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously to this commit, Usart16ClockSelection was overwritten and
Usart234578ClockSelection was not set.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32,teensy: Correct typos in project README files.</title>
<updated>2021-04-27T14:29:18+00:00</updated>
<author>
<name>plan-do-break-fix</name>
</author>
<published>2021-04-25T06:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4dc802400fb81cf674067b9fcb177139ea5ae27e'/>
<id>4dc802400fb81cf674067b9fcb177139ea5ae27e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pic16bit/Makefile: Make the XC compiler version user-configurable.</title>
<updated>2021-04-27T14:18:04+00:00</updated>
<author>
<name>Daniel Maslowski</name>
</author>
<published>2021-04-24T15:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f452b9c26569a4e05e026a668dd336f80203f06d'/>
<id>f452b9c26569a4e05e026a668dd336f80203f06d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py/dynruntime.h: Add mp_obj_get_array() function.</title>
<updated>2021-04-27T14:06:46+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-23T23:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c5cbfd545ab436ef526e7fce7fafab89ac1b69f8'/>
<id>c5cbfd545ab436ef526e7fce7fafab89ac1b69f8</id>
<content type='text'>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.</title>
<updated>2021-04-27T13:52:40+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-27T13:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=43a8c8178e0b5e2460edde0fdf436509a7f28764'/>
<id>43a8c8178e0b5e2460edde0fdf436509a7f28764</id>
<content type='text'>
Reduces size of this port by about 3300 bytes, and demonstrates how to use
this feature.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduces size of this port by about 3300 bytes, and demonstrates how to use
this feature.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>py: Add option to compile without any error messages at all.</title>
<updated>2021-04-27T13:51:52+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-22T02:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d4b706c4d01377d42855ff1544ced77536f69caf'/>
<id>d4b706c4d01377d42855ff1544ced77536f69caf</id>
<content type='text'>
This introduces a new option, MICROPY_ERROR_REPORTING_NONE, which
completely disables all error messages.  To be used in cases where
MicroPython needs to fit in very limited systems.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a new option, MICROPY_ERROR_REPORTING_NONE, which
completely disables all error messages.  To be used in cases where
MicroPython needs to fit in very limited systems.

Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>top: Update .git-blame-ignore-revs for latest formatting commit.</title>
<updated>2021-04-27T13:46:46+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-27T13:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=30d9f77cc535306eeb9eed6f17e71355fd58995a'/>
<id>30d9f77cc535306eeb9eed6f17e71355fd58995a</id>
<content type='text'>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/gen-cpydiff.py: Fix formatting of doc strings for new Black.</title>
<updated>2021-04-27T13:41:21+00:00</updated>
<author>
<name>iabdalkader</name>
</author>
<published>2021-04-26T23:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=0f78c36c5aa458a954eed39a46942209107a553e'/>
<id>0f78c36c5aa458a954eed39a46942209107a553e</id>
<content type='text'>
Since version 21.4b0, Black now processes one-line docstrings by stripping
leading and trailing spaces, and adding a padding space when needed to
break up """"; see https://github.com/psf/black/pull/1740

This commit makes the Python code in this repository conform to this rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since version 21.4b0, Black now processes one-line docstrings by stripping
leading and trailing spaces, and adding a padding space when needed to
break up """"; see https://github.com/psf/black/pull/1740

This commit makes the Python code in this repository conform to this rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>teensy: Provide own implementation of gc_collect, to not use stm32.</title>
<updated>2021-04-27T02:08:00+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-22T01:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=65b90cd0f9cb3ee8b5954820cd6d68b782121cd1'/>
<id>65b90cd0f9cb3ee8b5954820cd6d68b782121cd1</id>
<content type='text'>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
