fw/altos
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...
2017-10-02 Keith Packardaltoslib: Allow early bail-out on bad telemetry CRC
2017-10-02 Keith Packardaltos: Allow pyro config name to end with newline,...
2017-10-02 Keith Packardaltoslib,altosuilib,altosui: log_format/device_type...
2017-10-02 Keith Packardaltosuilib: Don't drain voice when terminating display
2017-09-27 Keith Packardaltoslib: Add tilt and pyro data to CSV export
2017-09-19 Bdale Garbeedon't exit on dfu-util errors, it's not reliable about...
2017-09-19 Bdale Garbeetweak Releasing based on 1.8.2 release experience
2017-09-19 Bdale Garbeebe more aggressive about removing and ignoring .mdwn...
2017-09-19 Keith PackardUpdate release version and date
2017-09-19 Keith PackardUpdate docs for 1.8.2 release
2017-09-19 Keith PackardAdd short section on accelerometer calibration
2017-09-18 Keith Packardaltos/telegps-v2.0: Enable USB connect monitoring
2017-09-18 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-09-18 Bdale Garbeeproduction TeleGPS v2.0 use a 16Mhz crystal for the SOC
2017-09-18 Keith Packardaltoslib: Avoid crashing when computing stats for empty...
2017-09-18 Keith Packardtelegps: Fix up TeleGPS UI bits after accel cal changes
2017-09-18 Keith Packardtest/ao_flight_test: Show recorded pyro firing
2017-09-17 Bdale Garbeepublish support for TeleGPS v2.0
2017-09-14 Bdale Garbeedeal with cheap BT dongle that shows multiple copies...
2017-09-12 Keith Packardaltosuilib: Make steps in accel cal default button
2017-09-12 Keith Packardaltos/test: Handle new eeprom file format. Give up...
2017-09-12 Keith Packardaltos: Fix debug printf in ao_pyro for state >=
2017-09-12 Keith Packardchaoskey: Wait for input data to stabilize before using it
2017-09-12 Keith Packarddoc: Add forward reference from 'idle' description...
2017-09-12 Keith Packardaltosui: Handle missing GPS when graphing mega/metrum...
2017-09-12 Keith Packardaltosui: Remove debug printfs in FC config UI
2017-09-12 Keith Packardaltosdroid: Display serial, call, freq in tracker list
2017-09-12 Keith Packardaltoslib: Make receive frequency available in telem...
2017-09-12 Keith Packardaltoslib: Remove debug stack dump from AltosState
2017-09-12 Keith Packardaltoslib: Correctly parse IMU cal data
2017-09-12 Keith Packardao-tools/ao-chaosread: Add -Wall -Wextra, clean up...
2017-09-01 Keith Packardaltosui: Accel calibration UI
2017-09-01 Keith PackardBump to version 1.8.1.1/android 16 for altosdroid 1.8.1.1
2017-08-28 Bdale Garbeeneed to capture .bin file for telebt-v4.0 loader
2017-08-28 Bdale Garbeea few tweaks to the Releasing document based on experie...
next