<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/nucleao-32, branch debian/1.8.2-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.2-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.2-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-04-25T05:27:43+00:00</updated>
<entry>
<title>altos/nucleo-32: Add lisp save/restore</title>
<updated>2017-04-25T05:27:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-25T00:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75881968ffb6bfd4e920cac4aa15d8d188eda119'/>
<id>urn:sha1:75881968ffb6bfd4e920cac4aa15d8d188eda119</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/nucleo-32: Update lisp files, add beeper support</title>
<updated>2017-02-21T01:35:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-02-21T01:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d1c2a5729da00be9d393015bbaa2d2f58e936d84'/>
<id>urn:sha1:d1c2a5729da00be9d393015bbaa2d2f58e936d84</id>
<content type='text'>
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/lisp: more GC issues. add patom</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-06T00:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d8cf97fe22acefab40d7bb321138e46d4483fef7'/>
<id>urn:sha1:d8cf97fe22acefab40d7bb321138e46d4483fef7</id>
<content type='text'>
Use global ao_lisp_stack instead of local stack so that gc
moves of that item work.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add lambda support to lisp</title>
<updated>2017-02-20T19:16:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-04T04:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77db0e8162cd01c2b42737b3d71b38cea942484f'/>
<id>urn:sha1:77db0e8162cd01c2b42737b3d71b38cea942484f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Separate out values from atoms</title>
<updated>2017-02-20T19:16:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-03T05:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=11cb03b1d336ee90c422be27588f57be573a9546'/>
<id>urn:sha1:11cb03b1d336ee90c422be27588f57be573a9546</id>
<content type='text'>
This enables changing values of atoms declared as constants, should
enable lets, and with some work, even lexical scoping.

this required changing the constant computation to run
ao_lisp_collect() before dumping the block of constant data, and that
uncovered some minor memory manager bugs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Change lisp objects to use ao_poly everywhere. Add const</title>
<updated>2017-02-20T19:16:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-02T04:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d2408e72d1e0d3459918601712b09860ab17e200'/>
<id>urn:sha1:d2408e72d1e0d3459918601712b09860ab17e200</id>
<content type='text'>
This makes all lisp objects use 16-bit ints for references so we can
hold more stuff in small amounts of memory. Also adds a separate
constant pool of lisp objects for builtins, initial atoms and constant
lisp code.

Now builds (and runs!) on the nucleo-32 boards.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/nucleo-32: Add basic support for STM32F042 Nucleo-32 board</title>
<updated>2016-10-31T02:13:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-10-31T02:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e3d8ad6de7d2dfabe45a285b27f465ba68844f05'/>
<id>urn:sha1:e3d8ad6de7d2dfabe45a285b27f465ba68844f05</id>
<content type='text'>
This hooks up the LED, USB and the USART.

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