altos/lisp: Fix error atom name in ao_lisp_length
[fw/altos] / src /
2017-02-20 Keith Packardaltos/lisp: Fix error atom name in ao_lisp_length
2017-02-20 Keith Packardaltos/lisp: Remove some stale frame debugging checks
2017-02-20 Keith Packardaltos/lisp: Clean up hanoi.lisp comments.
2017-02-20 Keith Packardaltos/lisp: Eliminate compiler warning about array...
2017-02-20 Keith Packardaltos/lisp: binary search for chunk in collect
2017-02-20 Keith Packardaltos/test: Disable position independent executables
2017-02-20 Keith Packardaltos/lisp: Allow empty defun bodies
2017-02-20 Keith Packardaltos/lisp: Optimize chunk searching in collect
2017-02-20 Keith Packardaltos/lisp: Add incremental collection
2017-02-20 Keith Packardaltos/lisp: Make hanoi example output a bit prettier
2017-02-20 Keith Packardaltos/lisp: remove nth from hanoi.lisp
2017-02-20 Keith Packardaltos/lambdakey: Strip out unused code
2017-02-20 Keith Packardaltos/lisp: Take advantage of multi-arg macros. Add...
2017-02-20 Keith Packardaltos/lisp: Allow macro/nlambda/lexpr to have multiple...
2017-02-20 Keith Packardaltos/lisp: Do better checking for un-evaluated macros...
2017-02-20 Keith Packardaltos/lisp: re-use small frames
2017-02-20 Keith Packardaltos/lisp: remove duplicate 'length' lambda from hanoi...
2017-02-20 Keith Packardaltos/lisp: Get lambdakey and nucleo-32 building again
2017-02-20 Keith Packardaltos/lisp: Evaluate macros once, then smash them into...
2017-02-20 Keith Packardaltos/lisp: Add license to hanoi demo
2017-02-20 Keith Packardaltos/lisp: Improve hanoi demo
2017-02-20 Keith Packardaltos/lisp: Show number of collect calls in ao_lisp_test
2017-02-20 Keith Packardaltos/lisp: Cache freed cons and stack items
2017-02-20 Keith Packardaltos/lisp: Simplify GC a bit by only marking the head...
2017-02-20 Keith Packardaltos/lisp: Change GC to do moves in batches of 32
2017-02-20 Keith Packardaltos/stmf0: Add a comment about the requirements for...
2017-02-20 Keith Packardaltos/lambdakey: Get save/restore working
2017-02-20 Keith Packardaltos/lisp: Append a CRC to the saved image to validate...
2017-02-20 Keith Packardaltos/lisp: Add save/restore to ao_lisp_test
2017-02-20 Keith Packardaltos/lisp: Add save/restore infrastructure. Needs...
2017-02-20 Keith Packardaltos/lisp: Make sure memmove only happens once per...
2017-02-20 Keith Packardaltos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline
2017-02-20 Keith Packardaltos/lisp: Share mark function for mark and move
2017-02-20 Keith Packardaltos/lisp: add length, pack, unpack and flush
2017-02-20 Keith Packardaltos/lisp: Add towers of hanoi example
2017-02-20 Keith Packardaltos/lisp: Deal with memory compation in the middle...
2017-02-20 Keith Packardaltos/lisp: Improve lisp test program UI
2017-02-20 Keith Packardaltos/lisp: Make read() return eof atom on end of file
2017-02-20 Keith Packardaltos/lisp: use regular read-eval-print loop for make...
2017-02-20 Keith Packardaltos/lisp: add progn, while, read and eval
2017-02-20 Keith Packardaltos/lisp: Clean up OS integration bits, add defun
2017-02-20 Keith Packardaltos/lisp: macros appear to work now
2017-02-20 Keith Packardaltos/lisp: working on lexical scoping
2017-02-20 Keith Packardaltos/lambdakey-v1.0: Tweak memory allocations
2017-02-20 Keith Packardaltos/lisp: convert GC to non-recursive
2017-02-20 Keith Packardaltos/lisp: more GC issues. add patom
2017-02-20 Keith Packardaltos/lisp: make sure stack->formals_last gets moved...
2017-02-20 Keith Packardaltos/lisp: Change GC move API
2017-02-20 Keith Packardaltos/lisp: get builtin macros working again
2017-02-20 Keith Packardaltos/lisp: Start rewriting eval as state machine
2017-02-20 Keith Packardaltos: Add lambdakey
2017-02-20 Keith Packardaltos: Add lambda support to lisp
2017-02-20 Keith Packardaltos/lisp: Separate out values from atoms
2017-02-20 Keith Packardaltos/lisp: add set/setq and ' in reader
2017-02-20 Keith Packardaltos/stmf0: Add lisp to include directories
2017-02-20 Keith Packardaltos/kernel: Make ao_cmd_readline public. Return char...
2017-02-20 Keith Packardaltos/lisp: Change lisp objects to use ao_poly everywhe...
2017-02-20 Keith Packardaltos: Add lisp reader
2017-02-20 Keith PackardAdd first lisp bits
2017-01-10 Richard Hughesaltos/chaoskey: Add a metainfo for the ChaosKey
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-12-13 Keith Packardaltos/stm: Make ao_usb_set_address static. Saves a...
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-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
2016-09-03 Keith Packardaltos/stm: Make ao_spi_duplex out pointer const
2016-08-29 Keith Packardaltos/cc1120: remove unused status from ao_radio_fifo_w...
2016-08-09 Keith Packardaltos/stmf0: Switch ADC fast to ADC clock
2016-08-04 Keith Packardaltos: Flash all LEDS during power on
2016-08-02 Keith Packardaltos: Use standard FIPS testing for chaoskey
2016-08-02 Keith Packardaltos/stmf0: Clean .bin files from flash-loader dirs
2016-08-02 Keith Packardaltos/stmf0: Hook up clock output support
2016-08-02 Keith Packardaltos: Make telelcotwo control two boxes instead of...
2016-08-02 Keith Packardaltos: Add 'ao_button_get' to button driver
2016-07-27 Keith Packardaltos: Stop building cc1111-based telemini v2.0 firmware
2016-07-27 Keith Packardaltos: Don't switch to flight 0 when log fills in flight
2016-07-27 Keith Packardaltos: Expose cc1200 radio test functions for telemini...
2016-07-27 Keith Packardfixup for interleave
2016-07-27 Keith Packardaltos: Don't access cc1120 SPI bus during recv after...
2016-07-27 Keith Packardaltos: Keep telemetry and command output from interleaving
2016-07-14 Keith Packardaltos: Add STM32F0 beep and SPI byte API.
2016-07-12 Keith Packardaltos: Add telemetrum v3.0
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-07-01 Keith Packardaltos/cc1111: Remove 'show tasks' command
2016-06-30 Keith Packardaltos: Use FIFO_THR pin for cc1120 transmit buffering
2016-06-30 Keith Packardaltos: Leave USB enabled in flight with -DDEBUG=1
2016-06-30 Keith Packardaltos/stm: clean up ao_exti_enable
2016-06-30 Keith Packardaltos: Make task list output more useful
2016-06-30 Keith Packardaltos/telemini-v2.0: Remove show tasks command
2016-06-30 Keith Packardaltos: Make ao_delay(0) not wait forever
2016-06-30 Keith Packardaltos: cc1200: use FIFO threshold pin output for APRS...
2016-06-30 Keith Packardaltos: Add debug check for irq block when editing task...
2016-06-30 Keith Packardaltos/drivers: Use more reliable byte interface for...
2016-06-30 Keith Packardaltos/stm: Add better byte-level SPI api
2016-06-30 Keith Packardaltos/stm: Clean up spi_enable/disable_index functions
2016-06-30 Keith Packardaltos/stm: move spi execution to common ao_spi_run
next