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