95f72382ce8ca307c4f44e847b41ffc9f36062ef
[fw/altos] / debian / changelog
1 altos (0.6+57+g7ac8efe) unstable; urgency=low
2
3   [ Keith Packard ]
4   * Re-order config values. Change frequency to cal
5   * Allow radio calibration to be set from ao-load
6   * Add --cal to man page
7
8  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
9
10 altos (0.6+53+gcd49847) unstable; urgency=low
11
12   [ Keith Packard ]
13   * Remove send_serial and serial_baud commands.
14   * Make ao_cmd_decimal produce both 32 and 16 bit values.
15   * Add radio calibration configuration.
16
17  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
18
19 altos (0.6+49+g9a1d7dd) unstable; urgency=low
20
21   [ Keith Packard ]
22   * Change default callsign to "N0CALL"
23
24  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
25
26 altos (0.6+47+g4053309) unstable; urgency=low
27
28   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
29   * change home URL in control file to be the AltOS page
30
31  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
32
33 altos (0.6+43+gd6ba07e) unstable; urgency=low
34
35   [ Keith Packard ]
36   * Decode HDOP data from skytraq GPS
37   * Document ao-postflight --gps and --kml options.
38   * Make ao-postflight create filenames using input filenames.
39   * Make TD print 0000-00-00 for invalid dates.
40   * Fix --plot arg handling. Add -all option.
41   * Convert telemetry file GPS satellite information in cc_log_read
42   * Don't crash if --plot isn't passed on ao-postflight command line
43   * ao-postflight: compute barometric alt for each GPS position
44   * ao-postflight: don't try to use missing gps sat data
45   * Automatically extract flight number for eeprom and telem filenames.
46
47  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
48
49 altos (0.6+32+g87e6f3e) unstable; urgency=low
50
51   [ Bdale Garbee ]
52   * fix typo in comment
53
54   [ Keith Packard ]
55   * Reduce igniter firing time from 500ms to 50ms.
56   * Add GPS date/time output to ao-postflight.
57   * Eliminate SiRF state values from ao-view.
58
59  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
60
61 altos (0.6+27+gb0d7e3f) unstable; urgency=low
62
63   [ Keith Packard ]
64   * Add two-point accelerometer calibration.
65   * Remove "l" command as ao-dumplong no longer uses it
66   * Remove "d" command
67   * Remove "f" command
68   * Reformat ADC values to show all 16 bits
69   * ao_flight_test was using accel value for pressure too
70   * Pass accel calibration over telemetry stream. Telemetry data format
71     change.
72   * Add ability to dump eeprom data over radio link.
73   * In packet master, move USB flush from packet thread to echo thread
74   * In USB pollchar, wait for packet before re-checking USB out len
75   * Explicitly use USB I/O routines in packet code
76   * Flush pending input when switching to remote packet mode
77   * Stop recording in ao-dumplog after receiving an invalid block
78   * Move ao_match_word from ao_ignite.c to ao_cmd.c
79   * Add Watchdog Timer Control register definitions
80   * Add reboot command.
81   * Return radio to telemetry settings when packet system closed.
82   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
83   * Loosen tolerances for main->landed transition
84   * Provide a dummy 'uninstall' target in the src directory.
85   * Share telemetry parsing code in cc library.
86   * Enable telemetry receive in ao_view
87   * Switch order of serial/flight in ao-postflight summary
88   * Add flight number to telemetry stream.
89   * Add date to GPS data, captured from GPRMC packet.
90   * Stop using SiRF state info.
91
92  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
93
94 altos (0.6) unstable; urgency=low
95
96   [ Keith Packard ]
97   * Add support for the SkyTraq GPS unit
98   * Build two versions of TM, one for SiRF, one for SkyTraq
99   * Save some DSEG space by marking cmd functions __reentrant
100   * Add ao_wake_task and ao_exit
101   * Add keyhole-markup generation for ao-postflight.
102   * Initial packet bits. Just testing transmission
103   * Add radio carrier command
104   * Wait for TX to finish sending data
105   * Add ao_alarm
106   * Remove reason from ao_dma_abort
107   * Switch packet code from timer thread to ao_alarm
108   * Use ao_radio_done to wait for TX to completely finish with packet
109   * Send SYN packet to set sequence numbers
110   * Add RFIM register
111   * Do more flushing in packet test code
112   * Use ao_alarm for ao_delay so it can be easily interrupted
113   * Poke master to speed up packet rate when things are busy
114   * No need to wakeup &ao_tick_count now
115   * Enable packet-based communcation to command processor
116   * Add more docs to the README file
117   * Disable interrupts while removing tasks from task list
118   * Add ao_usb_pollchar to ao.h
119
120  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
121
122 altos (0.5+90+g127c312) unstable; urgency=low
123
124   * de-version the libreadline-dev build dependency
125
126  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
127
128 altos (0.5+86+g2de548f) unstable; urgency=low
129
130   * automate push of updated and tagged master branch during
131     debian/rules prebuild
132   * flush repetitive junk out of debian/changelog, and update the
133     prebuild target
134   * add support for tagging git repository on each Debian package build
135
136  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
137
138 altos (0.5+77+gc57bd7f) unstable; urgency=low
139
140   * build for Debian from git
141
142  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
143