<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/libmaplemidi-cma/support, branch master</title>
<subtitle>C and C++ library for STM32 ARM Cortex-M3 development boards.</subtitle>
<id>https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/'/>
<updated>2013-04-25T23:52:44+00:00</updated>
<entry>
<title>create board files for maple_midi</title>
<updated>2013-04-25T23:52:44+00:00</updated>
<author>
<name>Donald Delmar Davis</name>
<email>don@suspectdevices.com</email>
</author>
<published>2013-04-25T23:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=25e54367bfd65a3c36549b6800caabd6ce3b7f80'/>
<id>urn:sha1:25e54367bfd65a3c36549b6800caabd6ce3b7f80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a quick reset script.</title>
<updated>2013-04-22T01:50:35+00:00</updated>
<author>
<name>Donald Delmar Davis</name>
<email>don@suspectdevices.com</email>
</author>
<published>2013-04-22T01:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=25de3c5f2dacb86c593f89c7c0e4bee80d89fe64'/>
<id>urn:sha1:25de3c5f2dacb86c593f89c7c0e4bee80d89fe64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fix to support Summon/Linaro GCC ARM embedded toolchain.</title>
<updated>2013-01-05T19:25:14+00:00</updated>
<author>
<name>Dmitry Prokhorov</name>
<email>dipspb@gmail.com</email>
</author>
<published>2013-01-05T15:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=55aecffedf46f6453c2edc69b87da6442252e2fd'/>
<id>urn:sha1:55aecffedf46f6453c2edc69b87da6442252e2fd</id>
<content type='text'>
Signed-off-by: Dmitry Prokhorov &lt;dipspb@gmail.com&gt;
</content>
</entry>
<entry>
<title>reset.py: Not every Unix is Linux.</title>
<updated>2012-08-22T16:48:37+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-22T16:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=c98111eb25eabceb11368ae30c28b081fe1daa24'/>
<id>urn:sha1:c98111eb25eabceb11368ae30c28b081fe1daa24</id>
<content type='text'>
Move the sysfs tests for Maple out of unix_get_maple_path() and into a
new linux_get_maple_path(). This prevents unnecessary probing for a
nonexistent /sys on e.g. OS X.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Improve Maple device detection in reset.py on Linux</title>
<updated>2012-08-22T14:24:32+00:00</updated>
<author>
<name>David Kiliani</name>
<email>mail@davidkiliani.de</email>
</author>
<published>2012-08-22T13:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=74266c88d6ac02a5a347330df905acee38ed2d9d'/>
<id>urn:sha1:74266c88d6ac02a5a347330df905acee38ed2d9d</id>
<content type='text'>
Adds a function to lookup the USB vendor &amp; product id from
the udev info in the sysfs tree. This removes invalid choices
and reduces user queries for the correct ttyACM device.

Signed-off-by: David Kiliani &lt;mail@davidkiliani.de&gt;
</content>
</entry>
<entry>
<title>reset.py fixups for OS X 10.8.</title>
<updated>2012-08-20T21:06:34+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-20T21:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=82500d78136fe9c42177d7df712cd202d285971d'/>
<id>urn:sha1:82500d78136fe9c42177d7df712cd202d285971d</id>
<content type='text'>
As discussed on this forum thread:

http://forums.leaflabs.com/topic.php?id=2451

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>stm32loader.py: replace obsolete exception catch syntax.</title>
<updated>2012-08-10T21:20:39+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-10T21:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=f2aaed8818580663f036bc3d89296f9491310359'/>
<id>urn:sha1:f2aaed8818580663f036bc3d89296f9491310359</id>
<content type='text'>
For Python 3 support.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Don't assume Cortex M3.</title>
<updated>2012-08-05T18:40:03+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T18:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=13935e4ac792253000a861f5cea099a4da95276c'/>
<id>urn:sha1:13935e4ac792253000a861f5cea099a4da95276c</id>
<content type='text'>
Instead, derive -march and -mcpu from the target MCU in
target-config.mk. Also (on STM32F4) add the necessary floating point
flags. The CodeSourcery toolchains don't support these, so we'll need
to prepare alternative toolchains when F4 support is official.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>fixup! Add support for ARM's GCC ARM embedded toolchain.</title>
<updated>2012-08-05T18:17:06+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=51699a1991b76fe232e2ff63992e49a973e8ff70'/>
<id>urn:sha1:51699a1991b76fe232e2ff63992e49a973e8ff70</id>
<content type='text'>
Oops.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Add support for ARM's GCC ARM embedded toolchain.</title>
<updated>2012-08-05T17:27:13+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T17:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=2424108a14fefd331520ef592d7228574a906057'/>
<id>urn:sha1:2424108a14fefd331520ef592d7228574a906057</id>
<content type='text'>
Based on patches provided by Hanspeter Portner:

http://forums.leaflabs.com/topic.php?id=1717#post-11812
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
