<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lambdakey-v1.0, branch accel-cal-ui</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=accel-cal-ui</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=accel-cal-ui'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-02-20T19:16:52+00:00</updated>
<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>
<entry>
<title>altos/lambdakey: Get save/restore working</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-12T07:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=30db58ade19ec69272a8c39c2f13d7919ca491a9'/>
<id>urn:sha1:30db58ade19ec69272a8c39c2f13d7919ca491a9</id>
<content type='text'>
Need the HSI clock running for the flash hardware to work.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Append a CRC to the saved image to validate on restore</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-12T07:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=33aeffc123af1f9063969acf585f1caac885ced4'/>
<id>urn:sha1:33aeffc123af1f9063969acf585f1caac885ced4</id>
<content type='text'>
The CRC is actually of the ROM bits, so we can tell if the restored
image relates to the currently running code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Share mark function for mark and move</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-11T08:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00827a0ffe30938c26be216369fd2d8f8946d2c4'/>
<id>urn:sha1:00827a0ffe30938c26be216369fd2d8f8946d2c4</id>
<content type='text'>
These two operations both wanted to walk the referenced objects;
sharing is caring.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: add length, pack, unpack and flush</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-11T08:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7f7e2431f5d1f7c1782ed6e774ccfc70fb4c87cf'/>
<id>urn:sha1:7f7e2431f5d1f7c1782ed6e774ccfc70fb4c87cf</id>
<content type='text'>
lots more builtins

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Clean up OS integration bits, add defun</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-10T00:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=417161dbb36323b5a6572859dedad02ca92fc65c'/>
<id>urn:sha1:417161dbb36323b5a6572859dedad02ca92fc65c</id>
<content type='text'>
Provide an abstraction for the OS interface so that it
can build more cleanly on Linux and AltOS. Add defun macro.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lambdakey-v1.0: Tweak memory allocations</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-07T05:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb4cdb115ad83ae0d75eb58e68f561d20279f027'/>
<id>urn:sha1:cb4cdb115ad83ae0d75eb58e68f561d20279f027</id>
<content type='text'>
With non-recursive GC, more memory is available for the heap

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