update changelogs for Debian build
[fw/altos] / src /
2011-08-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2011-08-20 Keith Packardaltos/altosui: Add ability to disable telemetry/rdf...
2011-08-20 Keith Packardaltos: Merge common config code in ao_config.c
2011-08-15 Keith Packardaltos: Lost change that reported flight 0 when log...
2011-08-14 Keith Packardaltos: use raw height while waiting for landing
2011-08-14 Keith Packardaltos: Reset radio channel to zero when using radio...
2011-08-14 Keith Packardaltos: Correct AO_CONFIG_MINOR from 6 to 7
2011-08-14 Keith Packardaltos: wait 10s for companion to boot
2011-08-14 Keith Packardaltos: Send serial/flight to companion board
2011-08-14 Keith Packardaltos: Send SPI message at flight state changes
2011-08-14 Keith Packardaltos: Check for companion init packet validity was...
2011-08-14 Keith Packardaltos: add the 'L' command to show the status of a...
2011-08-14 Keith Packardaltos: Make sure companion task exits cleanly when...
2011-08-14 Keith Packardaltos: Put SPI in slower mode when talking to companion...
2011-08-14 Keith Packardaltos: Add SPI-based companion board support
2011-08-14 Keith Packardaltos/altosui: Report log format in the version command
2011-08-14 Keith Packardaltos: re-write a bit of GPS parsing code to reduce...
2011-08-14 Keith Packardaltos: shrink text space from ao_config.c
2011-08-11 Keith Packardaltos: remove monitor disable stubs from altimeter...
2011-08-11 Keith Packardaltos: Apply igniter boot pulse-width reduction to...
2011-08-11 Keith Packardaltos: Pull igniter pins low as soon as possible at...
2011-08-09 Keith Packardaltos: Switch telemini from v0.1 to v1.0
2011-08-09 Keith Packardaltos: minor type in comment about accel correction
2011-08-08 Keith Packardaltos: Add ability to set arbitrary radio frequency
2011-08-08 Keith Packardaltos: Remove pad_orientation functions from non-accel...
2011-08-08 Keith Packardaltos: Correct flight log max on Tm to 5k
2011-08-03 Keith Packardaltos/altosui: Add pad orientation configure option
2011-08-02 Keith Packardaltos: Require sequencing through 'main' state before...
2011-08-02 Keith Packardaltos: Reduce height averaging filter time constant
2011-08-02 Keith Packardaltos: Average height values for landing detection
2011-07-18 Keith Packardaltos: Add ability to read new TELEM files to ao_flight...
2011-07-17 Keith PackardMerge branch 'preload-maps'
2011-07-17 Keith Packardaltos, altosui: Add igniter mode (dual, apogee, main) split-telemetry
2011-07-09 Keith Packardaltos: new versions of sdcc require __ prefixes for...
2011-07-07 Keith Packardaltos: product defines are always in ao_product.h
2011-07-06 Keith Packardaltos: Ensure low-rate telem packets interleave with...
2011-07-06 Keith Packardaltos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
2011-07-06 Keith Packardaltos: Switch Tm and Tn to common telemetry code
2011-07-06 Keith Packardaltos: Switch flash drivers __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_flight and ao_flight_nano __xdata...
2011-07-06 Keith Packardaltos: Switch ao_dbg.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_config.c __xdata to __pdata
2011-07-06 Keith Packardaltos: switch ao_cmd __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch const for __code in struct ao_cmds
2011-07-06 Keith Packardaltos: Switch ao_usb.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_telemetry.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_stdio.c __data to __pdata
2011-07-06 Keith Packardaltos: Switch ao_serial.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_sample.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_rssi.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_report.c __xdata to __pdata
2011-07-06 Keith Packardaltos: Switch ao_log.c and ao_log_big.c __xdata to...
2011-07-06 Keith Packardaltos: Switch ao_ignite and ao_gps_sirf __xdata to...
2011-07-06 Keith Packardaltos: Switch ao_gps_skytraq and ao_gps_sirf __xdata...
2011-07-06 Keith Packardaltos: Shrink ao_add_task by rolling up a memset loop
2011-07-06 Keith Packardaltos: Shrink ao_config_callsign_set
2011-07-06 Keith Packardaltos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
2011-07-06 Keith Packardaltos: Adapt to changes in telemetry Configuration...
2011-07-05 Keith Packardaltos: Complete new telemetry switchover
2011-07-05 Keith Packardaltos: Add split telemetry code
2011-07-05 Keith Packardaltos: Shrink help text
2011-07-05 Keith Packardaltos: Add sat info to GPS report command
2011-07-05 Keith Packardaltos: Shrink const space in ao_config
2011-07-05 Keith Packardaltos: teledongle does not need ao_packet_slave.c
2011-06-28 Keith Packardaltos: ao_radio_recv needs byte count *including* rssi...
2011-06-28 Keith Packardaltos: Start adding new telemetry frame definitions
2011-06-28 Keith Packardaltos: Add checksum to TELEM output lines
2011-06-28 Keith Packardaltos: Add arbitrary telemetry packet monitoring
2011-06-28 Keith Packardaltos: Rename telemetry to telemetry_orig
2011-05-07 Keith PackardRevert "altos: Debugging TBT issues -- check pin config...
2011-05-07 Keith Packardaltos: clear CPU port 1 interrupt flag when handled
2011-05-07 Keith Packardaltos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
2011-05-07 Keith Packardaltos: Initialize beeper for telebt
2011-05-07 Keith Packardaltos: Debugging TBT issues -- check pin configuration...
2011-05-07 Keith Packardaltos: Add beeper to TBT v0.1
2011-05-07 Keith Packardaltos: pull TBT v0.1 ser_reset line low
2011-05-07 Keith Packardaltos: Fix BT link status pin for real TBT hardware
2011-05-07 Keith Packardaltos: Use USART configuration 1 with flow control...
2011-05-06 Keith Packardaltos: Add telebt-v0.1 to Makefile
2011-05-06 Keith Packardaltos: Add preliminary telebt v0.1 defines
2011-04-24 Keith Packardaltos: add telebt-v0.0 Makefile
2011-04-19 Keith PackardMerge branch 'telemini' into telebt
2011-04-19 Keith Packardaltosui: Eliminate ao_cmd_filter hook
2011-04-19 Keith Packardaltos: remove BT logging code
2011-04-19 Keith Packardaltos: Remove bt debug command
2011-04-19 Keith Packardaltos: Simplify BT communications
2011-04-19 Keith Packardaltos: Solidify BT connections
2011-04-19 Keith Packardaltos: Add delays to bt startup sequence
2011-04-14 Keith Packardaltos: Write a few pre-launch samples for Tm/Tn devices
2011-04-10 Keith Packardaltos/altosui: Log averaged baro sensor data in Tm/Tn
2011-04-08 Keith Packardaltos: Use PIO(6) on BTM to monitor BT connection....
2011-04-02 Keith PackardMerge branch 'telemini' into telebt
2011-04-02 Keith Packardaltos: Clean up BT serial communcations
2011-04-02 Keith Packardaltos: Make cmd echo per-connection instead of global
2011-04-01 Keith Packardaltos: Clean up serial initialization
2011-04-01 Keith Packardaltos: Clean up usage of serial port for stdio
2011-04-01 Keith Packardaltos: Make ao_serial_drain public
2011-04-01 Keith Packardaltos: Remove serial monitor command
2011-04-01 Keith Packardaltos: Allow any stdio to be used with packet forwarding
2011-04-01 Keith Packardaltos: Provide for a pre-filter on commands
next