d76c00267a74d02aaff2eedf28fb87c975976994
[fw/altos] / debian / changelog
1 altos (0.6+27+gb0d7e3f) unstable; urgency=low
2
3   [ Keith Packard ]
4   * Add two-point accelerometer calibration.
5   * Remove "l" command as ao-dumplong no longer uses it
6   * Remove "d" command
7   * Remove "f" command
8   * Reformat ADC values to show all 16 bits
9   * ao_flight_test was using accel value for pressure too
10   * Pass accel calibration over telemetry stream. Telemetry data format
11     change.
12   * Add ability to dump eeprom data over radio link.
13   * In packet master, move USB flush from packet thread to echo thread
14   * In USB pollchar, wait for packet before re-checking USB out len
15   * Explicitly use USB I/O routines in packet code
16   * Flush pending input when switching to remote packet mode
17   * Stop recording in ao-dumplog after receiving an invalid block
18   * Move ao_match_word from ao_ignite.c to ao_cmd.c
19   * Add Watchdog Timer Control register definitions
20   * Add reboot command.
21   * Return radio to telemetry settings when packet system closed.
22   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
23   * Loosen tolerances for main->landed transition
24   * Provide a dummy 'uninstall' target in the src directory.
25   * Share telemetry parsing code in cc library.
26   * Enable telemetry receive in ao_view
27   * Switch order of serial/flight in ao-postflight summary
28   * Add flight number to telemetry stream.
29   * Add date to GPS data, captured from GPRMC packet.
30   * Stop using SiRF state info.
31
32  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
33
34 altos (0.6) unstable; urgency=low
35
36   [ Keith Packard ]
37   * Add support for the SkyTraq GPS unit
38   * Build two versions of TM, one for SiRF, one for SkyTraq
39   * Save some DSEG space by marking cmd functions __reentrant
40   * Add ao_wake_task and ao_exit
41   * Add keyhole-markup generation for ao-postflight.
42   * Initial packet bits. Just testing transmission
43   * Add radio carrier command
44   * Wait for TX to finish sending data
45   * Add ao_alarm
46   * Remove reason from ao_dma_abort
47   * Switch packet code from timer thread to ao_alarm
48   * Use ao_radio_done to wait for TX to completely finish with packet
49   * Send SYN packet to set sequence numbers
50   * Add RFIM register
51   * Do more flushing in packet test code
52   * Use ao_alarm for ao_delay so it can be easily interrupted
53   * Poke master to speed up packet rate when things are busy
54   * No need to wakeup &ao_tick_count now
55   * Enable packet-based communcation to command processor
56   * Add more docs to the README file
57   * Disable interrupts while removing tasks from task list
58   * Add ao_usb_pollchar to ao.h
59
60  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
61
62 altos (0.5+90+g127c312) unstable; urgency=low
63
64   * de-version the libreadline-dev build dependency
65
66  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
67
68 altos (0.5+86+g2de548f) unstable; urgency=low
69
70   * automate push of updated and tagged master branch during
71     debian/rules prebuild
72   * flush repetitive junk out of debian/changelog, and update the
73     prebuild target
74   * add support for tagging git repository on each Debian package build
75
76  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
77
78 altos (0.5+77+gc57bd7f) unstable; urgency=low
79
80   * build for Debian from git
81
82  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
83