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