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