fw/altos
2017-12-12 Bdale Garbeereleasing 1.8.3 1.8.3
2017-12-12 Bdale GarbeeMerge branch 'master' into branch-1.8
2017-12-12 Bdale GarbeeTeleMega default is now v3.0
2017-12-12 Keith Packarddoc: Update release notes and docinfo for 1.8.3
2017-12-11 Keith Packardaltoslib: Keep old GPS values when updating data
2017-12-11 Keith Packardaltos: Actually store current MPU9250 data in data...
2017-12-11 Keith Packardaltos: Remove more software for hardware prototypes
2017-12-11 Bdale Garbeetake telescience out of the routine builds
2017-12-11 Keith PackardBump to version 1.8.3
2017-12-11 Keith Packarddoc: Note TeleMega v3.0 support in 1.8.3 relnotes
2017-12-11 Keith Packardaltos/drivers: Hook up mag sensor for MPU9250
2017-12-11 Keith Packardaltos/scheme: Allow ao_scheme_read_eval_print to be...
2017-12-11 Keith Packardaltos: Allow building with newlib + avr stdio on ARM
2017-12-11 Keith Packardaltos: Add scheme for stm discovery board demo
2017-12-11 Keith Packardaltos/lambdakey-v1.0: Switch to newlib, get things...
2017-12-11 Keith Packardaltos/scheme: Add Makefile for scheme test app
2017-12-11 Keith Packardaltos/scheme: Make test scheme app heap maximum size
2017-12-11 Keith Packardaltos/scheme: Make eqv? work for numbers and strings
2017-12-11 Keith Packardaltos/scheme: Stash cons across value allocation in...
2017-12-11 Keith Packardaltos/scheme: add list-copy
2017-12-11 Keith Packardaltos/scheme: Use 64-bit ints to track memory allocatio...
2017-12-11 Keith Packardaltos/scheme: Add a bunch of string and vector builtins
2017-12-11 Bdale GarbeeTeleMega v3.0 turnon scripts
2017-12-11 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-10 Keith Packardaltos/scheme: Avoid crashing with non-list in length
2017-12-10 Keith Packardaltos/scheme: Add vectors
2017-12-10 Keith Packardaltos/scheme: Fix name of constant scheme file
2017-12-10 Keith Packardaltoslib: Fix 8 to 12 bit conversion for Mega pyro...
2017-12-10 Keith Packardaltos/scheme: Let readline know if there's a list in...
2017-12-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-05 Keith Packardaltos/drivers: Start adding defines to get mag data...
2017-12-05 Bdale Garbeemoving to TeleMega v3.0 by default
2017-12-05 Bdale Garbeehandle repeated invocations without failing as often
2017-12-05 Keith Packardaltos/cortexelf-v1: Adapt to lisp->scheme name change
2017-12-05 Keith Packardaltos/scheme: Add explicit dependency on ao_scheme_buil...
2017-12-05 Keith Packardaltos/scheme: Move scheme test program to scheme sub...
2017-12-05 Keith Packardaltos/scheme: Rename to 'scheme', clean up build
2017-12-04 Keith Packardaltos/lisp: Switch to scheme formal syntax for varargs
2017-12-04 Keith Packardaltos/lisp: Fix stash usage across frame allocation
2017-12-04 Keith Packardaltos/lisp: Check only cdr base type when moving cons...
2017-12-04 Keith Packardaltos/lisp: Split out read debug, add memory validation
2017-12-03 Keith Packardaltos/lisp: use strtof instead of atof
2017-12-03 Keith Packardaltos/lisp: Convert more builtin lisp code to scheme...
2017-12-03 Keith Packardaltos/lisp: Overflow int computations to float
2017-12-02 Keith Packardaltoslib: Add support for TeleMega v3.0 log files
2017-12-02 Keith Packardaltos: Build TeleMega v3.0 by default
2017-12-02 Keith Packardaltos: Add TeleMega v3.0
2017-12-02 Keith Packardaltos/kernel: MPU9250 support
2017-12-01 Keith Packardaltos/lisp: split set/def. Add def support to lambdas
2017-12-01 Keith Packardaltos/lisp: Split out frame vals from frame struct
2017-12-01 Keith Packardaltos/lisp: Make let distinct from let*
2017-12-01 Keith Packardaltos/lisp: return from unmatched cond is #f, not nil
2017-12-01 Keith Packardaltos/lisp: Fix pairp builtin
2017-12-01 Keith Packardaltos/lisp: Add quasiquote
2017-11-26 Keith Packardaltos/lisp: Rename progn to begin
2017-11-20 Keith Packardaltos/test: Update to build altos lisp test app
2017-11-20 Keith Packardaltos/lisp: Add floats
2017-11-19 Keith Packardaltos/lisp: Fix some scheme compat issues
2017-11-19 Keith Packardaltos/lisp: Add 'big' ints -- 24 bits wide
2017-11-18 Keith Packardaltos/cortexelf-v1: Make lisp compile again
2017-11-18 Keith Packardaltos/test: Add jiffy funcs to lisp test
2017-11-18 Keith Packardaltos/lisp: Finish first pass through r7rs
2017-11-18 Keith Packardaltos/lisp: Add apply
2017-11-17 Keith Packardaltos/lisp: Character consts. String and assoc builtins.
2017-11-17 Keith Packardaltos/lisp: Generate built-in lambda atoms for const...
2017-11-17 Keith Packardaltos/test: More lisp test Makefile fixes
2017-11-17 Keith Packardaltos/lisp: Lots more scheme bits
2017-11-17 Keith Packardaltos/test: Get lisp test building using Makefile-inc
2017-11-17 Keith Packardaltos/lisp: More schemisms
2017-11-17 Keith Packardaltos/lisp: Add 'else' sematics to cond
2017-11-17 Keith Packardaltos/lisp: Add scheme-style bools (#t and #f)
2017-11-16 Keith Packardaltos/lisp: Add non-cons cdr support
2017-11-12 Keith Packarddoc: Update for 1.8.3
2017-11-12 Keith Packardaltos: Fix new GCC warnings
2017-11-12 Keith Packardaltos: Fix inverted test for corrupt flight log
2017-11-12 Keith Packardaltoslib: Improve EEprom download
2017-11-12 Keith Packardaltoslib: Remove spurious semicolon in AltosReplayReade...
2017-11-12 Keith Packardaltoslib: Don't write KML record when height data is...
2017-11-12 Keith Packardaltos/test: Adapt flight test to int16_t flight number...
2017-11-12 Keith Packardaltosuilib: New line styles and colors for graphs....
2017-11-12 Keith Packardaltos/stm: Add AO_EXTI_MODE_PULL_NONE
2017-11-12 Keith Packardaltos: whitespace cleanup in ao_adc_stm.c
2017-10-28 Keith Packardaltos: Share common logging code. Deal with corrupt...
2017-10-22 Keith Packardaltos: Define AO_LOG_FORMAT in */ao_pins.h. Use in...
2017-10-22 Keith Packardaltos: Remove cross-block storage I/O on cc1111
2017-10-22 Keith Packardaltoslib: Move temp GPS API from cal_data to data_listener
2017-10-14 Keith Packardaltoslib: Save separate config for local and remote...
2017-10-14 Keith Packardaltoslib: Report un-adjusted ground accel in idle IMU...
2017-10-12 Keith Packardaltos: Add MPU9250 support to self test and data
2017-10-12 Keith Packardaltoslib: Fix time series filter window computation
2017-10-12 Keith Packardaltoslib: Don't crash if there's no GPS coord to write KML
2017-10-12 Keith Packardaltoslib: Allow gps time later than requested if it...
2017-10-12 Keith Packardaltos: Add MPU9250 driver (accel/gyro only for now)
2017-10-09 Keith Packardaltos: Stop storing pyro fired status in config block
2017-10-05 Keith PackardSet version to 1.8.2.1
2017-10-04 Keith Packardaltoslib: Missing file for filter additions.
2017-10-04 Keith Packardaltosuilib: Add 'show marker' button to graphs
2017-10-04 Keith Packardaltoslib: Adapt KML output to make TRA record people...
2017-10-03 Keith Packardaltoslib: Add user-selectable filter width for data...
2017-10-03 Keith Packardaltosuilib: Show raw tick values in graph and info...
next