fw/altos
2016-11-21 Keith Packardaltos/draw: Add a reasonable API for drawing, add lines. lisp
2016-11-21 Keith Packardaltos: Don't wait while idle if trying to minimize...
2016-11-21 Keith Packardaltos/stm: Interrupt priority is in the upper bits...
2016-11-21 Keith Packardaltos/stm: Use basepri instead of primask for controlli...
2016-11-20 Keith Packardaltos/stm-vga: Fix DMA reset to load scanline each...
2016-11-20 Keith Packardaltos/lisp: Clean up hanoi.lisp demo a bit
2016-11-20 Keith Packardaltos/stm-vga: Implement VGA out from the STM processor
2016-11-19 Keith Packardaltos/lisp: Move stack recursion check after null check
2016-11-19 Keith Packardaltos/lisp: Include memory stats for test program
2016-11-19 Keith Packardaltos/lisp: Cleanup some DBG defines
2016-11-19 Keith Packardaltos/lisp: Share binary search for memory chunk betwee...
2016-11-19 Keith Packardaltos/lisp: Add builtin 'collect'
2016-11-19 Keith Packardaltos/lisp: Sort frames by atom
2016-11-19 Keith Packardaltos/lisp: Build new ao_lisp_stack.c into test and...
2016-11-19 Keith Packardaltos/lisp: bounds check in move_map plus binary search
2016-11-19 Keith Packardaltos/lisp: Empty lambda body is not an error
2016-11-19 Keith Packardaltos/lisp: Use poly stashes for stacks
2016-11-19 Keith Packardaltos/lisp: Make DBG settings global
2016-11-19 Keith Packardaltos/lisp: Add continuations
2016-11-18 Keith Packardaltos/lisp: Take advantage of implicit progns in hanoi...
2016-11-18 Keith Packardaltos/lisp: have 'while' return the last body value
2016-11-18 Keith Packardaltos/lisp: Take advantage of implicit progn in ROM...
2016-11-18 Keith Packardaltos/lisp: Make lambda, cond and while all have implic...
2016-11-18 Keith Packardaltos/lisp: Compile ao_lisp_make_const -no-pie
2016-11-18 Keith Packardaltos/lisp: Fix uninitialized values in ao_lisp_make_const
2016-11-18 Keith Packardaltos/lisp: Dump globals on error
2016-11-18 Keith Packardaltos/lisp: Fix error atom name in ao_lisp_length
2016-11-18 Keith Packardaltos/lisp: Remove some stale frame debugging checks
2016-11-18 Keith Packardaltos/lisp: Clean up hanoi.lisp comments.
2016-11-18 Keith Packardaltos/lisp: Eliminate compiler warning about array...
2016-11-18 Keith Packardaltos/lisp: binary search for chunk in collect
2016-11-18 Keith Packardaltos/test: Disable position independent executables
2016-11-18 Keith Packardaltos/lisp: Allow empty defun bodies
2016-11-18 Keith Packardaltos/lisp: Optimize chunk searching in collect
2016-11-18 Keith Packardaltos/lisp: Add incremental collection
2016-11-18 Keith Packardaltos/lisp: Make hanoi example output a bit prettier
2016-11-18 Keith Packardaltos/lisp: remove nth from hanoi.lisp
2016-11-18 Keith Packardaltos/lambdakey: Strip out unused code
2016-11-18 Keith Packardaltos/lisp: Take advantage of multi-arg macros. Add...
2016-11-18 Keith Packardaltos/lisp: Allow macro/nlambda/lexpr to have multiple...
2016-11-18 Keith Packardaltos/lisp: Do better checking for un-evaluated macros...
2016-11-18 Keith Packardaltos/lisp: re-use small frames
2016-11-18 Keith Packardaltos/lisp: remove duplicate 'length' lambda from hanoi...
2016-11-18 Keith Packardaltos/lisp: Get lambdakey and nucleo-32 building again
2016-11-18 Keith Packardaltos/lisp: Evaluate macros once, then smash them into...
2016-11-18 Keith Packardaltos/lisp: Add license to hanoi demo
2016-11-18 Keith Packardaltos/lisp: Improve hanoi demo
2016-11-18 Keith Packardaltos/lisp: Show number of collect calls in ao_lisp_test
2016-11-18 Keith Packardaltos/lisp: Cache freed cons and stack items
2016-11-18 Keith Packardaltos/lisp: Simplify GC a bit by only marking the head...
2016-11-18 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2016-11-18 Keith Packardaltos/stmf0: Add a comment about the requirements for...
2016-11-18 Keith Packardaltos/lambdakey: Get save/restore working
2016-11-18 Keith Packardaltos/lisp: Append a CRC to the saved image to validate...
2016-11-18 Keith Packardaltos/lisp: Add save/restore to ao_lisp_test
2016-11-18 Keith Packardaltos/lisp: Add save/restore infrastructure. Needs...
2016-11-18 Keith Packardaltos/lisp: Make sure memmove only happens once per...
2016-11-18 Keith Packardaltos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline
2016-11-18 Keith Packardaltos/lisp: Share mark function for mark and move
2016-11-18 Keith Packardaltos/lisp: add length, pack, unpack and flush
2016-11-18 Keith Packardaltos/lisp: Add towers of hanoi example
2016-11-18 Keith Packardaltos/lisp: Deal with memory compation in the middle...
2016-11-18 Keith Packardaltos/lisp: Improve lisp test program UI
2016-11-18 Keith Packardaltos/lisp: Make read() return eof atom on end of file
2016-11-18 Keith Packardaltos/lisp: use regular read-eval-print loop for make...
2016-11-18 Keith Packardaltos/lisp: add progn, while, read and eval
2016-11-18 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
2016-11-18 Keith Packardaltos/lisp: macros appear to work now
2016-11-18 Keith Packardaltos/lisp: working on lexical scoping
2016-11-18 Keith Packardaltos/lambdakey-v1.0: Tweak memory allocations
2016-11-18 Keith Packardaltos/lisp: convert GC to non-recursive
2016-11-18 Keith Packardaltos/lisp: more GC issues. add patom
2016-11-18 Keith Packardaltos/lisp: make sure stack->formals_last gets moved...
2016-11-18 Keith Packardaltos/lisp: Change GC move API
2016-11-18 Keith Packardaltos/lisp: get builtin macros working again
2016-11-18 Keith Packardaltos/lisp: Start rewriting eval as state machine
2016-11-18 Keith Packardaltos: Add lambdakey
2016-11-18 Keith Packardaltos: Add lambda support to lisp
2016-11-18 Keith Packardaltos/lisp: Separate out values from atoms
2016-11-18 Keith Packardaltos/lisp: add set/setq and ' in reader
2016-11-18 Keith Packardaltos/stmf0: Add lisp to include directories
2016-11-18 Keith Packardaltos/kernel: Make ao_cmd_readline public. Return char...
2016-11-18 Keith Packardaltos/lisp: Change lisp objects to use ao_poly everywhe...
2016-11-18 Keith Packardaltos: Add lisp reader
2016-11-18 Keith PackardAdd first lisp bits
2016-11-18 Keith Packardao-bringup: Improve EasyMini turnon and test scripts
2016-10-31 Keith Packardaltos/test: Fix tests
2016-10-31 Keith Packardaltos/nucleo-32: Add basic support for STM32F042 Nucleo...
2016-10-31 Keith Packardaltos/stmf0: Add USART support
2016-10-02 Bdale Garbeeaugment TeleDongle turn on script to support serial...
2016-09-22 Keith PackardUpdate pdclib to version using arm-specific 'ar' program
2016-09-06 Keith PackardFix release note html to remove xml bits
2016-09-06 Keith PackardRemove pyro wizard file from master
2016-09-06 Keith PackardBump version to 1.6.8
2016-09-06 Keith Packardaltosui: Don't ship TeleMetrum v3.0 firmware (yet)
2016-09-04 Keith PackardAdd 1.6.8 release notes
2016-09-03 Keith Packardaltos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGH
2016-09-03 Keith Packardaltos/stm: Set i2c recv DMA to HIGH
2016-09-03 Keith Packardaltos/stm: Set MISO DMA priority to HIGH to avoid OVR
2016-09-03 Keith Packardaltos/stm: Create funcs to set SPI DMA parameters
next