summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* altos: Allow applications to define LEDs for ao_report.cKeith Packard2017-02-20
* altos/stmf0: Allow projects to not use the USB boot loaderKeith Packard2017-02-20
* altos/stmf0: Complain if the SPI configuration isn't completeKeith Packard2017-02-20
* altos/stmf0: Allow apps to leave interrupt vectors at 0Keith Packard2017-02-20
* ao-bringup: test-chaoskey needs to use the SerialNumber dmesg lineKeith Packard2017-02-20
* ao-bringup: Allow serial number on turnon_easymega cmdlineKeith Packard2017-02-20
* altos: Eliminate printf format warning with long vs intKeith Packard2017-02-20
* altos/chaoskey: use both halves of the CRCKeith Packard2017-02-20
* altos/lisp: Start adding scheme symbolsKeith Packard2017-02-20
* altos/lisp: Add casts to keep the latest GCC from whingingKeith Packard2017-02-20
* altos/lisp: Tell compiler that the two lisp memory pools are alignedKeith Packard2017-02-20
* altos/lisp: Clean up hanoi.lisp demo a bitKeith Packard2017-02-20
* altos/lisp: Move stack recursion check after null checkKeith Packard2017-02-20
* altos/lisp: Include memory stats for test programKeith Packard2017-02-20
* altos/lisp: Cleanup some DBG definesKeith Packard2017-02-20
* altos/lisp: Share binary search for memory chunk between mark and moveKeith Packard2017-02-20
* altos/lisp: Add builtin 'collect'Keith Packard2017-02-20
* altos/lisp: Sort frames by atomKeith Packard2017-02-20
* altos/lisp: Build new ao_lisp_stack.c into test and lambdakeyKeith Packard2017-02-20
* altos/lisp: bounds check in move_map plus binary searchKeith Packard2017-02-20
* altos/lisp: Empty lambda body is not an errorKeith Packard2017-02-20
* altos/lisp: Use poly stashes for stacksKeith Packard2017-02-20
* altos/lisp: Make DBG settings globalKeith Packard2017-02-20
* altos/lisp: Add continuationsKeith Packard2017-02-20
* altos/lisp: Take advantage of implicit progns in hanoi demoKeith Packard2017-02-20
* altos/lisp: have 'while' return the last body valueKeith Packard2017-02-20
* altos/lisp: Take advantage of implicit progn in ROM codeKeith Packard2017-02-20
* altos/lisp: Make lambda, cond and while all have implicit prognsKeith Packard2017-02-20
* altos/lisp: Compile ao_lisp_make_const -no-pieKeith Packard2017-02-20
* altos/lisp: Fix uninitialized values in ao_lisp_make_constKeith Packard2017-02-20
* altos/lisp: Dump globals on errorKeith Packard2017-02-20
* altos/lisp: Fix error atom name in ao_lisp_lengthKeith Packard2017-02-20
* altos/lisp: Remove some stale frame debugging checksKeith Packard2017-02-20
* altos/lisp: Clean up hanoi.lisp comments.Keith Packard2017-02-20
* altos/lisp: Eliminate compiler warning about array bounds at -O3Keith Packard2017-02-20
* altos/lisp: binary search for chunk in collectKeith Packard2017-02-20
* altos/test: Disable position independent executablesKeith Packard2017-02-20
* altos/lisp: Allow empty defun bodiesKeith Packard2017-02-20
* altos/lisp: Optimize chunk searching in collectKeith Packard2017-02-20
* altos/lisp: Add incremental collectionKeith Packard2017-02-20
* altos/lisp: Make hanoi example output a bit prettierKeith Packard2017-02-20
* altos/lisp: remove nth from hanoi.lispKeith Packard2017-02-20
* altos/lambdakey: Strip out unused codeKeith Packard2017-02-20
* altos/lisp: Take advantage of multi-arg macros. Add more ROM funcsKeith Packard2017-02-20
* altos/lisp: Allow macro/nlambda/lexpr to have multiple argsKeith Packard2017-02-20
* altos/lisp: Do better checking for un-evaluated macros in ROMKeith Packard2017-02-20
* altos/lisp: re-use small framesKeith Packard2017-02-20
* altos/lisp: remove duplicate 'length' lambda from hanoi exampleKeith Packard2017-02-20
* altos/lisp: Get lambdakey and nucleo-32 building againKeith Packard2017-02-20
* altos/lisp: Evaluate macros once, then smash them into placeKeith Packard2017-02-20