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