<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/support/scripts, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2014-04-24T08:15:23+00:00</updated>
<entry>
<title>Adding ROBOTIS "make install" and reset hook</title>
<updated>2014-04-24T08:15:23+00:00</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-04-24T08:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=731e2ab24755b3706daf7d64eaa53f2ec0512277'/>
<id>urn:sha1:731e2ab24755b3706daf7d64eaa53f2ec0512277</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@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.bnewbold.net/librambutan/commit/?id=40ca3ece6b6f8b430bb32751ae1c1421142b9bc1'/>
<id>urn:sha1:40ca3ece6b6f8b430bb32751ae1c1421142b9bc1</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.bnewbold.net/librambutan/commit/?id=05acd08a66542888dfb0034abdeed5cd31d5664c'/>
<id>urn:sha1:05acd08a66542888dfb0034abdeed5cd31d5664c</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.bnewbold.net/librambutan/commit/?id=e34badc2102112fb4a42886d1b0e450320563d0d'/>
<id>urn:sha1:e34badc2102112fb4a42886d1b0e450320563d0d</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>reset.py: Remove advisory for 64-bit Linux.</title>
<updated>2012-07-20T21:00:15+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-07-20T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f1d5322279328a2a176e43056f78a50812db55f1'/>
<id>urn:sha1:f1d5322279328a2a176e43056f78a50812db55f1</id>
<content type='text'>
We test on that platform now, and it does work.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Add win-list-com-ports.py.</title>
<updated>2012-07-13T06:15:45+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@lozenge.(none)</email>
</author>
<published>2012-07-13T06:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3c3f487e1e62febcdc56534b717f14840bda1352'/>
<id>urn:sha1:3c3f487e1e62febcdc56534b717f14840bda1352</id>
<content type='text'>
Utility for listing COM ports available on the system. Taken from Eli
Bendersky.

Signed-off-by: Marti Bolivar &lt;mbolivar@lozenge.(none)&gt;
</content>
</entry>
<entry>
<title>reset.py: Use the real print function (requires Python 2.6+).</title>
<updated>2012-06-28T16:02:48+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-28T16:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f9e7ed43d6e72693a5ee358a7006cd6566960b19'/>
<id>urn:sha1:f9e7ed43d6e72693a5ee358a7006cd6566960b19</id>
<content type='text'>
Use "from __future__ import print_function" so the recent py3k
compatibility patches to reset.py preserve the old output in Python 2.
This increases our minimum Python version to 2.6, but avoids ugly
output Python 2, where print statements with a tuple argument print
the tuple with parentheses etc.

Python 2.6 came out almost four years ago, and it's widely available:

- even on older Linux distros (e.g. Ubuntu 10.04 and Debian Squeeze
  have 2.6 default at time of writing),

- on OS X since 10.6,

- and Windows users will probably be installing from python.org
  anyway, so they've likely got a reasonably recent vintage.

Dropping 2.5 support thus doesn't seem likely to cause problems.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title></title>
<updated>2012-06-28T08:42:20+00:00</updated>
<author>
<name>ventosus</name>
<email>ventosus@airpsot.net</email>
</author>
<published>2012-06-28T08:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=53b9bcfbf2ca25e7c4802cba123194cd842d9b5d'/>
<id>urn:sha1:53b9bcfbf2ca25e7c4802cba123194cd842d9b5d</id>
<content type='text'>
Make the reset script work for both python2 and python3

Make the reset script work for both python2 and python3 by putting brackets around print statements and properly encoding the string sent with ser.write

Signed-off-by: Hanspeter Portner &lt;agenthp@users.sf.net&gt;</content>
</entry>
<entry>
<title>Move OpenOCD stuff into contrib/.</title>
<updated>2012-06-07T07:40:11+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-07T05:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=42570013c5266449f7e8512a77fe66b8e852294d'/>
<id>urn:sha1:42570013c5266449f7e8512a77fe66b8e852294d</id>
<content type='text'>
This has gone unmaintained for long enough.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>copy-to-ide: Remove references to libcs3_stm32_*_density.a.</title>
<updated>2012-04-11T20:52:17+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-11-15T13:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=19fbeddca7111d751a22740ed5016ba50ad6dc95'/>
<id>urn:sha1:19fbeddca7111d751a22740ed5016ba50ad6dc95</id>
<content type='text'>
These no longer exist.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
