<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/stmhal/boards/NETDUINO_PLUS_2, 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>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: Refactor UART configuration to use pin objects.</title>
<updated>2016-12-05T03:26:41+00:00</updated>
<author>
<name>Rami Ali</name>
</author>
<published>2016-12-05T01:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=27a503f63284a1751f20d7f5295690fec5e1c462'/>
<id>27a503f63284a1751f20d7f5295690fec5e1c462</id>
<content type='text'>
This follows the pattern of other peripherals (I2C, SPI) to specify the
pins using pin objects instead of a pair of GPIO port and pin number.  It
makes it easier to customise the UART pins for a particular board.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This follows the pattern of other peripherals (I2C, SPI) to specify the
pins using pin objects instead of a pair of GPIO port and pin number.  It
makes it easier to customise the UART pins for a particular board.
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal/boards: configure all F4 boards to work with new HAL</title>
<updated>2016-11-16T11:43:27+00:00</updated>
<author>
<name>Krzysztof Blazewicz</name>
</author>
<published>2016-09-06T11:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=7928b3e347972f1c2144f7ca60c7eb84ff0dde7b'/>
<id>7928b3e347972f1c2144f7ca60c7eb84ff0dde7b</id>
<content type='text'>
changes include:
* use single GPIO.BSRR instead of BSRRH and BSRRL
* change HSE_STARTUP_TIMEOUT to 100 ms
* define LSE_STARTUP_TIMEOUT to 5 s
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changes include:
* use single GPIO.BSRR instead of BSRRH and BSRRL
* change HSE_STARTUP_TIMEOUT to 100 ms
* define LSE_STARTUP_TIMEOUT to 5 s
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal/led: Refactor LED to use mp_hal_pin_output() init function.</title>
<updated>2016-10-18T03:43:05+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2016-10-18T03:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b4cc68e4a4d656c4b1ae4de8db6a089726f1f572'/>
<id>b4cc68e4a4d656c4b1ae4de8db6a089726f1f572</id>
<content type='text'>
As part of this patch the MICROPY_HW_LED_OTYPE setting is removed because
it is now unused (all boards anyway had this as OUTPUT_PP).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As part of this patch the MICROPY_HW_LED_OTYPE setting is removed because
it is now unused (all boards anyway had this as OUTPUT_PP).
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: Some NETDUINO_PLUS_2 cleanup</title>
<updated>2016-02-15T10:07:27+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2016-02-13T05:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4b2938a4b0ec6b31691509003cb1eda9458fa2d7'/>
<id>4b2938a4b0ec6b31691509003cb1eda9458fa2d7</id>
<content type='text'>
- Put the I2C bus on the corect pins
- Add the appropriate board_init to power the shield
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Put the I2C bus on the corect pins
- Add the appropriate board_init to power the shield
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.</title>
<updated>2016-02-06T13:07:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-02-06T12:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=97a0846af906cde677742bff810fb7965c38fbb7'/>
<id>97a0846af906cde677742bff810fb7965c38fbb7</id>
<content type='text'>
To allow to reuse stmhal/diskio for ports which don't have flash but have
other storage devices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow to reuse stmhal/diskio for ports which don't have flash but have
other storage devices.
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.</title>
<updated>2015-12-12T15:02:02+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2015-12-12T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f7c4f9a64048bcbeaf36be8590b352bbef72aa08'/>
<id>f7c4f9a64048bcbeaf36be8590b352bbef72aa08</id>
<content type='text'>
Previously, SPI was configured by a board defining MICROPY_HW_ENABLE_SPIx
to 0 or 1.  Now, the board should define MICROPY_HW_SPIx_SCK, MISO, MOSI
and NSS.  This makes it the same as how I2C is configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, SPI was configured by a board defining MICROPY_HW_ENABLE_SPIx
to 0 or 1.  Now, the board should define MICROPY_HW_SPIx_SCK, MISO, MOSI
and NSS.  This makes it the same as how I2C is configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: Use CMSIS_MCU definition from mpconfigboard.mk</title>
<updated>2015-08-07T07:54:14+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2015-08-06T07:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=872f9af6aed49fa088d89152b983506285e1d34b'/>
<id>872f9af6aed49fa088d89152b983506285e1d34b</id>
<content type='text'>
This needs to land afte #1407 lands, since #1407 is where
the CMSIS_MCU was defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This needs to land afte #1407 lands, since #1407 is where
the CMSIS_MCU was defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: Generate modstm constants per build</title>
<updated>2015-08-07T07:46:43+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2015-08-02T17:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=be66a9ecf60eac18e08eda7bddf4b3481459c9f2'/>
<id>be66a9ecf60eac18e08eda7bddf4b3481459c9f2</id>
<content type='text'>
This causes unnecessary constants to no longer be generated.
Some constants (like UART_BRR) are different between the F4 and F7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes unnecessary constants to no longer be generated.
Some constants (like UART_BRR) are different between the F4 and F7
</pre>
</div>
</content>
</entry>
<entry>
<title>stmhal: Update Makefile and board configs to compile with relocated hal.</title>
<updated>2015-07-20T11:30:18+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2015-07-19T11:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a39df51d8ab9137b5852595a26d9aa072b46a697'/>
<id>a39df51d8ab9137b5852595a26d9aa072b46a697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
