summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: Add PS/2 keyboard driverKeith Packard2017-02-20
* altos: Add VGA driver for STM32L processorsKeith Packard2017-02-20
* altos: Add bitmap drawing codeKeith Packard2017-02-20
* altos/stm: Add nvic priority register fields. Add more TIM234 defines.Keith Packard2017-02-20
* altos/stm: Make i2c code handle PCLK1 of 24MHzKeith Packard2017-02-20
* altos/stm: Allow DMA channels to be hijacked by other codeKeith Packard2017-02-20
* altos: Allow for console to be used for stdioKeith Packard2017-02-20
* altos/avr: Avoid warning about unused args in stdio_put and stdio_getKeith Packard2017-02-20
* altos/stm: Allow use basepri instead of primask for masking interruptsKeith Packard2017-02-20
* altos/stm: Interrupt priority is in the upper bits of the priority maskKeith Packard2017-02-20
* altos: Don't wait while idle if trying to minimize interrupt latencyKeith Packard2017-02-20
* altos/cc1111: Remove unneeded initialization in ao_timer.cKeith Packard2017-02-20
* altos/telemini-v3.0: Swap main and apogee sense pins.Keith Packard2017-02-20
* altos: Split out TeleMini v3 log/telem labelingKeith Packard2017-02-20
* altos/telemini-v3.0: Finish initial turn-onKeith Packard2017-02-20
* altos/telemini-v3.0: Update to second prototype versionKeith Packard2017-02-20
* altos: Initial TeleMini v3.0 codeKeith Packard2017-02-20
* altos/stmf0: Add adc and beep support for TeleMini v3.0Keith Packard2017-02-20
* altos: Require SPI speed to be declared for cc1200Keith Packard2017-02-20
* 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
* 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