Merge branch 'branch-1.8' into debian
[fw/altos] / debian / changelog
1 altos (1.8-1) unstable; urgency=medium
2
3   [ Bdale Garbee ]
4   * two more places where telemini-outline.pdf filename needs to be updated
5   * add telemini-v3.0 to list of binaries we stach in LLC repo for production use
6   * telebt-v4.0: initial creation of firmware for new product, no BT yet
7   * telebt-v4.0: add ao_send_packet
8   * telebt-v4.0: don't need the USB pin remapping flag
9   * telebt-v4.0: turn off pin remapping in the flash loader, too
10   * telebt-v4.0: slow down SPI speed to radio chip
11   * telegps-v2.0: slow down radio chip spi speed
12   * telebt-v4.0: make git ignore products of build
13   * ao-tools/ao-makebin: have git ignore built object
14   * telemini-v3.0: make git ignore build products
15   * altos/telebt-v4.0 Set CPU clock to 48Mhz instead of 96Mhz
16   * telegps: use new eeprom reading code
17   * have git ignore ao-bringup/cal_values
18   * telefiretwo: don't try to record pre-burn sensor values in FLIGHT record
19   * initial tests made using Terry's stand with a 2500psi sensor
20   * have AltosGraph use new AltosPressure to get imperial_units working
21   * re-brand current telefiretwo product as telefireone
22   * altoslib: include TimeSeries code in build
23   * add thrust as a graphable time series type
24   * rename existing turnon_telebt script, create a new one for v4.0
25   * clean up telefireone name references
26   * ignore more build products in telebt-v4.0 tree
27   * add TeleBT v4.0 to the list of stuff we build
28   * remove libssl-dev build dependency, only used by test code we don't build
29   * update docinfo file for 1.8 release
30   * releasing 1.8
31
32   [ Keith Packard ]
33   * altos/stmf0: Not all timer configurations use AF2
34   * altos/telemini-v3.0: Fix license
35   * altos/easymini-v2.0: Add EasyMini v2.0
36   * altos: Add telemini-v3.0 and easymini-v2.0 to default altos build
37   * altosui: Ship telemini v3.0 firmware
38   * altos/ao-bringup: Switch turnon_easymini to v2.0
39   * altosui: Add TeleMini v3.0 and EasyMini v2.0 firmware to windows package
40   * Update releasing to add more firmware bits
41   * Ignore ao_lisp_test
42   * altos/telegps-v2.0: git ignore make results
43   * altos/nucleo-32: Add lisp save/restore
44   * ao-bringup: make turnon_telemini search for ao_usbload on $PATH
45   * Fake thrust data as accel for now
46   * micropeak: Add MicroPeak V2 to the download code
47   * altos/ms5607: Allow applications to not use the normal data ring and thread
48   * altos: Adapt micro log to MicroPeak V3
49   * altos: Add 100ms constants for baro Kalman filter
50   * altos: Add header file for ao_report_micro.c
51   * altos/micropeak: Use existing ao_ms5607_current variable
52   * altos/micropeak: Update ao_micropeak.h for MicroPeak v2
53   * altos/stmf0: Compute serial baud rate registers at runtime
54   * altos/stmf0: Make sure systick is off before programming
55   * altos/stmf0: Fix HSI clock rate.
56   * altos/stmf0: Add support for HSI clocked applications
57   * altos/micropeak-v2.0: Add initial MicroPeak v2 support
58   * altos: Build MicroPeak-v2.0 by default
59   * src/kernel: Add GPS lock blink LED to tracker code
60   * altos/kernel: Allow TeleGPS v2 to scale battery in telem
61   * altos/telegps-v2.0: Adjust LED config
62   * altos/telegps-v2.0: Set CPU clock to 48MHz instread of 96MHz
63   * altos/telegps-v2.0: Battery ADC input is on PB1, not PA0
64   * altos/telegps-v2.0: Remove some unneeded defines
65   * altos/telegps-v2.0: GPS chip is connected to serial 2, not serial 1
66   * altos/telegps-v2.0: CC1200 CS is PA1, not PA5.
67   * altos/telegps-v2.0: Reorder initialization sequence
68   * altos/stmf0: Add code to use SoC flash as storage
69   * altos/telegps-v2.0: Disable external serial port to save ROM
70   * altos: Make CDC ACM 'line coding' public
71   * altos: Move 'ao_force_freq' to ao_config.c
72   * altos/telemini-v3.0: Add 'recovery mode' on PA14 (pin 6 on dbg header)
73   * altos/telemini-v3.0: Use dbg connector pin 5 for force bootloader
74   * altoslib: Hide members from json by prefixing with __
75   * altoslib: Add AltosForce and AltosPressure units
76   * altoslib: Add Ms5607 constructor that just takes config_data
77   * altoslib: Add empty constructor for AltosPyro for JSON
78   * altoslib: Add set_config_data to AltosState
79   * altoslib: Add new eeprom management code
80   * altoslib: Compile AltosForce and AltosPressure
81   * altoslib: Hack up AltosEepromFile to support new eeprom code
82   * altosui: Use new eeprom reading code
83   * altoslib: Save eeprom data in new .eeprom format
84   * altoslib: Remove older eeprom handling code
85   * altoslib: Another bit of altoslib for the old eeprom stuff
86   * Use SDP to locate the service channel on Linux
87   * altos: Add RN4678 Bluetooth module driver
88   * altos/telebt-v4.0: Hook up RN4678 module
89   * altoslib: Handle TeleBT v4.0 battery voltage
90   * libaltos: Add support for TeleBT-v4.0 bluetooth channel change
91   * altos/stmf: Fix up serial port flow control configuration bits
92   * altos/ao_rn4678: Send '$$$' for new devices. Fix name setting code.
93   * altoslib: Mark AltosConfigData fields as MISSING until set
94   * altoslib: Set default log format to FULL until we learn different
95   * altoslib: Set default accel cal for old TeleMetrum v1 files
96   * altos/telefireone-v1.0: Fix confusing defines about config storage
97   * ao-bringup: turnon_chaoskey: search for ao-usbload in PATH
98   * altos/telebt-v4.0: Remove HAS_POLLCHAR
99   * altos/telebt-v3.0: Add send_packet command
100   * altoslib: Add initial time series functions
101   * altosuilib: Add time series subclass with data for generating a plot
102   * altoslib: Create new abstraction underneath AltosState for recording values
103   * altosuilib: Start creating new graph interface that takes time series data
104   * altosui: Hacks to plug into the new graph stuff
105   * doc: Add telegps outline
106   * altoslib: Don't store computed telemetry fields
107   * altoslib: Do data analysis on raw values rather than AltosState
108   * altosuilib: Adapt to AltosFlightSeries data processing plan
109   * altosui: Adapt to AltosFlightSeries for data analysis
110   * altoslib/altosuilib/altosui: More work towards using AltosFlightSeries for analysis
111   * altoslib,altosuilib,altosui: Get stats and replay working again.
112   * altoslib: Make AltosReplayReader start synchronously enough to track states
113   * altosui: Remove --cat mode
114   * altoslib: Make sure AltosFlightSeries is filled in before use
115   * altoslib: Get KML export working again
116   * altoslib: Preserve old GPS data during operation
117   * altoslib: Trim stale bits of AltosState
118   * altosui: Remove debug printf.
119   * altoslib: Use cal data temp gps for telemetry data too
120   * altosdroid: Deal with AltosState changes
121   * telegps: Get telegps application working again
122   * altoslib: Change how speed/accel are computed from pressure
123   * altoslib: Allow for other tick sizes
124   * altoslib: Publish boost_time and landed_time from AltosFlightStats
125   * altoslib: Return AltosTimeValue from min/max funcs
126   * altoslib: Provide consistent cal_data from idle and replay readers
127   * altosuilib: Make AltosFlightStatsTable neater
128   * altosuilib: Remove 'cal_data' param from AltosGraphNew constructor
129   * micropeak: Use altoslib/altosuilib flight analysis bits
130   * altoslib: Recover from a couple of API changes
131   * altoslib: Extract a few more values from config to cal_data
132   * altoslib: Create data file open helper in AltosLib
133   * altoslib: Add constants for speed/accel filtering
134   * altoslib: Adjust boost/landed time in flight series for display
135   * altosuilib: Display product/firmware version in stats table
136   * altoslib: Handle eeprom tick wrapping
137   * altoslib: Use first pressure value if no ground pressure available
138   * altoslib: Check for empty gps height series
139   * altoslib: Ignore invalid accel cal values
140   * altoslib: Remove debug printfs
141   * altoslib: AltosFlightSeries ignore missing accel/pressure
142   * altoslib: Clean up gps series logging
143   * altoslib: Only compute state stats for recorded states
144   * altosuilib: Set graph title to include product/serial/flight info
145   * altoslib: Don't record 'pad' state in FlightSeries
146   * altoslib: Reset transient AltosCalData values before processing data
147   * altoslib: When no boost tick is found, just use first tick in file
148   * altoslib: Don't record radio status values in flight series
149   * altoslib: Add status back to AltosFlightSeries for CSV export
150   * altoslib: Check for valid pad alt before computing GPS height series
151   * altoslib,altosuilib: Remove stale source files
152   * altoslib: Compute orientation from eeprom data files
153   * altoslib: Compute 'vertical acceleration' for eeprom files
154   * altoslib, altosuilib, altosui, telegps: Missing config values now MISSING
155   * altos: Update sensor data atomically
156   * altos: HMC5883 output order is X Z Y
157   * altoslib: Adapt to Mag sensor value ordering changes
158   * altoslib: Missing config values now AltosLib.MISSING, not zero or negative
159   * altos: Create separate log format for EasyMini v2.0
160   * altoslib: Handle EasyMini v2.0 ADC values
161   * altoslib: Keep time series in AltosFlightSeries array sorted
162   * altoslib: Fix labels in AltosIMU to match source data
163   * altoslib: Hook up idle monitoring data again
164   * altoslib: Flush igniter fire command
165   * altoslib: Remove unused 'ground_rotation' from AltosState
166   * altosui: Display current altitude in monitor idle Pad tab
167   * altoslib: Initialize new imu/mag values. Remove stale imu/mag objects.
168   * altosui, telegps, altosdroid: say ground distance, not total range
169   * altoslib: Set time for TeleMini v1.0 eeprom analysing
170   * altosuilib: Don't display pad, last location in flight stats without gps
171   * altos: Add timeout to RN4678 status message code
172   * altos/telebt-4.0: Add dependency on RN4678 header
173   * altoslib: Remove old AltosEeprom.java code
174   * altoslib: Rename AltosEepromNew to AltosEeprom
175   * altosuilib: Rename AltosUIGraphNew to AltosUIGraph
176   * altosuilib: Rename AltosGraphNew to AltosGraph
177   * altoslib,altosuilib: Bump library version numbers
178   * altoslib: Make cal_data private in AltosDataListener
179   * altos/rn4678: Add BLE support
180   * altoslib: Clean up quaternion and rotation interfaces
181   * altosdroid: cal_data is no longer public from AltosState
182   * altoslib: Fix comments in AltosQuaternion and AltosRotation
183   * altoslib: Deal with multiple motors in flight stats
184   * altos/stmf0: Initialize UART RTS/CTS before turning it on
185   * altos/telebt-v4.0: Use HW flow control to BT module
186   * Set version to 1.7.1 for TeleBT firmware build
187   * altoslib: fix adjustment of landed time
188   * altos/test: Add EasyMini test mode
189   * libaltos: Add btle test program
190   * altosui: Adapt to flight stats time value changes
191   * altosui: Rename AltosConfig -> AltosConfigFC
192   * altos/test: Fix printf format for int64 arithmetic test
193   * altos/test: Fix AES key format in test code
194   * libaltos: Test both bluetooth and USB APIs with cjnitest
195   * altoslib: Set time in state for KML output correctly
196   * ao-bringup: Allow dfu_util to "fail" while flashing chaoskey
197   * altosui, telegps: Add TeleBT v4.0 firmware to app packages
198   * doc: Add 1.8 release notes
199   * Bump version to 1.8
200   * Note that telebt 4.0 files need to go to altusmetrumllc dir
201
202   [ Miguel Benavidez ]
203   * altoslib: Fix MS5607 raw data to pressure conversion function
204
205  -- Bdale Garbee <bdale@gag.com>  Sat, 12 Aug 2017 01:00:11 -0400
206
207 altos (1.7-1) unstable; urgency=medium
208
209   [ Keith Packard ]
210   * Fix release note html to remove xml bits
211   * Update pdclib to version using arm-specific 'ar' program
212   * altos/stmf0: Add USART support
213   * altos/nucleo-32: Add basic support for STM32F042 Nucleo-32 board
214   * altos/test: Fix tests
215   * ao-bringup: Improve EasyMini turnon and test scripts
216   * altos/stm: Make ao_usb_set_address static. Saves a bunch of text space
217   * altos/arm: Align data so that gcc 5.4 doesn't do byte-accesses. Add -Wcast-align
218   * Add first lisp bits
219   * altos: Add lisp reader
220   * altos/lisp: Change lisp objects to use ao_poly everywhere. Add const
221   * altos/kernel: Make ao_cmd_readline public. Return char from ao_cmd_lex.
222   * altos/stmf0: Add lisp to include directories
223   * altos/lisp: add set/setq and ' in reader
224   * altos/lisp: Separate out values from atoms
225   * altos: Add lambda support to lisp
226   * altos: Add lambdakey
227   * altos/lisp: Start rewriting eval as state machine
228   * altos/lisp: get builtin macros working again
229   * altos/lisp: Change GC move API
230   * altos/lisp: make sure stack->formals_last gets moved during GC
231   * altos/lisp: more GC issues. add patom
232   * altos/lisp: convert GC to non-recursive
233   * altos/lambdakey-v1.0: Tweak memory allocations
234   * altos/lisp: working on lexical scoping
235   * altos/lisp: macros appear to work now
236   * altos/lisp: Clean up OS integration bits, add defun
237   * altos/lisp: add progn, while, read and eval
238   * altos/lisp: use regular read-eval-print loop for make const
239   * altos/lisp: Make read() return eof atom on end of file
240   * altos/lisp: Improve lisp test program UI
241   * altos/lisp: Deal with memory compation in the middle of operations
242   * altos/lisp: Add towers of hanoi example
243   * altos/lisp: add length, pack, unpack and flush
244   * altos/lisp: Share mark function for mark and move
245   * altos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline
246   * altos/lisp: Make sure memmove only happens once per object. Other GC fixes
247   * altos/lisp: Add save/restore infrastructure. Needs OS support to work.
248   * altos/lisp: Add save/restore to ao_lisp_test
249   * altos/lisp: Append a CRC to the saved image to validate on restore
250   * altos/lambdakey: Get save/restore working
251   * altos/stmf0: Add a comment about the requirements for using ao_flash_stm
252   * altos/lisp: Change GC to do moves in batches of 32
253   * altos/lisp: Simplify GC a bit by only marking the head of each object
254   * altos/lisp: Cache freed cons and stack items
255   * altos/lisp: Show number of collect calls in ao_lisp_test
256   * altos/lisp: Improve hanoi demo
257   * altos/lisp: Add license to hanoi demo
258   * altos/lisp: Evaluate macros once, then smash them into place
259   * altos/lisp: Get lambdakey and nucleo-32 building again
260   * altos/lisp: remove duplicate 'length' lambda from hanoi example
261   * altos/lisp: re-use small frames
262   * altos/lisp: Do better checking for un-evaluated macros in ROM
263   * altos/lisp: Allow macro/nlambda/lexpr to have multiple args
264   * altos/lisp: Take advantage of multi-arg macros. Add more ROM funcs
265   * altos/lambdakey: Strip out unused code
266   * altos/lisp: remove nth from hanoi.lisp
267   * altos/lisp: Make hanoi example output a bit prettier
268   * altos/lisp: Add incremental collection
269   * altos/lisp: Optimize chunk searching in collect
270   * altos/lisp: Allow empty defun bodies
271   * altos/test: Disable position independent executables
272   * altos/lisp: binary search for chunk in collect
273   * altos/lisp: Eliminate compiler warning about array bounds at -O3
274   * altos/lisp: Clean up hanoi.lisp comments.
275   * altos/lisp: Remove some stale frame debugging checks
276   * altos/lisp: Fix error atom name in ao_lisp_length
277   * altos/lisp: Dump globals on error
278   * altos/lisp: Fix uninitialized values in ao_lisp_make_const
279   * altos/lisp: Compile ao_lisp_make_const -no-pie
280   * altos/lisp: Make lambda, cond and while all have implicit progns
281   * altos/lisp: Take advantage of implicit progn in ROM code
282   * altos/lisp: have 'while' return the last body value
283   * altos/lisp: Take advantage of implicit progns in hanoi demo
284   * altos/lisp: Add continuations
285   * altos/lisp: Make DBG settings global
286   * altos/lisp: Use poly stashes for stacks
287   * altos/lisp: Empty lambda body is not an error
288   * altos/lisp: bounds check in move_map plus binary search
289   * altos/lisp: Build new ao_lisp_stack.c into test and lambdakey
290   * altos/lisp: Sort frames by atom
291   * altos/lisp: Add builtin 'collect'
292   * altos/lisp: Share binary search for memory chunk between mark and move
293   * altos/lisp: Cleanup some DBG defines
294   * altos/lisp: Include memory stats for test program
295   * altos/lisp: Move stack recursion check after null check
296   * altos/lisp: Clean up hanoi.lisp demo a bit
297   * altos/lisp: Tell compiler that the two lisp memory pools are aligned
298   * altos/lisp: Add casts to keep the latest GCC from whinging
299   * altos/lisp: Start adding scheme symbols
300   * altos/chaoskey: use both halves of the CRC
301   * altos: Eliminate printf format warning with long vs int
302   * ao-bringup: Allow serial number on turnon_easymega cmdline
303   * ao-bringup: test-chaoskey needs to use the SerialNumber dmesg line
304   * altos/stmf0: Allow apps to leave interrupt vectors at 0
305   * altos/stmf0: Complain if the SPI configuration isn't complete
306   * altos/stmf0: Allow projects to not use the USB boot loader
307   * altos: Allow applications to define LEDs for ao_report.c
308   * altos: Require SPI speed to be declared for cc1200
309   * altos/stmf0: Add adc and beep support for TeleMini v3.0
310   * altos: Initial TeleMini v3.0 code
311   * altos/telemini-v3.0: Update to second prototype version
312   * altos/telemini-v3.0: Finish initial turn-on
313   * altos: Split out TeleMini v3 log/telem labeling
314   * altos/telemini-v3.0: Swap main and apogee sense pins.
315   * altoslib: Add TeleMini v3 support
316   * altos/cc1111: Remove unneeded initialization in ao_timer.c
317   * ao-tools/ao-usbload: Pad image with 0xff instead of random bits
318   * altos: Don't wait while idle if trying to minimize interrupt latency
319   * altos/stm: Interrupt priority is in the upper bits of the priority mask
320   * altos/stm: Allow use basepri instead of primask for masking interrupts
321   * altos/avr: Avoid warning about unused args in stdio_put and stdio_get
322   * altos: Allow for console to be used for stdio
323   * altos/stm: Allow DMA channels to be hijacked by other code
324   * altos/stm: Make i2c code handle PCLK1 of 24MHz
325   * altos/stm: Add nvic priority register fields. Add more TIM234 defines.
326   * altos: Add bitmap drawing code
327   * altos: Add VGA driver for STM32L processors
328   * altos: Add PS/2 keyboard driver
329   * altos: Add console driver using VGA and PS/2
330   * altos/stm: Add draw and lisp to make search paths.
331   * altos: Add stm-vga demo project
332   * altos/telemini-v3.0: Add beeper defines needed for more general beeper code
333   * altos/stmf0: Support tim1 beeper channel other than 3
334   * altos/stmf0: Support timer 2/3 for the beeper
335   * altos/lisp: Not quite ready to start making it look like scheme yet
336   * altos/nucleo-32: Update lisp files, add beeper support
337   * Add initial TeleMini v3 docs
338   * telemini outline svg had wrong version number
339   * ao-tools/ao-flash-lpc: Adapt to current openocd LPC support
340   * ao-tools/ao-flash-stm: Use openocd instead of st-utils
341   * doc: Rename telemini doc file from telemini-v1.0.inc to telemini.inc
342   * cortexelf-v1: Add ps/2 and vga with graphics
343   * cortexelf-v1: Fix clock to drive VGA at 640/480. Add sdcard, remove others
344   * cortexelf-v1: Hook up serial consoles for debugging
345   * cortexelf-v1: Use new memory map to access all flash and ram. Add fat.
346   * cortexelf: Add lisp interpreter
347   * stm: Use common flash wait loop instead of inlining
348   * lisp: Fix up lisp build so projects can get ao_lisp_const.h built as needed
349   * cortexelf-v1: Add serialblather command.
350   * cortexelf-v1: Add buttons
351   * altos: Add AS1107 LED display driver
352   * cortexelf-v1: Hook up AS1107 in test mode
353   * altos: add button matrix driver
354   * altos: Allow buttons to be high when pressed rather than low
355   * cortexelf-v1: Hook up hex keypad using matrix input driver
356   * cortexelf-v1: Add bit flipping array generator
357   * cortexelf-v1: doodling with 1802 bits
358   * cortexelf-v1: Make bit flipping array constant
359   * stm: Add a few more GPIO functions to make dealing with the 1802 easier
360   * cortexelf-v1: Add pin definitions for 1802 connections
361   * altos: Define CC115L spi speed in each product
362   * telegps-v0.1: Hack up for SDCARD debugging
363   * altos: Disable FAT commands unless requested
364   * altos: Allow programs to enable SDCARD debugging if desired
365   * stm: Add more mask-based GPIO controls
366   * cortexelf-v1: More 1802 noodling
367   * ao-elftohex: Add conditions for skipping ELF sections
368   * altos: Place AS1107 in 'normal' mode at end of init sequence
369   * altos: Drive row low instead of high in matrix driver
370   * altos: Document a few more SPI mode bits in VGA driver
371   * altos: Escape lisp REP loop with () input
372   * altos: Use MP switch in cortexelf boot loader for force loader mode
373   * cortexelf-v1: Bump SPI pin speed to 40MHz to for sdcard. Fix VGA DMA.
374   * cortexelf-v1: Initialize key matrix code
375   * altos/telegps: Inherit LDFLAGS from lpc make specification
376   * cortexelf-v1: Fetch data at TPB rising when MWR or MRD are low
377   * altos/stmf0: Split up rom load in altos.ld to make linker happy
378   * telegps-v2.0: Remove fec_tx code and ADC logging.
379   * altos/telefiretwo-v0.2: Add AO_CC1200_SPI_SPEED
380   * altos/telebt-v3.0: Add LCO bits for testing
381   * altos/telemini-v3.0: Update to production hardware
382   * altos/telemini-v3.0: Add flash loader
383   * ao-test-baro: Be more lax about altitude checks
384   * altos/lpc: Fix up Makefile definitions
385   * altos/lpc: Add (void *) cast to fix alignment warning
386   * altos/telemini-v3.0: Remove vestiges of the pre-USB code
387   * altos/lpc,altos/stmf0: Use -n flag to work around link editor issue
388   * alots/stmf0: Fix vpath entry for AES directory
389   * doc: Update TeleMini v3 photos to production unit
390   * Replace turnon_telemini with v3 version. Add test-teleminiv3
391   * altos/lpc: Really fix aes entry in lpc vpath
392   * doc: Finish updates for v1.7
393   * altos/stmf0: Pull beeper pin low when beeper is off
394   * altoslib: Add TeleFireTwo eeprom support
395   * altos: Move old AO_LAUNCH defines to cc1111/ao_launch.h
396   * doc: Errors in the TeleMini v3.0 updates found by Bdale
397   * altos/ao_pad.c: Use #if HAS_LOG instead of #ifdef HAS_LOG
398   * altoslib: renamed AltosSensorTMini2, but didn't update AltosIdleFetch
399   * Bump to version 1.7
400
401   [ Bdale Garbee ]
402   * augment TeleDongle turn on script to support serial number on command line
403   * stop using /usr/share for binaries in remaining turnon scripts
404   * use elf, not ihx
405   * first rough cut at skeleton of code for pnpservo .. altos boots and runs
406   * initial skeleton of CortexELF support
407   * makefiles too
408   * capture pnpservo makefiles too
409   * initial cut at telegps-v2.0 firmware
410   * copy telefiretwo-v0.2 to start firmware for v1.0
411   * builds, loads, runs, not very useful yet
412   * need top level Makefile too
413   * add new ADC channels for telefiretwo
414   * fix TeleFireTwo product name in ao-list output
415   * enable spi flash on telefiretwo
416   * fleshing out logging for telefiretwo
417   * a stab at turning on rudimentary logging for telefiretwo
418   * cobble up a command to toggle logging on/off on TeleFireTwo
419   * enable logging support in telefiretwo
420   * add static test start and stop commands to radio protocol for telefiretwo
421   * eliminate spurious close braces
422   * implement static test start and stop protocol for telefiretwo+telebt
423   * allow multiple tests to be logged on telefiretwo without rebooting
424   * update copyright year in docs
425   * update ChangeLog for 1.7 release
426
427   [ Richard Hughes ]
428   * altos/chaoskey: Add a metainfo for the ChaosKey
429
430  -- Bdale Garbee <bdale@gag.com>  Mon, 24 Apr 2017 18:22:58 -0600
431
432 altos (1.6.8-5) unstable; urgency=medium
433
434   [ Keith Packard ]
435   * altos/lpc,altos/stmf0: Use -n flag to work around link editor issue,
436     closes: #860601
437   * ao-elftohex: Add conditions for skipping ELF sections
438   * ao-tools/ao-flash-lpc: Adapt to current openocd LPC support
439   * altos/telegps: Inherit LDFLAGS from lpc make specification
440
441  -- Bdale Garbee <bdale@gag.com>  Sat, 22 Apr 2017 12:07:57 -0600
442
443 altos (1.6.8-4) unstable; urgency=medium
444
445   [ Keith Packard ]
446   * altos/arm: Align data so that gcc 5.4 doesn't do byte-accesses. Add -Wcast-align
447
448  -- Bdale Garbee <bdale@gag.com>  Wed, 25 Jan 2017 12:22:30 -0700
449
450 altos (1.6.8-3) unstable; urgency=medium
451
452   [ Keith Packard ]
453   * altos/stm: Make ao_usb_set_address static. Saves a bunch of text space,
454     closes: #844816
455
456  -- Bdale Garbee <bdale@gag.com>  Tue, 13 Dec 2016 00:19:44 -0700
457
458 altos (1.6.8-2) unstable; urgency=medium
459
460   [ Keith Packard ]
461   * Update pdclib to version using arm-specific 'ar' program, closes: #838357
462
463  -- Bdale Garbee <bdale@gag.com>  Sun, 02 Oct 2016 17:49:32 -0600
464
465 altos (1.6.8-1) unstable; urgency=medium
466
467   [ Bdale Garbee ]
468   * updates made during 1.6.5 release process
469   * remove debian/ from master branch, it should live only on the debian branch
470   * reinstate debian/ content on the debian branch only
471   * update to latest Debian standards version
472   * update Changelog for release
473
474   [ Keith Packard ]
475   * Switch from GPLv2 to GPLv2+
476   * altos: Add telemetrum v3.0
477   * Bump version to 1.6.5.1 after 1.6.5 release
478   * altosuilib: Show indicator when they switch from invalid back to valid
479   * altos: Add STM32F0 beep and SPI byte API.
480   * altos: Keep telemetry and command output from interleaving
481   * altos: Don't access cc1120 SPI bus during recv after abort has started
482   * fixup for interleave
483   * altos: Expose cc1200 radio test functions for telemini bringup
484   * altos: Don't switch to flight 0 when log fills in flight
485   * altos: Stop building cc1111-based telemini v2.0 firmware
486   * altoslib: Add a 'seconds' method to AltosGPS
487   * altos: Add 'ao_button_get' to button driver
488   * altos: Make telelcotwo control two boxes instead of two pads
489   * altos/stmf0: Hook up clock output support
490   * altos/stmf0: Clean .bin files from flash-loader dirs
491   * altos: Use standard FIPS testing for chaoskey
492   * ao-chaosread: Add --infinite and --bytes options
493   * ao-chaosread: Eliminate double-free when serial match fails
494   * ao-bringup: Test chaoskey using dieharder
495   * ao-bringup: Use released files for chaoskey turnon
496   * Bump to version 1.6.6
497   * ao-bringup: Add colors to chaoskey test result reporting
498   * altos: Flash all LEDS during power on
499   * altos/stmf0: Switch ADC fast to ADC clock
500   * Bump verison to 1.6.7
501   * ao-chaosread: Parse -i and -b options
502   * ao-usbload: Check target device name to avoid mis-flashing
503   * altos/cc1120: remove unused status from ao_radio_fifo_write_stop
504   * ao-bringup: telemega allow serial on command line, loop on accel fail
505   * ao-tools/ao-cal-freq: --verbose option has no parameter
506   * altosui: Deal with connect failure in AltosConfigTD
507   * ao-bringup/turnon_telemetrum: serial on cmd line. Loop on accel fail
508   * ao-tools/ao-usbload: Fix -f flag, remove debug hacks
509   * ao-tools/ao-cal-freq: Re-open usb device each try
510   * Bump version to 1.6.7.1
511   * altos/stm: Make ao_spi_duplex out pointer const
512   * altos/stm: Create funcs to set SPI DMA parameters
513   * altos/stm: Set MISO DMA priority to HIGH to avoid OVR
514   * altos/stm: Set i2c recv DMA to HIGH
515   * altos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGH
516   * Add 1.6.8 release notes
517   * altosui: Don't ship TeleMetrum v3.0 firmware (yet)
518   * Bump version to 1.6.8
519   * Remove pyro wizard file from master
520
521  -- Bdale Garbee <bdale@gag.com>  Mon, 05 Sep 2016 21:02:09 -0600
522
523 altos (1.6.5-1) unstable; urgency=medium
524
525   [ Keith Packard ]
526   * doc: Add install-html script
527   * Bump android version to 13
528   * ao-tools/ao-chaosread: Document length (-l) option
529   * altosdroid: Deal with multiple installed android SDKs
530   * Mark testing version 1.6.4.1
531   * altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too
532   * altos: Block interrupts while waking tasks sleeping on timers.
533   * altos: Move comment in ao_sleep_for next to related code
534   * altos/stm: remove ao_dma_abort
535   * altos/stm: use 0xff for dma mutex value for allocated mutexes
536   * altos/stm: Add more SPI status register bits
537   * altos/stm: Change ao_spi_send_sync definition to take const source
538   * altos: Add STM DMA debugging
539   * altos: Add STM SPI debugging
540   * altos/stm: move spi execution to common ao_spi_run
541   * altos/stm: Clean up spi_enable/disable_index functions
542   * altos/stm: Add better byte-level SPI api
543   * altos/drivers: Use more reliable byte interface for CC1120 reception
544   * altos: Add debug check for irq block when editing task queues
545   * altos: cc1200: use FIFO threshold pin output for APRS buffering
546   * altos: Make ao_delay(0) not wait forever
547   * altos/telemini-v2.0: Remove show tasks command
548   * altos: Make task list output more useful
549   * altos/stm: clean up ao_exti_enable
550   * altos: Leave USB enabled in flight with -DDEBUG=1
551   * altos: Use FIFO_THR pin for cc1120 transmit buffering
552   * Bump to testing version 1.6.4.2
553   * altos/cc1111: Remove 'show tasks' command
554   * Bump to 1.6.5. Add preliminary release notes
555   * Credit Chuck Haskin for helping fix the SPI bug.
556   * doc: Build 1.6.5 release notes
557
558   [ Bdale Garbee ]
559   * switch libgtk-3-bin build-dep to gtk-update-icon-cache, closes: #825455
560   * updating ChangeLog for 1.6.5 release
561
562  -- Bdale Garbee <bdale@gag.com>  Mon, 04 Jul 2016 23:48:50 +0200
563
564 altos (1.6.4-1) unstable; urgency=medium
565
566   [ Keith Packard ]
567   * altos/cc1111: Use SW to drive UART RTS pin
568   * Bump version to 1.6.3.1
569   * altosui/telegps: Ship firmware for new hardware
570   * altosdroid: Check for closed before writing/reading bluetooth
571   * Publish firmware with keithp-fat
572   * Add TeleMega to spec list. Add TeleGPS RF output.
573   * altoslib: Switch distance from m/ft to km/miles for large values
574   * altoslib: Remove some debug printf calls
575   * altosuilib: Rate limit map loading pacifier updates
576   * altoslib: Allow map preloading to be aborted
577   * altosdroid: Rate limit map loading pacifier
578   * altosuilib: Don't flicker missing voltages when changing units
579   * doc: Start update for 1.6.4
580   * altoslib: Clean up map file and url handling
581   * altosdroid: make disconnect stick past pause/restart
582   * altoslib: Get rid of AltosMap from AltosMapLoader
583   * telegps: Adapt to distance units switching changes
584   * Bump android app version
585   * Bump java library versions
586   * Automatically run 'git submodule update' if necessary
587   * altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds
588   * altoslib: Store common frequencies in library version-independent form
589   * altoslib: Store saved state in version-independent format
590   * altoslib: Allow empty values in AltosHashSet representation
591   * altoslib: Set version and log space from AltosIdleFetch
592   * altoslib: Add log_space to AltosState
593   * altoslib: Add AltosIdleReader
594   * telegps: Use log_space when flight_log_max is missing
595   * telegps: Add monitor idle mode
596   * altoslib: use miles for distances > 1000ft.
597   * altosuilib: Have map preload respond to units and font size changes
598   * altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
599   * doc: pad/idle indicator table was busted
600   * altosuilib: Fill preload map on site or lat/lon change
601   * altosuilib: Only display map debugging when serial_debug is enabled
602   * telegps-v1.0: Document how SN 1959 was fixed
603   * stmf0: Clear all USB state when resetting chip. Wakeup all sleepers
604   * stmf0: Do not send more data than requested for GET_DESCRIPTOR
605   * altos/lpc: Handle USB reset by resetting internal state
606   * altos/stm: Handle USB reset in STM32L usb driver
607   * altos/cc1115l: Reduce trace buffer size
608   * altos/stmf0: Rework the sram allocation to save a few text bytes
609   * altos/stmf0: Remove ao_usb_free
610   * altosdroid: Auto save freq changes on 'ok'
611   * altosui: Remove missing items from --summary output
612   * altosuilib: Track open frames, exit when none remain
613   * altosui: Don't open command window when --graph is provided
614   * doc: Updates to 1.6.4 release notes.
615   * altoslib: Switch preserved state format to JSON
616   * altoslib: Remove AltosHashSet code
617   * altoslib: Add null constructors to AltosQuaternion and AltosRotation
618   * altoslib: Add JSON-based object saving/restoring code
619   * altoslib: Use reflection JSON code for frequency preferences
620   * altoslib: Improve AltosState save/restore debugging
621   * altoslib: Get rid of manual JSON encoding stuff
622   * altoslib: Add null constructor for AltosCompanion
623   * altoslib: Add construction for remaining primitive array types to JSON
624   * altoslib: Add back some JSON exception debugging printfs
625   * altosui: Print filename before attempting to parse in --summary mode
626   * altoslib: Stop reflective JSON class walk at Object instead of null
627   * Bump version to 1.6.4
628
629   [ Bdale Garbee ]
630   * process updates made during 1.6.3 release cycle
631   * extend "ok" temp range to 40C, since battery charger on bench can drive temp above 35C at times in Bdale and Robert's production testing
632   * releasing 1.6.4
633
634  -- Bdale Garbee <bdale@gag.com>  Fri, 17 Jun 2016 10:02:32 -0600
635
636 altos (1.6.3-1) unstable; urgency=medium
637
638   [ Keith Packard ]
639   * Releasing: Copy TeleMega v2.0 bits to Binaries
640   * src/chaoskey-v0.1: Add HV enable support
641   * altos/chaoskey: Add support for flipping between raw and cooked bits
642   * altos/chaoskey: Delay ADC reading for 250ms at startup
643   * altos: remove blank line in stmf0/ao_timer.c
644   * altos/stmf0: Allow projects to specify non-default stack size
645   * altos: Add power management APIs
646   * altos/stmf0: Add suspend/resume support
647   * altos: Allow USB drivers to skip CDC-ACM -specific descriptors
648   * altos: Add power management to TRNG driver
649   * altos/chaoskey-v0.1: Add power management and change USB classes
650   * altos: Delay TRNG ADC long enough for HV supply to stabilize
651   * altos: Add simple stats test to TRNG code
652   * altos/stmf0: Add missing ao_gpio.c
653   * altos: Another fix for non CDC-ACM devices
654   * altos/stmf0: Fix location of device_id register
655   * altos/chaoskey: Encode both hardware and software versions in product ID
656   * altos/stmf0: Use device ID as usb serial number if requested
657   * altos/chaoskey: Use SoC device ID as serial number
658   * altos/chaoskey: Add another USB endpoint to read raw data
659   * altos: Add ChaosKey v1.0 product
660   * ao-bringup: Switch to v1.0 for chaoskey
661   * ao-tools: Add ao-chaosread
662   * altos/stmf0: Fix build without second USB IN endpoint
663   * libaltos: jni_md.h moved to linux subdir in Java install
664   * libaltos: Add unistd.h to get defines for various syscalls
665   * altos: Expose fast timer API from kernel/
666   * Change how we detect and install java
667   * ao-tools/ao-dump-up: Remove spurious flight state strings
668   * ao-tools/lib: Remove trailing whitespace from ao-elf.c
669   * ao-tools/lib: Add ao_hex_image_cat function
670   * ao-tools: Add ao-makebin
671   * altos/stmf0: Construct .bin files for flash loaders
672   * ao-bringup: Use dfu-util to install flash loader on chaoskey
673   * libaltos: Add Windows BT support. Split into separate source files.
674   * altosui: Delay between polling for igniter status in Fire Igniters
675   * altosuilib: Note that Windows now supports Bluetooth
676   * libaltos: Fix warning in linux libaltos code
677   * altoslib: use env var LAUNCH_SITES to override default URL
678   * altosuilib: Control map debugging output with Serial.debug
679   * altosui,telegps: Do not allow radio calibration to be edited
680   * altos/stm: Run scheduler code on interrupt stack
681   * altos/stm: Validate current task SP in interrupt by looking at PSP
682   * altos/stm: Allow apps to define different stack size
683   * altos/lpc: Add fast timer
684   * altos: Add one-byte SPI output routine for LPC and STM cores
685   * altos: Allow for flight hardware without any ADC values
686   * altos: Add Detherm log format (easymini without ADC)
687   * altos: Use mini logging for detherm, just without ADC
688   * altos/stmf0: Add SPI driver.
689   * altos/stmf0: Support HPE clock source
690   * doc: Note that EasyMega and TeleMega report A-D continuity
691   * altos: Add detherm product
692   * altos/stmf0: Add pwm and exti drivers
693   * altos: Add ao_gpi_set/clr_bits functions
694   * altos: Add easy mini plotting helper in test code
695   * altos/detherm: Add ms5607 to detherm
696   * altos/detherm: Add servo driver
697   * altos: Support telefire products in cc1200 driver
698   * altos: Add pad support for new telefire versions
699   * altos: telefiretwo-v0.1 bits
700   * altos: Allow for pad boxes with different sensor configurations
701   * altos: Support pad/lco boxes with fixed box numbers
702   * altos: Add TeleLCOTwo firmware
703   * altos: Fix telefiretwo .gitignore
704   * altos: Add ao_lco_two.c; alternate LCO interface code
705   * altos: Use simpler debounce logic for buttons
706   * altos/telelcotwo: Add idle timeout
707   * Add TeleFireTwo v0.2 project
708   * altos/stmf0: Fix external interrupts
709   * altos/telefiretwo-v0.2: Change alarm names in comment
710   * altosdroid: Don't set target location if lat/lon is MISSING
711   * altoslib: Add debugging to AltosPreferences.state() etc
712   * altoslib: Make AltosGPSSat implement Serializable
713   * altoslib: switch from keySet() to keys() in altos map tiles
714   * altos: avoid mixed declarations and code in ao_task.c
715   * Update java library version numbers
716   * AltosDroid play store keys have moved, update configure.ac
717   * Prepare for new Android release by updating version number
718   * libaltos: Fix for Mac OS X El Capitan
719   * Add preliminary 1.6.3 release notes
720   * altosdroid: Can only use message once
721   * Bump version to 1.6.3
722   * altosdroid: Track device location in app, not telemetry service
723   * altosdroid: Redraw offline map when my location changes
724   * altosdroid: Run even without Bluetooth
725   * altoslib: Use feet per second for imperial speed
726   * altoslib: Report exceptions caught while opening launch sites URL
727   * altoslib: Don't try to drag lines around until map is loaded
728   * Debug bits for telebt
729   * altos: Use TXE instead of TC for serial on STM32l
730   * altos/stm32l: Add support for software-driven HW flow control
731   * altos/telebt-v3.0: Flip CTS/RTS pins for BT module
732   * altos: Clear packet queue when starting packet master
733   * altosdroid: Add idle mode monitoring, reboot. Start igniters
734   * altosdroid: Split setup functions to separate dialog
735   * Fix key in AndroidManifest.xml.in
736   * altosdroid: Add configurable frequency set
737   * altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
738   * doc: Add idle mode info to 1.6.3 release note
739   * Revert "altos/stm: Run scheduler code on interrupt stack"
740   * altosdroid: max height is a height, not a speed
741   * altoslib: Correct stats for flights without a real landing
742   * altoslib: Flush during set_state. Don't store listener state.
743   * publish AltosDroid in keithp-fat target
744   * altoslib: Deal with TeleMetrum v2.0 MMA6555 being inverted
745   * altos: Make sure AO_MMA655X_INVERT is declared where needed
746   * doc: Update AltosDroid chapter for 1.6.3
747   * doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes
748   * micropeak: Change order of windows install so that java detect works
749   * altoslib: Fix map preloading callbacks, run in separate thread
750   * windows: Change install to look for browser in a different place
751   * Ignore some built files for 1.6.3
752
753   [ Robert Garbee ]
754   * fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
755
756   [ Bart Massey ]
757   * Clean up stmf0 adc init.
758   * altos: Fixed timing of panic display LED to be readable
759
760   [ Justin Vreeland ]
761   * Fix java class differing only by case
762
763   [ Bdale Garbee ]
764   * add beep to TeleMega turnon script
765   * releasing 1.6.3
766
767  -- Bdale Garbee <bdale@gag.com>  Fri, 06 May 2016 18:14:11 -0600
768
769 altos (1.6.2-1) unstable; urgency=medium
770
771   [ Bdale Garbee ]
772   * process updates from 1.6.1 release
773   * move turnon_teledongle to new cal-freq code
774   * add a paragraph about TeleBT battery charging to AltosDroid chapter in documentation
775   * turnon script for TeleBT v3.0
776   * apply wrap-and-sort to control files
777   * add automatic Bluetooth functionality check to turnon_telebt
778   * new build dependency on asciidoc
779   * now building for m4, too
780   * modify bringup scripts to handle TeleMega v2.0
781   * modify release procedure to reflect Keith setting version in confgure.ac
782   * submodule madness
783   * one more time, with feeling .. this time, I've updated pdclib
784   * update Changelog from git log
785
786   [ Keith Packard ]
787   * altoslib: Add companion telemetry data support
788   * ao-telem: Add companion packet telemetry data printing
789   * altos: Add HAS_COMPANION to new boards with companion connectors
790   * altos/telefire: No reply for ARMED. Ignore time for FIRE.
791   * altos: Provide direct segment driving interface for LCD displays
792   * altos/telelco: Infrastructure changes for drag racing
793   * altos/telelco: Add drag race UI
794   * altoslib: Hide 'state' member and use accessor function
795   * altoslib: Rotation off by factor of two
796   * altos/telelco: Adjust drag race UI
797   * altosdroid: Add minus sign and decimal point to lat/lon input fields
798   * altosuilib: In display thread, set new state synchronously
799   * altoslib: Make sure .eeprom download file is flushed on exception
800   * Bump release number to 1.6.1.1
801   * altoslib: Clean up remaining direct AltosState.state users
802   * altoslib: Keep downloading when a parse error occurs
803   * Create directory on keithp.com when uploading devel version
804   * telelco: Fix pad reset to one on radio signal loss
805   * doc: Force FOP to read images from doc directory
806   * doc: Start doc transition to asciidoc
807   * doc: Add asciidoc telemini v1.0
808   * doc: Lots more conversion from docbook to asciidoc
809   * doc: Add asciidoc version of altosui chapter.
810   * doc: Add asciidoc version of Altos Droid manual
811   * doc: Add updating firmware and using am products asciidoc bits
812   * doc: Add titles to all figures
813   * doc: Finish converting docs to asciidoc format
814   * doc: Convert AltOS doc to asciidoc
815   * doc: Convert telemetry and companion docs to asciidoc
816   * doc: Minor makefile cleanups
817   * doc: Switch to free fonts. Publish fonts with docs.
818   * doc: Place html book contents on left side of page with separate scrollbar
819   * doc: Split revhistory to separate file for html docs
820   * doc: Get images and tables all centered and labeled
821   * doc: Make pdf titles less ridiculously large
822   * doc: verbose mode for a2x
823   * altosui: telemini outline pdf changed name
824   * doc: Add product logos to books
825   * Break out common pieces from TeleGPS and AltusMetrum
826   * doc: Reformat 'Using MicroPeak' section
827   * doc: Provide more actual links instead of just chapter names
828   * doc: Move pad beeps table to usage chapter
829   * doc: Reformat html versions a bit
830   * doc: Split out EasyMini into a separate manual
831   * doc: Try a different trick for asciidoc build issues
832   * doc: Construct html index for documentation
833   * doc: Remove some bogus bits from am.css
834   * ao-tools/ao-dbg: Stop using sigvec
835   * altos: Add TeleMega v2.0, including PWM driver
836   * altos: Get stm32l pwm driver working
837   * altos: Set AO_PWM_TIMER_SCALE for telemega-v2.0
838   * Switch TeleMega v2.0 to CC1200 radio chip
839   * altos: Insert inter telemetry-packet delay
840   * Elide pyro channel information from EasyMini docs
841   * Elide flight computer info from APRS section of TeleGPS manual
842   * altoslib: Remove debug message from AltosMap
843   * Update java library versions
844   * Add release notes for 1.6.2
845   * altos: Set TeleMega v2.0 PWM to support servos
846   * altos: Switch PWM constants to end up exposing Âµsec
847   * Bump version to 1.6.2, altosdroid to 10
848   * doc: Update copyright year in altusmetrum doc
849   * doc: fix typo in using external active switch circuit section
850   * doc: Remove telemini v2.0. Add telemega v2.0
851   * doc: Remove extraneous 'first off' from legal paragraph
852
853  -- Bdale Garbee <bdale@gag.com>  Sun, 10 Jan 2016 19:11:18 -0700
854
855 altos (1.6.1-1) unstable; urgency=medium
856
857   [ Bdale Garbee ]
858   * swap names so v3.0 is the default TeleDongle version to turn on
859   * add debian branch spec to vcs-git: line in control so Debian tools work right
860   * changelog for 1.6.1 release
861
862   [ Tom Marble ]
863   * Minor typo in man page
864   * Added continuous output option to ao-usbtrng
865
866   [ Keith Packard ]
867   * altos/stmf0: Add ao_crc_stm.c
868   * altos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
869   * altosui: Run all igniter status requests from non-GUI thread
870   * altosuilib: Detect pair programming by product name, not USB id
871   * ao-bringup/turnon_telemini: Detect which programmer to use by $USER
872   * altos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
873   * altos/cc1200: Adjust bit-sync configuration
874   * altos: Remove some accidental debug printfs from ao_packet.c
875   * ao-bringup: Changes for telebt for keith's hacking
876   * altosdroid: Lots of bluetooth connection changes
877   * altosdroid: Explicitly disconnect BT on termination or 'disconnect'
878   * altosdroid: Only speak when GUI is running
879   * altosdroid: Missing file: DeviceAddress.java
880   * altosdroid: Ignore automatic tab changing while activity is saved
881   * altos: Allow software to offer other USB interface classes than CDC
882   * altos/stmf0: Fix fast ADC interface
883   * altos/stmf0: Typo in ao_crc_stm.c
884   * altos/stmf0: Allocate USB buffers at startup
885   * altos: Create chaoskey product
886   * altos: Add chaoskey flash loader
887   * altos/usbtrng: Split out random number generating code to separate driver
888   * altos: Make APRS format (compressed/uncompressed) configurable
889   * altosui/telegps: Add config option for APRS format
890   * altoslib: Round frequency when configuring radio
891   * ao-tools: Add ao-flash-stm32f0x
892   * altos: Wait for BT disconnect before sending command
893   * altos: Missing pad field in TMv2 data packet
894   * altosui/telegps: Change from variable-units snuck into master
895   * altosdroid: Deal with bluetooth connection failures better
896   * doc: Update telemetry docs to include new packet formats
897   * altos: Add .gitignore for chaoskey
898   * altos: Build chaoskey by default
899   * altos: Add makefile for chaoskey flash loader
900   * altos/stmf0: Need ao_exti.h for pin configuration
901   * altosui: Add map to MonitorIdle display
902   * ao-tools/ao-mega: Clean up formatting of pyro status messages
903   * altos/test: Make aprs test code compile again
904   * altos/test: Support old telemega eeprom file formats in ao_flight_test
905   * ao-tools/ao-list: Show devices that have no TTY
906   * altos: Add the ability to configure a different USB vendor ID
907   * altos/chaoskey: Set USB VID/PID to 0x1d50/0x60c6
908   * altos/stmf0: Have fast ADC ring buffer code use wrap-around
909   * icon: Convert windows stub into launcher program
910   * windows: Use new windows stub to launch applications
911   * altosdroid: Add USB support for TeleDongle/TeleBT
912   * altosdroid: Fix tab label height problems
913   * altoslib: Use Locale.ROOT for KML export
914   * altoslib: Expose locale and non-locale floating point parsing functions
915   * altosui: Remove un-implemented --fetchmaps argument
916   * ao-dump-up: Add --wait option to make testing ÂµPusb easier
917   * doc: Clarify what 'after motor' means
918   * altos: Support 32MHz xtal on cc1200
919   * microsplash: Add 'publish' target to Makefile
920   * micropeak: Use fast load mode by default in -load script
921   * Flip version to 1.6.0.2
922   * altoslib: Create display-independent map support code
923   * telefire: Make 'good' RSSI value configurable
924   * altos: Only set CMAC RSSI value on valid packet received
925   * telefire: Report telefire battery voltage over telemetry link
926   * altos: Add telelco v0.3 (v0.2 with cc1200 instead of cc1120)
927   * altos/telelco: Display telefire battery voltage
928   * altos/telelco: Show box voltage with pad knob instead of firing button
929   * altoslib: Build AltosVersion.java in configure.ac
930   * altoslib: Get new abstract mapping code compiling
931   * altoslib: More frobbing with new map bits
932   * altoslib/altosuilib: Update library version to 7
933   * altoslib/altosuilib: Get new Map display code running in altosui and telegps
934   * altosuilib: Add AltosUIImage.java
935   * altosuilib: Use new map code for map preload UI
936   * altosuilib: Remove old map bits
937   * altosuilib: Get rid of AltosUIVersion.java
938   * altosdroid: Add offline map tab
939   * altosdroid: Move pause before reopening bluetooth into connec thread
940   * altosdroid: Centralize debug printf code
941   * altosdroid: Place icons on screen instead of drawing path
942   * altoslib: Add AltosLaunchSite bits
943   * altosuilib: Use altoslib site list loader
944   * altoslib: Start with map empty
945   * altoslib: Provide toString method for AltosLatLon
946   * altoslib: Add map loading helper class
947   * altosuilib: Switch to altoslib map loading code
948   * altosuilib: Get rid of AltosUIMapNew.set_load_params
949   * altosuilib: Eliminate extra MapCache in AltosUIMapPreloadNew
950   * altoslib: Pass all map loader params to set_load_params
951   * altosdroid: Add map types and map preloading UIs
952   * altosdroid: Look for zipalign in the new place too
953   * altosdroid: Disable debug output on release builds
954   * altosdroid: Save selected map type in AltosDroid object
955   * altosdroid: Add 'Current Location' as an option when preloading maps
956   * altosdroid: Split out AltosMapView into separate file
957   * altosdroid: Missing call to super.onDetach from TabMapOffline
958   * altosdroid: use 'show' to set new tab contents in onResume
959   * altoslib: Require 'debug' hook in AltosMapInterface
960   * altosdroid: Switch from custom title to standard Holo theme
961   * altosdroid: Highlight age in red when older than 10 seconds
962   * ao-tools: Create ao-cal-freq
963   * ao-bringup: Use new ao-cal-freq program for cal-freq script
964   * ao-bringup: Do telegps freq cal before testing GPS
965   * ao-tools: Add missing ao-cal-freq man page
966   * altoslib: Add preferences for saving/restoring multiple flight states
967   * altosdroid: Add multi-tracker support
968   * altosdroid: Note recent changes
969   * altosdroid: Resource changes needed for multi-tracker mode
970   * altoslib: Set product for idle monitor
971   * altoslib: Let the application disable the link cancel dialog
972   * altoslib: Expose public function to set state.product
973   * altoslib: Remove debug output from AltosMap
974   * altosuilib: Show state.product if state.device_type isn't set
975   * altosuilib: Create grid-bag helper functions in AltosUIFrame
976   * micropeak: Update mac/windows FTDI drivers
977   * telegps: use new AltosUIFrame constraint helper
978   * ao-bringup: Fail turnon_easymega if accel cal fails
979   * ao-bringup: Use local versions of tools instead of /usr/bin for turnon_easymega
980   * ao-bringup: Make turnon_easymega run without 'make install'
981   * altoslib/altosuilib: Fix equals methods, add hashCode
982   * altoslib: Clean up map tile removal
983   * altosuilib: Allow for no transform in map mouse wheel function
984   * altosdroid: Switch trackers automatically when changing freq or baud
985   * altosdroid: Remove debug
986   * altosdroid: Support for sorting rockets by age
987   * altosdroid: Stack map markers with newest rocket on top
988   * altosdroid: Multiple tracker support for google maps
989   * altoslib: Add set_zoom_centre to AltosMap
990   * altosuilib: Use AltosMap set_zoom_centre instead of in-line version
991   * altosdroid: Use AltosMap set_zoom_centre
992   * altosdroid: Show receiver battery voltage in the 'pad' view
993   * altosdroid: Add map source preference
994   * altosdroid: Display online/offline maps in same tab
995   * altosdroid: Get rid of on-line only maps tab
996   * altosdroid: Select tracker by clicking on map
997   * altosdroid: Switch to four tabs (pad/flight/recover/map)
998   * altosdroid: Allow tracker selection from online map widget
999   * altosdroid: Mark four-tab change done
1000   * altosdroid: Fix line drawing to old tracker location
1001   * altoslib: Use a longer filter for descent values
1002   * altosdroid: Show direction to target in recover tab
1003   * altosdroid: Define strings for the tab names
1004   * altosdroid: Change voice output around
1005   * altoslib: Typo slipped into AltosState.java
1006   * altosdroid: Make sure whole flight state is spoken even when no-one is moving
1007   * altosdroid: Make sure flight voice output always starts with 'speed'
1008   * altosdroid: Mark tab-dependent voice output as done
1009   * altosdroid: Update version numbers in manifest
1010   * Bump version to 1.6.0.3
1011   * altoslib: Fix replay to run in realtime again
1012   * altosdroid: Display direction in map view
1013   * altosdroid: Class of offline map view widget changed
1014   * altoslib: Don't crash if dragging a map view without any tiles
1015   * altos/telebt-v3.0: Report battery voltage correctly
1016   * altoslib: Support TeleBT v3.0 battery voltage conversion
1017   * altosuilib: Receiver battery voltage lives in listener_state
1018   * altosui: Correctly show/hide receiver battery value
1019   * telegps: Add receiver battery to Status display
1020   * altoslib: Make AltosMap floor/ceil static. Check transform in paint
1021   * altoslib: Make earth size constants public
1022   * altoslib: Limit simultanous map tile downloads to 128
1023   * altoslib: Convert longitude from distance in AltosMapTransform
1024   * altoslib: Preload maps based on distance rather than number of tiles
1025   * altosdroid: Keep speaking even when screen is off
1026   * altosdroid: Pop up menu of nearby trackers on map click
1027   * altosdroid: Remove a debug line in AltosVoice
1028   * altosdroid: Don't disconnect from bluetooth onStartCommand
1029   * altosdroid: Add other igniter status, various other layout changes
1030   * Generate Android version info from configure.ac
1031   * altosdroid: Note time at startup to avoid flipping trackers
1032   * altosdroid: Add 'Auto' to map tracker list
1033   * altosdroid: Clean up tab layout
1034   * altosdroid: Cleanup Makefile.am
1035   * Bump version to 1.6.0.4 (android version 8)
1036   * doc: Update for 1.6.1
1037   * Bump configure.ac versions to 1.6.1
1038   * Bump Java library versions
1039
1040   [ Robert Garbee ]
1041   * add beep when test completes
1042
1043  -- Bdale Garbee <bdale@gag.com>  Thu, 16 Jul 2015 13:38:22 -0600
1044
1045 altos (1.6-1) unstable; urgency=medium
1046
1047   [ Keith Packard ]
1048   * altoslib: Stop re-loading previous flight when starting telemetry monitoring
1049   * telegps: Was mis-configuring the 'Configure Device' dialog
1050   * altos: Fix ability to disable telemetry by setting interval to 0
1051   * altos/test: Add TMv2 test program to .gitignore
1052   * altos: Add smaller altitude table file to .gitignore
1053   * altos: Make sure we don't beep out continuity twice in idle mode
1054   * altosui: Ignore built .desktop file
1055   * ao-bringup: Use C version of test-flash for telegps
1056   * ao-tools: Add ao-test-gps program
1057   * ao-bringup: Use C version of ao-test-gps in test-telegps
1058   * ao-tools/ao-test-gps: Improve output formatting
1059   * ao-tools/ao-test-igniter: Remove bogus printf
1060   * ao-bringup: Improve igniter testing. Add TeleMega and TeleMetrum testing.
1061   * Mark master branch as past the 1.5 point
1062   * altosdroid: Update version code and name for 1.5
1063   * altosdroid: Automatically sign the released version if the key is available
1064   * altosui: Fix --replay to run in realtime after boost
1065   * altosui: Bring up main window when doing --replay or --graph
1066   * altosdroid: Update notebook to reflect current status
1067   * altos: Make sure we drop the SPI mutex when aborting cc1120 recv
1068   * ao-bringup: Auto-select programmer for teledongle turnon
1069   * altos: Handle antenna down in ao_flight_test
1070   * altosui: Check for map and stats table when changing units/fonts in graph
1071   * altos: Record 32-bits for gyro calibration values
1072   * altoslib: Deal with new Mega log format that has 32-bit gyro cal
1073   * altosui: Update 'Imperial Units' checkbox when units change
1074   * altoslib: Compute tilt angle from eeprom data
1075   * altos: Fix syntax error with ao_log_mega change.
1076   * altos: Copy cc1120 driver to cc1200 driver and hack a bit
1077   * altos: Add prototype TeleDongle v1.9 code
1078   * altoslib: synchronize access to serial debug output list
1079   * altosuilib: Try to detect the architecture when loading JNI lib
1080   * ao-tools/ao-send-telem: Add verbose, fake and rate options
1081   * altos: Mark STM ao_spi_send as taking const pointer
1082   * altos: Expose telemetry altitude macros even without GPS
1083   * altos: Complete cc1200 driver
1084   * altos/teledongle-v1.9: Add remaining code to complete the project
1085   * altos: Sort out ao_gps_print altitude fetching
1086   * altos: Increase PQT value for cc1200 improving sensitivity
1087   * altos: Build TeleDongle v1.9 by default
1088   * altos: Remove old AO_SEND_ALL_BARO bits
1089   * altos: Perform cc1200 calibration less often. Tweak radio params
1090   * altos: Fix up telemetry delay computations
1091   * altos: Increase CC1200 SPI data rate to 8MHz
1092   * altosui: Pop up 'Connecting' dialog during Monitor Idle
1093   * altos: Rename microwater to microsplash
1094   * Move teledongle 1.9 to 1.8; there's a new 1.9
1095   * altos: Declare port register type only in arch header
1096   * altos: Stop attempting to ramp power on CC115L
1097   * altos: Use AO_SPO_SPEED_FAST for CC1200
1098   * altosuilib: GPS errors are recorded in floating point, not integers
1099   * altos: Use other TeleDongle LED for CRC-invalid packet reporting
1100   * altos/lpc: Declare SPI send parameters as const
1101   * altos/lpc: Disable JTAG when using pins for GPIO
1102   * altos/teledongle-v1.9: Switch to NXP processor as on prototype boards
1103   * altos: Reset interrupt flags before TX in CC1200 driver
1104   * altoslib: Missing headers for mag sensor in CSV output
1105   * altoslib: Make AltosState serializable
1106   * altosdroid: Don't display MISSING flight number
1107   * altoslib: Add getBytes/putBytes interface to AltosPreferencesBackend
1108   * altosdroid: TabMap needs to expose () constructor
1109   * altoslib: add AltosPreferences state save/restore interfaces
1110   * altosdroid: Save AltosState and restore at startup
1111   * altosdroid: East and West were flipped in all GPS output
1112   * Add AltosDroid release note for version 1.5
1113   * altos/microsplash: fix .gitignore to ignore resulting binary
1114   * altosui: Remove duplicate AltosUIPreferencesBackend.java
1115   * altos: Allow TeleMega to be built without MPU6000
1116   * altos/teledongle-v1.8: Make this the same as teledongle v1.9
1117   * altos/cc1200: Wait for packet to be placed in FIFO during receive
1118   * altos/cc1200: Open up preamble detect to improve sensitivity
1119   * altos/cc1200: With PQT wide open, we can't use PQT_REACHED for start
1120   * altoslib: Add usbtrng, usbrelay and mpusb USB ids
1121   * micropeak: Support ÂµPUSB with our own USB ids
1122   * ao-bringup: Clear pending output before setting frequency.
1123   * altos: Document cc115l power measured at RF setting 0x03 as -31.75dBm
1124   * altos: Adjust CC1200 RSSI reporting value
1125   * altos/lpc: Switch LPC SPI driver to interrupt-driven
1126   * Set version to 1.5.9.1
1127   * altos: Get rid of some accidental debug code
1128   * altos/lpc: Fix double-buffered USB changes
1129   * altos: Add support for TeleBT v3.0
1130   * altos: Initial STMF04x support
1131   * altos: USBtrng v2.0 hardware bringup
1132   * altos: Add self-flash support for STM32F042 processor
1133   * altos: Add flash-loader to usbtrng-v2.0
1134   * ao-tools: Add --wait option to ao-usbload
1135   * altos/stmf0: Fix linker scripts to make ao_boot work
1136   * altos/stmf0: Add faster USB path
1137   * altos/stmf0: Add ADC and DMA APIs
1138   * altos/usbtrng-v2.0: Add random output command
1139   * altos/stm: Fix typo in stm32l.h
1140   * ao-tools: Add ao-usbtrng to dump RNG data for testing
1141   * altos/stmf0: Remove remaining stm32l bits from stm32f0 code
1142   * altos/stmf0: Add CRC driver
1143   * altos/usbtrng-v2.0: Use stmf042 hardware CRC unit
1144   * altos/stmf0: Re-implement fast ADC code for stmf0
1145   * Oops, forgot the TeleBT-v3.0 Makefile
1146   * And, also add the TeleBT v3.0 flash loader Makefile
1147   * altos/stm: Add ability to delay STDIO usage for serial ports
1148   * altos/btm: Add fancier debug. Pull serial reset port low.
1149   * altos: Always include a check for stdio overflow
1150   * altos/telebt-v3.0: Fix stdio setup for BTM
1151   * altos/telebt-v3.0: Turn red LED off after initialization
1152   * altos/stmf0: Support PA11/PA12 remapping
1153   * altos/usbtrng-v2.0: Select PA11/PA12 mapping config value
1154   * altos/telebt-v3.0: Add monitor bits
1155   * altos/telebt-v3.0: Set initial radio cal to a sensible value
1156   * altos: Rename teledongle-v1.9 as teledongle-v3.0
1157   * ao-bringup: Add turnon_teledonglev3
1158   * Revert "altos/lpc: Fix double-buffered USB changes"
1159   * Revert LPC usb performance improvements
1160   * altos/teledongle-v3.0: Shrink stacks to 320 bytes to fit in ram
1161   * altos/easymini-v1.0: Shrink stack to deal with USB changes
1162   * altos/lpc: Clean up USB endpoint access functions
1163   * altos/lpc: Double buffer USB data transfers
1164   * Update docs for 1.6
1165   * libaltos: Use more SetupDi API to get Windows 7 listing devices
1166   * Add 'keithp-fat' target for uploading temporary builds to keithp's machine
1167   * windows: Look for current Java version in \SOFTWARE\Wow6432Node
1168   * micropeak: Fix file association registry install on Windows
1169   * micropeak: Support both FTDI and Altus Metrum USB IDs
1170   * micropeak: Install Windows AltusMetrum driver bits
1171   * altosuilib: New teledongle and telebt devices are not pair-programmed
1172   * Package TeleDongle-v3.0 firmware with TeleGPS and AltosUI apps
1173   * altoslib: Store MS5607 data in AltosConfigData for use by AltosMs5607
1174   * altosuilib: EEProm download from TeleGPS doesn't have states
1175   * altosuilib: Don't show 'Sats in view' for TeleGPS eeprom graphing
1176   * altoslib: Support TeleGPS for Monitor Idle
1177   * altoslib: Use 'stateless' for Monitor Idle
1178   * altoslib: Initialize GPS data to MISSING for Monitor Idle mode
1179   * altos/drivers: Increase SPI speed of CC115L to 6MHz
1180   * altos/lpc: Give up on interrupt-driven SPI driver
1181   * altos: Separate out ao_tracker force from dbg
1182   * Update version 1.6 release notes with more bug fixes
1183   * altos: ao_packet_getchar needs to return 'int' so AO_READ_AGAIN works
1184   * altosui: Remove the dregs of AltosDroid load-old-telem code
1185   * altoslib: Mark listener as 'not running' on EOF.
1186   * altosuilib: Wait for product data while scanning
1187   * altoslib: Drop telemetry packets processed while monitoring is disabled
1188   * altosuilib: Reset telemetry state after processing it
1189   * altoslib: Clear saved TelemetryReader state instead of resetting in ScanUI
1190   * altosuilib: Set the icon and title of the telemetry scanning dialog
1191   * doc: update 1.6 release notes with recent bug fixes
1192   * altosuilib: Get the Eeprom download progress bar working again
1193   * altosuilib: Don't offer to graph some GPS details that TM doesn't log
1194   * Bump java library versions
1195
1196   [ Bdale Garbee ]
1197   * updated to reflect changes from 1.5 release
1198   * reflect filename changes in LLC repo
1199   * store cal value correctly even when we didn't need to change it
1200   * document pyro current limits in an appendix
1201   * improve test procedures for TeleMega
1202   * document addition of TeleDongle to the set of ARM targets to save binaries for
1203   * update ChangeLog for release
1204
1205  -- Bdale Garbee <bdale@gag.com>  Sat, 07 Feb 2015 22:40:49 -0700
1206
1207 altos (1.5-1) unstable; urgency=medium
1208
1209   [ Bdale Garbee ]
1210   * notes updated for TeleGPS and 1.4 release learnings
1211   * make sure to use Google Maps API key for official builds
1212   * need the api key in Bdale's root too
1213   * update Releasing file based on learnings from 1.4.1 release
1214   * Windows sucks, hard .. make sure filenames are legal in .mdwn files
1215   * note need to push the updated repo with production binaries during release
1216   * update turnon tools
1217   * change easymega from v0.1 to v1.0, tweak to build on master, add to Makefile
1218   * turn echo back on after accel cal in turnon_telemetrum so rest is easier
1219   * tweaking test scripts
1220   * releasing version 1.5
1221   * updated ChangeLog for 1.5 release
1222   * update changelog for Debian build
1223   * capture deleted file
1224   * more build dependencies for processing icons
1225   * more build dependencies for processing icons
1226   * update ChangeLog
1227   * update changelog for Debian build
1228   * another build dep
1229   * use dh_installmime, which requires telling configure to stay out of the way
1230   * another build dep
1231   * use dh_installmime, which requires telling configure to stay out of the way
1232   * update changelog for release
1233   * update changelog for Debian build
1234   * need multi-arch in fat build
1235   * ignore cal_values file in bringup directory
1236   * updated ChangeLog for release
1237
1238   [ Keith Packard ]
1239   * doc: Add instructions for flash recovery technique
1240   * altos/micropeak: Create a script to load firmware.
1241   * altosui/telegps: Use menus for frequency list and telemetry formats
1242   * altosuilib: Move menu bars into the Mac OS X top bar
1243   * altosui: Fix ground station configure frequency list
1244   * java: Bump java library versions for next release
1245   * altos/micropeak: Add load script template
1246   * Sign our .inf file with the comodo key. Update signing-driver
1247   * Fix java version detection and downloading
1248   * icon: Construct .exe files to hold windows icons for file associations
1249   * windows installer: Create file associations for Windows.
1250   * macosx: Define icons for our file types on OS X
1251   * altosui: Ship TeleMetrum v2.0 firmware with AltosUI
1252   * altosuilib: Hook up apple messages to callbacks
1253   * macosx: Respond to apple messages in all apps
1254   * windows: Missed adding 'refresh-sh.nsh'
1255   * linux: .desktop files must begin with organization name
1256   * Rename icon files to fit XDG specifications. Add file icons. Add mime types
1257   * altosuilib: Wrap radio frequency menu in JMenuBar when used in config
1258   * altos/aprs: Encode last serial number in SSID. Transmit serial in comment
1259   * altosui: Add Ignitor tab to Monitor Idle mode
1260   * altos: Make APRS SSID configurable
1261   * altosui/telegps: Expose configurable APRS SSID
1262   * ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
1263   * ao-bringup: Use the C tools to test EasyMini
1264   * altos: Add optional debugging to print out pyro firing status
1265   * altos/ao_flight_test: Get the Tmega version compiling again
1266   * Bump version to 1.4.1.1
1267   * altosuilib: Make map cache size configurable
1268   * altosuilib: Outline map lines and distance value with white
1269   * icon: Generate altusmetrum.xpm and install it
1270   * altosuilib: Mark 'Configure AltosUI' window with maps key status
1271   * Clean all .desktop files, ignore them too
1272   * Add 1.4.1 release notes
1273   * Add note about including Google maps API key
1274   * altosui: Don't show the tracker motion value when switching units
1275   * telegps: Disable tracker config when not available
1276   * altosui/telegps: Undo the frequency/telemetry menu changes
1277   * altoslib: Disable telemetry while getting config data
1278   * altoslib: Preserve receiver_serial across state reset for new transmitter
1279   * altosuilib: Remove debug printfs from map cache
1280   * altos: ao_rssi subsystem needs to use AO_LED_TYPE instead of uint8_t
1281   * altos: Stop sticking cc1111 firmware in src directory
1282   * altos: Use TeleMetrum v1.9 board for MegaDongle experiments
1283   * altos: Reduce configuration data telemetry to once per 5 seconds
1284   * altos: Add defines for 2400 and 9600 baud telemetry rates
1285   * altos: Add config support for 2400 and 9600 baud telemetry rates
1286   * altos: Call ao_telemetry_reset_interval when telemetry rate changes
1287   * altos/cc1111: Adjust receive parameters to improve sensitivity
1288   * altos/cc1111: Add 2400 and 9600 baud telemetry rate support
1289   * altos: Add 2400 and 9600 baud telemetry support to cc115l driver
1290   * altos: Packet reception tuning for cc1120 driver
1291   * altos: Add telemetry rate support to CC1120 driver
1292   * altos: Rework packet receive for cc1120
1293   * altoslib: Support multiple telemetry rates
1294   * altosuilib: Add telemetry rate to Scan UI
1295   * altosui: Support telemetry data rates
1296   * telegps: Support variable telemetry rate
1297   * Add support for the "kite" micropeak variant
1298   * Bump version to 1.4.9.1 -- on the way to 1.5
1299   * altosui: Hide inactive altimeter configuration entries
1300   * altos/telemini-v2.0: Add memory decorations to new telemetry variables
1301   * altos: Add smaller pa to altitude table for TeleMini
1302   * altos/telemini-v2.0: Enable beep config and radio rate config
1303   * micropeak/altosui/telegps: Fix icon file names
1304   * altoslib: Clean up GPS DOP support in AltosState
1305   * altoslib: Ensure CSV output is consistent
1306   * altosuilib: Add GPS DOP values to graph
1307   * altosuilib: Add GPS DOP values to info table
1308   * altosuilib: Allow for unitless axes in graphs
1309   * altos: Extend GPS altitudes to at least 24 bits everywhere
1310   * altoslib: Handle wide GPS altitude values in eeprom and telemetry
1311   * altos: Scale DOP values by 10 in GPS drivers
1312   * altos: Record pdop value in TeleMetrumV2 log
1313   * altos: Use 32-bits for flight state data (alt/speed/accel)
1314   * altosui: Fix the 'Graph' button on the landed tab
1315   * altoslib: Extend telemetry heights from 16 to 32 bits
1316   * libaltos: Bind to libbluetooth at runtime on demand
1317   * altosui: Don't show bluetooth UI bits on mac/windows
1318   * libaltos: typo in libaltos broke the build
1319   * telegps: Missing function in TeleGPSConfigUI
1320   * altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software
1321   * ao-tools: Add TMv2 and Tgps log formats to cc.h
1322   * ao-tools: Provide altitude to temperature conversion function
1323   * ao-tools: Add a few GPS telem/eeprom constants
1324   * altos: Interrupt radio receive when changing data rate
1325   * altos: Make ao_gps_print deal with telem containing 32-bit altitude values
1326   * altos/test: Build TeleMetrumV2 flight test variant
1327   * altoslib: Parse eeprom 'altitude-32' fields
1328   * Set version to 1.4.9.2
1329   * altosuilib: Fix minor scan UI nits
1330   * linux-fat: Fix up fat linux install icons, mime types and .desktop files
1331   * altoslib: Handle TeleGPS files for KML export
1332   * altos: Have MicroKite just start recording at startup
1333   * altos: Document which TeleFire alarm pins are which
1334   * altos: Report additional pyro channels via beeper
1335   * altosdroid: Add telemetry rate support
1336   * altosdroid: Skip updating hidden UI elements
1337   * altoslib: Parse 'Log fixed:' configuration value
1338   * altoslib: Handle link timeout in AltosDebug.read_memory
1339   * altoslib: Close serial port when AltosFlash fails to detect a target
1340   * altoslib: Improve performance of AltosLib.hexbytes
1341   * altoslib: Remove some debug printfs
1342   * ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry
1343   * Use -ldl when testing whether -m32 and -m64 builds work
1344   * cc1111: Wait for internal flash write to complete
1345   * telegps-v1.0: Provide one log and append to it
1346   * altosui: Make Windows java test "smarter"
1347   * altos: Add telerepeat-v1.0
1348   * Add ao-tools/ao-cal-accel
1349   * ao-bringup: Use ao-cal-accel instead of cal-accel in turnon scripts
1350   * ao-bringup: Test EasyMega boards
1351   * altos: Make sure pyro remains valid during delay
1352   * altosdroid: start restoring from log data on startup
1353   * altoslib: TeleMega telemetry pyro voltages are uint8
1354   * altosdroid: fixup fetching active device address
1355   * altosdroid: Add quit. Restart. Show freq in title.
1356   * altoslib: create logfiles preference object. check link in existing_data
1357   * altosdroid: Add missing preferences backend file
1358   * altosdroid: reload previous log file at connect time
1359   * altos: Don't add AO_LOG_FLIGHT to existing GPS logs
1360   * altoslib: Ignore extra AO_LOG_FLIGHT records from TeleGPS
1361   * altoslib: Catch a couple null pointers in AltosConfigTD
1362   * altosui: Fix 'pad' screen for TeleGPS
1363   * altos/telefire: Add firing length to manual pad command
1364   * altosdroid: Use single object to pass data to UI
1365   * altos: Allow negative values for pyro configuration data
1366   * altosui: Don't mark altimeter dirty when opening pyro panel
1367   * altosdroid: add new TelemetryState.java
1368   * altosdroid: Ignore TelemetryService messages after service shutdown
1369   * altosdroid: Update tab contents before switching
1370   * altosdroid: Add imperial unit support
1371   * altosdroid: Mark completed items as 'done'
1372   * altos: Reduce deviation at 2400/9600 baud
1373   * altoslib: Update local callsign/baud rate when using remote protocol
1374   * altoslib: Increase timeouts when using low baud rate remote protocol
1375   * altos: Scale packet master receive delay by baud rate
1376   * doc: Update for version 1.5 release
1377   * altosui: Include EasyMega firmware in fat release
1378   * Tag version 1.4.9.3
1379   * altoslib: Fix idle monitor parsing of MMA655x state
1380   * altos/easymega: Set USB PID for EasyMega to 0x0028
1381   * altoslib/altosuilib: Add EasyMega support
1382   * altoslib/altosuilib: clean all versions of the .jar file
1383   * icons: Use DESTDIR when updating mime/icon caches
1384   * .desktop: Use %F instead of %f in .desktop files
1385   * configure: Add --disable-install-shared-mime-info option
1386   * altoslib: Stop re-loading previous flight when starting telemetry monitoring
1387   * telegps: Was mis-configuring the 'Configure Device' dialog
1388   * altos: Fix ability to disable telemetry by setting interval to 0
1389   * altos: Make sure we don't beep out continuity twice in idle mode
1390
1391  -- Bdale Garbee <bdale@gag.com>  Sat, 13 Sep 2014 11:33:05 -0600
1392
1393 altos (1.4.1-1) unstable; urgency=medium
1394
1395   [ Keith Packard ]
1396   * Sign our .inf file with the comodo key. Update signing-driver
1397   * Fix java version detection and downloading
1398   * altosui: Ship TeleMetrum v2.0 firmware with AltosUI
1399   * Add 1.4.1 release notes
1400   * Add note about including Google maps API key
1401   * altosuilib: Mark 'Configure AltosUI' window with maps key status
1402
1403   [ Bdale Garbee ]
1404   * notes updated for TeleGPS and 1.4 release learnings
1405   * make sure to use Google Maps API key for official builds
1406   * need the api key in Bdale's root too
1407   * releasing 1.4.1
1408   * update ChangeLog for release
1409
1410  -- Bdale Garbee <bdale@gag.com>  Tue, 24 Jun 2014 21:57:12 -0600
1411
1412 altos (1.4-1) unstable; urgency=medium
1413
1414   [ Keith Packard ]
1415   * Add linux installer script
1416   * Put altusmetrum.svg and micropeak.svg in icon directory
1417   * Move .desktop and icon management out of debian dir
1418   * micropeak: Construct linux install script
1419   * Mark .desktop files as executable
1420   * Re-create drill templates
1421   * doc: Need to publish .svg files as well
1422   * altos: Move balloon flight code to core
1423   * altos: Expose ao_usb_running globally
1424   * altos: Set reasonable accel values when !HAS_ACCEL
1425   * altos: Make balloon code run again
1426   * altos: Create balloon-specific load for TMv2 hardware
1427   * libaltos: Link so with -znoexecstack flag
1428   * Mark development sequence to 1.3.3 by bumping version to 1.3.2.1
1429   * altosui: Retry device enumeration after rebooting for self flash
1430   * Install .desktopfile as _SCRIPTS so they are left executable
1431   * doc: Add separate outline pdf generation
1432   * Add flash loader for stm-demo board
1433   * Re-add LCD bits to stm-demo
1434   * Add USB True Random Number Generator product
1435   * altos: Don't require projects to define PACKET_HAS_SLAVE
1436   * altos: fix building LPC serial support for STDIO
1437   * altos: Fix LPC LED driver
1438   * altos: Missing ao_pins files for usbtrng
1439   * altos: Another missing usbtrng file
1440   * altosui: Hide Tilt Angle values when not available
1441   * Add easymega firmware
1442   * altos: HAS_LED is useless; remove it
1443   * altoslib: Ignore speed/accel after boost when finding maxima
1444   * altoslib: Fix EasyMini voltage computations
1445   * Add easymini turnon script and helpers
1446   * altoslib: Missed a couple of easy mini voltage API changes
1447   * altos: Rename 'core' to 'kernel'
1448   * ao-bringup: Get turnon_telemini working
1449   * ao-tools: Use 'program' command in ao-flash-lpc instead of 'flash'
1450   * ao-tools: Wait for device to become ready instead of failing
1451   * doc: Outline files are now generated, so don't put them in git
1452   * altos: Report battery voltage instead of S at startup
1453   * Bump version to 1.3.3
1454   * doc: Document new voltage beeping at startup time
1455   * altosui: Add ignitor tab for TeleMega extra ignitors
1456   * ao-bringup: Split out easymini test into separate script
1457   * altos: Build TeleBalloon v2.0 by default
1458   * altos: Replace C code attiny async output with inline asm
1459   * altos: Provide stable binaries for MicroPeak
1460   * altos: Fix nanopeak compile
1461   * altosui: Disable flight log configuration while flights are stored
1462   * altos: Add 'microwater' product
1463   * altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
1464   * altosuilib: Make lines in graphs 2 units wide
1465   * altos: Switch beeping to farnsworth spacing
1466   * altosui: Add extra ignitors to graphable objects
1467   * altoslib: Track pyro firing state when reading mega eeprom files
1468   * altosui: Mark TeleMega additional pyro ignitor fired points in graphs
1469   * ao-telem: Dump orientation field from TeleMega sensor telemetry packet
1470   * ao-load: Make ao_sym static to avoid collision with ao-editaltos
1471   * ao-tools: Clean up ao-sym structure an initializers
1472   * altos: For telelco discovery packets, retry 5 times with shorter timeout
1473   * altos: Add configurable beep tone
1474   * altosui: Add configuration UI for beeper tone
1475   * altos: 8051 64 * 16 multiply function was broken for negative 64-bit
1476   * altoslib: Add a comment to remind us to fix the IMU code to deal with calibration
1477   * altoslib: Parse remaining mega AO_LOG_FLIGNT and AO_LOG_GPS_TIME fields
1478   * altosui: Add GPS course, ground speed and climb rate to graphs
1479   * altos: ublox driver always offers course data when it has a fix
1480   * altos: Fix byte offsets in the mega AO_LOG_FLIGHT packets
1481   * altos: Clean up trailing whitespace in ao_pad.c
1482   * altos: Simplify quadrature tracking
1483   * atosui: Hide Callsign and RSSI tabs for devices without a radio
1484   * ao-bringup: test-baro should accept altitudes a bit below sea level
1485   * ao-bringup: Use official binaries for EasyMini turnon
1486   * altos: Add LED test command to pca9922 driver
1487   * altos: Report amount of program space available in the version command
1488   * altos: Assume all LPC products will have 32KB of flash
1489   * altos/stm: Use flash address of boot loader instead of 0x0
1490   * altos/stm: White space fix in ao_boot_pin.c
1491   * altos/stm: Figure out available flash space based on chip id registers
1492   * altos/stm: Use #define'd constants for GPIO register addresses
1493   * altos/flash-loader: Check memory addresses against flash space
1494   * ao-tools/ao-usbload: Check image flash usage against device flash availability
1495   * altos/cc1111: Wait for xtal to be stable
1496   * altos/cc1111: Errata fix isn't needed for discontinued products
1497   * altos/cc1111: Add support for CPU-driven USB pullup
1498   * altos/cc1111: Switch P1_0 from a green LED to USB pullup
1499   * altos/telemini-v2.0: Remove old baro->alt conversion table
1500   * altos/telemini-v2.0: Enable beep frequency configuration
1501   * altos: Make quadrature debounce per-pin rather than per-device
1502   * doc: Document the Apogee Lockout setting
1503   * altos: Use explicit boot loader signal in ao_boot_reboot
1504   * altos: stm and lpc ao_boot.h were identical. move to kernel.
1505   * altosui: Remove debug printf about beep config
1506   * altosui: Remove another beep config debug printf
1507   * altos/stm: Make stm applications depend on ao_boot.h
1508   * altos/lpc: adc code computes number of active ADC channels
1509   * altos/lpc: whitespace
1510   * altos: Allow APRS to send just battery voltage
1511   * altos: Fix cc115l debug build
1512   * altos: Expose ao_gps_set_rate from u-blox driver
1513   * altos: Don't define ao_ignite_decivolt without igniters
1514   * altos/test: Get APRS generation test working again
1515   * altos/test: Parse mega ground data. Fix pyro parsing
1516   * altos: Add config values for tracker start motion limits
1517   * altoslib: Move CSV/KML output code to altoslib
1518   * altosui/altosuilib: Cleanup -Xlint:unchecked warnings
1519   * altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory
1520   * ao-tools: Add cc_usb_write function
1521   * altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
1522   * micropeak: Add -Xlint:unchecked to javac line
1523   * altos: Make MS5607 PROM a public variable
1524   * altos: Move ao_config declarations to ao_config.h
1525   * altos/test: Fix ADC structure for mega, use ao_config.h
1526   * altosuilib: Add multiple zoom levels and content types to map
1527   * altos: Fake flight code changes in kernel and stm
1528   * altosuilib: Add distance measuring line to site map.
1529   * altosuilib: Decompress map images asynchronously and in parallel
1530   * altosuilib: Add google maps API key, configured with -with-google-key
1531   * altoslib: When log-format is missing, use product
1532   * altosuilib: Remove debug printf in AltosSiteMapCache
1533   * altosuilib: Update map preloading UI to include zoom and maptypes
1534   * altosuilib: Publish AltosSiteMap.centre. Add prefetchMaps with old API
1535   * altosuilib: Don't try to draw to destroyed map windows
1536   * Document the need for ~/altusmetrumllc/google-maps-api-key
1537   * altosui/altosuilib: Shuffle lots more code from altosui into altosuilib
1538   * telegps: Add first version of telegps
1539   * Mark version 1.3.2.2
1540   * doc: Add outline of TeleGPS doc
1541   * telegps: Working towards building fat versions of telegps application
1542   * telegps: Use altosui's Instdrv NSIS plugin for telegps
1543   * telegps: Add device configuration dialogs
1544   * telegps: Add preferences dialog
1545   * telegps: Add scan UI
1546   * telegps: Hook up data download dialog
1547   * telegps: Add 'Info' tab
1548   * telegps: Don't try to ship TeleGPS firmware yet
1549   * telegps: Auto-connect to any base stations plugged in at startup
1550   * telegps: Add flash device functionality
1551   * telegps: Add info table
1552   * java: Refactor AltosFlightDisplay units and font update handling
1553   * telegps: Add graph display
1554   * Build telegps distribution bits with 'make fat'
1555   * telegps: Add missing TeleGPSGraphUI.java file
1556   * Capture windows build error messages
1557   * TeleGPS firmware isn't quite ready, don't include in windows fat build yet
1558   * telegps: Fixup windows fat build harder
1559   * telegps: Add config for tracker starting distances
1560   * altos: Switch APRS altitude encoding computation to fixed point
1561   * altos: Test APRS altitude encoding
1562   * altos: Allow sparse GPS data logging for TeleGPS
1563   * altos: Configuring pyro channels can use more than 48 characters
1564   * altos: Maximum pyro configuration parameter has 4 bytes in the name
1565   * altos: Fetch/store only 8 bits for pyro state values
1566   * altosui: Fix pyro channel value formatting
1567   * altosui: Display error message when parsing pyro channel values fails
1568   * altoslib: Add missing AltosConfigDataException file
1569   * telegps: Trap AltosConfigDataException in telegps config
1570   * doc: Create release notes for version 1.4
1571   * altosuilib: Let the user hand-edit the preload map radius
1572   * telegps: Update icon and icon building
1573   * altos: Add ao_distance.c to compute cartesian distances on the globe
1574   * altos: Add tracker task for TeleGPS
1575   * altos: Include sensor logging task only on flight boards
1576   * altos: Allow cc115l driver to be built without radio power control
1577   * altos: ao_distance was overflowing when checking for longitude wrap
1578   * altos: Change tracker not-moving speed to 2m/s and document
1579   * altos: Have tracker average 5 GPS samples before moving to pad mode
1580   * altos: Stick flight state in GPS location packets
1581   * altos: Fix tracker start state
1582   * altos: tracker distance computation flipped arguments around
1583   * altos: Add debug to tracker to force launch
1584   * altos/telegps-v0.3: Add tracker task
1585   * altos: Add AO_LOG_FLIGHT packet to TeleGPS logs
1586   * altos: Fix config to set default log size for all devices with log
1587   * altos/lpc: HAS_USB_CONNECT has been changed to mean a custom pin
1588   * altos: Force telemetry on by default for v0.3 TeleGPS boards
1589   * altos/telegps-v0.3: Disable APRS by default. Set log max to 1M
1590   * altos/telegps-v0.3: Remove ao_flight_number from main program
1591   * altos: Add telegps-v1.0 code and loader
1592   * altos: Move ao_tracker.c to kernel
1593   * altos: Allow AO_CONFIG_MAX_SIZE to be configured. Validate it.
1594   * altos: Allow value other than 0 for marking erased flights
1595   * altos: Clear out eeprom erase records when writing entry 0
1596   * altos/telemega-v1.0: Adjust config params to make flight erase work
1597   * altos: Add TeleGPS logging format
1598   * altos: Write current flight state to GPS data from GPS drivers
1599   * altos: Write tracker logging from tracker thread directly
1600   * altos: Update other CONFIG_EEPROM users to set LOG_ERASE_MARK
1601   * altos: Switch TeleGPS to GPS logging format
1602   * altoslib: All products with logging have the 'l' command
1603   * altoslib:  Add TeleGPS log parsing code
1604   * altoslib: Record whether flight data includes sensor values in AltosFlightStats
1605   * altosuilib: Show GPS instead of (missing) flight data for TeleGPS graphs
1606   * altosuilib: Add GPS altitude as a possible graph value
1607   * altosuilib: Fix crash when initializing site map cache
1608   * telegps: Track graph windows as one of the TeleGPS windows
1609   * Set version to 1.3.2.3
1610   * altos: Use 0x80 to indicate valid state value in the GPS location packet
1611   * altos: Define lat/lon sum variables as 64-bit instead of 16
1612   * altos: Reduce tracker GPS buffer to 4 samples
1613   * altos: Make telegps builds depend on ao_tracker.h
1614   * ao-tools: Parse TeleGPS state value from gps location packet
1615   * altoslib: Parse TeleGPS state value from GPS telemetry packet
1616   * altos: Encode TeleGPS battery voltage in configuration packet
1617   * altos: Enable ADC for TeleGPS v1.0 battery voltage measuring
1618   * altoslib: TeleMega uses 5.6k/10k divider for v_batt
1619   * altoslib: Recover battery voltage from TeleGPS configuration packet
1620   * Bump to version 1.3.2.4
1621   * Revert "altoslib: Parse TeleGPS state value from GPS telemetry packet"
1622   * Revert "altos: Write current flight state to GPS data from GPS drivers"
1623   * altos: Report total available log space in version command
1624   * altos: Make extra pyro channel firing time configurable
1625   * Revert "ao-tools: Parse TeleGPS state value from gps location packet"
1626   * Revert adding state to GPS location packets
1627   * altos: Simplify tracker logic, removing boost detect
1628   * altos: Set TeleGPS default log size to half of avaiable memory
1629   * altoslib/altosui/telegps: Change log size configuration
1630   * altoslib/altosui/telegps: Switch TeleGPS config to motion/interval
1631   * altoslib: TeleGPS no longer logs satellite information
1632   * altoslib: Add new 'stateless' flight state for TeleGPS
1633   * altoslib: Check for time going backwards when replaying from file
1634   * altosuilib: Split battery graph enable out from other adc enables
1635   * altoslib: Use GPS speed/height values when other sensors are missing
1636   * altosui: Show "Missing" instead of huge numbers in descent/landed tabs
1637   * altosuilib: Skip voice announcements for invalid values
1638   * altosuilib: Move AltosFlightStatsTable to altosuilib
1639   * telegps: Add statistics tab to graph UI
1640   * altosuilib: Rewrite map GUI bits
1641   * altoslib: Use GPS seconds as an additional sort key for TeleGPS eeprom
1642   * altos: Disable TeleMini v2.0 build for now
1643   * altosuilib: Remove old widget-based map UI
1644   * altos/telemini-v2.0: Disable beep frequency config on TeleMini v2.0
1645   * altos: Re-enable telemini v2.0 builds
1646   * altosdroid: Altosdroid build doesn't work in parallel, so stop trying
1647   * altosui: Add pyro firing time configuration
1648   * doc: Update 1.4 release notes to include a few more changes
1649   * altosuilib: Handle font and units changes in maps and stats table
1650   * altosui: Don't list tracker parameters when configuring altimeter
1651   * altoslib: Report GPS height when baro height is not available
1652   * altosuilib: Repaint map when starting line draw
1653   * altos/telegps: Build .ihx versions for TeleGPS
1654   * telegps: Remove 'Flight' from titles
1655   * doc: Update altusmetrum docs and screen shots for 1.4
1656   * doc: Add TeleGPS screenshots
1657   * altosui/telegps: Reduce CPU time needed for flight displays
1658   * telegps: Don't re-add frequency menu when already present.
1659   * altos/telegps: Don't log data when plugged in to USB
1660   * debian: Fix build depends icotool -> icoutils
1661   * altos: Show current flight number for TeleGPS
1662   * altos/telegps: Set default log to 496kB for 4 logs
1663   * altos/telegps: Keep ring of recent GPS positions to detect motion quickly
1664   * altos: Define ao_log_mutex in ao_log.c rather than every log product
1665   * altos/telegps: Create new flight if current flight is erased
1666   * altoslib: Call state.set_serial first for telemetry parsing
1667   * altoslib: Remove telem monitoring when closing log file
1668   * telegps: Disconnect telemetry device when closing monitor window
1669   * telegps: Show flight number in monitor window
1670   * altosuilib: Build some common classes for displaying values in flight window
1671   * altoslib: Add conversion class for voltages
1672   * altoslib: Correctly save firmware version in AltosState
1673   * telegps: Add status tab
1674   * altosdroid: Don't crash when the map is touched
1675   * altosdroid: Improve voice for TeleGPS
1676   * telegps: Shuffle menu entries around
1677   * altosuilib: Make map-cache per-window instead of global
1678   * doc: Add a bunch more stuff to the telegps docs
1679   * telegps: Allow TeleGPS preferences to have a custom title and label
1680   * doc: TeleGPS docs are complete
1681   * altoslib: Add units converters for latitude and longitude
1682   * altoslib: When GPS disappears, set range and elevation to MISSING
1683   * altosuilib: Require all flight display classes to provide a name
1684   * altosuilib: In graph, show zero sats in view as 0 instead of MISSING
1685   * altosuilib: provide getName() for AltosInfoTable
1686   * altosuilib: Make sure only one thread is closing serial device
1687   * altosuilib: Add more options to AltosUIIndicator to suit AltosUI
1688   * altosuilib: Add AltosUIFlightTab class
1689   * altosui/telegps: Switch to AltosUIIndicator and AltosUIFlightTab
1690   * alotsuilib: Remove old "mega" and "mini" file extensions from data chooser
1691   * micropeak: Make statistics entries un-editable
1692   * telegps: Fix Mac icon file name
1693   * altosuilib: Make graph enable buttons be CheckBoxes instead of RadioButtons
1694   * icon: Create all icons from .svg files
1695   * icon: Build windows ico files, clean built files
1696   * altosui: Build MacOSX icon from svg
1697   * icon: Build resolutions needed for Java bits too
1698   * telegps/micropeak: Ship built Mac OSX icons
1699   * debian: Build requires /usr/bin/convert now
1700   * icon: Make the icon shadows a bit less harsh
1701   * altosuilib: Serialize access to async tile notify function in preload
1702   * altoslib: AltosFlightStatsTable: another editable text field that shouldn't be
1703   * altosuilib: Remove some debugging printfs
1704   * telegps: Include telegps firmware in windows package
1705   * windows: Rename telemetrum.inf to altusmetrum.inf
1706   * telegps: Deal with 64-bit windows differently on install
1707   * altosui: Deal with 64-bit windows
1708   * icon: Add drop-shadows to the SVG files; stop generating in the png versions
1709   * windows: Sign altusmetrum.inf with altusmetrum.cat
1710   * altosui: Ship telegps firmware
1711   * Add notes about windows driver signing in the 'signing-driver' file
1712   * micropeak: Deal with 64-bit windows
1713
1714   [ Bdale Garbee ]
1715   * have the cal-freq script save cal values to a file
1716   * use svg in the .desktop file
1717   * update copyright year assertion in MicroPeak manual, remember during releases
1718   * deliver images used in MicroPeak manual to web server, too
1719   * typo fixes from Matt Kraai
1720   * update turnon scripts to store cal values
1721   * ugly hack (just make sleep longer) to work around ttyACM* discovery issue
1722   * first cut of usbrelay-v0.1 support .. LEDs wiggle, not switching relay yet
1723   * relay control implemented, this project is now complete
1724   * fix copyright year
1725   * update TeleMega turn-on script and Releasing for new stable firmware home
1726   * lose the (old) easymega-v1.0 directory in favor of my fresher 0.1
1727   * working?
1728   * include EasyMega Makefiles
1729   * document mounting hole size for TeleGPS
1730   * update Releasing document to include TeleGPS firmware files in those copied
1731   * tweaks
1732   * add release to revision history
1733   * tagging 1.4 release
1734   * turn-on support for TeleGPS
1735
1736   [ Tom Marble ]
1737   * add jenkins.sh
1738   * fix for jenkins.sh
1739   * jenkins.sh: make -j 4 can fail, fix for altosui-test
1740
1741  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Jun 2014 17:51:01 -0600
1742
1743 altos (1.3.2-1) unstable; urgency=medium
1744
1745   [ Bdale Garbee ]
1746   * update notes on how to release
1747   * use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0
1748   * updating changelog for release
1749
1750   [ Keith Packard ]
1751   * altoslib: Validate TeleMega GPS_SAT log packet nsat
1752   * altos: Tmega Don't try to log info about more than 12 GPS sats
1753   * doc: Add 1.3.2 release notes
1754   * Set version to 1.3.2 in preparation for release
1755   * doc: Document flight computer wiring connections
1756   * doc: Fix spelling of decelerate
1757   * altoslib: Track GPS altitude values to be able to report max gps height
1758   * altosui: Show GPS max height in flight stats window of graph
1759   * altoslib: Don't lose gps_height value between GPS samples
1760   * doc: Add explicit paragraph about using one battery with Tmega
1761   * altosui: Use letter names for pyro channels in pyro config UI
1762   * doc: Update screen capture of pyro config with correct names
1763   * doc: Replace screen captures with 'active' window ones
1764   * doc: Mention that an APRS interval of 0 disables it entirely
1765   * altoslib: Use existing unicode Charset in AltosLink
1766   * micropeak: Watch serial data during download
1767   * altos: report 0/0/0 for APRS position when GPS is not locked
1768   * micropeak: Keep reading until we get valid data
1769   * micropeak: Missing a couple of new exceptions when loading files
1770   * doc: Micropeak doc updates for 1.3.2
1771   * doc: Update micropeak docs to include lots of pictures
1772   * doc: Document GPS max height addition
1773   * doc: Ignore generate template XSL file
1774   * doc: Add title page image to altusmetrum.pdf
1775   * altos: Add names when reporting STM ADC values
1776   * altos: Add watchdog timer task
1777   * altos: Eliminate warnings in FAT code
1778   * altos: Enable system timer in flash loader and prod watchdog with it
1779   * altos/stm: Block interrupts while reprogramming flash
1780   * altos: Don't write more than 12 sat infos in ublox driver
1781   * altos: Report nsat in view in APRS packet
1782   * altos: Add needed math sources to TeleGPS v0.1 build
1783   * altos: Fixup named ADC printing
1784   * altos: Re-send previous GPS position in APRS if lock is lost
1785   * altos: Put locked/unlocked GPS status in APRS comments
1786   * doc: Add remaining configurable parameters to the System Operation chapter
1787   * doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
1788
1789  -- Bdale Garbee <bdale@gag.com>  Thu, 13 Feb 2014 21:56:46 -0700
1790
1791 altos (1.3.1-1) unstable; urgency=medium
1792
1793   [ Bdale Garbee ]
1794   * updated notes from 1.3 release
1795   * use firmware in /usr/share/altos for production flashing
1796   * set version to 1.3.0.2 for test flights this weekend
1797   * set version to 1.3.1 for release
1798   * update copyright date on main documentation file
1799   * freshen ChangeLog for release
1800
1801   [ Mike Beattie ]
1802   * altosdroid: force older jarsigner signing algorithm for java 1.7
1803   * altosdroid: update to latest google play services
1804   * altosdroid: improve build system dependencies
1805
1806   [ Keith Packard ]
1807   * altoslib: Convert IMU and Mag sensor values to useful units
1808   * altoslib: Fetch 'orient' value from Mega Sensor packet
1809   * altosuilib: Rearrange graph enable buttons
1810   * altosui: Add imu and mag sensor values to plots
1811   * altoslib: Bump library version
1812   * altos: Execute self-test on MMA655X part
1813   * altos: 3-axis accel calibration was invalid in explicit accel cal mode
1814   * altos: Complain about sensor self-test errors only in idle mode
1815   * altos: mma655x also needs ao_sensor_errors
1816   * altos: Clean up some minor warnings from -Wall
1817   * altos: Turn on -Wall for stm compiles
1818   * altos: Clean up -Wextra warnings
1819   * altos: unsigned value in ao_pyro_set checked for negative value
1820   * altos: Add default button return value from ao_button_get
1821   * altos/stm: Turn on -Wextra
1822   * altos: Clean up warnings for LPC products
1823   * altos: cc115l driver tone_run wasn't recording number of tones
1824   * altos: lpc exti setup was incorrectly testing mode
1825   * altos/lpc: Missing */ in definition of PIO0_4
1826   * altos: Turn on warnings for LPC products too
1827   * altos: Turn on -Werror for STM and LPC builds
1828   * altosui: Switch from radio buttons to check boxes in pyro config. Add close
1829   * altosui: Extend Fire Igniter to additional channels
1830   * altoslib: Add AltosOrient class and max_orient()
1831   * altosui: Add orient to ascent and info table views
1832   * altosui: Adjust info table column width
1833   * altosui: Switch Graph to AltosOrient type
1834   * altos: Add 'O' command for TeleMega orient testing
1835   * altos: Flip acceleration data consistently for orientation changes
1836   * altosui: Handle a missing libaltos when starting up
1837   * Bump version to 1.3.9.1
1838   * libaltos: Build -m64 and -m32 for fat tarball when possible
1839   * altosui: Require both libaltos32 and libaltos64 for fat Linux tarball
1840   * doc: Ship telemini outline as pdf file too
1841   * altos: Switch APRS to compressed position format
1842   * altos: Use factory calibration for all acceleration computations
1843   * altos: Report battery, apogee and main voltages over APRS
1844   * Ignore 32 and 64 bit cjnitest apps
1845   * altos: Add missing ADC divider values for Tmega v1.0
1846   * altosui: Make romconfig serial and radio cal fields 8 digits wide
1847   * altoslib: Fetch target device config for Fire Igniter npyro value
1848   * altosuilib: Remove some spurious debug printfs
1849   * altosui: Handle already-opened link in IgniteUI
1850   * altosui: Handle serial-port startup errors in idle-monitor
1851   * doc: Fix image widths to make them all scale the same amount
1852   * doc: Update for 1.3.1
1853
1854   [ Anthony Towns ]
1855   * AltosSiteMapPreload: only load 49 maps
1856   * altosui: --fetchmaps gets same number of maps as GUI
1857   * altosui: rate limit map downloads
1858
1859  -- Bdale Garbee <bdale@gag.com>  Wed, 22 Jan 2014 20:56:31 -0700
1860
1861 altos (1.3-1) unstable; urgency=low
1862
1863   [ Keith Packard ]
1864   * altos: Add flash-loader for telescience-v0.2
1865   * altos: Add 'g' command to ublox GPS code.
1866   * altos: Give u-blox 3 seconds after boot before we bug it
1867   * altos: gps serial routines are called ao_gps_*, not ao_ublox_*
1868   * altos: Fix telemega v0.3 igniter order (drogue/main moved). Label ADC dump
1869   * altos: Initialize MPU6000 CS pin for SPI mode
1870   * altos: Grab SPI mutex until MPU6000 I2C mode is disabled
1871   * altos: Remove some MMA655x debugging printfs
1872   * altos: Move MS5607 info from 'v' to 'c s'
1873   * altos: Generate unmodulated carrier for CC1120 test mode
1874   * altos/cc1111: Hack on USB driver to make Windows happy
1875   * libaltos: Build the linux library targets when doing a 'fat' build
1876   * libaltos: use PurgeComm in Windows altos_close to abort in-progress ops
1877   * lpc: Initial lpcxpresso bits
1878   * lpcxpresso: Add ao_demo.c
1879   * altos/lpc: Get 100Hz timer running
1880   * altos/lpc: Get USART running
1881   * altos/lpc: Take advantage of USART TX fifo
1882   * altos/lpc: Start adding USB register definitions
1883   * altos/lpc: Start adding USB register defines
1884   * altos: Finish off LPC USB register definitions
1885   * altos: Allow target-specific USB endpoint specifications
1886   * altos/lpc: Get USB working
1887   * altos: Move ao_data.c from stm to core
1888   * altos: Allow architecture to define the type of port registers
1889   * altos: ao_data_get is in ao_data.c now, not ao_adc.c
1890   * altos: Check for packet mode before trying to disable it in flight code
1891   * altos: Use ao_data_pres macro in ao_log_tiny
1892   * altos: Use ao_port_t in m25 driver
1893   * altos: Add LPC spi driver
1894   * altos: LPC interrupt priorities are just 0-3
1895   * altos/lpc: Fix ao_enable_input, add ao_enable_analog
1896   * altos/lpc: Clean up broken IOCONF defines
1897   * altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h
1898   * altos/lpc: Add ADC driver
1899   * altos/lpc: Add beep driver
1900   * altos/lpc: Add pin interrupt driver
1901   * altos/lpc: Try a smaller stack.
1902   * altos/lpc: Use separate interrupt stack
1903   * altos: Add easymini-v0.1 product
1904   * altos/lpc: Stick USB control structure in USB memory
1905   * altos: Initialize SPI for easymini
1906   * altos: Build easymini-v0.1
1907   * altos: ignore built files in easymini-v0.1
1908   * altos/attiny: Fix ao_spi_get_bit/ao_spi_put_bit macros
1909   * altos: Use ao_spi_get/put_bit in MS5607 driver
1910   * altos/lpc: Make EXTI code work.
1911   * altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607
1912   * altos/lpc: Don't use loader to place USB endpoint data in USB ram
1913   * altos/lpc: Pull ADC data from the correct registers
1914   * altos/lpc: SPI runs off main clock (48MHz), not sysclk (24MHz)
1915   * altos/lpc: Missing parens around ao_gpio_set macro
1916   * altos/lpc: Fix beeper driver
1917   * altos/lpc: Create TX/RX busy macros for SPI driver
1918   * altos/lpc: Leave SPI enabled all the time
1919   * altos/lpc: Allow for alternate SPI SCLK0 pin usage
1920   * altos/lpc: Configuring wrong pin for SPI1 MOSI
1921   * altos/lpc: Reset SPI device at startup time
1922   * altos/lpc: Force idle mode if USB gets an address during boot time
1923   * altos/easymini: Easymini doesn't have USB connect or VBUS wiring
1924   * altos/easymini: MS5607 chip select bits were defined wrong
1925   * altos/easymini: Use different pins for igniter outputs
1926   * altos/easymini: Initialize beep and ADC. Declare use of igniter bits.
1927   * altos/telemega: The last two igniters are apogee and main
1928   * Add Mini logging format. Use in EasyMini
1929   * altosui: Add TeleBT firmware to release
1930   * altos: Set the path for the STM32L compiler explicitly
1931   * Bump master version to 1.2.9 to avoid confusion with 1.2 releases
1932   * altos: Can't use inline functions because SDCC doesn't do that
1933   * Separate out cortex-m0 compiler tests in configure
1934   * Create release notes for 1.2.1
1935   * doc: Update description of graph window to note new tabs (config and map)
1936   * altosui: Stop downloading mega eeprom on empty block
1937   * altosui: Missing 'break' after selecting 'mega' format detection
1938   * ao-tools: Add ao-mega tool to parse TeleMega eeprom files
1939   * ao-tools/ao-mega: Dump 'pyro' state from mega log
1940   * altos: Add pyro code testing to ao_flight_test for TeleMega
1941   * altos,altosui: Add pyro state logging for TeleMega
1942   * altos: Light pyro charges simultaneously if so configured
1943   * altos: write pyro fired to correct log field
1944   * altos: Make manual pyro firing command work again
1945   * Set version to 1.2.9.1
1946   * altos: Add pyro operations to regular ignite commands
1947   * altos: Add driver for 74hc165 shift register
1948   * altos: Add telefire v0.2 support
1949   * altos/telefire: Leave siren on all the time. Add siren/strobe debugging.
1950   * altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
1951   * altos: Add fast-timer API. Use for quadrature and button drivers
1952   * altos/telelco: Add 30ms delay in search after finding a box
1953   * altosui: Use preferred units for main deployment height configuration
1954   * altos/lpc: Make ADC inputs work
1955   * altos/lpc: Filter ADC inputs
1956   * altos/lpc: Turn off more clocks, disable USART for easymini
1957   * altos/lpc: Don't disable all of the clocks just yet, USB doesn't work
1958   * altos/lpc: Remove spurious semicolon
1959   * altos: Declare m25 write-in-progress as 'ao_port_t'
1960   * altos: Disable USB on all flight computers when in flight mode
1961   * altos/lpc: Get the IRC turned off after boot time
1962   * altosui: Add raw pressure to the AltosUI graph
1963   * altos/lpc: Get rid of ADC filter
1964   * altos/cc1111: Fetch RSSI for TeleFire from correct byte
1965   * altos: PCA9922 LED driver needs Enable driven low to latch values
1966   * altos/telefire: Radio status (no data, weak data, good data) on LEDs
1967   * altos/lpc: Enable brown-out-detector
1968   * altos/lpc: Remove ao_usb_task structure
1969   * altos/lpc: Don't disable all interrupts when disabling one interrupt
1970   * altos/telefire-v0.1: Use same LED selection as the v0.2 setup
1971   * altos/lpc: Add boot loader
1972   * altosui: Add EasyMini USB ids
1973   * altos: Support mega-style logging without ADC
1974   * altosdroid: Just use GPS location provider to build on 4.2
1975   * micropeak: Add Download button to menu bar
1976   * altos/lpc: Rename serial port to 'serial0'
1977   * altos: Remove ao_radio_gpio_bits from normal build
1978   * altos: Make FAT test program link explicitly against libcrypto
1979   * altosui: AltosDbm class was missing somehow
1980   * altosdroid: Add note to report TeleBT battery level
1981   * altos: allow projects to override default config values
1982   * altos: Allow ublox to run at other baud rates
1983   * altos: Set default LPC stack to 512 bytes, Em to 384 bytes
1984   * altos: Wake up on LPC usart ISR only once
1985   * altos: various cc115l driver hacks
1986   * altos: Add telegps v0.3 product
1987   * altos: Allow products to disable RDF entirely
1988   * altos/lpc: Stop using burst mode for LPC ADC
1989   * altos: Use installed arm compiler for LPC
1990   * altosdroid: Add note to report TeleBT battery level
1991   * altos: Set default LPC stack to 512 bytes, Em to 384 bytes
1992   * altos: Wake up on LPC usart ISR only once
1993   * altos: MS5607 pressure computation for low temperatures was wrong
1994   * altos: Explicitly list the linker script needed for AVR targets.
1995   * Initial TeleMini bits
1996   * altos: Add 64-bit add/mul/shift for SDCC
1997   * altos: Make 64x16 mul a bit faster
1998   * altos: Add 64x64 multiply. Test 64 ops for dest same as either source
1999   * altos: Add 64-bit subtraction
2000   * altos: Make TeleMini v2.0 fit
2001   * altos: Add exti and spi to telemini-v2.0
2002   * altos/teletiny-v2.0: Support multiple SPI busses on CC1111
2003   * Bump version to 1.2.9.2
2004   * altos: Changes required by cc1111 multi-spi support
2005   * altos: Build more products by default
2006   * ao-tools: Use TeleDongle for default ao-dbg target
2007   * cc1111: Rework ADC configuration a bit, fix Tm V2 ADC usage
2008   * cc1111: Hacky pin interrupt support. Only useful for TeleMini v2
2009   * altos: Get telemini to copy current MS5607 state to ring.
2010   * altos/cc1111: Leave pin interrupts completely disabled at init time
2011   * altos/cc1111: Wake up non-ADC sensor code each timer tick
2012   * altos: Use %ld and %lu for MS5607 debug output
2013   * altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.
2014   * altos: Check for MS5607 MISO low before sleeping
2015   * altos: Make ao_wakeup reentrant
2016   * altos: Don't use ao_data on cc1111 projects
2017   * altos: Initial TeleMetrum v2.0 bits
2018   * altos: Add TeleMetrum v2.0 boot loader
2019   * altos: Rename TeleMetrum v2.0 ADC sense members
2020   * altos/telemetrum-v2.0: Fix MMA6555 SPI pin assignment
2021   * altos/telemetrum-v2.0: Use 9600 baud for ublox
2022   * altos: TM v2 places the MMA6555 upside down compared to Tmega
2023   * altos: Update time for next alarm each time a task is added
2024   * altos: Add debugging to ublox GPS driver
2025   * altos: Force u-blox to 9600 baud for now
2026   * altos/stm: New compiler doesn't correctly build flash bits yet
2027   * altos/stm: Make sampling profiler work again
2028   * altos/stm: Remove stale timer defines
2029   * altos/stm: Make sure we switch to MSI during timer init
2030   * altoslib: Start restructuring AltosState harder
2031   * altos: Split EasyMini and TeleMini log formats
2032   * altoslib, altosui: Restructured state management now does TM eeprom files
2033   * altoslib/altosui: Get legacy telem working with new AltosState structure
2034   * altoslib/altosui: Fixes for state changes
2035   * altos/lpc: Add bits for building flash loaders
2036   * altos/telegps: Initialize logging system
2037   * altoslib/altosui: Further AltosState transition work
2038   * altos: Not all products have pins to control flash loader
2039   * altoslib: More AltosState hacking
2040   * altoslib: Ensure eeprom file body always exists
2041   * altoslib: Correct tick wrapping in eeprom file reading
2042   * altoslib: Correct mega/metrum eeprom years by adding 2000
2043   * altoslib: Clean up metrum eeprom file reading
2044   * altoslib: Remove duplicate cmd/tick from TM eeprom file code
2045   * altoslib: Make Ascent/descent use different filter values. Always filter.
2046   * altoslib: Use first few baro samples for ground pressure on TM
2047   * altoslib: Start integrated value at 0 by default
2048   * altoslib: Clear sat data when tick changes
2049   * altoslib: Set measured acceleration for measured acceleration
2050   * altoslib: Finish AltosState changes. Update version number.
2051   * altoslib: Remove AltosRecord-based telemetry code
2052   * altoslib: remove AltosRecord based eeprom code
2053   * altoslib: Remove more AltosRecord based files
2054   * altoslib: Use AltosTelemetry.parse to pull telem lines apart
2055   * altoslib: Only open log file when both flight and serial are known
2056   * altoslib: Update received time when replaying flights
2057   * altoslib: Record time_change in AltosState correctly
2058   * altoslib: Rewrite AltosTelemetryIterable
2059   * altoslib: Remove debug printf from AltosTelemetryMetrumSensor
2060   * altosui: Fix 'Graph Flight' button in landed dialog
2061   * ao-tools/ao-telem: Parse new TM v2 packets
2062   * altos: Set tick value in new TeleMetrum v2 sensor packets
2063   * altosui: Remove debugging printf from InfoTable
2064   * altoslib/altosui: Add TeleMini-v1.0 eeprom support
2065   * altoslib: Set 'valid' for valid TeleMetrum eeprom download
2066   * altoslib: Lock access to AltosLink config_data
2067   * altoslib: Add TeleMini eeprom file to Makefile.am
2068   * altosui: Load Telem files in AltosDataChooser too
2069   * altosui: Set 'flight' value in AltosEepromMonitor window during download
2070   * altoslib: Add receiver serial to telem file names
2071   * altoslib: TeleMetrum v2 telemetry includes computes Pa/°C, not raw values
2072   * altosui: Include device name in Table view
2073   * altos: Move micropeak sources around
2074   * altos: Add nanopeak-v0.1
2075   * altos: Stop copying cc1111 binaries to the altos/src dir
2076   * altos/telemini-v2.0: Change initialization order
2077   * altos/telemetrum-v2.0: Use red LED during boot time
2078   * altoslib: Prefer averaged ground pres for ground alt computation
2079   * Add TeleMini v2.0 telemetry support
2080   * altos: Set TeleMini v2.0 USB ID correctly
2081   * Change differentiation filter constants and limits
2082   * altos: Don't require an LED for ao_flight
2083   * altos/lpc, altos/stm: ARM requires ISB after switching stack pointers
2084   * altos: Rename easymini-v0.1 to easymini-v1.0
2085   * altos/stm: New GAS version requires flags in APSR assignment
2086   * Add --with parameters to configure for compiler selection
2087   * altos: Broken test for M0 compiler in src/Makefile
2088   * altos: avr-gcc appears to find the loader scripts without help now
2089   * altosui: Binaries to package are only in per-product dirs now
2090   * altos: Messed up the ifeq syntax a bit so ARM bits weren't getting built
2091   * doc: Add EasyMini outline drawing
2092   * doc: Add easymini outline to distribution
2093   * Bump version to 1.2.9.3
2094   * altos: Use installed pdclib
2095   * altos: Fix stm-bringup demo build to use installed pdclib
2096   * Make sure the AVR compiler can actually link stuff
2097   * Another try at skipping broken avr-gcc
2098   * altos/micropeak: Increase boost detect to 30m
2099   * altoslib,altosui: Be more robust when graphing bogus .telem files
2100   * altos: Use #define values for ublox packet types
2101   * altos: Merge GPS logging into a single function
2102   * altos: Add floating point math functions from newlib
2103   * altos: Fix GPS test frameworks to handle shared ao_gps_new variable
2104   * altos: Add gyro-based orientation tracking
2105   * altos: Calibrate IMU accelerometers too
2106   * altos: IMU accel calibration values need to be signed
2107   * altos: Mark arguments to quaternion functions as const
2108   * altos: Add some comments describing quaternion multiplication
2109   * altos: Add functions to init quaternions from vector pairs and euler angles
2110   * altos: Rename ao_orient to ao_sample_orient
2111   * altos: Keep 9 more bits of average pad IMU gyro data
2112   * altos: Add sinf to math code
2113   * altos: Fixup for ao_sample_orient rename
2114   * altos: Compute initial rotation from vertical
2115   * altos: Correct incremental rotation computation
2116   * altos: Fixup for 32-bit gyro averages
2117   * altos: Change ao_mpu6000_gyro arg to float
2118   * altos: Update quaternion tests to check vectors_to_rotation
2119   * altos: Add orientation test when HAS_FLIGHT_DEBUG is set
2120   * altos: Make telemega v0.1 compile with new quaternion code
2121   * altos: Make telemega v0.3 compile with new quaternion code
2122   * altos: sample profile address range was too narrow
2123   * altos: Don't hold GPS mutex while waiting for GPS data in report code
2124   * altos: Add orientation tracking to ao_flight_test
2125   * altoslib: Raise ParseException on invalid eeprom format
2126   * altoslib: Start moving eeprom download logic to altoslib
2127   * altosui: Make AltosEepromDownload not swing-dependent
2128   * altosui, altoslib: Move eeprom download code to altoslib
2129   * Ignore mac .dmg files
2130   * Add ublox checksum generating program
2131   * altos: Clean up .gitignore and add a few random files
2132   * ao-tools: add ao-mega man page, ignore executable
2133   * Add TeleMini v2.0 turnon script
2134   * ignore "compile" script
2135   * altos: Build TM v2.0 firmware by default
2136   * altos: Don't hold GPS mutex while waiting in TM v2.0 report
2137   * altos: Allow use of internal EEPROM for config storage
2138   * altos: Move TeleMetrum v2.0 to using internal eeprom for config
2139   * altos: Move telemega to using internal eeprom for config
2140   * altos: Make sure flight erase log comes after config blog
2141   * altos: include ao_eeprom.h in ao_telemetrum.c to define ao_eeprom_init
2142   * Bump to version 1.2.9.4
2143   * doc: Start work on 1.3 doc updates
2144   * doc: Get altusmetrum.xsl to validate
2145   * doc: Switch to xorg style to generate index
2146   * doc: Make altos.xsl validate
2147   * doc: Make telemetry.xsl validate
2148   * Make companion.xsl validate
2149   * doc: Make micropeak.xsl validate
2150   * doc: Make pdf files depend on local stylesheet
2151   * doc: Use system fo docbool.xsl instead of network one
2152   * debian: Build now depends on 'xmlto' for docs
2153   * Extend the hardware overview chapter. Edit System Operations
2154   * Remove duplicate log description. Describe pyro config.
2155   * Use more 1/4 single characters
2156   * doc: "rocketry electronics" instead of listing products
2157   * doc: use correct quotes in altusmetrum.xsl
2158   * doc: Add telemetry enable and APRS interval config docs
2159   * altosui: Handle units in pyro config.
2160   * doc: Work on AltosUI Pyro config docs a bit more.
2161   * ao-tools: Create general elf and hex library routines
2162   * ao-tools: Add debug printf support
2163   * ao-tools: Add ao-elftohex and .ihx symbol support
2164   * ao-tools: Move ao-selfload into library
2165   * ao-tools: move 16/32-bit readers from ao-stmload to lib
2166   * ao-tools: Missing ao-selfload.h
2167   * ao-tools: Split out altos symbol editing from ao-stmload
2168   * ao-tools: Split out USB loader to ao-usbload
2169   * doc: First pass for 1.3 finished; docs have most major sections updated.
2170   * src/cc1111: Turn off RC osc after xtal is running
2171   * altos: Add lots more GPS data to mega log
2172   * altos: Telemega uses eeprom, include it in main file
2173   * altos/test: Compute and plot tilt based on GPS track
2174   * altos: Nothing in altos uses AES decryption, so don't compile it
2175   * altosui: Don't try to report bearing/elevation without GPS
2176   * altosui: Clean up serial close handling
2177   * altosuilib: Deal with AltosUnits API change
2178   * ao-tools: Add ao-flash-stm and ao-flash-lpc scripts
2179   * ao-tools: Allow building without stlink and readline
2180   * ao-tools: Clean up ao-stmload and ao-usbload options. Add --raw
2181   * altos: Allow products to override default 100mA USB current
2182   * altos: Build .ihx files for all arm projects
2183   * altos: Change flash loader name to just AltosFlash
2184   * altos: remove all versions of stm-demo executable
2185   * altoslib: AltosEepromMonitor had false import of altosuilib
2186   * ao-tools: build ao-usbload by default
2187   * altos/stm: arm-none-eabi-binutils now puts 'main' into .text.startup
2188   * altoslib: Support binary reading/writing in AltosLink
2189   * altoslib: Add symbols to .ihx files
2190   * altoslib: Create AltosProgrammer class
2191   * altoslib: Publish mapping from product name back to USB id
2192   * altosuilib: Don't match product_altusmetrum for product_basestation or product_altimeter
2193   * altoslib: Use symbols in AltosRomconfig instead of fixed offsets
2194   * altoslib: Add AltosNoSymbol exception
2195   * altoslib: Add self-flashing code
2196   * Add new tools to .gitignore
2197   * altoslib: Don't require radio_cal or usb_descriptors in AltosRomconfig
2198   * altosui: Match directories in hex file matcher
2199   * altosui: When flashing to TeleDongle or TeleBT, match any .ihx file
2200   * altos: Oops. Was only filling out part of the TeleMetrum ADC record
2201   * altos: Rename telemega-v0.3 to telemega-v1.0
2202   * ao-bringup: Add turnon_telemega script
2203   * altosui: Ship TeleMega-v1.0 firmware
2204   * debian: .ihx and .map files are left in subdirs now
2205   * doc: More altusmetrum.xsl updates for 1.3
2206   * Set version to 1.3 in preparation for release
2207   * altos: Remove ARM .ihx files on 'make clean'
2208   * java: Add -target 1.6 to all java compiles
2209   * java: Missed libaltos java compile flags from previous patch
2210   * ao-tools: Use st-flash for STM flashing instead of openocd
2211   * Clean up reflashing section, include section on self-flash recovery
2212   * doc: Convert several more itemizedlists to variablelists
2213   * Keep tables together on a page
2214   * doc: Add product pictures to manual
2215   * Add altosui image and attempt to add launch photo to title
2216   * doc: Add screen shots everywhere
2217   * altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too much
2218   * doc: Publish images with HTML bits
2219   * altosui: Add EasyMini bits to fat distribution images. Update telemetrum.inf
2220   * altos: Use all 16 bits of setup packet len when limiting reply len
2221   * altos: Make TeleMega v0.1 work more like TeleMega v1.0
2222   * altoslib: Pass InterruptedException up the stack instead of hiding it
2223   * altos/lpc: Be a bit more resistant to toolchain section name changes
2224   * altosui: Hide non-applicable altimeter config values
2225   * include pdclib in wrong place
2226   * altos: Build pdclib locally if necessary
2227   * altos: create target pdclib directories before building
2228   * altos/stm: Update pdclib paths for flash-loader builds
2229   * Remove stale stm test apps from regular build
2230   * altos: get stm-bringup building again
2231   * ao-tools: complain if st-flash is not available
2232   * Ignore .dll files in libaltos
2233   * Use git: path for pdclib
2234   * fix git: path for pdclib
2235   * altosui: Add docs to Mac OS X dmg distribution
2236   * libaltos: fix test harness main type
2237   * libaltos: remove usb id filtering from darwin code
2238   * libaltos: Import newly build libaltos.dylib
2239   * altoslib: Don't close telemetry reader at startup unless something fails
2240   * altoslib: create eeprom download thread before telling monitor about it
2241   * altoslib: Define 3.8 as a good battery and 3.5 as a good igniter
2242   * altosdroid: Use altoslib standard voltages to control lights
2243   * altosui: Remove some debug printfs
2244   * Move pdclib build results to pdclib-root
2245   * micropeak: Compile for java 6
2246   * doc: Update micropeak quick start guide to note new boost detect
2247   * doc: typo in micropeak doc hole->hold
2248   * altos/stm: Semantic error in STM usb disable caused it to not work
2249   * doc: Add tables describing AltOS beeps and flashes
2250   * altos: Try IMU self-test 10 times before giving up
2251   * ao-tools: Add man pages for ao-flash utilities
2252   * micropeak: Add micropeak man page
2253   * altoslib: Remove some old debug printfs for self flashing
2254   * altos/lpc: Reset less of the device on USB reset.
2255   * altos/lpc: Stop sending SETUP IN when the requested size is reached
2256   * altosui: When device has no valid romconfig, set RF cal to 0
2257   * altosdroid: bump versionName to 1.3 and versionCode to 4
2258   * altosui: Ship EasyMini firmware too
2259
2260   [ Bdale Garbee ]
2261   * add a note about callsign matching and case sensitivity to the manual
2262   * new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
2263   * updated turn-on script for telebt 1.1
2264   * temporarily force stlink location in debian/rules to allow complete build
2265   * add serial number to ao-usbload call, pass SERIAL to cal-freq
2266   * capture my changes so far
2267   * further documentation tweaks
2268   * need to include the Cortex toolchain
2269   * a fresher changelog entry for test builds
2270   * we're using packaged and local-to-our-tree ARM toolchain now
2271   * update release docs to include option for submodules
2272   * update Debian standards version we claim compliance with
2273   * update ChangeLog from git
2274   * update changelog for Debian build
2275   * patches no longer needed
2276   * fix missed merge conflict
2277   * fix missing newline at end of src/test/Makefile
2278
2279   [ Mike Beattie ]
2280   * altosdroid: update to support new state code
2281   * altosdroid: more updates for new AltosState
2282   * altosdroid: convert rogue files to unix line endings
2283
2284  -- Bdale Garbee <bdale@gag.com>  Thu, 19 Dec 2013 02:07:40 -0700
2285
2286 altos (1.2.1-3) unstable; urgency=low
2287
2288   [ Keith Packard ]
2289   * altos: Make FAT test program link explicitly against libcrypto
2290
2291  -- Bdale Garbee <bdale@gag.com>  Sat, 17 Aug 2013 16:07:25 +0200
2292
2293 altos (1.2.1-2) unstable; urgency=low
2294
2295   [ Keith Packard ]
2296   * altosui: Add TeleBT firmware to release
2297
2298  -- Bdale Garbee <bdale@gag.com>  Tue, 21 May 2013 12:53:15 -0600
2299
2300 altos (1.2.1-1) unstable; urgency=low
2301
2302   [ Mike Beattie ]
2303   * altosui: remove un-used imports
2304   * altosui: comment out un-used fields and methods
2305   * altosui: comment out un-used classes and associated imports
2306   * altosui: remove redundant catches
2307   * altosui: access class variables by class, not instance
2308   * altosui: comment out/remove dead code
2309   * altosui: add type to â€¦ implements Comparable.
2310   * altosui: comment out obsolete code - could probably remove the file.
2311   * altoslib/altosui: begin moving preferences "backend" into interface
2312   * altosui: add missing methods for Backend, fix BT code.
2313   * altosui/altoslib: add methods to interface, fix imports/exceptions in BT code
2314   * altoslib: Add AltosPreferencesBackend.java to Makefile.am
2315   * altosui/altoslib: Add call to â€¦Preferences.init() with backend object, remove static init()
2316   * altosui/altoslib: bug fixes, update Makefile.am
2317   * altosui: add missing try/catch
2318   * altosui: Add return to try/catch.. duh
2319   * altosui: revert AltosUIPreferences init() method
2320   * altosui: remove un-used import
2321   * altosdroid: implement AltosPreferencesBackend, and initialize.
2322   * altosdroid: Update Makefile.am
2323   * altosdroid: simplify keys() method
2324   * altosdroid: cosmetic re-order of methods
2325   * altos{lib,ui,droid}: move OS specific code out of altoslib
2326   * altoslib: make parts of AltosLog public for usage outside altoslib.
2327   * altosdroid: initial implementation of telemetry logging.
2328   * altosdroid: add autogenerated BuildInfo.java
2329   * altosdroid: match only the current version tag
2330   * altosdroid: Add branch to BuildInfo
2331   * altosdroid: Add version information to UI
2332   * altosdroid: more reliable branch detection
2333   * altosdroid: more restrictive commit no. matching
2334   * altosdroid: initial release to Play Store
2335   * all: clean up .gitignore files and Makefile clean targets
2336   * altosdroid: excise old code/xml
2337   * altosdroid: update copyrights/licensing
2338   * altosdroid: minor whitespace cleanup
2339   * altosdroid: Fix up some formatting in manifest
2340   * altosdroid: Only update BuildInfo.java when other source files change
2341   * altosdroid: use a glob for source files
2342   * altosdroid: adjust Makefile rules
2343   * altosdroid: Adjust build system for GMaps & Tabs support
2344   * altosdroid: Symlink red/green/gray LEDs via build system
2345   * altosdroid: adjust release Makefile target
2346   * altosdroid: convert spaces to tabs in strings.xml
2347   * altosdroid: make AltosDroid.pos() static
2348   * altosdroid: whitespace cleanup
2349   * altosdroid: Import initial versions of XML and Java for Tab content
2350   * altosdroid: implement tabs interface
2351   * altosdroid: implement UI updating on tabs
2352   * altosdroid: implement Age field updating
2353   * altosdroid: Auto tab changing
2354   * altosdroid: fix side-to-side scrolling in map tab
2355   * ao-tools: Add ao-edit-telem to .gitignore
2356   * altosdroid: adjust clean targets to get rid of automake warning
2357   * altosdroid: Add SDK checks to configure.ac
2358   * altosdroid: programmatically create map fragment
2359   * altosdroid: Add rocket and pad map markers
2360   * altosdroid: Add map polyline between pad and rocket
2361   * altosdroid: whitespace and import tidyup
2362   * altosdroid: incorrect property syntax in pad xml
2363   * altosdroid: Add filters for TeleBT bluetooth devices.
2364   * altosdroid: set tab height based on screen density.
2365   * altosdroid: check for mAltosVoice being null.
2366   * altosdroid: fix up 'send last' code.
2367   * altosdroid: Make the service class implement locationlistener
2368   * altosdroid: Release v1.2, push to play store.
2369   * altos: update .gitignore files
2370   * altosdroid: Bump APK version, and re-upload.
2371
2372   [ Bdale Garbee ]
2373   * further refinment of Releasing document
2374   * remove local copy of launch-sites.txt and reference to old web location
2375   * let upstream version rule, don't force use of Debian version in firmware
2376   * update stlink-pins document to make it clear 4-pin MicroMaTch is our standard STM32L programming connector, and the big MM thing was v0.1 only
2377   * document what the 'Age' value in the AltosUI display means
2378   * document what the 'Age' value in the AltosUI display means
2379   * add pcb overall dimensions and screw sizes the holes are intended for
2380   * update copyright year to 2013
2381   * various updates to the text .. more SMA to BNC adapter references, etc
2382   * improve text in telebt turn-on script
2383   * document my snazzy new 4-pin to MM v0.1 debug cable
2384   * name change from MegaMetrum to TeleMega
2385   * document need for an ARM Cortex toolchain in /opt/cortex, point to build docs
2386   * point to pkgconfig content in /opt/cortex so stlink stuff works
2387   * add libssl-dev as a build dep since it's used in FAT filesystem test code
2388   * update ChangeLog for release
2389   * update changelog for Debian build
2390   * add sox as a build dependency
2391   * update Releasing document to reflect process as of 1.2
2392   * update configure.ac to reflect version 1.2.1
2393   * update changelog for 1.2.1 release
2394   * update Changelog for 1.2.1 release, again
2395   * unwind debian/changelog to last release
2396
2397   [ Keith Packard ]
2398   * Bump revision to 1.2 development branch
2399   * altos: Shrink Pa to altitude table
2400   * altos: Provide MS5611 configuration option, HAS_MS5611
2401   * altos/megametrum: Commit for boards with MS5611 baro sensor
2402   * altos: Re-enable the ms5607 and mma655x acquisition threads
2403   * altos/megametrum: Use mma655x for acceleration measurements now
2404   * altos/megametrum: Make MS5607 driver hold SPI bus for whole operation
2405   * altos/drivers: Use data ring values for MS5607 presentation
2406   * altos/stm: Clean up SPI pin configuration code
2407   * altos/telefire: Make sure armed alarm goes off on time
2408   * altos/stm: Set SPI clock high for disabled SPI busses
2409   * altos/megametrum: Try running accel and baro in parallel again
2410   * altos: Compute desired frequency when upgrading from pre-1.1
2411   * altos: Go back to recording sensor data in globals
2412   * altos: Fix up ms5607 and mma655x commands to work again
2413   * altos/telefire: Add siren/strobe support
2414   * altos: Split task definitions out to ao_task.h
2415   * altos: Prepare ms5607 driver for use in non-tasking products
2416   * altos: Allow projects to specify clock at other than 100Hz
2417   * altos: Allow for other mutex implementations
2418   * altos: Use alt_t for all Pascal-based altitude data
2419   * altos: Parameterize altitude table access and initialization
2420   * altos: Elide ao_altitude_to_pa in flight firmware
2421   * altos: Clean up types in Pa conversion testing code. Only test to 40km
2422   * altos: Include struct ao_data declaration only when used
2423   * altos: Add attiny architecture files
2424   * altos: Megametrum uses altitude-pa.h, not altitude.h
2425   * altos: Allow products to define which LED to panic with
2426   * altos: Add initial micropeak implementation
2427   * altos: Add (untested) driver for AT24C i2c flash parts
2428   * altos: Add .gitignore for micropeak
2429   * altosui: Parse .mega files from command line
2430   * altos: Document a few member offsets in struct ao_log_record
2431   * altos: struct ao_log_mega doesn't have a ground temp value
2432   * altos: Split out ms5607 conversion code for use in ao_flight_test
2433   * altos: Eliminate implicit 1 byte offset in uint16/int16 functions
2434   * altos/test: Add ao_flight_test_mm
2435   * altos: When missing MMA655x, create fake Z accel value
2436   * altos: Define full-scale gyro and accel values for MPU6000
2437   * altos/test: Display MPU6000 values in ao_flight_test_mm output
2438   * altos/telefire: Report valid channels instead of valid pins
2439   * altos/telelco: Only present valid pads
2440   * altos/telelco: Handle case where no boxes are present
2441   * altos/telelco: Actually set pad when it changes
2442   * altos/stm: Declare all SPI bus speeds
2443   * altos/telelco: Crank up SPI speed to cc1111
2444   * altos/telelco: Only display every 10th box number during scan
2445   * altos/telelco: 10ms is not enough time to get a packet back
2446   * altos/telelco: Make the RSSI led turn red when no packet is received
2447   * altosui: Handle missing pad distance in descent tab
2448   * altosui: Print exception stack trace when tracking flights
2449   * altos/avr: Use ISR_BLOCK to disable interrupts during slave ISR
2450   * altosui: Accept serial number of zero for eeprom download
2451   * altos: Only enable PWM on telescience_pwm product
2452   * altos: Add telescience-pwm product
2453   * altos: Build telescience-pwm product when possible
2454   * altos/megametrum: Switch back to using the MS5607
2455   * Bump version to 1.1.9.1
2456   * altosui: Re-add a couple of "unused" values
2457   * altos/stm: Stop spewing clock out PA8 pin
2458   * altosui: Add new filename filters
2459   * altosui: Correct megametrum eeprom filename date
2460   * altoslib: MegaMetrum eeprom never loses GPS date
2461   * altoslib: remove a couple of TM log record types from MM log parsing
2462   * altoslib: Compute accelerometer speed from megametrum eeprom data
2463   * altoslib: Move computed state from AltosRecord to AltosState
2464   * altoslib: Parse GPS .mega file entries for reply/graphing
2465   * altos: Document mega log packet types
2466   * altosui: Handle .mega files in Landed tab 'Graph Flight' button
2467   * altos/test: Use MMA655X in ao_flight_test_mm. Add run-mm to plot mm data
2468   * altoslib: Add AltosRecordNone.java
2469   * altosdroid: AltosState now has speed and max_speed funcs
2470   * altos: Add state comparisons to pyro channel conditions
2471   * altosui/altoslib: Add support for configuring pyro channels
2472   * altoslib: capitalize 'Invalid' state name appropriately
2473   * altos: Let AVR products override the stack size. Set telepyro to 104
2474   * altos: Allow pyro flight state config to be set
2475   * altos: make check-avr-mem utility executable
2476   * altosui: Allow any non-basestation to be configured
2477   * altosui: Allow AltosConfig to abort before serial line starts
2478   * altos: When slave mode first starts, accept any packet
2479   * altos: Force beep timer regs reload when enabling beeper
2480   * altos: Add ao_arch_block/release_interrupts to avr and cc1111
2481   * altos: profiling on STM32L
2482   * altos: Replace __critical usage with ao_arch_critical as needed
2483   * altos: Add stack-guard code. Uses STM MPU to trap stack overflow.
2484   * altos: Add task queues.
2485   * altos/megametrum: Depend on Makefile contents for build
2486   * Bump version to 1.1.9.2
2487   * altos: Switch drivers to ao_arch_block/release_interrupts
2488   * altos: Wrap ao_container_of value in parens
2489   * altos: Clean up cc1111 architecture macros a bit, removing cli/sei
2490   * altos: Clean up stm arch macros a bit.
2491   * altos: Leave interrupts disabled while checking for task to run
2492   * altos: Provide ao_task_alarm_tick to reduce per-tick cost
2493   * altos/attiny: Update to new interrupt macros
2494   * altos/micropeak: Switch to MS5607 sensor. Require 4m for boost. Elide dead code
2495   * altos: Build micropeak when avr-gcc is available
2496   * doc: Add micropeak manual
2497   * altos/micropeak: Set boost detect to 10m. Add 30s boost delay.
2498   * altos/attiny: Don't initialize the CS pin in the general SPI setup
2499   * altos/micropeak: Clock micropeak at 250kHz to save power
2500   * altos/micropeak: Run MS5607 at max resolution for micropeak
2501   * altos/attiny: Remove debugging code which frobs PB1
2502   * altos/stm: Support LEDs on multiple ports
2503   * altos: Remove 'volatile' from ao_rssi.c globals
2504   * altos: Remove legacy telemetry from ao_monitor when not needed
2505   * altos/megadongle: Add megadongle product
2506   * altos: Build megadongle when possible
2507   * doc: Start updating AltOS documentation for multi-arch
2508   * altoslib: Add (disabled) conversion for MS5611
2509   * altos: fix cc1120 radio test - state wasn't made static
2510   * altos: Make Tm recovery mode set RF cal and callsign too
2511   * altoslib: MegaMetrum data telem packets have sensor data, not flight no
2512   * altoslib: Allow flight number to be zero
2513   * altoslib: Reset telem tracking state when switching altimeters
2514   * altos: Clean everything, even if we don't have compilers
2515   * doc: Minor updates to the micropeak docs
2516   * altos: micropeak LED is orange now, not blue
2517   * altos: Slow down micropeak report timing
2518   * altos: Make TeleBalloon v1.1 build again
2519   * altos: Share getnibble function
2520   * altos: Shrink cc1111/ao_dbg.c a bit
2521   * altos: Share cc1111 reset/debug-start code
2522   * altos: Make stdio 8-bit clean by making pollchar return int
2523   * altos: Add support for 115200 baud serial rates
2524   * altos: Use ao_xmemcpy in ao_log_telem.c
2525   * altos: Add ao_task_minimize_latency to reduce IRQ delays
2526   * altos: Expose GPS serial fifo on MegaMetrum
2527   * altos: Add support for reflashing skytraq GPS chips
2528   * ao-tools: Add ao-sky-flash to update GPS firmware
2529   * altos: Make skytraq reflashing code try both 9600 and 4800 baud
2530   * ao-sky-flash: Clean up debug printfs a bit
2531   * ao-tools. Oops, let 'ao-mega' slip into build.
2532   * Another ao-mega addition which shouldn't be here
2533   * altos: shrink ao_companion_status by merging printf calls
2534   * altos: Break out GPS speed resetting sequence
2535   * altos: Add Pico Beacon code as ao_aprs.c
2536   * altos: Make aprs code output encoded packets to stdout
2537   * altos: Add test scaffolding for APRS
2538   * altos: Generate all of the APRS messages
2539   * altos: Add missing ao_aprs.h file
2540   * Signed-off-by: Keith Packard <keithp@keithp.com>
2541   * altos: Strip out everything but the basic position reporting from APRS
2542   * altos: Reduce printf calls in APRS packet generation
2543   * altos: Remove more unused APRS code
2544   * altos: More APRS trimming
2545   * altos: Remove APRS sine-wave table
2546   * altos: Remove a bunch of time bits from the APRS code
2547   * altos: Start restructuring APRS code to create and send packets
2548   * altos: Prepare APRS for use within altos itself
2549   * altos: Hook APRS up to the radio
2550   * altos: Hook up APRS to telemetry loop
2551   * altos: Allow telemetry, rdf and APRS to be individually controlled
2552   * altos: Send APRS packets even during ascent
2553   * altos: Shrink 'ao_version' by calling printf fewer times
2554   * altos: Change 'flight-number' to 'current-flight'
2555   * altoslib: Make AltosMs5607 capable of parsing ms5607 info lines
2556   * altoslib: Make AltosConfigData parse all of the config data
2557   * altosui: Use AltosConfigData for altosui configuration dialog
2558   * altos: fix functions calling pollchar to use 'int' to hold the value
2559   * altos: Fix up APRS packet sending code in cc1120 driver
2560   * altos: Make APRS interval configurable
2561   * altos: Use configured callsign in APRS packets
2562   * altosui: Call config UI from AltosConfigData directly
2563   * altosui: Add APRS interval configuration to UI
2564   * altos: Fix aprs test to not allow callsign configuration
2565   * altos: Stop including profiling and stack guard code in megametrum
2566   * altos: Store altitude in 32-bits for MicroPeak
2567   * altos: Make sure pa to altitude conversion is done with 32 bits
2568   * altos: Use alt_t value to hold displayed height in micropeak
2569   * altos: Increase MicroPeak blink times a bit
2570   * altos: Tim Van Milligan suggestion for ÂµP -- delay before showing last flight
2571   * altos: Add load-slow target for MicroPeak
2572   * altos: Log in-flight data for MicroPeak
2573   * doc: Update MicroPeak doc to include EEPROM and programming info
2574   * altos: Note that Lithium battery may be included with MicroPeak
2575   * altos: Log baro readings for MicroPeak
2576   * altoslib: Only list flight logs for boards that we know have them
2577   * altoslib: Discard previous flight state on SN change
2578   * doc: Add paragraph noting differences in JST polarity
2579   * doc: Add warning about matching battery voltage.
2580   * altoslib: unconfigured radio frequency data is now -1, not 0
2581   * altos: Round APRS data correctly
2582   * altos: Document what HAS_BOOT_RADIO does in the m25 driver
2583   * altos: Test APRS rounding by using coordinates near the boundary
2584   * altos: Wire up another CC1120 GPIO to get MARC status changes
2585   * altos: Add new MARC status pin interrupt bits to megadongle
2586   * altos: Re-enable beeper on megametrum
2587   * altos: Average MPU6000 values on ground for later use
2588   * altos: Make micropeak 'serial' interface work
2589   * altos: Add distinct LED pattern before writing log data
2590   * altosui: Clean up graph a bit, remove shapes, improve tooltips
2591   * altos: Actually record ground averages for 6dof sensor
2592   * Move libaltos to top level
2593   * Start building MicroPeak GUI tool
2594   * Add file chooser for MicroPeak
2595   * Lots more work on the MicroPeak application
2596   * altos: Fix cc1120 debug code to build on megadongle
2597   * altos: Fix MegaDongle CC1120 chip select pin
2598   * altos: megadongle radio int is C13, not C14
2599   * Create altosuilib to share code between altosui and micropeak
2600   * altoslib: Add units change notification list
2601   * micropeak: Use altosuilib
2602   * micropeak: Add flight stats pane
2603   * Allow CC1120 to sit on other SPI busses
2604   * micropeak is code complete now.
2605   * micropeak: Fix chart colors
2606   * micropeak: Add 'Close' menu item. Fix start location
2607   * Build installable versions of MicroPeak GUI
2608   * Build micropeak by default
2609   * micropeak: Check CRC on downloaded
2610   * Rename AltosConfigureUI to AltosUIConfigure
2611   * libaltos: Remove a couple of spurious debug printfs
2612   * altosui: Use altosuilib for configuration
2613   * altosui: Remove AltosVersion.java
2614   * altosui: Use shared AltosDeviceDialog
2615   * altosui: Use shared AltosFontListener class
2616   * altosui: Use shared AltosUIFrame and AltosUIDialog
2617   * altosui: Use shared AltosUIListener
2618   * altosui: Remove duplicate AltosUSBDevice
2619   * altoslib: Remove unused fake product_micropeak_serial
2620   * micropoint: Add MicroDataPoint
2621   * micropeak: Add CSV export
2622   * micropeak: Add view of raw data in GUI
2623   * altosuilib: Fix install issues on Linux
2624   * micropeak: Use JTextArea instead of TextArea
2625   * micropeak: Change graph tooltip units on the fly
2626   * micropeak: Add Mac OS Info.plist file
2627   * micropeak: Add command line export option
2628   * micropeak: Export in lots of units
2629   * micropeak: Use data.export for Raw display. Change to MPH
2630   * Add separate code path for listing FTDI devices
2631   * micropeak: Remove debug printf for command line
2632   * micropeak: Move raw view caret to top. Make raw text uneditable
2633   * micropeak: Use new libaltos entry point for FTDI devices
2634   * micropeak: Create .dmg file for apple. Create micropeak-jdb script
2635   * micropeak: Suggest filenames for saving data
2636   * micropeak: Create Mac OS X package
2637   * micropeak: Add ReadMe.rtf to Mac distribution
2638   * altosui: Create .dmg file for Mac OS X installations
2639   * altoslib: Don't smash existing GPS pad alt after boost
2640   * altoslib: Clean up AltosRecord clone methods
2641   * altos: Time out reading packet data from cc1120 after 100ms
2642   * libaltos: Need to check for tty/ttyACMx before ttyACMx
2643   * Fix up 'make fat' to build all libs and micropeak too
2644   * micropeak: Report recorded apogee instead of searching flight data
2645   * micropeak: Demonstrate how to hide various parts of the graph
2646   * micropeak: Create 'micropeak' script correctly
2647   * micropeak: Note when libaltos fails
2648   * altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling
2649   * altosui: Reference altosuilib.jar and altoslib.jar from original dirs
2650   * micropeak: Record samples before boost detect
2651   * altos: Initial telescience bits
2652   * Update avr ao_spi_slave code to match API changes
2653   * altos: Build telescience-v0.2
2654   * altos: Set STM GPIO output speed for SPI pins correctly
2655   * altos: Crank fast SPI on STM to 8MHz
2656   * altos: Change CC1120 SPI speed to 4MHz.
2657   * doc: Add simplesect headers to release notes
2658   * altos: Correct model error covariance matrix
2659   * altos: Add computation of MicroPeak Kalman correction coefficients
2660   * altos: Add Kalman filter to MicroPeak
2661   * micropeak: Show decimeters in stats window
2662   * micropeak: Fetch Mac and Windows drivers when creating packages
2663   * Tag version 1.1.9.3
2664   * altosi: callsign could not be configured for AltosUI
2665   * altosui/micropeak: Let native window system place windows
2666   * altosui: All of the Altos class is actually in AltosUILib now
2667   * altosui: Remove duplicate AltosUIPreferences.java
2668   * altosui: Make initial AltOS window position configurable
2669   * micropeak: Respect font size preference in MicroPeak stats tab
2670   * Add documentation for the MicroPeak USB interface
2671   * micropeak: Add mac build file Info.plist
2672   * micropeak: fix 'make clean' and .gitignore
2673   * Mark MicroPeak as a recording altimeter, not a peak-recording altimeter
2674   * Change AltosLib to altoslib
2675   * Add version numbers to java libraries
2676   * altoslib: fix Makefile JAR target
2677   * micropeak: Update Makefile to versioned Java libraries
2678   * altos: Document which MPU6000 revs have broken accel values
2679   * test: Accept micropeak CSV files for micropeak testing
2680   * altos: Add atmosphere.5c
2681   * doc: Add TeleMetrum and TeleMini drill templates
2682   * altosuilib: Remove duplicate AltosUnitsListener.java
2683   * altosuilib: Add graphing routines from MicroPeak
2684   * micropeak: Use altosuilib graphing functions
2685   * altoslib: Add AltosUnits.graph_format
2686   * altosuilib: Initialize graph axes units
2687   * altoslib: Fix altoslib install
2688   * altosuilib/micropeak: Add state markers to micropeak graph
2689   * altosui/altoslib/altosuilib: Switch altosui to shared graph code
2690   * altoslib: Fix a couple of unit functions to make them public
2691   * altosui: Adjust graph voltage tool-tip value format
2692   * altosui: Add callsign to Monitor Idle window (Trac #62)
2693   * altosui: Interrupt MonitorIdle when changing frequency/callsign
2694   * altosui: Display callsign in connecting message window
2695   * altoslib: Fix available flight log storage computation
2696   * altosui: Display block number while downloading flights. Track #51
2697   * altosui: Display count of erased flights along with their numbers
2698   * altosui: Add map and GPS data to graph window. Trac #50
2699   * Build Windows .nsi files in configure script
2700   * micropeak: Remove Info.plist
2701   * altosuilib: rescale axis when enabling data series
2702   * altosui: Stick file basename in graph window title
2703   * altosui: Remove graph series which aren't available
2704   * altosui: Fix AltosLanded call to AltosGraphUI
2705   * altos/stm: Add more bits to NVIC register definitions
2706   * Update build version to 1.2
2707   * altos/driver: Make HMC5883 driver build again
2708   * altos: telescience-v0.2 is an ARM product
2709   * altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapher
2710   * altosuilib: Disable graph element notifies for each add()
2711   * doc: Document how to get TeleMini to 'emergency recovery' mode
2712   * doc: Add version 1.2 release notes
2713   * libaltos: Open FTDI serial devices twice on Windows.
2714   * ao-tools: Add ao-dumpflash program
2715   * altoslib: Invalidate GPS new data bit when updating state
2716   * altosui: Add N/S and E/W to info table lat/lon values
2717   * ao-tools/lib: Add cc_telemetry_unparse
2718   * ao-tools: Add ao-edit-telem
2719   * altos: re-enable optimization for stm-demo. remove unused bits
2720   * micropeak: Improve download docs and UI
2721   * ao-tools: add ao-dump-up
2722   * Add telegps initial version
2723   * ao-tools: Make library support ÂµPusb
2724   * altos: Add cc115l driver (untested)
2725   * altos/telegps: Hook up cc115l driver
2726   * altos: Add RFPA0133 amplifier driver
2727   * altos: Improve CC115L driver. Generates carrier now.
2728   * altos/stm: Ensure SPI always sends 0xff during receive
2729   * altos: Allow radio recv and xmit to be separately configured
2730   * altos: Fix config to not abort radio recv when no recv is available
2731   * altos: Add SDCARD and FAT16 filesystem support
2732   * altos: Hook up the FAT16 and SD card support to telegps
2733   * altos: Add new panic flag for bufio misuse
2734   * altos: Teleshield has a radio, set HAS_RADIO in ao_pins.h
2735   * altos: Use FTDW, clear DATA bit. Disable backup write protection
2736   * altosui: Don't deref null pyros when saving altimeter config
2737   * altos: Add sanity checking to busy counts in bufio driver
2738   * altos: Clean up fat driver API. Improve fat test
2739   * altos: Add a simple cache for the FAT position->cluster computation
2740   * altos: seek forward on FAT cluster chain instead of restarting
2741   * altos: Add FAT32 support. And lots more testing.
2742   * altos: Add temporary RF power settings
2743   * altos: Get CC115L radio working.
2744   * altos: Configure cc115l sync byte count for each radio mode
2745   * altos: Lock cc115l radio mutex when using global radio values
2746   * altos: Export ao_fat_sync and ao_fat_full functions
2747   * altos: Add logging and telem to telegps
2748   * altos: Add SD card writing function
2749   * altos: Disable CC115L debug commands
2750   * altos: Move fat mount information to separate command.
2751   * altos: Add sdcard read/write tracing
2752   * altos: Do not release interrupts from any pollchar function
2753   * altos/stm: Add debugging mechanism to STM USB driver
2754   * altos/stm: Always check for idle IN buffer before sending
2755   * altos: Don't add fat commands when building ao_fat_test
2756   * altos: Unmount file system after each testing pass in ao_fat_test
2757   * ao-tools/ao-stmload: Be smarter about ELF parsing. Retry open on failure.
2758   * altos: Fix command-line FAT filename parsing
2759   * altos: Increase SD card timeout at startup time
2760   * altos: Make ao_fat_readdir return real error values instead of 1/0
2761   * altos: Create the log file if it doesn't already exist
2762   * altos: Flush the on-board mega log after every sample interval.
2763   * altos: let FAT tracing work in ao_fat_test as needed
2764   * altos: Make sure FAT cluster allocation works for size zero files
2765   * altos: Support open on multiple simultaneous FAT files
2766   * altos: Add a FAT test that re-writes the same file multiple times
2767   * altos: Provide build hooks for sampling profiler in telegps
2768   * altos: Retry SD card I/O. Use time for timeouts instead of counts
2769   * altos: Add defines for the specific pins used for telegps SPI
2770   * altos: Horrible kludge -- disable radio while talking with SD card
2771   * altos: Shorten SD initialization timeouts.
2772   * Set telegps USB id to 0025
2773   * altoslib: Make any incoming telem packet update the RSSI value
2774   * altosui: Don't display missing sensor data
2775   * altosui: Hide flight-related tabs for telegps
2776   * altosui: Display current GPS in 'pad' tab for 'startup' staten
2777   * altosui: Graph TeleMini flights without crashing
2778   * altos: Try RDF mode for TX calibration
2779   * altos: Create telebt-v1.0 product. Remove old telebt products
2780   * altos: Create telebt-v1.0 product. Remove old telebt products
2781   * altos: Monitor battery voltage on telebt
2782   * altoslib/altosui: Carry receiver status around in AltosListenerState
2783   * altoslib/altosui: Adapt monitor idle to new AltosListenerState
2784   * doc: Add an outline of an AltosDroid chapter
2785   * altosdroid: Hook up the position listeners
2786   * altosdroid: Send LOCATION and CRC_ERROR messages to UI.
2787   * altosdroid: Mike was right -- only need one LocationListener
2788   * altoslib: Add range and elevation to AltosGreatCircle
2789   * altosdroid: Compute course from android device to rocket, display it
2790   * altoslib: Remove spurious debug message
2791   * altosdroid: Check state.gps != null before using it
2792   * altosdroid: The Map already draws our location; no receiver marker needed
2793   * altos: Delay while waking up SD card a bit
2794   * altos: Stick a mutex around FAT operations
2795   * altos: Don't include bufio debug commands by default
2796   * altoslib: Remove spurious debug message
2797   * altos: Make sure the packet format is set reasonably for radio test
2798   * libaltos: Retry Windows serial port open five times
2799   * Windows: Add all of the AltusMetrum USB IDs to telemetrum.inf
2800   * altosdroid: Shrink text so it fits on my phone
2801   * altosdroid: Show our position in the map tab. Squeeze to fit phones
2802   * altosdroid: Get rid of a couple of startup messages
2803   * altosdroid: Update UI even if no telem has been received. Center map.
2804   * micropeak: Oops. Lost the call to actually start downloading data
2805   * altoslib: Check for null state.gps before accessing it in eeprom records
2806   * altosui: remove debug message from AltosFlightUI
2807   * altosdroid: Check for missing values
2808   * altosui: Handle broken network in map tile loading
2809   * altosui: Disable main deploy setting for TeleGPS
2810   * altosdroid: Fix integer formatting in tabs
2811   * altosdroid: Update distance/bearing on map tab
2812   * doc: Add a bunch of Altos Droid material to the docs
2813   * doc: Start filling in details about Altos Droid flight monitoring
2814   * libaltos: Try Bluetooth open 5 times on EBUSY
2815   * libaltos: Delay after opening bluetooth device on linux
2816   * altosdroid: Add Notebook to track feature requests
2817   * altosdroid: Add a few more Notebook entries
2818   * altosdroid: Add request for sat images to AltosDroid Notebook
2819   * Move cortex toolchain to /opt/cortex
2820   * altos: Re-generate TeleMega bits
2821   * Re-add telemega outline pictures
2822   * altos: Make SD card driver compile without radio support
2823   * altos: Add MR25 everspin MRAM driver
2824   * altos: Add TeleMega v0.3 support
2825   * altos: Build telemega-v0.3 by default
2826   * altos: All STM ADC users need to declare HAS_ADC_TEMP
2827   * altosdroid: Add wish for persistent TBT and freq settings
2828   * Allow build without SDCC
2829   * altos: Expose ao_put_string function
2830   * altos: Call ao_task_init before initializing any drivers
2831   * altos/stm: Always declare all romconfig variables
2832   * ao-tools/lib: Deal with binary USB data in debugging output
2833   * altos/stm: Remove USB EP0 task
2834   * altos: Make telemega-v0.3 binary use the right name
2835   * altos: Build test framework for AES code
2836   * altos: Provide timeout value to ao_radio_recv
2837   * altos: Make cc1120 driver wait for TX finished
2838   * altos: Clear any broken cc1120 TX fifo bits before transmitting
2839   * altos: Allow LCD segments to not be multiplexed across digits
2840   * altos: Add telelco-v0.2 project
2841   * altos: Add nickle micropeak log parsing code
2842   * altos/test: Add telemega plot helper script
2843   * altos: Ignore ao_aes_test binary
2844   * altos: Build test framework for kalman filter
2845   * altos: Add .gitignore to kalman test dir
2846   * altos: Add ublox checksum app to generate ublox config lines
2847   * altos: Add a bunch of .gitignore files
2848   * altos: More .gitignore bits
2849   * altosdroid: Add Notebook entry for reloading telem data option
2850   * altos: Compute "real" RSSI value in radio code as needed
2851   * altos: Reconfigure CC1120 receiver to match our usage
2852   * altos: Make cc1120 driver return false on recv timeout
2853   * altos: Stop using telelco v0.2 top LEDS for radio TX/RX
2854   * altos: Open up the DVGA gain to use all of the available settings
2855   * altos: Reduce stack usage of FAT driver and logger
2856   * altos: Use separate exception stack on STM32L
2857   * altoslib: Update GPS state even if new state is unlocked
2858   * altos: Mark GPS telemetry packets with GPS time stamp
2859   * altos: Use SYSTICK on STM32L
2860   * altos/test: Fix warning in ao_aprs_test
2861   * altos: Set APRS deviation to 3kHz
2862   * altos: Elide M25 debug output from storage info command
2863   * altos: Sanity check barometer before going to pad mode
2864   * Add STM self-flashing loader
2865   * altos: Make stm-flash capable of switching to application
2866   * altos: Add program flash function
2867   * altos: Clean up boot loader support
2868   * altos: Add actual flashing functions to stm-flash app
2869   * altos: Fix up stm-flash output file name. Use discovery LED pins
2870   * altos: Mark .boot section as (NOLOAD)
2871   * altos: Validate boot chain start address
2872   * altos: Fix STM flash programming
2873   * altos: Add erase command to stm-flash app. Validate addresses.
2874   * altos: Create ihx version of stm-demo
2875   * altos: Switch ao_stm_flash to read/write binary blocks
2876   * altos/stm: Add .elf to .ihx rule
2877   * altos/stm: Add comments to the .ld files explaining how the romconfig stuff works
2878   * ao-tools/lib: Add loading support for 32-bit ihx files
2879   * ao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing
2880   * altosui: Support 32-bit ihx files
2881   * altosui & altoslib: Move a pile of debug/programming bits to altoslib
2882   * altosui/altoslib: Move more flashing code from altosui to altoslib
2883   * ao-tools/ao-stmload: Remove IRC dregs in source code
2884   * altos: Move ao_notask to core
2885   * altos: Eliminate stdio looping when system has a single stdio source
2886   * altos/stm: Don't define task macros when not tasking
2887   * altos/stm: Allow core timer to be excluded from build
2888   * altos/stm: Shrink stm flash loader to < 4kB
2889   * altos/stm: Provide another 4kB of flash space for apps
2890   * altos: Use flash loader on all STM products
2891   * ao-tools: reboot to loader now uses 'X' instead of 'L'
2892   * ao-tools/ao-stmload: application base moved to 0x08001000
2893   * altos/stm-flash: Check target flash address against AO_BOOT_APPLICATION_BASE
2894   * altos: Allow STM usb driver to be used without stdio
2895   * altos: Run self loader when application sets boot addr to 0
2896   * altos: Make stm-bringup build again
2897   * altos: Get rodata into flash, make sure sections are aligned
2898   * altos: Remove stdio from stm-flash
2899   * ao-tools/ao-stmload: Add --verbose flag
2900   * altos: Add ao_boot_chain to telemega v0.3
2901   * altos/stm: Create per-product flash loaders
2902   * altos: Wait after configuring boot pin before testing it
2903   * Add altosdroid notebook entry for imperial units
2904   * altoslib: Add non-persistent 'last logdir' preference
2905   * Information from configure about android build was misprinted
2906   * micropeak: Use new 'last logdir' preference for MicroPeak save/load dialogs
2907   * altosui: Wait for valid callsign/flight when graphing
2908   * altoslib: Correct hexfile address ranges
2909   * altosuilib: Mistake in the MegaDongle listing -- was set to TeleMega
2910   * altos: Don't bother fixing telelco-v0.1, just disable it
2911   * altos: Add U-Blox GPS driver
2912   * altos: Provide a define for the number of sat infos in a telem packet
2913   * altos: Switch TeleMega v0.3 to u-blox
2914   * altos: Struct used for u-blox testing had lat/lon swapped
2915   * altos/test: ao_gps_test_ublox uses ao_gps_blox.h
2916   * altoslib: Use sequence numbers to track GPS updates to AltosRecord
2917   * altosui: Use GPS alt + baro height for KML altitude
2918   * altosui: Generate useful KML files from TeleGPS logs
2919   * altos: Use symbolic names for ublox packet id
2920   * altos: Set u-blox navigation settings
2921   * altos/cc1111: Hack on USB driver to make Windows happy
2922   * libaltos: use PurgeComm in Windows altos_close to abort in-progress ops
2923   * libaltos: Build the linux library targets when doing a 'fat' build
2924   * altos/telemega: The last two igniters are apogee and main
2925   * Create release notes for 1.2.1
2926   * doc: Update description of graph window to note new tabs (config and map)
2927
2928   [ Robert Garbee ]
2929   * telescience: steal last adc channel for icp3 most recent value Make the ICP3 rpm counter use in ao_adc_avr.c optional
2930   * first work on PWM input to TeleScience, 'p' command displays timer 1
2931   * Timer 3 working with slower clock and all 16 bits.
2932   * ICP3 working
2933   * telescience: correctly calculating rate values with higher resolution
2934
2935  -- Bdale Garbee <bdale@gag.com>  Tue, 21 May 2013 09:43:47 -0600
2936
2937 altos (1.1.1-1) unstable; urgency=low
2938   * new upstream bug-fix release
2939     - fix flight data deletion problem affecting TeleMetrum v1.0 boards only
2940     - fix broken Google Earth export from on-board flight data (.eeprom) files
2941     - fix units displayed on "Landed" tab in UI to honor imperial units flag
2942     - display both range to the rocket and ground distance in "Descent" tab
2943     - fix bug in sensor data display for TeleMini in "Monitor Idle" mode
2944
2945  -- Bdale Garbee <bdale@gag.com>  Sun, 16 Sep 2012 14:07:23 -0600
2946
2947 altos (1.1-1) unstable; urgency=low
2948
2949   * new upstream minor release, which provides a few new features in AltosUI
2950     and the AltOS firmware, and fixes bugs
2951     - Add apogee-lockout value. Overrides the apogee detection logic to
2952       prevent incorrect apogee charge firing.  A configuration menu 
2953       provides a list of reasonable values, or the value can be set by hand.
2954     - Fix a bug where the data reported in telemetry packets was from 
2955       320ms ago.
2956     - Force the radio frequency to 434.550MHz when the debug clock
2957       pin is connected to ground at boot time. This provides a way
2958       to talk to a TeleMini which is configured to some unknown frequency.
2959     - Provide RSSI values for Monitor Idle mode. This makes it easy to check 
2960       radio range without needing to go to flight mode.
2961     - Fix a bug which caused the old received telemetry packets to
2962       be retransmitted over the USB link when the radio was turned
2963       off and back on.
2964     - Fix a bug that caused GPS ready to happen too quickly. The
2965       software was using every telemetry packet to signal new GPS
2966       data, which caused GPS ready to be signalled after 10 packets
2967       instead of 10 GPS updates.
2968     - Fix Google Earth data export to work with recent versions. The
2969       google earth file loading code got a lot pickier, requiring
2970       some minor white space changes in the export code.
2971     - Make the look-n-feel configurable, providing a choice from
2972       the available options.
2973     - Add an 'Age' element to mark how long since a telemetry packet
2974       has been received. Useful to quickly gauge whether
2975       communications with the rocket are still active.
2976     - Add 'Configure Ground Station' dialog to set the radio
2977       frequency used by a particular TeleDongle without having to go
2978       through the flight monitor UI.
2979     - Re-compute time spent in each state for the flight graph; this
2980       figures out the actual boost and landing times instead of
2981       using the conservative values provide by the flight
2982       electronics. This improves the accuracy of the boost
2983       acceleration and main descent rate computations.
2984     - Make AltosUI run on Mac OS Lion. The default Java heap space
2985       was dramatically reduced for this release causing much of the
2986       UI to fail randomly. This most often affected the satellite
2987       mapping download and displays.
2988     - Change how data are displayed in the 'table' tab of the flight
2989       monitoring window. This eliminates entries duplicated from the
2990       header and adds both current altitude and pad altitude, which
2991       are useful in 'Monitor Idle' mode.
2992     - Add Imperial units mode to present data in feet instead of
2993   * update build-deps to use cc1111 intead of sdcc, closes: #676739
2994   * update build-deps to use default-jdk, closes: #655580
2995
2996  -- Bdale Garbee <bdale@gag.com>  Thu, 13 Sep 2012 14:46:50 -0600
2997
2998 altos (1.0.3) unstable; urgency=low
2999
3000   [ Bdale Garbee ]
3001   * lose the bluetooth lib dependency until it's relevant
3002   * don't try to include bluetooth headers
3003   * don't try to link bluetooth lib
3004   * mention release notes in Releasing file prep stage
3005   * more notes on release notes in Releasing
3006   * releasing 1.0.3
3007
3008   [ Keith Packard ]
3009   * altos: Create TeleMetrum v1.2 directory
3010   * Add 1.0.3 release notes.
3011
3012  -- Bdale Garbee <bdale@gag.com>  Sun, 25 Dec 2011 19:08:56 -0700
3013
3014 altos (1.0.2) unstable; urgency=low
3015
3016   [ Bdale Garbee ]
3017   * update release process docs
3018   * update changelogs for Debian build
3019   * include 1.0.1 release notes in docs, closes: #642705
3020   * add run-time dependency on libjfreechart-java
3021
3022   [ Keith Packard ]
3023   * altos: Delay reboot by a second to avoid re-entering idle mode
3024   * Bump to version 1.0.2
3025   * altos: TM: Don't turn on packet slave mode until idle/invalid state
3026   * doc: Add 1.0.2 release notes
3027
3028  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Sep 2011 01:58:27 -0600
3029
3030 altos (1.0.1) unstable; urgency=low
3031
3032   [ Bdale Garbee ]
3033   * use multimaint-merge to make Debian changelogs less ugly
3034   * update TeleMini turnon script now that we've made a stable firmware release
3035   * moving git-buildpackage config into .git/ since it is fairly specific to 
3036     Bdale's build environment, and doesn't need to be in the source package
3037   * get ready for a 1.0.1 release
3038   * update changelogs for Debian build
3039   * fix telemini firmware path name
3040   * ignore generated log file
3041   * roll release notes version from 1.0 to 1.0.1
3042   * roll back packaging changelog for rebuild
3043
3044   [ Keith Packard ]
3045   * altos: Clear callsign on initial config load
3046
3047  -- Bdale Garbee <bdale@gag.com>  Fri, 26 Aug 2011 10:39:29 -0600
3048
3049 altos (1.0) unstable; urgency=low
3050
3051   [ Keith Packard ]
3052   * altos: Lost change that reported flight 0 when log memory was full
3053   * altosui: Ancient log files used 'apogee' for 'coast' state
3054   * altosui: Add 'On-board Data Logging' indicator to pad tab
3055
3056   [ Bdale Garbee ]
3057   * update changelogs for Debian build
3058   * update changelogs for Debian build
3059
3060   [ Keith Packard ]
3061   * altosui: remove debug printf in pad pane
3062   * altosui: Disable 'max flight log' config when there are stored flights
3063   * altos: Merge common config code in ao_config.c
3064   * Bump version to 0.9.7
3065   * altos/altosui: Add ability to disable telemetry/rdf completely
3066   * altosui: Clean up command line processing. Add --graph
3067   * altos-fat/windows: Check and install Java 1.6 as needed
3068   * altosui/windows: Fix a bunch of windows compiler warnings.
3069   * altosui: Attempt to make both 32- and 64-bit windows DLLs
3070   * doc: Add note about telemetry disable mode to 1.0 release notes
3071   * doc: Add Installation Recommendations chapter
3072   * altosui: Add a few simple unit conversions
3073   * altosui: Capture date/time/serial/flight in AltosFlightStats
3074   * altosui: Add date/time/serial/flight to flight stats tab
3075   * altosui: Show filename in AltosGraph window
3076   * altosui: Add --summary option to dump flight stats to stdout
3077   * altosui: Make monitor-idle display correct 'On-board data logging' status
3078   * altosui: Can't configure flight log max on TeleMini
3079   * altosui: fix 'magic' string to signal end of config data
3080   * altosui: Only 'show' config dialog once
3081   * altosui: Reset all config data on 'reset' command
3082   * altosui: Update mac os X library
3083   * libaltos: fix Mac OS X function signatures
3084   * altosui: add tool-tips to the button box.
3085
3086   [ Bdale Garbee ]
3087   * turn off auto-tagging during Debian build
3088   * update changelogs for Debian build
3089   * rewind changelog to 0.9.6.0 for rebuild
3090   * update changelogs for Debian build
3091
3092   [ Keith Packard ]
3093   * altosui: Use system look&feel
3094   * Remove stale tools (ao-dumplog, ao-postflight, ao-view)
3095   * altosui: Add tool-tips to config dialogs
3096   * altosui: Try to get dialogs to look a little better
3097
3098   [ Bdale Garbee ]
3099   * another test round
3100   * roll changelog back in prep for another test build
3101   * update changelogs for Debian build
3102   * add pkg-config to the build deps
3103   * prepare for another rebuild
3104   * update changelogs for Debian build
3105
3106   [ Keith Packard ]
3107   * altosui: Don't trust companion telemetry record 'channels' count
3108   * altosui: Make flight monitor font size configurable
3109   * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)
3110
3111   [ Bdale Garbee ]
3112   * doc tweaks through chap 3
3113
3114   [ Keith Packard ]
3115   * doc: Spelling corrections in altusmetrum.xsl
3116   * doc: Document pad-mode 'on-board data logging' indicator
3117
3118   [ Bdale Garbee ]
3119   * more doc tweaking
3120
3121   [ Keith Packard ]
3122   * doc: Describe packet command mode a bit better.
3123   * doc: Move Packet Command Mode section to System Operations chapter
3124
3125   [ Bdale Garbee ]
3126   * more doc tweaks
3127   * more tweaks
3128
3129   [ Keith Packard ]
3130   * doc: use 'radio link' to refer to packet command mode
3131
3132   [ Bdale Garbee ]
3133   * more tweaking
3134
3135   [ Keith Packard ]
3136   * doc: Move updating device firmware section to separate chapter
3137   * doc: Updating Firmware is now a separate chapter
3138
3139   [ Bdale Garbee ]
3140   * more changes
3141
3142   [ Keith Packard ]
3143   * doc: Move the remaining command-mode descriptions to the appendix
3144
3145   [ Bdale Garbee ]
3146   * tweak tweak tweak
3147
3148   [ Keith Packard ]
3149   * doc: Describe max flight log, ignite mode and pad orientation
3150   * doc: Remove duplicate documentation about max flight log
3151
3152   [ Bdale Garbee ]
3153   * more tweaks
3154   * prepare to release
3155   * don't deliver sources.list fragment in official Debian packages
3156   * changes in preparation for upload to Debian
3157   * ao-view is no longer included in the altos package, so have the 
3158     old-style Debian menu entry point to altosui instead
3159   * rewind packaging changelog to last tagged version
3160   * update desktop file for consistency with package section
3161   * we need a main category in the desktop file
3162   * really, I mean it, no longer deliver the sources.list fragment
3163   * add a postinst to remove sources.list.d fragment delivered by old 
3164     private versions of this package, no longer needed once we have 
3165     official packages
3166
3167  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Aug 2011 02:22:21 -0600
3168
3169 altos (0.9.6.0) unstable; urgency=low
3170
3171   [ Keith Packard ]
3172   * altos: Correct flight log max on Tm to 5k
3173   * altosui: Change button to 'Configure Altimeter'
3174   * altos: Remove pad_orientation functions from non-accel devices
3175   * altos: Add ability to set arbitrary radio frequency
3176   * altosui: Add dialogs to configure 'common' frequencies
3177   * altosui: Convert from channels to frequencies
3178   * Set version to 0.9.5.0
3179   * altosui: altimeter is not spelled altimter
3180   * altosui: Pull out BlueTooth support
3181   * altos: minor type in comment about accel correction
3182   * altosui: Must set radio calibration before radio setting
3183   * altosui: A few misc cleanups.
3184   * altosui: Have single radio_to_frequency function
3185   * altosui: Save frequency after setting it in AltosFlightUI
3186   * altosui: Show AltosFrequency in scan results
3187   * altosui: Remove debugging printfs from AltosSerial
3188   * altosui: Flush radio setting to serial device
3189   * altosui: Remove unused AltosConfigData from AltosTelemetryReader
3190   * altosui: Reading serial from swing thread only bad if remote
3191   * altosui: Make set of telemetries to use while scanning configurable
3192   * altosui: Add close button to 'fire' dialog
3193   * altos: Switch telemini from v0.1 to v1.0
3194   * altosui: Don't export product defs from libaltos
3195   * altosui: Ensure serial code tracks reply nesting correctly
3196   * altosui: Ship TeleMini v1.0 firmware with fat blobs
3197   * Altosui: Add flight statistics tab to graph window
3198   * altosui: Add a 'Graph Flight' button to the 'landed'  tab
3199   * altosui: Prune telemetry file graphs to just the flight
3200   * altosui: Plot reasonable data from Tm files
3201   * altosui: Move launch-sites.txt file to altusmetrum.org
3202   * Bump version to 0.9.6.0
3203   * doc: Update altusmetrum.xsl for v1.0 software and TeleMini
3204   * doc: Document Ignite Mode and Pad Orientation configuration options
3205   * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
3206   * doc: Add telemetry docs to debian/linux/mac/windows packages
3207   * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
3208   * doc: Add 1.0 release notes.
3209   * altos: Pull igniter pins low as soon as possible at boot time
3210   * altos: Apply igniter boot pulse-width reduction to telemini
3211   * altos: remove monitor disable stubs from altimeter code
3212   * ao-tools: ao-list was crashing with more than 3 devices connected
3213   * libaltos: Mis-allocated device list in libaltos
3214   * altos: shrink text space from ao_config.c
3215   * altos: re-write a bit of GPS parsing code to reduce size
3216   * altos/altosui: Report log format in the version command
3217   * altos: Don't try to use non-basestations for remote eeprom download
3218   * altos: Add SPI-based companion board support
3219   * altos: Put SPI in slower mode when talking to companion board
3220   * altos: Make sure companion task exits cleanly when done
3221   * altos: add the 'L' command to show the status of a linked companion board
3222   * altos: Check for companion init packet validity was busted
3223   * altosui: Add companion support to the flight UI and CSV conversion
3224   * altos: Send SPI message at flight state changes
3225   * altos: Send serial/flight to companion board
3226   * altos: wait 10s for companion to boot
3227   * altosui: Clean up eeprom parsing a bit
3228   * altosui: Add support for TeleScience eeprom download
3229   * altosui: Devices with log-format can also delete flights
3230   * altosui: Eliminate inter-chunk flush_input calls
3231   * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
3232   * altos: Correct AO_CONFIG_MINOR from 6 to 7
3233   * altos: Reset radio channel to zero when using radio setting
3234   * altos: use raw height while waiting for landing
3235   * altosui: don't set channel when using radio setting
3236   * altosui: Respect storage limits in flight log max config
3237
3238  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Aug 2011 22:47:25 -0600
3239
3240 altos (0.9.4.5) unstable; urgency=low
3241
3242   [ Keith Packard ]
3243   * altosui: Mark empty eeprom records 'invalid', don't generate exception
3244   * altosui: Always read whole eeprom block, even at end of flight
3245   * altosui: Display eeprom parsing errors to user
3246   * Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
3247
3248   [ Anthony Towns ]
3249   * src/ao_cmd: Shave off bytes from doc strings
3250
3251   [ Keith Packard ]
3252   * altos: Oops. Lost a couple of commands when merging the doc patch
3253   * altosui: Missed jcommon.jar in the Mac OS install image
3254   * Bump published version number to 0.9.1
3255   * aoview: remove -s option.
3256
3257   [ Anthony Towns ]
3258   * ao_intflash: Use internal flash for storage
3259
3260   [ Keith Packard ]
3261   * altos: Make serial, usb, beeper and accelerometer optional components
3262   * altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
3263   * altos/test: Add baro-only flight test program
3264   * altos: Start with packet slave running. Turn off in pad mode.
3265   * altos: Add TeleMini v1.0
3266
3267   [ Anthony Towns ]
3268   * ao_intflash: Avoid overwriting code
3269
3270   [ Keith Packard ]
3271   * altos: Switch LED usage for TeleMini around
3272   * altos: Switch pins around for TeleMini
3273   * bringup: Add script for telemini
3274   * ao-load: Make usb descriptor rewriting optional
3275   * altos: oops -- altitude reporting wasn't pausing between signals
3276   * altos: Internal flash ops block when running from flash
3277
3278   [ Anthony Towns ]
3279   * ignore new flight test file
3280
3281   [ Keith Packard ]
3282   * altos: Add tiny logging for TeleMini/TeleNano
3283   * altos: Add kalman filters for baro-only boards
3284   * altos: Tiny logging fixes. Scan at start, stop when land or full.
3285   * altos: Add TeleNano support
3286
3287   [ Bdale Garbee ]
3288   * fix up script to work and have reasonable texts
3289
3290   [ Keith Packard ]
3291   * altos: Fix mini/nano default log size to available flash space
3292   * altos/test: Add scripts to run lots of flights through the code
3293   * altos: Write height values to log for nano/mini
3294   * altos: Baro-only boards must not detect launch on accel or speed data
3295   * altosui: Add software version to Configure AltosUI dialog
3296   * altos: Don't init packet slave on TD. Make slave start optional
3297   * altos: Configure packet size from send/recv parameters.
3298   * altos: Make telemetry interval more consistent
3299   * altos: Split out tiny telemetry from full telemetry
3300   * altos: Split telenano main from telemini
3301   * altos: The kalman code requires a constant sample rate
3302   * altos: New telemetry report format (version 4). Supports tiny telemetry.
3303   * altos: Add .sdcdbrc file for teledongle
3304   * altos: Add nickle kalman implementation.
3305   * altos: Switch telemetrum over to kalman filter
3306   * altos: Compute a 'trust' value for the barometer
3307   * altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
3308   * altos: Clean up some debug stuff in ao_flight.c
3309   * altos: Add ao_flight_debug code
3310   * altos: Missing parens and some bad arithmetic in the kalman code
3311   * altos: Fix up flight code testing
3312   * altos: Restore sensible kalman values
3313   * altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
3314   * altos: Exit flight test at landing. Allow description in test flight list
3315   * Add ao_kalman.h to .gitignore
3316   * Add description to test flights
3317   * altosui: Add support for telemetry version 4
3318   * altosui: Add telemetry format menu and preferences
3319   * altosui: Remove a bunch of debug printfs from the eeprom manager code
3320   * altosui: Add support for downloading TeleMini/TeleNano flight logs
3321   * altosui: Remove extra AltosEepromBlock layer
3322   * altosui: swing hide/show methods are deprecated
3323   * altosui: Allow TM config connection to be canceled.
3324   * altos: Variable log rate in full logging code too
3325   * altos: full logging must flush pending data before checking state
3326   * altosui: Off-by-one error in telemetry format configuration UI
3327   * altosui: Allow radio channel to be configured over the radio link
3328   * altosui: Tell serial device which frame to use for timeout dialogs
3329   * altosui: Handle serial calls from swing thread
3330   * altos: Split up flight code into separate flight/sample/kalman bits
3331   * altos: Create custom nano flight code
3332   * altosui: Clean up packet link connecting dialog
3333   * altosui: Make flight log downloading handle 'Connecting...' dialog
3334   * altosui: Make deployment testing handle Connecting... dialog
3335   * altosui: Display exception messages from swing thread
3336   * altosui: Don't display 0000-00-00 for missing flight log dates
3337   * altos: ao_sample_preflight was exiting preflight mode immediately
3338   * altos: Run RDF beacon after apogee instead of waiting for landing
3339   * altos: Enable logging during nano flights
3340   * altosui: Parse and export Max flight log value
3341   * altosui: Only plot acceleration when present in data file
3342   * altos: Reflect ao_flight split in ao_flight_test dependencies
3343   * altos: Baro useful ceiling is MSL, not AGL
3344   * altos: Make ao_flight_test show true height but report saturated height
3345   * altos: Add initial TeleBT code
3346   * altos: Add P2SEL_*_MASK defines to cc1111.h
3347   * altos: expose set of available stdio values
3348   * altos: Provide for a pre-filter on commands
3349   * altos: Allow any stdio to be used with packet forwarding
3350   * altos: Remove serial monitor command
3351   * altos: Make ao_serial_drain public
3352   * altos: Clean up usage of serial port for stdio
3353   * altos: Clean up serial initialization
3354   * altos: Make cmd echo per-connection instead of global
3355   * altos: Clean up BT serial communcations
3356   * altosui: Add missing AltosTelemetryMap.java file
3357   * altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
3358   * altosui: Add TeleBT USB device support
3359   * altosui: Add low-level Bluetooth APIs
3360   * altos/altosui: Log averaged baro sensor data in Tm/Tn
3361   * altosui: oops - lost state changes when downloading eeprom data.
3362   * altos: Write a few pre-launch samples for Tm/Tn devices
3363   * altosui: Add primitive bluetooth device manager UI.
3364   * altosui: Create abstract AltosDevice class
3365   * altosui: Make AltosBTDevice implement AltosDevice interface
3366   * altosui: Make bluetooth dialog modal
3367   * altosui: Use persistent list of bluetooth devices for device dialogs
3368   * altos: Add delays to bt startup sequence
3369   * altosui: Wait two seconds after bluetooth connect XXX
3370   * altos: Solidify BT connections
3371   * altos: Simplify BT communications
3372   * altos: Remove bt debug command
3373   * altos: remove BT logging code
3374   * altosui: Eliminate ao_cmd_filter hook
3375   * altosui: Make flight data download work through TeleBT
3376   * altos: add telebt-v0.0 Makefile
3377   * altosui: Separate out flash debug code to separate thread
3378   * altosui: Fix TeleBT name in flight monitor title
3379   * altosui: Display reader name (usually the device) when an I/O error occurs
3380   * altosui: Move AltosIgniteUI device open out of Swing thread
3381   * altosui: Fix BT manage dialog so that the device lists resize
3382   * altos: Add preliminary telebt v0.1 defines
3383
3384   [ Bdale Garbee ]
3385   * first cut at a telebt turn on script
3386
3387   [ Keith Packard ]
3388   * altos: Add telebt-v0.1 to Makefile
3389   * altos: Use USART configuration 1 with flow control for TBT
3390   * altos: Fix BT link status pin for real TBT hardware
3391   * altos: pull TBT v0.1 ser_reset line low
3392   * altos: Add beeper to TBT v0.1
3393   * altos: Debugging TBT issues -- check pin configuration after boot
3394   * altos: Initialize beeper for telebt
3395   * altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
3396   * altos: clear CPU port 1 interrupt flag when handled
3397   * Revert "altos: Debugging TBT issues -- check pin configuration after boot"
3398   * Switch version to 0.9.4
3399   * altosui: Handle old TeleDongle receiving kalman telemetry packets
3400   * altos: Rename telemetry to telemetry_orig
3401   * altos: Add arbitrary telemetry packet monitoring
3402   * altos: Add checksum to TELEM output lines
3403   * altos: Start adding new telemetry frame definitions
3404   * altos: ao_radio_recv needs byte count *including* rssi and status
3405   * altosui: Support raw telemetry from TeleDongle
3406   * doc: Add telemetry format description
3407   * doc: Complete initial telemetry description
3408   * doc: Fix a few minor telemetry doc mistakes
3409   * Version strings must be < 8 bytes long
3410   * altos: teledongle does not need ao_packet_slave.c
3411   * altos: Shrink const space in ao_config
3412   * altos: Add sat info to GPS report command
3413   * altos: Shrink help text
3414   * altos: Add split telemetry code
3415   * altos: Complete new telemetry switchover
3416   * altosui: Parse remaining standard telemetry packets
3417   * doc: Chang Config and Location packets
3418   * altos: Adapt to changes in telemetry Configuration packet
3419   * doc: Add section about TeleDongle USB line format
3420   * altosui: Elide nul bytes at end of telemetry string values
3421   * altosui: Elide missing values from graphs
3422   * altosui: Add main/drogue voltages to default graph
3423   * altosui: Remove debug printf.
3424   * altosui: Compress telemetry records marked with the same time
3425   * altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
3426   * altos: Shrink ao_config_callsign_set
3427   * altos: Shrink ao_add_task by rolling up a memset loop
3428   * altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
3429   * altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
3430   * altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
3431   * altos: Switch ao_report.c __xdata to __pdata
3432   * altos: Switch ao_rssi.c __xdata to __pdata
3433   * altos: Switch ao_sample.c __xdata to __pdata
3434   * altos: Switch ao_serial.c __xdata to __pdata
3435   * altos: Switch ao_stdio.c __data to __pdata
3436   * altos: Switch ao_telemetry.c __xdata to __pdata
3437   * altos: Switch ao_usb.c __xdata to __pdata
3438   * altos: Switch const for __code in struct ao_cmds
3439   * altos: switch ao_cmd __xdata to __pdata
3440   * altos: Switch ao_config.c __xdata to __pdata
3441   * altos: Switch ao_dbg.c __xdata to __pdata
3442   * altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
3443   * altos: Switch flash drivers __xdata to __pdata
3444   * altos: Switch Tm and Tn to common telemetry code
3445   * altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
3446   * altos: Ensure low-rate telem packets interleave with sensor telem packets
3447   * altos: product defines are always in ao_product.h
3448   * altosui: Build device constants into .java code
3449   * altosui: Don't show missing igniter and gps values
3450   * altos: new versions of sdcc require __ prefixes for custom keywords
3451   * Set version to 0.9.4.3 for Bdale 2011-7-16 flights
3452   * altosui: Start adding support for scanning radio for available devices
3453   * altosui: Pop up monitor window from scan dialog
3454   * altosui: Remove debugging printf from AltosLog
3455   * altosui: Configuration telemetry record includes flight number
3456   * altosui: Finish radio scanning UI
3457   * altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
3458   * altosui: Initialize channel and telemetry before use in ScanUI
3459   * altosui: Set 'seen' bits in legacy telemetry packet reader
3460   * altosui: Add map preloading GUI
3461   * altosui: Try to avoid resize weirdness with map preloading
3462   * altosui: Flush telemetry lines before starting to watch for scan results
3463   * altosui: Display full map preload area in view.
3464   * altosui: Remove a bunch of sitemap debugging printfs
3465
3466   [ Anthony Towns ]
3467   * altosui: Make sure degree and minute values are visible (map preload)
3468
3469   [ Keith Packard ]
3470   * Set version to 0.9.4.4
3471   * altos, altosui: Add igniter mode (dual, apogee, main)
3472   * altosui: Download list of site locations for map preloading
3473   * altosui: Add launch-sites.txt
3474   * altosui: Add a bunch more site locations
3475   * altosui: Mark preload site location with red circles (like launch)
3476   * Fix NCR Pawnee location
3477   * Add HARA Bragg Farms site
3478   * altosui: Change continutity colors to yellow/magenta
3479   * altos: Add ability to read new TELEM files to ao_flight_test
3480   * altos: Average height values for landing detection
3481   * altos: Reduce height averaging filter time constant
3482   * altos: Require sequencing through 'main' state before landing
3483   * altosui: Standard text field in flight UI needs more width (now 20)
3484   * altosui: Parse accel cal from 'c s' command
3485   * altosui: Simple timeouts don't work with query data
3486   * altosui: Add idle monitor dialog
3487   * altos/altosui: Add pad orientation configure option
3488
3489   [ Bdale Garbee ]
3490   * update version for a Bdale build for use turning on TeleMini v1.0
3491   * simplify version in last changelog entry so git-dch is less confused
3492   * update changelogs for Debian build
3493   * update changelogs for Debian build
3494   * stop doing automatic tag push during builds
3495   * build depend on bluetooth dev package
3496   * clean up all existing lintian warnings
3497   * rewind changelog for re-build of 0.9.4.5
3498
3499  -- Bdale Garbee <bdale@gag.com>  Mon, 08 Aug 2011 09:37:04 -0600
3500
3501 altos (0.9.1) unstable; urgency=low
3502
3503   [ Keith Packard ]
3504   * ao-load: fix usage message to note that '=' is required for options
3505   * altos/test: Add dependencies in the Makefile for ao_flight_test
3506   * altos/test: auto-configure acceleration parameters from the log file
3507
3508   [ Anthony Towns ]
3509   * ao_radio: generalise setup of packet size
3510   * src/ao_gps_skytraq: simplify parsing code
3511   * src/ao_gps_skytraq.c: Update logging rate to 10Hz
3512
3513   [ Bdale Garbee ]
3514   * tie bringup scripts to Bdale's bench TeleDongle
3515
3516  -- Bdale Garbee <bdale@gag.com>  Fri, 01 Apr 2011 20:02:12 -0600
3517
3518 altos (0.9) unstable; urgency=low
3519
3520   [ Bdale Garbee ]
3521   * prepare to release
3522   * update changelogs for Debian build
3523   * update turnon script to prefer TeleDongle as programmer
3524
3525   [ Keith Packard ]
3526   * altos: Program default flight log max value for new boards
3527
3528  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:46:47 -0700
3529
3530 altos (0.8.1+81+g4ae724f) unstable; urgency=low
3531
3532   * we need an install target to prevent parent dir make from failing
3533
3534  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
3535
3536 altos (0.8.1+79+g9a5666f) unstable; urgency=low
3537
3538   [ Keith Packard ]
3539   * doc: Don't delete telemetrum-outline.pdf
3540   * doc: Add v0.9 features from altosui to documentation.
3541
3542   [ Bdale Garbee ]
3543   * add 0.9 revision entry, with caveat about telemetry format change
3544   * freshen copyright year
3545
3546   [ Keith Packard ]
3547   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
3548   * fat: Add docs to Linux package
3549   * doc: Build with 'make all' from top level. Build with 'make fat'
3550
3551  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
3552
3553 altos (0.8.1+71+gda42f40) unstable; urgency=low
3554
3555   [ Keith Packard ]
3556   * doc: Add telemetrum mounting template in svg and pdf forms
3557
3558   [ Mike Beattie ]
3559   * Re-order and re-arrange eeprom download dialog
3560   * Convert EepromSelect dialog to use a GridBag
3561   * Close serial port if Download/Delete dialog is cancelled.
3562
3563   [ Keith Packard ]
3564   * altosui: Reset eeprom download instance variables before reading
3565     flight
3566   * altosui: Make serial debug more complete and accurate
3567   * altosui: Use long input flush timeout when remote.
3568   * altosui: Remove debug message when eeprom downloads are complete.
3569   * altosui: Ensure serial device is closed after eeprom download
3570     finishes
3571   * altosui: Require 4 sats to light up the 'GPS locked' light.
3572   * doc: inkscape tracks the filename inside the document
3573   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
3574   * altos: Flush log when full
3575
3576   [ Anthony Towns ]
3577   * altos: Restructure skytraq NMEA parsing code to save some space
3578
3579   [ Keith Packard ]
3580   * altos: average 512 accel/baro samples at startup instead of 1000
3581
3582   [ Mike Beattie ]
3583   * altos: Added check for an accel value above 1.5g
3584   * altos: Added check for out of bounds accel
3585
3586   [ Keith Packard ]
3587   * altos: Add DATA_TO_XDATA to linux test harness
3588   * altosui: Remove spurious colons from eeprom selection headers
3589
3590   [ Mike Beattie ]
3591   * Rework invalid accel cal detection code
3592
3593   [ Keith Packard ]
3594   * altos: Auto-calibrate linux-based flight testing code
3595   * altos: Ensure flight code gets first crack at new ADC data
3596   * altos: Sample the accelerometer reference voltage on v1.1 boards
3597   * altos: Optimize fetching of ADC data in flight code
3598   * altos: Use 5V reference data to correct accelerometer measurements.
3599   * doc: Remove mention of ao_wake_task
3600
3601   [ Bdale Garbee ]
3602   * update documentation to reflect reality that modifying a board for
3603     separate pyro battery is not trivial
3604
3605  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
3606
3607 altos (0.8.1+42+g646e192) unstable; urgency=low
3608
3609   [ Keith Packard ]
3610   * altosui: Show dialog after successful delete or when no flights
3611   * altosui: Ensure serial line is flushed after disabling remote link
3612   * altosui: Add preference for serial debugging.
3613
3614  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
3615
3616 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
3617
3618   [ Keith Packard ]
3619   * altos: Add configuration parameter for maximum flight log size
3620   * altos: support storage of multiple flights.
3621   * altos: Speed up at45 and 25lc erase speeds
3622   * altos: white space fix
3623   * altos: report flight log offsets in hex block numbers instead of
3624     bytes
3625   * altos: ensure erase mark is written when erasing flights
3626
3627   [ Anthony Towns ]
3628   * altos: Optimize Morse code generation
3629
3630   [ Keith Packard ]
3631   * altos: Check requested log max size against available space
3632   * altos: Check for full log and complain
3633   * altosui: Add configuration of flight log size
3634
3635   [ Anthony Towns ]
3636   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
3637   * altos: Remove redundant initialization of ao_interval variables
3638
3639   [ Keith Packard ]
3640   * altosui: Split eeprom download code apart
3641   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
3642     line
3643   * altosui: Add support for parsing list of flights from the 'l'
3644     command
3645   * altosui: Add eeprom 'manage' ui to download and delete multiple
3646     flights
3647   * altos: check for valid flight number in ao_log_delete
3648
3649  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
3650
3651 altos (0.8.1+18+g408a3e0) unstable; urgency=low
3652
3653   [ Anthony Towns ]
3654   * altosui: move maps to subdir, fix E/W mismatch
3655
3656   [ Keith Packard ]
3657   * altos: clean up radio abort paths. Share radio code.
3658   * altos: eliminate ao_wake_task
3659   * windows: Add compatibility IDs to telemetrum.inf
3660   * windows: Update NSIS installer file to use compatibility IDs
3661   * altos: Split out SPI driver.
3662   * altos: Add telemetrum-v1.1 directory
3663   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
3664   * altos: Simplify storage API
3665   * altos: Require manual flight erasing.
3666   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
3667   * altos: Rip out 'optimization' in ao_log_scan
3668   * altos: Mark end of available flight list with 'done' to make the UI
3669
3670  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
3671
3672 altos (0.8.1+4+gea95c06) unstable; urgency=low
3673
3674   * fix symlink paths in rules file
3675
3676  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
3677
3678 altos (0.8.1+2+gea7130e) unstable; urgency=low
3679
3680   * modify Debian package build to deliver one copy of background.png
3681     for
3682
3683  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
3684
3685 altos (0.8.1) unstable; urgency=low
3686
3687   [ Bdale Garbee ]
3688   * moved doc dir in web content to AltOS tree
3689   * fix publish target in doc/Makefile
3690   * fix section layering
3691   * fix an Altos vs Altus typo in the docs
3692   * adding Bdale's release process document to the source tree
3693
3694   [ Keith Packard ]
3695   * windows: Add jfreechart.jar and jcommon.jar to windows install image
3696   * Move "Releasing" to top level
3697   * Add minimal release testing plan to Releasing
3698
3699   [ Bdale Garbee ]
3700   * releasing 0.8.1
3701
3702  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
3703
3704 altos (0.8) unstable; urgency=low
3705
3706   [ Keith Packard ]
3707   * altosui: Correct windows hardware IDs for nsis installer file
3708   * windows: try harder to get windows install to work
3709   * windows: remove some non-existent .inf file section references
3710   * windows: more .inf file hacking
3711   * windows: Bump .inf file version
3712
3713   [ Bdale Garbee ]
3714   * declaring 0.8 released
3715   * update changelogs for Debian build
3716   * update changelogs for Debian build
3717   * rewind changelog to recover from stupid build failure
3718
3719  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
3720
3721 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
3722
3723   [ Keith Packard ]
3724   * altosui: Split out flight monitoring to separate window
3725   * altosui: Create buttons for main actions
3726   * altosui: Fix channel setting at serial open time
3727   * altosui: Fix more calls to AltosPreferences.channel()
3728   * altosui: Create abstract interface for flight data display
3729   * altosui: Add tab UI with 'pad' mode.
3730   * altosui: Add ascent, descent and landed tabs
3731
3732   [ Bob Finch ]
3733   * Updated PKGBUILD-git.altos
3734
3735   [ Keith Packard ]
3736   * altos: Use grey leds when unlit - easier to see
3737
3738   [ Anthony Towns ]
3739   * use value_font for values
3740   * add --replay command line argument
3741   * read preferences for --replay
3742   * reduce font size for FlightInfoTable
3743   * use grayled.png for off
3744   * add compass bearing to voice output
3745   * add compass bearing during descent
3746   * add site map tab, at least for QRS launches
3747   * tabs -> spaces
3748   * make infotable scrollable, revert its fontsize to 14
3749   * pull up maps for arbitrary locations
3750   * better error behaviour if no map
3751
3752   [ Bdale Garbee ]
3753   * first cut at instructions on how to re-flash TM and TD devices based
3754     on email
3755   * fold in content from Keith's email on the re-flashing subject
3756
3757   [ Keith Packard ]
3758   * altosui: Add RF calibration to TeleMetrum config dialog
3759
3760   [ Anthony Towns ]
3761   * AltosTelemetryReader: actually open serial port
3762   * AltosSiteMap: add targeting circles around landing site
3763
3764   [ Bdale Garbee ]
3765   * continuing to work on the docs
3766
3767   [ Keith Packard ]
3768   * altosui: Eliminate unncessary import altosui lines
3769   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
3770   * altosui: Replace flight status table with labels, fix resize.
3771   * altosui: With --replay option, exit when replay window is closed
3772   * altosui: oops, missed a file in the previous commit
3773   * altosui: eliminate menu bar, moving elements to buttons.
3774   * altosui: add reboot button to telemetrum configuration UI
3775
3776   [ Bdale Garbee ]
3777   * add a paragraph about forcing TM back to idle mode if an accel cal
3778     goes badly
3779
3780   [ Keith Packard ]
3781   * altosui: Add callsign configuration in AltosUI configuration dialog
3782   * altosui: Cleanup flight UI layout
3783   * altosui: Add igniter status to ascent and descent tabs
3784
3785   [ Anthony Towns ]
3786   * altosui: tile site maps
3787   * AltosSiteMapTile: autoscale to about 2 nmi per tile
3788   * AltosSiteMapTile: adjust centering calculation
3789   * AltosSiteMapTile: adjust scale to 1 nmi per tile
3790
3791   [ Keith Packard ]
3792   * altosui: Add igniter ground testing code
3793   * altosui: Unify datafile selection to AltosDataChooser
3794   * altosui: Clean up global AltosUI configuration settings dialog
3795   * doc: Add preliminary altosui documentation
3796   * doc: git ignore generated doc files
3797   * doc: Document the 'Flash Image' operation.
3798   * altosui: Use timeouts to recover from broken packet links.
3799
3800   [ Bdale Garbee ]
3801   * update turnon scripts to use stashed copies of stable release
3802     firmware
3803
3804   [ Keith Packard ]
3805   * altosui: switch channel selector to combo box. Shorten displayed
3806     device names
3807   * altosui: When switching log files, don't terminate log thread
3808   * altosui: calling thread.interrupt with null thread doesn't work well
3809   * altosui: Initialize display thread state in constructor instead of
3810     run
3811   * altosui: Fix channel changing in flight UI to actually work
3812
3813   [ Anthony Towns ]
3814   * AltosSiteMap: add autoscroll and grabndrag scroll
3815   * AltosSiteMapTile: seperate map and drawing layers
3816   * AltosSiteMap: automatic fetching of map data
3817   * AltosSiteMapTile: draw boost circle as well as landed
3818   * AltosAscent/Descent: tidy up layout
3819   * AltosDescent: switch elev from height to range
3820
3821   [ Keith Packard ]
3822   * altosui: re-indent
3823
3824   [ Anthony Towns ]
3825   * AltosSiteMap: major refactoring
3826   * Add GrabNDrag.java
3827
3828   [ Keith Packard ]
3829   * altosui: change descent tab formatting to four columns
3830
3831   [ Anthony Towns ]
3832   * AltosSiteMap: be more polite about preferred size
3833   * altosui: reindent
3834
3835   [ Keith Packard ]
3836   * altosui: Rewrite info table to mix with scroll pane well. Fix
3837     startup size
3838
3839   [ Anthony Towns ]
3840   * AltosSiteMap: better gps check, lower zoom
3841
3842   [ Keith Packard ]
3843   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
3844
3845   [ Anthony Towns ]
3846   * AltosSiteMap: explain tile size better
3847   * AltosSiteMap: extend map if rocket goes far away
3848   * AltosSiteMap: try to get new tile construction right
3849   * AltosSiteMap: thread safe tile addition
3850   * AltosSiteMap: refactor tile collection
3851   * AltosSiteMap: never accept 0,0 as lat/long
3852   * AltosSiteMap: limit nr of tiles to 200x200
3853
3854   [ Keith Packard ]
3855   * altosui: When fixing eeprom gps time information, make GPS data
3856     valid
3857
3858   [ Anthony Towns ]
3859   * AltosSiteMap: ensure buffer around active tile
3860   * altosui: improve sitemap scrolling behaviour
3861   * altosui: keep sitemap more centred on rocket
3862
3863   [ Keith Packard ]
3864   * altos: Add on/off modes to 'C' command
3865
3866   [ Bob Finch ]
3867   * Added PKGBUILDs for deps into contribs
3868
3869   [ Keith Packard ]
3870   * altosui: Close serial port when debug link fails
3871   * altos: assume igniter worked.
3872
3873   [ Bdale Garbee ]
3874   * add a rudimentary --help for command line use
3875
3876   [ Keith Packard ]
3877   * doc: Add internal documentation for AltOS
3878
3879   [ Anthony Towns ]
3880   * altosui: don't switch away from user selected tab
3881   * altosui: sitemap uses rocket gps if no pad gps
3882
3883   [ Bdale Garbee ]
3884   * merge Keith's AltosUI documention into "the big book"
3885   * lose the placeholder on how GPS works, as it's going to be a
3886
3887   [ Keith Packard ]
3888   * altos: remove unused variable from ao_igniter
3889   * altos: Don't abort radio transmissions with ao_radio_abort
3890   * altos: Make radio test command careful with the radio mutex.
3891   * altosui: Make AltosSerial.flush_input keep reading while non-empty
3892   * altosui: New AltosSerial.set_radio function sets channel/call
3893   * altosui: Disable radio configation over packet link.
3894   * altosui: Let people fire igniters that don't read as 'ready'
3895   * altosui: Make sure packet mode is turned off when the connection
3896     fails
3897
3898   [ Anthony Towns ]
3899   * docs: Document altosui "Graph Data" button
3900
3901   [ Keith Packard ]
3902   * Move altosui to the top level, placing libaltos inside it.
3903
3904   [ Anthony Towns ]
3905   * doc: Document altosui "Site Map" tab
3906
3907   [ Keith Packard ]
3908   * Missing change to top level Makefile to build altosui
3909
3910   [ Bdale Garbee ]
3911   * fix missing section close in Site Map content
3912   * tweak rev history
3913   * manually fold in documentation work from the master branch
3914
3915   [ Keith Packard ]
3916   * doc: Reformat altos to use sections for each function
3917   * doc: Add more authors, fix URL formatting, note that AltosUI
3918     actually exists
3919   * doc: Rename telemetrum-doc as altusmetrum
3920
3921   [ Bdale Garbee ]
3922
3923  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
3924
3925 altos (0.7.1+36+g811ced6) unstable; urgency=low
3926
3927   [ Bdale Garbee ]
3928   * remove the csv build dep, as that code will be abandoned
3929
3930   [ Keith Packard ]
3931   * altosui: Remove ability to graph data in .csv files
3932   * altosui: Separate out jfreechart and jcommon directories
3933
3934  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
3935
3936 altos (0.7.1+32+g8103432) unstable; urgency=low
3937
3938   * add build-dep on libcsv-java
3939
3940  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
3941
3942 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
3943
3944   [ Bdale Garbee ]
3945   * make the column headers comma separated, too, so they align with the
3946     data
3947
3948   [ Keith Packard ]
3949   * altosui: set default .csv file name in file save dialog
3950   * altosui: Remember directory containing firmware files
3951
3952   [ Anthony Towns ]
3953   * Add graphing.
3954   * Add JFreeChart to Makefile.am
3955
3956   [ Keith Packard ]
3957   * altosui: Use recorded ground acceleration when reading eeprom files
3958   * altosui: Write raw sensor data to .csv files
3959   * altosui: Factor some UI elements into separate classes
3960   * altosui: remove unused ReplayThread wrapper classes
3961   * altosui: Require 4 sats for 'good' GPS data
3962   * altosui: Create iterables for log file scanning. Split out display
3963     threads
3964   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
3965     numbers
3966   * altosui: Deal with eeprom dates going backwards across wrap
3967
3968   [ Anthony Towns ]
3969   * Hax0r graphing to support telem/eeprom files
3970
3971   [ Keith Packard ]
3972   * altosui: use Altos constants in graphing code
3973
3974   [ Anthony Towns ]
3975   * Add callsign/serial/flight to graph title
3976
3977   [ Keith Packard ]
3978   * altosui: Add KML file export.
3979
3980   [ Bdale Garbee ]
3981   * add build dep on jfreechart lib
3982
3983  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
3984
3985 altos (0.7.1) unstable; urgency=low
3986
3987   [ Keith Packard ]
3988   * Add firmware and libaltos to 'fat' target at top-level
3989   * altosui: Remove some debug printfs.
3990   * altosui: libaltos.so is built with libtool -- it's in
3991     ../libaltos/.libs
3992   * Add --with-fat-dir configure option to publish finished stand-alone
3993     bits
3994   * altosui: Fix telemetry file reader to handle tick count wrapping
3995   * altosui: Remove debug printfs from AltosTelemetryReader
3996   * altosui: Fill in time value of last Eeprom record read from file
3997   * altosui: Stop parsing eeprom file after hitting 'landed' state
3998
3999  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
4000
4001 altos (0.7+96+g48f5799) unstable; urgency=low
4002
4003   [ Keith Packard ]
4004   * altosui: conflating USB product and vendor IDs is a bad idea
4005
4006  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
4007
4008 altos (0.7+94+g1ac3d7e) unstable; urgency=low
4009
4010   * initial cut at an altosui man page
4011
4012  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
4013
4014 altos (0.7+92+g0ea7576) unstable; urgency=low
4015
4016   [ Bdale Garbee ]
4017   * handle versioning of ihx files (poorly) by just wildcarding the file
4018     name
4019
4020   [ Keith Packard ]
4021   * altosui: Need to have JVM include path substituted into libaltos
4022     Makefile
4023   * altosui: Store libaltos.so in $(libdir)/altos
4024   * altosui: Display error dialog when AltOS JNI library can't be loaded
4025
4026  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
4027
4028 altos (0.7+86+g6c0ae7e) unstable; urgency=low
4029
4030   [ Keith Packard ]
4031   * altosui: Add explicit requirement to create classes directory
4032   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
4033     ia64
4034   * altosui: hack to make JAVAROOT directory get created before javac
4035     runs
4036   * altosui: remove FATJAR from all-local to avoid building fat .jar
4037     file
4038
4039   [ Bdale Garbee ]
4040   * add libtool to build deps
4041
4042   [ Keith Packard ]
4043   * altosui: Add windows installer build using 'nsis'
4044   * altosui: ignore built files
4045   * altosui: oops. renamed the nsis file to altos-windows.nsi
4046   * icon: add some icons for application programs
4047   * altosui: Add icons to application and Windows menus.
4048   * Use autotools for altosui and libaltos
4049   * altos: add some SDCDB config files
4050   * Ignore libtool files.
4051   * Add version numbers to released files. Set version to 0.7.1
4052   * Add top-level 'fat' target to aid building distribution files
4053   * altosui: Fix windows installer to ship correct files
4054   * altosui: Fix up Mac OSX .zip file
4055   * altosui: Fix linux fat distribution
4056   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
4057   * altosui: Remove debugging printf from AltosEepromReader
4058   * altosui: Eeprom files contain only one date; save it.
4059   * altosui: Add elevation and range data to main display
4060   * altosui: When replay thread is interrupted, don't make final report
4061   * altosui: Start idle thread after the rocket leaves the pad
4062   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
4063   * altosui: Prevent voice altitude data from queueing up
4064   * altosui: Use local .class files in the classpath
4065   * altosui: Record flight number when scanning file, not when running
4066   * altosui: eeprom files place 'boost' time in the flight number
4067     record.
4068   * altosui: ensure that 'altosui' script is installed. Pass arguments
4069     along.
4070
4071  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
4072
4073 altos (0.7+53+g59798c6) unstable; urgency=low
4074
4075   [ Keith Packard ]
4076   * altosui: Abort flashing if debug port isn't working
4077   * altosui: allow flashing to be canceled from the rom config dialog
4078   * altosui: Hide internal rom config UI helper function
4079   * altosui: Remove some debug printfs from AltosRomconfig class
4080   * altosui: Post error dialog on invalid ROM config values.
4081   * altosui: build Mac OS .zip file to include paths
4082   * altosui: Report telemetry CRC errors in UI
4083   * altosui: Deal with altos bug setting radio channel while monitoring
4084   * altosui: Allow 'connect to device' when already connected
4085   * Revert "altosui: Deal with altos bug setting radio channel while
4086     monitoring"
4087   * altosui: Must flush serial line after configuring for telemetry
4088   * altosui: Catch I/O errors on telemetry device, report to user
4089
4090  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
4091
4092 altos (0.7+40+g59a40f6) unstable; urgency=low
4093
4094   [ Bdale Garbee ]
4095   * add distclean targets to libaltos and altosui to all Debian package
4096     to build, and clean up other distclean content as needed
4097
4098   [ Keith Packard ]
4099   * altosui: missed AltosReader.class in the Makefile
4100   * altos: Bounds check Skytraq GPS tracking data array
4101   * altosui: Remove Manifest.txt from git repo as it's built now
4102
4103  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
4104
4105 altos (0.7+28+gd006c5e) unstable; urgency=low
4106
4107   * add runtime dependencies for altos binary package
4108
4109  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
4110
4111 altos (0.7+26+gc35632e) unstable; urgency=low
4112
4113   * don't build all the "fat" jar deliverables by default
4114
4115  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
4116
4117 altos (0.7+23+g25764fc) unstable; urgency=low
4118
4119   [ Bdale Garbee ]
4120   * fix up for an 0.7 release
4121   * update changelogs for Debian build
4122
4123   [ Keith Packard ]
4124   * libaltos: AltusMetrum devices use more than one USB ID.
4125   * altosui: provide separate flush_input/flush_output for serial. deal
4126     with monitor automatically
4127   * altosui: discard invalid lines while reading Eeprom flight data
4128   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
4129   * libaltos: Missing OS_LDFLAGS on cjnitest build
4130   * libaltos: cjnitest needs altos_flush now
4131   * altos: flush pending output when terminating packet mode
4132   * altos: Abort radio harder when terminating packet mode.
4133   * altos: shut down packet mode cleanly
4134   * libaltos: Fix windows build.
4135   * libaltos: Improve Makefile
4136   * Update telemetrum.inf to include all current USB ids.
4137   * libaltos: Add pre-built Mac OS X libaltos.dylib
4138   * libaltos: Add pre-built Windows .dll
4139   * altos: Windows sends USB Out packets of 0 length. Ack them.
4140   * libaltos: Use overlapped I/O on windows
4141   * altosui: Build linux, mac and windows archives on Linux
4142   * altosui: build debian-style altosui too
4143   * altosui: Devices with USB id 0x000a always get listed
4144
4145   [ Bdale Garbee ]
4146   * continue even if rm's don't have anything to do
4147   * make invocation of 'install' pathless to work on more Unix variants
4148   * add a .gitattributes file, configuring the Mac and Windows binary
4149     library
4150
4151  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
4152
4153 altos (0.7) unstable; urgency=low
4154
4155   * update changelogs for Debian build
4156   * fix up for an 0.7 release
4157
4158  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
4159
4160 altos (0.6+375+g0bd4cc0) unstable; urgency=low
4161
4162   * fix path to installed shared library
4163
4164  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
4165
4166 altos (0.6+373+gcf65c6b) unstable; urgency=low
4167
4168   [ Keith Packard ]
4169   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
4170     constants
4171   * altosui: Capture config and version info in .eeprom files
4172   * altosui: Merge gps date and time classes into gps class
4173   * altosui: Clear displayed data rows as needed.
4174   * altosui: Split status and info panels into separate files
4175   * altosui: Explicitly initialize Altos class
4176   * altosui: Split flight record out of telemetry class
4177   * altosui: Compute flight state from eeprom data
4178   * altosui: Add comments to Eeprom reader
4179   * altos: add callsign to packet mode, increase payload to 64 bytes
4180   * altosui: Start adding code to write csv files from eeprom/telem
4181     files
4182   * ao-dumplog: add --channel option (for use with -R option)
4183   * libaltos: integrate Windows support.
4184   * altosui: Select devices by USB vendor/product ID.
4185   * altos: Define USB product ID in per-product Makefile.defs file
4186   * altosui: Make teledongle callsign configurable
4187   * altosui: Add TeleMetrum configuration
4188   * altosui: Set callsign when fetching eeprom data over the air
4189
4190   [ Bdale Garbee ]
4191   * add freetts as a build dep
4192   * working on java packaging details
4193
4194   [ Keith Packard ]
4195   * altosui: Add .ihx file reading code and stub out flashing UI
4196   * altosui: Add debug dongle API, split flash UI out
4197   * ao-dumplog: Fix --remote and --channel options to actually work
4198   * altosui: pad TM config dialog values to avoid clipping descenders
4199   * libaltos: use pipe to wake up getchar on close. use mutexes
4200   * altosui: Add lots more cc1111 debug interface functions
4201   * altosui: remove debug printf from AltosHexfile
4202   * altosui: flush serial output before waiting for reply
4203   * altosui: Remove debug printf from AltosRomconfig
4204   * altosui: Finish device programming code
4205   * altos: Place rom config variables in fixed location
4206   * altosui: make default Manifest look for built-in freetts
4207   * altosui: Separate out log file choosing dialog to share with CSV
4208     generator
4209   * altosui: refactor logfile chooser dialog to share more code
4210   * altosui: Add ability to create CSV file from telem or eeprom files
4211   * altosui: disable radio monitoring while using serial line for
4212     debugging
4213   * altosui: Delay mapping Flash UI until flashing actually starts
4214   * altosui: fetch existing romconfig for flashing
4215   * altosui: always display romconfig ui while flashing
4216   * altosui: write USB serial number string while flashing
4217   * altosui: flush replies from serial link when entering debug mode
4218   * altos: always rebuild ao_product.c to track git version
4219   * altos: print GPS state flags in GPS 'g' command
4220   * altos: mark gps date written only after it gets into eeprom
4221   * altosui: Move number parsing code to Altos general class
4222   * altosui: Add AltosGreatCircle constructors
4223   * altosui: add rssi and distance/dir from pad to CSV files
4224   * altosui: AltosEepromReader was mis-setting boost tick
4225   * altosui: Add support for old (version < 3) telemetry files
4226   * altosui: Serial line is in UTF-8 encoding. Deal with it.
4227   * altosui: When parsing saved telem files, errors shouldn't abort file
4228   * altosui: Remove debug printf from AltosState.java
4229   * altosui: command line args are converted to csv format
4230   * altos: prepare for sdcc 2.9.1
4231
4232   [ Bdale Garbee ]
4233   * add a dummy install target
4234   * lose the prebuild hook for now while I'm fumbling
4235   * add install target for libaltos
4236   * add an install target for altosui
4237
4238   [ Keith Packard ]
4239   * altosui: add elevation and range information
4240
4241   [ Bdale Garbee ]
4242   * fix up the wrapper's path to the jar file
4243   * update Debian standards version
4244   * fix permissions on installed jar file, switch from ao-view to
4245     altosui in
4246   * install altosui man page
4247   * fix man page delivery path
4248   * Revert "lose the prebuild hook for now while I'm fumbling"
4249
4250  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
4251
4252 altos (0.6+303+gb6da90b) unstable; urgency=low
4253
4254   * add freetts as a build dep
4255   * move to science menu
4256   * working on java packaging details
4257
4258  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
4259
4260 altos (0.6+292+g8fc261c) unstable; urgency=low
4261
4262   * see if my new freetts package works
4263
4264  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
4265
4266 altos (0.6+290+g7877496) unstable; urgency=low
4267
4268   [ Keith Packard ]
4269   * altosui: check for closed serial device before reading
4270   * altosui: Remove unnecessary freetts .jar files
4271   * altosui: Close serial, join reader thread, free altos_file
4272   * altosui: remove debug printf
4273   * libaltos: build with java src encoding UTF8
4274   * altosui: construct Darwin application directory
4275   * Add Mac OS X packaging bits
4276   * altosui: Switch eeprom extension back to .eeprom
4277   * Moved Mac OS packaging to altosui dir
4278   * altosui: remove option to install to alternate volume
4279   * Make altosui test script executable
4280
4281  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
4282
4283 altos (0.6+277+gd184819) unstable; urgency=low
4284
4285   [ Bdale Garbee ]
4286   * fix text since TM only has one led to blink
4287   * add swig as a build dep
4288   * add a jdk to the build deps
4289
4290   [ Keith Packard ]
4291   * When the EP0 IN buffer is full, don't panic, just skip sending
4292     another
4293   * Add libaltos which talks to USB connected altos devices
4294   * Switch AltosUI to libaltos for device access
4295   * Present list of altos devices in nice format
4296   * Re-enable freetts
4297   * Re-enable Linux support for altosui.
4298   * Darwin doesn't have strndup.
4299   * libaltos needs -I. on all systems
4300   * libaltos: make clean remove all built files
4301   * libaltos: build fat 10.5-compatible library
4302   * Add Mac OS X packaging files for altosui
4303   * Add application icons for Mac OS X
4304   * Clean up altosui build a bit
4305   * Remove directories as .class file dependencies; it makes them get
4306     rebuilt all the time
4307   * Java clean ups -- use varargs where possible, remove
4308     AltosSerialReader
4309   * Java voice reporting cleanups.
4310   * Force java source encoding to UTF-8
4311   * Make ao_log_data re-entrant as it is used for both sensor and GPS
4312     logs
4313   * altosui: Catch errors opening USB devices. Limit list to relevant
4314     devices
4315   * Make voice and channel menus work.
4316   * Add voice test command for help in adjusting volume.
4317   * Remove debug printf
4318   * altosui: Add eeprom data capture function. No UI yet.
4319   * altosui: Add progress bar for eeprom downloading status
4320   * altosui: Fix Save flight data monitor layout, add cancel
4321   * altosui: Replace device dialog. Center eeprom monitor.
4322   * altosui: report rocket ground bearing at landing only if known
4323   * Reset GPS ready status when GPS comes unlocked on the pad
4324
4325  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
4326
4327 altos (0.6+236+gcd8aa79) unstable; urgency=low
4328
4329   [ Keith Packard ]
4330   * Telemetry code was mis-computing RSSI
4331   * Switch DBG pins to GPIO when using any debug commands. Reboot to
4332     restore.
4333
4334   [ Bdale Garbee ]
4335   * significant documentation update
4336   * add build dep for sndfile
4337   * reflect documentation file name change
4338   * update to latest Debian standards version
4339
4340  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
4341
4342 altos (0.6+224+g4766b13) unstable; urgency=low
4343
4344   [ Bdale Garbee ]
4345   * documentation updates from Bob
4346
4347   [ Mike Beattie ]
4348   * Extension to KML output format, and minor bug fix
4349
4350   [ Keith Packard ]
4351   * ao-view: disable radio telemetry monitoring during channel change
4352   * Add special code for USB panic's.
4353   * ao-postflight: was walking off state.data array
4354   * Abort any in-progress radio operation when changing radio channel
4355
4356  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
4357
4358 altos (0.6+214+g16c4cae) unstable; urgency=low
4359
4360   [ Bdale Garbee ]
4361   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
4362   * merge a derivative of Bob Finch's mere mortals guide as getting started
4363   * merge the altusmetrum-themes package
4364
4365   [ Keith Packard ]
4366   * Fix telemetrum.inf, tested by Adrian and Keithp
4367   * Finish basic flight monitoring UI with voice using FreeTTS
4368
4369  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
4370
4371 altos (0.6+204+g6bd8513) unstable; urgency=low
4372
4373   * lose the quotes since they apparently aren't necessary
4374
4375  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
4376
4377 altos (0.6+202+gae6854d) unstable; urgency=low
4378
4379   * update desktop file for conformance with current standards
4380
4381  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
4382
4383 altos (0.6+200+g68eaaa6) unstable; urgency=low
4384
4385   * add initial package build scripts for Arch Linux from Bob Finch
4386   * add desktop file provided by Bob Finch
4387
4388  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
4389
4390 altos (0.6+195+gcde60f1) unstable; urgency=low
4391
4392   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
4393
4394  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
4395
4396 altos (0.6+193+g314d27a) unstable; urgency=low
4397
4398   [ Keith Packard ]
4399   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
4400
4401  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
4402
4403 altos (0.6+190+g8b6767e) unstable; urgency=low
4404
4405   [ Keith Packard ]
4406   * Fix all stdio reading functions to be __critical
4407   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
4408
4409  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
4410
4411 altos (0.6+187+g8702f49) unstable; urgency=low
4412
4413   [ Bdale Garbee ]
4414   * more text created during SFO->DEN flight
4415   * initial attempt at a telemetrum turn on script .. needs work
4416
4417   [ Keith Packard ]
4418   * Revert "Add optional 's' command to packet slave to enable/disable
4419     slave mode"
4420   * Disable interrupts while reading from stdin
4421
4422  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
4423
4424 altos (0.6+180+g99094f0) unstable; urgency=low
4425
4426   [ Keith Packard ]
4427   * Increase reset switch time to 100ms
4428   * Add optional 's' command to packet slave to enable/disable slave
4429     mode
4430   * More ALtosUI changes
4431   * Autodetect flite voice registration function
4432
4433   [ Bdale Garbee ]
4434   * capture work done on SFO->DEN flight
4435   * add some RF usage information from an email reply sent today, and
4436     re-indent
4437
4438  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
4439
4440 altos (0.6+171+g9394393) unstable; urgency=low
4441
4442   [ Bdale Garbee ]
4443   * wrong Yaesu model
4444
4445   [ Keith Packard ]
4446   * Only have the slave return a packet if it received one.
4447
4448  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
4449
4450 altos (0.6+168+gc0ee1ae) unstable; urgency=low
4451
4452   [ Bdale Garbee ]
4453   * INSTALL file changed by auto tools
4454
4455   [ Keith Packard ]
4456   * libflite may forget to reference libasound
4457
4458  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
4459
4460 altos (0.6+164+g5c3b6e2) unstable; urgency=low
4461
4462   [ Keith Packard ]
4463   * Start adding java-based UI
4464   * Add telemetry data parsing code
4465   * Add Windows install .inf file
4466   * Fix windows install file
4467   * Add telem parsing code
4468   * Steal C code from ao-view
4469   * Display table of flight info. gps is not working yet though
4470   * Fix up table formatting
4471   * Fix status update
4472   * Fix state updates
4473   * Clean up GPS data formatting
4474   * Report current gps nsat, not last locked nsat
4475   * Remove GPS data missing from skytraq. Save max height/accel/speed
4476   * Remove unused cell renderer class
4477   * Make .jar file
4478   * Use RXTX for serial comm. Add logdir preference saving
4479   * Make ao_radio_idle keep trying to get the radio to idle.
4480   * Don't abort the radio when enabling telemetry monitoring
4481   * Clean up some altosui comments
4482   * Switch TeleMetrum from v0.2 to v1.0
4483   * Add Linux device discovery
4484   * Interrupt running replay thread when starting another replay
4485   * serial port read function cannot be interrupted. poll every 1 second
4486   * TD reports "not-connected" when GPS has 0 sats
4487   * Tasks may move in task structure as a result of ao_exit
4488   * Enable telemetry monitoring
4489   * Use 16-bit flite voice (which appears to have changed symbols
4490     recently)
4491   * When changing RESET line, delay 20ms
4492
4493   [ Bdale Garbee ]
4494   * choose a better set of docbook xsl files
4495
4496  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
4497
4498 altos (0.6+131+g6629ec5) unstable; urgency=low
4499
4500   * lose the url entirely for now
4501
4502  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
4503
4504 altos (0.6+129+g934434f) unstable; urgency=low
4505
4506   * fix typo in url
4507
4508  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
4509
4510 altos (0.6+127+g05ad583) unstable; urgency=low
4511
4512   * need another build dep
4513
4514  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
4515
4516 altos (0.6+125+g8f1d47e) unstable; urgency=low
4517
4518   * make lintian happy
4519   * tweak copyright assertion
4520   * crudely incorporate "day in the life" info from web page
4521   * rewrite urls in docbook format
4522
4523  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
4524
4525 altos (0.6+119+g00f49c8) unstable; urgency=low
4526
4527   [ Bdale Garbee ]
4528   * update changelogs for Debian build
4529   * move gbp.conf into debian/
4530   * initial harness for documentation
4531   * fix typo
4532
4533   [ Keith Packard ]
4534   * Round radio calibration value instead of truncating
4535   * Document the ao-dumplog '--remote' flag for radio-link downloads
4536
4537  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
4538
4539 altos (0.6+108+g6e61170) unstable; urgency=low
4540
4541   [ Keith Packard ]
4542   * Need to duplicate new altitude conversion code in aoview.
4543
4544  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
4545
4546 altos (0.6+106+ga1478f6) unstable; urgency=low
4547
4548   [ Keith Packard ]
4549   * Add ao_radio_xmit to help test boards without flashing them.
4550   * Allow product names to have suffixes (like board revisions)
4551   * Fix and document the ao-rawload --run flag
4552   * Add LED test
4553   * Leave .ihx files in the build directory too - easier to debug that way
4554   * Eliminate deadlock when writing config from radio link
4555   * Fix up LED colors for each product.
4556   * Add .gitignore for ao-bringup
4557
4558   [ Bdale Garbee ]
4559   * create a turn on script for lighting up TeleDongle v0.2 boards
4560
4561  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
4562
4563 altos (0.6+95+g2f45953) unstable; urgency=low
4564
4565   * update changelogs for Debian build
4566   * conditionalize use of git on executability of /usr/bin/git binary
4567
4568  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
4569
4570 altos (0.6+88+gdeccc10) unstable; urgency=low
4571
4572   * add gawk as a build dependency since strtonum is a gawk extension
4573
4574  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
4575
4576 altos (0.6+86+g2491282) unstable; urgency=low
4577
4578   [ Keith Packard ]
4579   * Disable monitor mode before attempting radio test.
4580   * Ensure that ao_alarm waits at least the specified time
4581   * Remove dbg driver code from telemetrum/teledongle
4582   * Add AT45DBxx1D driver
4583   * Remove green LED and temp sensor from v0.2 code
4584   * Add at45db161d.h header file for new flash part.
4585   * Add 'f' command to display flash status register contents
4586   * Dump more flash parameters for the flash_status command
4587   * Dump config block from read/write config and flash_status commands
4588   * Don't set ao_flash_setup_done until we're actually done.
4589   * Remove flash debugging printfs
4590   * Add simple gps dump command 'g'
4591   * Force idle mode by shorting the SPI clock to ground at boot time.
4592   * Switch to using internal cc1111 temperature sensor
4593   * Missing ao_mutex_put in gps_dump
4594   * Compute daytime using GPS as time base
4595   * Pull in a bit more data for filtering the start of the boost
4596   * Log GPS data on pad after boost detect.
4597   * Change barometer conversion code to shrink conversion table
4598   * Change altos build process to support per-product compile-time
4599     changes
4600   * Update .gitignore files
4601   * Quiet make output.
4602   * Add back stack size checking to altos linking phase
4603   * Must install .map files for ao-load to work
4604
4605  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
4606
4607 altos (0.6+60+g10d1bbc) unstable; urgency=low
4608
4609   [ Keith Packard ]
4610   * Use ao_radio_get/ao_radio_put in packet code.
4611
4612  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
4613
4614 altos (0.6+58+gbbb152c) unstable; urgency=low
4615
4616   [ Keith Packard ]
4617   * Re-order config values. Change frequency to cal
4618   * Allow radio calibration to be set from ao-load
4619   * Add --cal to man page
4620
4621  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
4622
4623 altos (0.6+53+gcd49847) unstable; urgency=low
4624
4625   [ Keith Packard ]
4626   * Remove send_serial and serial_baud commands.
4627   * Make ao_cmd_decimal produce both 32 and 16 bit values.
4628   * Add radio calibration configuration.
4629
4630  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
4631
4632 altos (0.6+49+g9a1d7dd) unstable; urgency=low
4633
4634   [ Keith Packard ]
4635   * Change default callsign to "N0CALL"
4636
4637  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
4638
4639 altos (0.6+47+g4053309) unstable; urgency=low
4640
4641   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
4642   * change home URL in control file to be the AltOS page
4643
4644  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
4645
4646 altos (0.6+43+gd6ba07e) unstable; urgency=low
4647
4648   [ Keith Packard ]
4649   * Decode HDOP data from skytraq GPS
4650   * Document ao-postflight --gps and --kml options.
4651   * Make ao-postflight create filenames using input filenames.
4652   * Make TD print 0000-00-00 for invalid dates.
4653   * Fix --plot arg handling. Add -all option.
4654   * Convert telemetry file GPS satellite information in cc_log_read
4655   * Don't crash if --plot isn't passed on ao-postflight command line
4656   * ao-postflight: compute barometric alt for each GPS position
4657   * ao-postflight: don't try to use missing gps sat data
4658   * Automatically extract flight number for eeprom and telem filenames.
4659
4660  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
4661
4662 altos (0.6+32+g87e6f3e) unstable; urgency=low
4663
4664   [ Bdale Garbee ]
4665   * fix typo in comment
4666
4667   [ Keith Packard ]
4668   * Reduce igniter firing time from 500ms to 50ms.
4669   * Add GPS date/time output to ao-postflight.
4670   * Eliminate SiRF state values from ao-view.
4671
4672  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
4673
4674 altos (0.6+27+gb0d7e3f) unstable; urgency=low
4675
4676   [ Keith Packard ]
4677   * Add two-point accelerometer calibration.
4678   * Remove "l" command as ao-dumplong no longer uses it
4679   * Remove "d" command
4680   * Remove "f" command
4681   * Reformat ADC values to show all 16 bits
4682   * ao_flight_test was using accel value for pressure too
4683   * Pass accel calibration over telemetry stream. Telemetry data format
4684     change.
4685   * Add ability to dump eeprom data over radio link.
4686   * In packet master, move USB flush from packet thread to echo thread
4687   * In USB pollchar, wait for packet before re-checking USB out len
4688   * Explicitly use USB I/O routines in packet code
4689   * Flush pending input when switching to remote packet mode
4690   * Stop recording in ao-dumplog after receiving an invalid block
4691   * Move ao_match_word from ao_ignite.c to ao_cmd.c
4692   * Add Watchdog Timer Control register definitions
4693   * Add reboot command.
4694   * Return radio to telemetry settings when packet system closed.
4695   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
4696   * Loosen tolerances for main->landed transition
4697   * Provide a dummy 'uninstall' target in the src directory.
4698   * Share telemetry parsing code in cc library.
4699   * Enable telemetry receive in ao_view
4700   * Switch order of serial/flight in ao-postflight summary
4701   * Add flight number to telemetry stream.
4702   * Add date to GPS data, captured from GPRMC packet.
4703   * Stop using SiRF state info.
4704
4705  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
4706
4707 altos (0.6) unstable; urgency=low
4708
4709   [ Keith Packard ]
4710   * Add support for the SkyTraq GPS unit
4711   * Build two versions of TM, one for SiRF, one for SkyTraq
4712   * Save some DSEG space by marking cmd functions __reentrant
4713   * Add ao_wake_task and ao_exit
4714   * Add keyhole-markup generation for ao-postflight.
4715   * Initial packet bits. Just testing transmission
4716   * Add radio carrier command
4717   * Wait for TX to finish sending data
4718   * Add ao_alarm
4719   * Remove reason from ao_dma_abort
4720   * Switch packet code from timer thread to ao_alarm
4721   * Use ao_radio_done to wait for TX to completely finish with packet
4722   * Send SYN packet to set sequence numbers
4723   * Add RFIM register
4724   * Do more flushing in packet test code
4725   * Use ao_alarm for ao_delay so it can be easily interrupted
4726   * Poke master to speed up packet rate when things are busy
4727   * No need to wakeup &ao_tick_count now
4728   * Enable packet-based communcation to command processor
4729   * Add more docs to the README file
4730   * Disable interrupts while removing tasks from task list
4731   * Add ao_usb_pollchar to ao.h
4732
4733  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
4734
4735 altos (0.5+90+g127c312) unstable; urgency=low
4736
4737   * de-version the libreadline-dev build dependency
4738
4739  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
4740
4741 altos (0.5+86+g2de548f) unstable; urgency=low
4742
4743   * automate push of updated and tagged master branch during
4744     debian/rules prebuild
4745   * flush repetitive junk out of debian/changelog, and update the
4746     prebuild target
4747   * add support for tagging git repository on each Debian package build
4748
4749  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
4750
4751 altos (0.5+77+gc57bd7f) unstable; urgency=low
4752
4753   * build for Debian from git
4754
4755  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
4756