<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core, branch 1.0.9.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-03-29T04:37:04+00:00</updated>
<entry>
<title>Allow for more than 8 LEDs</title>
<updated>2012-03-29T04:37:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-23T07:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=25184baa36c20e3d661f94e642a33e8aae179d60'/>
<id>urn:sha1:25184baa36c20e3d661f94e642a33e8aae179d60</id>
<content type='text'>
Provide hook for architecture-specific LED mask (AO_LED_TYPE)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Allow for more than one serial port in core AltOS</title>
<updated>2012-03-29T04:37:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-23T07:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf060b3e3ed655bbb8464f342d0a0b1745a06173'/>
<id>urn:sha1:bf060b3e3ed655bbb8464f342d0a0b1745a06173</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add AO_PANIC_STACK</title>
<updated>2012-03-29T04:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-19T05:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0cc01d378ae96325e429ad608b953661582939b0'/>
<id>urn:sha1:0cc01d378ae96325e429ad608b953661582939b0</id>
<content type='text'>
Provide a panic code for stack overflow.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>When debugging, send ao_panic message to ao_debug_out</title>
<updated>2012-03-29T04:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-19T05:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1ca46760cf903860dccb4864578558a1abb6e0fa'/>
<id>urn:sha1:1ca46760cf903860dccb4864578558a1abb6e0fa</id>
<content type='text'>
Use the low-level debug hooks to get the panic state sent to the
serial port.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>When debugging, send pre-init output to ao_debug_out</title>
<updated>2012-03-29T04:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-19T05:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4bfce11873f34af9621c60f83a8355f85769f6d3'/>
<id>urn:sha1:4bfce11873f34af9621c60f83a8355f85769f6d3</id>
<content type='text'>
Before tasking is running, send output to ao_debug_out to help debug
system initialization.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Incorrect type in ao_task_info for wchan</title>
<updated>2012-03-29T04:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-19T05:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=93481fd3d9305a107b88c8a64de4194a6d94dc0e'/>
<id>urn:sha1:93481fd3d9305a107b88c8a64de4194a6d94dc0e</id>
<content type='text'>
Would truncate 32-bit pointers on arm.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>'stdin' is a special name in some compiler environments, don't use it.</title>
<updated>2012-03-29T04:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-02-22T10:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3c7d1f6cfffb43299041f2850a48177f4e9b83a5'/>
<id>urn:sha1:3c7d1f6cfffb43299041f2850a48177f4e9b83a5</id>
<content type='text'>
Switch to 'in' in the prototype for altos_serial_set_stdin.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make sure config values are loaded in 'c s' command</title>
<updated>2012-03-28T07:39:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T07:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d60862fce6ac27a97ad6337eea32a4b48645d158'/>
<id>urn:sha1:d60862fce6ac27a97ad6337eea32a4b48645d158</id>
<content type='text'>
ao_config_get may not have been called when ao_config_show is invoked
by the user, so make sure the config values are loaded before showing
uninitialized data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Reset config version if it's too large as well</title>
<updated>2012-03-28T05:53:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T05:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b6c7ae2c1f8cba7351cd139c49322280d9d3af47'/>
<id>urn:sha1:b6c7ae2c1f8cba7351cd139c49322280d9d3af47</id>
<content type='text'>
Any future config values will get trashed if we down grade the
firmware, so we must reset the firmware version whenever it gets
written.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Optimize ao_freq_to_set a bit</title>
<updated>2012-03-28T01:19:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-03-28T01:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7dd1d62676c1e605fe69a4c0acfe7638c6b79aa5'/>
<id>urn:sha1:7dd1d62676c1e605fe69a4c0acfe7638c6b79aa5</id>
<content type='text'>
Reduces size from 327 bytes to 287 bytes

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
