summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* altos/lisp: Add license to hanoi demoKeith Packard2017-02-20
* altos/lisp: Improve hanoi demoKeith Packard2017-02-20
* altos/lisp: Show number of collect calls in ao_lisp_testKeith Packard2017-02-20
* altos/lisp: Cache freed cons and stack itemsKeith Packard2017-02-20
* altos/lisp: Simplify GC a bit by only marking the head of each objectKeith Packard2017-02-20
* altos/lisp: Change GC to do moves in batches of 32Keith Packard2017-02-20
* altos/stmf0: Add a comment about the requirements for using ao_flash_stmKeith Packard2017-02-20
* altos/lambdakey: Get save/restore workingKeith Packard2017-02-20
* altos/lisp: Append a CRC to the saved image to validate on restoreKeith Packard2017-02-20
* altos/lisp: Add save/restore to ao_lisp_testKeith Packard2017-02-20
* altos/lisp: Add save/restore infrastructure. Needs OS support to work.Keith Packard2017-02-20
* altos/lisp: Make sure memmove only happens once per object. Other GC fixesKeith Packard2017-02-20
* altos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inlineKeith Packard2017-02-20
* altos/lisp: Share mark function for mark and moveKeith Packard2017-02-20
* altos/lisp: add length, pack, unpack and flushKeith Packard2017-02-20
* altos/lisp: Add towers of hanoi exampleKeith Packard2017-02-20
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2017-02-20
* altos/lisp: Improve lisp test program UIKeith Packard2017-02-20
* altos/lisp: Make read() return eof atom on end of fileKeith Packard2017-02-20
* altos/lisp: use regular read-eval-print loop for make constKeith Packard2017-02-20
* altos/lisp: add progn, while, read and evalKeith Packard2017-02-20
* altos/lisp: Clean up OS integration bits, add defunKeith Packard2017-02-20
* altos/lisp: macros appear to work nowKeith Packard2017-02-20
* altos/lisp: working on lexical scopingKeith Packard2017-02-20
* altos/lambdakey-v1.0: Tweak memory allocationsKeith Packard2017-02-20
* altos/lisp: convert GC to non-recursiveKeith Packard2017-02-20
* altos/lisp: more GC issues. add patomKeith Packard2017-02-20
* altos/lisp: make sure stack->formals_last gets moved during GCKeith Packard2017-02-20
* altos/lisp: Change GC move APIKeith Packard2017-02-20
* altos/lisp: get builtin macros working againKeith Packard2017-02-20
* altos/lisp: Start rewriting eval as state machineKeith Packard2017-02-20
* altos: Add lambdakeyKeith Packard2017-02-20
* altos: Add lambda support to lispKeith Packard2017-02-20
* altos/lisp: Separate out values from atomsKeith Packard2017-02-20
* altos/lisp: add set/setq and ' in readerKeith Packard2017-02-20
* altos/stmf0: Add lisp to include directoriesKeith Packard2017-02-20
* altos/kernel: Make ao_cmd_readline public. Return char from ao_cmd_lex.Keith Packard2017-02-20
* altos/lisp: Change lisp objects to use ao_poly everywhere. Add constKeith Packard2017-02-20
* altos: Add lisp readerKeith Packard2017-02-20
* Add first lisp bitsKeith Packard2017-02-20
* use elf, not ihxBdale Garbee2017-01-25
* stop using /usr/share for binaries in remaining turnon scriptsBdale Garbee2017-01-25
* altos/chaoskey: Add a metainfo for the ChaosKeyRichard Hughes2017-01-10
* altos/arm: Align data so that gcc 5.4 doesn't do byte-accesses. Add -Wcast-alignKeith Packard2016-12-17
* altos/stm: Make ao_usb_set_address static. Saves a bunch of text spaceKeith Packard2016-12-12
* ao-bringup: Improve EasyMini turnon and test scriptsKeith Packard2016-11-17
* altos/test: Fix testsKeith Packard2016-10-30
* altos/nucleo-32: Add basic support for STM32F042 Nucleo-32 boardKeith Packard2016-10-30
* altos/stmf0: Add USART supportKeith Packard2016-10-30
* augment TeleDongle turn on script to support serial number on command lineBdale Garbee2016-10-02