TeleMega default is now v3.0
[fw/altos] / src /
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 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 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 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 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 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 Packardaltos: Fix new GCC warnings
2017-11-12 Keith Packardaltos: Fix inverted test for corrupt flight log
2017-11-12 Keith Packardaltos/test: Adapt flight test to int16_t flight number...
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-12 Keith Packardaltos: Add MPU9250 support to self test and data
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-02 Keith Packardaltos: Allow pyro config name to end with newline,...
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 Packardtest/ao_flight_test: Show recorded pyro firing
2017-09-17 Bdale Garbeepublish support for TeleGPS v2.0
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-08-28 Keith Packardaltos: Don't compute filtered average of height error...
2017-08-28 Keith Packardaltos/test: Fake baro data for flight 12 serial 2093
2017-08-28 Keith Packardaltos/test: Integrate raw accel to provide speed for...
2017-08-28 Keith Packardaltos/test: telemetrum baro data is inverted before...
2017-08-28 Keith Packardaltos: Don't eliminate baro above mach speed, just...
2017-08-28 Keith Packardaltos: Eliminate separate height error filter for accel...
2017-08-28 Keith Packardaltos: Perform time comparisons using 16-bit arithmetic...
2017-08-12 Keith PackardMerge remote-tracking branch 'origin/master'
2017-07-23 Keith Packardaltos/test: Fix AES key format in test code
2017-07-23 Keith Packardaltos/test: Fix printf format for int64 arithmetic...
2017-07-21 Bdale Garbeeadd TeleBT v4.0 to the list of stuff we build
2017-07-21 Bdale Garbeeignore more build products in telebt-v4.0 tree
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-07-21 Bdale Garbeeclean up telefireone name references
2017-07-21 Keith Packardaltos/test: Add EasyMini test mode
2017-06-28 Keith Packardaltos/telebt-v4.0: Use HW flow control to BT module time-series
2017-06-28 Keith Packardaltos/stmf0: Initialize UART RTS/CTS before turning...
2017-06-20 Keith Packardaltos/rn4678: Add BLE support
2017-06-13 Keith Packardaltos/telebt-4.0: Add dependency on RN4678 header
2017-06-13 Keith Packardaltos: Add timeout to RN4678 status message code
next