f0fe4564af5aa97f958735d4f42456c935b63c93
[fw/altos] / debian / changelog
1 altos (0.6+119+g00f49c8) unstable; urgency=low
2
3   [ Bdale Garbee ]
4   * update changelogs for Debian build
5   * move gbp.conf into debian/
6   * initial harness for documentation
7   * fix typo
8
9   [ Keith Packard ]
10   * Round radio calibration value instead of truncating
11   * Document the ao-dumplog '--remote' flag for radio-link downloads
12
13  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
14
15 altos (0.6+108+g6e61170) unstable; urgency=low
16
17   [ Keith Packard ]
18   * Need to duplicate new altitude conversion code in aoview.
19
20  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
21
22 altos (0.6+106+ga1478f6) unstable; urgency=low
23
24   [ Keith Packard ]
25   * Add ao_radio_xmit to help test boards without flashing them.
26   * Allow product names to have suffixes (like board revisions)
27   * Fix and document the ao-rawload --run flag
28   * Add LED test
29   * Leave .ihx files in the build directory too - easier to debug that way
30   * Eliminate deadlock when writing config from radio link
31   * Fix up LED colors for each product.
32   * Add .gitignore for ao-bringup
33
34   [ Bdale Garbee ]
35   * create a turn on script for lighting up TeleDongle v0.2 boards
36
37  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
38
39 altos (0.6+95+g2f45953) unstable; urgency=low
40
41   * update changelogs for Debian build
42   * conditionalize use of git on executability of /usr/bin/git binary
43
44  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
45
46 altos (0.6+88+gdeccc10) unstable; urgency=low
47
48   * add gawk as a build dependency since strtonum is a gawk extension
49
50  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
51
52 altos (0.6+86+g2491282) unstable; urgency=low
53
54   [ Keith Packard ]
55   * Disable monitor mode before attempting radio test.
56   * Ensure that ao_alarm waits at least the specified time
57   * Remove dbg driver code from telemetrum/teledongle
58   * Add AT45DBxx1D driver
59   * Remove green LED and temp sensor from v0.2 code
60   * Add at45db161d.h header file for new flash part.
61   * Add 'f' command to display flash status register contents
62   * Dump more flash parameters for the flash_status command
63   * Dump config block from read/write config and flash_status commands
64   * Don't set ao_flash_setup_done until we're actually done.
65   * Remove flash debugging printfs
66   * Add simple gps dump command 'g'
67   * Force idle mode by shorting the SPI clock to ground at boot time.
68   * Switch to using internal cc1111 temperature sensor
69   * Missing ao_mutex_put in gps_dump
70   * Compute daytime using GPS as time base
71   * Pull in a bit more data for filtering the start of the boost
72   * Log GPS data on pad after boost detect.
73   * Change barometer conversion code to shrink conversion table
74   * Change altos build process to support per-product compile-time
75     changes
76   * Update .gitignore files
77   * Quiet make output.
78   * Add back stack size checking to altos linking phase
79   * Must install .map files for ao-load to work
80
81  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
82
83 altos (0.6+60+g10d1bbc) unstable; urgency=low
84
85   [ Keith Packard ]
86   * Use ao_radio_get/ao_radio_put in packet code.
87
88  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
89
90 altos (0.6+58+gbbb152c) unstable; urgency=low
91
92   [ Keith Packard ]
93   * Re-order config values. Change frequency to cal
94   * Allow radio calibration to be set from ao-load
95   * Add --cal to man page
96
97  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
98
99 altos (0.6+53+gcd49847) unstable; urgency=low
100
101   [ Keith Packard ]
102   * Remove send_serial and serial_baud commands.
103   * Make ao_cmd_decimal produce both 32 and 16 bit values.
104   * Add radio calibration configuration.
105
106  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
107
108 altos (0.6+49+g9a1d7dd) unstable; urgency=low
109
110   [ Keith Packard ]
111   * Change default callsign to "N0CALL"
112
113  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
114
115 altos (0.6+47+g4053309) unstable; urgency=low
116
117   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
118   * change home URL in control file to be the AltOS page
119
120  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
121
122 altos (0.6+43+gd6ba07e) unstable; urgency=low
123
124   [ Keith Packard ]
125   * Decode HDOP data from skytraq GPS
126   * Document ao-postflight --gps and --kml options.
127   * Make ao-postflight create filenames using input filenames.
128   * Make TD print 0000-00-00 for invalid dates.
129   * Fix --plot arg handling. Add -all option.
130   * Convert telemetry file GPS satellite information in cc_log_read
131   * Don't crash if --plot isn't passed on ao-postflight command line
132   * ao-postflight: compute barometric alt for each GPS position
133   * ao-postflight: don't try to use missing gps sat data
134   * Automatically extract flight number for eeprom and telem filenames.
135
136  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
137
138 altos (0.6+32+g87e6f3e) unstable; urgency=low
139
140   [ Bdale Garbee ]
141   * fix typo in comment
142
143   [ Keith Packard ]
144   * Reduce igniter firing time from 500ms to 50ms.
145   * Add GPS date/time output to ao-postflight.
146   * Eliminate SiRF state values from ao-view.
147
148  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
149
150 altos (0.6+27+gb0d7e3f) unstable; urgency=low
151
152   [ Keith Packard ]
153   * Add two-point accelerometer calibration.
154   * Remove "l" command as ao-dumplong no longer uses it
155   * Remove "d" command
156   * Remove "f" command
157   * Reformat ADC values to show all 16 bits
158   * ao_flight_test was using accel value for pressure too
159   * Pass accel calibration over telemetry stream. Telemetry data format
160     change.
161   * Add ability to dump eeprom data over radio link.
162   * In packet master, move USB flush from packet thread to echo thread
163   * In USB pollchar, wait for packet before re-checking USB out len
164   * Explicitly use USB I/O routines in packet code
165   * Flush pending input when switching to remote packet mode
166   * Stop recording in ao-dumplog after receiving an invalid block
167   * Move ao_match_word from ao_ignite.c to ao_cmd.c
168   * Add Watchdog Timer Control register definitions
169   * Add reboot command.
170   * Return radio to telemetry settings when packet system closed.
171   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
172   * Loosen tolerances for main->landed transition
173   * Provide a dummy 'uninstall' target in the src directory.
174   * Share telemetry parsing code in cc library.
175   * Enable telemetry receive in ao_view
176   * Switch order of serial/flight in ao-postflight summary
177   * Add flight number to telemetry stream.
178   * Add date to GPS data, captured from GPRMC packet.
179   * Stop using SiRF state info.
180
181  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
182
183 altos (0.6) unstable; urgency=low
184
185   [ Keith Packard ]
186   * Add support for the SkyTraq GPS unit
187   * Build two versions of TM, one for SiRF, one for SkyTraq
188   * Save some DSEG space by marking cmd functions __reentrant
189   * Add ao_wake_task and ao_exit
190   * Add keyhole-markup generation for ao-postflight.
191   * Initial packet bits. Just testing transmission
192   * Add radio carrier command
193   * Wait for TX to finish sending data
194   * Add ao_alarm
195   * Remove reason from ao_dma_abort
196   * Switch packet code from timer thread to ao_alarm
197   * Use ao_radio_done to wait for TX to completely finish with packet
198   * Send SYN packet to set sequence numbers
199   * Add RFIM register
200   * Do more flushing in packet test code
201   * Use ao_alarm for ao_delay so it can be easily interrupted
202   * Poke master to speed up packet rate when things are busy
203   * No need to wakeup &ao_tick_count now
204   * Enable packet-based communcation to command processor
205   * Add more docs to the README file
206   * Disable interrupts while removing tasks from task list
207   * Add ao_usb_pollchar to ao.h
208
209  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
210
211 altos (0.5+90+g127c312) unstable; urgency=low
212
213   * de-version the libreadline-dev build dependency
214
215  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
216
217 altos (0.5+86+g2de548f) unstable; urgency=low
218
219   * automate push of updated and tagged master branch during
220     debian/rules prebuild
221   * flush repetitive junk out of debian/changelog, and update the
222     prebuild target
223   * add support for tagging git repository on each Debian package build
224
225  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
226
227 altos (0.5+77+gc57bd7f) unstable; urgency=low
228
229   * build for Debian from git
230
231  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
232