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