<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/lib/ccdbg-memory.c, branch telescience-v0.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telescience-v0.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telescience-v0.2'/>
<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>Save/restore registers to host during memory operations. Cache ROM data.</title>
<updated>2008-12-31T06:38:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-31T06:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df'/>
<id>urn:sha1:6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df</id>
<content type='text'>
Because the debug port uses instructions for most operations, the debug code
will clobber registers used by the running program. Save and restore these
to avoid corrupting application data.

If the ROM file is known, use that to return data instead of fetching it
from the target to improve performance.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Save/restore regs when reading/writing memory. Add SFR access.</title>
<updated>2008-12-28T08:09:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-28T08:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=23aca1fcbc169184e32d4ec19f28dd4fd4cfda36'/>
<id>urn:sha1:23aca1fcbc169184e32d4ec19f28dd4fd4cfda36</id>
<content type='text'>
The DPL and ACC registers are used by the memory access code,
so they need to be saved and restored. Stuff them up high in ram for now;
this should probably be fixed to pull them back to the host instead.

Special SFR access is required as not all SFRs are visible in the unified
address space.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Make read_memory debug output use ccdbg_debug.</title>
<updated>2008-12-23T03:10:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-23T03:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=55eba4fa08b022197106245d36a70f575a070b0a'/>
<id>urn:sha1:55eba4fa08b022197106245d36a70f575a070b0a</id>
<content type='text'>
This makes it default to not being presented, which makes s51 much happier

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>
