<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/stm/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>stm: Remove long-obsolete stm/ port.</title>
<updated>2014-05-21T19:14:27+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-05-21T19:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=aa7cf6f72f4e8a553f892629bb3338ab8c982d57'/>
<id>aa7cf6f72f4e8a553f892629bb3338ab8c982d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LED configuration</title>
<updated>2014-02-26T08:05:34+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2014-02-26T08:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=34f66023d4277a82a433aa5b57eef4a80b6c1a60'/>
<id>34f66023d4277a82a433aa5b57eef4a80b6c1a60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add EXTI support</title>
<updated>2014-02-23T19:26:22+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2014-02-20T06:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ee31f71d39207309b924ac99a7de2d847cb4bbfd'/>
<id>ee31f71d39207309b924ac99a7de2d847cb4bbfd</id>
<content type='text'>
Revamp usrsw to use new exti code.
Add user switch callback function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revamp usrsw to use new exti code.
Add user switch callback function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pin mapping code.</title>
<updated>2014-02-18T05:20:38+00:00</updated>
<author>
<name>Dave Hylands</name>
</author>
<published>2014-02-18T01:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=51dabac0961165cd38cdd0ba227aaf014190091c'/>
<id>51dabac0961165cd38cdd0ba227aaf014190091c</id>
<content type='text'>
This commit also introduces board directories and moves board
specific config into the appropriate board directory.

boards/stm32f4xx-af.csv was extracted from the STM32F4xx datasheet
and hand-tweaked.

make-pins.py takes boards/stm32f4xx-af.csv, boards/stm32f4xx-prefix.c,
and boards/BOARD-NAME/pins.csv as input and generates the file
build/pins_BOARD_NAME.c

The generated pin file for PYBOARD4 looks like this:
https://gist.github.com/dhylands/9063231

The generated pins file includes all of the supported alternate
functions, and includes upsupported alternate functions as comments.

See the commnet block at the top of stm/pin_map.c for details on
how to use the pin mapper.

I also went ahead and modified stm/gpio.c to use the pin mapper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also introduces board directories and moves board
specific config into the appropriate board directory.

boards/stm32f4xx-af.csv was extracted from the STM32F4xx datasheet
and hand-tweaked.

make-pins.py takes boards/stm32f4xx-af.csv, boards/stm32f4xx-prefix.c,
and boards/BOARD-NAME/pins.csv as input and generates the file
build/pins_BOARD_NAME.c

The generated pin file for PYBOARD4 looks like this:
https://gist.github.com/dhylands/9063231

The generated pins file includes all of the supported alternate
functions, and includes upsupported alternate functions as comments.

See the commnet block at the top of stm/pin_map.c for details on
how to use the pin mapper.

I also went ahead and modified stm/gpio.c to use the pin mapper.
</pre>
</div>
</content>
</entry>
</feed>
