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