<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lambdakey-v1.0/Makefile, 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/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: 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>
<entry>
<title>altos/lambdakey-v1.0: Switch to newlib, get things compiling again</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:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=655576011e9cc648c7c4bbf51179744a427ff237'/>
<id>urn:sha1:655576011e9cc648c7c4bbf51179744a427ff237</id>
<content type='text'>
scheme is now way too large to fit on this device; some subsetting is
clearly indicated.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Build new ao_lisp_stack.c into test and lambdakey</title>
<updated>2017-02-20T19:16:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-19T05:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8f833f31f625526a5f1e9a1bd561733b5bb2bcaa'/>
<id>urn:sha1:8f833f31f625526a5f1e9a1bd561733b5bb2bcaa</id>
<content type='text'>
Helpful to include the new source file.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey: Strip out unused code</title>
<updated>2017-02-20T19:16:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-16T04:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5161f6d78647591cc7ab8774a04edbc68a09f689'/>
<id>urn:sha1:5161f6d78647591cc7ab8774a04edbc68a09f689</id>
<content type='text'>
Make space for more lisp bits!

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: remove duplicate 'length' lambda from hanoi example</title>
<updated>2017-02-20T19:16:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-15T18:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=994adc7a47cbf3cbf6041eca7430273f8018de08'/>
<id>urn:sha1:994adc7a47cbf3cbf6041eca7430273f8018de08</id>
<content type='text'>
This function is now a builtin.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Get lambdakey and nucleo-32 building again</title>
<updated>2017-02-20T19:16:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-15T18:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=41175ff82bc0e35c99c60b49aa62944a12917157'/>
<id>urn:sha1:41175ff82bc0e35c99c60b49aa62944a12917157</id>
<content type='text'>
Remove exti from the build list to make things fit.

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