1 altos (0.6+86+g2491282) unstable; urgency=low
4 * Disable monitor mode before attempting radio test.
5 * Ensure that ao_alarm waits at least the specified time
6 * Remove dbg driver code from telemetrum/teledongle
7 * Add AT45DBxx1D driver
8 * Remove green LED and temp sensor from v0.2 code
9 * Add at45db161d.h header file for new flash part.
10 * Add 'f' command to display flash status register contents
11 * Dump more flash parameters for the flash_status command
12 * Dump config block from read/write config and flash_status commands
13 * Don't set ao_flash_setup_done until we're actually done.
14 * Remove flash debugging printfs
15 * Add simple gps dump command 'g'
16 * Force idle mode by shorting the SPI clock to ground at boot time.
17 * Switch to using internal cc1111 temperature sensor
18 * Missing ao_mutex_put in gps_dump
19 * Compute daytime using GPS as time base
20 * Pull in a bit more data for filtering the start of the boost
21 * Log GPS data on pad after boost detect.
22 * Change barometer conversion code to shrink conversion table
23 * Change altos build process to support per-product compile-time
25 * Update .gitignore files
27 * Add back stack size checking to altos linking phase
28 * Must install .map files for ao-load to work
30 -- Bdale Garbee <bdale@gag.com> Wed, 24 Feb 2010 14:53:01 -0700
32 altos (0.6+60+g10d1bbc) unstable; urgency=low
35 * Use ao_radio_get/ao_radio_put in packet code.
37 -- Bdale Garbee <bdale@gag.com> Sat, 19 Dec 2009 13:53:32 -0700
39 altos (0.6+58+gbbb152c) unstable; urgency=low
42 * Re-order config values. Change frequency to cal
43 * Allow radio calibration to be set from ao-load
44 * Add --cal to man page
46 -- Bdale Garbee <bdale@gag.com> Sat, 19 Dec 2009 12:05:26 -0700
48 altos (0.6+53+gcd49847) unstable; urgency=low
51 * Remove send_serial and serial_baud commands.
52 * Make ao_cmd_decimal produce both 32 and 16 bit values.
53 * Add radio calibration configuration.
55 -- Bdale Garbee <bdale@gag.com> Sat, 05 Dec 2009 11:02:49 -0700
57 altos (0.6+49+g9a1d7dd) unstable; urgency=low
60 * Change default callsign to "N0CALL"
62 -- Bdale Garbee <bdale@gag.com> Fri, 04 Dec 2009 21:01:55 -0700
64 altos (0.6+47+g4053309) unstable; urgency=low
66 * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
67 * change home URL in control file to be the AltOS page
69 -- Bdale Garbee <bdale@gag.com> Thu, 26 Nov 2009 11:15:47 -0700
71 altos (0.6+43+gd6ba07e) unstable; urgency=low
74 * Decode HDOP data from skytraq GPS
75 * Document ao-postflight --gps and --kml options.
76 * Make ao-postflight create filenames using input filenames.
77 * Make TD print 0000-00-00 for invalid dates.
78 * Fix --plot arg handling. Add -all option.
79 * Convert telemetry file GPS satellite information in cc_log_read
80 * Don't crash if --plot isn't passed on ao-postflight command line
81 * ao-postflight: compute barometric alt for each GPS position
82 * ao-postflight: don't try to use missing gps sat data
83 * Automatically extract flight number for eeprom and telem filenames.
85 -- Bdale Garbee <bdale@gag.com> Sun, 22 Nov 2009 10:18:26 -0700
87 altos (0.6+32+g87e6f3e) unstable; urgency=low
93 * Reduce igniter firing time from 500ms to 50ms.
94 * Add GPS date/time output to ao-postflight.
95 * Eliminate SiRF state values from ao-view.
97 -- Bdale Garbee <bdale@gag.com> Fri, 20 Nov 2009 13:18:06 -0700
99 altos (0.6+27+gb0d7e3f) unstable; urgency=low
102 * Add two-point accelerometer calibration.
103 * Remove "l" command as ao-dumplong no longer uses it
106 * Reformat ADC values to show all 16 bits
107 * ao_flight_test was using accel value for pressure too
108 * Pass accel calibration over telemetry stream. Telemetry data format
110 * Add ability to dump eeprom data over radio link.
111 * In packet master, move USB flush from packet thread to echo thread
112 * In USB pollchar, wait for packet before re-checking USB out len
113 * Explicitly use USB I/O routines in packet code
114 * Flush pending input when switching to remote packet mode
115 * Stop recording in ao-dumplog after receiving an invalid block
116 * Move ao_match_word from ao_ignite.c to ao_cmd.c
117 * Add Watchdog Timer Control register definitions
118 * Add reboot command.
119 * Return radio to telemetry settings when packet system closed.
120 * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
121 * Loosen tolerances for main->landed transition
122 * Provide a dummy 'uninstall' target in the src directory.
123 * Share telemetry parsing code in cc library.
124 * Enable telemetry receive in ao_view
125 * Switch order of serial/flight in ao-postflight summary
126 * Add flight number to telemetry stream.
127 * Add date to GPS data, captured from GPRMC packet.
128 * Stop using SiRF state info.
130 -- Bdale Garbee <bdale@gag.com> Fri, 20 Nov 2009 11:43:56 -0700
132 altos (0.6) unstable; urgency=low
135 * Add support for the SkyTraq GPS unit
136 * Build two versions of TM, one for SiRF, one for SkyTraq
137 * Save some DSEG space by marking cmd functions __reentrant
138 * Add ao_wake_task and ao_exit
139 * Add keyhole-markup generation for ao-postflight.
140 * Initial packet bits. Just testing transmission
141 * Add radio carrier command
142 * Wait for TX to finish sending data
144 * Remove reason from ao_dma_abort
145 * Switch packet code from timer thread to ao_alarm
146 * Use ao_radio_done to wait for TX to completely finish with packet
147 * Send SYN packet to set sequence numbers
149 * Do more flushing in packet test code
150 * Use ao_alarm for ao_delay so it can be easily interrupted
151 * Poke master to speed up packet rate when things are busy
152 * No need to wakeup &ao_tick_count now
153 * Enable packet-based communcation to command processor
154 * Add more docs to the README file
155 * Disable interrupts while removing tasks from task list
156 * Add ao_usb_pollchar to ao.h
158 -- Bdale Garbee <bdale@gag.com> Mon, 02 Nov 2009 16:53:45 -0700
160 altos (0.5+90+g127c312) unstable; urgency=low
162 * de-version the libreadline-dev build dependency
164 -- Bdale Garbee <bdale@gag.com> Mon, 02 Nov 2009 15:57:29 -0700
166 altos (0.5+86+g2de548f) unstable; urgency=low
168 * automate push of updated and tagged master branch during
169 debian/rules prebuild
170 * flush repetitive junk out of debian/changelog, and update the
172 * add support for tagging git repository on each Debian package build
174 -- Bdale Garbee <bdale@gag.com> Mon, 12 Oct 2009 16:54:28 -0600
176 altos (0.5+77+gc57bd7f) unstable; urgency=low
178 * build for Debian from git
180 -- Bdale Garbee <bdale@gag.com> Mon, 12 Oct 2009 15:57:19 -0600