<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/lib/ccdbg-command.c, branch stm-flash</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=stm-flash</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=stm-flash'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-06-04T18:20:10+00:00</updated>
<entry>
<title>Move build and debug tools to 'cctools' directory.</title>
<updated>2009-06-04T18:20:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-06-04T18:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=208bc15714c7b4020c017eef19011c4eb9ab51e2'/>
<id>urn:sha1:208bc15714c7b4020c017eef19011c4eb9ab51e2</id>
<content type='text'>
These tools were merged in from the ccdbg package.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge ccdbg and altos sources into one giant repository</title>
<updated>2009-06-04T18:13:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-06-04T18:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=17d2432a8b9c15963cd3b821f025ad33972ef477'/>
<id>urn:sha1:17d2432a8b9c15963cd3b821f025ad33972ef477</id>
<content type='text'>
Keeping these separate isn't making things any easier.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add support for a serial-connected custom debug dongle</title>
<updated>2009-04-06T18:32:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-06T18:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2d9b8a83a2d9f495199033e43f519d26f27938fe'/>
<id>urn:sha1:2d9b8a83a2d9f495199033e43f519d26f27938fe</id>
<content type='text'>
This uses the cc1111 board as a custom debug dongle with faster
methods for communicating with the debug target.
</content>
</entry>
<entry>
<title>Wait for a while when switching the RESET_N line</title>
<updated>2009-03-07T06:56:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-03-07T06:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cc0495b7028f4b1189a00707d828a68534d1dea2'/>
<id>urn:sha1:cc0495b7028f4b1189a00707d828a68534d1dea2</id>
<content type='text'>
The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the
RESET_N line to filter out noise. This increases the time necessary to reset
the chip to several microseconds which is longer than the interval between
two USB packets. Flush the USB packet queue and sleep for a while after
changing the value on the RESET_N line to make sure the chip sees the state
change.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Sometimes the link breaks and the GET_PC command returns garbage</title>
<updated>2009-03-02T02:43:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-03-02T02:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f7d91bd23b8214e09deae0aafb516331e934c49b'/>
<id>urn:sha1:f7d91bd23b8214e09deae0aafb516331e934c49b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to libusb-1.0 and use async interface.</title>
<updated>2008-12-27T07:05:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-27T07:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1264c3676e95427bba5d01e05c303d036a7f9eca'/>
<id>urn:sha1:1264c3676e95427bba5d01e05c303d036a7f9eca</id>
<content type='text'>
The async libusb interface offers substantial performance benefits by not
making each command wait for the reply. This makes talking over this
interface almost reasonable.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Cleanup work; separating out the cp interface to be more abstract.</title>
<updated>2008-12-21T07:30:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-21T07:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f7d49868aeae80d515b12a7e339628f1296754a6'/>
<id>urn:sha1:f7d49868aeae80d515b12a7e339628f1296754a6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Autotools.</title>
<updated>2008-12-20T05:11:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-20T05:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9025eb792861930e6af918d2727c4f5d97a69936'/>
<id>urn:sha1:9025eb792861930e6af918d2727c4f5d97a69936</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
