<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lambdakey-v1.0, branch 1.8.7</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.7</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.7'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-01-11T07:11:40+00:00</updated>
<entry>
<title>altos/scheme: Move ao-scheme to a separate repository</title>
<updated>2018-01-11T07:11:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-11T07:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f26cc1a677f577da533425a15485fcaa24626b23'/>
<id>urn:sha1:f26cc1a677f577da533425a15485fcaa24626b23</id>
<content type='text'>
This way it can be incorporated into multiple operating systems more easily.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Add LED function back in</title>
<updated>2018-01-08T07:06:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-08T07:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f8a967959b2f5ca3486ab3422f30fe4ad4ba17a8'/>
<id>urn:sha1:f8a967959b2f5ca3486ab3422f30fe4ad4ba17a8</id>
<content type='text'>
We've made things smaller, so there's (barely) space for this now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Switch back to command buffered input</title>
<updated>2018-01-07T02:11:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-07T02:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b446d9657cad0ff45f6f65c774d82cb9f2f65088'/>
<id>urn:sha1:b446d9657cad0ff45f6f65c774d82cb9f2f65088</id>
<content type='text'>
Instead of just reading from stdin with no echo or editing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/scheme: Add ports. Split scheme code up.</title>
<updated>2018-01-07T01:31:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-07T01:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=16061947d4376b41e596d87f97ec53ec29d17644'/>
<id>urn:sha1:16061947d4376b41e596d87f97ec53ec29d17644</id>
<content type='text'>
And lots of other changes, including freeing unreferenced atoms.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Add back and/or macros</title>
<updated>2017-12-19T21:09:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-19T21:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9826845f952abe898f029e31cc0f7080708e2eae'/>
<id>urn:sha1:9826845f952abe898f029e31cc0f7080708e2eae</id>
<content type='text'>
With scheme shrinking a bit, there's now space for these useful macros.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: shrink scheme code to fit the ROM</title>
<updated>2017-12-15T07:09:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-15T07:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4c9233aa8a2f1b1dca6580d6d6275b48c40f01f'/>
<id>urn:sha1:a4c9233aa8a2f1b1dca6580d6d6275b48c40f01f</id>
<content type='text'>
scheme has grown a bit; adapt

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Make stack larger</title>
<updated>2017-12-13T02:09:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-13T02:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0614c653a8ca8c4ccbf59d34296ca4b3e7d9f3a0'/>
<id>urn:sha1:0614c653a8ca8c4ccbf59d34296ca4b3e7d9f3a0</id>
<content type='text'>
scheme doesn't like to run with less than a 1kB stack.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/kernel: Allow ao_cmd to be built without tasking</title>
<updated>2017-12-12T23:30:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-12T23:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=db352bd0723e8d640bb034bc14e5ad193f0afe1d'/>
<id>urn:sha1:db352bd0723e8d640bb034bc14e5ad193f0afe1d</id>
<content type='text'>
Useful for single-threaded applications, like lambdakey

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Get this building again</title>
<updated>2017-12-12T23:27:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-12T23:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=09ea349f5b37e257e8ca23ead493ba1694395530'/>
<id>urn:sha1:09ea349f5b37e257e8ca23ead493ba1694395530</id>
<content type='text'>
The lambdakey can't hold a full implementation of the scheme
interpreter, so use only a subset, removing floats, bigints and
vectors. Also reduce the pre-loaded lisp code as well.

It's pretty spare at this point; but it does fill the ROM.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow building with newlib + avr stdio on ARM</title>
<updated>2017-12-11T20:20:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-11T02:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8ebecd364fd328e9c649c11729bddf58731aaafb'/>
<id>urn:sha1:8ebecd364fd328e9c649c11729bddf58731aaafb</id>
<content type='text'>
Redefines some stdio bits so that we can build with either pdclib or
newlib + avr stdio.

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