cortexelf-v1: Add ps/2 and vga with graphics
[fw/altos] / src /
2017-04-02 Keith Packardcortexelf-v1: Add ps/2 and vga with graphics
2017-04-02 Bdale Garbeecapture pnpservo makefiles too
2017-04-02 Bdale Garbeemakefiles too
2017-04-02 Bdale Garbeeinitial skeleton of CortexELF support
2017-04-01 Bdale Garbeefirst rough cut at skeleton of code for pnpservo ....
2017-02-21 Keith Packardaltos/nucleo-32: Update lisp files, add beeper support
2017-02-21 Keith Packardaltos/lisp: Not quite ready to start making it look...
2017-02-21 Keith Packardaltos/stmf0: Support timer 2/3 for the beeper
2017-02-21 Keith Packardaltos/stmf0: Support tim1 beeper channel other than 3
2017-02-21 Keith Packardaltos/telemini-v3.0: Add beeper defines needed for...
2017-02-20 Keith Packardaltos: Add stm-vga demo project
2017-02-20 Keith Packardaltos/stm: Add draw and lisp to make search paths.
2017-02-20 Keith Packardaltos: Add console driver using VGA and PS/2
2017-02-20 Keith Packardaltos: Add PS/2 keyboard driver
2017-02-20 Keith Packardaltos: Add VGA driver for STM32L processors
2017-02-20 Keith Packardaltos: Add bitmap drawing code
2017-02-20 Keith Packardaltos/stm: Add nvic priority register fields. Add more...
2017-02-20 Keith Packardaltos/stm: Make i2c code handle PCLK1 of 24MHz
2017-02-20 Keith Packardaltos/stm: Allow DMA channels to be hijacked by other...
2017-02-20 Keith Packardaltos: Allow for console to be used for stdio
2017-02-20 Keith Packardaltos/avr: Avoid warning about unused args in stdio_put...
2017-02-20 Keith Packardaltos/stm: Allow use basepri instead of primask for...
2017-02-20 Keith Packardaltos/stm: Interrupt priority is in the upper bits...
2017-02-20 Keith Packardaltos: Don't wait while idle if trying to minimize...
2017-02-20 Keith Packardaltos/cc1111: Remove unneeded initialization in ao_timer.c
2017-02-20 Keith Packardaltos/telemini-v3.0: Swap main and apogee sense pins.
2017-02-20 Keith Packardaltos: Split out TeleMini v3 log/telem labeling
2017-02-20 Keith Packardaltos/telemini-v3.0: Finish initial turn-on
2017-02-20 Keith Packardaltos/telemini-v3.0: Update to second prototype version
2017-02-20 Keith Packardaltos: Initial TeleMini v3.0 code
2017-02-20 Keith Packardaltos/stmf0: Add adc and beep support for TeleMini...
2017-02-20 Keith Packardaltos: Require SPI speed to be declared for cc1200
2017-02-20 Keith Packardaltos: Allow applications to define LEDs for ao_report.c
2017-02-20 Keith Packardaltos/stmf0: Allow projects to not use the USB boot...
2017-02-20 Keith Packardaltos/stmf0: Complain if the SPI configuration isn...
2017-02-20 Keith Packardaltos/stmf0: Allow apps to leave interrupt vectors...
2017-02-20 Keith Packardaltos: Eliminate printf format warning with long vs int
2017-02-20 Keith Packardaltos/chaoskey: use both halves of the CRC
2017-02-20 Keith Packardaltos/lisp: Start adding scheme symbols
2017-02-20 Keith Packardaltos/lisp: Add casts to keep the latest GCC from whinging
2017-02-20 Keith Packardaltos/lisp: Tell compiler that the two lisp memory...
2017-02-20 Keith Packardaltos/lisp: Clean up hanoi.lisp demo a bit
2017-02-20 Keith Packardaltos/lisp: Move stack recursion check after null check
2017-02-20 Keith Packardaltos/lisp: Include memory stats for test program
2017-02-20 Keith Packardaltos/lisp: Cleanup some DBG defines
2017-02-20 Keith Packardaltos/lisp: Share binary search for memory chunk betwee...
2017-02-20 Keith Packardaltos/lisp: Add builtin 'collect'
2017-02-20 Keith Packardaltos/lisp: Sort frames by atom
2017-02-20 Keith Packardaltos/lisp: Build new ao_lisp_stack.c into test and...
2017-02-20 Keith Packardaltos/lisp: bounds check in move_map plus binary search
2017-02-20 Keith Packardaltos/lisp: Empty lambda body is not an error
2017-02-20 Keith Packardaltos/lisp: Use poly stashes for stacks
2017-02-20 Keith Packardaltos/lisp: Make DBG settings global
2017-02-20 Keith Packardaltos/lisp: Add continuations
2017-02-20 Keith Packardaltos/lisp: Take advantage of implicit progns in hanoi...
2017-02-20 Keith Packardaltos/lisp: have 'while' return the last body value
2017-02-20 Keith Packardaltos/lisp: Take advantage of implicit progn in ROM...
2017-02-20 Keith Packardaltos/lisp: Make lambda, cond and while all have implic...
2017-02-20 Keith Packardaltos/lisp: Compile ao_lisp_make_const -no-pie
2017-02-20 Keith Packardaltos/lisp: Fix uninitialized values in ao_lisp_make_const
2017-02-20 Keith Packardaltos/lisp: Dump globals on error
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...
next