altosui: Add tool-tips to config dialogs
[fw/altos] / ChangeLog
1 commit fc7e46b1215ea2b4cc138ed77d8eaa122369b15f
2 Author: Bdale Garbee <bdale@gag.com>
3 Date:   Tue Aug 23 20:10:14 2011 -0600
4
5     turn off auto-tagging during Debian build
6
7 commit 998adccc1c4f8f6c44833bbf4a52d9441748b996
8 Author: Keith Packard <keithp@keithp.com>
9 Date:   Tue Aug 23 18:56:07 2011 -0700
10
11     altosui: add tool-tips to the button box.
12     
13     Signed-off-by: Keith Packard <keithp@keithp.com>
14
15 commit 754b9591574c12ddd6e4ab590c6a5f3806b80213
16 Author: Keith Packard <keithp@keithp.com>
17 Date:   Tue Aug 23 13:29:23 2011 -0700
18
19     libaltos: fix Mac OS X function signatures
20     
21     altos_list_start was declared to take a (int time) parameter for some reason.
22     
23     Signed-off-by: Keith Packard <keithp@keithp.com>
24
25 commit fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6
26 Author: Keith Packard <keithp@keithp.com>
27 Date:   Mon Aug 22 23:35:28 2011 -0700
28
29     altosui: Update mac os X library
30     
31     This has been tested on 32-bit OS X and it works; dunno about
32     64-bit.
33     
34     Signed-off-by: Keith Packard <keithp@keithp.com>
35
36 commit 955989147f90a4fd22c1375d1b41425dae4e7dd1
37 Author: Keith Packard <keithp@keithp.com>
38 Date:   Mon Aug 22 23:34:55 2011 -0700
39
40     altosui: Reset all config data on 'reset' command
41     
42     This lets you switch altimeters without getting any stale data.
43     
44     Signed-off-by: Keith Packard <keithp@keithp.com>
45
46 commit d249da3fb064754753bd20cd2ca1e5ffcce294ca
47 Author: Keith Packard <keithp@keithp.com>
48 Date:   Mon Aug 22 23:33:52 2011 -0700
49
50     altosui: Only 'show' config dialog once
51     
52     Otherwise, the dialog jumps back to the initial position each time the
53     data is updated.
54     
55     Signed-off-by: Keith Packard <keithp@keithp.com>
56
57 commit e9254c3472e42d93181674b2c3cd80fe6eea696e
58 Author: Keith Packard <keithp@keithp.com>
59 Date:   Mon Aug 22 23:32:36 2011 -0700
60
61     altosui: fix 'magic' string to signal end of config data
62     
63     Was using "done", which happens to be displayed by the 'l'
64     command. Switch to 'all finished' which doesn't appear in the config
65     data output. Yes, this method is a kludge.
66     
67     Signed-off-by: Keith Packard <keithp@keithp.com>
68
69 commit 4aebe65b089e4b825a5ae238b81e2181bd88175a
70 Author: Keith Packard <keithp@keithp.com>
71 Date:   Mon Aug 22 23:31:54 2011 -0700
72
73     altosui: Can't configure flight log max on TeleMini
74     
75     It's only got space for one flight.
76     
77     Signed-off-by: Keith Packard <keithp@keithp.com>
78
79 commit 3a84e8e0cc86481c301f4335843a0e1a94bad5c0
80 Author: Keith Packard <keithp@keithp.com>
81 Date:   Mon Aug 22 23:12:30 2011 -0700
82
83     altosui: Make monitor-idle display correct 'On-board data logging' status
84     
85     Count number of stored flights and see if there's space for another
86     one.
87     
88     Signed-off-by: Keith Packard <keithp@keithp.com>
89
90 commit afe6aba9cb91e93234ffee2a22eee40f848ddedd
91 Author: Keith Packard <keithp@keithp.com>
92 Date:   Mon Aug 22 18:25:34 2011 -0700
93
94     altosui: Add --summary option to dump flight stats to stdout
95     
96     useful for quickly capturing sense of a flight.
97     
98     Signed-off-by: Keith Packard <keithp@keithp.com>
99
100 commit 4e2fd7ae76c23aa8da1390ebcbd8f45276cd7a32
101 Author: Keith Packard <keithp@keithp.com>
102 Date:   Mon Aug 22 18:24:54 2011 -0700
103
104     altosui: Show filename in AltosGraph window
105     
106     Makes it easier to tell multiple windows apart
107     
108     Signed-off-by: Keith Packard <keithp@keithp.com>
109
110 commit f4ea46dc205454411c224ada7805f813989efd4a
111 Author: Keith Packard <keithp@keithp.com>
112 Date:   Mon Aug 22 18:23:41 2011 -0700
113
114     altosui: Add date/time/serial/flight to flight stats tab
115     
116     And switch to using the AltosConvert units conversions functions.
117     
118     Signed-off-by: Keith Packard <keithp@keithp.com>
119
120 commit b4c71ba56c471720c72853057d0a527825a78fa0
121 Author: Keith Packard <keithp@keithp.com>
122 Date:   Mon Aug 22 18:22:21 2011 -0700
123
124     altosui: Capture date/time/serial/flight in AltosFlightStats
125     
126     Time is the time when boost was detected.
127     
128     Signed-off-by: Keith Packard <keithp@keithp.com>
129
130 commit 5ef731bd87c6d2a71a4edcc69a218eaf1aa7c465
131 Author: Keith Packard <keithp@keithp.com>
132 Date:   Mon Aug 22 18:21:35 2011 -0700
133
134     altosui: Add a few simple unit conversions
135     
136     Signed-off-by: Keith Packard <keithp@keithp.com>
137
138 commit b83d8eca433ed5796835f6a09271f50c7f27cc81
139 Author: Keith Packard <keithp@keithp.com>
140 Date:   Mon Aug 22 17:18:02 2011 -0700
141
142     doc: Add Installation Recommendations chapter
143     
144     Document installation suggestions, including mounting, RFI, antenna
145     issues and ground testing.
146     
147     Signed-off-by: Keith Packard <keithp@keithp.com>
148
149 commit a0f62b8569c5535a2598cfb6ab52db79f0a52f92
150 Author: Keith Packard <keithp@keithp.com>
151 Date:   Mon Aug 22 17:17:43 2011 -0700
152
153     doc: Add note about telemetry disable mode to 1.0 release notes
154     
155     Signed-off-by: Keith Packard <keithp@keithp.com>
156
157 commit 393d231b9689cd1c358600ee76e0e808f89670c8
158 Author: Keith Packard <keithp@keithp.com>
159 Date:   Sun Aug 21 22:52:45 2011 -0700
160
161     altosui: Attempt to make both 32- and 64-bit windows DLLs
162     
163     We'll see if they work...
164     
165     Signed-off-by: Keith Packard <keithp@keithp.com>
166
167 commit d5bd40847b17c32405dfba864a2a5a3b19aa7e85
168 Author: Keith Packard <keithp@keithp.com>
169 Date:   Sun Aug 21 22:12:53 2011 -0700
170
171     altosui/windows: Fix a bunch of windows compiler warnings.
172     
173     Some of these may have actually been serious -- a write length was
174     getting stored in a signed char...
175     
176     Signed-off-by: Keith Packard <keithp@keithp.com>
177
178 commit 2353d83be15b398754c2564f95374c6ea0f8de92
179 Author: Keith Packard <keithp@keithp.com>
180 Date:   Sun Aug 21 22:12:04 2011 -0700
181
182     altos-fat/windows: Check and install Java 1.6 as needed
183     
184     Signed-off-by: Keith Packard <keithp@keithp.com>
185
186 commit a08826292ebd802a1ff2effccac3b96fd061c47d
187 Merge: 3366cfe 55be3db
188 Author: Bdale Garbee <bdale@gag.com>
189 Date:   Mon Aug 22 16:08:55 2011 -0600
190
191     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
192
193 commit 55be3db2e31fe97e7f351e3c490b8bc4cf7192b2
194 Author: Keith Packard <keithp@keithp.com>
195 Date:   Sun Aug 21 19:18:54 2011 -0700
196
197     altosui: Clean up command line processing. Add --graph
198     
199     Make the command line processing a bit less ad-hoc, track 'mode' of
200     processing and deal with all files on the command line.
201     
202     Signed-off-by: Keith Packard <keithp@keithp.com>
203
204 commit 6823ad5e48fc0a19791d96f886b5689f88c4311b
205 Author: Keith Packard <keithp@keithp.com>
206 Date:   Thu Aug 18 18:02:02 2011 -0700
207
208     altos/altosui: Add ability to disable telemetry/rdf completely
209     
210     This turns off the telemetry system so that it never transmits telemetry
211     or RDF tones. In idle mode, it will still accept packet mode connections.
212     
213     Signed-off-by: Keith Packard <keithp@keithp.com>
214
215 commit a08e7ac8bd3840b699c9a1ffc6b1e115b2b84bad
216 Author: Keith Packard <keithp@keithp.com>
217 Date:   Sat Aug 20 11:35:55 2011 -0700
218
219     Bump version to 0.9.7
220     
221     Bdale is flying 0.9.6 at chili blaster, make sure later firmware gets
222     a later version number.
223     
224     Signed-off-by: Keith Packard <keithp@keithp.com>
225
226 commit f2b0900f8b83fcb3085f3d042ffd961ffd758d5d
227 Author: Keith Packard <keithp@keithp.com>
228 Date:   Sat Aug 20 11:28:53 2011 -0700
229
230     altos: Merge common config code in ao_config.c
231     
232     This shuffles code around in ao_config.c to share some common code
233     segments for starting and committing config changes.
234     
235     This also stops printing out changes as they are made which aren't
236     needed by the UI code.
237     
238     Signed-off-by: Keith Packard <keithp@keithp.com>
239
240 commit 67f28c58db0deca8f8050d33e97ad96017f4baaa
241 Author: Keith Packard <keithp@keithp.com>
242 Date:   Sat Aug 20 11:19:57 2011 -0700
243
244     altosui: Disable 'max flight log' config when there are stored flights
245     
246     When flights are stored in flash, the maximum flight log value cannot
247     be changed as the flight data might need to be moved around in
248     memory. Check for this case by looking for stored flights and
249     disabling the combo box when storage is not empty.
250     
251     Signed-off-by: Keith Packard <keithp@keithp.com>
252
253 commit fcff63baf8fde1174571a2c7c860099e19dbf629
254 Author: Keith Packard <keithp@keithp.com>
255 Date:   Sat Aug 20 10:43:28 2011 -0700
256
257     altosui: remove debug printf in pad pane
258     
259     Signed-off-by: Keith Packard <keithp@keithp.com>
260
261 commit 3366cfe6145f64cdb04654854d5390c671a288e3
262 Author: Bdale Garbee <bdale@gag.com>
263 Date:   Sat Aug 20 09:28:04 2011 -0600
264
265     update changelogs for Debian build
266
267 commit 787e4305a05e344c018abb872f788749203690d7
268 Author: Bdale Garbee <bdale@gag.com>
269 Date:   Sat Aug 20 09:24:29 2011 -0600
270
271     update changelogs for Debian build
272
273 commit 605627d03eeb9f34026a84134992ad061b5b3946
274 Author: Bdale Garbee <bdale@gag.com>
275 Date:   Fri Aug 19 22:47:50 2011 -0600
276
277     update changelogs for Debian build
278
279 commit 048b3eb45169e572f33c68ff152b89db9ef97d31
280 Author: Keith Packard <keithp@keithp.com>
281 Date:   Sun Aug 14 21:11:41 2011 -0700
282
283     altosui: Add 'On-board Data Logging' indicator to pad tab
284     
285     This shows whether the on-board data memory is full, or is ready to
286     record the flight. This is indicated in the telemetry stream by a
287     flight number of '0'.
288     
289     Signed-off-by: Keith Packard <keithp@keithp.com>
290
291 commit adb7d345963ab9981c49c7cc68c6b4d7156dce46
292 Author: Keith Packard <keithp@keithp.com>
293 Date:   Sun Aug 14 21:09:42 2011 -0700
294
295     altosui: Ancient log files used 'apogee' for 'coast' state
296     
297     2009-07-18-serial-004-flight-000 says 'apogee' for the apogee-detect
298     phase of the flight; map this to coast so that this flight replays
299     correctly (although the log terminates at apogee...)
300     
301     Signed-off-by: Keith Packard <keithp@keithp.com>
302
303 commit 4f64d66295a8f76680af8cfda4650aa4c4f8576d
304 Author: Keith Packard <keithp@keithp.com>
305 Date:   Sun Aug 14 19:19:50 2011 -0700
306
307     altos: Lost change that reported flight 0 when log memory was full
308     
309     commit 52ac83fedbfd380d14d4df2e79992bbdfba3552a added coded to check
310     for a full flight log and complain with a special tone.
311     
312     It also reported flight 0 over telemetry, and that part of the patch
313     got lost when moving to the new telemetry format. This patch
314     resurrects that piece.
315     
316     Signed-off-by: Keith Packard <keithp@keithp.com>
317
318 commit ef7f60df841f1eb22b9cec0d7f68cf2c003d6b30
319 Author: Keith Packard <keithp@keithp.com>
320 Date:   Sun Aug 14 00:00:54 2011 -0700
321
322     altosui: Respect storage limits in flight log max config
323     
324     Compute the maximum flight log using the data returned from the 'f'
325     command (total storage and erase block size). Limit menu to choices
326     which fall within this limit, complain if the user asks for too big a value.
327     
328     Signed-off-by: Keith Packard <keithp@keithp.com>
329
330 commit 746d6a472a20243a8c0eacc8edf8e81e0641bc17
331 Author: Keith Packard <keithp@keithp.com>
332 Date:   Sun Aug 14 00:00:07 2011 -0700
333
334     altosui: don't set channel when using radio setting
335     
336     altos now sets the radio back to channel 0 when the radio setting is
337     changed.
338     
339     Signed-off-by: Keith Packard <keithp@keithp.com>
340
341 commit 709485f20fb039f8dd087c8491c5f5a76718ae53
342 Author: Keith Packard <keithp@keithp.com>
343 Date:   Sat Aug 13 23:58:03 2011 -0700
344
345     altos: use raw height while waiting for landing
346     
347     This avoids any noise introduced by the kalman filter, making landing
348     detection much more reliable. This patch also changes the interval to
349     10s so that the height bounds can be increased to 4m.
350     
351     Signed-off-by: Keith Packard <keithp@keithp.com>
352
353 commit aa71c2cdcb417eba2a2d30792ece9a47b8b3fc82
354 Author: Keith Packard <keithp@keithp.com>
355 Date:   Sat Aug 13 23:56:55 2011 -0700
356
357     altos: Reset radio channel to zero when using radio setting
358     
359     Otherwise, it's hard to set the frequency over the radio link.
360     
361     Signed-off-by: Keith Packard <keithp@keithp.com>
362
363 commit 7f74761051f2a5ab45b82c4dd79a8569376bbe2e
364 Author: Keith Packard <keithp@keithp.com>
365 Date:   Sat Aug 13 23:56:06 2011 -0700
366
367     altos: Correct AO_CONFIG_MINOR from 6 to 7
368     
369     Forgot to bump this when adding radio setting.
370     
371     Signed-off-by: Keith Packard <keithp@keithp.com>
372
373 commit 924d56a4d2d8b16530cd378b18cfc5d6e08420ed
374 Author: Keith Packard <keithp@keithp.com>
375 Date:   Sat Aug 13 21:10:15 2011 -0700
376
377     altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
378     
379     The eeprom download code wants to interrupt serial communication so
380     that it can stop downloading stuff in the middle of a run. Make
381     flush_input pass the exception along instead of discarding it.
382     
383     Signed-off-by: Keith Packard <keithp@keithp.com>
384
385 commit dcd15032eec45f3fdd003050710ebd5b85052662
386 Author: Keith Packard <keithp@keithp.com>
387 Date:   Sat Aug 13 21:09:19 2011 -0700
388
389     altosui: Eliminate inter-chunk flush_input calls
390     
391     Once the serial line is nicely synchronized, we don't need to flush
392     input between chunks. This speeds up eeprom downloading quite a bit.
393     
394     Signed-off-by: Keith Packard <keithp@keithp.com>
395
396 commit 3ba7b6196f68078f4ed4538c4e7fe30699dfe908
397 Author: Keith Packard <keithp@keithp.com>
398 Date:   Sat Aug 13 21:05:46 2011 -0700
399
400     altosui: Devices with log-format can also delete flights
401     
402     Any device with either flight-log-max or log-format can delete flights.
403     
404     Signed-off-by: Keith Packard <keithp@keithp.com>
405
406 commit 03e201e1acc8742399054e4ad36b533120ea1612
407 Author: Keith Packard <keithp@keithp.com>
408 Date:   Sat Aug 13 18:39:35 2011 -0700
409
410     altosui: Add support for TeleScience eeprom download
411     
412     Using the existing eeprom methods, fetch and save TeleScience eeprom
413     data, storing to a filename generated from the serial/flight from the
414     TM connected to the TS board.
415     
416     Signed-off-by: Keith Packard <keithp@keithp.com>
417
418 commit 5a3e96bef31959a287b8696778d7d8cf911a7dc4
419 Author: Keith Packard <keithp@keithp.com>
420 Date:   Sat Aug 13 18:36:18 2011 -0700
421
422     altosui: Clean up eeprom parsing a bit
423     
424     Export basic parsing and checksum functions for shared use.
425     Create 'erased' function to check a chunk of eeprom data for data.
426     
427     Signed-off-by: Keith Packard <keithp@keithp.com>
428
429 commit b0ec30de37aa822ba66d25ceaa8cf8dc967b4371
430 Author: Keith Packard <keithp@keithp.com>
431 Date:   Sat Aug 13 18:31:08 2011 -0700
432
433     altos: wait 10s for companion to boot
434     
435     In case the companion is delayed while booting, retry the setup 10
436     times with a 1s delay between tries.
437     
438     Signed-off-by: Keith Packard <keithp@keithp.com>
439
440 commit 41e5be32819d305c8268e6f992be91411ea13435
441 Author: Keith Packard <keithp@keithp.com>
442 Date:   Sat Aug 13 18:30:00 2011 -0700
443
444     altos: Send serial/flight to companion board
445     
446     Lets the companion log them for later matching with TeleMetrum log
447     
448     Signed-off-by: Keith Packard <keithp@keithp.com>
449
450 commit fa7dd04741bf3fd9cedc59ed3b45b69ef9312609
451 Author: Keith Packard <keithp@keithp.com>
452 Date:   Fri Aug 12 21:41:25 2011 -0700
453
454     altos: Send SPI message at flight state changes
455     
456     Get the companion board starting its data logging as soon as possible
457     after boost starts.
458     
459     Signed-off-by: Keith Packard <keithp@keithp.com>
460
461 commit c7f540330c040c521f9d7626009a406e704a5e41
462 Author: Keith Packard <keithp@keithp.com>
463 Date:   Fri Aug 12 14:58:34 2011 -0700
464
465     altosui: Add companion support to the flight UI and CSV conversion
466     
467     Shows the companion data in a new tab. Also put companion data into
468     CSV file.
469     
470     Signed-off-by: Keith Packard <keithp@keithp.com>
471
472 commit 18369c58e62bc64b969a7cf8be3103aa33c6d4aa
473 Author: Keith Packard <keithp@keithp.com>
474 Date:   Fri Aug 12 06:29:13 2011 -0700
475
476     altos: Check for companion init packet validity was busted
477     
478     Was using board_id == ~board_id instead of board_id ==
479     ~board_id_inverse.
480     
481     Signed-off-by: Keith Packard <keithp@keithp.com>
482
483 commit aa642cf55c43188e9a21198d828d7ea90ff54280
484 Author: Keith Packard <keithp@keithp.com>
485 Date:   Fri Aug 12 05:42:05 2011 -0700
486
487     altos: add the 'L' command to show the status of a linked companion board
488     
489     This prints out whether there is a board connected, along with the
490     various values fetched from it.
491     
492     Signed-off-by: Keith Packard <keithp@keithp.com>
493
494 commit f87f0787fa5aa528674f3f4919eb22646c87c25a
495 Author: Keith Packard <keithp@keithp.com>
496 Date:   Fri Aug 12 05:41:15 2011 -0700
497
498     altos: Make sure companion task exits cleanly when done
499     
500     Signed-off-by: Keith Packard <keithp@keithp.com>
501
502 commit ebe2ffb29944abc4d6a35889c7b5f3d9f2871077
503 Author: Keith Packard <keithp@keithp.com>
504 Date:   Fri Aug 12 05:38:16 2011 -0700
505
506     altos: Put SPI in slower mode when talking to companion board
507     
508     The AVR CPU on the other side just can't go very fast. This reduces
509     the SPI clock by a factor of 16, just under 200kHz. As the companion
510     commands are reasonably short, this shouldn't have a huge effect on
511     overall SPI utilization.
512     
513     Signed-off-by: Keith Packard <keithp@keithp.com>
514
515 commit 30abbdc7ffcfc809b4a3fc31486fe968161ea225
516 Author: Keith Packard <keithp@keithp.com>
517 Date:   Sat Jul 9 16:59:16 2011 -0700
518
519     altos: Add SPI-based companion board support
520     
521     This sends current flight state information and retrieves companion
522     data to include in telemetry.
523     
524     Signed-off-by: Keith Packard <keithp@keithp.com>
525
526 commit 578c4b17b8f62f2727654ebda78ee139f9fe13fa
527 Author: Keith Packard <keithp@keithp.com>
528 Date:   Sat Aug 13 18:38:38 2011 -0700
529
530     altos: Don't try to use non-basestations for remote eeprom download
531     
532     Companion boards may also have eeprom data to fetch; don't try to use
533     them as a radio.
534     
535     Signed-off-by: Keith Packard <keithp@keithp.com>
536
537 commit bf06af154e232d4caa1585a1d6d5279a075292e4
538 Author: Keith Packard <keithp@keithp.com>
539 Date:   Fri Aug 12 21:43:56 2011 -0700
540
541     altos/altosui: Report log format in the version command
542     
543     This will make it easier to figure out what the contents of the flash
544     should look like from altosui; the current 'guessing' mechanism will
545     not scale to many more formats.
546     
547     Signed-off-by: Keith Packard <keithp@keithp.com>
548
549 commit c2f2f519dbc8ce233ab36222088c1be6b1362f01
550 Author: Keith Packard <keithp@keithp.com>
551 Date:   Sat Aug 13 18:28:38 2011 -0700
552
553     altos: re-write a bit of GPS parsing code to reduce size
554     
555     Use a local variable while computing hdop.
556     Place the next incoming character in data instead of pdata.
557     
558     Saved a surprising amount of memory.
559     
560     Signed-off-by: Keith Packard <keithp@keithp.com>
561
562 commit 7bcf25606cd5892d58295649f3d475d284494ee8
563 Author: Keith Packard <keithp@keithp.com>
564 Date:   Fri Aug 12 05:26:09 2011 -0700
565
566     altos: shrink text space from ao_config.c
567     
568     Eliminate redundant config initializers by setting minor to zero and
569     letting upgrade code handle all of the new values.
570     
571     Stop computing (fake) frequency when showing radio channel
572     Stop computing feet when showing main deploy height
573     
574     Signed-off-by: Keith Packard <keithp@keithp.com>
575
576 commit 313d740b5284b24f1cc7a1ba5779136b55d49ebe
577 Author: Keith Packard <keithp@keithp.com>
578 Date:   Sat Aug 13 18:33:07 2011 -0700
579
580     libaltos: Mis-allocated device list in libaltos
581     
582     Would overrun mis-allocated array, causing chaos.
583     
584     Signed-off-by: Keith Packard <keithp@keithp.com>
585
586 commit 3b87dd6f46922cf5f98deb2dffa2148c4244e48e
587 Author: Keith Packard <keithp@keithp.com>
588 Date:   Sat Aug 13 15:00:14 2011 -0700
589
590     ao-tools: ao-list was crashing with more than 3 devices connected
591     
592     the list of devices was getting realloced for each new device, but
593     that realloc was too small.
594     
595     Signed-off-by: Keith Packard <keithp@keithp.com>
596
597 commit 640422c028a2be898aa3a9048a0f6fad2e43dd8d
598 Author: Keith Packard <keithp@keithp.com>
599 Date:   Thu Aug 11 16:11:34 2011 -0700
600
601     altos: remove monitor disable stubs from altimeter code
602     
603     Monitor mode in the ground-station boards must be disabled when the
604     radio is going to be used for another purpose, or the radio parameters
605     changed. That places monitor-mode disable calls in other parts of the
606     system which are shared with the altimeter code.
607     
608     Elide the ao_set_monitor calls for builds which do not include any
609     monitoring code.
610     
611     Signed-off-by: Keith Packard <keithp@keithp.com>
612
613 commit 1d13460412046c53f36466193329caaa657bb278
614 Author: Keith Packard <keithp@keithp.com>
615 Date:   Thu Aug 11 15:59:47 2011 -0700
616
617     altos: Apply igniter boot pulse-width reduction to telemini
618     
619     TeleMini needs the same fix as TeleMetrum to reduce startup igniter
620     pulses.
621     
622     Signed-off-by: Keith Packard <keithp@keithp.com>
623
624 commit b520c32bcddabd42c07ceafa827694a3ae23a76f
625 Author: Keith Packard <keithp@keithp.com>
626 Date:   Thu Aug 11 15:57:58 2011 -0700
627
628     altos: Pull igniter pins low as soon as possible at boot time
629     
630     This reduces the pulse width on the igniter circuit caused by the
631     default cc1111 pin configuration at powerup time.
632     
633     Signed-off-by: Keith Packard <keithp@keithp.com>
634
635 commit 566b16e67be38c6425e616a5c38d641c4e1a9b12
636 Author: Keith Packard <keithp@keithp.com>
637 Date:   Wed Aug 10 22:43:26 2011 -0700
638
639     doc: Add 1.0 release notes.
640     
641     Signed-off-by: Keith Packard <keithp@keithp.com>
642
643 commit a07b07d48f71b9a11e73a82db075cc57bad0c09f
644 Author: Keith Packard <keithp@keithp.com>
645 Date:   Wed Aug 10 22:14:32 2011 -0700
646
647     doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
648     
649     This adds release notes and includes them in the main altusmetrum doc
650     as well as making stand-alone html available for inclusion in the website.
651     
652     Signed-off-by: Keith Packard <keithp@keithp.com>
653
654 commit 5aa3e49f794ba5ed2680016f3dca47d67ae99836
655 Author: Keith Packard <keithp@keithp.com>
656 Date:   Wed Aug 10 18:32:05 2011 -0700
657
658     doc: Add telemetry docs to debian/linux/mac/windows packages
659     
660     Signed-off-by: Keith Packard <keithp@keithp.com>
661
662 commit 7283deaa91e752acc45018ef2ea2f560b09af354
663 Author: Keith Packard <keithp@keithp.com>
664 Date:   Wed Aug 10 18:22:16 2011 -0700
665
666     doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
667     
668     Signed-off-by: Keith Packard <keithp@keithp.com>
669
670 commit 21837e0026c87635abf4baf2c6c574a7b274f449
671 Author: Keith Packard <keithp@keithp.com>
672 Date:   Wed Aug 10 18:14:10 2011 -0700
673
674     doc: Document Ignite Mode and Pad Orientation configuration options
675     
676     Signed-off-by: Keith Packard <keithp@keithp.com>
677
678 commit 967c9d5ee691f87bf0d1e49ba055eb366e513e6a
679 Author: Keith Packard <keithp@keithp.com>
680 Date:   Wed Aug 10 17:43:58 2011 -0700
681
682     doc: Update altusmetrum.xsl for v1.0 software and TeleMini
683     
684     Add TeleMini references and sections as appropriate, update AltosUI
685     docs to describe new bits.
686     
687     Signed-off-by: Keith Packard <keithp@keithp.com>
688
689 commit be65308182363ca87db69db530297933324f3806
690 Author: Keith Packard <keithp@keithp.com>
691 Date:   Wed Aug 10 16:01:25 2011 -0700
692
693     Bump version to 0.9.6.0
694     
695     Signed-off-by: Keith Packard <keithp@keithp.com>
696
697 commit 9f5623c8c32a38eaeb63fa74ab370025ac015d52
698 Author: Keith Packard <keithp@keithp.com>
699 Date:   Wed Aug 10 15:00:44 2011 -0700
700
701     altosui: Move launch-sites.txt file to altusmetrum.org
702     
703     The official URL is now:
704     
705         http://www.altusmetrum.org/AltOS/launch-sites.txt
706     
707     Signed-off-by: Keith Packard <keithp@keithp.com>
708
709 commit 4962bcf1ce15c21a946ea718bd676b901f0f2bd0
710 Author: Keith Packard <keithp@keithp.com>
711 Date:   Wed Aug 10 14:35:21 2011 -0700
712
713     altosui: Plot reasonable data from Tm files
714     
715     Don't plot acceleration based on baro data.
716     Display baro speed if accel speed isn't available.
717     
718     Signed-off-by: Keith Packard <keithp@keithp.com>
719
720 commit 01b9352eb8ca0e4e2d023ce973c4e863cdcc0c51
721 Author: Keith Packard <keithp@keithp.com>
722 Date:   Wed Aug 10 14:34:39 2011 -0700
723
724     altosui: Prune telemetry file graphs to just the flight
725     
726     Remove data earlier than 1 second before boost and data after landing.
727     
728     Signed-off-by: Keith Packard <keithp@keithp.com>
729
730 commit 9e1487b1a5db0afd1d23c86d82c60b1c1a62aab0
731 Author: Keith Packard <keithp@keithp.com>
732 Date:   Wed Aug 10 14:08:21 2011 -0700
733
734     altosui: Add a 'Graph Flight' button to the 'landed'  tab
735     
736     This lets you see the results of a flight as soon as the rocket lands
737     using the telemetry data.
738     
739     Signed-off-by: Keith Packard <keithp@keithp.com>
740
741 commit 6ac604d11de44cd824f09e4b467264a2b74be7bd
742 Author: Keith Packard <keithp@keithp.com>
743 Date:   Wed Aug 10 13:35:26 2011 -0700
744
745     Altosui: Add flight statistics tab to graph window
746     
747     Provide basic flight stats alongside the flight graph.
748     
749     Signed-off-by: Keith Packard <keithp@keithp.com>
750
751 commit 94d9a2c36fabdf24d6a0b985851e95e4eb181fd9
752 Author: Keith Packard <keithp@keithp.com>
753 Date:   Tue Aug 9 18:28:19 2011 -0700
754
755     altosui: Ship TeleMini v1.0 firmware with fat blobs
756     
757     Signed-off-by: Keith Packard <keithp@keithp.com>
758
759 commit a680ce61bdcffeacb7f0e4dcef71a03cb7cfe07d
760 Author: Keith Packard <keithp@keithp.com>
761 Date:   Tue Aug 9 18:27:19 2011 -0700
762
763     altosui: Ensure serial code tracks reply nesting correctly
764     
765     Trap any exceptional return conditions from 'get_reply' to make sure
766     in_reply gets decremented.
767     
768     Signed-off-by: Keith Packard <keithp@keithp.com>
769
770 commit 12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0
771 Author: Keith Packard <keithp@keithp.com>
772 Date:   Tue Aug 9 18:26:07 2011 -0700
773
774     altosui: Don't export product defs from libaltos
775     
776     As we add new products, that would change the ABI generated for java,
777     invaliding old library versions sitting around for windows and mac.
778     
779     Signed-off-by: Keith Packard <keithp@keithp.com>
780
781 commit 81ad44d4b6d9ad2f6b91d0906e8543da82da424f
782 Author: Keith Packard <keithp@keithp.com>
783 Date:   Tue Aug 9 14:26:43 2011 -0700
784
785     altos: Switch telemini from v0.1 to v1.0
786     
787     TeleMini production boards are firmware compatible with the v0.1
788     design, so instead of creating another product, just rename the
789     existing one.
790     
791     Signed-off-by: Keith Packard <keithp@keithp.com>
792
793 commit f3985ef8bc69bcec13ce155567a8ed7c5c6051cb
794 Author: Keith Packard <keithp@keithp.com>
795 Date:   Mon Aug 8 20:41:34 2011 -0700
796
797     altosui: Add close button to 'fire' dialog
798     
799     Easier to hit than the tiny close box in the frame.
800     
801     Signed-off-by: Keith Packard <keithp@keithp.com>
802
803 commit cbf54a826d12c49b1b1996be247869d5ff4e2236
804 Author: Keith Packard <keithp@keithp.com>
805 Date:   Mon Aug 8 20:38:44 2011 -0700
806
807     altosui: Make set of telemetries to use while scanning configurable
808     
809     with a preference to remember across application runs.
810     
811     Signed-off-by: Keith Packard <keithp@keithp.com>
812
813 commit 7146311d9df541e075b4450cf9656a9aa7ffdd93
814 Author: Keith Packard <keithp@keithp.com>
815 Date:   Mon Aug 8 20:38:14 2011 -0700
816
817     altosui: Reading serial from swing thread only bad if remote
818     
819     Make the warning on this condition based on whether the link is remote.
820     
821     Signed-off-by: Keith Packard <keithp@keithp.com>
822
823 commit 2662c577a895c96fce7b2bf815b9e752d2dfbde6
824 Author: Keith Packard <keithp@keithp.com>
825 Date:   Mon Aug 8 18:53:59 2011 -0700
826
827     altosui: Remove unused AltosConfigData from AltosTelemetryReader
828     
829     Now that AltosSerial manages this data, it's not needed here.
830     
831     Signed-off-by: Keith Packard <keithp@keithp.com>
832
833 commit 13eacb49de4312509c3a729a31dcda4d601f8a8b
834 Author: Keith Packard <keithp@keithp.com>
835 Date:   Mon Aug 8 18:53:27 2011 -0700
836
837     altosui: Flush radio setting to serial device
838     
839     When changing frequencies, make sure the device hears about it.
840     
841     Signed-off-by: Keith Packard <keithp@keithp.com>
842
843 commit 97cf285d041062ae473c2823438b81c8fffe7f67
844 Author: Keith Packard <keithp@keithp.com>
845 Date:   Mon Aug 8 18:53:03 2011 -0700
846
847     altosui: Remove debugging printfs from AltosSerial
848     
849     Signed-off-by: Keith Packard <keithp@keithp.com>
850
851 commit 364102d29ff4de0c252774f26417587fa88b7467
852 Author: Keith Packard <keithp@keithp.com>
853 Date:   Mon Aug 8 18:52:11 2011 -0700
854
855     altosui: Show AltosFrequency in scan results
856     
857     Include frequency and description instead of just frequency.
858     
859     Signed-off-by: Keith Packard <keithp@keithp.com>
860
861 commit d4cc16e111229b02d1081e2693ace0b33f662498
862 Author: Keith Packard <keithp@keithp.com>
863 Date:   Mon Aug 8 18:51:16 2011 -0700
864
865     altosui: Save frequency after setting it in AltosFlightUI
866     
867     Otherwise we'll just save the old frequency.
868     
869     Signed-off-by: Keith Packard <keithp@keithp.com>
870
871 commit 81bb6f42d8b859195ea5a35806c42d98ba82e8e1
872 Author: Keith Packard <keithp@keithp.com>
873 Date:   Mon Aug 8 18:49:45 2011 -0700
874
875     altosui: Have single radio_to_frequency function
876     
877     This takes all three radio params (setting, cal, channel) and computes
878     the current frequency.
879     
880     Signed-off-by: Keith Packard <keithp@keithp.com>
881
882 commit c8c01684fa011acf3bbe5c3ebbc84aa8e8457a5e
883 Author: Keith Packard <keithp@keithp.com>
884 Date:   Mon Aug 8 18:47:36 2011 -0700
885
886     altosui: A few misc cleanups.
887     
888     Initialize radio_setting as it won't be set for older devices ever.
889     Remove unused set_radio_frequency function from AltosConfigUI.
890     
891     Signed-off-by: Keith Packard <keithp@keithp.com>
892
893 commit dd383b86b9a13d7af2d6b07f4fb85ccc666ed898
894 Author: Keith Packard <keithp@keithp.com>
895 Date:   Mon Aug 8 18:45:36 2011 -0700
896
897     altosui: Must set radio calibration before radio setting
898     
899     Setting the radio calibration erases any previous radio setting as
900     the radio calibration change invalidates any previously computed radio
901     setting for a specific frequency.
902     
903     Hence, the radio setting must be configured *after* the radio
904     calibration value lest it be ignored.
905     
906     Signed-off-by: Keith Packard <keithp@keithp.com>
907
908 commit 40544dbfe09c64f7764a5f0686415805611fab25
909 Author: Keith Packard <keithp@keithp.com>
910 Date:   Mon Aug 8 17:46:04 2011 -0700
911
912     altos: minor type in comment about accel correction
913     
914     Kurt Roeckx found a typo in the equations describing how the
915     accelerometer is corrected by the 5V reference measurement.
916     
917     Signed-off-by: Keith Packard <keithp@keithp.com>
918
919 commit a315b200cd0da1a964f5395cd59660be1b49672b
920 Author: Keith Packard <keithp@keithp.com>
921 Date:   Mon Aug 8 12:31:48 2011 -0700
922
923     altosui: Pull out BlueTooth support
924     
925     This leaves the code in place, but commented out so that it isn't used
926     until we've got a bluetooth device ready for use.
927     
928     Signed-off-by: Keith Packard <keithp@keithp.com>
929
930 commit a65daf94e8fe3e22f770ef76d9104c3dd11d0330
931 Author: Keith Packard <keithp@keithp.com>
932 Date:   Mon Aug 8 12:25:30 2011 -0700
933
934     altosui: altimeter is not spelled altimter
935     
936     Signed-off-by: Keith Packard <keithp@keithp.com>
937
938 commit 84ba927f503f81543dec286c4881be30bb5e60c5
939 Author: Keith Packard <keithp@keithp.com>
940 Date:   Mon Aug 8 02:05:28 2011 -0700
941
942     Set version to 0.9.5.0
943     
944     Make the frequency-based systems distinct
945     
946     Signed-off-by: Keith Packard <keithp@keithp.com>
947
948 commit 0e3e4f9c1e6a6bf972514f12c9d622258aa2aec2
949 Author: Keith Packard <keithp@keithp.com>
950 Date:   Mon Aug 8 01:47:29 2011 -0700
951
952     altosui: Convert from channels to frequencies
953     
954     Major areas:
955     
956      * Preferences are stored as frequencies instead
957        of channels
958     
959      * Serial configuration is done using frequencies
960     
961      * UI is presented with frequency lists
962     
963     Signed-off-by: Keith Packard <keithp@keithp.com>
964
965 commit f03ca0ab8799bfa5100eaa2577cfd7b9c37d05bf
966 Author: Keith Packard <keithp@keithp.com>
967 Date:   Sun Aug 7 14:52:29 2011 -0700
968
969     altosui: Add dialogs to configure 'common' frequencies
970     
971     These are stored in preferences, but not yet hooked up to the TM/TD
972     configure dialogs
973     
974     Signed-off-by: Keith Packard <keithp@keithp.com>
975
976 commit ba5dc35388d28c5769eaabc970c4d4b8c2c2ff9c
977 Author: Keith Packard <keithp@keithp.com>
978 Date:   Wed Aug 3 23:07:53 2011 -0700
979
980     altos: Add ability to set arbitrary radio frequency
981     
982     This adds a separate config parameter to control the raw radio
983     frequency setting, allowing the user to select an arbitrary frequency
984     instead of being forced to choose one of the 10 pre-defined 'channels'.
985     
986     Signed-off-by: Keith Packard <keithp@keithp.com>
987
988 commit e1e5c9b3e24670e9f58c6f7389eafb3338efdb40
989 Author: Keith Packard <keithp@keithp.com>
990 Date:   Mon Aug 8 12:08:45 2011 -0700
991
992     altos: Remove pad_orientation functions from non-accel devices
993     
994     Anything without an accelerometer can't detect pad orientation.
995     
996     Signed-off-by: Keith Packard <keithp@keithp.com>
997
998 commit 7207a95823dc2a27906759528dd88256cb20679f
999 Author: Keith Packard <keithp@keithp.com>
1000 Date:   Mon Aug 8 12:04:00 2011 -0700
1001
1002     altosui: Change button to 'Configure Altimeter'
1003     
1004     Now that we've got more than one model.
1005     
1006     Signed-off-by: Keith Packard <keithp@keithp.com>
1007
1008 commit 30670732ca3f5a34025ab4bc4c69afa45637b4d6
1009 Author: Keith Packard <keithp@keithp.com>
1010 Date:   Mon Aug 8 11:58:23 2011 -0700
1011
1012     altos: Correct flight log max on Tm to 5k
1013     
1014     Was using the wrong #define name to check for Tm/Tn devices that use
1015     internal flash for data storage.
1016     
1017     Signed-off-by: Keith Packard <keithp@keithp.com>
1018
1019 commit a67c16958df8e60b131b01e00fd5bca590af0e7d
1020 Author: Bdale Garbee <bdale@gag.com>
1021 Date:   Mon Aug 8 09:38:53 2011 -0600
1022
1023     update changelogs for Debian build
1024
1025 commit 4a507898d6de631bb2e8ed4aa3e0933d97222323
1026 Author: Bdale Garbee <bdale@gag.com>
1027 Date:   Mon Aug 8 09:34:59 2011 -0600
1028
1029     rewind changelog for re-build of 0.9.4.5
1030
1031 commit 5082b4998b8a9787e0e2f4d96d912e434aa9b81a
1032 Author: Bdale Garbee <bdale@gag.com>
1033 Date:   Mon Aug 8 09:31:18 2011 -0600
1034
1035     clean up all existing lintian warnings
1036
1037 commit f26c7172a1b2b5344fae6ede562f2da7a56b80e3
1038 Author: Bdale Garbee <bdale@gag.com>
1039 Date:   Mon Aug 8 07:54:14 2011 -0600
1040
1041     build depend on bluetooth dev package
1042
1043 commit 3cad81b0ebb52352c66643a2587e94a2b693a2d2
1044 Author: Bdale Garbee <bdale@gag.com>
1045 Date:   Mon Aug 8 07:38:48 2011 -0600
1046
1047     stop doing automatic tag push during builds
1048
1049 commit ebaad64525119c0fdacf382adc2c99e5df5be23f
1050 Author: Bdale Garbee <bdale@gag.com>
1051 Date:   Mon Aug 8 07:37:23 2011 -0600
1052
1053     update changelogs for Debian build
1054
1055 commit 6f9f75cbfccf975204ab847ca0e9cf86188716c6
1056 Author: Bdale Garbee <bdale@gag.com>
1057 Date:   Mon Aug 8 07:35:47 2011 -0600
1058
1059     update changelogs for Debian build
1060
1061 commit 7c94945690a6ff5cbf872026fd6411a30089c7b1
1062 Author: Bdale Garbee <bdale@gag.com>
1063 Date:   Mon Aug 8 07:33:09 2011 -0600
1064
1065     simplify version in last changelog entry so git-dch is less confused
1066
1067 commit 6d5e5b0be237d5448aa9d15decd6127cf41ca7b2
1068 Author: Bdale Garbee <bdale@gag.com>
1069 Date:   Mon Aug 8 07:30:42 2011 -0600
1070
1071     update version for a Bdale build for use turning on TeleMini v1.0
1072
1073 commit 6492218fc316f8cf6214a577807a8dd0a80a9b6a
1074 Author: Keith Packard <keithp@keithp.com>
1075 Date:   Tue Aug 2 19:07:56 2011 -0700
1076
1077     altos/altosui: Add pad orientation configure option
1078     
1079     Allow TeleMetrum to be operated with the antenna pointing downwards on
1080     the pad. This provides some additional flexibility when designing an
1081     ebay.
1082     
1083     The accelerometer calibration levels are flipped around to match, so
1084     no re-calibration should be required.
1085     
1086     Signed-off-by: Keith Packard <keithp@keithp.com>
1087
1088 commit 11a2bb8e28df7ed87542f2ee726f877971f5d52a
1089 Author: Keith Packard <keithp@keithp.com>
1090 Date:   Tue Aug 2 17:41:53 2011 -0700
1091
1092     altosui: Add idle monitor dialog
1093     
1094     This monitors a telemetrum device in idle mode, either directly or through a
1095     teledongle, allowing the GPS status and batteries to be monitored
1096     without resorting to placing the device in pad mode.
1097     
1098     Signed-off-by: Keith Packard <keithp@keithp.com>
1099
1100 commit 3cc2eed6cdafe788a8617ab45c6664077e76411e
1101 Author: Keith Packard <keithp@keithp.com>
1102 Date:   Tue Aug 2 18:01:52 2011 -0700
1103
1104     altosui: Simple timeouts don't work with query data
1105     
1106     To get the query to come back, it's best to abort and retry the
1107     command, other wise the command may have been lost to the previous
1108     connection.
1109     
1110     Signed-off-by: Keith Packard <keithp@keithp.com>
1111
1112 commit 37c41c962ea4631e62307a57d2ce6572b87fd743
1113 Author: Keith Packard <keithp@keithp.com>
1114 Date:   Tue Aug 2 17:41:02 2011 -0700
1115
1116     altosui: Parse accel cal from 'c s' command
1117     
1118     These fields weren't used before, so the code to parse them hadn't
1119     been written.
1120     
1121     Signed-off-by: Keith Packard <keithp@keithp.com>
1122
1123 commit 95201e7fe4a6a7ec42321e8dbad3aea3bbf4c840
1124 Author: Keith Packard <keithp@keithp.com>
1125 Date:   Tue Aug 2 17:40:02 2011 -0700
1126
1127     altosui: Standard text field in flight UI needs more width (now 20)
1128     
1129     Latitude and longitude take more than 16 characters.
1130     
1131     Signed-off-by: Keith Packard <keithp@keithp.com>
1132
1133 commit 82e04a0e3a3296288a524ec582785a36fd644331
1134 Author: Keith Packard <keithp@keithp.com>
1135 Date:   Tue Aug 2 02:09:23 2011 -0700
1136
1137     altos: Require sequencing through 'main' state before landing
1138     
1139     The old version of the code would permit the flight to go straight
1140     from 'drogue' to 'landed' without passing through 'main' at all. This
1141     meant that a false landing detection would leave the main charge
1142     unfired, potentially causing the airframe to land on drogue alone.
1143     
1144     Requiring that the flight sequence pass through main ensures that the
1145     main charge will get fired at the right time, although if the airframe
1146     lands higher than that altitude, it will not go to 'landed' mode ever.
1147     
1148     Signed-off-by: Keith Packard <keithp@keithp.com>
1149
1150 commit 6c55bf35b11ae3ddae152795072d69e98184bac1
1151 Author: Keith Packard <keithp@keithp.com>
1152 Date:   Tue Aug 2 01:49:35 2011 -0700
1153
1154     altos: Reduce height averaging filter time constant
1155     
1156     Using the longer time constant could lead to false landing detection
1157     just after apogee, which is definitely not a good idea.
1158     
1159     Signed-off-by: Keith Packard <keithp@keithp.com>
1160
1161 commit e19a117b99e8374ca0e8e35948e23bc672ad1a32
1162 Author: Keith Packard <keithp@keithp.com>
1163 Date:   Mon Aug 1 22:33:38 2011 -0700
1164
1165     altos: Average height values for landing detection
1166     
1167     Instead of using the direct output of the kalman filter and hoping
1168     that is quiet enough to detect landing, filter that with a long
1169     exponential decay filter and then check to make sure that doesn't
1170     change more than 2m in 5 seconds as a trigger for landing detection.
1171     
1172     Tested with existing telemetrum flight logs and it correctly detects
1173     landing in all cases.
1174     
1175     Signed-off-by: Keith Packard <keithp@keithp.com>
1176
1177 commit 146a0ab223e8d9b376125d1e59f597f6d7851a9b
1178 Author: Keith Packard <keithp@keithp.com>
1179 Date:   Sun Jul 17 18:49:55 2011 -0700
1180
1181     altos: Add ability to read new TELEM files to ao_flight_test
1182     
1183     Not that telem files are currently very useful as the kalman filter
1184     gets completly confused by the variable steps caused by missing data, but...
1185     
1186     Signed-off-by: Keith Packard <keithp@keithp.com>
1187
1188 commit 6795d353be91df96a571cebc237e6a54a065a380
1189 Author: Keith Packard <keithp@keithp.com>
1190 Date:   Sun Jul 17 16:44:10 2011 -0700
1191
1192     altosui: Change continutity colors to yellow/magenta
1193     
1194     Makes them stand apart from the accel/speed lines
1195     
1196     Signed-off-by: Keith Packard <keithp@keithp.com>
1197
1198 commit 7f6cce5749724dbb836aaa27bbeedf977106f6f3
1199 Author: Keith Packard <keithp@keithp.com>
1200 Date:   Sun Jul 17 16:43:41 2011 -0700
1201
1202     Add HARA Bragg Farms site
1203     
1204     Signed-off-by: Keith Packard <keithp@keithp.com>
1205
1206 commit 6796d9e253a808824ba32cdb008da8bf302780fc
1207 Author: Keith Packard <keithp@keithp.com>
1208 Date:   Sun Jul 17 15:53:13 2011 -0700
1209
1210     Fix NCR Pawnee location
1211     
1212     Signed-off-by: Keith Packard <keithp@keithp.com>
1213
1214 commit ddef3e4ec1b3ff86b164f83807c34c2a78f73eb8
1215 Author: Keith Packard <keithp@keithp.com>
1216 Date:   Sun Jul 17 15:45:07 2011 -0700
1217
1218     altosui: Mark preload site location with red circles (like launch)
1219     
1220     Just to show where on the map the official launch location is.
1221     
1222     Signed-off-by: Keith Packard <keithp@keithp.com>
1223
1224 commit 1f3f3d575572eff33a2bc7a53d4691e59a428450
1225 Author: Keith Packard <keithp@keithp.com>
1226 Date:   Sun Jul 17 15:09:55 2011 -0700
1227
1228     altosui: Add a bunch more site locations
1229     
1230     BALLS, Rio Rancho, METRA, QRS Cedar Grove and Hudson Ranch
1231     
1232     Signed-off-by: Keith Packard <keithp@keithp.com>
1233
1234 commit fef42e0d9e0a20bdbd32e052749fc63575515e1c
1235 Author: Keith Packard <keithp@keithp.com>
1236 Date:   Sun Jul 17 11:29:13 2011 -0700
1237
1238     altosui: Add launch-sites.txt
1239     
1240     Contains a few of our favorites.
1241     
1242     Signed-off-by: Keith Packard <keithp@keithp.com>
1243
1244 commit 81cac174c80ee42d9e94c6500da7c4c760c3ce67
1245 Author: Keith Packard <keithp@keithp.com>
1246 Date:   Sun Jul 17 11:25:47 2011 -0700
1247
1248     altosui: Download list of site locations for map preloading
1249     
1250     The current URL for this is:
1251     http://gag.com/~keithp/launch-sites.txt
1252     
1253     The format is:
1254     <site-name>:<lat>:<lon>
1255     
1256     lat and lon are both in signed decimal degrees.
1257     
1258     Signed-off-by: Keith Packard <keithp@keithp.com>
1259
1260 commit f7cd8317bf78ece334e1ceb0263b875ca43bbbd2
1261 Merge: 51796e2 a482d90
1262 Author: Keith Packard <keithp@keithp.com>
1263 Date:   Sun Jul 17 08:17:44 2011 -0700
1264
1265     Merge branch 'preload-maps'
1266
1267 commit 51796e2f1ebce3ee8dc1ac90648381410c1379ee
1268 Author: Keith Packard <keithp@keithp.com>
1269 Date:   Mon May 23 11:32:29 2011 -0700
1270
1271     altos, altosui: Add igniter mode (dual, apogee, main)
1272     
1273     This provides for redundant charges for either apogee or main.
1274     
1275     Signed-off-by: Keith Packard <keithp@keithp.com>
1276
1277 commit 1332ed55192f22525f31574f60fae4c6579e6f7f
1278 Author: Keith Packard <keithp@keithp.com>
1279 Date:   Sun Jul 17 08:13:15 2011 -0700
1280
1281     Set version to 0.9.4.4
1282     
1283     Signed-off-by: Keith Packard <keithp@keithp.com>
1284
1285 commit a482d904a3f391c3a24df3660acb3f3696aa6766
1286 Author: Anthony Towns <aj@erisian.com.au>
1287 Date:   Sat Jul 16 23:08:49 2011 -0700
1288
1289     altosui: Make sure degree and minute values are visible (map preload)
1290     
1291     Set min size to preferred size so that the value remains visible
1292     instead of snapping to 0 pixels wide.
1293     
1294     Signed-off-by: Keith Packard <keithp@keithp.com>
1295
1296 commit 1681c57cbbfc5214dbc2a519e54ce9f29ffe3921
1297 Author: Keith Packard <keithp@keithp.com>
1298 Date:   Sat Jul 16 22:43:34 2011 -0700
1299
1300     altosui: Remove a bunch of sitemap debugging printfs
1301     
1302     Seems to work, let's get less chatty
1303     
1304     Signed-off-by: Keith Packard <keithp@keithp.com>
1305
1306 commit 0a4d934f6e2914bfe2d965630543f029a1576c11
1307 Author: Keith Packard <keithp@keithp.com>
1308 Date:   Sat Jul 16 22:34:44 2011 -0700
1309
1310     altosui: Display full map preload area in view.
1311     
1312     This involved fixing the map view to support arbitrary sizes, and then
1313     exposing a synchronous tile loading API so that the progress bar could
1314     be used to show tile loading progress.
1315     
1316     Signed-off-by: Keith Packard <keithp@keithp.com>
1317
1318 commit abb8510b97ce9cbbff0275cc31f74780fe1ce138
1319 Merge: 0929ee3 00e6981
1320 Author: Keith Packard <keithp@keithp.com>
1321 Date:   Sat Jul 16 21:06:37 2011 -0700
1322
1323     Merge branch 'scan-telemetry' into preload-maps
1324
1325 commit 00e6981c2e0a668864fcf391932855cd8942140c
1326 Author: Keith Packard <keithp@keithp.com>
1327 Date:   Sat Jul 16 21:05:06 2011 -0700
1328
1329     altosui: Flush telemetry lines before starting to watch for scan results
1330     
1331     This prevents pending telemetry lines from being incorrectly
1332     attributed to the wrong channel/telemetry.
1333     
1334     Signed-off-by: Keith Packard <keithp@keithp.com>
1335
1336 commit 0929ee32f753255cbe1474988cb41a5a86d29a0e
1337 Author: Keith Packard <keithp@keithp.com>
1338 Date:   Sat Jul 16 17:37:20 2011 -0700
1339
1340     altosui: Try to avoid resize weirdness with map preloading
1341     
1342     grid bag + box does some strange stuff, this appears to avoid the
1343     worst of the interactions.
1344     
1345     Signed-off-by: Keith Packard <keithp@keithp.com>
1346
1347 commit 225073fd822f9861a83d65386c29fda9b37bf273
1348 Author: Keith Packard <keithp@keithp.com>
1349 Date:   Sat Jul 16 16:37:40 2011 -0700
1350
1351     altosui: Add map preloading GUI
1352     
1353     Provide a way to manually enter latitude and longitude, preview the
1354     map area while downloading a 9x9 grid of map tiles to be used when
1355     monitoring flights without network access.
1356     
1357     Signed-off-by: Keith Packard <keithp@keithp.com>
1358
1359 commit cbd14ba103ee5e3c5eec18e3a4ff13c320b98634
1360 Author: Keith Packard <keithp@keithp.com>
1361 Date:   Sat Jul 16 20:44:51 2011 -0700
1362
1363     altosui: Set 'seen' bits in legacy telemetry packet reader
1364     
1365     Otherwise, the 'scan' code won't show detected flight computers.
1366     
1367     Signed-off-by: Keith Packard <keithp@keithp.com>
1368
1369 commit e905042879147dd86241bf2dcc7437e5a6eb7578
1370 Author: Keith Packard <keithp@keithp.com>
1371 Date:   Sat Jul 16 20:43:57 2011 -0700
1372
1373     altosui: Initialize channel and telemetry before use in ScanUI
1374     
1375     Otherwise we try to use telemetry format 0, which means 'no telemetry'.
1376     
1377     Signed-off-by: Keith Packard <keithp@keithp.com>
1378
1379 commit 941b90a4905e34936d24a25ca90ac04eb6f5a792
1380 Author: Keith Packard <keithp@keithp.com>
1381 Date:   Sat Jul 16 17:38:00 2011 -0700
1382
1383     altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
1384     
1385     Move telemetry constants to Altos class, adding functions to compute
1386     names and lengths. Generalize users of these values to use all of the
1387     known values.
1388     
1389     Add support for v0.8 TeleMetrum telemetry
1390     
1391     Signed-off-by: Keith Packard <keithp@keithp.com>
1392
1393 commit 7ef786276b5d5c7d17c3fe4f36aa41db61a9742f
1394 Author: Keith Packard <keithp@keithp.com>
1395 Date:   Sat Jul 16 14:23:08 2011 -0700
1396
1397     altosui: Finish radio scanning UI
1398     
1399     Scans all channels and telemetry formats, presenting visible devices
1400     in a list. Entries from the list may be selected, in which case a
1401     monitor window pops up with the appropriate configuration.
1402     
1403     Signed-off-by: Keith Packard <keithp@keithp.com>
1404
1405 commit ebcba28b3c09925869b617880d2919e5d0e059f0
1406 Author: Keith Packard <keithp@keithp.com>
1407 Date:   Sat Jul 16 14:19:41 2011 -0700
1408
1409     altosui: Configuration telemetry record includes flight number
1410     
1411     Mark the reported altos record as including flight information.
1412     
1413     Signed-off-by: Keith Packard <keithp@keithp.com>
1414
1415 commit d4375bc737655546c2d40f49acdfc2e60ebfea5a
1416 Author: Keith Packard <keithp@keithp.com>
1417 Date:   Sat Jul 16 14:19:14 2011 -0700
1418
1419     altosui: Remove debugging printf from AltosLog
1420     
1421     Signed-off-by: Keith Packard <keithp@keithp.com>
1422
1423 commit f32a55ac9a3ebbde2b41782f22491e72258fe05a
1424 Author: Keith Packard <keithp@keithp.com>
1425 Date:   Sat Jul 9 19:00:12 2011 -0700
1426
1427     altosui: Pop up monitor window from scan dialog
1428     
1429     Signed-off-by: Keith Packard <keithp@keithp.com>
1430
1431 commit 8c20030ea4eb8e068e1ba88e01d07dfbc27bd7db
1432 Author: Keith Packard <keithp@keithp.com>
1433 Date:   Sat Jul 9 18:41:15 2011 -0700
1434
1435     altosui: Start adding support for scanning radio for available devices
1436     
1437     This is untested.
1438     
1439     Signed-off-by: Keith Packard <keithp@keithp.com>
1440
1441 commit 7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9
1442 Author: Keith Packard <keithp@keithp.com>
1443 Date:   Fri Jul 15 18:53:41 2011 -0700
1444
1445     Set version to 0.9.4.3 for Bdale 2011-7-16 flights
1446     
1447     Signed-off-by: Keith Packard <keithp@keithp.com>
1448
1449 commit 0d0cf6f9a1b14a1b66aee3845964cd33d1f035c2
1450 Author: Keith Packard <keithp@keithp.com>
1451 Date:   Sat Jul 9 13:09:57 2011 -0700
1452
1453     altos: new versions of sdcc require __ prefixes for custom keywords
1454     
1455     Fortunately, 2.9.1 appears to accept either, so we can switch now and
1456     prepare for sdcc 3.0.0.
1457     
1458     Signed-off-by: Keith Packard <keithp@keithp.com>
1459
1460 commit 8f80f5705d64469bcfb00ff11aee68364edb271b
1461 Author: Keith Packard <keithp@keithp.com>
1462 Date:   Wed Jul 6 21:38:57 2011 -0700
1463
1464     altosui: Don't show missing igniter and gps values
1465     
1466     The new telemetry stuff leaves state.gps always set (but empty), which
1467     seems fine, we just need to look at state.gps.connected to see if
1468     there's a GPS receiver on board.
1469     
1470     For TeleNano, we also want to hide the igniter status fields as they
1471     won't have any data present.
1472     
1473     Signed-off-by: Keith Packard <keithp@keithp.com>
1474
1475 commit 80ca066a825646f833ca609190c76c5252118d9a
1476 Author: Keith Packard <keithp@keithp.com>
1477 Date:   Wed Jul 6 21:36:38 2011 -0700
1478
1479     altosui: Build device constants into .java code
1480     
1481     This eliminates a depedency on updates to the system helper library,
1482     which means we don't have to provide a new library on all platforms
1483     just to support a new USB id.
1484     
1485     Signed-off-by: Keith Packard <keithp@keithp.com>
1486
1487 commit 504ab7ab355652d5d01094c927089029596a0753
1488 Author: Keith Packard <keithp@keithp.com>
1489 Date:   Wed Jul 6 17:49:01 2011 -0700
1490
1491     altos: product defines are always in ao_product.h
1492     
1493     When all products were built in a single directory, each one had a
1494     separate version of ao_product.h. Now that they all reside in
1495     sub-directories, each directory has its own ao_product.h
1496     
1497     This change is needed so that other modules in the system can use the
1498     product defines; otherwise, ao_product.h was not built at the right time.
1499     
1500     Signed-off-by: Keith Packard <keithp@keithp.com>
1501
1502 commit 81cf2e833bedbc1ace8fd310e9e94bfb7673d428
1503 Author: Keith Packard <keithp@keithp.com>
1504 Date:   Wed Jul 6 16:43:17 2011 -0700
1505
1506     altos: Ensure low-rate telem packets interleave with sensor telem packets
1507     
1508     To avoid over-committing the radio link, we want to send only
1509     one low rate packet after each sensor packet. However, the
1510     initializations for this were incorrect, causing the configuration and
1511     location packets to be sent at the same time.
1512     
1513     Signed-off-by: Keith Packard <keithp@keithp.com>
1514
1515 commit 5ca6400fd8a360b64d8f96f50d5595a7fd17762d
1516 Author: Keith Packard <keithp@keithp.com>
1517 Date:   Wed Jul 6 16:18:54 2011 -0700
1518
1519     altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
1520     
1521     All products use the common ao_telemetry.c code now
1522     
1523     Signed-off-by: Keith Packard <keithp@keithp.com>
1524
1525 commit 0154d13756bcb09f009981ee5e4bd27fd04b8788
1526 Author: Keith Packard <keithp@keithp.com>
1527 Date:   Wed Jul 6 16:19:22 2011 -0700
1528
1529     altos: Switch Tm and Tn to common telemetry code
1530     
1531     Signed-off-by: Keith Packard <keithp@keithp.com>
1532
1533 commit b65140a0139075adeddaccf0f4d5c7a75fac4757
1534 Author: Keith Packard <keithp@keithp.com>
1535 Date:   Wed Jul 6 15:52:25 2011 -0700
1536
1537     altos: Switch flash drivers __xdata to __pdata
1538     
1539     Signed-off-by: Keith Packard <keithp@keithp.com>
1540
1541 commit 038d7b25ba833da4be458409670d3f95e8aaf17b
1542 Author: Keith Packard <keithp@keithp.com>
1543 Date:   Wed Jul 6 15:51:52 2011 -0700
1544
1545     altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
1546     
1547     Signed-off-by: Keith Packard <keithp@keithp.com>
1548
1549 commit 3742b36a528f114c3b1873caa4f39581145b76da
1550 Author: Keith Packard <keithp@keithp.com>
1551 Date:   Wed Jul 6 15:28:01 2011 -0700
1552
1553     altos: Switch ao_dbg.c __xdata to __pdata
1554     
1555     Signed-off-by: Keith Packard <keithp@keithp.com>
1556
1557 commit 6903b6464db7eb803de8bf9b897c45431f7a1d63
1558 Author: Keith Packard <keithp@keithp.com>
1559 Date:   Wed Jul 6 15:27:32 2011 -0700
1560
1561     altos: Switch ao_config.c __xdata to __pdata
1562     
1563     Signed-off-by: Keith Packard <keithp@keithp.com>
1564
1565 commit 6893752900385ee51cc4cf75e1b672202de7578a
1566 Author: Keith Packard <keithp@keithp.com>
1567 Date:   Wed Jul 6 15:26:09 2011 -0700
1568
1569     altos: switch ao_cmd __xdata to __pdata
1570     
1571     Saves code space
1572     
1573     Signed-off-by: Keith Packard <keithp@keithp.com>
1574
1575 commit 2ec986f08ce8d4635f4435bb0042b405d93edc40
1576 Author: Keith Packard <keithp@keithp.com>
1577 Date:   Wed Jul 6 15:45:04 2011 -0700
1578
1579     altos: Switch const for __code in struct ao_cmds
1580     
1581     This saves quite a bit of code space when accessing these values.
1582     
1583     Signed-off-by: Keith Packard <keithp@keithp.com>
1584
1585 commit 355db71f4511adff8abcb2caded61c12fe8b7ee9
1586 Author: Keith Packard <keithp@keithp.com>
1587 Date:   Wed Jul 6 15:41:32 2011 -0700
1588
1589     altos: Switch ao_usb.c __xdata to __pdata
1590     
1591     Signed-off-by: Keith Packard <keithp@keithp.com>
1592
1593 commit 359baab005c274a0841268c615c23b3ffef813cf
1594 Author: Keith Packard <keithp@keithp.com>
1595 Date:   Wed Jul 6 15:41:06 2011 -0700
1596
1597     altos: Switch ao_telemetry.c __xdata to __pdata
1598     
1599     Signed-off-by: Keith Packard <keithp@keithp.com>
1600
1601 commit f2f8ade6994aa3a69fd08f19c4403ceb8cea295d
1602 Author: Keith Packard <keithp@keithp.com>
1603 Date:   Wed Jul 6 15:39:44 2011 -0700
1604
1605     altos: Switch ao_stdio.c __data to __pdata
1606     
1607     Signed-off-by: Keith Packard <keithp@keithp.com>
1608
1609 commit 9ba0da9247ea424a7a147aa85daae0d5e6316b81
1610 Author: Keith Packard <keithp@keithp.com>
1611 Date:   Wed Jul 6 15:38:46 2011 -0700
1612
1613     altos: Switch ao_serial.c __xdata to __pdata
1614     
1615     Signed-off-by: Keith Packard <keithp@keithp.com>
1616
1617 commit 86b41d4c2b8a9fa4507cdb75302e0cedebb103cb
1618 Author: Keith Packard <keithp@keithp.com>
1619 Date:   Wed Jul 6 15:38:29 2011 -0700
1620
1621     altos: Switch ao_sample.c __xdata to __pdata
1622     
1623     Signed-off-by: Keith Packard <keithp@keithp.com>
1624
1625 commit 803bf106caf5d6b5ac12eb00a941647c7325edd1
1626 Author: Keith Packard <keithp@keithp.com>
1627 Date:   Wed Jul 6 15:37:34 2011 -0700
1628
1629     altos: Switch ao_rssi.c __xdata to __pdata
1630     
1631     Signed-off-by: Keith Packard <keithp@keithp.com>
1632
1633 commit 002f167fc2709aaf1a4984aaa0a3519a97749d5f
1634 Author: Keith Packard <keithp@keithp.com>
1635 Date:   Wed Jul 6 15:37:15 2011 -0700
1636
1637     altos: Switch ao_report.c __xdata to __pdata
1638     
1639     Signed-off-by: Keith Packard <keithp@keithp.com>
1640
1641 commit 5203ddaac692bfd82a01368da9fb66c25e9e14c1
1642 Author: Keith Packard <keithp@keithp.com>
1643 Date:   Wed Jul 6 15:36:45 2011 -0700
1644
1645     altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
1646     
1647     Signed-off-by: Keith Packard <keithp@keithp.com>
1648
1649 commit 62267144d189967fcd0724b6dfbdbab3cb6fb414
1650 Author: Keith Packard <keithp@keithp.com>
1651 Date:   Wed Jul 6 15:33:52 2011 -0700
1652
1653     altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
1654     
1655     Signed-off-by: Keith Packard <keithp@keithp.com>
1656
1657 commit 92047ff86c79c2b18ef565a4560b06fe00d6f159
1658 Author: Keith Packard <keithp@keithp.com>
1659 Date:   Wed Jul 6 15:31:53 2011 -0700
1660
1661     altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
1662     
1663     Signed-off-by: Keith Packard <keithp@keithp.com>
1664
1665 commit 64860be02b3efa6f784a259249cfa6d14545fbd3
1666 Author: Keith Packard <keithp@keithp.com>
1667 Date:   Wed Jul 6 13:49:05 2011 -0700
1668
1669     altos: Shrink ao_add_task by rolling up a memset loop
1670     
1671     This has a dramatic effect. By pulling the 'stack' variable into
1672     registers it reduces the size of this function from 550 to 231 bytes.
1673     
1674     Signed-off-by: Keith Packard <keithp@keithp.com>
1675
1676 commit 480b48837db31987b947e4d32248965d4a16be03
1677 Author: Keith Packard <keithp@keithp.com>
1678 Date:   Wed Jul 6 13:21:25 2011 -0700
1679
1680     altos: Shrink ao_config_callsign_set
1681     
1682     Replacing a hand-coded memset with a function call, using static space
1683     instead of stack space for an array.
1684     
1685     Signed-off-by: Keith Packard <keithp@keithp.com>
1686
1687 commit 41c230cac359b4459ca93196d08704b7d35447c7
1688 Author: Keith Packard <keithp@keithp.com>
1689 Date:   Wed Jul 6 12:38:11 2011 -0700
1690
1691     altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
1692     
1693     No functional changes, just reduces code size.
1694     
1695     Signed-off-by: Keith Packard <keithp@keithp.com>
1696
1697 commit 481577a29380afe6750ef7c4e928daff837cbc49
1698 Author: Keith Packard <keithp@keithp.com>
1699 Date:   Tue Jul 5 23:38:42 2011 -0700
1700
1701     altosui: Compress telemetry records marked with the same time
1702     
1703     Split telemetry transmits multiple packets with the same
1704     timestamp. Merge those into a single record when read from a file.
1705     
1706     Signed-off-by: Keith Packard <keithp@keithp.com>
1707
1708 commit 7cfd43663cde5ebdf04e4face076d79ff6329ac3
1709 Author: Keith Packard <keithp@keithp.com>
1710 Date:   Tue Jul 5 23:38:28 2011 -0700
1711
1712     altosui: Remove debug printf.
1713     
1714     Signed-off-by: Keith Packard <keithp@keithp.com>
1715
1716 commit d0335f83c54df0b23c28d04d34c212a1bdffadd0
1717 Author: Keith Packard <keithp@keithp.com>
1718 Date:   Tue Jul 5 23:37:51 2011 -0700
1719
1720     altosui: Add main/drogue voltages to default graph
1721     
1722     Until we get a UI for changing the graph elements, lets add a few more
1723     potentially useful values.
1724     
1725     Signed-off-by: Keith Packard <keithp@keithp.com>
1726
1727 commit c1f859170b37864b816eb561318dbfb1cafaeed6
1728 Author: Keith Packard <keithp@keithp.com>
1729 Date:   Tue Jul 5 23:37:00 2011 -0700
1730
1731     altosui: Elide missing values from graphs
1732     
1733     Signed-off-by: Keith Packard <keithp@keithp.com>
1734
1735 commit 72575dcb9cfbb5c1ccdb3510b9962a6f60ca3fa3
1736 Author: Keith Packard <keithp@keithp.com>
1737 Date:   Tue Jul 5 23:35:50 2011 -0700
1738
1739     altosui: Elide nul bytes at end of telemetry string values
1740     
1741     All telemetry fields are fixed length, so any embedded strings are
1742     padded with nul bytes.
1743     
1744     Signed-off-by: Keith Packard <keithp@keithp.com>
1745
1746 commit 6ac34f9c8efd464194137ac4ce8228bf9d7d83be
1747 Author: Keith Packard <keithp@keithp.com>
1748 Date:   Tue Jul 5 23:35:02 2011 -0700
1749
1750     doc: Add section about TeleDongle USB line format
1751     
1752     Describe the format of the TELEM lines sent over USB from TeleDongle
1753     to the host.
1754     
1755     Signed-off-by: Keith Packard <keithp@keithp.com>
1756
1757 commit edf6252450e06fd42fa6dde3acd127baa8fa6d36
1758 Author: Keith Packard <keithp@keithp.com>
1759 Date:   Tue Jul 5 21:44:53 2011 -0700
1760
1761     altos: Adapt to changes in telemetry Configuration packet
1762     
1763     Apogee delay added. flight_log_max changed to two bytes (in kB now).
1764     
1765     Signed-off-by: Keith Packard <keithp@keithp.com>
1766
1767 commit 938949e39aac834a1c0912f8f307f74fe41418cc
1768 Author: Keith Packard <keithp@keithp.com>
1769 Date:   Tue Jul 5 21:42:22 2011 -0700
1770
1771     doc: Chang Config and Location packets
1772     
1773     Config packets get apogee delay, and have flight_log_max shrunk to two
1774     bytes.
1775     
1776     Location packets get climb_rate added.
1777     
1778     Signed-off-by: Keith Packard <keithp@keithp.com>
1779
1780 commit 4132ac5896114e5f3d8fb3f219422e8933078cf4
1781 Author: Keith Packard <keithp@keithp.com>
1782 Date:   Tue Jul 5 21:41:44 2011 -0700
1783
1784     altosui: Parse remaining standard telemetry packets
1785     
1786     Signed-off-by: Keith Packard <keithp@keithp.com>
1787
1788 commit ef3ce687d73c1274ce5368432f4d449b063ce5c0
1789 Author: Keith Packard <keithp@keithp.com>
1790 Date:   Mon Jul 4 23:39:21 2011 -0700
1791
1792     altos: Complete new telemetry switchover
1793     
1794     This involved rewriting the GPS code to use the telemetry structures
1795     directly so that a memcpy could be used to transfer the data to the
1796     telemetry packets, saving a bunch of code space, along with fixing up
1797     the gps testing programs to deal with the structure changes.
1798     
1799     In addition, the teledongle code needed to have the monitoring code
1800     split into separate radio receiver and USB writer threads as the
1801     packets are now back-to-back, and hence come too fast to wait for the
1802     USB data to be sent to the host after each one.
1803     
1804     Signed-off-by: Keith Packard <keithp@keithp.com>
1805
1806 commit 359681f23e2f71bc8f4975a4a76ae28c08ecab2e
1807 Author: Keith Packard <keithp@keithp.com>
1808 Date:   Mon Jul 4 18:09:03 2011 -0700
1809
1810     altos: Add split telemetry code
1811     
1812     This sends every packet every time, which isn't correct, but should be
1813     useful for testing.
1814     
1815     Signed-off-by: Keith Packard <keithp@keithp.com>
1816
1817 commit b51e5466f7a125db873edd1fa9bd3881d7e98aad
1818 Author: Keith Packard <keithp@keithp.com>
1819 Date:   Mon Jul 4 18:08:19 2011 -0700
1820
1821     altos: Shrink help text
1822     
1823     Reduce const space taken by command help text.
1824     
1825     Signed-off-by: Keith Packard <keithp@keithp.com>
1826
1827 commit 9e5e4c1ad82d621ceb7286f72c87eeaf5976f9bf
1828 Author: Keith Packard <keithp@keithp.com>
1829 Date:   Mon Jul 4 18:06:48 2011 -0700
1830
1831     altos: Add sat info to GPS report command
1832     
1833     Plan to use this to report current flight computer state in idle mode.
1834     
1835     Signed-off-by: Keith Packard <keithp@keithp.com>
1836
1837 commit 06b6f78e22be38a26bfe11ed4d4b659d5b13f00c
1838 Author: Keith Packard <keithp@keithp.com>
1839 Date:   Mon Jul 4 18:04:49 2011 -0700
1840
1841     altos: Shrink const space in ao_config
1842     
1843     Eliminate separate 'cmd' and 'help' struct entries.
1844     Use \0 trick in cmd strings to eliminate whitespace.
1845     Edit help text.
1846     
1847     Signed-off-by: Keith Packard <keithp@keithp.com>
1848
1849 commit d3c26e534d8df34cfbf29b70cd1b2692493ce150
1850 Author: Keith Packard <keithp@keithp.com>
1851 Date:   Mon Jul 4 18:03:51 2011 -0700
1852
1853     altos: teledongle does not need ao_packet_slave.c
1854     
1855     TeleDongle doesn't provide slave interfaces, so remove ao_packet_slave
1856     from the TD build
1857     
1858     Signed-off-by: Keith Packard <keithp@keithp.com>
1859
1860 commit c763a3f9cf2bf055e9705ce5ff4bc172f445037d
1861 Author: Keith Packard <keithp@keithp.com>
1862 Date:   Mon Jul 4 18:02:52 2011 -0700
1863
1864     Version strings must be < 8 bytes long
1865     
1866     The new telemetry packets include the version string, so make sure its
1867     less than 8 characters long
1868     
1869     Signed-off-by: Keith Packard <keithp@keithp.com>
1870
1871 commit a08173197d5533ecb395102ed34e751135660d06
1872 Author: Keith Packard <keithp@keithp.com>
1873 Date:   Mon Jul 4 18:01:59 2011 -0700
1874
1875     doc: Fix a few minor telemetry doc mistakes
1876     
1877     Multiple 'accel' entries in the Sensor packet.
1878     Swap ground_accel and ground_pres to group accel cal data
1879     
1880     Signed-off-by: Keith Packard <keithp@keithp.com>
1881
1882 commit 98df3ba984acf3b47a09949bbea0f3264f711f5b
1883 Author: Keith Packard <keithp@keithp.com>
1884 Date:   Mon Jul 4 14:17:55 2011 -0700
1885
1886     doc: Complete initial telemetry description
1887     
1888     Finish describing the contents and modulation scheme for telemetry
1889     data.
1890     
1891     Signed-off-by: Keith Packard <keithp@keithp.com>
1892
1893 commit 06e82bd2c2a5eea153a053e542df9bc3537e9a01
1894 Author: Keith Packard <keithp@keithp.com>
1895 Date:   Sat Jul 2 01:50:33 2011 -0700
1896
1897     doc: Add telemetry format description
1898     
1899     Document the telemetry packet contents.
1900     
1901     Signed-off-by: Keith Packard <keithp@keithp.com>
1902
1903 commit 7fd9b8f720add559b262e81d61ededc9df16ca94
1904 Author: Keith Packard <keithp@keithp.com>
1905 Date:   Tue Jun 28 01:03:00 2011 -0700
1906
1907     altosui: Support raw telemetry from TeleDongle
1908     
1909     Use raw telemetry frames when TeleDongle supports them, this involves
1910     parsing the hex dump of the packet instead of having teledongle take
1911     the packet apart. Only the legacy format is working at this point; the
1912     altos bits for the new split telemetry frames is not written yet.
1913     
1914     Signed-off-by: Keith Packard <keithp@keithp.com>
1915
1916 commit cb239b7161feea8646425b1f5788c3c82ae24321
1917 Author: Keith Packard <keithp@keithp.com>
1918 Date:   Tue Jun 28 01:01:08 2011 -0700
1919
1920     altos: ao_radio_recv needs byte count *including* rssi and status
1921     
1922     That's two more than the actual packet length.
1923     
1924     Signed-off-by: Keith Packard <keithp@keithp.com>
1925
1926 commit 336224a08327cadc95f6e5b564a4ddc64aaad8f8
1927 Author: Keith Packard <keithp@keithp.com>
1928 Date:   Fri Jun 24 08:31:51 2011 -0700
1929
1930     altos: Start adding new telemetry frame definitions
1931     
1932     These use the initial 24 bytes per frame plan, which will probably get
1933     changed to 32 bytes per frame.
1934     
1935     Signed-off-by: Keith Packard <keithp@keithp.com>
1936
1937 commit 5e111fdf1f23203baeeb490ae1b69402ebd513b8
1938 Author: Keith Packard <keithp@keithp.com>
1939 Date:   Fri Jun 24 08:31:12 2011 -0700
1940
1941     altos: Add checksum to TELEM output lines
1942     
1943     Verify the received telemetry lines to protect against OS data loss
1944     
1945     Signed-off-by: Keith Packard <keithp@keithp.com>
1946
1947 commit 489a68ba8e3bc360e2e8fc887e4c4b840b5a0dd3
1948 Author: Keith Packard <keithp@keithp.com>
1949 Date:   Wed Jun 22 12:27:34 2011 -0700
1950
1951     altos: Add arbitrary telemetry packet monitoring
1952     
1953     This adds the ability to monitor arbitrary telemetry packets (up to
1954     128 bytes), moving the telemetry data parsing up to the host.
1955     
1956     Signed-off-by: Keith Packard <keithp@keithp.com>
1957
1958 commit 0e67b6890dd3a06665239f8dfd2e69266d055e46
1959 Author: Keith Packard <keithp@keithp.com>
1960 Date:   Wed Jun 22 12:26:45 2011 -0700
1961
1962     altos: Rename telemetry to telemetry_orig
1963     
1964     This makes room to create a new multi-packet telemetry format without
1965     changing anything yet.
1966     
1967     Signed-off-by: Keith Packard <keithp@keithp.com>
1968
1969 commit dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9
1970 Author: Keith Packard <keithp@keithp.com>
1971 Date:   Thu Jun 2 23:16:30 2011 -0700
1972
1973     altosui: Handle old TeleDongle receiving kalman telemetry packets
1974     
1975     The telemetry packets now send the kalman height/speed/accel values
1976     instead of the ad-hoc values. If received by an old TeleDongle box,
1977     the speed value will be of the form 0x8000abcd, which will be printed
1978     as a 32-bit value by TeleDongle. We only want the abcd part, which is
1979     the speed * 16. Detect this automatically and compute the correct
1980     values for all three.
1981     
1982     Signed-off-by: Keith Packard <keithp@keithp.com>
1983
1984 commit 4d27e281f81aee88adff3d84085356ec310e4b92
1985 Author: Keith Packard <keithp@keithp.com>
1986 Date:   Wed May 25 21:38:02 2011 -0600
1987
1988     Switch version to 0.9.4
1989     
1990     For Mayhem, so we can tell what version each board is running
1991     
1992     Signed-off-by: Keith Packard <keithp@keithp.com>
1993
1994 commit 479bdffa35d0b8d4e48868c8d20f3cb1549521ab
1995 Author: Keith Packard <keithp@keithp.com>
1996 Date:   Fri May 6 23:55:23 2011 -0700
1997
1998     Revert "altos: Debugging TBT issues -- check pin configuration after boot"
1999     
2000     This reverts commit 514348055630edec12224c4b0964240b929759a3.
2001     
2002     Looks like this was never a problem.
2003
2004 commit 66bdf0e066bc0bb7a326a6c2a9c88b69e5c1be66
2005 Author: Keith Packard <keithp@keithp.com>
2006 Date:   Fri May 6 23:12:47 2011 -0700
2007
2008     altos: clear CPU port 1 interrupt flag when handled
2009     
2010     Signed-off-by: Keith Packard <keithp@keithp.com>
2011
2012 commit 8be559baa979c15e78f8dba7879b383dbe3936d3
2013 Author: Keith Packard <keithp@keithp.com>
2014 Date:   Fri May 6 22:59:15 2011 -0700
2015
2016     altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
2017     
2018     Otherwise, we're heading off into the weeds...
2019     
2020     Signed-off-by: Keith Packard <keithp@keithp.com>
2021
2022 commit 23f441b95e55fbee709382b05d325bc021285766
2023 Author: Keith Packard <keithp@keithp.com>
2024 Date:   Fri May 6 22:49:54 2011 -0700
2025
2026     altos: Initialize beeper for telebt
2027     
2028     Needed to get sounds to come out
2029     
2030     Signed-off-by: Keith Packard <keithp@keithp.com>
2031
2032 commit 514348055630edec12224c4b0964240b929759a3
2033 Author: Keith Packard <keithp@keithp.com>
2034 Date:   Fri May 6 22:42:58 2011 -0700
2035
2036     altos: Debugging TBT issues -- check pin configuration after boot
2037     
2038     Make sure the serial pins are configured as peripherals
2039     Make sure the ser_reset and bt_link pins are going the right direction.
2040     
2041     Signed-off-by: Keith Packard <keithp@keithp.com>
2042
2043 commit 22e3ac0eb014b8255029763ae8180ad3527ba306
2044 Author: Keith Packard <keithp@keithp.com>
2045 Date:   Fri May 6 22:42:32 2011 -0700
2046
2047     altos: Add beeper to TBT v0.1
2048     
2049     It's available, let's use it.
2050     
2051     Signed-off-by: Keith Packard <keithp@keithp.com>
2052
2053 commit 6d858b64ee0e8c227c149d2af6d2d634536964f4
2054 Author: Keith Packard <keithp@keithp.com>
2055 Date:   Fri May 6 22:12:31 2011 -0700
2056
2057     altos: pull TBT v0.1 ser_reset line low
2058     
2059     This line resets the BT module if held low for three seconds.
2060     
2061     Signed-off-by: Keith Packard <keithp@keithp.com>
2062
2063 commit 3336d0f726afd1d43cf62280940e5fb91dab2e91
2064 Author: Keith Packard <keithp@keithp.com>
2065 Date:   Fri May 6 21:13:19 2011 -0700
2066
2067     altos: Fix BT link status pin for real TBT hardware
2068     
2069     The prototype used P2_1, while the real hardware uses P1_7. Lots of
2070     defines to make this work...
2071     
2072     Signed-off-by: Keith Packard <keithp@keithp.com>
2073
2074 commit 19bfa3882a2d95fcade256c2d63ad24f794281e5
2075 Author: Keith Packard <keithp@keithp.com>
2076 Date:   Fri May 6 20:33:58 2011 -0700
2077
2078     altos: Use USART configuration 1 with flow control for TBT
2079     
2080     It's just wired that way.
2081     
2082     Signed-off-by: Keith Packard <keithp@keithp.com>
2083
2084 commit d9cc27641fe1778c098b065bf110be7823e6c9f4
2085 Author: Keith Packard <keithp@keithp.com>
2086 Date:   Fri May 6 16:57:38 2011 -0700
2087
2088     altos: Add telebt-v0.1 to Makefile
2089     
2090     Doesn't get built without it.
2091     
2092     Signed-off-by: Keith Packard <keithp@keithp.com>
2093
2094 commit c360e5c04e30421e9ea2f7006b7d35aef35f1edd
2095 Author: Bdale Garbee <bdale@gag.com>
2096 Date:   Fri May 6 17:57:17 2011 -0600
2097
2098     first cut at a telebt turn on script
2099
2100 commit c1760cebd47d0f03808f3204c0fcb1183f754e50
2101 Author: Keith Packard <keithp@keithp.com>
2102 Date:   Fri May 6 15:44:56 2011 -0700
2103
2104     altos: Add preliminary telebt v0.1 defines
2105     
2106     This should make the telebt v0.1 binary that works on the real hardware.
2107     
2108     Signed-off-by: Keith Packard <keithp@keithp.com>
2109
2110 commit 72a03baa73698fc1213a74320e6253c2380dd8fa
2111 Author: Keith Packard <keithp@keithp.com>
2112 Date:   Mon Apr 25 23:00:42 2011 -0700
2113
2114     altosui: Fix BT manage dialog so that the device lists resize
2115     
2116     This makes the device scrolling lists fill any extra space when the
2117     window is resized.
2118     
2119     Signed-off-by: Keith Packard <keithp@keithp.com>
2120
2121 commit e3bf13a38d24e95b16df1e2f01952d10f24cda10
2122 Author: Keith Packard <keithp@keithp.com>
2123 Date:   Mon Apr 25 22:55:08 2011 -0700
2124
2125     altosui: Move AltosIgniteUI device open out of Swing thread
2126     
2127     Eliminate more blocking code from the Swing thread.
2128     
2129     Signed-off-by: Keith Packard <keithp@keithp.com>
2130
2131 commit 109344d54d3fa4f79342fd1ea2a3f4085475e30c
2132 Author: Keith Packard <keithp@keithp.com>
2133 Date:   Mon Apr 25 22:28:40 2011 -0700
2134
2135     altosui: Display reader name (usually the device) when an I/O error occurs
2136     
2137     Access the reader name directly from the reader object instead of a
2138     local variable (which wasn't getting set anyways).
2139     
2140     Signed-off-by: Keith Packard <keithp@keithp.com>
2141
2142 commit aa5caf6310f074109472e6f55d8bd9751fb75c4c
2143 Author: Keith Packard <keithp@keithp.com>
2144 Date:   Mon Apr 25 21:26:21 2011 -0700
2145
2146     altosui: Fix TeleBT name in flight monitor title
2147     
2148     Was getting the product number, not the product name.
2149     
2150     Signed-off-by: Keith Packard <keithp@keithp.com>
2151
2152 commit 2e7b7b80432bb251ac39efa1fa05d32b5f250e14
2153 Author: Keith Packard <keithp@keithp.com>
2154 Date:   Mon Apr 25 21:17:07 2011 -0700
2155
2156     altosui: Separate out flash debug code to separate thread
2157     
2158     This avoids blocking the Swing thread while waiting for the serial
2159     device.
2160     
2161     Signed-off-by: Keith Packard <keithp@keithp.com>
2162
2163 commit 214cd69c0e4a1617ed5cde8fc2f46a4cee6ecced
2164 Author: Keith Packard <keithp@keithp.com>
2165 Date:   Sat Apr 23 22:50:58 2011 -0700
2166
2167     altos: add telebt-v0.0 Makefile
2168     
2169     Git doesn't like to add these.
2170     
2171     Signed-off-by: Keith Packard <keithp@keithp.com>
2172
2173 commit d41edb3384b6336f3482e61b0c9f9400a8b4f519
2174 Author: Keith Packard <keithp@keithp.com>
2175 Date:   Tue Apr 19 15:29:39 2011 -0700
2176
2177     altosui: Make flight data download work through TeleBT
2178     
2179     This required flushing input before reading data blocks and adjusting
2180     some delays.
2181     
2182     Signed-off-by: Keith Packard <keithp@keithp.com>
2183
2184 commit 44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6
2185 Merge: 2ebdb88 c269e26
2186 Author: Keith Packard <keithp@keithp.com>
2187 Date:   Tue Apr 19 14:06:39 2011 -0700
2188
2189     Merge branch 'telemini' into telebt
2190
2191 commit 2ebdb888f6792de70b3132950a988d49752d264e
2192 Author: Keith Packard <keithp@keithp.com>
2193 Date:   Tue Apr 19 14:01:19 2011 -0700
2194
2195     altosui: Eliminate ao_cmd_filter hook
2196     
2197     Disabling status messages means we don't need to filter them out of
2198     the input stream.
2199     
2200     Signed-off-by: Keith Packard <keithp@keithp.com>
2201
2202 commit 7f5c9986dfa2d130b6c8c14308638cce49391a6e
2203 Author: Keith Packard <keithp@keithp.com>
2204 Date:   Tue Apr 19 13:42:30 2011 -0700
2205
2206     altos: remove BT logging code
2207     
2208     This was used to debug the serial line startup.
2209     
2210     Signed-off-by: Keith Packard <keithp@keithp.com>
2211
2212 commit 0195ff442c1da5d363dfda3f88f41865d0c6b469
2213 Author: Keith Packard <keithp@keithp.com>
2214 Date:   Tue Apr 19 13:31:10 2011 -0700
2215
2216     altos: Remove bt debug command
2217     
2218     This will permit some additional cleanups.
2219     
2220     Signed-off-by: Keith Packard <keithp@keithp.com>
2221
2222 commit ce7cf0c5ddc5405f6f474f4e20752fc0b02f3ecb
2223 Author: Keith Packard <keithp@keithp.com>
2224 Date:   Tue Apr 19 13:27:40 2011 -0700
2225
2226     altos: Simplify BT communications
2227     
2228     Eliminate stdio I/O wrappers
2229     
2230     Signed-off-by: Keith Packard <keithp@keithp.com>
2231
2232 commit e3d501940718428135e04995dff7fef691c08a20
2233 Author: Keith Packard <keithp@keithp.com>
2234 Date:   Tue Apr 19 13:20:19 2011 -0700
2235
2236     altos: Solidify BT connections
2237     
2238     Use delays while sending commands to BT module.
2239     Don't use BT for stdio until the module is initialized.
2240     Add \r to name setting command
2241     Don't require 'connected' signal for command input.
2242     
2243     Signed-off-by: Keith Packard <keithp@keithp.com>
2244
2245 commit 6b5957d5f6f8181da7be98c9bce49a0ec0b4a713
2246 Author: Keith Packard <keithp@keithp.com>
2247 Date:   Tue Apr 19 10:41:28 2011 -0700
2248
2249     altosui: Wait two seconds after bluetooth connect XXX
2250     
2251     "something" isn't quite ready to communicate right after the device is
2252     connected, so we stick a delay in. There should be a better fix.
2253     
2254     Signed-off-by: Keith Packard <keithp@keithp.com>
2255
2256 commit 8de9d3cbfcd1db7b554fb761296a8de09aafc8c3
2257 Author: Keith Packard <keithp@keithp.com>
2258 Date:   Tue Apr 19 10:25:47 2011 -0700
2259
2260     altos: Add delays to bt startup sequence
2261     
2262     The BT device takes a few seconds after power-up before it is ready to
2263     receive commands.
2264     
2265     Signed-off-by: Keith Packard <keithp@keithp.com>
2266
2267 commit 17f38e045fcd8ca0224095c0b2b7b098df77a8d8
2268 Author: Keith Packard <keithp@keithp.com>
2269 Date:   Tue Apr 19 08:43:40 2011 -0700
2270
2271     altosui: Use persistent list of bluetooth devices for device dialogs
2272     
2273     Store a list of known bluetooth devices as preferences. Always include
2274     those in device dialogs with an option to go browse for more devices
2275     in both the device dialog and the Configure AltosUI dialog.
2276     
2277     Signed-off-by: Keith Packard <keithp@keithp.com>
2278
2279 commit f249e5926f5fd9f86c41e7f0a414193533d4d8b0
2280 Author: Keith Packard <keithp@keithp.com>
2281 Date:   Mon Apr 18 18:16:38 2011 -0500
2282
2283     altosui: Make bluetooth dialog modal
2284     
2285     This allows it to be displayed correctly while the device dialog box
2286     (also modal) is up.
2287     
2288     Signed-off-by: Keith Packard <keithp@keithp.com>
2289
2290 commit 84163eee7847a09fe78f8762b28f857d76bf5755
2291 Author: Keith Packard <keithp@keithp.com>
2292 Date:   Thu Apr 14 10:22:30 2011 -0700
2293
2294     altosui: Make AltosBTDevice implement AltosDevice interface
2295     
2296     This will allow the use of either USB or BT devices through the
2297     AltosDevice interface.
2298     
2299     Signed-off-by: Keith Packard <keithp@keithp.com>
2300
2301 commit 9cdef76c1275b343099d0d01af82d7eadd36a410
2302 Author: Keith Packard <keithp@keithp.com>
2303 Date:   Thu Apr 14 10:12:29 2011 -0700
2304
2305     altosui: Create abstract AltosDevice class
2306     
2307     This will wrap either USB or BT devices. The USB device constants have
2308     been moved to Altos.java
2309     
2310     Signed-off-by: Keith Packard <keithp@keithp.com>
2311
2312 commit 5b3f18b38d80aa041b971204bf7a94278bd9584a
2313 Author: Keith Packard <keithp@keithp.com>
2314 Date:   Fri Apr 8 19:46:15 2011 -0700
2315
2316     altosui: Add primitive bluetooth device manager UI.
2317     
2318     This isn't useful, but does inquire for available bluetooth devices
2319     and show them in a list.
2320     
2321     Signed-off-by: Keith Packard <keithp@keithp.com>
2322
2323 commit c269e263a6accd815ed5d08c0f5a6c3d5b9d3853
2324 Author: Keith Packard <keithp@keithp.com>
2325 Date:   Thu Apr 14 09:38:48 2011 -0700
2326
2327     altos: Write a few pre-launch samples for Tm/Tn devices
2328     
2329     Record pre-launch samples in a small ring and flush that to flash when
2330     launch is detected. This provides a complete record of the flight,
2331     rather than simply starting after launch detect.
2332     
2333     Signed-off-by: Keith Packard <keithp@keithp.com>
2334
2335 commit a0fb471ce10642fc4a4bd40e4a81f8d6fe7a7c21
2336 Author: Keith Packard <keithp@keithp.com>
2337 Date:   Wed Apr 13 20:27:38 2011 -0700
2338
2339     altosui: oops - lost state changes when downloading eeprom data.
2340     
2341     This would cause the reader to just keep reading past the end of the
2342     flight.
2343     
2344     Signed-off-by: Keith Packard <keithp@keithp.com>
2345
2346 commit 7f49d694e776819e03b2c708e1c4ee23ba311430
2347 Author: Keith Packard <keithp@keithp.com>
2348 Date:   Sat Apr 9 22:53:12 2011 -0700
2349
2350     altos/altosui: Log averaged baro sensor data in Tm/Tn
2351     
2352     Instead of logging the best height guess from the kalman filter, log
2353     barometer data. The logged data consists of the average value betwen
2354     log points to reduce noise.
2355     
2356     Signed-off-by: Keith Packard <keithp@keithp.com>
2357
2358 commit 8dd455204cf8712fa8c142b0c0517cec1bf5fd0f
2359 Author: Keith Packard <keithp@keithp.com>
2360 Date:   Fri Apr 8 10:13:55 2011 -0700
2361
2362     altosui: Add low-level Bluetooth APIs
2363     
2364     Adds the JNI functions to query and connect to arbitrary
2365     bluetooth devices.
2366     
2367     Adds Java wrappers to construct a list of proximate bluetooth devices.
2368     
2369     Signed-off-by: Keith Packard <keithp@keithp.com>
2370
2371 commit bf1c7df5301a1727e871a8447f835fe75bdce3fc
2372 Author: Keith Packard <keithp@keithp.com>
2373 Date:   Fri Apr 8 10:12:50 2011 -0700
2374
2375     altosui: Add TeleBT USB device support
2376     
2377     TeleBT can work just like a TeleDongle over USB.
2378     
2379     Signed-off-by: Keith Packard <keithp@keithp.com>
2380
2381 commit 1a54a58d72147888f783a3caf364479efff4ed9b
2382 Author: Keith Packard <keithp@keithp.com>
2383 Date:   Thu Apr 7 22:00:38 2011 -0700
2384
2385     altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
2386     
2387     PIo(6) appears to be an active-low indication of the Bluetooth
2388     connection status. Hook this up using an interrupt to track the
2389     link state instead of using in-band status messages.
2390     
2391     Signed-off-by: Keith Packard <keithp@keithp.com>
2392
2393 commit f28efe271f9670473249574f6bcf6e160fe58c7b
2394 Merge: 8db5c52 835ab3a
2395 Author: Keith Packard <keithp@keithp.com>
2396 Date:   Fri Apr 1 19:35:22 2011 -0700
2397
2398     Merge branch 'telemini' into telebt
2399
2400 commit 835ab3a8c2741a09b27de58c37439a193c9919ce
2401 Author: Keith Packard <keithp@keithp.com>
2402 Date:   Fri Apr 1 19:35:00 2011 -0700
2403
2404     altosui: Add missing AltosTelemetryMap.java file
2405     
2406     Signed-off-by: Keith Packard <keithp@keithp.com>
2407
2408 commit 8db5c52f1c76a05020e4e0afbe4ea27485ad9f82
2409 Author: Keith Packard <keithp@keithp.com>
2410 Date:   Fri Apr 1 17:26:08 2011 -0700
2411
2412     altos: Clean up BT serial communcations
2413     
2414     Disable echo on both ends in command mode to eliminate looping error
2415     values.
2416     
2417     Switch to 57600 baud to improve performance.
2418     
2419     Signed-off-by: Keith Packard <keithp@keithp.com>
2420
2421 commit a5d60fdb9c969c1516feb76a16001c9688112c4c
2422 Author: Keith Packard <keithp@keithp.com>
2423 Date:   Fri Apr 1 17:25:07 2011 -0700
2424
2425     altos: Make cmd echo per-connection instead of global
2426     
2427     Allow different connections to use different echo values, permitting
2428     the packet link to turn off echo while the USB link still has it on.
2429     
2430     Signed-off-by: Keith Packard <keithp@keithp.com>
2431
2432 commit 4e2c18249e16c98cf5f7dccdf8d3b84bc473863a
2433 Author: Keith Packard <keithp@keithp.com>
2434 Date:   Fri Apr 1 16:48:12 2011 -0700
2435
2436     altos: Clean up serial initialization
2437     
2438     Flush serial input buffers when switching speeds.
2439     Ensure pin configuration is correct.
2440     
2441     Signed-off-by: Keith Packard <keithp@keithp.com>
2442
2443 commit 92386f2e8419c4df125692cc998eb72ec49bf991
2444 Author: Keith Packard <keithp@keithp.com>
2445 Date:   Fri Apr 1 14:12:56 2011 -0700
2446
2447     altos: Clean up usage of serial port for stdio
2448     
2449     Code wanting to use this must invoke ao_add_stdio; that way
2450     the link can be configured before command processing starts.
2451     
2452     Signed-off-by: Keith Packard <keithp@keithp.com>
2453
2454 commit 9f8a96a8516e13878b329dbf1da855ed9a3219c4
2455 Author: Keith Packard <keithp@keithp.com>
2456 Date:   Fri Apr 1 14:11:44 2011 -0700
2457
2458     altos: Make ao_serial_drain public
2459     
2460     Allow external code to discard serial input
2461     
2462     Signed-off-by: Keith Packard <keithp@keithp.com>
2463
2464 commit 4f243a282f9aeb7433ccb2942850d380a091e603
2465 Author: Keith Packard <keithp@keithp.com>
2466 Date:   Fri Apr 1 14:10:37 2011 -0700
2467
2468     altos: Remove serial monitor command
2469     
2470     This takes up space and isn't that useful these days
2471     
2472     Signed-off-by: Keith Packard <keithp@keithp.com>
2473
2474 commit 39bde78edc863d9d2ef50a59b8f28ab6274892b4
2475 Author: Keith Packard <keithp@keithp.com>
2476 Date:   Fri Apr 1 14:08:37 2011 -0700
2477
2478     altos: Allow any stdio to be used with packet forwarding
2479     
2480     There's no reason to restrict packet forwarding to work only from
2481     USB.
2482     
2483     Signed-off-by: Keith Packard <keithp@keithp.com>
2484
2485 commit 01952da35a57ae4da062facb26b3c6d7de29190f
2486 Author: Keith Packard <keithp@keithp.com>
2487 Date:   Fri Apr 1 14:07:23 2011 -0700
2488
2489     altos: Provide for a pre-filter on commands
2490     
2491     This allows for external code to see each command line before it is
2492     processed and potentially skip it.
2493     
2494     Signed-off-by: Keith Packard <keithp@keithp.com>
2495
2496 commit 359ba0d9fc2c5947e6adc98bebcd061069c61e79
2497 Author: Keith Packard <keithp@keithp.com>
2498 Date:   Fri Apr 1 14:04:58 2011 -0700
2499
2500     altos: expose set of available stdio values
2501     
2502     This lets external code manipulate which connection to communicate
2503     over.
2504     
2505     Signed-off-by: Keith Packard <keithp@keithp.com>
2506
2507 commit ce18eaa28b1385c962c09459cbc5f20e234d9ad5
2508 Author: Keith Packard <keithp@keithp.com>
2509 Date:   Fri Apr 1 14:03:25 2011 -0700
2510
2511     altos: Add P2SEL_*_MASK defines to cc1111.h
2512     
2513     These are used to avoid having the code "know" which selections are 1
2514     and which are 0 bits.
2515     
2516     Signed-off-by: Keith Packard <keithp@keithp.com>
2517
2518 commit 8e74cf6d1c70a7a17d01c20f6831571245392498
2519 Author: Keith Packard <keithp@keithp.com>
2520 Date:   Thu Mar 31 20:58:14 2011 -0700
2521
2522     altos: Add initial TeleBT code
2523     
2524     Prototyping with a TeleMetrum v0.1 board and a serial link to a
2525     bluetooth module.
2526     
2527     Signed-off-by: Keith Packard <keithp@keithp.com>
2528
2529 commit c0971abc02b05d136aea257f3f40ba3b22b1d441
2530 Author: Keith Packard <keithp@keithp.com>
2531 Date:   Thu Mar 31 20:55:18 2011 -0700
2532
2533     altos: Make ao_flight_test show true height but report saturated height
2534     
2535     To simulate a saturated baro sensor, clip baro data at a specified
2536     altitude. Continue to report the 'true' altitude in the output so that
2537     the resulting graphs are useful.
2538     
2539     Signed-off-by: Keith Packard <keithp@keithp.com>
2540
2541 commit 8a14142e7b37031a51409f121b913fe793bf3603
2542 Author: Keith Packard <keithp@keithp.com>
2543 Date:   Thu Mar 31 20:53:12 2011 -0700
2544
2545     altos: Baro useful ceiling is MSL, not AGL
2546     
2547     Use MSL instead of AGL for detecting over-range baro sensor values.
2548     Always trust baro sensor during descent; it'll get there eventually.
2549     
2550     Signed-off-by: Keith Packard <keithp@keithp.com>
2551
2552 commit a9dae18a664f70b668159487015e61be7f776926
2553 Author: Keith Packard <keithp@keithp.com>
2554 Date:   Thu Mar 31 20:51:15 2011 -0700
2555
2556     altos: Reflect ao_flight split in ao_flight_test dependencies
2557     
2558     Need to rebuild ao_flight_test when any of the flight sources change
2559     
2560     Signed-off-by: Keith Packard <keithp@keithp.com>
2561
2562 commit f558cfa1df77c36a459168c1953d0945ee5a7f9f
2563 Author: Keith Packard <keithp@keithp.com>
2564 Date:   Wed Mar 30 11:48:03 2011 -0700
2565
2566     altosui: Only plot acceleration when present in data file
2567     
2568     Eliminates a bogus axis and data line for devices which do not have an
2569     accelerometer.
2570     
2571     Signed-off-by: Keith Packard <keithp@keithp.com>
2572
2573 commit a9df9fc257eb2d7038d66ac7c2539aae4474bf12
2574 Author: Keith Packard <keithp@keithp.com>
2575 Date:   Wed Mar 30 11:47:07 2011 -0700
2576
2577     altosui: Parse and export Max flight log value
2578     
2579     New configuration field might as well get dumped to the .csv files.
2580     
2581     Signed-off-by: Keith Packard <keithp@keithp.com>
2582
2583 commit 87bff181a95f6bf92c2cec350d331ba6af779e80
2584 Author: Keith Packard <keithp@keithp.com>
2585 Date:   Tue Mar 29 18:11:47 2011 -0700
2586
2587     altos: Enable logging during nano flights
2588     
2589     Not having logging wasn't very useful.
2590     
2591     Signed-off-by: Keith Packard <keithp@keithp.com>
2592
2593 commit 011e37f27b3926a42c8c1a74e0f179bb48829ec7
2594 Author: Keith Packard <keithp@keithp.com>
2595 Date:   Tue Mar 29 18:10:46 2011 -0700
2596
2597     altos: Run RDF beacon after apogee instead of waiting for landing
2598     
2599     This provides tracking when GPS fails, or on TeleMini.
2600     
2601     Signed-off-by: Keith Packard <keithp@keithp.com>
2602
2603 commit 08e6bbef2c3529dfd468ef221c526fc9f3ed5b81
2604 Author: Keith Packard <keithp@keithp.com>
2605 Date:   Tue Mar 29 10:08:46 2011 -0700
2606
2607     altos: ao_sample_preflight was exiting preflight mode immediately
2608     
2609     Need to stay in pre-flight mode until we've gotten enough sensor data
2610     to calibrate things appropriately. The conversion from a unified
2611     ao_flight.c file was just broken here.
2612     
2613     Signed-off-by: Keith Packard <keithp@keithp.com>
2614
2615 commit 56d045040c49728a854741e99545766f3723da5e
2616 Author: Keith Packard <keithp@keithp.com>
2617 Date:   Tue Mar 29 09:39:27 2011 -0700
2618
2619     altosui: Don't display 0000-00-00 for missing flight log dates
2620     
2621     With Tm/Tn not having GPS to get the current date, it's no longer
2622     unusual to have no date for a flight log, so don't show the 0000-00-00
2623     piece in that case.
2624     
2625     Signed-off-by: Keith Packard <keithp@keithp.com>
2626
2627 commit 8ade7d99f02df825e70d0a964b4648156101ef78
2628 Author: Keith Packard <keithp@keithp.com>
2629 Date:   Tue Mar 29 09:38:23 2011 -0700
2630
2631     altosui: Display exception messages from swing thread
2632     
2633     Flight log management exceptions were getting displayed from the log
2634     serial I/O thread instead of the swing thread. That's a bad plan.
2635     
2636     Signed-off-by: Keith Packard <keithp@keithp.com>
2637
2638 commit 2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb
2639 Author: Keith Packard <keithp@keithp.com>
2640 Date:   Tue Mar 29 09:37:11 2011 -0700
2641
2642     altosui: Make deployment testing handle Connecting... dialog
2643     
2644     Supporting the Connecting... dialog requires moving all serial
2645     communication to a separate thread. This was done by creating a worker
2646     thread and command queue to communicate between the UI and the serial line.
2647     
2648     Signed-off-by: Keith Packard <keithp@keithp.com>
2649
2650 commit 573edcd7dfe10ac3251396eae88eece55d82bcb6
2651 Author: Keith Packard <keithp@keithp.com>
2652 Date:   Mon Mar 28 23:38:02 2011 -0700
2653
2654     altosui: Make flight log downloading handle 'Connecting...' dialog
2655     
2656     This required moving all of the serial communication to a separate
2657     thread and making the bulk of the download operation run after that
2658     has finished.
2659     
2660     Signed-off-by: Keith Packard <keithp@keithp.com>
2661
2662 commit c71a145daefb86d2c1297abec68e54bd951e3adf
2663 Author: Keith Packard <keithp@keithp.com>
2664 Date:   Mon Mar 28 23:35:05 2011 -0700
2665
2666     altosui: Clean up packet link connecting dialog
2667     
2668     Make sure the dialog is destroyed after use (otherwise, it hangs
2669     around on the screen sometimes).
2670     
2671     Switch timeout before showing dialog to 500ms -- that brings the
2672     dialog up less often when unnecessary.
2673     
2674     Use 'timeout_started' boolean to indicate whether the I/O thread has
2675     queued the dialog for display and whether it needs to queue a call to
2676     close it down.
2677     
2678     Signed-off-by: Keith Packard <keithp@keithp.com>
2679
2680 commit c6e7e812d67f91c63ba4982f7a899a72584027de
2681 Author: Keith Packard <keithp@keithp.com>
2682 Date:   Mon Mar 28 18:18:50 2011 -0700
2683
2684     altos: Create custom nano flight code
2685     
2686     No igniters, just 'pad/drogue/landed' modes (where 'drogue' ==
2687     'flying'). A constant 1Hz telemetry and RDF rate.
2688     
2689     Signed-off-by: Keith Packard <keithp@keithp.com>
2690
2691 commit c754759a2d503633d527da4ebb20eb859cd506fd
2692 Author: Keith Packard <keithp@keithp.com>
2693 Date:   Mon Mar 28 17:54:44 2011 -0700
2694
2695     altos: Split up flight code into separate flight/sample/kalman bits
2696     
2697     The flight code mashed together data processing, filtering and actual
2698     flight managament into one giant pile. Split things up so that we
2699     have:
2700     
2701      ao_sample.c: Sensor data processing. Reads the ring, handles calibration
2702      ao_kalman.c: Filter the data to track the accel/speed/height values
2703      ao_flight.c: Flight state management, specific to rocketry.
2704     
2705     The plan is to re-use ao_sample.c and ao_kalman.c for hardware not
2706     specifically designed for rocketry, like TeleNano.
2707     
2708     Signed-off-by: Keith Packard <keithp@keithp.com>
2709
2710 commit 006de838bbb096b9443863a46b8a125b1e6b5600
2711 Author: Keith Packard <keithp@keithp.com>
2712 Date:   Sun Mar 27 00:48:07 2011 -0700
2713
2714     altosui: Handle serial calls from swing thread
2715     
2716     Calls from the swing thread cannot be canceled as there's no way to
2717     put up the cancel dialog. In this case, simply use the 5 second
2718     timeout and fail if no communication occurs within that amount of time.
2719     
2720     Signed-off-by: Keith Packard <keithp@keithp.com>
2721
2722 commit f23d0f3cbf1fb0c8eab497e266625f6410b69ba3
2723 Author: Keith Packard <keithp@keithp.com>
2724 Date:   Sun Mar 27 00:46:19 2011 -0700
2725
2726     altosui: Tell serial device which frame to use for timeout dialogs
2727     
2728     For the timeout dialog to appear, a frame must be configured for it to
2729     appear near. This patch sends the frame from the eeprom download
2730     functions to the serial code. That path doesn't yet work as the eeprom
2731     download is still trying to talk to the serial device from the swing
2732     event thread, which prevents the cancel dialog from working.
2733     
2734     Signed-off-by: Keith Packard <keithp@keithp.com>
2735
2736 commit 067b21993e9a97fceadb355e571e5610535336a8
2737 Author: Keith Packard <keithp@keithp.com>
2738 Date:   Sun Mar 27 00:13:38 2011 -0700
2739
2740     altosui: Allow radio channel to be configured over the radio link
2741     
2742     TeleMini/TeleNano can't be configured via USB, so we need to allow
2743     the radio channel to be set over the radio link.
2744     
2745     This change carefully sets the new radio channel, disables the remote
2746     link and then sets the teledongle channel to the new value and brings
2747     the link back up.
2748     
2749     Signed-off-by: Keith Packard <keithp@keithp.com>
2750
2751 commit 91a75279b6d306ba9d068a28c64917d5312122e8
2752 Author: Keith Packard <keithp@keithp.com>
2753 Date:   Sun Mar 27 00:12:01 2011 -0700
2754
2755     altosui: Off-by-one error in telemetry format configuration UI
2756     
2757     The telemetry format menu uses 0 for full and 1 for tiny, but the
2758     telemetry configuration uses 1 for full and 2 for tiny. One direction
2759     (config to UI) was right, the other (UI to config) was wrong.
2760     
2761     Signed-off-by: Keith Packard <keithp@keithp.com>
2762
2763 commit 7ce8c9081e703d1405c2595ab9bda0cfa218c6c4
2764 Author: Keith Packard <keithp@keithp.com>
2765 Date:   Sat Mar 26 23:38:54 2011 -0700
2766
2767     altos: full logging must flush pending data before checking state
2768     
2769     Flight state must be checked only after any pending data have been
2770     written to the log as the 'current' flight state is only valid when
2771     the pending data values have been processed. This ensures that the
2772     'boost' state is not marked until the full ring of data is
2773     written. This ensures that the data processing code can find the
2774     barometer values from before boost to get an idea of the ground
2775     pressure value.
2776     
2777     Signed-off-by: Keith Packard <keithp@keithp.com>
2778
2779 commit 3945d8f986d8f4bd3186a2cbaed5186e49d59839
2780 Author: Keith Packard <keithp@keithp.com>
2781 Date:   Sat Mar 26 23:15:36 2011 -0700
2782
2783     altos: Variable log rate in full logging code too
2784     
2785     With the fixed ADC rate used to get better data during flight, the
2786     logging code now needs to vary the data storage rate so that descent
2787     data is recorded at 10 samples/second while ascent data is recorded at
2788     1 sample per second. Having the logging code do this itself eliminates
2789     any interaction with the flight code.
2790     
2791     Signed-off-by: Keith Packard <keithp@keithp.com>
2792
2793 commit 97517ee585462c2d355f23f999fb8d9ebd908ec1
2794 Author: Keith Packard <keithp@keithp.com>
2795 Date:   Sat Mar 26 00:01:22 2011 -0700
2796
2797     altosui: Allow TM config connection to be canceled.
2798     
2799     This leaves the config UI connection attempt running and pops up a
2800     dialog box when it takes 'too long' in the remote case so that users
2801     with Tm or Tn devices can bring up the UI, and then boot the Tm/Tn
2802     without needing to time things carefully.
2803     
2804     Signed-off-by: Keith Packard <keithp@keithp.com>
2805
2806 commit 2c121f1ef495e8af3eb39210baa40e212b691894
2807 Author: Keith Packard <keithp@keithp.com>
2808 Date:   Fri Mar 25 22:04:09 2011 -0700
2809
2810     altosui: swing hide/show methods are deprecated
2811     
2812     I don't know why, but they are, so just replace them with
2813     setVisible calls.
2814     
2815     Signed-off-by: Keith Packard <keithp@keithp.com>
2816
2817 commit b155647472ddfacb07c5ffa832e4d1f4a13ad342
2818 Author: Keith Packard <keithp@keithp.com>
2819 Date:   Fri Mar 25 22:01:18 2011 -0700
2820
2821     altosui: Remove extra AltosEepromBlock layer
2822     
2823     This was interposed between the download layer and the eeprom layer to
2824     hold a eeprom block full of flight log records. The addition of the tiny
2825     log format required reworking the code to hold chunks full of eeprom
2826     data without regard to their content, so this content-specific layer
2827     didn't seem useful anymore.
2828     
2829     Signed-off-by: Keith Packard <keithp@keithp.com>
2830
2831 commit 011615d40b3cb1d1c0ab9fa41e139e263a6a51e7
2832 Author: Keith Packard <keithp@keithp.com>
2833 Date:   Fri Mar 25 21:34:31 2011 -0700
2834
2835     altosui: Add support for downloading TeleMini/TeleNano flight logs
2836     
2837     Splits the eeprom downloading code into eeprom block downloading and
2838     separate eeprom data parsing so that the new data logging format can
2839     share the data downloading code.
2840     
2841     Signed-off-by: Keith Packard <keithp@keithp.com>
2842
2843 commit dea80af81b388cc3d7073444919f4e98b12fa730
2844 Author: Keith Packard <keithp@keithp.com>
2845 Date:   Fri Mar 25 21:29:50 2011 -0700
2846
2847     altosui: Remove a bunch of debug printfs from the eeprom manager code
2848     
2849     Just noise on stdout.
2850     
2851     Signed-off-by: Keith Packard <keithp@keithp.com>
2852
2853 commit 7f5b5848ad6ef5c808638a29c3dc0101b56ed11e
2854 Author: Keith Packard <keithp@keithp.com>
2855 Date:   Thu Mar 24 08:08:43 2011 +0900
2856
2857     altosui: Add telemetry format menu and preferences
2858     
2859     Switches the TeleDongle between full and tiny telemetry packet
2860     formats, saving the last used format for each teledongle in the
2861     application preferences.
2862     
2863     Signed-off-by: Keith Packard <keithp@keithp.com>
2864
2865 commit f3e68341f6f5daaf26dd162e4f9a06c29988986a
2866 Author: Keith Packard <keithp@keithp.com>
2867 Date:   Thu Mar 24 05:27:57 2011 +0900
2868
2869     altosui: Add support for telemetry version 4
2870     
2871     New telemetry format needed to support TeleNano and TeleMini
2872     
2873     Signed-off-by: Keith Packard <keithp@keithp.com>
2874
2875 commit 1e976a105423f2da1842f70da531c9051ba88a7f
2876 Author: Keith Packard <keithp@keithp.com>
2877 Date:   Wed Mar 23 10:42:31 2011 +0900
2878
2879     Add description to test flights
2880
2881 commit 93040ef4d0bd90ec5ae052f22243cd56adfb300a
2882 Author: Keith Packard <keithp@keithp.com>
2883 Date:   Wed Mar 23 10:40:05 2011 +0900
2884
2885     Add ao_kalman.h to .gitignore
2886
2887 commit 43a94380032300a2e33e1faa1efe93e858e0a2cf
2888 Author: Keith Packard <keithp@keithp.com>
2889 Date:   Wed Mar 23 10:37:39 2011 +0900
2890
2891     altos: Exit flight test at landing. Allow description in test flight list
2892     
2893     Signed-off-by: Keith Packard <keithp@keithp.com>
2894
2895 commit 32364c9e0d346e0e5d517e18d4e90b8ff2fa944f
2896 Author: Keith Packard <keithp@keithp.com>
2897 Date:   Wed Mar 23 10:33:38 2011 +0900
2898
2899     altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
2900     
2901     With the fixed kalman filter, transitions across mach don't cause
2902     bumps in the merged filter.
2903     
2904     And, with working kalman bits, the signal for broken baro detection is
2905     stronger and so we can allow for baro apogee detection in cases where
2906     noise occurs close to apogee.
2907     
2908     Bump the kalman filter to trust the baro less so that the model tracks
2909     across mach.
2910     
2911     Signed-off-by: Keith Packard <keithp@keithp.com>
2912
2913 commit 3d2042ccc2d29e4cb8ea39c5c69d07cb7e3daeea
2914 Author: Keith Packard <keithp@keithp.com>
2915 Date:   Tue Mar 22 16:55:08 2011 +0900
2916
2917     altos: Restore sensible kalman values
2918     
2919     Now that the kalman code seems to work correctly, restore the sensor
2920     errors and model errors to match reality
2921     
2922     Signed-off-by: Keith Packard <keithp@keithp.com>
2923
2924 commit 7d7b476564a16eda81ab3406f70a21995e1b464e
2925 Author: Keith Packard <keithp@keithp.com>
2926 Date:   Tue Mar 22 21:51:52 2011 +0900
2927
2928     altos: Fix up flight code testing
2929     
2930     This automates flight code testing by reporting mis-detected apogee or
2931     main events.
2932     
2933     Signed-off-by: Keith Packard <keithp@keithp.com>
2934
2935 commit a80d3836cfce3d4cfa7a71068539415c2dc421cd
2936 Author: Keith Packard <keithp@keithp.com>
2937 Date:   Tue Mar 22 21:50:29 2011 +0900
2938
2939     altos: Missing parens and some bad arithmetic in the kalman code
2940     
2941     Fixed point computations are a pain.
2942     
2943     Signed-off-by: Keith Packard <keithp@keithp.com>
2944
2945 commit f30de5766c1eefb18c7d024a2cf10ce02de41071
2946 Author: Keith Packard <keithp@keithp.com>
2947 Date:   Tue Mar 22 21:29:05 2011 +0900
2948
2949     altos: Add ao_flight_debug code
2950     
2951     Trace the kalman filter to make sure it's working.
2952     
2953     Signed-off-by: Keith Packard <keithp@keithp.com>
2954
2955 commit f3053b1f3c85d4fd84b3c6cc87858f433166df34
2956 Author: Keith Packard <keithp@keithp.com>
2957 Date:   Tue Mar 22 17:04:07 2011 +0900
2958
2959     altos: Clean up some debug stuff in ao_flight.c
2960     
2961     Remove some spurious printf debugging.
2962     Remove an attempt at discovering broken accelerometer code.
2963     
2964     Signed-off-by: Keith Packard <keithp@keithp.com>
2965
2966 commit 6864e06d88a5b908cffa7c4cd2be8969ff46ce4d
2967 Author: Keith Packard <keithp@keithp.com>
2968 Date:   Tue Mar 22 16:51:04 2011 +0900
2969
2970     altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
2971     
2972     Because speed and acceleration are scaled by 16, it's fairly common
2973     for the kalman terms to end up larger than 1. Instead of trying to
2974     fuss with 16-bit values and shifts, just use 32-bit values.
2975     
2976     Signed-off-by: Keith Packard <keithp@keithp.com>
2977
2978 commit c14d6c5ace1d67bd948273ceb7eb6807b29c3806
2979 Author: Keith Packard <keithp@keithp.com>
2980 Date:   Tue Mar 22 08:51:23 2011 +0900
2981
2982     altos: Compute a 'trust' value for the barometer
2983     
2984     Instead of making the baro use/don't-use decision binary, use a 'trust
2985     value' which slowly migrates from baro+accel to accel-only mode. This
2986     eliminates bumps in the data from a rapid shift.
2987     
2988     Signed-off-by: Keith Packard <keithp@keithp.com>
2989
2990 commit 7b009b2efe3af8722c358c304c2243652594e0d5
2991 Author: Keith Packard <keithp@keithp.com>
2992 Date:   Tue Mar 22 05:42:51 2011 +0900
2993
2994     altos: Switch telemetrum over to kalman filter
2995     
2996     This changes the full telemetry stream to include kalman data instead
2997     of the old ad-hoc flight data. It's compatible in that the packet
2998     sizes are the same so teledongle can receive either and figure out
2999     which it has received.
3000     
3001     A few plotting and testing tools are added to make validating the new
3002     code easier.
3003     
3004     Signed-off-by: Keith Packard <keithp@keithp.com>
3005
3006 commit 20427ae4965f756aac0cedc5179a1c45b9a781f2
3007 Author: Keith Packard <keithp@keithp.com>
3008 Date:   Mon Mar 21 19:59:27 2011 +0900
3009
3010     altos: Add nickle kalman implementation.
3011     
3012     This generates the constants needed to implement Kalman filtering in
3013     the flight firmware.
3014     
3015     Signed-off-by: Keith Packard <keithp@keithp.com>
3016
3017 commit ca3f03ef5c09446bebf0f5734f36a0248c457b1d
3018 Author: Keith Packard <keithp@keithp.com>
3019 Date:   Sat Mar 19 23:55:39 2011 -0700
3020
3021     altos: Add .sdcdbrc file for teledongle
3022     
3023     My sdcdb script uses this to set command line options automatically
3024     
3025     Signed-off-by: Keith Packard <keithp@keithp.com>
3026
3027 commit be838db49d999426a9dd02c0166fe161722f1e61
3028 Author: Keith Packard <keithp@keithp.com>
3029 Date:   Sat Mar 19 23:53:08 2011 -0700
3030
3031     altos: New telemetry report format (version 4). Supports tiny telemetry.
3032     
3033     This completely replaces the version 3 format with a much simpler and
3034     easier to parse scheme. It's described in detail in ao_telem.h, but
3035     the basic idea is that the whole line is split into name/value pairs,
3036     separated by whitespace. Every name is unique, and the values are
3037     either strings or integers. No extraneous formatting or units are
3038     provided.
3039     
3040     Signed-off-by: Keith Packard <keithp@keithp.com>
3041
3042 commit ad6bb342d237988404fa32540b38c61d6ddc1f0d
3043 Author: Keith Packard <keithp@keithp.com>
3044 Date:   Sat Mar 19 23:51:02 2011 -0700
3045
3046     altos: The kalman code requires a constant sample rate
3047     
3048     The kalman function can't handle a variable sample rate, so keep the
3049     ADC running at full speed for the whole flight instead of slowing it
3050     down after apogee.
3051     
3052     Signed-off-by: Keith Packard <keithp@keithp.com>
3053
3054 commit 31feb7777f73fed61193d3404f457ea1a081fe9c
3055 Author: Keith Packard <keithp@keithp.com>
3056 Date:   Sat Mar 19 23:49:41 2011 -0700
3057
3058     altos: Split telenano main from telemini
3059     
3060     Eventually, telenano will run different code; prepare for this by
3061     creating a telenano-specific main routine.
3062     
3063     Signed-off-by: Keith Packard <keithp@keithp.com>
3064
3065 commit 8950df02382f5f0aea5bac078fdf7134b98c43ed
3066 Author: Keith Packard <keithp@keithp.com>
3067 Date:   Sat Mar 19 23:46:18 2011 -0700
3068
3069     altos: Split out tiny telemetry from full telemetry
3070     
3071     The TeleMini and TeleNano boards do not have either GPS or
3072     accelermeters, and they also run the kalman filter which produces
3073     standard unit measurements for the flight height/speed/accel
3074     values. This makes the telemetry significantly
3075     different. ao_telemetry_tiny.c sends the required data.
3076     
3077     Note that TeleNano sends the same telemetry as telemini at this point;
3078     there are a couple of values which are not useful, but the overhead of
3079     sending them is small enough that the hassle of having three telemetry
3080     formats seemed excessive.
3081     
3082     Signed-off-by: Keith Packard <keithp@keithp.com>
3083
3084 commit 5ba75e95c98d3e441a58d6f75d328d579e1997fe
3085 Author: Keith Packard <keithp@keithp.com>
3086 Date:   Sat Mar 19 23:41:44 2011 -0700
3087
3088     altos: Make telemetry interval more consistent
3089     
3090     Instead of using a delay between telemetry packets, use a telemetry
3091     period and compute an appropriate delay each time. This requires
3092     changing the ascent telemetry from a 50ms delay to a 100ms interval,
3093     to provide a regular 10 packets-per-second rate. Before, we counted on
3094     the telemetry packet taking about 50ms to send so that we would
3095     receive about 10 per second.
3096     
3097     This also eliminates delays during descent for RDF tones -- those will
3098     get transmitted in the interval between telemetry packets without
3099     interrupting the spacing of those packets.
3100     
3101     Signed-off-by: Keith Packard <keithp@keithp.com>
3102
3103 commit 3f0bc801fd08a613c681504f0d1f9374486a2487
3104 Author: Keith Packard <keithp@keithp.com>
3105 Date:   Sat Mar 19 23:31:20 2011 -0700
3106
3107     altos: Configure packet size from send/recv parameters.
3108     
3109     Instead of setting the packet size at configuration time, use the
3110     provided packet size to the send/recv functions to configure the
3111     radio. This eliminates many configuration calls, leaving us with 'RDF'
3112     mode and 'packet' mode, the latter working for telemetry and the
3113     bi-directional link.
3114     
3115     Signed-off-by: Keith Packard <keithp@keithp.com>
3116
3117 commit 5c28b9312d90a3a66016abc641c20bcd852d69f8
3118 Author: Keith Packard <keithp@keithp.com>
3119 Date:   Sat Mar 19 23:27:15 2011 -0700
3120
3121     altos: Don't init packet slave on TD. Make slave start optional
3122     
3123     Oops. TeleDongle was starting the packet slave code, which kinda
3124     wrecked its ability to receive telemetry packets. This patch simply
3125     removes the packet slave code from teledongle as it cannot be used
3126     (yet), it also makes the packet slave code initialization take a
3127     parameter which controls whether to start that by default; in the
3128     future, perhaps TeleDongle will gain a command to start packet slave mode.
3129     
3130     Signed-off-by: Keith Packard <keithp@keithp.com>
3131
3132 commit e980b251e5a4d25410710a9aa89ef940e06b0d93
3133 Author: Keith Packard <keithp@keithp.com>
3134 Date:   Sat Mar 19 18:43:52 2011 -0700
3135
3136     altosui: Add software version to Configure AltosUI dialog
3137     
3138     Show this somewhere so we can figure out what is installed.
3139     
3140     Signed-off-by: Keith Packard <keithp@keithp.com>
3141
3142 commit 1aeb759c48f475ffaaae787515e080440c8386c3
3143 Author: Keith Packard <keithp@keithp.com>
3144 Date:   Sat Mar 19 12:28:08 2011 -0700
3145
3146     altos: Baro-only boards must not detect launch on accel or speed data
3147     
3148     The baro sensor generates too much noise to use small changes in
3149     computed speed or acceleration to cause a false launch detect.
3150     
3151     Signed-off-by: Keith Packard <keithp@keithp.com>
3152
3153 commit 7a4f6d5ad55637cde97a1e2f247f92df59bc2e14
3154 Author: Keith Packard <keithp@keithp.com>
3155 Date:   Fri Mar 18 21:01:15 2011 -0700
3156
3157     altos: Write height values to log for nano/mini
3158     
3159     This is a lot more useful than the old filtered pressure data.
3160     
3161     Signed-off-by: Keith Packard <keithp@keithp.com>
3162
3163 commit c985bb6a19c710409629f3c095332ba7afcf5248
3164 Author: Keith Packard <keithp@keithp.com>
3165 Date:   Fri Mar 18 20:36:59 2011 -0700
3166
3167     altos/test: Add scripts to run lots of flights through the code
3168     
3169     This runs a long list of flights (there's a user-specific path
3170     pointing at the flights) and squawks if the baro and dual flight
3171     computers don't match.
3172     
3173     Signed-off-by: Keith Packard <keithp@keithp.com>
3174
3175 commit dbe915795c66995805b5f37e6eb698cf2c143e61
3176 Author: Keith Packard <keithp@keithp.com>
3177 Date:   Fri Mar 18 20:26:12 2011 -0700
3178
3179     altos: Fix mini/nano default log size to available flash space
3180     
3181     Also, remove accel cal code from boards without accel
3182     
3183     Signed-off-by: Keith Packard <keithp@keithp.com>
3184
3185 commit 5db94e1e230bade966a997aa83165405a9ec9d83
3186 Merge: 1a8f45e cbb968f
3187 Author: Bdale Garbee <bdale@gag.com>
3188 Date:   Fri Mar 18 21:12:39 2011 -0600
3189
3190     Merge branch 'telemini' of ssh://git.gag.com/scm/git/fw/altos into telemini
3191
3192 commit 1a8f45e7b720d01d3ff0c35ed1caaf8cbe0c3119
3193 Author: Bdale Garbee <bdale@gag.com>
3194 Date:   Fri Mar 18 21:12:12 2011 -0600
3195
3196     fix up script to work and have reasonable texts
3197
3198 commit cbb968f5cf03625d453d84dc535758072a2c04c7
3199 Author: Keith Packard <keithp@keithp.com>
3200 Date:   Fri Mar 18 20:07:25 2011 -0700
3201
3202     altos: Add TeleNano support
3203     
3204     This just uses the TeleMini bits, which should work fine for now.
3205     
3206     Signed-off-by: Keith Packard <keithp@keithp.com>
3207
3208 commit 32c51840c792a737019fbc9fe42f2ca073b71827
3209 Author: Keith Packard <keithp@keithp.com>
3210 Date:   Fri Mar 18 19:49:46 2011 -0700
3211
3212     altos: Tiny logging fixes. Scan at start, stop when land or full.
3213     
3214     Initialize the flight log for tiny systems by scanning the log area to
3215     find the current flight number and log area bounds.
3216     
3217     Stop logging data when the flight is over, or when the log area is
3218     full.
3219     
3220     Signed-off-by: Keith Packard <keithp@keithp.com>
3221
3222 commit 62eae8a17d870e8ac6937ba23da01a5fbc652c6c
3223 Author: Keith Packard <keithp@keithp.com>
3224 Date:   Fri Mar 18 16:53:11 2011 -0700
3225
3226     altos: Add kalman filters for baro-only boards
3227     
3228     This adds a baro-only kalman filter to track the state of the rocket,
3229     and then uses it to control flight events instead of the existing
3230     ad-hoc mechanisms.
3231     
3232     Signed-off-by: Keith Packard <keithp@keithp.com>
3233
3234 commit c826fab31f8aea25a942b6bb8435d4b04c1bef10
3235 Author: Keith Packard <keithp@keithp.com>
3236 Date:   Thu Mar 17 16:00:10 2011 -0700
3237
3238     altos: Add tiny logging for TeleMini/TeleNano
3239     
3240     This splits the logging code into management of the log space within
3241     storage and separate code to actually write suitable log entries.  A
3242     new log writing module, ao_log_tiny, is added which writes only
3243     altimeter data at a fairly low data rate for devices using on-chip
3244     storage.
3245     
3246     Signed-off-by: Keith Packard <keithp@keithp.com>
3247
3248 commit 8b546b474b7b6c5b4169b4c1ca09c6f17ebb3ae5
3249 Author: Anthony Towns <aj@erisian.com.au>
3250 Date:   Fri Mar 11 21:41:01 2011 +1000
3251
3252     ignore new flight test file
3253
3254 commit 82707a05af0eb2d54f46b58805c95cdf4e5a3703
3255 Author: Keith Packard <keithp@keithp.com>
3256 Date:   Wed Mar 16 20:36:50 2011 -0700
3257
3258     altos: Internal flash ops block when running from flash
3259     
3260     The docs say that if you are executing from flash, then the CPU will
3261     stall after a flash write or erase command is started until the
3262     operation is complete. Take advantage of that to simplify the flash
3263     code.
3264     
3265     Signed-off-by: Keith Packard <keithp@keithp.com>
3266
3267 commit 1d8579f973bfe1047ee91f03555e74abdc483e69
3268 Author: Keith Packard <keithp@keithp.com>
3269 Date:   Mon Mar 7 16:31:43 2011 -0800
3270
3271     altos: oops -- altitude reporting wasn't pausing between signals
3272     
3273     need to actually alternate the LED/tone with some space so you can
3274     count.
3275     
3276     Signed-off-by: Keith Packard <keithp@keithp.com>
3277
3278 commit d007bccf6cb36d24a9c7c48de7d80759ac6f2e37
3279 Author: Keith Packard <keithp@keithp.com>
3280 Date:   Mon Mar 7 15:57:58 2011 -0800
3281
3282     ao-load: Make usb descriptor rewriting optional
3283     
3284     TeleMini and TeleNano don't have USB descriptors to rewrite when
3285     loading firmware, so allow them to be missing.
3286     
3287     Signed-off-by: Keith Packard <keithp@keithp.com>
3288
3289 commit 57d83f51377fb58018f422e42d74f29b86a821d2
3290 Author: Keith Packard <keithp@keithp.com>
3291 Date:   Mon Mar 7 15:26:41 2011 -0800
3292
3293     bringup: Add script for telemini
3294     
3295     Copied from teledongle with a few obvious changes.
3296     
3297     Signed-off-by: Keith Packard <keithp@keithp.com>
3298
3299 commit ddd7485f05d0cad8f5b3e1ee9b9a4d2812ea1837
3300 Author: Keith Packard <keithp@keithp.com>
3301 Date:   Mon Mar 7 08:03:11 2011 -0800
3302
3303     altos: Switch pins around for TeleMini
3304     
3305     TeleMini has fewer sensors and uses P0 for igniters instead of P2.
3306     
3307     Signed-off-by: Keith Packard <keithp@keithp.com>
3308
3309 commit f8afc2641c779fc312a42a6358187d8716ebe61a
3310 Author: Keith Packard <keithp@keithp.com>
3311 Date:   Sun Mar 6 23:52:11 2011 -0800
3312
3313     altos: Switch LED usage for TeleMini around
3314     
3315     We're using the LEDs instead of tones, so make red mean 'low tone',
3316     green mean 'middle tone' and both mean 'high tone'.
3317     
3318     Signed-off-by: Keith Packard <keithp@keithp.com>
3319
3320 commit fc5d014721a7e5a7b22f07eb4ab0bb3c764473fe
3321 Author: Anthony Towns <aj@erisian.com.au>
3322 Date:   Sat Feb 26 16:06:48 2011 +1000
3323
3324     ao_intflash: Avoid overwriting code
3325     
3326     Require firmware to specify the end of its codespace in its Makefile,
3327     and use this to determine where the start of available flash is. Should
3328     give compile time errors if either there's no room left for storage, or
3329     if there's not enough room for code.
3330
3331 commit 0e4c55d78852415e79f7318471f4d00c89703b78
3332 Author: Keith Packard <keithp@keithp.com>
3333 Date:   Sun Mar 6 21:03:57 2011 -0800
3334
3335     altos: Add TeleMini v1.0
3336     
3337     This adds initial code for the telemini board, a two channel
3338     flight computer with digital telemetry and a barometric sensor.
3339     
3340     Signed-off-by: Keith Packard <keithp@keithp.com>
3341
3342 commit 2d41358c80f2eb8b6e98d699149bb941a6671475
3343 Author: Keith Packard <keithp@keithp.com>
3344 Date:   Sun Mar 6 21:00:52 2011 -0800
3345
3346     altos: Start with packet slave running. Turn off in pad mode.
3347     
3348     Instead of turning slave mode on in idle mode, start with it running
3349     and disable it in pad mode instead. This means packet mode is
3350     available in startup mode too.
3351     
3352     Signed-off-by: Keith Packard <keithp@keithp.com>
3353
3354 commit 1e56ed44e562f808addfd76bfb352f981db94094
3355 Author: Keith Packard <keithp@keithp.com>
3356 Date:   Sun Mar 6 21:59:08 2011 -0800
3357
3358     altos/test: Add baro-only flight test program
3359     
3360     This builds the flight code in baro-only mode for testing.
3361     
3362     Signed-off-by: Keith Packard <keithp@keithp.com>
3363
3364 commit e339ffd8bd8b9e3f4758017ba355028000cb612e
3365 Author: Keith Packard <keithp@keithp.com>
3366 Date:   Sun Mar 6 21:57:52 2011 -0800
3367
3368     altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
3369     
3370     Fix up ao_convert.c so that it can be used within the flight test code
3371     instead of having a (broken) copy of the code there.
3372     
3373     Signed-off-by: Keith Packard <keithp@keithp.com>
3374
3375 commit 02611efea0c485d78fad08c696c1f56e868d36b8
3376 Author: Keith Packard <keithp@keithp.com>
3377 Date:   Sun Mar 6 20:56:25 2011 -0800
3378
3379     altos: Make serial, usb, beeper and accelerometer optional components
3380     
3381     Not all boards will have these, so fix places that use them to deal
3382     with that.
3383     
3384     Signed-off-by: Keith Packard <keithp@keithp.com>
3385
3386 commit fdd15a254c6fab5ba2d02320ba0ceb3e6a56354c
3387 Author: Anthony Towns <aj@erisian.com.au>
3388 Date:   Sat Feb 26 11:48:30 2011 +1000
3389
3390     ao_intflash: Use internal flash for storage
3391     
3392     Makes any free pages at end of CC1111's internal flash available via
3393     the ao_storage API.
3394
3395 commit 8f1bd11b61d9423c62162f7bbe573fc69fd75269
3396 Author: Keith Packard <keithp@keithp.com>
3397 Date:   Wed Mar 16 14:10:06 2011 -0700
3398
3399     aoview: remove -s option.
3400
3401 commit 45395c7825184efb835d5b165fa132be20c7f6fe
3402 Author: Keith Packard <keithp@keithp.com>
3403 Date:   Wed Mar 16 14:08:42 2011 -0700
3404
3405     Bump published version number to 0.9.1
3406
3407 commit 9f3d26cadf37880d2c9223f59271d295b11c4c2a
3408 Author: Keith Packard <keithp@keithp.com>
3409 Date:   Wed Mar 16 14:05:13 2011 -0700
3410
3411     altosui: Missed jcommon.jar in the Mac OS install image
3412     
3413     This caused graphing to fail on Mac OS X
3414     
3415     Signed-off-by: Keith Packard <keithp@keithp.com>
3416
3417 commit 6e340c87d3198647cf075ed520a82703b0d59beb
3418 Author: Keith Packard <keithp@keithp.com>
3419 Date:   Mon Mar 7 00:26:17 2011 -0800
3420
3421     altos: Oops. Lost a couple of commands when merging the doc patch
3422     
3423     I didn't merge this carefully enough and managed to lose the 'f'
3424     and 'e' commands, which are kinda useful.
3425     
3426     Signed-off-by: Keith Packard <keithp@keithp.com>
3427
3428 commit 8cdf4fb051c22b35c251d90bc288551f7c2898bf
3429 Author: Anthony Towns <aj@erisian.com.au>
3430 Date:   Sun Feb 27 11:11:12 2011 +1000
3431
3432     src/ao_cmd: Shave off bytes from doc strings
3433     
3434     Switch to using { func, "X args\0Desc" } to specify command, saving
3435     a char field by looking at help[0] instead, and reduce help length by
3436     doing alignment with printf instead of hardcoded spaces.
3437
3438 commit 2cfe205de4242398e69c9e7c613af0d2a7094686
3439 Author: Keith Packard <keithp@keithp.com>
3440 Date:   Mon Mar 7 00:01:01 2011 -0800
3441
3442     Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
3443     
3444     This reverts commit b080e933a65d268aaaec8cfd5f617a13d5babc43.
3445     
3446     10Hz data isn't any better than 1Hz data; it still doesn't like going
3447     upwards rapidly.
3448
3449 commit 249cd3b63d97581b068fff988e0cd7fcd5bf493e
3450 Author: Keith Packard <keithp@keithp.com>
3451 Date:   Sat Feb 19 01:06:01 2011 -0800
3452
3453     altosui: Display eeprom parsing errors to user
3454     
3455     When reading the eeprom, any parsing errors (most likely bad
3456     checksums) indicate some kind of problem with either the hardware or
3457     the flight software. Display these to the user and do not erase the
3458     flight.
3459     
3460     Signed-off-by: Keith Packard <keithp@keithp.com>
3461
3462 commit 629a7637871b24fe6d1204aaa7185d84933d4639
3463 Author: Keith Packard <keithp@keithp.com>
3464 Date:   Sat Feb 19 01:04:19 2011 -0800
3465
3466     altosui: Always read whole eeprom block, even at end of flight
3467     
3468     Instead of stopping early, continue reading the whole eeprom block so
3469     that the extra serial data doesn't end up confusing the next user of
3470     the serial line, which may well be reading the next flight.
3471     
3472     Signed-off-by: Keith Packard <keithp@keithp.com>
3473
3474 commit 7ca2cf1b7e03b8453b45b45e313a33ad65da9ad5
3475 Author: Keith Packard <keithp@keithp.com>
3476 Date:   Sat Feb 19 01:02:00 2011 -0800
3477
3478     altosui: Mark empty eeprom records 'invalid', don't generate exception
3479     
3480     When reading empty eeprom records, mark them as 'invalid', but don't
3481     generate an exception as it's normal to read these at the end of the
3482     flight log.
3483     
3484     Signed-off-by: Keith Packard <keithp@keithp.com>
3485
3486 commit 690feb166fd2bc6b6dfc26828f1efe9f5f1c6c0d
3487 Author: Bdale Garbee <bdale@gag.com>
3488 Date:   Fri Feb 18 23:56:01 2011 -0700
3489
3490     update changelogs for Debian build
3491
3492 commit 0630e7d6d8cf6abf0fe07f9a6df40ee472cce1ef
3493 Author: Bdale Garbee <bdale@gag.com>
3494 Date:   Fri Feb 18 19:54:18 2011 -0700
3495
3496     tie bringup scripts to Bdale's bench TeleDongle
3497
3498 commit b080e933a65d268aaaec8cfd5f617a13d5babc43
3499 Author: Anthony Towns <aj@erisian.com.au>
3500 Date:   Sat Feb 19 05:49:15 2011 +1000
3501
3502     src/ao_gps_skytraq.c: Update logging rate to 10Hz
3503     
3504     Send commands to skytraq to update baud rate to 57,600 bps, and
3505     set NMEA output rate to 10Hz.
3506
3507 commit aad7103dcf44e69a5a30e008836cce5542ea33e2
3508 Author: Anthony Towns <aj@erisian.com.au>
3509 Date:   Sat Feb 19 04:17:17 2011 +1000
3510
3511     src/ao_gps_skytraq: simplify parsing code
3512     
3513     Added macros to make correctly constructing skytraq commands easier.
3514     Simplified code path for NMEA processing marginally.
3515
3516 commit fe5123fa801f5dafed8b052da607899d1ef20500
3517 Author: Anthony Towns <aj@erisian.com.au>
3518 Date:   Wed Feb 2 19:12:57 2011 +1000
3519
3520     ao_radio: generalise setup of packet size
3521
3522 commit 8b09cc1825645a57c256f38a2f9586ddecf6bda5
3523 Author: Keith Packard <keithp@keithp.com>
3524 Date:   Fri Feb 18 10:02:46 2011 -0800
3525
3526     altos/test: auto-configure acceleration parameters from the log file
3527     
3528     The flight test code had static accelerometer configuration values,
3529     making it impossible to use data from different boards without
3530     recompiling. As the eeprom and telem log files both contain the
3531     necessary data, parse that instead.
3532     
3533     Signed-off-by: Keith Packard <keithp@keithp.com>
3534
3535 commit d3bc27fabb6159ce58b14d0f7929b0f46f67c378
3536 Author: Keith Packard <keithp@keithp.com>
3537 Date:   Fri Feb 18 09:54:01 2011 -0800
3538
3539     altos/test: Add dependencies in the Makefile for ao_flight_test
3540     
3541     Yes, it would be nice to automate dependency generation here, but I
3542     can't be bothered.
3543     
3544     Signed-off-by: Keith Packard <keithp@keithp.com>
3545
3546 commit c3080fdafff5212f267ba7c765a2f083435be799
3547 Author: Keith Packard <keithp@keithp.com>
3548 Date:   Fri Feb 18 09:51:37 2011 -0800
3549
3550     ao-load: fix usage message to note that '=' is required for options
3551     
3552     The usage message was suggesting incorrect command line syntax; long
3553     options use '=' between the option name and value, not whitespace.
3554     
3555     Signed-off-by: Keith Packard <keithp@keithp.com>
3556
3557 commit a09501ab714c0638410d06f80903a8769d93c688
3558 Author: Bdale Garbee <bdale@gag.com>
3559 Date:   Wed Jan 19 12:47:25 2011 -0700
3560
3561     update changelogs for Debian build
3562
3563 commit 2bb83d90aa03d825ca1b751418c91b194b72f1f9
3564 Author: Bdale Garbee <bdale@gag.com>
3565 Date:   Wed Jan 19 12:46:02 2011 -0700
3566
3567     elide changelog entries or re-release of 0.9
3568
3569 commit 9541ccd9ff9e67e0862ca31706358d8308fc85d8
3570 Author: Bdale Garbee <bdale@gag.com>
3571 Date:   Wed Jan 19 12:42:40 2011 -0700
3572
3573     update turnon script to prefer TeleDongle as programmer
3574
3575 commit 159fda30fe57349660c5e2d95017144ea3f5d7db
3576 Author: Bdale Garbee <bdale@gag.com>
3577 Date:   Wed Jan 19 12:26:53 2011 -0700
3578
3579     update changelogs for Debian build
3580
3581 commit 97f4f2e0d28eec1cf19d2d25140e42f6ac277700
3582 Author: Keith Packard <keithp@keithp.com>
3583 Date:   Wed Jan 19 11:21:52 2011 -0800
3584
3585     altos: Program default flight log max value for new boards
3586     
3587     New boards have no config space values at all, and so they need each
3588     value to be set. Yes, this should be fixed so that there aren't two
3589     copies of these assignments.
3590     
3591     Signed-off-by: Keith Packard <keithp@keithp.com>
3592
3593 commit 480587cf514ba21885b24c3b8fcb98d6b76ea8f4
3594 Author: Bdale Garbee <bdale@gag.com>
3595 Date:   Wed Jan 19 00:05:25 2011 -0700
3596
3597     update changelogs for Debian build
3598
3599 commit 6244f2316267738781e31a773b377bcf8c476918
3600 Author: Bdale Garbee <bdale@gag.com>
3601 Date:   Wed Jan 19 00:04:45 2011 -0700
3602
3603     prepare to release
3604
3605 commit 3c72103866f041107af49e01a5ccb6d4e6b6ac80
3606 Author: Bdale Garbee <bdale@gag.com>
3607 Date:   Tue Jan 18 23:55:42 2011 -0700
3608
3609     update changelogs for Debian build
3610
3611 commit 4ae724fe1d2ca0d712321c4fdc2200ff46d77428
3612 Author: Bdale Garbee <bdale@gag.com>
3613 Date:   Tue Jan 18 23:54:36 2011 -0700
3614
3615     we need an install target to prevent parent dir make from failing
3616
3617 commit ca7b549fbf62019b01a6e6c85da50645ea9a4502
3618 Author: Bdale Garbee <bdale@gag.com>
3619 Date:   Tue Jan 18 23:48:08 2011 -0700
3620
3621     update changelogs for Debian build
3622
3623 commit 9a5666f42d4d90a0a488fd0a85ae9914944fe0be
3624 Author: Keith Packard <keithp@keithp.com>
3625 Date:   Tue Jan 18 22:46:25 2011 -0800
3626
3627     doc: Build with 'make all' from top level. Build with 'make fat'
3628     
3629     This will make sure the docs are up-to-date for both regular and
3630     fat builds.
3631     
3632     Signed-off-by: Keith Packard <keithp@keithp.com>
3633
3634 commit 72a04d679d06aaad9c2b4297fefd585fc393ce2e
3635 Author: Keith Packard <keithp@keithp.com>
3636 Date:   Tue Jan 18 22:39:07 2011 -0800
3637
3638     fat: Add docs to Linux package
3639     
3640     Oops. Missed this one.
3641     
3642     Signed-off-by: Keith Packard <keithp@keithp.com>
3643
3644 commit 5d91c250179f44ca17c26fff36718b7026aa8ee0
3645 Author: Keith Packard <keithp@keithp.com>
3646 Date:   Tue Jan 18 22:34:15 2011 -0800
3647
3648     fat: Add firmware for v1.1 and docs to mac/windows/linux installers
3649     
3650     We'll need to be sure to update this each time we add a product.
3651     
3652     Signed-off-by: Keith Packard <keithp@keithp.com>
3653
3654 commit 26c4cc3054b1c7c9ed6ce3c2f21f6254b3245718
3655 Author: Bdale Garbee <bdale@gag.com>
3656 Date:   Tue Jan 18 23:29:03 2011 -0700
3657
3658     freshen copyright year
3659
3660 commit e2e20f6ce8a9c2bca36fde5730ccd7151377ec6f
3661 Author: Bdale Garbee <bdale@gag.com>
3662 Date:   Tue Jan 18 23:18:42 2011 -0700
3663
3664     add 0.9 revision entry, with caveat about telemetry format change
3665
3666 commit 27e6dbbe95ae9b361d60576e0cbadb66792307f3
3667 Author: Keith Packard <keithp@keithp.com>
3668 Date:   Tue Jan 18 20:39:58 2011 -0800
3669
3670     doc: Add v0.9 features from altosui to documentation.
3671     
3672     New flight download UI and new config items.
3673     
3674     Signed-off-by: Keith Packard <keithp@keithp.com>
3675
3676 commit 92d7841edcfc8a841f71f7f97cc541f8e55c4627
3677 Author: Keith Packard <keithp@keithp.com>
3678 Date:   Tue Jan 18 20:39:30 2011 -0800
3679
3680     doc: Don't delete telemetrum-outline.pdf
3681     
3682     This has a drilling template for the board.
3683     
3684     Signed-off-by: Keith Packard <keithp@keithp.com>
3685
3686 commit c411dce69be58238b8312c2fd7405cbe8b5d4a5a
3687 Author: Bdale Garbee <bdale@gag.com>
3688 Date:   Tue Jan 18 17:27:11 2011 -0700
3689
3690     update changelogs for Debian build
3691
3692 commit da42f406e88ccc821cd45d5a94d5afec65ec50e9
3693 Merge: ea4cdfb cf550f9
3694 Author: Bdale Garbee <bdale@gag.com>
3695 Date:   Mon Jan 17 09:50:17 2011 -0700
3696
3697     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3698
3699 commit ea4cdfb87e03ecfb974f98305671265b6fb95372
3700 Author: Bdale Garbee <bdale@gag.com>
3701 Date:   Mon Jan 17 09:49:45 2011 -0700
3702
3703     update documentation to reflect reality that modifying a board or separate
3704     pyro battery is not as simple as one trace cut on v1.0 and v1.1 boards
3705
3706 commit cf550f9b96fa94d8db559e01df0e265bb1c7b572
3707 Author: Keith Packard <keithp@keithp.com>
3708 Date:   Sun Jan 16 23:23:45 2011 -0800
3709
3710     doc: Remove mention of ao_wake_task
3711     
3712     This has been removed from the altos sources, so remove it from the
3713     docs too.
3714     
3715     Signed-off-by: Keith Packard <keithp@keithp.com>
3716
3717 commit 4b71c4f4ed6cae23a7f4a2e7ae697da9ec614898
3718 Author: Keith Packard <keithp@keithp.com>
3719 Date:   Sat Jan 15 12:26:53 2011 -0800
3720
3721     altos: Use 5V reference data to correct accelerometer measurements.
3722     
3723     When the 3.3V and 5V values shift relative to each other (usually due
3724     to changes in power consumption), the measured acceleration will
3725     appear to shift. This patch converts the 3.3V referenced acceleration
3726     value into a 5V referenced acceleration, eliminating this error.
3727     
3728     Signed-off-by: Keith Packard <keithp@keithp.com>
3729
3730 commit 2887fe7affc0706dbeb2f04df9a00a9b799903ed
3731 Author: Keith Packard <keithp@keithp.com>
3732 Date:   Sat Jan 15 12:25:57 2011 -0800
3733
3734     altos: Optimize fetching of ADC data in flight code
3735     
3736     This stores the address of the desired sample in a local variable and
3737     then fetches through that. Saves quite a few instructions.
3738     
3739     Signed-off-by: Keith Packard <keithp@keithp.com>
3740
3741 commit 2681a17500913cbaf3966f09380bb1d6b59e3863
3742 Author: Keith Packard <keithp@keithp.com>
3743 Date:   Sat Jan 15 12:18:32 2011 -0800
3744
3745     altos: Sample the accelerometer reference voltage on v1.1 boards
3746     
3747     This places the 5v reference samples in an array parallel to the basic
3748     ADC values. It doesn't do anything with the values, just stores them.
3749     
3750     Signed-off-by: Keith Packard <keithp@keithp.com>
3751
3752 commit 69290588980bb15732a99eca5c911a3b6e9a37b9
3753 Author: Keith Packard <keithp@keithp.com>
3754 Date:   Sat Jan 15 12:12:02 2011 -0800
3755
3756     altos: Ensure flight code gets first crack at new ADC data
3757     
3758     Instead of having everyone wait on the raw ADC ring, have the flight
3759     code wait on that and have everyone else wait for the flight code to
3760     finish looking at the data and move its pointer forwards.
3761     
3762     Signed-off-by: Keith Packard <keithp@keithp.com>
3763
3764 commit 1b8d7313504240ed04e0747e9b0f6e9a83d323e2
3765 Author: Keith Packard <keithp@keithp.com>
3766 Date:   Sun Jan 16 15:57:15 2011 -0800
3767
3768     altos: Auto-calibrate linux-based flight testing code
3769     
3770     Use the provided ground acceleration average to set the two
3771     accelerometer calibration values so that the flight code will
3772     detect pad/idle mode correctly.
3773     
3774     Signed-off-by: Keith Packard <keithp@keithp.com>
3775
3776 commit afd3d3cdb8c2291c1c7cda7908392d68cd04f87f
3777 Author: Mike Beattie <mike@ethernal.org>
3778 Date:   Mon Jan 17 15:03:40 2011 +1300
3779
3780     Rework invalid accel cal detection code
3781     
3782     Slightly reduces code space.
3783     
3784     Uncalibrated accelerometer now enters invalid state as well.
3785     
3786     Signed-off-by: Mike Beattie <mike@ethernal.org>
3787
3788 commit 3566dee1cf83870396a0bb164f5549dd3faf58f5
3789 Author: Keith Packard <keithp@keithp.com>
3790 Date:   Sun Jan 16 14:40:31 2011 -0800
3791
3792     altosui: Remove spurious colons from eeprom selection headers
3793     
3794     This colons make the presentation a bit confusing.
3795     
3796     Signed-off-by: Keith Packard <keithp@keithp.com>
3797
3798 commit ab31b1c737d8fd32af482e5b06699f1b832a25a1
3799 Author: Keith Packard <keithp@keithp.com>
3800 Date:   Sat Jan 15 00:56:22 2011 -0800
3801
3802     altos: Add DATA_TO_XDATA to linux test harness
3803     
3804     The flight test harness needs to expose every function used by the
3805     flight code in some form, and this macro is about to become used.
3806     
3807     Signed-off-by: Keith Packard <keithp@keithp.com>
3808
3809 commit add2802a8a33336180fe6856241a7f4a8200e89c
3810 Author: Mike Beattie <mike@ethernal.org>
3811 Date:   Sun Jan 16 00:10:30 2011 +1300
3812
3813     altos: Added check for out of bounds accel
3814     
3815     Chose invalid flight mode instead of idle to give user feedback.
3816     
3817     Signed-off-by: Mike Beattie <mike@ethernal.org>
3818
3819 commit 58838c0b96a91da0bd0cd77c3ff312b589c08136
3820 Author: Mike Beattie <mike@ethernal.org>
3821 Date:   Sat Jan 15 23:21:26 2011 +1300
3822
3823     altos: Added check for an accel value above 1.5g
3824     
3825     When detecting flight or idle mode, this should indicate
3826     that accel cal values are out of whack.
3827     
3828     Signed-off-by: Mike Beattie <mike@ethernal.org>
3829
3830 commit 118fe84c9ff1cc9d1653e67a2315e22e19d60a14
3831 Author: Keith Packard <keithp@keithp.com>
3832 Date:   Sat Jan 15 11:26:31 2011 -0800
3833
3834     altos: average 512 accel/baro samples at startup instead of 1000
3835     
3836     This lets us use a simple shift instead of a divide, saving a huge
3837     amount of code space.
3838     
3839     Signed-off-by: Keith Packard <keithp@keithp.com>
3840
3841 commit 8a775b8f9ecefa143050653d74dfd218b32b9bb5
3842 Author: Anthony Towns <aj@erisian.com.au>
3843 Date:   Sun Jan 16 10:54:45 2011 +1000
3844
3845     altos: Restructure skytraq NMEA parsing code to save some space
3846     
3847     Splitting this into several smaller functions appears to make SDCC
3848     generate better code.
3849
3850 commit 7a35b2d7048669a96256d4ea0086299f8a0cb1df
3851 Author: Keith Packard <keithp@keithp.com>
3852 Date:   Sat Jan 15 22:42:38 2011 -0800
3853
3854     altos: Flush log when full
3855     
3856     When the log storage is full, make sure any pending writes are flushed
3857     out so that the last bit isn't lost.
3858     
3859     Signed-off-by: Keith Packard <keithp@keithp.com>
3860
3861 commit 47ee4597e55749e8f66f61a585ea32776979bf80
3862 Author: Keith Packard <keithp@keithp.com>
3863 Date:   Sat Jan 15 16:25:10 2011 -0800
3864
3865     altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
3866     
3867     What a terrible mistake! The flight computer serial numbers were
3868     recorded in only 8 bits, so serial numbers > 255 would get truncated.
3869     
3870     There's really no fix other than bumping the field to 16 bits and
3871     reflashing every TM and TD on the planet. Very unfortunate.
3872     
3873     Signed-off-by: Keith Packard <keithp@keithp.com>
3874
3875 commit b22ba359a02297e39a446cbd5ef51e63b795624a
3876 Author: Keith Packard <keithp@keithp.com>
3877 Date:   Sat Jan 15 12:05:50 2011 -0800
3878
3879     doc: inkscape tracks the filename inside the document
3880     
3881     telemetrum-outline.svg was renamed from telemetrum.svg and inkscape
3882     appears to care.
3883     
3884     Signed-off-by: Keith Packard <keithp@keithp.com>
3885
3886 commit d0a841b285fb398f0be72183ec3c9d1e358419a9
3887 Author: Keith Packard <keithp@keithp.com>
3888 Date:   Sat Jan 15 12:02:43 2011 -0800
3889
3890     altosui: Require 4 sats to light up the 'GPS locked' light.
3891     
3892     This tracks the same GPS signal requirement needed for 'GPS ready' and
3893     ensures that we have a 3d fix.
3894     
3895     Signed-off-by: Keith Packard <keithp@keithp.com>
3896
3897 commit 1bfdce6fc3367fdf03e0dc7ddd94da18723b8ba3
3898 Author: Keith Packard <keithp@keithp.com>
3899 Date:   Sun Jan 16 14:30:38 2011 -0800
3900
3901     altosui: Ensure serial device is closed after eeprom download finishes
3902     
3903     As this code is all event-driven, track which events will trigger
3904     further work and block closing the device in those specific cases,
3905     ensuring that all other code paths end up closing the device.
3906     
3907     Signed-off-by: Keith Packard <keithp@keithp.com>
3908
3909 commit 987039b8f0b1d889aca9109d4c6a83f034ff64a7
3910 Author: Keith Packard <keithp@keithp.com>
3911 Date:   Sun Jan 16 14:29:57 2011 -0800
3912
3913     altosui: Remove debug message when eeprom downloads are complete.
3914     
3915     This message isn't useful now that this code appears to work.
3916     
3917     Signed-off-by: Keith Packard <keithp@keithp.com>
3918
3919 commit fb534aae15f0f1e5d69790e159d0287b6b8a514a
3920 Author: Keith Packard <keithp@keithp.com>
3921 Date:   Sun Jan 16 14:28:35 2011 -0800
3922
3923     altosui: Use long input flush timeout when remote.
3924     
3925     100ms isn't long enough to capture pending remote serial input, so use
3926     300 ms in that mode.
3927     
3928     Signed-off-by: Keith Packard <keithp@keithp.com>
3929
3930 commit d4add23186b3586c99579d83efdc003f79e9bf7a
3931 Author: Keith Packard <keithp@keithp.com>
3932 Date:   Sun Jan 16 14:26:18 2011 -0800
3933
3934     altosui: Make serial debug more complete and accurate
3935     
3936     Display all serial input, including telemetry.
3937     Wait to display serial output until flush time, to debug missing flushing.
3938     Show when devices are opened and closed.
3939     
3940     Signed-off-by: Keith Packard <keithp@keithp.com>
3941
3942 commit deb3c7b9206be0c9c46f75d35c8f766c26d9838f
3943 Author: Keith Packard <keithp@keithp.com>
3944 Date:   Sat Jan 15 22:43:37 2011 -0800
3945
3946     altosui: Reset eeprom download instance variables before reading flight
3947     
3948     To deal with downloading multiple flights in a single invocation, make
3949     sure all relevant instance variables are set back to start of flight
3950     download values each time a log is read.
3951     
3952     Signed-off-by: Keith Packard <keithp@keithp.com>
3953
3954 commit eec9eb2e81535e62c52fbb2e57a2d33f88f92c1a
3955 Author: Mike Beattie <mike@ethernal.org>
3956 Date:   Mon Jan 17 07:56:53 2011 +1300
3957
3958     Close serial port if Download/Delete dialog is cancelled.
3959     
3960     Signed-off-by: Mike Beattie <mike@ethernal.org>
3961
3962 commit df1c6ab3ac079199b5a12328c9ff5cfa6ac29b36
3963 Author: Mike Beattie <mike@ethernal.org>
3964 Date:   Mon Jan 17 00:40:07 2011 +1300
3965
3966     Convert EepromSelect dialog to use a GridBag
3967     
3968     Signed-off-by: Mike Beattie <mike@ethernal.org>
3969
3970 commit fef302656f21ae0ab4772f72979cbb7f071da89a
3971 Author: Mike Beattie <mike@ethernal.org>
3972 Date:   Sun Jan 16 20:25:19 2011 +1300
3973
3974     Re-order and re-arrange eeprom download dialog
3975     
3976     Signed-off-by: Mike Beattie <mike@ethernal.org>
3977
3978 commit 35adb7c98fe02e84fff70c1bee22bfa019cfacc2
3979 Author: Keith Packard <keithp@keithp.com>
3980 Date:   Fri Jan 14 21:44:59 2011 -0800
3981
3982     doc: Add telemetrum mounting template in svg and pdf forms
3983     
3984     telemetrum-outline.svg and telemetrum-outline.pdf
3985     
3986     Signed-off-by: Keith Packard <keithp@keithp.com>
3987
3988 commit fdba0f24afd59becc499d750bbdb80aea86066ac
3989 Author: Bdale Garbee <bdale@gag.com>
3990 Date:   Fri Jan 14 18:01:16 2011 -0700
3991
3992     update changelogs for Debian build
3993
3994 commit 646e1926cdf56e2cf2425413ce716e6999b64a58
3995 Author: Bdale Garbee <bdale@gag.com>
3996 Date:   Fri Jan 14 18:01:00 2011 -0700
3997
3998     update changelogs for Debian build
3999
4000 commit d908c2ebd0b11a54cfd922a192249d0f0df0ddb0
4001 Author: Keith Packard <keithp@keithp.com>
4002 Date:   Fri Jan 14 16:47:36 2011 -0800
4003
4004     altosui: Add preference for serial debugging.
4005     
4006     This dumps serial input/output to stdout.
4007     
4008     Signed-off-by: Keith Packard <keithp@keithp.com>
4009
4010 commit fcaee12a64d5e195b55b8f77c19dfc0c57ef5d58
4011 Author: Keith Packard <keithp@keithp.com>
4012 Date:   Fri Jan 14 16:47:19 2011 -0800
4013
4014     altosui: Ensure serial line is flushed after disabling remote link
4015     
4016     Flush the '~' character.
4017     
4018     Signed-off-by: Keith Packard <keithp@keithp.com>
4019
4020 commit 2d154be89246e111a36f7c2700effbb2c97da541
4021 Author: Keith Packard <keithp@keithp.com>
4022 Date:   Fri Jan 14 16:44:50 2011 -0800
4023
4024     altosui: Show dialog after successful delete or when no flights
4025     
4026     Make sure the user always sees confirmation for flight log management.
4027     
4028     Signed-off-by: Keith Packard <keithp@keithp.com>
4029
4030 commit b490455807d1c70c81785ed8931a07ab44e8e421
4031 Author: Bdale Garbee <bdale@gag.com>
4032 Date:   Fri Jan 14 14:31:19 2011 -0700
4033
4034     update changelogs for Debian build
4035
4036 commit 97b1ca994599ad262400eb3c685799582f7f1b94
4037 Author: Bdale Garbee <bdale@gag.com>
4038 Date:   Fri Jan 14 14:30:49 2011 -0700
4039
4040     update changelogs for Debian build
4041
4042 commit d794ef9e0fbe4d13259db1bbd69f01717c14400b
4043 Author: Keith Packard <keithp@keithp.com>
4044 Date:   Wed Jan 12 12:41:26 2011 -0800
4045
4046     altos: check for valid flight number in ao_log_delete
4047     
4048     Zero is not a valid flight number, and ao_log_flight uses that to
4049     indicate 'no flight in this slot'. Check the user-provided input for
4050     zero before looking through the slots.
4051     
4052     Signed-off-by: Keith Packard <keithp@keithp.com>
4053
4054 commit 8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a
4055 Author: Keith Packard <keithp@keithp.com>
4056 Date:   Wed Jan 12 12:40:45 2011 -0800
4057
4058     altosui: Add eeprom 'manage' ui to download and delete multiple flights
4059     
4060     This shows the list of available flights and provides options to
4061     download and/or delete each one.
4062     
4063     Signed-off-by: Keith Packard <keithp@keithp.com>
4064
4065 commit 440d52e34364fdeeddc76a2d744cc6d1c934364f
4066 Author: Keith Packard <keithp@keithp.com>
4067 Date:   Tue Jan 11 21:28:07 2011 -0800
4068
4069     altosui: Add support for parsing list of flights from the 'l' command
4070     
4071     This adds parsing support to enumerate the available flights, but does
4072     not yet provide any UI to use it.
4073     
4074     Signed-off-by: Keith Packard <keithp@keithp.com>
4075
4076 commit 7ad419d81c90ef6a16656970466313767fef830f
4077 Author: Keith Packard <keithp@keithp.com>
4078 Date:   Tue Jan 11 21:26:41 2011 -0800
4079
4080     altos: oops -- 'e' command was only showing 7 of the 8 bytes per line
4081     
4082     Just a silly off-by-one error when printing out the data received from flash.
4083     
4084     Signed-off-by: Keith Packard <keithp@keithp.com>
4085
4086 commit bd2480fd757b67557d9c7de42e402034002c3e37
4087 Author: Keith Packard <keithp@keithp.com>
4088 Date:   Tue Jan 11 15:39:24 2011 -0800
4089
4090     altosui: Split eeprom download code apart
4091     
4092     Create separate 'download config data', 'read single record' and 'read
4093     block' functions. This code will be shared with future multi-log
4094     reading code for new firmware.
4095     
4096     Signed-off-by: Keith Packard <keithp@keithp.com>
4097
4098 commit c437b14b7fc7afdfc7b809a04d7fa29d5e742307
4099 Author: Anthony Towns <aj@erisian.com.au>
4100 Date:   Fri Jan 7 21:00:10 2011 -0800
4101
4102     altos: Remove redundant initialization of ao_interval variables
4103     
4104     These are all initialized in the ao_flight_drogue state transition.
4105     
4106     Signed-off-by: Keith Packard <keithp@keithp.com>
4107
4108 commit 57de960b8148bf485607898c3d66af6994d76481
4109 Author: Anthony Towns <aj@erisian.com.au>
4110 Date:   Fri Jan 7 20:52:33 2011 -0800
4111
4112     altos: Remove unused accel_vel_mach and accel_vel_boost variables
4113     
4114     Presumably left-over debugging code.
4115     
4116     Signed-off-by: Keith Packard <keithp@keithp.com>
4117
4118 commit ca66f86a899c191b6362a334417fc84a79349677
4119 Author: Keith Packard <keithp@keithp.com>
4120 Date:   Fri Jan 7 20:46:29 2011 -0800
4121
4122     altosui: Add configuration of flight log size
4123     
4124     This adds to the TeleMetrum configuration UI the ability to set the
4125     maximum flight log size.
4126     
4127     Signed-off-by: Keith Packard <keithp@keithp.com>
4128
4129 commit 52ac83fedbfd380d14d4df2e79992bbdfba3552a
4130 Author: Keith Packard <keithp@keithp.com>
4131 Date:   Fri Jan 7 20:26:39 2011 -0800
4132
4133     altos: Check for full log and complain
4134     
4135     Reports special tone along with the continuity checks.
4136     Reports flight 0 in telemetry.
4137     
4138     Signed-off-by: Keith Packard <keithp@keithp.com>
4139
4140 commit 00891b40754962ef6530b237ef52017bb58112d5
4141 Author: Keith Packard <keithp@keithp.com>
4142 Date:   Fri Jan 7 20:25:09 2011 -0800
4143
4144     altos: Check requested log max size against available space
4145     
4146     Make sure the amount of memory requested for a single log isn't more
4147     than is available on the device.
4148     
4149     Signed-off-by: Keith Packard <keithp@keithp.com>
4150
4151 commit bbddcae2a15b6d430e84956ddf26955aa9173cc0
4152 Author: Anthony Towns <aj@erisian.com.au>
4153 Date:   Fri Jan 7 20:18:25 2011 -0800
4154
4155     altos: Optimize Morse code generation
4156     
4157     This reduces the size of data and code needed to report the
4158     flight states
4159     
4160     Signed-off-by: Keith Packard <keithp@keithp.com>
4161
4162 commit 73620c41017c1774d6190dfd4be5b742eb64f8d3
4163 Author: Keith Packard <keithp@keithp.com>
4164 Date:   Fri Jan 7 20:13:28 2011 -0800
4165
4166     altos: ensure erase mark is written when erasing flights
4167     
4168     It was getting called only when *failing* to erase a flight (oops),
4169     secondly, it wasn't getting written because ao_storage_flush wasn't
4170     getting called.
4171     
4172     Signed-off-by: Keith Packard <keithp@keithp.com>
4173
4174 commit edd22ee49adf60c35f2fe6ba97c111b7ad4131c2
4175 Author: Keith Packard <keithp@keithp.com>
4176 Date:   Fri Jan 7 17:56:06 2011 -0800
4177
4178     altos: report flight log offsets in hex block numbers instead of bytes
4179     
4180     makes them compatible with the 'e' command.
4181     
4182     Signed-off-by: Keith Packard <keithp@keithp.com>
4183
4184 commit 1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c
4185 Author: Keith Packard <keithp@keithp.com>
4186 Date:   Fri Jan 7 17:55:54 2011 -0800
4187
4188     altos: white space fix
4189     
4190     Signed-off-by: Keith Packard <keithp@keithp.com>
4191
4192 commit d8c9684239b67a69a4a3d24202a6df0d73c4f7f5
4193 Author: Keith Packard <keithp@keithp.com>
4194 Date:   Fri Jan 7 17:54:54 2011 -0800
4195
4196     altos: Speed up at45 and 25lc erase speeds
4197     
4198     No need to read the block to be erased before erasing it.
4199     
4200     Signed-off-by: Keith Packard <keithp@keithp.com>
4201
4202 commit 2722703bd848b07a02d3ce0c83a502eca52a9f1d
4203 Author: Keith Packard <keithp@keithp.com>
4204 Date:   Fri Jan 7 14:58:39 2011 -0800
4205
4206     altos: support storage of multiple flights.
4207     
4208     This adds the logging support for dealing with multiple flights
4209     
4210     Signed-off-by: Keith Packard <keithp@keithp.com>
4211
4212 commit a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e
4213 Author: Keith Packard <keithp@keithp.com>
4214 Date:   Fri Jan 7 10:05:11 2011 -0800
4215
4216     altos: Add configuration parameter for maximum flight log size
4217     
4218     This parameter will permit available storage to be split into multiple
4219     separate flight logs.
4220     
4221     Signed-off-by: Keith Packard <keithp@keithp.com>
4222
4223 commit 3bcf14f12f6681888c3162d0f33ef2d454eb75dd
4224 Author: Bdale Garbee <bdale@gag.com>
4225 Date:   Fri Jan 7 00:52:50 2011 -0700
4226
4227     update changelogs for Debian build
4228
4229 commit 408a3e04362d626778640dd0ce7d356d3863de53
4230 Author: Keith Packard <keithp@keithp.com>
4231 Date:   Thu Jan 6 23:38:13 2011 -0800
4232
4233     altos: Mark end of available flight list with 'done' to make the UI
4234     code easier to write
4235     
4236     Signed-off-by: Keith Packard <keithp@keithp.com>
4237
4238 commit e991f52276248fa08d96fbecc458bc478e98d299
4239 Author: Keith Packard <keithp@keithp.com>
4240 Date:   Thu Jan 6 23:35:31 2011 -0800
4241
4242     altos: Rip out 'optimization' in ao_log_scan
4243     
4244     Remove premature optimization to avoid re-scanning the flight logs for
4245     the best empty entry.
4246     
4247     Signed-off-by: Keith Packard <keithp@keithp.com>
4248
4249 commit 569a1dac55b70c30f01afa7bcb74442ecdd85d85
4250 Author: Keith Packard <keithp@keithp.com>
4251 Date:   Thu Jan 6 22:37:38 2011 -0800
4252
4253     altos: Move common storage code to ao_storage.c. Add M25P80 driver
4254     
4255     This reworks the storage API so that you erase blocks and then store
4256     data to them so that the M25P80 driver will work.
4257     
4258     Signed-off-by: Keith Packard <keithp@keithp.com>
4259
4260 commit e4ba9bf4291bf17c777c8c3ef7c71e4a30b9947a
4261 Author: Keith Packard <keithp@keithp.com>
4262 Date:   Thu Jan 6 17:34:58 2011 -0800
4263
4264     altos: Require manual flight erasing.
4265     
4266     This supports flash chips that require larger erase blocks.
4267     
4268     Signed-off-by: Keith Packard <keithp@keithp.com>
4269
4270 commit ddcc94da4326f9ce954bd31a46b36165c58e6c18
4271 Author: Keith Packard <keithp@keithp.com>
4272 Date:   Thu Jan 6 12:51:39 2011 -0800
4273
4274     altos: Simplify storage API
4275     
4276     This removes the config-specific APIs and exposes global variables for
4277     the available storage space, block size and config storage location.
4278     
4279     Signed-off-by: Keith Packard <keithp@keithp.com>
4280
4281 commit f3f1b1488bdc92fa9277dc549ba9f3210a8d4c8c
4282 Author: Keith Packard <keithp@keithp.com>
4283 Date:   Thu Jan 6 11:28:35 2011 -0800
4284
4285     altos: packet and usb i/o routines use 'char', not 'uint8_t'
4286     
4287     Just fixing the type of a local variable holding a character
4288     passed from the packet link to usb.
4289     
4290     Signed-off-by: Keith Packard <keithp@keithp.com>
4291
4292 commit 5688af4e4d7ca8e559d758257e79b7979f1cc924
4293 Author: Keith Packard <keithp@keithp.com>
4294 Date:   Wed Dec 22 21:13:56 2010 -0800
4295
4296     altos: Add telemetrum-v1.1 directory
4297     
4298     This just clones the v1.0 build; changes will be added on top of this.
4299     
4300     Signed-off-by: Keith Packard <keithp@keithp.com>
4301
4302 commit 9f7296b3feab872bf51fc369ade69cc1e7cf7a3f
4303 Author: Keith Packard <keithp@keithp.com>
4304 Date:   Wed Dec 22 21:06:22 2010 -0800
4305
4306     altos: Split out SPI driver.
4307     
4308     For TM with the companion connector, the SPI bus will be shared among
4309     multiple devices. Split out the existing SPI code into a common
4310     driver, with the SPI bus protected by a mutex.
4311     
4312     Signed-off-by: Keith Packard <keithp@keithp.com>
4313
4314 commit 51c410c1c952e0e9bcf1b2c438813de63753be5f
4315 Author: Keith Packard <keithp@keithp.com>
4316 Date:   Sun Nov 28 00:24:54 2010 -0800
4317
4318     windows: Update NSIS installer file to use compatibility IDs
4319     
4320     This allows the file to contain a single InitDriverSetup function,
4321     making things shorter and (I hope) clearer.
4322
4323 commit 4a42f9d5c20dcaf5fd7591ccf9e32c6130d9d538
4324 Author: Keith Packard <keithp@keithp.com>
4325 Date:   Sun Nov 28 00:22:14 2010 -0800
4326
4327     windows: Add compatibility IDs to telemetrum.inf
4328     
4329     This will allow the .nsi file to reference just the compatibility ID
4330     instead of needing to have all of the USB IDs listed.
4331     
4332     Signed-off-by: Keith Packard <keithp@keithp.com>
4333
4334 commit 484b44e81b655f1ecb48256095382a56d2839bae
4335 Author: Keith Packard <keithp@keithp.com>
4336 Date:   Fri Nov 26 17:39:40 2010 -0800
4337
4338     altos: eliminate ao_wake_task
4339     
4340     Waking up a task waiting on some random object is a bad idea. Fix
4341     the waiters to look for suitable signalling.
4342     
4343     Signed-off-by: Keith Packard <keithp@keithp.com>
4344
4345 commit 07213dc34fa20470a4b36a327a83d75b0f010ebb
4346 Author: Keith Packard <keithp@keithp.com>
4347 Date:   Fri Nov 26 16:14:15 2010 -0800
4348
4349     altos: clean up radio abort paths. Share radio code.
4350     
4351     Instead of aborting the DMA and radio operation and expecting that to
4352     be handled reasonably by the radio receiving task, rewrite things so
4353     that the abort function just wakes the receiving task while that
4354     terminates the DMA and cleans up the radio.
4355     
4356     This eliminates all kinds of nasty bugs dealing with radio abort
4357     smashing the radio registers at the wrong time, or interrupting a
4358     radio transmission.
4359     
4360     Signed-off-by: Keith Packard <keithp@keithp.com>
4361
4362 commit b62580855c5144f5bc7e0172289bce08814d9472
4363 Author: Anthony Towns <aj@erisian.com.au>
4364 Date:   Tue Dec 14 03:40:18 2010 +1000
4365
4366     altosui: move maps to subdir, fix E/W mismatch
4367
4368 commit b8d2eb5509096fd5bd04598b1312077659109620
4369 Author: Bdale Garbee <bdale@gag.com>
4370 Date:   Wed Dec 1 00:15:17 2010 -0700
4371
4372     update changelogs for Debian build
4373
4374 commit ea95c060f8bd959cefc60dd6d411151f3c91384e
4375 Author: Bdale Garbee <bdale@gag.com>
4376 Date:   Wed Dec 1 00:12:05 2010 -0700
4377
4378     fix symlink paths in rules file
4379
4380 commit f95220b6f0cc74928e0e7d7c7e1f443eafc32a02
4381 Author: Bdale Garbee <bdale@gag.com>
4382 Date:   Wed Dec 1 00:03:23 2010 -0700
4383
4384     update changelogs for Debian build
4385
4386 commit ea7130e953622884afc348265f5a4c58f9876823
4387 Author: Bdale Garbee <bdale@gag.com>
4388 Date:   Wed Dec 1 00:00:58 2010 -0700
4389
4390     modify Debian package build to deliver one copy of background.png for
4391     the themes and symlink it into place for gdm and slim
4392
4393 commit 3696b30a8d1eb351353d84b5f7af8eeff55c468b
4394 Author: Bdale Garbee <bdale@gag.com>
4395 Date:   Mon Nov 29 21:47:13 2010 -0700
4396
4397     update changelogs for Debian build
4398
4399 commit 11b3f9ff715017a2dec02003275885334f22c009
4400 Author: Bdale Garbee <bdale@gag.com>
4401 Date:   Mon Nov 29 21:46:02 2010 -0700
4402
4403     releasing 0.8.1
4404
4405 commit 5f3f11e11dff9b9f4d1dde279c0d474de0de12a5
4406 Author: Keith Packard <keithp@keithp.com>
4407 Date:   Mon Nov 29 20:41:49 2010 -0800
4408
4409     Add minimal release testing plan to Releasing
4410     
4411     Signed-off-by: Keith Packard <keithp@keithp.com>
4412
4413 commit f0a4deee23984a8f779917bbeaf74a66a0abf592
4414 Author: Keith Packard <keithp@keithp.com>
4415 Date:   Mon Nov 29 20:34:27 2010 -0800
4416
4417     Move "Releasing" to top level
4418     
4419     This file documents the AltOS release process for all systems.
4420     
4421     Signed-off-by: Keith Packard <keithp@keithp.com>
4422
4423 commit b727156ef0a7fb6e442ca28be27eb344a213ecf8
4424 Author: Keith Packard <keithp@keithp.com>
4425 Date:   Mon Nov 29 20:17:35 2010 -0800
4426
4427     windows: Add jfreechart.jar and jcommon.jar to windows install image
4428     
4429     These are necessary for the Graph Data button to do anything useful.
4430     
4431     Signed-off-by: Keith Packard <keithp@keithp.com>
4432
4433 commit 3e2220a180f95971d222a597d2057ca328c27356
4434 Author: Bdale Garbee <bdale@gag.com>
4435 Date:   Mon Nov 29 21:29:14 2010 -0700
4436
4437     adding Bdale's release process document to the source tree
4438
4439 commit 61a924099800494b589cbbb87c65b552ccbd8394
4440 Author: Bdale Garbee <bdale@gag.com>
4441 Date:   Mon Nov 29 14:40:27 2010 -0700
4442
4443     fix an Altos vs Altus typo in the docs
4444
4445 commit e840b6594b8a939f148fa7231e1b06a280d94074
4446 Author: Bdale Garbee <bdale@gag.com>
4447 Date:   Sun Nov 28 22:42:43 2010 -0700
4448
4449     fix section layering
4450
4451 commit f39698bbc12afdfadfac56c90030e16db93cf4fc
4452 Author: Bdale Garbee <bdale@gag.com>
4453 Date:   Sun Nov 28 19:46:03 2010 -0700
4454
4455     fix publish target in doc/Makefile
4456
4457 commit 13cea7a96821165a10a8b2433af1da7508882b0a
4458 Author: Bdale Garbee <bdale@gag.com>
4459 Date:   Sun Nov 28 18:48:31 2010 -0700
4460
4461     moved doc dir in web content to AltOS tree
4462
4463 commit 6f3c72462af86a7d9dec20f4c813a524a5be9fbb
4464 Author: Bdale Garbee <bdale@gag.com>
4465 Date:   Sun Nov 28 18:32:17 2010 -0700
4466
4467     update changelogs for Debian build
4468
4469 commit a375942979dbcd8239d8c0addb10616e6048f6ea
4470 Author: Bdale Garbee <bdale@gag.com>
4471 Date:   Sun Nov 28 18:31:26 2010 -0700
4472
4473     rewind changelog to recover from stupid build failure
4474
4475 commit 263cf6c4fc5c1a240d719bb0ceb33393864fb3d6
4476 Author: Bdale Garbee <bdale@gag.com>
4477 Date:   Sun Nov 28 18:24:00 2010 -0700
4478
4479     update changelogs for Debian build
4480
4481 commit 2615289265b6f8fa08827be794b4eee569fc6333
4482 Author: Bdale Garbee <bdale@gag.com>
4483 Date:   Sun Nov 28 18:23:17 2010 -0700
4484
4485     update changelogs for Debian build
4486
4487 commit 5e23bcc2d2ad33a839fedd2158213098a05cd9ae
4488 Author: Bdale Garbee <bdale@gag.com>
4489 Date:   Sun Nov 28 18:21:31 2010 -0700
4490
4491     declaring 0.8 released
4492
4493 commit b09d3e11c32abd07f8e11b483ac4b57148f4f2d8
4494 Author: Keith Packard <keithp@keithp.com>
4495 Date:   Sat Nov 27 23:08:41 2010 -0800
4496
4497     windows: Bump .inf file version
4498
4499 commit 42c2394ccc1a1ee6dc134ed963a4f79acf031d0b
4500 Author: Keith Packard <keithp@keithp.com>
4501 Date:   Sat Nov 27 23:04:50 2010 -0800
4502
4503     windows: more .inf file hacking
4504     
4505     Add a LayoutFile reference
4506     Add the FakeModemCopyFileSection
4507     
4508     Copy AltosMetrum.Install section to AltusMetrum.Install.NT section. I
4509     don't know what this might do; existing files seem inconsistent.
4510     
4511     Signed-off-by: Keith Packard <keithp@keithp.com>
4512
4513 commit 26369a92398f4ebe3fcd54ce34cebffae0cfdf07
4514 Author: Keith Packard <keithp@keithp.com>
4515 Date:   Sat Nov 27 22:39:31 2010 -0800
4516
4517     windows: remove some non-existent .inf file section references
4518     
4519     The mfglt and VerboseResultCodes sections are not present in the .inf
4520     file, so remove refernces to them.
4521     
4522     Signed-off-by: Keith Packard <keithp@keithp.com>
4523
4524 commit 641c5373724d34c3adfcf42420a528d6bba736b9
4525 Author: Keith Packard <keithp@keithp.com>
4526 Date:   Sat Nov 27 22:35:18 2010 -0800
4527
4528     windows: try harder to get windows install to work
4529     
4530     Add devIDs to .nsi file. Fix install section name mapping from the
4531     hot-plug info.
4532     
4533     Signed-off-by: Keith Packard <keithp@keithp.com>
4534
4535 commit cd414e2c04ce5ecbc75f19325a6d6f82cd489fb3
4536 Author: Keith Packard <keithp@keithp.com>
4537 Date:   Sat Nov 27 16:30:29 2010 -0800
4538
4539     altosui: Correct windows hardware IDs for nsis installer file
4540     
4541     Need real hardware IDs (encoded USB ids) to get windows to
4542     auto-install the driver?
4543     
4544     Signed-off-by: Keith Packard <keithp@keithp.com>
4545
4546 commit f834b22905db87557f729f942607dc363b013694
4547 Author: Bdale Garbee <bdale@gag.com>
4548 Date:   Thu Nov 25 22:31:33 2010 -0700
4549
4550     update changelogs for Debian build
4551
4552 commit da3b39d6b1b5ba48686c2a4add4b5448fd5711af
4553 Author: Bdale Garbee <bdale@gag.com>
4554 Date:   Thu Nov 25 22:29:01 2010 -0700
4555
4556     changed main document name from telemetrum-doc to altusmetrum
4557
4558 commit ab6c9c983a2830bc8807e1b75d2576141b73632d
4559 Author: Bdale Garbee <bdale@gag.com>
4560 Date:   Thu Nov 25 19:30:02 2010 -0700
4561
4562     update fat target in Makefiles to reflect move of altosui and libaltos
4563
4564 commit b8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed
4565 Author: Keith Packard <keithp@keithp.com>
4566 Date:   Thu Nov 25 17:29:28 2010 -0800
4567
4568     altosui: Clean up flash code to ensure swing gets called from right thread
4569     
4570     This moves all of the flash code to a separate thread and passes
4571     messages back to the swing thread to keep the UI up to date.
4572     
4573     Signed-off-by: Keith Packard <keithp@keithp.com>
4574
4575 commit adbb14c63d85b7a54223f88ac623571456f4a462
4576 Author: Keith Packard <keithp@keithp.com>
4577 Date:   Thu Nov 25 16:28:04 2010 -0800
4578
4579     altosui: Remove gratuitous threading from device flashing UI
4580     
4581     There's no need for a thread here, and swing doesn't want us to use
4582     one anyways.
4583     
4584     Signed-off-by: Keith Packard <keithp@keithp.com>
4585
4586 commit 7f88520089660845009148b69bfcea6c9dff9672
4587 Author: Keith Packard <keithp@keithp.com>
4588 Date:   Thu Nov 25 16:23:18 2010 -0800
4589
4590     altosui: Flight data download GUI operations called only from main thread
4591     
4592     Swing doesn't like UI functions being called from non-dispatch thread,
4593     so fix up the eeprom download code to use SwingUtilities.invokeLater
4594     to make sure this works right.
4595     
4596     Signed-off-by: Keith Packard <keithp@keithp.com>
4597
4598 commit 6d3612e267cd4c1e7fdd74fc33952b3f26f870f5
4599 Author: Keith Packard <keithp@keithp.com>
4600 Date:   Thu Nov 25 16:09:37 2010 -0800
4601
4602     altosui: Eliminate unnecessary thread from config UI
4603     
4604     There's no reason to use a thread to run a dialog box, and
4605     swing doesn't like threads anyways.
4606     
4607     Signed-off-by: Keith Packard <keithp@keithp.com>
4608
4609 commit 12fb7f0e70cd244475d84469f93283112478d1e1
4610 Author: Keith Packard <keithp@keithp.com>
4611 Date:   Thu Nov 25 15:56:42 2010 -0800
4612
4613     altosui: Only call swing display functions from main thread.
4614     
4615     Swing insists that all display functions be called from a single
4616     thread, and the flight window wasn't following this for display
4617     updates. Use SwingUtilities.invokeLater to make sure the flight UI
4618     updates happen in the right context.
4619     
4620     Fixes a UI freeze on Mac OS.
4621     
4622     Signed-off-by: Keith Packard <keithp@keithp.com>
4623
4624 commit b74cec6cd0bc043f53e9e28472765aa343136813
4625 Author: Bob Finch <w9ya@qrparci.net>
4626 Date:   Thu Nov 25 13:30:48 2010 -0700
4627
4628     Updated AltOS PKGBUILD to track makefile changes
4629
4630 commit f88bde21d76a4ff91099a5051153ebace1619978
4631 Author: Keith Packard <keithp@keithp.com>
4632 Date:   Thu Nov 25 11:16:55 2010 -0800
4633
4634     altosui: Hack up standalone makefile to maybe build altosui again
4635     
4636     This isn't tested, but at least the paths are more likely to be correct
4637     
4638     Signed-off-by: Keith Packard <keithp@keithp.com>
4639
4640 commit 3d98440d53378aaa6da87ed65e9abb2f96f7ee49
4641 Author: Keith Packard <keithp@keithp.com>
4642 Date:   Thu Nov 25 11:16:28 2010 -0800
4643
4644     altosui: Make windows bits build after moving altosui directory
4645     
4646     Signed-off-by: Keith Packard <keithp@keithp.com>
4647
4648 commit 4893ed50bc14772986ac02f9b39928f1882da923
4649 Author: Keith Packard <keithp@keithp.com>
4650 Date:   Wed Nov 24 23:54:08 2010 -0800
4651
4652     Revert "altos: Don't abort radio transmissions with ao_radio_abort"
4653     
4654     This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88.
4655     
4656     With this patch in place, TD could not be placed in 'packet' mode.
4657
4658 commit cb08bc264c71ca972027392b42f347a03df76a43
4659 Author: Keith Packard <keithp@keithp.com>
4660 Date:   Wed Nov 24 22:55:08 2010 -0800
4661
4662     doc: Rename telemetrum-doc as altusmetrum
4663     
4664     Signed-off-by: Keith Packard <keithp@keithp.com>
4665
4666 commit 554bdd25e132dbaec322bc11f94093d2c2e78751
4667 Author: Keith Packard <keithp@keithp.com>
4668 Date:   Wed Nov 24 22:49:33 2010 -0800
4669
4670     doc: Add more authors, fix URL formatting, note that AltosUI actually exists
4671     
4672     Add aj and bfinch as authors. Insert an acknowledgements section. Fill
4673     in the Fire Igniter section in the AltosUI chapter. Then change the
4674     section talking about the future plans for Java to mention that they
4675     actually exist now.
4676     
4677     Signed-off-by: Keith Packard <keithp@keithp.com>
4678
4679 commit bcf78b67717374b5971820021b83061e2e9734cf
4680 Author: Keith Packard <keithp@keithp.com>
4681 Date:   Wed Nov 24 21:39:18 2010 -0800
4682
4683     doc: Reformat altos to use sections for each function
4684     
4685     This places them in the TOC, making them easier to find.
4686     
4687     Signed-off-by: Keith Packard <keithp@keithp.com>
4688
4689 commit 51c7741040d95c5deece939dae5e4136cc04afc4
4690 Merge: d1dbe3b 4e47c44
4691 Author: Keith Packard <keithp@keithp.com>
4692 Date:   Wed Nov 24 21:00:52 2010 -0800
4693
4694     Merge branch 'buttonbox'
4695     
4696     Conflicts:
4697         doc/telemetrum-doc.xsl
4698     
4699     Pull the buttbox version of the docs in as it had been updated.
4700     
4701     Signed-off-by: Keith Packard <keithp@keithp.com>
4702
4703 commit 4e47c44d335276cf0dc5ed3a0756e50c98c1b9b9
4704 Author: Bdale Garbee <bdale@gag.com>
4705 Date:   Wed Nov 24 21:44:53 2010 -0700
4706
4707     manually fold in documentation work from the master branch
4708
4709 commit 8a68c1da253c0b29a7cb9c7540c20585ad6e3dec
4710 Author: Bdale Garbee <bdale@gag.com>
4711 Date:   Wed Nov 24 21:21:53 2010 -0700
4712
4713     tweak rev history
4714
4715 commit 7cd1c7765d137df711caeeb69abaaba1b36e0a65
4716 Author: Bdale Garbee <bdale@gag.com>
4717 Date:   Wed Nov 24 20:53:36 2010 -0700
4718
4719     fix missing section close in Site Map content
4720
4721 commit db2b19b8f0d452d682d53c7ed0ff6e359b46efa0
4722 Merge: b372f3c 915f881
4723 Author: Keith Packard <keithp@keithp.com>
4724 Date:   Wed Nov 24 18:57:35 2010 -0800
4725
4726     Merge remote branch 'aj/buttonbox' into buttonbox
4727
4728 commit b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc
4729 Author: Keith Packard <keithp@keithp.com>
4730 Date:   Wed Nov 24 18:50:46 2010 -0800
4731
4732     Missing change to top level Makefile to build altosui
4733     
4734     Signed-off-by: Keith Packard <keithp@keithp.com>
4735
4736 commit 915f881d61294dc6f5a6a3e8d75567e18492a631
4737 Author: Anthony Towns <aj@erisian.com.au>
4738 Date:   Thu Nov 25 09:52:30 2010 +1000
4739
4740     doc: Document altosui "Site Map" tab
4741
4742 commit f01096c4b42f9a4720ed0414826c2a283a992545
4743 Merge: 357826a 3fbefb3
4744 Author: Anthony Towns <aj@erisian.com.au>
4745 Date:   Thu Nov 25 09:10:50 2010 +1000
4746
4747     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4748
4749 commit 3fbefb3eea981d34a09496cf8abf0119de2e35bf
4750 Author: Keith Packard <keithp@keithp.com>
4751 Date:   Wed Nov 24 14:57:57 2010 -0800
4752
4753     Move altosui to the top level, placing libaltos inside it.
4754     
4755     Signed-off-by: Keith Packard <keithp@keithp.com>
4756
4757 commit 357826aa9c7b42c59f5d52b8eb016d73b6da0c7f
4758 Author: Anthony Towns <aj@erisian.com.au>
4759 Date:   Thu Nov 25 09:07:34 2010 +1000
4760
4761     docs: Document altosui "Graph Data" button
4762
4763 commit 7811e6dfa6caf10251da7df7c24b98cdc3787892
4764 Merge: 71b1949 7a50837
4765 Author: Anthony Towns <aj@erisian.com.au>
4766 Date:   Thu Nov 25 08:47:36 2010 +1000
4767
4768     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4769
4770 commit 7a50837ea0d92db3f469f197ec8210aee22aa143
4771 Author: Keith Packard <keithp@keithp.com>
4772 Date:   Wed Nov 24 10:55:18 2010 -0800
4773
4774     altosui: Make sure packet mode is turned off when the connection fails
4775     
4776     When the packet connection times out, turn packet mode off when
4777     closing the serial port.
4778     
4779     Signed-off-by: Keith Packard <keithp@keithp.com>
4780
4781 commit 7d90e2f6009e060fb59c519f7e564483a7ca6872
4782 Author: Keith Packard <keithp@keithp.com>
4783 Date:   Tue Nov 23 20:17:44 2010 -0800
4784
4785     altosui: Let people fire igniters that don't read as 'ready'
4786     
4787     This provides for igniter testing with LEDs or other materials that
4788     don't look like regular igniters.
4789     
4790     Signed-off-by: Keith Packard <keithp@keithp.com>
4791
4792 commit f3233985a132e1d660e6df12d0056b6729f16faf
4793 Author: Keith Packard <keithp@keithp.com>
4794 Date:   Tue Nov 23 19:09:31 2010 -0800
4795
4796     altosui: Disable radio configation over packet link.
4797     
4798     Attempting to configure the radio over the packet link will only end
4799     up confusing the user, so disable it. This also works around a bug in
4800     older TM code which would lock up when trying to do this.
4801     
4802     Signed-off-by: Keith Packard <keithp@keithp.com>
4803
4804 commit 6cd9be22f06f21d12ee2f668989d83d3c61d14c0
4805 Author: Keith Packard <keithp@keithp.com>
4806 Date:   Tue Nov 23 19:08:07 2010 -0800
4807
4808     altosui: New AltosSerial.set_radio function sets channel/call
4809     
4810     Use this anytime you need to set the device radio channel and call
4811     sign, either for telemetry reception or packet mode origination. This
4812     uses the saved callsign and per-device radio channel number. Do not
4813     use this when opening a telemetrum as there won't be a saved channel number.
4814     
4815     Signed-off-by: Keith Packard <keithp@keithp.com>
4816
4817 commit ed7cf7d262fcf7c0c677c2fb981582b571de9e5e
4818 Author: Keith Packard <keithp@keithp.com>
4819 Date:   Tue Nov 23 19:04:55 2010 -0800
4820
4821     altosui: Make AltosSerial.flush_input keep reading while non-empty
4822     
4823     Flushing the input buffer can take a while, especially over the packet
4824     link. Keep reading while stuff is appearing on the reply queue.
4825     
4826     Signed-off-by: Keith Packard <keithp@keithp.com>
4827
4828 commit 3b9db8c82d26a6a2e43d4ca40742fc1bdc502380
4829 Author: Keith Packard <keithp@keithp.com>
4830 Date:   Tue Nov 23 19:02:54 2010 -0800
4831
4832     altos: Make radio test command careful with the radio mutex.
4833     
4834     Remember whether the radio test mode is on or off and don't try to do
4835     either of them twice to prevent the mutex from being acquired or
4836     released twice.
4837     
4838     Signed-off-by: Keith Packard <keithp@keithp.com>
4839
4840 commit 54468e5dc567aaac5c5c20e921859b7cec28bb88
4841 Author: Keith Packard <keithp@keithp.com>
4842 Date:   Tue Nov 23 18:57:49 2010 -0800
4843
4844     altos: Don't abort radio transmissions with ao_radio_abort
4845     
4846     We only want to abort pending radio reception to release the radio for
4847     other use, or to change the radio channel. Let radio transmission
4848     proceed. This fixes a problem with using packet mode to configure the
4849     radio channel; if the packet transmission is aborted, the TM ends up
4850     wedged.
4851     
4852     Signed-off-by: Keith Packard <keithp@keithp.com>
4853
4854 commit d873dc28f0752aeb58a6263e42bdd5b9095bd392
4855 Author: Keith Packard <keithp@keithp.com>
4856 Date:   Tue Nov 23 18:56:46 2010 -0800
4857
4858     altos: remove unused variable from ao_igniter
4859     
4860     The 'status' variable used to hold a reported status value from the
4861     igniter after firing, but we ignore that now.
4862     
4863     Signed-off-by: Keith Packard <keithp@keithp.com>
4864
4865 commit 71b1949e50f4533bcf44537da65b19bc67863c8e
4866 Merge: a79225c f1892b1
4867 Author: Anthony Towns <aj@erisian.com.au>
4868 Date:   Wed Nov 24 12:14:11 2010 +1000
4869
4870     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4871
4872 commit f1892b137b1de3d6caf0293bd40ed5c3e4948066
4873 Author: Bdale Garbee <bdale@gag.com>
4874 Date:   Tue Nov 23 18:58:11 2010 -0700
4875
4876     lose the placeholder on how GPS works, as it's going to be a
4877     while before I tackle that, if ever.
4878
4879 commit a79225c215f17fa5218ddd9db4fc3f5c563a9f74
4880 Merge: 84cd5d4 853b711
4881 Author: Anthony Towns <aj@erisian.com.au>
4882 Date:   Wed Nov 24 11:55:14 2010 +1000
4883
4884     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4885
4886 commit 853b7112e34212040c4cb7289f9cfdb2f3ea9f90
4887 Author: Bdale Garbee <bdale@gag.com>
4888 Date:   Tue Nov 23 18:53:18 2010 -0700
4889
4890     merge Keith's AltosUI documention into "the big book"
4891
4892 commit 84cd5d42d8b5659463544fe2a400758b56478609
4893 Author: Anthony Towns <aj@erisian.com.au>
4894 Date:   Wed Nov 24 02:13:32 2010 +1000
4895
4896     altosui: sitemap uses rocket gps if no pad gps
4897
4898 commit c7119c21baa9d4ca681975b8613ade6593f65577
4899 Author: Anthony Towns <aj@erisian.com.au>
4900 Date:   Wed Nov 24 02:11:36 2010 +1000
4901
4902     altosui: don't switch away from user selected tab
4903
4904 commit ae55a107f12546dc65f04618c7abc17beb920d73
4905 Merge: d1005f6 737f2fd
4906 Author: Anthony Towns <aj@erisian.com.au>
4907 Date:   Wed Nov 24 01:53:46 2010 +1000
4908
4909     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4910
4911 commit 737f2fdd012202f453120ece117ae5e859b32082
4912 Author: Keith Packard <keithp@keithp.com>
4913 Date:   Mon Nov 22 22:26:19 2010 -0800
4914
4915     doc: Add internal documentation for AltOS
4916     
4917     Signed-off-by: Keith Packard <keithp@keithp.com>
4918
4919 commit 5523e7d55ecc8d310e495fa4f5115f7483c42d65
4920 Author: Bdale Garbee <bdale@gag.com>
4921 Date:   Mon Nov 22 21:07:10 2010 -0700
4922
4923     add a rudimentary --help for command line use
4924
4925 commit d1005f68376d695039c314b8d7a68bbf9acbca4f
4926 Merge: 9a83e0d 22c0978
4927 Author: Anthony Towns <aj@erisian.com.au>
4928 Date:   Tue Nov 23 10:14:55 2010 +1000
4929
4930     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4931
4932 commit 22c09781af1df4b38562b577e9926c23e4a397f2
4933 Merge: b27327a a79606a
4934 Author: Keith Packard <keithp@keithp.com>
4935 Date:   Mon Nov 22 16:02:22 2010 -0800
4936
4937     Merge remote branch 'origin/buttonbox' into buttonbox
4938
4939 commit b27327a05d249eaf969b67d2a8d12fc6a93841f0
4940 Author: Keith Packard <keithp@keithp.com>
4941 Date:   Mon Nov 22 15:56:04 2010 -0800
4942
4943     altos: assume igniter worked.
4944     
4945     Many igniters don't go open when fired, so there's no way
4946     to know if they worked. Assume they did as a failed igniter is
4947     unlikely to do anything when fired again anyways.
4948     
4949     Signed-off-by: Keith Packard <keithp@keithp.com>
4950
4951 commit 68323cbb222f1f33198a42abaa0550af22f75a93
4952 Author: Keith Packard <keithp@keithp.com>
4953 Date:   Mon Nov 22 15:53:27 2010 -0800
4954
4955     altosui: Close serial port when debug link fails
4956     
4957     If the debug connection isn't working, close down the serial port when
4958     reporting the failure.
4959     
4960     Signed-off-by: Keith Packard <keithp@keithp.com>
4961
4962 commit 9a83e0dc79f7a7467c7814d58daa2a2b89e50972
4963 Merge: 902735f a79606a
4964 Author: Anthony Towns <aj@erisian.com.au>
4965 Date:   Tue Nov 23 08:07:04 2010 +1000
4966
4967     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4968
4969 commit a79606a6507fc01a74910f7959e84c4e9a730714
4970 Author: Bob Finch <w9ya@qrparci.net>
4971 Date:   Mon Nov 22 12:24:42 2010 -0700
4972
4973     Added PKGBUILDs for deps into contribs
4974
4975 commit 377ee7e90ecd028f984cd1abce96b2efc3b5b977
4976 Author: Keith Packard <keithp@keithp.com>
4977 Date:   Sun Nov 21 14:03:17 2010 -0800
4978
4979     altos: Add on/off modes to 'C' command
4980     
4981     This lets the user turn the radio on/off and then invoke other commands.
4982     
4983     Signed-off-by: Keith Packard <keithp@keithp.com>
4984
4985 commit 902735ffbfdd97672d52b09f17cdcd619193fd05
4986 Author: Anthony Towns <aj@erisian.com.au>
4987 Date:   Mon Nov 22 05:29:26 2010 +1000
4988
4989     altosui: keep sitemap more centred on rocket
4990
4991 commit b85df38b5611e45cb9296df07b720badf74ac26e
4992 Author: Anthony Towns <aj@erisian.com.au>
4993 Date:   Mon Nov 22 05:22:17 2010 +1000
4994
4995     altosui: improve sitemap scrolling behaviour
4996
4997 commit 4a9ded5b39ed08e13abc2cddba8b712f62b983f2
4998 Author: Anthony Towns <aj@erisian.com.au>
4999 Date:   Sun Nov 21 17:39:50 2010 +1000
5000
5001     AltosSiteMap: ensure buffer around active tile
5002
5003 commit ec47bc93a487614714a752cb30ec9fe3d8f72929
5004 Merge: 0393830 e7954c8
5005 Author: Anthony Towns <aj@erisian.com.au>
5006 Date:   Sun Nov 21 16:08:37 2010 +1000
5007
5008     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5009
5010 commit e7954c820763f80e993f9f822e837725cf36af84
5011 Author: Keith Packard <keithp@keithp.com>
5012 Date:   Sat Nov 20 22:03:26 2010 -0800
5013
5014     altosui: When fixing eeprom gps time information, make GPS data valid
5015     
5016     Eeprom files may be missing the GPS time (due to a firmware bug). Working
5017     around this involves finding the next valid GPS time and using that to
5018     create a fake GPS time entry. However, that next GPS time may not
5019     be locked or may have few sats as it is from the boost stage of the
5020     flight. Fix this by simply forcing the fake time packet to have
5021     4 sats and be locked.
5022     
5023     Signed-off-by: Keith Packard <keithp@keithp.com>
5024
5025 commit 0393830f85da5efc96bbdf0d9769b66019c34b33
5026 Author: Anthony Towns <aj@erisian.com.au>
5027 Date:   Sun Nov 21 15:13:35 2010 +1000
5028
5029     AltosSiteMap: limit nr of tiles to 200x200
5030
5031 commit a08b2a6363c194195db92029743f6612676373ce
5032 Author: Anthony Towns <aj@erisian.com.au>
5033 Date:   Sun Nov 21 15:03:21 2010 +1000
5034
5035     AltosSiteMap: never accept 0,0 as lat/long
5036
5037 commit 84e570d8a8a52e0d358582135ec1b3a12be94c26
5038 Author: Anthony Towns <aj@erisian.com.au>
5039 Date:   Sun Nov 21 14:45:10 2010 +1000
5040
5041     AltosSiteMap: refactor tile collection
5042
5043 commit 71e487344395a8efc9cd279aad92f601ff4c6d3d
5044 Author: Anthony Towns <aj@erisian.com.au>
5045 Date:   Sun Nov 21 14:05:00 2010 +1000
5046
5047     AltosSiteMap: thread safe tile addition
5048
5049 commit c040bcd06679484175542208fb564d0271a7fc1b
5050 Author: Anthony Towns <aj@erisian.com.au>
5051 Date:   Sun Nov 21 13:19:36 2010 +1000
5052
5053     AltosSiteMap: try to get new tile construction right
5054
5055 commit c3994dd82d489289ebc99ff9c5fa88f560c023ac
5056 Author: Anthony Towns <aj@erisian.com.au>
5057 Date:   Sun Nov 21 13:07:11 2010 +1000
5058
5059     AltosSiteMap: extend map if rocket goes far away
5060
5061 commit 835b903727a2eabda8d9659cc46e53301f92897c
5062 Merge: 440a0f3 8789135
5063 Author: Anthony Towns <aj@erisian.com.au>
5064 Date:   Sun Nov 21 11:15:02 2010 +1000
5065
5066     Merge branch 'sitemap' into buttonbox
5067     
5068     Conflicts:
5069         ao-tools/altosui/AltosSiteMap.java
5070
5071 commit 878913551a1e4e3c8f2b39fa4aeb234880735a1c
5072 Author: Anthony Towns <aj@erisian.com.au>
5073 Date:   Sun Nov 21 10:55:22 2010 +1000
5074
5075     AltosSiteMap: explain tile size better
5076
5077 commit 440a0f3f5130eb0c8e614691892be8c94e7fd3c3
5078 Author: Keith Packard <keithp@keithp.com>
5079 Date:   Sat Nov 20 16:55:12 2010 -0800
5080
5081     altosui: Set site map flight path lines to 6 pixels anti-aliased.
5082     
5083     Much more visible over the map.
5084     
5085     Signed-off-by: Keith Packard <keithp@keithp.com>
5086
5087 commit 2a7dc3ba36bac81640a9498e0d0caf1470b57c19
5088 Merge: e5b1ada ece2c86
5089 Author: Anthony Towns <aj@erisian.com.au>
5090 Date:   Sun Nov 21 10:45:15 2010 +1000
5091
5092     Merge branch 'buttonbox' into sitemap
5093     
5094     Conflicts:
5095         ao-tools/altosui/AltosFlightUI.java
5096
5097 commit 8df185cd95cfecbed8272dd1275d077c5b45535b
5098 Merge: ece2c86 1e71264
5099 Author: Keith Packard <keithp@keithp.com>
5100 Date:   Sat Nov 20 16:35:48 2010 -0800
5101
5102     Merge remote branch 'aj/sitemap' into buttonbox
5103     
5104     Conflicts:
5105         ao-tools/altosui/AltosFlightUI.java
5106     
5107     Signed-off-by: Keith Packard <keithp@keithp.com>
5108
5109 commit e5b1adae9b23b98a6321986f5cd67c9d3166b87f
5110 Author: Anthony Towns <aj@erisian.com.au>
5111 Date:   Sun Nov 21 10:34:39 2010 +1000
5112
5113     AltosSiteMap: better gps check, lower zoom
5114
5115 commit ece2c86e2641b2cd613791293526c492b1606aa1
5116 Author: Keith Packard <keithp@keithp.com>
5117 Date:   Sat Nov 20 16:19:42 2010 -0800
5118
5119     altosui: Rewrite info table to mix with scroll pane well. Fix startup size
5120     
5121     Using a single table for the info table means that the scroll pane
5122     automatically picks up the table headers and shows them above the
5123     scrollable view.
5124     
5125     This patch also fixes the application size at startup so that no
5126     scrollbar is required in the info table, and the window is < 800x600.
5127     
5128     Signed-off-by: Keith Packard <keithp@keithp.com>
5129
5130 commit 1e712647dd6df1e77650db705f3ac32a3c8f6907
5131 Author: Anthony Towns <aj@erisian.com.au>
5132 Date:   Sun Nov 21 08:58:44 2010 +1000
5133
5134     altosui: reindent
5135
5136 commit a59a204e188e40ec8848a0dc63d6de710cee3039
5137 Merge: 8263630 37f0201
5138 Author: Anthony Towns <aj@erisian.com.au>
5139 Date:   Sun Nov 21 08:56:13 2010 +1000
5140
5141     Merge branch 'buttonbox' into sitemap
5142
5143 commit 82636305021c41d676f5f0f11378724fe0de0079
5144 Author: Anthony Towns <aj@erisian.com.au>
5145 Date:   Sun Nov 21 08:44:13 2010 +1000
5146
5147     AltosSiteMap: be more polite about preferred size
5148
5149 commit 37f0201d724693528f37ac7d275f68f90cf94da0
5150 Author: Keith Packard <keithp@keithp.com>
5151 Date:   Sat Nov 20 14:31:23 2010 -0800
5152
5153     altosui: change descent tab formatting to four columns
5154     
5155     This places labels to the left of each field. For igniter voltages,
5156     it uses three columns for the labels.
5157     
5158     Signed-off-by: Keith Packard <keithp@keithp.com>
5159
5160 commit 66ebd954d9c9a44a8db0ee713c682e39306fabd8
5161 Author: Anthony Towns <aj@erisian.com.au>
5162 Date:   Sun Nov 21 08:28:24 2010 +1000
5163
5164     Add GrabNDrag.java
5165
5166 commit 72f5e05f9f0055f2cef8b840812f090556c94338
5167 Author: Anthony Towns <aj@erisian.com.au>
5168 Date:   Sun Nov 21 08:18:39 2010 +1000
5169
5170     AltosSiteMap: major refactoring
5171
5172 commit b47517d4c2e49f6f7b9954d2c85f96397fe1103e
5173 Author: Keith Packard <keithp@keithp.com>
5174 Date:   Sat Nov 20 14:06:37 2010 -0800
5175
5176     altosui: re-indent
5177
5178 commit 6f8bc2ad20b715343e0510563ab0f14787ef3e07
5179 Author: Anthony Towns <aj@erisian.com.au>
5180 Date:   Sun Nov 21 01:34:52 2010 +1000
5181
5182     AltosDescent: switch elev from height to range
5183
5184 commit 89f44c5587ea4f927d5e398b6af919df0d6561c3
5185 Author: Anthony Towns <aj@erisian.com.au>
5186 Date:   Sun Nov 21 01:27:01 2010 +1000
5187
5188     AltosAscent/Descent: tidy up layout
5189
5190 commit 51e403145d28ac913e36d205077a613845596be2
5191 Author: Anthony Towns <aj@erisian.com.au>
5192 Date:   Sun Nov 21 00:17:51 2010 +1000
5193
5194     AltosSiteMapTile: draw boost circle as well as landed
5195
5196 commit 25ffe1cc7823895886b4777f310b4bda1c80133b
5197 Author: Anthony Towns <aj@erisian.com.au>
5198 Date:   Sun Nov 21 00:07:16 2010 +1000
5199
5200     AltosSiteMap: automatic fetching of map data
5201
5202 commit 20f714bbe3137de8fb7491b39985021fd1774930
5203 Author: Anthony Towns <aj@erisian.com.au>
5204 Date:   Sat Nov 20 22:49:51 2010 +1000
5205
5206     AltosSiteMapTile: seperate map and drawing layers
5207
5208 commit 58f8d069ce9488e2987b8e92caa69fe68cda7569
5209 Author: Anthony Towns <aj@erisian.com.au>
5210 Date:   Sat Nov 20 21:06:37 2010 +1000
5211
5212     AltosSiteMap: add autoscroll and grabndrag scroll
5213
5214 commit 74cab8503b51ba6fb05a4d12a031c749e870b0ef
5215 Merge: 0ecf033 9a99cab
5216 Author: Anthony Towns <aj@erisian.com.au>
5217 Date:   Sat Nov 20 18:20:45 2010 +1000
5218
5219     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5220
5221 commit 0ecf033110084f1a8be98282d7029dc14f70dab5
5222 Merge: 081fbd5 71c41ea
5223 Author: Anthony Towns <aj@erisian.com.au>
5224 Date:   Sat Nov 20 18:14:30 2010 +1000
5225
5226     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5227
5228 commit 9a99cabc1c34c657fc95246192ba6d330f5f22d3
5229 Author: Keith Packard <keithp@keithp.com>
5230 Date:   Sat Nov 20 00:13:58 2010 -0800
5231
5232     altosui: Fix channel changing in flight UI to actually work
5233     
5234     Replacing the menu with a combo box required reworking the way events
5235     are delivered from that widget back to the channel changing
5236     function. Just delete the old magic and use the JComboBox action
5237     listener directly.
5238     
5239     Signed-off-by: Keith Packard <keithp@keithp.com>
5240
5241 commit 71c41eadd12c3ece5fffce7669e4991778046d4e
5242 Author: Keith Packard <keithp@keithp.com>
5243 Date:   Sat Nov 20 00:09:03 2010 -0800
5244
5245     altosui: Initialize display thread state in constructor instead of run
5246     
5247     Some state will get set before run is called, initializing it there
5248     can be too late.
5249     
5250     Signed-off-by: Keith Packard <keithp@keithp.com>
5251
5252 commit 081fbd5715f9d3d81d98e149fb95d40447c07a79
5253 Merge: 90b9bc4 7920ed5
5254 Author: Anthony Towns <aj@erisian.com.au>
5255 Date:   Sat Nov 20 17:40:49 2010 +1000
5256
5257     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5258     
5259     Conflicts:
5260         ao-tools/altosui/AltosFlightUI.java
5261
5262 commit 7920ed5c34b088f45ce4213b061ddd1ffe22cee8
5263 Author: Keith Packard <keithp@keithp.com>
5264 Date:   Fri Nov 19 23:18:51 2010 -0800
5265
5266     altosui: calling thread.interrupt with null thread doesn't work well
5267     
5268     This was a left-over from debugging the previous patch.
5269     
5270     Signed-off-by: Keith Packard <keithp@keithp.com>
5271
5272 commit 8c8dc3794c7b5fa5a5b43b1c461d6c8bb3ab425d
5273 Author: Keith Packard <keithp@keithp.com>
5274 Date:   Fri Nov 19 23:09:15 2010 -0800
5275
5276     altosui: When switching log files, don't terminate log thread
5277     
5278     The log thread automatically switches output files when the incoming
5279     telemetry changes. Don't use 'close' for that as 'close' terminates
5280     the log thread as well as closing the file. Create a new
5281     'close_log_file' function which just closes the file.
5282     
5283     Signed-off-by: Keith Packard <keithp@keithp.com>
5284
5285 commit 594e80572821f1848db062d0cff18ca8bf0d90ce
5286 Author: Keith Packard <keithp@keithp.com>
5287 Date:   Fri Nov 19 22:44:48 2010 -0800
5288
5289     altosui: switch channel selector to combo box. Shorten displayed device names
5290     
5291     A combo box displays the current value, which is quite nice to
5292     have. Add a 'toShortString' for AltosDevice so that the window frames
5293     and error messages don't have extra spaces generated by the
5294     altos_device toString method.
5295     
5296     Signed-off-by: Keith Packard <keithp@keithp.com>
5297
5298 commit fa07afc73bc5eccff8464a2def05ad600da33c97
5299 Author: Bdale Garbee <bdale@gag.com>
5300 Date:   Fri Nov 19 23:33:42 2010 -0700
5301
5302     update turnon scripts to use stashed copies of stable release firmware
5303
5304 commit 9ffc2eb53a47e435f39b02896b0e43ae5f47f450
5305 Author: Keith Packard <keithp@keithp.com>
5306 Date:   Fri Nov 19 18:25:48 2010 -0800
5307
5308     altosui: Use timeouts to recover from broken packet links.
5309     
5310     This puts timeouts every place the system reads from the packet link
5311     and aborts the in-progress operation if it takes more than a second to
5312     get a response.
5313     
5314     Also mixed in here are persistent igniter status displays for the
5315     ejection testing UI.
5316     
5317     Signed-off-by: Keith Packard <keithp@keithp.com>
5318
5319 commit 68078eab3c07d8dc83302747cf6f3dcb1797c6ce
5320 Author: Keith Packard <keithp@keithp.com>
5321 Date:   Fri Nov 19 20:44:29 2010 +0800
5322
5323     doc: Document the 'Flash Image' operation.
5324     
5325     Signed-off-by: Keith Packard <keithp@keithp.com>
5326
5327 commit b4bdda65488e8ef27d2889cb6cc8eda3c5d50e0a
5328 Author: Keith Packard <keithp@keithp.com>
5329 Date:   Fri Nov 19 20:29:14 2010 +0800
5330
5331     doc: git ignore generated doc files
5332     
5333     Signed-off-by: Keith Packard <keithp@keithp.com>
5334
5335 commit f0542085de2139ef562af068ec05fa73f47c73b1
5336 Author: Keith Packard <keithp@keithp.com>
5337 Date:   Fri Nov 19 20:26:49 2010 +0800
5338
5339     doc: Add preliminary altosui documentation
5340     
5341     Also, update the Makefile to allow for further documents to be added
5342     without a lot of custom rules.
5343     
5344     Signed-off-by: Keith Packard <keithp@keithp.com>
5345
5346 commit 0e7a10f71803d60f8b34c5a91efd220449442769
5347 Author: Keith Packard <keithp@keithp.com>
5348 Date:   Fri Nov 19 17:16:03 2010 +0800
5349
5350     altosui: Clean up global AltosUI configuration settings dialog
5351     
5352     This dialog had a mish-mash of styles and was confusing.
5353     Now it's got a label for each line, and suitable setters for
5354     each element
5355     
5356     Signed-off-by: Keith Packard <keithp@keithp.com>
5357
5358 commit 8f72f08839346fb225238420324f0edcd070e531
5359 Author: Keith Packard <keithp@keithp.com>
5360 Date:   Fri Nov 19 17:14:17 2010 +0800
5361
5362     altosui: Unify datafile selection to AltosDataChooser
5363     
5364     Instead of having several separate intefaces, use a single dialog for
5365     selecting data files for graph/export/replay.
5366     
5367     Signed-off-by: Keith Packard <keithp@keithp.com>
5368
5369 commit 24ffcf86c43290ce0f70fb4ee0984b3debdb8a5f
5370 Author: Keith Packard <keithp@keithp.com>
5371 Date:   Fri Nov 19 15:41:30 2010 +0800
5372
5373     altosui: Add igniter ground testing code
5374     
5375     Not yet hooked up, but the UI is finished.
5376     
5377     Signed-off-by: Keith Packard <keithp@keithp.com>
5378
5379 commit 90b9bc4475011bead7117ed72fa5efa0f77b2813
5380 Author: Anthony Towns <aj@erisian.com.au>
5381 Date:   Fri Nov 19 13:30:00 2010 +1000
5382
5383     AltosSiteMapTile: adjust scale to 1 nmi per tile
5384
5385 commit fa45336062523838ba8abb08427cdc4d9c7de7a8
5386 Author: Anthony Towns <aj@erisian.com.au>
5387 Date:   Fri Nov 19 13:17:29 2010 +1000
5388
5389     AltosSiteMapTile: adjust centering calculation
5390
5391 commit fda93afcd8aa4133b0e5f008b824d072e338d0ed
5392 Author: Anthony Towns <aj@erisian.com.au>
5393 Date:   Fri Nov 19 13:02:05 2010 +1000
5394
5395     AltosSiteMapTile: autoscale to about 2 nmi per tile
5396
5397 commit 483346a03c94b200692f5e6d59f3feee4dcf2ace
5398 Author: Anthony Towns <aj@erisian.com.au>
5399 Date:   Fri Nov 19 12:09:46 2010 +1000
5400
5401     altosui: tile site maps
5402
5403 commit 939be6793238a275b7682ecc376fed14379cf044
5404 Merge: e68fe94 1a4b6e9
5405 Author: Anthony Towns <aj@erisian.com.au>
5406 Date:   Thu Nov 18 05:54:06 2010 +1000
5407
5408     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5409     
5410     Conflicts:
5411         ao-tools/altosui/AltosFlightUI.java
5412
5413 commit 1a4b6e96f823035b113f01d1bdfd61afc1f33e25
5414 Author: Keith Packard <keithp@keithp.com>
5415 Date:   Tue Nov 16 22:46:29 2010 +0800
5416
5417     altosui: Add igniter status to ascent and descent tabs
5418     
5419     Monitor igniters during all phases of the flight.
5420     
5421     Signed-off-by: Keith Packard <keithp@keithp.com>
5422
5423 commit d0eb41619544ead6d9dab3a8d024a12936c9cdd0
5424 Author: Keith Packard <keithp@keithp.com>
5425 Date:   Tue Nov 16 22:20:00 2010 +0800
5426
5427     altosui: Cleanup flight UI layout
5428     
5429     Use common constants for fonts and insets
5430     Shrink fonts so that the window is < 600 pixels tall.
5431     
5432     Signed-off-by: Keith Packard <keithp@keithp.com>
5433
5434 commit fcca333cda64be35f0c9fb0109eef1be3709dddd
5435 Author: Keith Packard <keithp@keithp.com>
5436 Date:   Tue Nov 16 21:49:59 2010 +0800
5437
5438     altosui: Add callsign configuration in AltosUI configuration dialog
5439     
5440     This callsign is used during packet communication.
5441     
5442     Signed-off-by: Keith Packard <keithp@keithp.com>
5443
5444 commit d1dbe3b69e6f95ef8ecd4cf959863b922ab47c66
5445 Author: Bdale Garbee <bdale@gag.com>
5446 Date:   Mon Nov 15 11:08:00 2010 -0700
5447
5448     add a paragraph about forcing TM back to idle mode if an accel cal goes badly
5449
5450 commit 39e371561469d8e5059638ffa4e7075f391de268
5451 Author: Keith Packard <keithp@keithp.com>
5452 Date:   Mon Nov 15 23:14:51 2010 +0800
5453
5454     altosui: add reboot button to telemetrum configuration UI
5455     
5456     This lets you reconfigure and reboot telemetrum, including over the
5457     radio link.
5458     
5459     Signed-off-by: Keith Packard <keithp@keithp.com>
5460
5461 commit 257e97137325f5dbbd6aa034f20fd6937b67df90
5462 Author: Keith Packard <keithp@keithp.com>
5463 Date:   Mon Nov 15 22:38:35 2010 +0800
5464
5465     altosui: eliminate menu bar, moving elements to buttons.
5466     
5467     This adds a new 'configure AltosUI' dialog to set the log directory
5468     and voice preferences.
5469     
5470     Signed-off-by: Keith Packard <keithp@keithp.com>
5471
5472 commit 524644d8d8ce3f8a5a914ecfc7e2a8d474d89095
5473 Author: Keith Packard <keithp@keithp.com>
5474 Date:   Mon Nov 15 22:04:44 2010 +0800
5475
5476     altosui: oops, missed a file in the previous commit
5477     
5478     AltosSerialInUseException.java just defines a new exception, thanks to
5479     java for making this live in a separate file.
5480     
5481     Signed-off-by: Keith Packard <keithp@keithp.com>
5482
5483 commit 511903704f7e1b22e88dd3e3cc35fd3c0583820e
5484 Author: Keith Packard <keithp@keithp.com>
5485 Date:   Sun Nov 14 03:26:57 2010 -0800
5486
5487     altosui: With --replay option, exit when replay window is closed
5488     
5489     Otherwise, the application hangs around forever.
5490     
5491     Signed-off-by: Keith Packard <keithp@keithp.com>
5492
5493 commit 11c95f687b1f68d35fa1a0af2c4e7982b8bb226a
5494 Author: Keith Packard <keithp@keithp.com>
5495 Date:   Sat Nov 13 17:09:51 2010 -0800
5496
5497     altosui: Replace flight status table with labels, fix resize.
5498     
5499     There's no reason to use a table for the flight status data,
5500     replace that with a selection of widgets instead.
5501     
5502     Also, set all of the grid bag constraints for the various flight
5503     status displays so that resize does something sensible.
5504     
5505     Adds a scrollbar to the table display so that it can shrink.
5506     
5507     Signed-off-by: Keith Packard <keithp@keithp.com>
5508
5509 commit dcfa56498d1b65a213b8aba9cbd6c4806532383c
5510 Author: Keith Packard <keithp@keithp.com>
5511 Date:   Sat Nov 13 16:07:04 2010 -0800
5512
5513     altosui: Open serial device at 'new' time. Prohibit duplicate opens.
5514     
5515     With the per-serial UI, there's never a reason to create a serial
5516     device without opening it right away. This eliminates the bug caused
5517     by not opening the serial device for telemetry reception.
5518     
5519     Serial devices can now be opened only once; this eliminates errors
5520     when trying to reflash or configure devices while receiving telemetry.
5521     
5522     Signed-off-by: Keith Packard <keithp@keithp.com>
5523
5524 commit 8463ffcaca6bcd31e645aba71c171f548dce96d8
5525 Author: Keith Packard <keithp@keithp.com>
5526 Date:   Sat Nov 13 15:19:14 2010 -0800
5527
5528     altosui: Eliminate unncessary import altosui lines
5529     
5530     Java appears to automatically import every module from the current
5531     package.
5532     
5533     Signed-off-by: Keith Packard <keithp@keithp.com>
5534
5535 commit 566c6486c8815ae241e0b116a93b1a0ff4783831
5536 Author: Bdale Garbee <bdale@gag.com>
5537 Date:   Sat Nov 13 12:19:12 2010 -0700
5538
5539     continuing to work on the docs
5540
5541 commit e68fe9454352087889c560d95797922493117acb
5542 Author: Anthony Towns <aj@erisian.com.au>
5543 Date:   Sun Nov 14 00:59:01 2010 +1000
5544
5545     AltosSiteMap: add targeting circles around landing site
5546
5547 commit 1e7e02987276847274493312202d22222c953149
5548 Author: Anthony Towns <aj@erisian.com.au>
5549 Date:   Sun Nov 14 00:57:45 2010 +1000
5550
5551     AltosTelemetryReader: actually open serial port
5552
5553 commit 9c32b93ef5fb43558fb0179ea1b047e35b7ed6e8
5554 Merge: 991541f a6f30fa
5555 Author: Anthony Towns <aj@erisian.com.au>
5556 Date:   Sun Nov 14 00:29:11 2010 +1000
5557
5558     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
5559
5560 commit a6f30fae906bd87dff192c5fd4d10df283f99930
5561 Author: Keith Packard <keithp@keithp.com>
5562 Date:   Fri Nov 12 17:02:22 2010 -0800
5563
5564     altosui: Add RF calibration to TeleMetrum config dialog
5565     
5566     I think that's the last user-settable value.
5567     
5568     Signed-off-by: Keith Packard <keithp@keithp.com>
5569
5570 commit 1bdc6166f3bc5ce3f8e55acb1484923781412e21
5571 Merge: f111871 5c6a533
5572 Author: Bdale Garbee <bdale@gag.com>
5573 Date:   Fri Nov 12 17:32:43 2010 -0700
5574
5575     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
5576
5577 commit f1118717780a81f9257d2eed7828b66538deb8a8
5578 Author: Bdale Garbee <bdale@gag.com>
5579 Date:   Fri Nov 12 17:32:21 2010 -0700
5580
5581     fold in content from Keith's email on the re-flashing subject
5582
5583 commit 7def9dd0d0a4ce9cf7c65de573100e664f278717
5584 Author: Bdale Garbee <bdale@gag.com>
5585 Date:   Fri Nov 12 10:58:54 2010 -0700
5586
5587     first cut at instructions on how to re-flash TM and TD devices based on email
5588     reply to a user who asked
5589
5590 commit 991541f57f065f429c6ec425efd6ac731280b2c1
5591 Author: Anthony Towns <aj@erisian.com.au>
5592 Date:   Fri Nov 12 23:42:42 2010 +1000
5593
5594     better error behaviour if no map
5595
5596 commit 1bcfa22de7821984149db10cb79913efed36b41e
5597 Author: Anthony Towns <aj@erisian.com.au>
5598 Date:   Fri Nov 12 23:29:40 2010 +1000
5599
5600     pull up maps for arbitrary locations
5601
5602 commit beb6c881ec006241c7d2820c64e5381131d41180
5603 Author: Anthony Towns <aj@erisian.com.au>
5604 Date:   Fri Nov 12 03:24:26 2010 +1000
5605
5606     make infotable scrollable, revert its fontsize to 14
5607
5608 commit 0327c1da01a3f6ede01f05c1d775651a57fd0c68
5609 Author: Anthony Towns <aj@erisian.com.au>
5610 Date:   Fri Nov 12 02:08:58 2010 +1000
5611
5612     tabs -> spaces
5613
5614 commit 81e7b43ecad666e2e2310c7c94184f888bc86585
5615 Author: Anthony Towns <aj@erisian.com.au>
5616 Date:   Fri Nov 12 02:07:41 2010 +1000
5617
5618     add site map tab, at least for QRS launches
5619
5620 commit 5394548fa5c7bdbfcc01e8aa19e93e1cf6345e2a
5621 Merge: 891e629 75f7698
5622 Author: Keith Packard <keithp@keithp.com>
5623 Date:   Wed Nov 10 22:11:21 2010 -0800
5624
5625     Merge remote branch 'aj/buttonbox' into buttonbox
5626
5627 commit 75f7698b99a661ed17a91748a99699fa6761772a
5628 Author: Anthony Towns <aj@erisian.com.au>
5629 Date:   Thu Nov 11 16:06:32 2010 +1000
5630
5631     add compass bearing during descent
5632
5633 commit cc0a730de093c49be2a921101d27622b6f592e92
5634 Author: Anthony Towns <aj@erisian.com.au>
5635 Date:   Thu Nov 11 15:57:52 2010 +1000
5636
5637     add compass bearing to voice output
5638
5639 commit 317ec72a34906faad88c6924e634617b074e71db
5640 Author: Anthony Towns <aj@erisian.com.au>
5641 Date:   Thu Nov 11 15:52:01 2010 +1000
5642
5643     use grayled.png for off
5644
5645 commit 8503943e3613f8670b128012b12ff14fb54321d7
5646 Author: Anthony Towns <aj@erisian.com.au>
5647 Date:   Thu Nov 11 15:45:43 2010 +1000
5648
5649     reduce font size for FlightInfoTable
5650
5651 commit 3ffaa5d1c00b28be20fd4a26deb7bd41d953e92a
5652 Author: Anthony Towns <aj@erisian.com.au>
5653 Date:   Thu Nov 11 15:43:05 2010 +1000
5654
5655     read preferences for --replay
5656
5657 commit 1f3e091efdfb2fe6f06a066cac60f5d267b94856
5658 Author: Anthony Towns <aj@erisian.com.au>
5659 Date:   Thu Nov 11 15:40:37 2010 +1000
5660
5661     add --replay command line argument
5662
5663 commit b16b873723ee3e5097e6725c59ce191119439ad7
5664 Author: Anthony Towns <aj@erisian.com.au>
5665 Date:   Thu Nov 11 15:38:27 2010 +1000
5666
5667     use value_font for values
5668
5669 commit 891e629f6ba20654b614f3ca7211a0f1c92670cb
5670 Author: Keith Packard <keithp@keithp.com>
5671 Date:   Wed Nov 10 16:28:19 2010 -0800
5672
5673     altos: Use grey leds when unlit - easier to see
5674
5675 commit 5c6a5335a057be0219450b4b9889c647d8d4a012
5676 Author: Bob Finch <w9ya@qrparci.net>
5677 Date:   Mon Nov 1 14:36:41 2010 -0600
5678
5679     Updated PKGBUILD-git.altos
5680     
5681     Signed-off-by: Keith Packard <keithp@keithp.com>
5682
5683 commit b0d31910da592e2f67c47c8fc3e15ce8135d5094
5684 Author: Keith Packard <keithp@keithp.com>
5685 Date:   Tue Nov 9 23:34:32 2010 -0800
5686
5687     altosui: Add ascent, descent and landed tabs
5688     
5689     This completes the set of tabs for in-flight status information.
5690     
5691     Signed-off-by: Keith Packard <keithp@keithp.com>
5692
5693 commit 22d00785188a880700cd372528189a7a15278da9
5694 Author: Keith Packard <keithp@keithp.com>
5695 Date:   Tue Nov 9 14:40:58 2010 -0800
5696
5697     altosui: Add tab UI with 'pad' mode.
5698     
5699     This creates a multi-tab interface for flight monitoring
5700     and includes a special tab for 'pad' mode.
5701     
5702     Signed-off-by: Keith Packard <keithp@keithp.com>
5703
5704 commit eb77e806ded99532dc7eaa39c1893f075b028af6
5705 Author: Keith Packard <keithp@keithp.com>
5706 Date:   Tue Nov 9 10:21:34 2010 -0800
5707
5708     altosui: Create abstract interface for flight data display
5709     
5710     This allows the implementation of the flight data display to occur in
5711     the flight UI instead of the display thread.
5712     
5713     Signed-off-by: Keith Packard <keithp@keithp.com>
5714
5715 commit a0a92c605e238277c9881545a7226e53b5dbc295
5716 Author: Keith Packard <keithp@keithp.com>
5717 Date:   Mon Nov 8 22:17:26 2010 -0800
5718
5719     altosui: Fix more calls to AltosPreferences.channel()
5720     
5721     Oops. Two more.
5722     
5723     Signed-off-by: Keith Packard <keithp@keithp.com>
5724
5725 commit 94f4a50d6430cc8280cbdaa9f39d3cb858d0e077
5726 Author: Keith Packard <keithp@keithp.com>
5727 Date:   Mon Nov 8 22:10:46 2010 -0800
5728
5729     altosui: Fix channel setting at serial open time
5730     
5731     Was using the previous non-device-specific preferences API.
5732     
5733     Signed-off-by: Keith Packard <keithp@keithp.com>
5734
5735 commit 6b17d276271faa8a420a1c8f6be17faaa0c7043c
5736 Author: Keith Packard <keithp@keithp.com>
5737 Date:   Mon Nov 8 22:07:04 2010 -0800
5738
5739     altosui: Create buttons for main actions
5740     
5741     Signed-off-by: Keith Packard <keithp@keithp.com>
5742
5743 commit 16916be51d746b1e1057b3219e5bec8f8814259e
5744 Author: Keith Packard <keithp@keithp.com>
5745 Date:   Fri Nov 5 23:44:47 2010 -0700
5746
5747     altosui: Split out flight monitoring to separate window
5748     
5749     This creates a per-TD (or replay) window to contain the flight
5750     monitoring information, allowing multiple monitors.
5751     
5752     This also adds per-TD preferences for monitoring channel.
5753     
5754     Signed-off-by: Keith Packard <keithp@keithp.com>
5755
5756 commit ca931b1c484bd6b64617370e81b16e169fdae1c2
5757 Author: Bdale Garbee <bdale@gag.com>
5758 Date:   Wed Oct 6 17:47:44 2010 -0600
5759
5760     update changelogs for Debian build
5761
5762 commit 811ced628d586134224c1b501b40ce9eb435fc7c
5763 Author: Keith Packard <keithp@keithp.com>
5764 Date:   Wed Oct 6 16:42:27 2010 -0700
5765
5766     altosui: Separate out jfreechart and jcommon directories
5767     
5768     This allows these packages to be referenced separately
5769     
5770     Signed-off-by: Keith Packard <keithp@keithp.com>
5771
5772 commit c2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed
5773 Author: Keith Packard <keithp@keithp.com>
5774 Date:   Wed Oct 6 16:25:49 2010 -0700
5775
5776     altosui: Remove ability to graph data in .csv files
5777     
5778     There's no reason to support these files when the raw .eeprom or
5779     .telem files which generate them should be used instead.
5780     
5781     Signed-off-by: Keith Packard <keithp@keithp.com>
5782
5783 commit d5caf6f2f4d9257e26aa4305b26c02d1b263fa24
5784 Author: Bdale Garbee <bdale@gag.com>
5785 Date:   Wed Oct 6 17:14:35 2010 -0600
5786
5787     remove the csv build dep, as that code will be abandoned
5788
5789 commit 43e23a60780191e3c6f61df44c5dd08cc8604c51
5790 Author: Bdale Garbee <bdale@gag.com>
5791 Date:   Wed Oct 6 16:27:57 2010 -0600
5792
5793     update changelogs for Debian build
5794
5795 commit 8103432bf7adfe6ee5bf3ee42e1672475e6edd5a
5796 Author: Bdale Garbee <bdale@gag.com>
5797 Date:   Wed Oct 6 16:26:33 2010 -0600
5798
5799     update changelogs for Debian build
5800
5801 commit 635066cd35fb24cacf8400a477ea4b4e3dd2c39c
5802 Author: Bdale Garbee <bdale@gag.com>
5803 Date:   Wed Oct 6 16:26:19 2010 -0600
5804
5805     update changelogs for Debian build
5806
5807 commit 4396aaaf34cda3751dcca0eceb05b4ffeb411cde
5808 Author: Bdale Garbee <bdale@gag.com>
5809 Date:   Wed Oct 6 16:25:22 2010 -0600
5810
5811     add build-dep on libcsv-java
5812
5813 commit 7475ab5804bf3fb12b1b755e850af90d5a15d3eb
5814 Author: Bdale Garbee <bdale@gag.com>
5815 Date:   Wed Oct 6 16:19:35 2010 -0600
5816
5817     update changelogs for Debian build
5818
5819 commit d8a2f4ceb1c70a6be976a78e2264c961de2f2277
5820 Author: Bdale Garbee <bdale@gag.com>
5821 Date:   Wed Oct 6 16:18:45 2010 -0600
5822
5823     add build dep on jfreechart lib
5824
5825 commit f0d1468ceae065f0cdae6f6ae3323dec5636f073
5826 Author: Keith Packard <keithp@keithp.com>
5827 Date:   Tue Sep 28 17:56:49 2010 -0700
5828
5829     altosui: Add KML file export.
5830     
5831     Command line has switches now, --kml and --csv
5832     Export save dialog has combo box to select kml or csv result.
5833     
5834     Signed-off-by: Keith Packard <keithp@keithp.com>
5835
5836 commit 5a119fd92532d53e552efe1f7c61e87181fcace0
5837 Merge: 28da340 82744c3
5838 Author: Keith Packard <keithp@keithp.com>
5839 Date:   Mon Sep 27 22:28:07 2010 -0700
5840
5841     Merge remote branch 'aj/master'
5842
5843 commit 82744c3497d37650b88dee80be7956c4bd1cffb2
5844 Author: Anthony Towns <aj@erisian.com.au>
5845 Date:   Tue Sep 28 15:27:07 2010 +1000
5846
5847     Add callsign/serial/flight to graph title
5848
5849 commit 28da3406426437604125d332e4cda90d459df487
5850 Author: Keith Packard <keithp@keithp.com>
5851 Date:   Mon Sep 27 22:26:56 2010 -0700
5852
5853     altosui: use Altos constants in graphing code
5854     
5855     The Altos class nicely defines constants for all of the flight states.
5856     
5857     Signed-off-by: Keith Packard <keithp@keithp.com>
5858
5859 commit ce7f59fbfb5a94a67a4ceced3cc371b4c6b6e5d1
5860 Author: Anthony Towns <aj@erisian.com.au>
5861 Date:   Tue Sep 28 14:45:01 2010 +1000
5862
5863     Hax0r graphing to support telem/eeprom files
5864
5865 commit e2b9f47a205348d38756c70e928a2a9183de6884
5866 Merge: 7ef3ad0 8032031
5867 Author: Anthony Towns <aj@erisian.com.au>
5868 Date:   Tue Sep 28 12:55:47 2010 +1000
5869
5870     Merge branch 'master' of git://git.gag.com/fw/altos
5871
5872 commit 803203197e51e71e9c77b3610047fd5bf9a56c56
5873 Author: Keith Packard <keithp@keithp.com>
5874 Date:   Mon Sep 27 18:52:30 2010 -0700
5875
5876     altosui: Deal with eeprom dates going backwards across wrap
5877     
5878     eeprom timestamps can go backwards as the GPS time stamps are
5879     recorded when the first GPS character is received, but not placed into
5880     the eeprom log until the last GPS packet is complete. If this happens
5881     at the same time the tick count is wrapping, then the tick count will
5882     wrap backwards across the 0 boundary causing time to jump forwards.
5883     
5884     Fix this by letting time go backwards across the tick boundary, which
5885     requires that we know when the first 'real' tick is read from the
5886     eeprom file.
5887     
5888     Signed-off-by: Keith Packard <keithp@keithp.com>
5889
5890 commit fe7eba2e4af36cf29d8dc2378ac6985be04f68c6
5891 Author: Keith Packard <keithp@keithp.com>
5892 Date:   Mon Sep 27 18:51:05 2010 -0700
5893
5894     altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers
5895     
5896     This makes the CSV files contain all of the available information.
5897     
5898     Signed-off-by: Keith Packard <keithp@keithp.com>
5899
5900 commit c89a34d1eb25155405b0036baeadc7bbfeade1c2
5901 Author: Keith Packard <keithp@keithp.com>
5902 Date:   Mon Sep 27 17:11:48 2010 -0700
5903
5904     altosui: Create iterables for log file scanning. Split out display threads
5905     
5906     Convert from log file reading paradigm to using iterators which is
5907     more idiomatic for java. Split more code out of AltosUI.java,
5908     including the display update threads for telemetry monitoring and
5909     logfile replay.x
5910     
5911     Signed-off-by: Keith Packard <keithp@keithp.com>
5912
5913 commit 7ef3ad0c9354c0484c25badc69334b59c7f355e2
5914 Merge: eb74866 e66919a
5915 Author: Anthony Towns <aj@erisian.com.au>
5916 Date:   Fri Sep 24 10:28:06 2010 +1000
5917
5918     Merge branch 'master' of git://git.gag.com/fw/altos
5919
5920 commit e66919aa46193bd8c7a1e86fb32a3367dae121f5
5921 Author: Keith Packard <keithp@keithp.com>
5922 Date:   Thu Sep 23 16:52:51 2010 -0700
5923
5924     altosui: Require 4 sats for 'good' GPS data
5925     
5926     Wait for 10 consecutive GPS reports with at least 4 sats before
5927     reporting "GPS ready" state.
5928     
5929     Signed-off-by: Keith Packard <keithp@keithp.com>
5930
5931 commit 34ca8c00f4be72c314baff4c96f1e2f010948454
5932 Author: Keith Packard <keithp@keithp.com>
5933 Date:   Mon Sep 20 06:30:49 2010 -0700
5934
5935     altosui: remove unused ReplayThread wrapper classes
5936     
5937     These aren't used now that the replay opener dialog knows how to build
5938     a reader from a filename.
5939     
5940     Signed-off-by: Keith Packard <keithp@keithp.com>
5941
5942 commit fd010661ced6075f82a961625826665a3d8d1efe
5943 Author: Keith Packard <keithp@keithp.com>
5944 Date:   Mon Aug 30 14:00:04 2010 -0700
5945
5946     altosui: Factor some UI elements into separate classes
5947     
5948     Clean up AltosUI by moving the two main tables to separate class files.
5949     
5950     Signed-off-by: Keith Packard <keithp@keithp.com>
5951
5952 commit eb74866e919e8c661153847871f5a79e66d37296
5953 Merge: af404b4 1260589
5954 Author: Anthony Towns <aj@erisian.com.au>
5955 Date:   Mon Sep 20 22:05:26 2010 +1000
5956
5957     Merge branch 'master' of git://git.gag.com/fw/altos
5958
5959 commit 1260589976c1a95848b298497fd251c4ee7d3f93
5960 Author: Keith Packard <keithp@keithp.com>
5961 Date:   Sun Sep 19 02:52:29 2010 -0700
5962
5963     altosui: Write raw sensor data to .csv files
5964     
5965     For data export, provide the raw sensor samples instead of the
5966     filtered values.
5967     
5968     Signed-off-by: Keith Packard <keithp@keithp.com>
5969
5970 commit 7a4d7110debb88f4e906fee7c46f2badd561809d
5971 Author: Keith Packard <keithp@keithp.com>
5972 Date:   Sun Sep 19 02:50:43 2010 -0700
5973
5974     altosui: Use recorded ground acceleration when reading eeprom files
5975     
5976     The flight software records 1000 accelerometer samples and records
5977     that in the flight log. Use that value instead of using the very few
5978     samples recorded in the eeprom before boost is detected. This
5979     generates far more accurate accerometer data in the .csv files.
5980     
5981     Signed-off-by: Keith Packard <keithp@keithp.com>
5982
5983 commit af404b428bd742039afc25ff3850f76bc92c7c29
5984 Author: Anthony Towns <aj@erisian.com.au>
5985 Date:   Wed Sep 15 07:24:04 2010 +1000
5986
5987     Add JFreeChart to Makefile.am
5988
5989 commit 61590b8729831cb138b2ba6b88802c208d114753
5990 Author: Anthony Towns <aj@erisian.com.au>
5991 Date:   Wed Sep 15 06:51:05 2010 +1000
5992
5993     Add graphing.
5994
5995 commit 3d64f5a6511529ca53699190f4d54de1ba62a9bd
5996 Merge: ec6da08 b9623f8
5997 Author: Anthony Towns <aj@erisian.com.au>
5998 Date:   Sat Sep 11 15:15:14 2010 +1000
5999
6000     Merge branch 'master' of git://git.gag.com/fw/altos
6001
6002 commit b9623f8ef26491e9fa14e2478295fe6f5cbbd87f
6003 Author: Keith Packard <keithp@keithp.com>
6004 Date:   Fri Sep 10 21:07:14 2010 -0700
6005
6006     altosui: Remember directory containing firmware files
6007     
6008     Instead of forcing the user to navigate to the firmware directory each
6009     time, this remembers the previous directory and starts there.
6010     
6011     Signed-off-by: Keith Packard <keithp@keithp.com>
6012
6013 commit 7f2204e0832b14b1edca4266a2cbc272141ecc2b
6014 Author: Keith Packard <keithp@keithp.com>
6015 Date:   Fri Sep 10 20:55:05 2010 -0700
6016
6017     altosui: set default .csv file name in file save dialog
6018     
6019     This uses setSelectedFile to specify which output filename to make the
6020     default in the save dialog.
6021     
6022     Signed-off-by: Keith Packard <keithp@keithp.com>
6023
6024 commit 7e053ae1f2d09347123ac9fa79e46645378b4c70
6025 Author: Bdale Garbee <bdale@gag.com>
6026 Date:   Fri Sep 10 10:42:35 2010 -0600
6027
6028     make the column headers comma separated, too, so they align with the data
6029
6030 commit ec6da0824474e46de842845d7b53fe1a1dde33ed
6031 Merge: 7c2e411 1031067
6032 Author: Anthony Towns <aj@erisian.com.au>
6033 Date:   Fri Sep 10 16:11:34 2010 +1000
6034
6035     Merge branch 'master' of git://git.gag.com/fw/altos
6036
6037 commit 10310672a83a66dc630718b151d653fc066f8e59
6038 Author: Bdale Garbee <bdale@gag.com>
6039 Date:   Fri Sep 10 00:09:25 2010 -0600
6040
6041     update changelogs for Debian build
6042
6043 commit 9d0e89e8ad8926dc8371fa809835a580ae49711d
6044 Author: Keith Packard <keithp@keithp.com>
6045 Date:   Thu Sep 9 23:04:59 2010 -0700
6046
6047     altosui: Stop parsing eeprom file after hitting 'landed' state
6048     
6049     Sometimes there are additional records found in the eeprom file; the
6050     reader is mostly worried about not losing anything, so it reads as
6051     much as it can. However, the last record written for any flight is the
6052     'landed' record, so we can stop looking at the file after hitting that.
6053     
6054     Signed-off-by: Keith Packard <keithp@keithp.com>
6055
6056 commit 67b6952f7126704478ede5575e5e938d18fcc329
6057 Author: Keith Packard <keithp@keithp.com>
6058 Date:   Thu Sep 9 23:04:14 2010 -0700
6059
6060     altosui: Fill in time value of last Eeprom record read from file
6061     
6062     The last record is handled separately, and was missing the code to
6063     compute the time. Sigh.
6064     
6065     Signed-off-by: Keith Packard <keithp@keithp.com>
6066
6067 commit 8b0b584cd0ca7542e65aac0c7897ad7ab4115122
6068 Author: Keith Packard <keithp@keithp.com>
6069 Date:   Thu Sep 9 22:55:47 2010 -0700
6070
6071     altosui: Remove debug printfs from AltosTelemetryReader
6072     
6073     Signed-off-by: Keith Packard <keithp@keithp.com>
6074
6075 commit a80bfae15f1499c49f7ef47978bf0337d8120892
6076 Author: Bdale Garbee <bdale@gag.com>
6077 Date:   Thu Sep 9 23:57:34 2010 -0600
6078
6079     rewind packaging changelog, again
6080
6081 commit 78ce3120e5a53858ca0d43c734aa5d28b4948ce3
6082 Author: Bdale Garbee <bdale@gag.com>
6083 Date:   Thu Sep 9 23:52:20 2010 -0600
6084
6085     update changelogs for Debian build
6086
6087 commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e
6088 Author: Bdale Garbee <bdale@gag.com>
6089 Date:   Thu Sep 9 23:51:23 2010 -0600
6090
6091     rewind packaging changelog
6092
6093 commit 7c2e4114a3a43f919a7a6c967d3f16e5d630f90f
6094 Merge: ddc83b4 af200f5
6095 Author: Anthony Towns <aj@erisian.com.au>
6096 Date:   Fri Sep 10 15:50:01 2010 +1000
6097
6098     Merge branch 'master' of git://git.gag.com/fw/altos
6099
6100 commit af200f5b84555de0556b52146379f3934774a3f3
6101 Author: Keith Packard <keithp@keithp.com>
6102 Date:   Thu Sep 9 22:30:48 2010 -0700
6103
6104     altosui: Fix telemetry file reader to handle tick count wrapping
6105     
6106     The telemetry reader was ignoring tick count wrapping, so you'd see
6107     time go backwards in jumps. Not useful.
6108     
6109     Signed-off-by: Keith Packard <keithp@keithp.com>
6110
6111 commit 96ca7051f60ea299e3e05bafbe5717fc83c3afd2
6112 Author: Bdale Garbee <bdale@gag.com>
6113 Date:   Thu Sep 9 22:50:03 2010 -0600
6114
6115     update changelogs for Debian build
6116
6117 commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84
6118 Author: Keith Packard <keithp@keithp.com>
6119 Date:   Thu Sep 9 21:28:10 2010 -0700
6120
6121     Add --with-fat-dir configure option to publish finished stand-alone bits
6122     
6123     --with-fat-dir specifies a directory to copy the finished
6124     linux/macosx/windows stand-alone ("fat") packages to. A sub-directory
6125     will be created under the specified directory based on the product
6126     version number and the files copied there.
6127     
6128     Signed-off-by: Keith Packard <keithp@keithp.com>
6129
6130 commit dd2b77b2a516a055f29191dcdfeb727e637aae86
6131 Author: Keith Packard <keithp@keithp.com>
6132 Date:   Thu Sep 9 20:59:29 2010 -0700
6133
6134     altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
6135     
6136     It used to be in ../libaltos
6137     
6138     Signed-off-by: Keith Packard <keithp@keithp.com>
6139
6140 commit 72a5c1258db92d0ddd660bfa875e8e55cab47af7
6141 Author: Keith Packard <keithp@keithp.com>
6142 Date:   Thu Sep 9 20:39:41 2010 -0700
6143
6144     altosui: Remove some debug printfs.
6145     
6146     Signed-off-by: Keith Packard <keithp@keithp.com>
6147
6148 commit 031fd9a954f2e3447d0150eb4ecc81af7b620dca
6149 Author: Keith Packard <keithp@keithp.com>
6150 Date:   Thu Sep 9 20:36:12 2010 -0700
6151
6152     Add firmware and libaltos to 'fat' target at top-level
6153     
6154     This ensures that all of the necessary bits are available to construct
6155     the distribution images.
6156     
6157     Signed-off-by: Keith Packard <keithp@keithp.com>
6158
6159 commit fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984
6160 Author: Bdale Garbee <bdale@gag.com>
6161 Date:   Thu Sep 9 21:29:20 2010 -0600
6162
6163     update changelogs for Debian build
6164
6165 commit 48f57997452e17564e28fe3e37403f6f63d32dea
6166 Author: Keith Packard <keithp@keithp.com>
6167 Date:   Thu Sep 9 20:24:42 2010 -0700
6168
6169     altosui: conflating USB product and vendor IDs is a bad idea
6170     
6171     We've now got a USB vendor ID called 'altusmetrum' for generic
6172     altusmetrum devices (old USB ID 0x000A) while the general vendor name
6173     for all devices is 'altusmetrum' as well.
6174     
6175     This patch splits vendors and products into separate name spaces,
6176     products are prefixed with product_ and vendor with (oddly) vendor_.
6177     
6178     Signed-off-by: Keith Packard <keithp@keithp.com>
6179
6180 commit 632d276118ab04de67561104be650f8fb69a0450
6181 Author: Bdale Garbee <bdale@gag.com>
6182 Date:   Thu Sep 9 20:34:43 2010 -0600
6183
6184     update changelogs for Debian build
6185
6186 commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307
6187 Author: Bdale Garbee <bdale@gag.com>
6188 Date:   Thu Sep 9 20:34:22 2010 -0600
6189
6190     initial cut at an altosui man page
6191
6192 commit 5c4e437975054d33604402591e1ea2f314932593
6193 Author: Bdale Garbee <bdale@gag.com>
6194 Date:   Thu Sep 9 20:06:09 2010 -0600
6195
6196     update changelogs for Debian build
6197
6198 commit 0ea75761416bff299233991e961ba25b6c7dcf89
6199 Merge: 35d70c9 8ee3464
6200 Author: Bdale Garbee <bdale@gag.com>
6201 Date:   Thu Sep 9 20:05:27 2010 -0600
6202
6203     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
6204
6205 commit 8ee3464d8064ebe1694c7b20177878c0d9961451
6206 Author: Keith Packard <keithp@keithp.com>
6207 Date:   Thu Sep 9 17:54:41 2010 -0700
6208
6209     altosui: Display error dialog when AltOS JNI library can't be loaded
6210     
6211     Having an error dialog appear at application startup seems better than
6212     simply failing to present the device dialog later on.
6213     
6214     Signed-off-by: Keith Packard <keithp@keithp.com>
6215
6216 commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095
6217 Author: Keith Packard <keithp@keithp.com>
6218 Date:   Thu Sep 9 17:52:46 2010 -0700
6219
6220     altosui: Store libaltos.so in $(libdir)/altos
6221     
6222     It's not a public library, so hide it away in a subdirectory.
6223     
6224     Signed-off-by: Keith Packard <keithp@keithp.com>
6225
6226 commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268
6227 Author: Keith Packard <keithp@keithp.com>
6228 Date:   Thu Sep 9 17:49:37 2010 -0700
6229
6230     altosui: Need to have JVM include path substituted into libaltos Makefile
6231     
6232     The libaltos Makefile needs to find the relevant jni.h file, which is
6233     found in the JVM_INCLUDE path, all nicely located by the configure.ac script.
6234     
6235     Signed-off-by: Keith Packard <keithp@keithp.com>
6236
6237 commit 35d70c92307dd478bc619b2f6c5a88e155cdad28
6238 Author: Bdale Garbee <bdale@gag.com>
6239 Date:   Thu Sep 9 17:27:07 2010 -0600
6240
6241     handle versioning of ihx files (poorly) by just wildcarding the file name,
6242     which assumes there's only one matching .. probably ok on Debian?
6243
6244 commit c286ada6457579d64e9d8ca44b927258b4a561da
6245 Author: Bdale Garbee <bdale@gag.com>
6246 Date:   Thu Sep 9 16:27:40 2010 -0600
6247
6248     update changelogs for Debian build
6249
6250 commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2
6251 Author: Keith Packard <keithp@keithp.com>
6252 Date:   Thu Sep 9 15:25:18 2010 -0700
6253
6254     altosui: remove FATJAR from all-local to avoid building fat .jar file
6255     
6256     the fat .jar file is used in non-native builds to run from a directory
6257     containing all of the freetts jar files along with the altosui jar
6258     file. We don't want this on a real install where freetts is installed separately.
6259     
6260     Signed-off-by: Keith Packard <keithp@keithp.com>
6261
6262 commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a
6263 Author: Keith Packard <keithp@keithp.com>
6264 Date:   Thu Sep 9 15:22:14 2010 -0700
6265
6266     altosui: hack to make JAVAROOT directory get created before javac runs
6267     
6268     This ensures that the JAVAROOT directory gets created by adding it to
6269     the variable used to set the CLASSPATH environment value.
6270     
6271     Signed-off-by: Keith Packard <keithp@keithp.com>
6272
6273 commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895
6274 Author: Keith Packard <keithp@keithp.com>
6275 Date:   Thu Sep 9 15:11:41 2010 -0700
6276
6277     altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
6278     
6279     This appears to matter to Vista. Dunno why.
6280     
6281     Signed-off-by: Keith Packard <keithp@keithp.com>
6282
6283 commit 16980b848651a6b20a0b458446f0a19fb517539d
6284 Author: Keith Packard <keithp@keithp.com>
6285 Date:   Thu Sep 9 15:10:25 2010 -0700
6286
6287     altosui: Add explicit requirement to create classes directory
6288     
6289     The implicit ordering doesn't appear reliable.
6290     
6291     Signed-off-by: Keith Packard <keithp@keithp.com>
6292
6293 commit 15da683c2f747baef49c8b8d321a86faede0de30
6294 Author: Bdale Garbee <bdale@gag.com>
6295 Date:   Thu Sep 9 15:51:50 2010 -0600
6296
6297     update changelogs for Debian build
6298
6299 commit 012e7176954a6b74b3b667317be0f6dc41d7ab70
6300 Author: Bdale Garbee <bdale@gag.com>
6301 Date:   Thu Sep 9 15:51:02 2010 -0600
6302
6303     add libtool to build deps
6304
6305 commit 3e5824b9a71971ce99bfe38a1e860b421e265f02
6306 Author: Bdale Garbee <bdale@gag.com>
6307 Date:   Thu Sep 9 15:43:47 2010 -0600
6308
6309     update changelogs for Debian build
6310
6311 commit ddc83b4c401be965a9947782becf20cc8c54e6a2
6312 Merge: afea6c2 3d49d5f
6313 Author: Anthony Towns <aj@erisian.com.au>
6314 Date:   Sun Sep 5 20:49:34 2010 +1000
6315
6316     Merge branch 'master' of git://git.gag.com/fw/altos
6317
6318 commit 3d49d5f69b41c27003dbc5ccf1899014bd13bd99
6319 Author: Keith Packard <keithp@keithp.com>
6320 Date:   Sun Sep 5 02:05:06 2010 -0700
6321
6322     altosui: ensure that 'altosui' script is installed. Pass arguments along.
6323     
6324     Signed-off-by: Keith Packard <keithp@keithp.com>
6325
6326 commit b61fec225ada6a9e252e4c7920101ee18c77cbdc
6327 Author: Keith Packard <keithp@keithp.com>
6328 Date:   Sun Sep 5 01:55:56 2010 -0700
6329
6330     altosui: eeprom files place 'boost' time in the flight number record.
6331     
6332     Instead of looking for the first state change record, use the Flight
6333     record to get the boost tick.
6334     
6335     Signed-off-by: Keith Packard <keithp@keithp.com>
6336
6337 commit 6c653a4cba5fef8d49261cf1c024f3e86e9058c6
6338 Author: Keith Packard <keithp@keithp.com>
6339 Date:   Sun Sep 5 01:52:36 2010 -0700
6340
6341     altosui: Record flight number when scanning file, not when running
6342     
6343     The very first record in the eeprom is the flight number, but it is
6344     time-stamped with the 'boost' time, and so it gets sorted until much
6345     later, delaying the return of data until the rocket enters boost
6346     mode. This drops all of the nice pad GPS and state date on the floor.
6347     
6348     Signed-off-by: Keith Packard <keithp@keithp.com>
6349
6350 commit 38e1d87c8d449866faac026577fefa9a118428cb
6351 Author: Keith Packard <keithp@keithp.com>
6352 Date:   Sun Sep 5 01:23:53 2010 -0700
6353
6354     altosui: Use local .class files in the classpath
6355     
6356     This ensures that compiling only a few changed files will
6357     locate the old .class files instead of using a stale .jar file.
6358
6359 commit 9941b05a1d03dafd6cd899b5fe999ed769efb1d6
6360 Author: Keith Packard <keithp@keithp.com>
6361 Date:   Sun Sep 5 01:21:14 2010 -0700
6362
6363     altosui: Prevent voice altitude data from queueing up
6364     
6365     When flight status changes rapidly, the queue of voice data can get
6366     quite long. This change does two things -- first, it remembers when
6367     the altitude reporting happens due to flight events and delays the
6368     periodic reporting until a suitable time after that, second it ensures
6369     that the voice data has all been delivered before generating a new
6370     altitude report.
6371     
6372     Signed-off-by: Keith Packard <keithp@keithp.com>
6373
6374 commit 4dec5c36702d76dc95beada7c1d3222a638a2cbb
6375 Author: Keith Packard <keithp@keithp.com>
6376 Date:   Sun Sep 5 01:19:11 2010 -0700
6377
6378     altosui: Add AltosVoice.drain() to wait for queued speech to finish
6379     
6380     drain() blocks until all pending phrases have been processed, allowing
6381     the UI code to avoid pending data that will end up stale by the time
6382     it is emitted.
6383     
6384     Signed-off-by: Keith Packard <keithp@keithp.com>
6385
6386 commit 410ba89eef9c9817eef81b702966cb88820ff7c4
6387 Author: Keith Packard <keithp@keithp.com>
6388 Date:   Sun Sep 5 01:13:01 2010 -0700
6389
6390     altosui: Start idle thread after the rocket leaves the pad
6391     
6392     This makes the first altitude report time consistently 10 seconds
6393     after launch, instead of some random time depending on when the rocket
6394     launched relative to the time the device connection was made.
6395     
6396     Signed-off-by: Keith Packard <keithp@keithp.com>
6397
6398 commit 6205547ec7191aab0259a8449520e966a96129e6
6399 Author: Keith Packard <keithp@keithp.com>
6400 Date:   Sun Sep 5 01:08:50 2010 -0700
6401
6402     altosui: When replay thread is interrupted, don't make final report
6403     
6404     Normally, the replay process makes one final report after the file has
6405     been parsed. However, if the reading process is interrupted to display
6406     something else, this report is just annoying, so don't make it.
6407     
6408     Signed-off-by: Keith Packard <keithp@keithp.com>
6409
6410 commit 3d99584fcfe43b22e8581874e0ac77ce3d635d48
6411 Author: Keith Packard <keithp@keithp.com>
6412 Date:   Sun Sep 5 01:03:18 2010 -0700
6413
6414     altosui: Add elevation and range data to main display
6415     
6416     Reported by voice, it's useful to see these on the display as well.
6417     
6418     Signed-off-by: Keith Packard <keithp@keithp.com>
6419
6420 commit 2d58f319a7c1a6a8ccc6a539722009996ba886ab
6421 Author: Keith Packard <keithp@keithp.com>
6422 Date:   Sun Sep 5 01:01:10 2010 -0700
6423
6424     altosui: Eeprom files contain only one date; save it.
6425     
6426     While reading eeprom files, the GPS record is reconstructed each time
6427     the system sees the first GPS log item (the time field), but as the
6428     date isn't repeated, we need to copy it from the old GPS data record.
6429     
6430     Signed-off-by: Keith Packard <keithp@keithp.com>
6431
6432 commit b2aa689bf3d61e4a3ebe7c828162d1be20aad0f6
6433 Author: Keith Packard <keithp@keithp.com>
6434 Date:   Sun Sep 5 00:59:54 2010 -0700
6435
6436     altosui: Remove debugging printf from AltosEepromReader
6437     
6438     These were in place while validing the GPS data reconstruction code
6439     that handles eeprom files missing the first GPS date line due to the
6440     record overwriting bug in old firmware versions.
6441     
6442     Signed-off-by: Keith Packard <keithp@keithp.com>
6443
6444 commit eb0e7a59f0806734a4c959a3ce7c57f71cbe3986
6445 Author: Keith Packard <keithp@keithp.com>
6446 Date:   Sun Sep 5 00:57:38 2010 -0700
6447
6448     altosui: Return AO_LOG_INVALID instead of exception for eeprom files
6449     
6450     When an eeprom file contains an invalid line, just return
6451     AO_LOG_INVALID instead of throwing an exception. This allows us to
6452     replay and parse files with extraneous serial communication.
6453     
6454     Signed-off-by: Keith Packard <keithp@keithp.com>
6455
6456 commit c3a17c71a45207dd715d537704f161de9219f0d7
6457 Author: Keith Packard <keithp@keithp.com>
6458 Date:   Sat Sep 4 18:49:22 2010 -0700
6459
6460     altosui: Fix linux fat distribution
6461     
6462     Again, use 'cp -p' instead of 'cp -a' to get files into the archive
6463     instead of links. Also, make the shell script 'altosui' instead of
6464     'altosui-fat'.
6465     
6466     Signed-off-by: Keith Packard <keithp@keithp.com>
6467
6468 commit 828e9e4c68e3ac90b6ba2e9fd5f131a9975f7e4a
6469 Author: Keith Packard <keithp@keithp.com>
6470 Date:   Sat Sep 4 18:39:58 2010 -0700
6471
6472     altosui: Fix up Mac OSX .zip file
6473     
6474     Must contain 'altosui.jar' instead of altosui-fat.jar.
6475     Also, was using 'cp -a' instead of 'cp -p' which made files
6476     represented by symlinks not end up in the archive.
6477     
6478     Signed-off-by: Keith Packard <keithp@keithp.com>
6479
6480 commit 044fd27449c70474f51b99dec25fd23d3c03a559
6481 Author: Keith Packard <keithp@keithp.com>
6482 Date:   Sat Sep 4 18:20:45 2010 -0700
6483
6484     altosui: Fix windows installer to ship correct files
6485     
6486     Was shipping altosui.jar instead of altosui-fat.jar
6487     
6488     Signed-off-by: Keith Packard <keithp@keithp.com>
6489
6490 commit 148b927c3b8bc7b7b5c5356392032faf2b1203d3
6491 Author: Keith Packard <keithp@keithp.com>
6492 Date:   Sat Sep 4 18:04:04 2010 -0700
6493
6494     Add top-level 'fat' target to aid building distribution files
6495     
6496     Signed-off-by: Keith Packard <keithp@keithp.com>
6497
6498 commit aed59e1c057c13e28fd368dc2592aa4628211097
6499 Author: Keith Packard <keithp@keithp.com>
6500 Date:   Sat Sep 4 17:59:11 2010 -0700
6501
6502     Add version numbers to released files. Set version to 0.7.1
6503     
6504     Instead of using git revision counts for version numbers, use explicit
6505     versions numbers configured in the configure.ac file. Expose published
6506     files with version numbers.
6507     
6508     Signed-off-by: Keith Packard <keithp@keithp.com>
6509
6510 commit 2808bba3efa1cff133cc060dabff06fab8b75388
6511 Author: Keith Packard <keithp@keithp.com>
6512 Date:   Sat Sep 4 17:58:52 2010 -0700
6513
6514     Ignore libtool files.
6515
6516 commit bc183400ab93d5902c52851319999cc77f27bc81
6517 Author: Keith Packard <keithp@keithp.com>
6518 Date:   Sat Sep 4 17:35:17 2010 -0700
6519
6520     altos: add some SDCDB config files
6521
6522 commit 887b11f6b9c81b9f15348d54017e700ca7dc5e55
6523 Author: Keith Packard <keithp@keithp.com>
6524 Date:   Sat Sep 4 17:27:17 2010 -0700
6525
6526     Use autotools for altosui and libaltos
6527     
6528     This switches from hand-written Makefiles to automake with libtool
6529     for these parts of the system.
6530     
6531     Signed-off-by: Keith Packard <keithp@keithp.com>
6532
6533 commit e844e8a0695e27af6f8e3e37a5e3bcc865b862e3
6534 Author: Keith Packard <keithp@keithp.com>
6535 Date:   Sat Sep 4 01:13:42 2010 -0700
6536
6537     altosui: Add icons to application and Windows menus.
6538     
6539     Use the altus-metrum icon for an application icon and a windows start
6540     menu/desktop icon.
6541     
6542     Signed-off-by: Keith Packard <keithp@keithp.com>
6543
6544 commit e9ea28504c646fc25791aab09b9e5faf73e0ac0c
6545 Author: Keith Packard <keithp@keithp.com>
6546 Date:   Sat Sep 4 01:08:34 2010 -0700
6547
6548     icon: add some icons for application programs
6549     
6550     altus-metrum.ico: Windows ICO file
6551     altus-metrum-16x16.jpg: 16x16 jpg image for java
6552     
6553     Signed-off-by: Keith Packard <keithp@keithp.com>
6554
6555 commit f550677df016070430ed38bfa2b2be33f1b8c40a
6556 Author: Keith Packard <keithp@keithp.com>
6557 Date:   Sat Sep 4 00:16:41 2010 -0700
6558
6559     altosui: oops. renamed the nsis file to altos-windows.nsi
6560     
6561     And forgot to change the dependency in the Makefile
6562     
6563     Signed-off-by: Keith Packard <keithp@keithp.com>
6564
6565 commit c0988ddbf104ea729090c2e7e2a28cc6dc9e90f6
6566 Author: Keith Packard <keithp@keithp.com>
6567 Date:   Sat Sep 4 00:14:15 2010 -0700
6568
6569     altosui: ignore built files
6570
6571 commit ecb4a09535b6a8da0765010489a96e605dbdeb46
6572 Author: Keith Packard <keithp@keithp.com>
6573 Date:   Sat Sep 4 00:13:11 2010 -0700
6574
6575     altosui: Add windows installer build using 'nsis'
6576     
6577     nsis happens to be packaged in debian, and it appears to build usable
6578     installers, which is all very cool.
6579     
6580     Signed-off-by: Keith Packard <keithp@keithp.com>
6581
6582 commit bf22923cd8b4f6f954718358b411b5b10d8e7b4d
6583 Author: Bdale Garbee <bdale@gag.com>
6584 Date:   Sat Sep 4 00:46:29 2010 -0400
6585
6586     update changelogs for Debian build
6587
6588 commit 59798c6fd11502a9c8b66090c23ba50eb250692e
6589 Author: Keith Packard <keithp@keithp.com>
6590 Date:   Fri Sep 3 12:43:45 2010 -0700
6591
6592     altosui: Catch I/O errors on telemetry device, report to user
6593     
6594     This catches the USB device being unplugged and makes sure the
6595     user sees an error dialog in this case.
6596     
6597     Signed-off-by: Keith Packard <keithp@keithp.com>
6598
6599 commit 16d8d6a8853d09f683b13f9cda3c3174a0aab130
6600 Author: Keith Packard <keithp@keithp.com>
6601 Date:   Fri Sep 3 12:31:05 2010 -0700
6602
6603     altosui: Must flush serial line after configuring for telemetry
6604     
6605     Without flushing the configuration commands to the serial device, it
6606     never sees them as the telemetry input thread doesn't flush.
6607     
6608     Signed-off-by: Keith Packard <keithp@keithp.com>
6609
6610 commit d4f64e95e31e2335470efc15df2ab357b7d197f3
6611 Author: Keith Packard <keithp@keithp.com>
6612 Date:   Fri Sep 3 11:48:55 2010 -0700
6613
6614     Revert "altosui: Deal with altos bug setting radio channel while monitoring"
6615     
6616     This reverts commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f.
6617     
6618     Testing the old code
6619
6620 commit 71191ecef3ba0e00d0f8a7cd1a24982bfa44ec72
6621 Author: Keith Packard <keithp@keithp.com>
6622 Date:   Fri Sep 3 01:30:33 2010 -0700
6623
6624     altosui: Allow 'connect to device' when already connected
6625     
6626     Opening another serial device involves shutting down the display
6627     thread (to reset its state) and spawning another one. Shutting down
6628     the display thread normally closes the serial device as a part of the
6629     process, and if this isn't done before the new serial device is
6630     opened, then the new serial device ends up getting closed too.
6631     
6632     Interrupting the display thread and waiting for it to stop before
6633     opening the new serial device solves the problem.
6634     
6635     Signed-off-by: Keith Packard <keithp@keithp.com>
6636
6637 commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f
6638 Author: Keith Packard <keithp@keithp.com>
6639 Date:   Fri Sep 3 01:21:57 2010 -0700
6640
6641     altosui: Deal with altos bug setting radio channel while monitoring
6642     
6643     If the monitoring thread is active, then setting the radio channel can
6644     sometimes cause the monitoring thread to get stuck. I'm not entirely
6645     sure why though. For now, work around the issue by making sure
6646     monitoring is off, and the monitoring thread has stopped, before
6647     changing the radio channel.
6648     
6649     Signed-off-by: Keith Packard <keithp@keithp.com>
6650
6651 commit e5ef42c2b22c6639d90631dbbb588f9fd2494385
6652 Author: Keith Packard <keithp@keithp.com>
6653 Date:   Fri Sep 3 01:12:24 2010 -0700
6654
6655     altosui: Report telemetry CRC errors in UI
6656     
6657     Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle
6658     units, so report them in the UI.
6659     
6660     Signed-off-by: Keith Packard <keithp@keithp.com>
6661
6662 commit 3b3aa448f3a0f44137f7530b04b58967ba5f22f5
6663 Author: Keith Packard <keithp@keithp.com>
6664 Date:   Thu Sep 2 21:11:29 2010 -0700
6665
6666     altosui: build Mac OS .zip file to include paths
6667     
6668     Without the paths, the OS X zip file doesn't create a usable
6669     application structure.
6670     
6671     Signed-off-by: Keith Packard <keithp@keithp.com>
6672
6673 commit cff0d1ef6b338b3d5ad9450d4d5f95df934cb5e4
6674 Author: Keith Packard <keithp@keithp.com>
6675 Date:   Wed Sep 1 22:56:34 2010 -0700
6676
6677     altosui: Post error dialog on invalid ROM config values.
6678     
6679     Signed-off-by: Keith Packard <keithp@keithp.com>
6680
6681 commit 8d8980f56a4f2c7d6f2ce667130706e0f04f8ded
6682 Author: Keith Packard <keithp@keithp.com>
6683 Date:   Wed Sep 1 22:56:12 2010 -0700
6684
6685     altosui: Remove some debug printfs from AltosRomconfig class
6686     
6687     Signed-off-by: Keith Packard <keithp@keithp.com>
6688
6689 commit 5ee6cd41ed189c3166f76558ecada80917f40652
6690 Author: Keith Packard <keithp@keithp.com>
6691 Date:   Wed Sep 1 22:47:15 2010 -0700
6692
6693     altosui: Hide internal rom config UI helper function
6694     
6695     This was getting mis-used by the flash UI causing the rom dialog
6696     'cancel' button to work just like 'ok'.
6697     
6698     Signed-off-by: Keith Packard <keithp@keithp.com>
6699
6700 commit 9a690c9795e8257d2a3225f905117681668a472f
6701 Author: Keith Packard <keithp@keithp.com>
6702 Date:   Wed Sep 1 22:46:04 2010 -0700
6703
6704     altosui: allow flashing to be canceled from the rom config dialog
6705     
6706     Was using the rom config class wrong, causing cancel actions to work
6707     just like 'ok' actions. Oops.
6708     
6709     Signed-off-by: Keith Packard <keithp@keithp.com>
6710
6711 commit 2f07ad14a16dbf1b75c71784ceae303825c90ade
6712 Author: Keith Packard <keithp@keithp.com>
6713 Date:   Wed Sep 1 22:43:22 2010 -0700
6714
6715     altosui: Abort flashing if debug port isn't working
6716     
6717     Check each command going over the debug port and make sure it works as
6718     expected. This commit adds checks for initializing the clock,
6719     selecting the desired program counter and running the flash
6720     program.
6721     
6722     Signed-off-by: Keith Packard <keithp@keithp.com>
6723
6724 commit cf30343aadd5039627a85319872685f743e64b16
6725 Author: Bdale Garbee <bdale@gag.com>
6726 Date:   Thu Sep 2 00:55:41 2010 -0400
6727
6728     update changelogs for Debian build
6729
6730 commit 59a40f6d5a2159b9009a3fa0737bb679efd5b32c
6731 Author: Bdale Garbee <bdale@gag.com>
6732 Date:   Thu Sep 2 00:55:01 2010 -0400
6733
6734     another distclean fix
6735
6736 commit 59ff9180f11063c257746b895a167179b3a4ff7c
6737 Author: Bdale Garbee <bdale@gag.com>
6738 Date:   Thu Sep 2 00:53:16 2010 -0400
6739
6740     and a few more distclean fixes
6741
6742 commit 3aafd70257b70b7c11ba9c55749157979bc61ea2
6743 Author: Bdale Garbee <bdale@gag.com>
6744 Date:   Thu Sep 2 00:52:04 2010 -0400
6745
6746     more makefile distclean target work
6747
6748 commit d5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f
6749 Author: Bdale Garbee <bdale@gag.com>
6750 Date:   Thu Sep 2 00:50:16 2010 -0400
6751
6752     update changelogs for Debian build
6753
6754 commit 14fa24ed93b3b1cec08a170004c6fb7f4d74f7e5
6755 Author: Bdale Garbee <bdale@gag.com>
6756 Date:   Thu Sep 2 00:48:31 2010 -0400
6757
6758     update changelogs for Debian build
6759
6760 commit 83552dfa0d38db9cdf3efc89e64e6c7896467856
6761 Author: Bdale Garbee <bdale@gag.com>
6762 Date:   Thu Sep 2 00:47:54 2010 -0400
6763
6764     add distclean targets to libaltos and altosui to all Debian package to build
6765
6766 commit 6f24d2a476759104a10b26b54faff2b18b0e208b
6767 Author: Bdale Garbee <bdale@gag.com>
6768 Date:   Thu Sep 2 00:46:21 2010 -0400
6769
6770     update changelogs for Debian build
6771
6772 commit d079bfe86ed40ff450ece445cf5f5e3970e44cec
6773 Author: Bdale Garbee <bdale@gag.com>
6774 Date:   Thu Sep 2 00:44:30 2010 -0400
6775
6776     update changelogs for Debian build
6777
6778 commit a470315e5d822a69ef5304512cf73c604c88e481
6779 Author: Keith Packard <keithp@keithp.com>
6780 Date:   Wed Sep 1 20:14:51 2010 -0700
6781
6782     altosui: Remove Manifest.txt from git repo as it's built now
6783     
6784     This file is built with appropriate contents for each different .jar file.
6785     
6786     Signed-off-by: Keith Packard <keithp@keithp.com>
6787
6788 commit 1177e0a684328422be5adc68093d0091a218a824
6789 Author: Keith Packard <keithp@keithp.com>
6790 Date:   Wed Sep 1 19:53:24 2010 -0700
6791
6792     altos: Bounds check Skytraq GPS tracking data array
6793     
6794     Missing GPS serial data could cause the tracking array reset to
6795     get skipped, causing the array to be overrun, smashing critical data
6796     beyond the array.
6797     
6798     This was detected using the 'altosui' flash command to program a
6799     device from TM. Hitting the USB that hard caused TM to crash with a
6800     mutex error (3 beeps) after the ao_gps_task structure was overwritten
6801     with zeros.
6802     
6803     Signed-off-by: Keith Packard <keithp@keithp.com>
6804
6805 commit 775acb89660cdee2f3c54c38297baefe39f2414c
6806 Author: Keith Packard <keithp@keithp.com>
6807 Date:   Mon Aug 30 22:24:09 2010 -0700
6808
6809     altosui: missed AltosReader.class in the Makefile
6810     
6811     This caused clean builds to fail to make this file
6812     
6813     Signed-off-by: Keith Packard <keithp@keithp.com>
6814
6815 commit bd2b9d958c2b7f846031b076ed51c4fbaaf2d68f
6816 Author: Bdale Garbee <bdale@gag.com>
6817 Date:   Tue Aug 31 00:20:06 2010 -0400
6818
6819     update changelogs for Debian build
6820
6821 commit d006c5e1255433181aca4c8e6a277b2d1bc0841b
6822 Author: Bdale Garbee <bdale@gag.com>
6823 Date:   Tue Aug 31 00:19:37 2010 -0400
6824
6825     add runtime dependencies for altos binary package
6826
6827 commit c1c7d731e3774883fa0bb5538be225a59334d124
6828 Author: Bdale Garbee <bdale@gag.com>
6829 Date:   Mon Aug 30 19:52:51 2010 -0600
6830
6831     update changelogs for Debian build
6832
6833 commit c35632efb1919764e4b8581ed6fcf2bedd4bd517
6834 Author: Bdale Garbee <bdale@gag.com>
6835 Date:   Mon Aug 30 19:37:50 2010 -0600
6836
6837     update changelogs for Debian build
6838
6839 commit 2a004d17a13b4ff52d892bfdecff8ad3d0823f7c
6840 Author: Bdale Garbee <bdale@gag.com>
6841 Date:   Mon Aug 30 19:37:17 2010 -0600
6842
6843     don't build all the "fat" jar deliverables by default
6844
6845 commit 507e429db6638f82c32449e9c5ca06b46da30134
6846 Author: Bdale Garbee <bdale@gag.com>
6847 Date:   Mon Aug 30 19:09:00 2010 -0600
6848
6849     update changelogs for Debian build
6850
6851 commit 25764fcd1b65c3a5a817afdb5901ac30e8a5f0c0
6852 Author: Bdale Garbee <bdale@gag.com>
6853 Date:   Mon Aug 30 19:08:29 2010 -0600
6854
6855     update changelogs for Debian build
6856
6857 commit 4790f78aead8a816e5b247c022b2998ce3a94053
6858 Author: Bdale Garbee <bdale@gag.com>
6859 Date:   Mon Aug 30 18:48:50 2010 -0600
6860
6861     add a .gitattributes file, configuring the Mac and Windows binary library
6862     files with the export-ignore attribute, in hopes that this will prevent
6863     them showing up in source packages
6864
6865 commit 81318e5b7179b0311ab099043ecb04a25d763750
6866 Author: Bdale Garbee <bdale@gag.com>
6867 Date:   Mon Aug 30 18:15:40 2010 -0600
6868
6869     make invocation of 'install' pathless to work on more Unix variants
6870
6871 commit cbc72399a0f4d7429df0189bcdae683dd491cb9e
6872 Author: Bdale Garbee <bdale@gag.com>
6873 Date:   Mon Aug 30 17:56:56 2010 -0600
6874
6875     continue even if rm's don't have anything to do
6876
6877 commit a9a8d23c877e6f6c76857b7c85e3d43b4da1db27
6878 Author: Keith Packard <keithp@keithp.com>
6879 Date:   Mon Aug 30 05:49:11 2010 -0700
6880
6881     altosui: Devices with USB id 0x000a always get listed
6882     
6883     List 'unknown' AltusMetrum devices anytime the UI needs a device
6884     name.
6885     
6886     Signed-off-by: Keith Packard <keithp@keithp.com>
6887
6888 commit a94900b8862b99b4e317ea0ee3edd2a560f270c7
6889 Author: Keith Packard <keithp@keithp.com>
6890 Date:   Mon Aug 30 05:48:23 2010 -0700
6891
6892     altosui: build debian-style altosui too
6893     
6894     This adds the dependencies to make sure altosui and altosui.jar get built.
6895     
6896     Signed-off-by: Keith Packard <keithp@keithp.com>
6897
6898 commit 38ac388baf8125c0644b868a7aaf8eba1bdf990d
6899 Author: Keith Packard <keithp@keithp.com>
6900 Date:   Mon Aug 30 05:28:37 2010 -0700
6901
6902     altosui: Build linux, mac and windows archives on Linux
6903     
6904     This adds 'fat' archives for each target OS.
6905     
6906     Signed-off-by: Keith Packard <keithp@keithp.com>
6907
6908 commit 35d9a8214252dbe79aeb69ae47d2e5c58a654702
6909 Author: Keith Packard <keithp@keithp.com>
6910 Date:   Mon Aug 30 05:27:45 2010 -0700
6911
6912     libaltos: Use overlapped I/O on windows
6913     
6914     Otherwise, reads block writes and vice-versa. Crazy stuff.
6915     
6916     Signed-off-by: Keith Packard <keithp@keithp.com>
6917
6918 commit c7ba92317ac55272acbde12416448ebd17b983a6
6919 Author: Keith Packard <keithp@keithp.com>
6920 Date:   Mon Aug 30 04:52:00 2010 -0700
6921
6922     altos: Windows sends USB Out packets of 0 length. Ack them.
6923     
6924     This was an untested case as no other operating system sents 0-length
6925     out packets (they're not necessary). The correct response is to ACK
6926     them by clearing the OUTPKT_RDY bit so that another packet can be sent.
6927     
6928     Signed-off-by: Keith Packard <keithp@keithp.com>
6929
6930 commit 20a472cfe3369200150ea4ff067ceb28968dbcac
6931 Author: Keith Packard <keithp@keithp.com>
6932 Date:   Mon Aug 30 02:58:23 2010 -0700
6933
6934     libaltos: Add pre-built Windows .dll
6935     
6936     This lets us create the windows distribution on Linux.
6937     
6938     Signed-off-by: Keith Packard <keithp@keithp.com>
6939
6940 commit 0300fe581c949232bc52b05fe9c1f6032cad6b60
6941 Author: Keith Packard <keithp@keithp.com>
6942 Date:   Mon Aug 30 02:56:25 2010 -0700
6943
6944     libaltos: Add pre-built Mac OS X libaltos.dylib
6945     
6946     This allows the mac bits to be built on Linux.
6947     
6948     Signed-off-by: Keith Packard <keithp@keithp.com>
6949
6950 commit 5d48c494325524bbeed10e0dc7300ed44e7e208e
6951 Author: Keith Packard <keithp@keithp.com>
6952 Date:   Mon Aug 30 02:53:26 2010 -0700
6953
6954     Update telemetrum.inf to include all current USB ids.
6955     
6956     Windows 7 has 'encouraged' us to split out each product into a
6957     separate USB ID. telemetrum.inf now has all of them listed.
6958     
6959     Signed-off-by: Keith Packard <keithp@keithp.com>
6960
6961 commit df34bbe7d1c43b12ab6d610fe810b6e1683e4c21
6962 Author: Keith Packard <keithp@keithp.com>
6963 Date:   Mon Aug 30 02:49:49 2010 -0700
6964
6965     libaltos: Improve Makefile
6966     
6967     Builds Windows .dll correctly now and sample app.
6968     Moves linux install target to end so it is not default
6969     Adds .NOTPARALLEL to disable parallel gnumake.
6970     Removes -g debugging flags to shrink file size.
6971     
6972     Signed-off-by: Keith Packard <keithp@keithp.com>
6973
6974 commit dd5374b8e660012ae4f8b058454fd101e0749ca7
6975 Author: Keith Packard <keithp@keithp.com>
6976 Date:   Mon Aug 30 02:00:30 2010 -0700
6977
6978     libaltos: Fix windows build.
6979     
6980     Need stdlib.h to get calloc/free defined, remove debug printfs, fix
6981     serial timeouts.
6982     
6983     Signed-off-by: Keith Packard <keithp@keithp.com>
6984
6985 commit 63c832394a829f41b8f77d075786530536360349
6986 Author: Keith Packard <keithp@keithp.com>
6987 Date:   Sun Aug 29 23:22:27 2010 -0700
6988
6989     altos: shut down packet mode cleanly
6990     
6991     Instead of constantly bashing the packet master thread, let it shut
6992     itself down in an orderly fashion. It will shut down fairly quickly as
6993     all of the activities in that thread are bounded. Otherwise, the
6994     master packet thread might leave mutexes locked and all sorts of other
6995     horrors.
6996     
6997     Tested on Linux and Mac OS X and shown to be reliable.
6998     
6999     Signed-off-by: Keith Packard <keithp@keithp.com>
7000
7001 commit 43619c13f749b79c096d1e8fdab3d5cfb5fd85f1
7002 Author: Keith Packard <keithp@keithp.com>
7003 Date:   Sun Aug 29 22:42:23 2010 -0700
7004
7005     altos: Abort radio harder when terminating packet mode.
7006     
7007     Make sure the master radio tasks don't get stuck waiting for an
7008     incoming packet again by aborting the radio each time we poke the
7009     tasks.
7010     
7011     Signed-off-by: Keith Packard <keithp@keithp.com>
7012
7013 commit c4a8569f61eddf690d00337543462235ecbfbe54
7014 Author: Keith Packard <keithp@keithp.com>
7015 Date:   Sun Aug 29 22:41:18 2010 -0700
7016
7017     altos: flush pending output when terminating packet mode
7018     
7019     Just in case the last command sent hasn't been transmitted, hang
7020     around for up to a second waiting for the data to get across the link.
7021     
7022     Signed-off-by: Keith Packard <keithp@keithp.com>
7023
7024 commit 1acd3c7ec167b1b18e4ea493e5978c938a91cc89
7025 Author: Keith Packard <keithp@keithp.com>
7026 Date:   Sun Aug 29 21:45:19 2010 -0700
7027
7028     libaltos: cjnitest needs altos_flush now
7029
7030 commit 6527357d1f0e94faf9e7dacac10a39875131be7c
7031 Author: Keith Packard <keithp@keithp.com>
7032 Date:   Sun Aug 29 21:43:46 2010 -0700
7033
7034     libaltos: Missing OS_LDFLAGS on cjnitest build
7035
7036 commit b7fa1ea3338f63b8edcf8aacccb5e519ca0b213f
7037 Author: Keith Packard <keithp@keithp.com>
7038 Date:   Sun Aug 29 21:41:40 2010 -0700
7039
7040     libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
7041     
7042     Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now,
7043     otherwise, we won't be able to abort the read when the device is closed. Yay!
7044     
7045     Signed-off-by: Keith Packard <keithp@keithp.com>
7046
7047 commit e60c59123232915e808cee23ef89eb1a38ced34b
7048 Author: Keith Packard <keithp@keithp.com>
7049 Date:   Sun Aug 29 21:40:21 2010 -0700
7050
7051     altosui: discard invalid lines while reading Eeprom flight data
7052     
7053     This shouldn't happen, but it's easy enough to get back in sync by just
7054     skipping lines with weird contents.
7055     
7056     Signed-off-by: Keith Packard <keithp@keithp.com>
7057
7058 commit ae02b1590439d5c8dfb472cf1f83a14fdcfbaf11
7059 Author: Keith Packard <keithp@keithp.com>
7060 Date:   Sun Aug 29 21:36:47 2010 -0700
7061
7062     altosui: provide separate flush_input/flush_output for serial. deal with monitor automatically
7063     
7064     (yes, this should be two patches, but the diffs in AltosSerial were merged together).
7065     
7066     First, this replaces the existing flush/flush_reply mess with two simple functions,
7067     one to flush output to the serial device, making sure that all data written will be seen
7068     while we wait for input. The other sucks any pending input off of the serial line and
7069     discards it.
7070     
7071     Second, AltosSerial now tracks whether the serial line is being used for telemetry
7072     monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a
7073     bunch of manual state tracking elsewhere.
7074     
7075     Signed-off-by: Keith Packard <keithp@keithp.com>
7076
7077 commit edcfb1bdf64772d3b83405ccf99385b8fea5d8e4
7078 Author: Keith Packard <keithp@keithp.com>
7079 Date:   Sun Aug 29 17:33:59 2010 -0700
7080
7081     libaltos: AltusMetrum devices use more than one USB ID.
7082     
7083     List all usb devices, picking those with AltusMetrum IDs.
7084     
7085     Signed-off-by: Keith Packard <keithp@keithp.com>
7086
7087 commit 236685807b63860ad033aa0254ce8f6d8d36d4ef
7088 Author: Bdale Garbee <bdale@gag.com>
7089 Date:   Fri Aug 27 22:26:09 2010 -0600
7090
7091     update changelogs for Debian build
7092
7093 commit 1cda15fdef2d9d3e54354bd5c43a0bcc7e3240cb
7094 Author: Bdale Garbee <bdale@gag.com>
7095 Date:   Fri Aug 27 22:24:51 2010 -0600
7096
7097     fix up for an 0.7 release
7098
7099 commit 4c5c7c7f198775c398c1ad2edafb3488384cc297
7100 Author: Bdale Garbee <bdale@gag.com>
7101 Date:   Fri Aug 27 22:13:38 2010 -0600
7102
7103     update changelogs for Debian build
7104
7105 commit 42055af5c6f17d14a2f1c6a2b5e1ce6d3b45a615
7106 Author: Bdale Garbee <bdale@gag.com>
7107 Date:   Fri Aug 27 13:13:19 2010 -0600
7108
7109     update changelogs for Debian build
7110
7111 commit 0bd4cc03b3bf23aa32b5ce1921078021d1d8a9c6
7112 Author: Bdale Garbee <bdale@gag.com>
7113 Date:   Fri Aug 27 13:12:46 2010 -0600
7114
7115     fix path to installed shared library
7116
7117 commit 99c1d9b4ef10ec4ebbee058ce0bb38c954a0a3a6
7118 Author: Bdale Garbee <bdale@gag.com>
7119 Date:   Fri Aug 27 12:41:26 2010 -0600
7120
7121     update changelogs for Debian build
7122
7123 commit cf65c6b8056c4af7c26b52ec6f9fbd3400cef638
7124 Merge: 5f2f6a8 ae5eff7
7125 Author: Bdale Garbee <bdale@gag.com>
7126 Date:   Fri Aug 27 12:38:25 2010 -0600
7127
7128     Merge branch 'bdale'
7129     
7130     Conflicts:
7131         debian/control
7132
7133 commit ae5eff7bc0b63047737223423009707bedcb00f5
7134 Author: Bdale Garbee <bdale@gag.com>
7135 Date:   Fri Aug 27 12:37:36 2010 -0600
7136
7137     Revert "lose the prebuild hook for now while I'm fumbling"
7138     
7139     This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
7140
7141 commit de2e71c4923a0282df74dbe37d087c34b4ddd279
7142 Author: Bdale Garbee <bdale@gag.com>
7143 Date:   Fri Aug 27 12:25:20 2010 -0600
7144
7145     fix man page delivery path
7146
7147 commit a8dbe082960dc9bdd44c6e4b1198423c4e566029
7148 Author: Bdale Garbee <bdale@gag.com>
7149 Date:   Fri Aug 27 12:18:28 2010 -0600
7150
7151     install altosui man page
7152
7153 commit 5cc933039e4763b8675611c63b6147b42878a2bb
7154 Author: Bdale Garbee <bdale@gag.com>
7155 Date:   Fri Aug 27 12:16:19 2010 -0600
7156
7157     fix permissions on installed jar file, switch from ao-view to altosui in
7158     the desktop file
7159
7160 commit 138009e9fad01f79df4c3820fbc206f78688bdce
7161 Author: Bdale Garbee <bdale@gag.com>
7162 Date:   Fri Aug 27 12:06:01 2010 -0600
7163
7164     update Debian standards version
7165
7166 commit c280071b7db4e9a7af31dc5740eb8d27f137950e
7167 Author: Bdale Garbee <bdale@gag.com>
7168 Date:   Fri Aug 27 12:04:13 2010 -0600
7169
7170     fix up the wrapper's path to the jar file
7171
7172 commit 5f2f6a8f9ba56be867888758848bc7f152ccbd47
7173 Merge: 63bd34c 9d1b27f
7174 Author: Keith Packard <keithp@keithp.com>
7175 Date:   Fri Aug 27 11:00:31 2010 -0700
7176
7177     Merge remote branch 'origin/master' into new-packet-format
7178
7179 commit 63bd34cd1b5a411489e8c3ab377f0fe0eec11f67
7180 Author: Keith Packard <keithp@keithp.com>
7181 Date:   Fri Aug 27 10:58:55 2010 -0700
7182
7183     altosui: add elevation and range information
7184     
7185     Signed-off-by: Keith Packard <keithp@keithp.com>
7186
7187 commit 72a18502e40f55cbba6418dc94315517881cd411
7188 Author: Bdale Garbee <bdale@gag.com>
7189 Date:   Fri Aug 27 11:51:24 2010 -0600
7190
7191     add an install target for altosui
7192
7193 commit 72c33a72ee105ec692dad62d6d9c1ad40b89bfe8
7194 Author: Bdale Garbee <bdale@gag.com>
7195 Date:   Fri Aug 27 11:45:19 2010 -0600
7196
7197     add install target for libaltos
7198
7199 commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf
7200 Author: Bdale Garbee <bdale@gag.com>
7201 Date:   Fri Aug 27 11:26:29 2010 -0600
7202
7203     lose the prebuild hook for now while I'm fumbling
7204
7205 commit 9ea94411c9730f7a271366d309ab4827beeeb839
7206 Author: Bdale Garbee <bdale@gag.com>
7207 Date:   Fri Aug 27 11:17:54 2010 -0600
7208
7209     add a dummy install target
7210
7211 commit c443f43f8dee6e0fcbcecf9d09e948fd928b7af4
7212 Merge: 2950431 2923cf5
7213 Author: Bdale Garbee <bdale@gag.com>
7214 Date:   Fri Aug 27 03:08:53 2010 -0600
7215
7216     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
7217
7218 commit 2923cf5057f9cef110dd547d8677ea5b60e00796
7219 Author: Keith Packard <keithp@keithp.com>
7220 Date:   Fri Aug 27 00:10:29 2010 -0700
7221
7222     altos: prepare for sdcc 2.9.1
7223     
7224     A few minor language changes -- non-standard keywords are now prefixed
7225     with __, such as 'at', 'interrupt', 'naked'.
7226     
7227     Signed-off-by: Keith Packard <keithp@keithp.com>
7228
7229 commit 68967157cee620ebedcc8c2ffd6fc7656532087b
7230 Author: Keith Packard <keithp@keithp.com>
7231 Date:   Thu Aug 26 23:55:44 2010 -0700
7232
7233     altosui: command line args are converted to csv format
7234     
7235     Signed-off-by: Keith Packard <keithp@keithp.com>
7236
7237 commit 7e0506dc2014b7178f52b950e8c1cb820b35f9c6
7238 Author: Keith Packard <keithp@keithp.com>
7239 Date:   Thu Aug 26 23:54:53 2010 -0700
7240
7241     altosui: Remove debug printf from AltosState.java
7242     
7243     Signed-off-by: Keith Packard <keithp@keithp.com>
7244
7245 commit 49364608b59de7421ab00d87d2685bc3b5f58411
7246 Author: Keith Packard <keithp@keithp.com>
7247 Date:   Thu Aug 26 23:53:06 2010 -0700
7248
7249     altosui: When parsing saved telem files, errors shouldn't abort file
7250     
7251     Make syntax errors in telem files just skip the current line and move
7252     on to the next one instead of abandoning the whole file.
7253     
7254     Signed-off-by: Keith Packard <keithp@keithp.com>
7255
7256 commit a16db143fc7ca72dc91e7989420049192114642d
7257 Author: Keith Packard <keithp@keithp.com>
7258 Date:   Thu Aug 26 23:50:51 2010 -0700
7259
7260     altosui: Serial line is in UTF-8 encoding. Deal with it.
7261     
7262     We read bytes from the serial line and need to convert each line into
7263     a string. So, save the bytes and at EOL, pass the whole mess to the
7264     string constructor with the appropriate encoding info.
7265     
7266     Signed-off-by: Keith Packard <keithp@keithp.com>
7267
7268 commit 0942912163255523d923140c01afbdb5da1c19b5
7269 Author: Keith Packard <keithp@keithp.com>
7270 Date:   Thu Aug 26 23:49:37 2010 -0700
7271
7272     altosui: Add support for old (version < 3) telemetry files
7273     
7274     This lets the code read telemetry files from pre-released versions of
7275     the software. Not strictly necessary for production, but useful for
7276     analysing old files.
7277     
7278     Signed-off-by: Keith Packard <keithp@keithp.com>
7279
7280 commit e383595cd281687de903fb6176564bbef270cb83
7281 Author: Keith Packard <keithp@keithp.com>
7282 Date:   Thu Aug 26 23:47:38 2010 -0700
7283
7284     altosui: AltosEepromReader was mis-setting boost tick
7285     
7286     It was supposed to use record.tick instead of the (unset) state.tick
7287     value.
7288     
7289     Signed-off-by: Keith Packard <keithp@keithp.com>
7290
7291 commit 651f6102ac79459fc8d5679d852c963dcb5bb3fc
7292 Author: Keith Packard <keithp@keithp.com>
7293 Date:   Thu Aug 26 23:44:25 2010 -0700
7294
7295     altosui: add rssi and distance/dir from pad to CSV files
7296     
7297     Just adds a couple more fields to the CSV files that might be interesting.
7298     
7299     Signed-off-by: Keith Packard <keithp@keithp.com>
7300
7301 commit 3dc67c1401976d6e9e2e942d5a4707a4810a0404
7302 Author: Keith Packard <keithp@keithp.com>
7303 Date:   Thu Aug 26 23:43:00 2010 -0700
7304
7305     altosui: Add AltosGreatCircle constructors
7306     
7307     This adds constructurs from AltosGPS pairs and also one from empty
7308     args (which defines both distance and bearing as 0).
7309     
7310     Signed-off-by: Keith Packard <keithp@keithp.com>
7311
7312 commit f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2
7313 Author: Keith Packard <keithp@keithp.com>
7314 Date:   Thu Aug 26 23:41:26 2010 -0700
7315
7316     altosui: Move number parsing code to Altos general class
7317     
7318     This moves these shared functions to the global shared class.
7319     
7320     Signed-off-by: Keith Packard <keithp@keithp.com>
7321
7322 commit 68b2b66d7574dfd0bd5e3571b8ffad32ca5d2b73
7323 Author: Keith Packard <keithp@keithp.com>
7324 Date:   Thu Aug 26 23:37:29 2010 -0700
7325
7326     altos: mark gps date written only after it gets into eeprom
7327     
7328     Data logging doesn't start until boost detect occurs. As the GPS date
7329     is only logged once, if that happens before logging is written to the
7330     flash, then the GPS date will never get saved.
7331     
7332     Signed-off-by: Keith Packard <keithp@keithp.com>
7333
7334 commit aa6c27df5db6bdae59d00affccb891854a6caa18
7335 Author: Keith Packard <keithp@keithp.com>
7336 Date:   Thu Aug 26 15:59:09 2010 -0700
7337
7338     altos: print GPS state flags in GPS 'g' command
7339     
7340     Having the GPS state information can help with GPS debugging.
7341     
7342     Signed-off-by: Keith Packard <keithp@keithp.com>
7343
7344 commit 34055129b4008f6a9833887b12dee39ffa408002
7345 Author: Keith Packard <keithp@keithp.com>
7346 Date:   Thu Aug 26 15:57:09 2010 -0700
7347
7348     altos: always rebuild ao_product.c to track git version
7349     
7350     The git version is built into ao_product.c and saved in eeprom log
7351     files, providing useful diagnostics about the firmware revision used
7352     for each flight. However, if ao_product.c isn't recompiled, then the
7353     updated version won't be included. Force recompilation of this file
7354     each time make is run to ensure that the final output contains an
7355     updated version number.
7356     
7357     Signed-off-by: Keith Packard <keithp@keithp.com>
7358
7359 commit 99400fdc0f19ef538fc362dde5c3ab5b7cdac409
7360 Author: Keith Packard <keithp@keithp.com>
7361 Date:   Tue Aug 24 16:43:38 2010 -0700
7362
7363     altosui: flush replies from serial link when entering debug mode
7364     
7365     We use replies in debug mode a lot and depend on them matching the
7366     expected parameters. The case which caused trouble was using
7367     TeleMetrum to reprogram TeleDongle -- sending the 'm 0' command (to
7368     disable telemetry monitoring on TeleDongle) to the TeleMetrum caused
7369     it to reply 'Syntax Error' which confused the subsequent flashing
7370     operation. Flushing that reply gets things back in sync.
7371     
7372     Signed-off-by: Keith Packard <keithp@keithp.com>
7373
7374 commit ba086cc77273efe5397f60dcaccd1e3771441481
7375 Author: Keith Packard <keithp@keithp.com>
7376 Date:   Tue Aug 24 04:02:27 2010 -0700
7377
7378     altosui: write USB serial number string while flashing
7379     
7380     USB serial number is encoded in UCS2 as a part of the string
7381     descriptors. Place those right after the other rom config bits so that
7382     altosui can find it. altosui is changed to write the serial number there.
7383     
7384     Signed-off-by: Keith Packard <keithp@keithp.com>
7385
7386 commit 220f3afdaa432c65f8ad45be7cdbe5c8a3616db3
7387 Author: Keith Packard <keithp@keithp.com>
7388 Date:   Tue Aug 24 04:01:47 2010 -0700
7389
7390     altosui: always display romconfig ui while flashing
7391
7392 commit f62b2aa08ebfd912b3c732397d43ff9f6162ec88
7393 Author: Keith Packard <keithp@keithp.com>
7394 Date:   Tue Aug 24 04:01:14 2010 -0700
7395
7396     altosui: fetch existing romconfig for flashing
7397
7398 commit d93787284c8e514a929edb9f944c98ae0206a33f
7399 Author: Keith Packard <keithp@keithp.com>
7400 Date:   Tue Aug 24 03:59:09 2010 -0700
7401
7402     altosui: Delay mapping Flash UI until flashing actually starts
7403     
7404     The flash operation may be abandoned before it even starts; this makes
7405     sure the UI doesn't flash up on the screen.
7406     
7407     Signed-off-by: Keith Packard <keithp@keithp.com>
7408
7409 commit 7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2
7410 Author: Keith Packard <keithp@keithp.com>
7411 Date:   Tue Aug 24 03:58:00 2010 -0700
7412
7413     altosui: disable radio monitoring while using serial line for debugging
7414
7415 commit 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b
7416 Author: Keith Packard <keithp@keithp.com>
7417 Date:   Tue Aug 24 00:29:11 2010 -0700
7418
7419     altosui: Add ability to create CSV file from telem or eeprom files
7420     
7421     This creates a comma separated value file to export data for
7422     external programs.
7423     
7424     Signed-off-by: Keith Packard <keithp@keithp.com>
7425
7426 commit 634a550149e7c344a22a637ba484f115592b1018
7427 Author: Keith Packard <keithp@keithp.com>
7428 Date:   Mon Aug 23 23:15:05 2010 -0700
7429
7430     altosui: refactor logfile chooser dialog to share more code
7431     
7432     Move file opening logic into logfile chooser as it can be shared that way.
7433     
7434     Signed-off-by: Keith Packard <keithp@keithp.com>
7435
7436 commit afea6c264c5ebf12f1d629bd4bc724da86d11b7a
7437 Merge: 0e17853 9d1b27f
7438 Author: Anthony Towns <aj@erisian.com.au>
7439 Date:   Tue Aug 24 00:02:31 2010 -0600
7440
7441     Merge branch 'master' of git://git.gag.com/fw/altos
7442
7443 commit a55b132668a819cc26478a609cb79bd9190deb9d
7444 Author: Keith Packard <keithp@keithp.com>
7445 Date:   Mon Aug 23 23:01:36 2010 -0700
7446
7447     altosui: Separate out log file choosing dialog to share with CSV generator
7448     
7449     This dialog will be shared with the CSV file generating code, so split
7450     it out instead of duplicating it.
7451     
7452     Signed-off-by: Keith Packard <keithp@keithp.com>
7453
7454 commit 295043112ccde35092945c286596f9045ee6fa05
7455 Merge: 2007288 ef8376c
7456 Author: Bdale Garbee <bdale@gag.com>
7457 Date:   Mon Aug 23 23:11:22 2010 -0600
7458
7459     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
7460
7461 commit ef8376c4dd8262a34e02b6bb9e19e907ac2f4330
7462 Author: Keith Packard <keithp@keithp.com>
7463 Date:   Mon Aug 23 22:08:30 2010 -0700
7464
7465     altosui: make default Manifest look for built-in freetts
7466
7467 commit 56b906f535ac2f86bcab71addbbcd376d74f6a73
7468 Author: Keith Packard <keithp@keithp.com>
7469 Date:   Mon Aug 23 22:03:36 2010 -0700
7470
7471     altos: Place rom config variables in fixed location
7472     
7473     The device serial number and radio calibration values are stored in
7474     flash, mostly so that TeleDongle gets them saved.
7475     
7476     Placing them in well-known locations (starting at 0xa0) makes it
7477     possible to find the previous configuration and to re-write it
7478     easily, without requiring the .map file.
7479     
7480     altosui doesn't have the .map file parsing code, so it relies upon
7481     this new technique. As a benefit, it reads the old values from the
7482     device before reprogramming it.
7483     
7484     Signed-off-by: Keith Packard <keithp@keithp.com>
7485
7486 commit 4c0c099716197ef7539be0cf55bbb164f6804958
7487 Author: Keith Packard <keithp@keithp.com>
7488 Date:   Mon Aug 23 22:02:21 2010 -0700
7489
7490     altosui: Finish device programming code
7491     
7492     Altosui can now reprogram Altusmetrum devices.
7493     
7494     Signed-off-by: Keith Packard <keithp@keithp.com>
7495
7496 commit bd2b44ddd61fadd8bf8ee6bf783ce019b1be7cc0
7497 Author: Keith Packard <keithp@keithp.com>
7498 Date:   Mon Aug 23 22:01:38 2010 -0700
7499
7500     altosui: Remove debug printf from AltosRomconfig
7501
7502 commit c3f57ffdb6c74de90d982eacd604e658ce9b00a5
7503 Author: Keith Packard <keithp@keithp.com>
7504 Date:   Mon Aug 23 22:01:11 2010 -0700
7505
7506     altosui: flush serial output before waiting for reply
7507
7508 commit 8857ac5e43eac6db8d5594b8864df497a712242b
7509 Author: Keith Packard <keithp@keithp.com>
7510 Date:   Mon Aug 23 22:00:16 2010 -0700
7511
7512     altosui: remove debug printf from AltosHexfile
7513
7514 commit b1758be01397fd49c441f40852f3558fe9343a2d
7515 Author: Keith Packard <keithp@keithp.com>
7516 Date:   Mon Aug 23 21:58:50 2010 -0700
7517
7518     altosui: Add lots more cc1111 debug interface functions
7519     
7520     These are sufficient to program the flash.
7521     
7522     Signed-off-by: Keith Packard <keithp@keithp.com>
7523
7524 commit f9e80f39bc39e5882bfe75f959b6501cb3277cd2
7525 Author: Keith Packard <keithp@keithp.com>
7526 Date:   Mon Aug 23 21:55:49 2010 -0700
7527
7528     libaltos: use pipe to wake up getchar on close. use mutexes
7529
7530 commit 86f7b9314b042f2e512fdf35067817e68532867b
7531 Author: Keith Packard <keithp@keithp.com>
7532 Date:   Mon Aug 23 21:54:47 2010 -0700
7533
7534     altosui: pad TM config dialog values to avoid clipping descenders
7535
7536 commit b8519b8669ff54741dd738ac343fbd2424451247
7537 Author: Keith Packard <keithp@keithp.com>
7538 Date:   Mon Aug 23 21:53:37 2010 -0700
7539
7540     ao-dumplog: Fix --remote and --channel options to actually work
7541
7542 commit ebeb13688a9a5442c838641ede6ba0dc92c9a1a4
7543 Author: Keith Packard <keithp@keithp.com>
7544 Date:   Mon Aug 23 14:32:58 2010 -0700
7545
7546     altosui: Add debug dongle API, split flash UI out
7547     
7548     Create an API to talk through the debug port on another AltOS
7549     device. Split the flash UI out from the flash implementation so that a
7550     command line flash utility can be written.
7551     
7552     Signed-off-by: Keith Packard <keithp@keithp.com>
7553
7554 commit 7f8d7978606abe544b1b9b6065c5480ed813b8ec
7555 Author: Keith Packard <keithp@keithp.com>
7556 Date:   Mon Aug 23 11:53:19 2010 -0700
7557
7558     altosui: Add .ihx file reading code and stub out flashing UI
7559     
7560     Signed-off-by: Keith Packard <keithp@keithp.com>
7561
7562 commit 2007288da8a83e3aa925e11cc196f1c65aab2e5c
7563 Author: Bdale Garbee <bdale@gag.com>
7564 Date:   Thu Aug 5 15:00:15 2010 -0400
7565
7566     working on java packaging details
7567
7568 commit 44b26dd550eef789e70082ccaa46d7d430c67bce
7569 Author: Bdale Garbee <bdale@gag.com>
7570 Date:   Thu Aug 5 15:15:04 2010 -0400
7571
7572     add freetts as a build dep
7573
7574 commit 0e17853c08f77debef3e8cf82e9cdb6a5079fc9b
7575 Author: Keith Packard <keithp@keithp.com>
7576 Date:   Sun Aug 22 23:06:15 2010 -0700
7577
7578     altosui: Set callsign when fetching eeprom data over the air
7579     
7580     The updated firmware places the callsign in each packet to comply with
7581     regulations, this ensures that TeleDongle has the current callsign
7582     configured.
7583     
7584     Signed-off-by: Keith Packard <keithp@keithp.com>
7585
7586 commit 953bc3438b10b21f3d65d292356c4ab2de23cddd
7587 Author: Keith Packard <keithp@keithp.com>
7588 Date:   Sun Aug 22 23:05:20 2010 -0700
7589
7590     altosui: Add TeleMetrum configuration
7591     
7592     This presents a dialog with all of the user-settable options in the
7593     TeleMetrum set for editing. Combo boxes are used for everything except
7594     the callsign.
7595     
7596     Signed-off-by: Keith Packard <keithp@keithp.com>
7597
7598 commit e1463d8e265dfd42c824d90088cd2a51b4cf8131
7599 Author: Keith Packard <keithp@keithp.com>
7600 Date:   Sat Aug 21 17:57:31 2010 -0700
7601
7602     altosui: Make teledongle callsign configurable
7603     
7604     Teledongle uses the callsign in packet mode; this provides a way to
7605     set that.
7606     
7607     Signed-off-by: Keith Packard <keithp@keithp.com>
7608
7609 commit 09252ec22d58e946494e4ca2cf367bf3bbe1cc50
7610 Author: Keith Packard <keithp@keithp.com>
7611 Date:   Sat Aug 21 17:09:41 2010 -0700
7612
7613     altos: Define USB product ID in per-product Makefile.defs file
7614     
7615     This allows Win7 to tell which kind of device is connected purely by
7616     USB id as it doesn't expose the USB product ID string to user space.
7617     
7618     Signed-off-by: Keith Packard <keithp@keithp.com>
7619
7620 commit 22800dc094797e1e0ad99124198809d0360f7556
7621 Author: Keith Packard <keithp@keithp.com>
7622 Date:   Tue Aug 17 18:22:28 2010 -0700
7623
7624     altosui: Select devices by USB vendor/product ID.
7625     
7626     Because Win7 doesn't expose the product name, we're swtiching to using
7627     the USB idProduct/idVendor values. This patch adds support for
7628     selecting devices by those new IDs.
7629     
7630     Signed-off-by: Keith Packard <keithp@keithp.com>
7631
7632 commit d14c96663a1027164fa30ed89b53f5a9d3fdb82b
7633 Author: Keith Packard <keithp@keithp.com>
7634 Date:   Tue Aug 17 18:19:43 2010 -0700
7635
7636     libaltos: integrate Windows support.
7637     
7638     This adds Windows support for discovery and I/O.
7639     
7640     The API to the library is mostly unchanged, except that it now exports
7641     product and vendor USB IDs as Win7 doesn't expose the product name
7642     anywhere that we've been able to find, so we'll be updating the
7643     firmware to use unique idProduct values for each product.
7644     
7645     Signed-off-by: Keith Packard <keithp@keithp.com>
7646
7647 commit 9d1b27fa147fc8b765d5be165ebef7ee0f85bd37
7648 Author: Bdale Garbee <bdale@gag.com>
7649 Date:   Wed Aug 11 22:11:50 2010 -0400
7650
7651     update changelogs for Debian build
7652
7653 commit b6da90b4627dde1fe88240c38c51559d8f781dd0
7654 Author: Bdale Garbee <bdale@gag.com>
7655 Date:   Wed Aug 11 17:15:39 2010 -0400
7656
7657     update changelogs for Debian build
7658
7659 commit 4918f73fd0a0f3f5d52907f95a0ec385e901d447
7660 Author: Bdale Garbee <bdale@gag.com>
7661 Date:   Wed Aug 11 08:50:27 2010 -0400
7662
7663     update changelogs for Debian build
7664
7665 commit f63f16a70e4d0535667a6364cafcbff026ee6a8c
7666 Author: Bdale Garbee <bdale@gag.com>
7667 Date:   Wed Aug 11 08:36:59 2010 -0400
7668
7669     update changelogs for Debian build
7670
7671 commit 294d9c7db21eaf1e71504dbcca5040371abcce55
7672 Author: Keith Packard <keithp@keithp.com>
7673 Date:   Sat Aug 7 22:30:55 2010 -0400
7674
7675     ao-dumplog: add --channel option (for use with -R option)
7676     
7677     Sets the channel when downloading data with the -R option.
7678     
7679     Signed-off-by: Keith Packard <keithp@keithp.com>
7680
7681 commit f317f1324b69b4241f4bb192e164b33d712d5a43
7682 Author: Keith Packard <keithp@keithp.com>
7683 Date:   Sat Aug 7 00:42:25 2010 -0400
7684
7685     altosui: Start adding code to write csv files from eeprom/telem files
7686     
7687     This is a start to code which can write out a csv file full of flight
7688     data from either an eeprom or telem input file. It's not hooked up,
7689     but the restructuring necessary is finished and the output is started.
7690     
7691     Signed-off-by: Keith Packard <keithp@keithp.com>
7692
7693 commit 4738cb2fc639adb1d9237e6c903479f0690dd81a
7694 Author: Keith Packard <keithp@keithp.com>
7695 Date:   Sat Aug 7 00:40:59 2010 -0400
7696
7697     altos: add callsign to packet mode, increase payload to 64 bytes
7698     
7699     Untested, but it 'should' work. Need to add callsign setting to packet
7700     mode users.
7701     
7702     Signed-off-by: Keith Packard <keithp@keithp.com>
7703
7704 commit b7699a5907e64bc7547fcc27e73f4a35bbaabfff
7705 Author: Keith Packard <keithp@keithp.com>
7706 Date:   Fri Aug 6 13:09:21 2010 -0400
7707
7708     altosui: Add comments to Eeprom reader
7709
7710 commit 0e917f3ff822616adb147517ac961422e5fedbfd
7711 Author: Keith Packard <keithp@keithp.com>
7712 Date:   Thu Aug 5 22:49:53 2010 -0400
7713
7714     altosui: Compute flight state from eeprom data
7715     
7716     This lets eeprom files be used to replay flights.
7717     
7718     Signed-off-by: Keith Packard <keithp@keithp.com>
7719
7720 commit a0a9b445a4d379730b67720f8d7b682d5206a582
7721 Author: Bdale Garbee <bdale@gag.com>
7722 Date:   Thu Aug 5 15:16:48 2010 -0400
7723
7724     update changelogs for Debian build
7725
7726 commit e075b8623533965b1b77b77d38c2df32f5f77fce
7727 Author: Bdale Garbee <bdale@gag.com>
7728 Date:   Thu Aug 5 15:16:24 2010 -0400
7729
7730     update changelogs for Debian build
7731
7732 commit 410de62715a0830f03b0a65d6c7730dff51e6ef4
7733 Author: Bdale Garbee <bdale@gag.com>
7734 Date:   Thu Aug 5 15:15:04 2010 -0400
7735
7736     add freetts as a build dep
7737
7738 commit 0b85160c44d934f3d1352c1c07c296d01ceffc32
7739 Author: Bdale Garbee <bdale@gag.com>
7740 Date:   Thu Aug 5 15:02:17 2010 -0400
7741
7742     update changelogs for Debian build
7743
7744 commit d091099753d9cae01c4805812425ebea19ec09cf
7745 Author: Bdale Garbee <bdale@gag.com>
7746 Date:   Thu Aug 5 15:00:46 2010 -0400
7747
7748     update changelogs for Debian build
7749
7750 commit aed55ef1ce45b0f6e6fefeebf50be97607b31d65
7751 Author: Bdale Garbee <bdale@gag.com>
7752 Date:   Thu Aug 5 15:00:15 2010 -0400
7753
7754     working on java packaging details
7755
7756 commit d8bf05f7ad55964c9bce0551e58f4ef6c9f721ad
7757 Author: Keith Packard <keithp@keithp.com>
7758 Date:   Thu Aug 5 13:50:18 2010 -0400
7759
7760     altosui: Split flight record out of telemetry class
7761     
7762     This will permit either telemetry or eeprom data to be used to
7763     construct the sequence of flight events for reply or data generation.
7764     
7765     Signed-off-by: Keith Packard <keithp@keithp.com>
7766
7767 commit 85a670b5a904d6750d0f179ae307baeb8fc7cbd2
7768 Author: Keith Packard <keithp@keithp.com>
7769 Date:   Thu Aug 5 13:40:17 2010 -0400
7770
7771     altosui: Explicitly initialize Altos class
7772     
7773     Because the Altos class is never instantiated, the static initializers
7774     are never called, leaving the string to state mapping empty. Hand-code
7775     the call to the initialer instead.
7776     
7777     Signed-off-by: Keith Packard <keithp@keithp.com>
7778
7779 commit 02f17f2cd26189e2676a9dc0d86bd959ed0bc3f4
7780 Author: Bdale Garbee <bdale@gag.com>
7781 Date:   Thu Aug 5 00:54:05 2010 -0400
7782
7783     move to science menu
7784
7785 commit 9e8f7f75442303f9bfa99a0435984f5d36863ae6
7786 Author: Keith Packard <keithp@keithp.com>
7787 Date:   Sat Jul 31 10:34:21 2010 -0700
7788
7789     altosui: Split status and info panels into separate files
7790     
7791     This moves some code out of AltosUI.java into separate files
7792     
7793     Signed-off-by: Keith Packard <keithp@keithp.com>
7794
7795 commit 9c9b35254c693b3ade42b24d1e29eaf31e6ba2aa
7796 Author: Keith Packard <keithp@keithp.com>
7797 Date:   Sat Jul 31 10:24:56 2010 -0700
7798
7799     altosui: Clear displayed data rows as needed.
7800     
7801     Signed-off-by: Keith Packard <keithp@keithp.com>
7802
7803 commit 88e0137a60d7a13ddb7781befa76650e13ad44ae
7804 Author: Keith Packard <keithp@keithp.com>
7805 Date:   Sat Jul 31 10:07:38 2010 -0700
7806
7807     altosui: Merge gps date and time classes into gps class
7808     
7809     No reason to split out the date and time information from the other gps info.
7810     
7811     Signed-off-by: Keith Packard <keithp@keithp.com>
7812
7813 commit 1c3b2fe357d6acf28f48aeddd91693f10381be51
7814 Author: Keith Packard <keithp@keithp.com>
7815 Date:   Sat Jul 31 10:05:15 2010 -0700
7816
7817     altosui: Capture config and version info in .eeprom files
7818     
7819     Instead of only writing the serial number to the .eeprom file, write
7820     all of the config values and all of the version reply to the .eeprom
7821     file. The config values, in particular, contain the accelerometer
7822     calibration data which is needed to correctly compute acceleration
7823     from the captured accelerometer data.
7824     
7825     Signed-off-by: Keith Packard <keithp@keithp.com>
7826
7827 commit e286eb61ad2a90746c1c31f95d26d5edb48738d3
7828 Author: Keith Packard <keithp@keithp.com>
7829 Date:   Sat Jul 31 09:57:49 2010 -0700
7830
7831     altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants
7832     
7833     Renames the eeprom downloading code and adds a new file to share the
7834     flight data constants across the various UI modules.
7835     
7836     Signed-off-by: Keith Packard <keithp@keithp.com>
7837
7838 commit e3a9e3815db3f290e28b40ae02aa654f515cfc37
7839 Author: Bdale Garbee <bdale@gag.com>
7840 Date:   Sat Jul 31 10:55:27 2010 -0600
7841
7842     update changelogs for Debian build
7843
7844 commit 8fc261c2b77bb8aab201a0649a84b5ffa236ce26
7845 Author: Bdale Garbee <bdale@gag.com>
7846 Date:   Sat Jul 31 10:55:07 2010 -0600
7847
7848     see if my new freetts package works
7849
7850 commit 2f114c7ff6b0deddb790d34139bb11ac37f8c0da
7851 Author: Bdale Garbee <bdale@gag.com>
7852 Date:   Thu Jul 29 13:30:36 2010 -0600
7853
7854     update changelogs for Debian build
7855
7856 commit 7877496d47ce6d25210c0e1c6500666dbfc0876c
7857 Merge: c71061a 4cf39b1
7858 Author: Keith Packard <keithp@keithp.com>
7859 Date:   Thu Jul 29 12:07:49 2010 -0700
7860
7861     Merge remote branch 'origin/master'
7862
7863 commit c71061a37d3d3be2855b61cde33d2371989d7681
7864 Author: Keith Packard <keithp@keithp.com>
7865 Date:   Thu Jul 29 12:06:06 2010 -0700
7866
7867     Make altosui test script executable
7868
7869 commit 4cf39b13a574cb656999cf329f5b08e7f910604b
7870 Author: Bdale Garbee <bdale@gag.com>
7871 Date:   Thu Jul 29 12:57:31 2010 -0600
7872
7873     update changelogs for Debian build
7874
7875 commit d1848193d8208388e4ccdfbed4e5663a9ba04dd3
7876 Author: Bdale Garbee <bdale@gag.com>
7877 Date:   Thu Jul 29 12:56:59 2010 -0600
7878
7879     add a jdk to the build deps
7880
7881 commit 9ad4984124b6c05114feac4c4ac078dc248ce16a
7882 Author: Keith Packard <keithp@keithp.com>
7883 Date:   Thu Jul 29 11:56:24 2010 -0700
7884
7885     altosui: remove option to install to alternate volume
7886
7887 commit 2e797b18f0724caf7aaf96f45997998c7416f34e
7888 Author: Bdale Garbee <bdale@gag.com>
7889 Date:   Thu Jul 29 12:50:57 2010 -0600
7890
7891     update changelogs for Debian build
7892
7893 commit 89109f9dff3ce855d80da166e3362375282f745d
7894 Author: Bdale Garbee <bdale@gag.com>
7895 Date:   Thu Jul 29 12:47:37 2010 -0600
7896
7897     ugh, fixing failure due to aborted build
7898
7899 commit 6fb8546575f6d99676dbb1dce190b0b7cf24b657
7900 Author: Keith Packard <keithp@keithp.com>
7901 Date:   Thu Jul 29 11:45:56 2010 -0700
7902
7903     Moved Mac OS packaging to altosui dir
7904
7905 commit 865d5cdf8931ffc796f608e3e12d7c5a70832825
7906 Author: Bdale Garbee <bdale@gag.com>
7907 Date:   Thu Jul 29 12:45:18 2010 -0600
7908
7909     add swig as a build dep
7910
7911 commit 91d75fb3919f606a1956bf8c6423a8012d99a56a
7912 Author: Keith Packard <keithp@keithp.com>
7913 Date:   Thu Jul 29 11:45:12 2010 -0700
7914
7915     altosui: Switch eeprom extension back to .eeprom
7916
7917 commit 33ffd89d5a64c991d28bd7369b61e1faa18f605b
7918 Author: Bdale Garbee <bdale@gag.com>
7919 Date:   Thu Jul 29 12:40:52 2010 -0600
7920
7921     update changelogs for Debian build
7922
7923 commit 62b4cc51a0f54ef363cbff46caef80a0afecdea2
7924 Author: Bdale Garbee <bdale@gag.com>
7925 Date:   Thu Jul 29 12:40:25 2010 -0600
7926
7927     update changelogs for Debian build
7928
7929 commit 6f86db5e0360bef26b21336769b7635e3a11e160
7930 Author: Keith Packard <keithp@keithp.com>
7931 Date:   Thu Jul 29 11:24:47 2010 -0700
7932
7933     Add Mac OS X packaging bits
7934     
7935     Signed-off-by: Keith Packard <keithp@keithp.com>
7936
7937 commit 950f0a8c54e5835ee5d8b0aea360bd8362c21bc5
7938 Author: Keith Packard <keithp@keithp.com>
7939 Date:   Thu Jul 29 11:09:19 2010 -0700
7940
7941     altosui: construct Darwin application directory
7942     
7943     This adds the necessary files and build steps to construct
7944     AltosUI.app on a Darwin system.
7945     
7946     Signed-off-by: Keith Packard <keithp@keithp.com>
7947
7948 commit 669c5f52abb972a82ed6efbee7a8c7d20afb5cd0
7949 Author: Keith Packard <keithp@keithp.com>
7950 Date:   Thu Jul 29 10:48:52 2010 -0700
7951
7952     libaltos: build with java src encoding UTF8
7953     
7954     Signed-off-by: Keith Packard <keithp@keithp.com>
7955
7956 commit efa0e034a161f4852947cbac06537d6ba4422a0e
7957 Author: Keith Packard <keithp@keithp.com>
7958 Date:   Thu Jul 29 10:48:25 2010 -0700
7959
7960     altosui: remove debug printf
7961     
7962     Signed-off-by: Keith Packard <keithp@keithp.com>
7963
7964 commit 53c279b9e96da8b69837ae84038a78ca5707f2a5
7965 Author: Keith Packard <keithp@keithp.com>
7966 Date:   Thu Jul 29 10:45:02 2010 -0700
7967
7968     altosui: Close serial, join reader thread, free altos_file
7969     
7970     Separating out the close and free actions ensures that the reader thread will not
7971     access freed memory or dereference a null pointer while shutting down the
7972     connection to the serial device. Otherwise, a race condition exists between the
7973     serial close and the thread join.
7974     
7975     Signed-off-by: Keith Packard <keithp@keithp.com>
7976
7977 commit b8bc9994d8bfde6116c8a509e70ddf45fc4decce
7978 Author: Keith Packard <keithp@keithp.com>
7979 Date:   Thu Jul 29 10:24:59 2010 -0700
7980
7981     altosui: Remove unnecessary freetts .jar files
7982     
7983     Signed-off-by: Keith Packard <keithp@keithp.com>
7984
7985 commit e33dbbba94ce42295e9fed9f4ba7e46f9eff1517
7986 Author: Keith Packard <keithp@keithp.com>
7987 Date:   Thu Jul 29 10:24:09 2010 -0700
7988
7989     altosui: check for closed serial device before reading
7990     
7991     Signed-off-by: Keith Packard <keithp@keithp.com>
7992
7993 commit 27a2d0c00acf78628428c20ab68e2bfba06340da
7994 Author: Bdale Garbee <bdale@gag.com>
7995 Date:   Thu Jul 29 11:02:38 2010 -0600
7996
7997     update changelogs for Debian build
7998
7999 commit 537492dc961ee6a1945b1041ee3cc0d3f519a42c
8000 Author: Bdale Garbee <bdale@gag.com>
8001 Date:   Thu Jul 29 11:01:21 2010 -0600
8002
8003     update changelogs for Debian build
8004
8005 commit adf6cbcba23e24a3824f7e242ec37baa2750ab94
8006 Author: Bdale Garbee <bdale@gag.com>
8007 Date:   Thu Jul 29 10:59:18 2010 -0600
8008
8009     update changelogs for Debian build
8010
8011 commit d0fd53bdab2f480cd43b6d7010c2094f4fccda91
8012 Author: Keith Packard <keithp@keithp.com>
8013 Date:   Wed Jul 28 21:49:23 2010 -0700
8014
8015     Reset GPS ready status when GPS comes unlocked on the pad
8016     
8017     If GPS becomes unlocked, then report that in the UI and via
8018     voice.
8019     
8020     Signed-off-by: Keith Packard <keithp@keithp.com>
8021
8022 commit 5fd225c3a52445ecdc7c04fac5e3d9a0db177c66
8023 Author: Keith Packard <keithp@keithp.com>
8024 Date:   Wed Jul 28 21:01:41 2010 -0700
8025
8026     altosui: report rocket ground bearing at landing only if known
8027     
8028     if state.from_pad is null, then there isn't any data to report.
8029     
8030     Signed-off-by: Keith Packard <keithp@keithp.com>
8031
8032 commit d2d772164af95a35ea0f5d2413a5be67de9a210f
8033 Author: Keith Packard <keithp@keithp.com>
8034 Date:   Wed Jul 28 20:18:36 2010 -0700
8035
8036     altosui: Replace device dialog. Center eeprom monitor.
8037     
8038     This adds a custom dialog for selecting device, which makes it look
8039     much nicer on the screen and allows the user to double-click on an
8040     entry to select it.
8041     
8042     Signed-off-by: Keith Packard <keithp@keithp.com>
8043
8044 commit ea32290704a8ca468f01172166b561833b20c954
8045 Author: Keith Packard <keithp@keithp.com>
8046 Date:   Wed Jul 28 19:37:02 2010 -0700
8047
8048     altosui: Fix Save flight data monitor layout, add cancel
8049     
8050     Use GridBagLayout to improve the appearance of the flight data monitor
8051     widget, add a cancel button to stop loading data (useful if the
8052     connection is wedged).
8053     
8054     Signed-off-by: Keith Packard <keithp@keithp.com>
8055
8056 commit ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31
8057 Author: Keith Packard <keithp@keithp.com>
8058 Date:   Wed Jul 28 17:08:42 2010 -0700
8059
8060     altosui: Add progress bar for eeprom downloading status
8061     
8062     This has a progress bar tracking the state and block count while
8063     downloading stuff from telemetrum.
8064     
8065     Signed-off-by: Keith Packard <keithp@keithp.com>
8066
8067 commit 6599e9576c3da9325a1731144c1b8bc4943184c0
8068 Author: Keith Packard <keithp@keithp.com>
8069 Date:   Wed Jul 28 15:41:34 2010 -0700
8070
8071     altosui: Add eeprom data capture function. No UI yet.
8072     
8073     Signed-off-by: Keith Packard <keithp@keithp.com>
8074
8075 commit 8a6040e143ecc7830cc1c0114de85f3b72c067eb
8076 Merge: 024d077 554a97e
8077 Author: Keith Packard <keithp@keithp.com>
8078 Date:   Wed Jul 28 13:29:51 2010 -0700
8079
8080     Merge remote branch 'keithp/macos'
8081
8082 commit 024d077302f91bdb17abe70d3211ab0949dab8b9
8083 Author: Keith Packard <keithp@keithp.com>
8084 Date:   Wed Jul 28 13:29:21 2010 -0700
8085
8086     Remove debug printf
8087     
8088     Signed-off-by: Keith Packard <keithp@keithp.com>
8089
8090 commit 826061eaca88c0dd75051a6006ef6703c91af595
8091 Author: Keith Packard <keithp@keithp.com>
8092 Date:   Wed Jul 28 13:10:11 2010 -0700
8093
8094     Add voice test command for help in adjusting volume.
8095     
8096     Signed-off-by: Keith Packard <keithp@keithp.com>
8097
8098 commit 71da54a5ce255395376a44586782ab8b6f3b289f
8099 Author: Keith Packard <keithp@keithp.com>
8100 Date:   Wed Jul 28 13:01:52 2010 -0700
8101
8102     Make voice and channel menus work.
8103     
8104     Stores voice and channel data to preferences.
8105     
8106     Signed-off-by: Keith Packard <keithp@keithp.com>
8107
8108 commit e76b9cc32bbcc5176d9bdd6f8d79778024627382
8109 Author: Keith Packard <keithp@keithp.com>
8110 Date:   Wed Jul 28 12:24:53 2010 -0700
8111
8112     altosui: Catch errors opening USB devices. Limit list to relevant devices
8113     
8114     Avoids a segfault when failing to open a device. Limit listed telemetry
8115     devices to just TeleDongle units.
8116     
8117     Signed-off-by: Keith Packard <keithp@keithp.com>
8118
8119 commit 172a2817dde6718724f2b5fad5a7761801446fa0
8120 Merge: f2a006f 81bf204
8121 Author: Keith Packard <keithp@keithp.com>
8122 Date:   Wed Jul 28 11:20:22 2010 -0700
8123
8124     Merge branch 'macos'
8125
8126 commit f2a006fd98045066bdf429cc142d033e9feb0a8f
8127 Author: Keith Packard <keithp@keithp.com>
8128 Date:   Wed Jul 28 09:31:09 2010 -0700
8129
8130     Make ao_log_data re-entrant as it is used for both sensor and GPS logs
8131     
8132     Because ao_log_data is called from two different threads, failing to
8133     make it re-entrant would cause the 'log' pointer parameter to get
8134     overwritten if another thread asked to log data while the eeprom was
8135     busy writing out a block.
8136     
8137     This would cause the second thread to re-writing data from the first
8138     thread's address, but without re-checksumming the data as the checksum
8139     is computed before the log mutex is taken.
8140     
8141     The bug can be seen by log blocks with invalid checksums.
8142     
8143     Here's what happens with the ao_gps_tracking_report and ao_log threads:
8144     
8145       ao_gps_tracking_report            ao_log
8146     
8147        Writes a bunch of records
8148        *blocks* in the eeprom flush
8149                                         sets ao_log_data 'log' to global 'log'
8150                                         computes checksum for 'log' block
8151                                         *blocks* on ao_log_mutex
8152        Wakes up
8153        sets ao_log_data 'log' to 'gps_log'
8154        writes remaining records
8155        'gps_log' is left with svid = 0
8156        *blocks* on ao_gps_tracking_data
8157                                         writes data, reading from
8158                                         the current ao_log_data 'log'
8159                                         pointer which points at 'gps_log'
8160     
8161     Making ao_log_data re-entrant fixes this by ensuring that the 'ao_log'
8162     thread has its own copy of the ao_log_data 'log' parameter.
8163     
8164     I made this function take an __xdata restricted pointer so that it
8165     could be passed in the dptr register instead of needing to go on the stack.
8166     
8167     Signed-off-by: Keith Packard <keithp@keithp.com>
8168
8169 commit 554a97ef455c801dcab825815f44520f96f4c3f3
8170 Author: Keith Packard <keithp@keithp.com>
8171 Date:   Tue Jul 27 19:29:38 2010 -0700
8172
8173     Force java source encoding to UTF-8
8174
8175 commit 81bf2042ca39eb106b789e5a08647c3114669358
8176 Author: Keith Packard <keithp@keithp.com>
8177 Date:   Tue Jul 27 15:29:28 2010 -0700
8178
8179     Java voice reporting cleanups.
8180     
8181     Make sure it says something at the end of a log file replay.
8182     Make sure it reports max speed after motor burn out, and max height
8183     after apogee.
8184     
8185     Signed-off-by: Keith Packard <keithp@keithp.com>
8186
8187 commit 8f2f38f2a9fb0c106e2c6b60cdc205292ce329ea
8188 Author: Keith Packard <keithp@keithp.com>
8189 Date:   Tue Jul 27 10:18:20 2010 -0700
8190
8191     Java clean ups -- use varargs where possible, remove AltosSerialReader
8192     
8193     Add methods that format stuff using String.format for voice and serial
8194     link, remove AltosSerialReader class and just embed that in the
8195     AltosSerial class directly.
8196     
8197     Signed-off-by: Keith Packard <keithp@keithp.com>
8198
8199 commit 734cd15ccff691f851359518ce6118f29dc9f88d
8200 Author: Keith Packard <keithp@keithp.com>
8201 Date:   Tue Jul 27 10:18:09 2010 -0700
8202
8203     Remove directories as .class file dependencies; it makes them get rebuilt all the time
8204
8205 commit 809feb75e2155e84aebfcc431867edcfd9054670
8206 Author: Keith Packard <keithp@keithp.com>
8207 Date:   Tue Jul 27 01:22:56 2010 -0700
8208
8209     Clean up altosui build a bit
8210
8211 commit 3784578a40dcc61f447435cfdf22e13c409cb9c0
8212 Author: Keith Packard <keithp@keithp.com>
8213 Date:   Tue Jul 27 00:16:15 2010 -0700
8214
8215     Add application icons for Mac OS X
8216
8217 commit 2c273710ea9b76ebee4101893f9fe84be8a02354
8218 Author: Keith Packard <keithp@keithp.com>
8219 Date:   Tue Jul 27 00:11:58 2010 -0700
8220
8221     Add Mac OS X packaging files for altosui
8222
8223 commit a58c44cd904e5429b807e5c23913051ed6484edc
8224 Author: Keith Packard <keithp@keithp.com>
8225 Date:   Tue Jul 27 00:09:41 2010 -0700
8226
8227     libaltos: build fat 10.5-compatible library
8228     
8229     Signed-off-by: Keith Packard <keithp@keithp.com>
8230
8231 commit 4e3285575e0c7d029e799258587e965779990099
8232 Author: Keith Packard <keithp@keithp.com>
8233 Date:   Tue Jul 27 00:09:18 2010 -0700
8234
8235     libaltos: make clean remove all built files
8236     
8237     Signed-off-by: Keith Packard <keithp@keithp.com>
8238
8239 commit fb8507975c6e081de2e909eca6faaa8f868b609e
8240 Author: Keith Packard <keithp@keithp.com>
8241 Date:   Tue Jul 27 00:08:38 2010 -0700
8242
8243     libaltos needs -I. on all systems
8244     
8245     Signed-off-by: Keith Packard <keithp@keithp.com>
8246
8247 commit 0a782026f6b19e84ffd44f1ae1b466363474bd30
8248 Author: Keith Packard <keithp@keithp.com>
8249 Date:   Mon Jul 26 18:10:07 2010 -0700
8250
8251     Darwin doesn't have strndup.
8252     
8253     This provides a private version of this GNU extension.
8254     
8255     Signed-off-by: Keith Packard <keithp@keithp.com>
8256
8257 commit b51497597868a40df039dd3ca11b35a6258bbbb3
8258 Author: Keith Packard <keithp@keithp.com>
8259 Date:   Mon Jul 26 18:04:10 2010 -0700
8260
8261     Re-enable Linux support for altosui.
8262     
8263     This steals code from cc-usbdev for scanning the USB tree and uses the
8264     same tty code as on Darwin
8265     
8266     Signed-off-by: Keith Packard <keithp@keithp.com>
8267
8268 commit e9153c4f2c71ed965822fcfe5112d2bc38506baf
8269 Author: Keith Packard <keithp@keithp.com>
8270 Date:   Mon Jul 26 17:04:04 2010 -0700
8271
8272     Re-enable freetts
8273
8274 commit 17188f36fe18c23bc2eb877ac9a01b7693f4b863
8275 Author: Keith Packard <keithp@keithp.com>
8276 Date:   Mon Jul 26 17:03:47 2010 -0700
8277
8278     Present list of altos devices in nice format
8279
8280 commit 005e2d6a7bb3b0546b0c1273296875621632ec6d
8281 Author: Keith Packard <keithp@keithp.com>
8282 Date:   Mon Jul 26 15:42:48 2010 -0700
8283
8284     Switch AltosUI to libaltos for device access
8285     
8286     Signed-off-by: Keith Packard <keithp@keithp.com>
8287
8288 commit c726d8f6eb861801d7543552beab6ee2c920c96f
8289 Author: Keith Packard <keithp@keithp.com>
8290 Date:   Mon Jul 26 15:41:39 2010 -0700
8291
8292     Add libaltos which talks to USB connected altos devices
8293
8294 commit 05111d5be4d37bedaaee6415d6ee27347e6a112c
8295 Author: Keith Packard <keithp@keithp.com>
8296 Date:   Mon Jul 26 12:52:17 2010 -0700
8297
8298     When the EP0 IN buffer is full, don't panic, just skip sending another
8299     
8300     If the host doesn't pull the IN packet out of EP0 before sending
8301     another SETUP command along, the IN buffer will still be busy when we
8302     try to reply to the SETUP command. While I don't quite understand why
8303     this would ever happen, there's no need to panic about it, just drop
8304     the reply packet on the floor.
8305     
8306     Signed-off-by: Keith Packard <keithp@keithp.com>
8307
8308 commit d0647950b76bfa9942e4f8cf87353f2b724099f4
8309 Author: Bdale Garbee <bdale@gag.com>
8310 Date:   Wed Jul 21 14:26:36 2010 -0600
8311
8312     fix text since TM only has one led to blink
8313
8314 commit 8eda9fe94a7fd40cb84f50e17e64956f1584ebdc
8315 Author: Bdale Garbee <bdale@gag.com>
8316 Date:   Tue Jul 20 22:24:32 2010 -0600
8317
8318     update changelogs for Debian build
8319
8320 commit cd8aa79de72b8b6b3a26d0c2522e94c621b70f13
8321 Author: Bdale Garbee <bdale@gag.com>
8322 Date:   Tue Jul 20 22:24:01 2010 -0600
8323
8324     update to latest Debian standards version
8325
8326 commit 3284c7516e302e6db403d18866924ad926ffb2a7
8327 Author: Bdale Garbee <bdale@gag.com>
8328 Date:   Tue Jul 20 22:20:08 2010 -0600
8329
8330     update changelogs for Debian build
8331
8332 commit 8f1933717e3acfbcb09191da6e79a7944f91f9d9
8333 Author: Bdale Garbee <bdale@gag.com>
8334 Date:   Tue Jul 20 22:19:27 2010 -0600
8335
8336     reflect documentation file name change
8337
8338 commit 2cf1ef555a7feceeb1c333b273c19dd848e8d03f
8339 Author: Bdale Garbee <bdale@gag.com>
8340 Date:   Tue Jul 20 22:15:47 2010 -0600
8341
8342     update changelogs for Debian build
8343
8344 commit 74c67fc466118b86b4eb5173f7a6886ae220a985
8345 Author: Bdale Garbee <bdale@gag.com>
8346 Date:   Tue Jul 20 22:14:27 2010 -0600
8347
8348     add build dep for sndfile
8349
8350 commit 0794ab1e13313fa49b7caf01aef20b052ad78a88
8351 Author: Bdale Garbee <bdale@gag.com>
8352 Date:   Tue Jul 20 22:10:01 2010 -0600
8353
8354     update changelogs for Debian build
8355
8356 commit 15a6791ba8f8313b6b55752c3fa7dc254d56dd5c
8357 Author: Bdale Garbee <bdale@gag.com>
8358 Date:   Tue Jul 20 22:08:56 2010 -0600
8359
8360     update changelogs for Debian build
8361
8362 commit e747954b6a9e71705f619684df8a118a909b1039
8363 Merge: bd40a5b 695879d
8364 Author: Bdale Garbee <bdale@gag.com>
8365 Date:   Tue Jul 20 22:07:22 2010 -0600
8366
8367     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8368
8369 commit bd40a5b431847c071f5c486d754eca5627e5e3b9
8370 Author: Bdale Garbee <bdale@gag.com>
8371 Date:   Tue Jul 20 02:12:03 2010 -0600
8372
8373     significant update
8374
8375 commit 695879dbccfc5ec6b79698653c58814158f91686
8376 Author: Keith Packard <keithp@keithp.com>
8377 Date:   Wed Jul 14 19:07:02 2010 -0700
8378
8379     Switch DBG pins to GPIO when using any debug commands. Reboot to restore.
8380     
8381     If you want to use TeleMetrum as a debug dongle, you need to flip the
8382     three pins used to talk to the remote debug port from SPI mode to GPIO
8383     mode.
8384     
8385     This patch doesn't provide any way to get back to SPI mode, so you'll
8386     have to reboot the TeleMetrum to write out config parameters or log
8387     flight data after using any debug commands.
8388     
8389     Signed-off-by: Keith Packard <keithp@keithp.com>
8390
8391 commit a9ec6be0e92dee01f7aac006ef6f7779c1da1b36
8392 Author: Keith Packard <keithp@keithp.com>
8393 Date:   Sat Jul 3 17:42:36 2010 -0400
8394
8395     Telemetry code was mis-computing RSSI
8396     
8397     The RSSI data from the hardware reports in 1/2 dBm increments, and so
8398     must be divided to report plain RSSI numbers.
8399     
8400     Signed-off-by: Keith Packard <keithp@keithp.com>
8401
8402 commit 62294ea3830d3ea261a8761edc9fa6f98201d321
8403 Author: Bdale Garbee <bdale@gag.com>
8404 Date:   Thu Jun 24 12:38:23 2010 -0700
8405
8406     update changelogs for Debian build
8407
8408 commit 4766b13d1241fa585907c6f77707d2d4b3ccff75
8409 Author: Bdale Garbee <bdale@gag.com>
8410 Date:   Thu Jun 24 12:37:55 2010 -0700
8411
8412     update changelogs for Debian build
8413
8414 commit 52834517c0706b1f16fb81643a42dc1c1997e00a
8415 Author: Keith Packard <keithp@keithp.com>
8416 Date:   Mon Jun 21 15:53:33 2010 -0700
8417
8418     Abort any in-progress radio operation when changing radio channel
8419     
8420     In monitor mode, the current receive operation must be aborted so that
8421     the radio channel change can take effect without receiving a
8422     telemetry packet on the old channel. Aborting any in-progress radio
8423     operation will make sure that happens.
8424     
8425     Signed-off-by: Keith Packard <keithp@keithp.com>
8426
8427 commit 5933eaa44fe45027b856f1303dd657b974eb53e7
8428 Author: Keith Packard <keithp@keithp.com>
8429 Date:   Mon Jun 21 11:44:32 2010 -0700
8430
8431     ao-postflight: was walking off state.data array
8432
8433 commit 11d155d558d0b121b66f089adee0a47d71f65a78
8434 Merge: 544003a 24393ea
8435 Author: Keith Packard <keithp@keithp.com>
8436 Date:   Wed Jun 16 21:54:06 2010 -0700
8437
8438     Merge remote branch 'mjb/master'
8439
8440 commit 544003a8da0248fd6f3c62ded86af74ab7cdadf6
8441 Merge: 267923e 93c1e29
8442 Author: Keith Packard <keithp@keithp.com>
8443 Date:   Wed Jun 16 21:52:23 2010 -0700
8444
8445     Merge remote branch 'origin/master'
8446
8447 commit 267923e56e22b3635a21f42ef77a3a36158bc273
8448 Author: Keith Packard <keithp@keithp.com>
8449 Date:   Wed Jun 16 21:49:43 2010 -0700
8450
8451     Add special code for USB panic's.
8452     
8453     The USB system may panic if the hardware isn't ready for IN data when
8454     the driver thinks it should be. This adds a special panic code to make
8455     figuring this out easier.
8456     
8457     Signed-off-by: Keith Packard <keithp@keithp.com>
8458
8459 commit 50ae347bf9de49ccfc92d26888f36e155fb406a3
8460 Author: Keith Packard <keithp@keithp.com>
8461 Date:   Wed Jun 16 21:48:04 2010 -0700
8462
8463     ao-view: disable radio telemetry monitoring during channel change
8464     
8465     This makes ao-view disable the radio so that the channel change has an
8466     immediate effect rather than waiting for a packet on the old channel.
8467     
8468     Note that this should also be fixed in the TM code itself so that this
8469     change wouldn't be required.
8470     
8471     Signed-off-by: Keith Packard <keithp@keithp.com>
8472
8473 commit 24393eab0ea085f2d0224b59fdc3c00693e5d3a9
8474 Author: Mike Beattie <mike@ethernal.org>
8475 Date:   Thu Jun 17 14:04:01 2010 +1200
8476
8477     Extension to KML output format, and minor bug fix
8478     
8479     Extended KML output by breaking flight into coloured segments representing
8480     flight state. Add extra statistical information to description bubbles
8481     visible in Google Earth when clicking on links in My Places.
8482     
8483     Fix Bugs:
8484     * output kml to file provided as argument.
8485     * move kml coordinate output code to take advantage of nsat calculation
8486     * remove superfluous %9.2f format specifier from raw_file output.
8487     
8488     Signed-off-by: Mike Beattie <mike@ethernal.org>
8489
8490 commit 93c1e29b07c331a5ca6e0f647b9d2e9266ed3014
8491 Author: Bdale Garbee <bdale@gag.com>
8492 Date:   Tue May 18 23:12:45 2010 -0600
8493
8494     updates from Bob
8495
8496 commit bb46c9a1da5788a082e4483e576a5a6d3963507b
8497 Author: Bdale Garbee <bdale@gag.com>
8498 Date:   Tue May 18 00:26:28 2010 -0600
8499
8500     update changelogs for Debian build
8501
8502 commit 16c4cae7ebed7bd3ee0f12b8872bf950574f17e8
8503 Author: Bdale Garbee <bdale@gag.com>
8504 Date:   Tue May 18 00:26:00 2010 -0600
8505
8506     update changelogs for Debian build
8507
8508 commit bc89d962c87b50e5487628f8ca25e4443ac4823d
8509 Author: Bdale Garbee <bdale@gag.com>
8510 Date:   Tue May 18 00:24:03 2010 -0600
8511
8512     merge the altusmetrum-themes package
8513
8514 commit 0c6cf621dfd8339b8bc3915750a3147235f1331b
8515 Merge: 32e430b 563a9dc
8516 Author: Bdale Garbee <bdale@gag.com>
8517 Date:   Mon May 17 23:59:43 2010 -0600
8518
8519     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8520
8521 commit 32e430b8a5f93b312f6359b4d553bad92ed37b19
8522 Author: Bdale Garbee <bdale@gag.com>
8523 Date:   Mon May 17 22:43:19 2010 -0600
8524
8525     merge in a derivative of Bob Finch's mere mortals guide as a getting started
8526     chapter
8527
8528 commit 563a9dcdfef42718370c49f16cc2271642b3e055
8529 Author: Keith Packard <keithp@keithp.com>
8530 Date:   Mon May 17 21:30:57 2010 -0700
8531
8532     Finish basic flight monitoring UI with voice using FreeTTS
8533     
8534     This captures telemetry data to log files and presents flight status
8535     information in audio form using FreeTTS.
8536     
8537     Signed-off-by: Keith Packard <keithp@keithp.com>
8538
8539 commit 69092ffd23ac1928d5c84413fd00c2423f313fc2
8540 Merge: 3c2211a cc002c0
8541 Author: Bdale Garbee <bdale@gag.com>
8542 Date:   Mon May 17 20:10:46 2010 -0600
8543
8544     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8545
8546 commit cc002c0a43a02845ba67d1a61828be382f307b2e
8547 Author: Keith Packard <keithp@keithp.com>
8548 Date:   Sun May 16 22:31:23 2010 -0700
8549
8550     Fix telemetrum.inf, tested by Adrian and Keithp
8551
8552 commit 3c2211ad7877d622435bc9e8c9c0b01d62be6ff0
8553 Author: Bdale Garbee <bdale@gag.com>
8554 Date:   Thu May 13 15:37:37 2010 -0600
8555
8556     typo fix from Bob
8557
8558 commit f0433c83d76e90d78fb86a1f4a2f145f3c57fb25
8559 Author: Bdale Garbee <bdale@gag.com>
8560 Date:   Thu May 13 01:27:39 2010 -0600
8561
8562     updates from Bob
8563
8564 commit 0f05cf06e3f1ec510b11d993d9038211ac66c97b
8565 Author: Bdale Garbee <bdale@gag.com>
8566 Date:   Wed May 12 19:54:04 2010 -0600
8567
8568     update changelogs for Debian build
8569
8570 commit 6bd85138c1bfbc1d8b78dce1501870a65a64db36
8571 Author: Bdale Garbee <bdale@gag.com>
8572 Date:   Wed May 12 19:53:40 2010 -0600
8573
8574     lose the quotes since they apparently aren't necessary
8575
8576 commit d639144b9bb840fbbced199738787ec054eddf12
8577 Author: Bdale Garbee <bdale@gag.com>
8578 Date:   Wed May 12 17:04:41 2010 -0600
8579
8580     update changelogs for Debian build
8581
8582 commit ae6854df00579ea1c3486f1bf8f19443d5ac9498
8583 Author: Bdale Garbee <bdale@gag.com>
8584 Date:   Wed May 12 17:04:13 2010 -0600
8585
8586     update desktop file for conformance with current standards
8587
8588 commit 7191d74e680a63728f5eb139069a674fef969e6c
8589 Author: Bdale Garbee <bdale@gag.com>
8590 Date:   Wed May 12 16:45:00 2010 -0600
8591
8592     update changelogs for Debian build
8593
8594 commit 68eaaa694bb7bf20642ad11eac8a13c1c8e21b7d
8595 Author: Bdale Garbee <bdale@gag.com>
8596 Date:   Wed May 12 16:44:14 2010 -0600
8597
8598     add desktop file
8599
8600 commit 9d3d09578381bb6e6f88c39b0e945371bbc22c5a
8601 Author: Bdale Garbee <bdale@gag.com>
8602 Date:   Wed May 12 16:34:49 2010 -0600
8603
8604     add desktop file provided by Bob Finch
8605
8606 commit 3cc1dad3b497524ffef61190dd68908cb19e8c35
8607 Author: Bdale Garbee <bdale@gag.com>
8608 Date:   Wed May 12 16:28:35 2010 -0600
8609
8610     add initial package build scripts for Arch Linux from Bob Finch
8611
8612 commit 1b8671bd0a00cec6ae4ccf442cd007b18af82fb0
8613 Author: Bdale Garbee <bdale@gag.com>
8614 Date:   Sun May 9 01:41:00 2010 -0600
8615
8616     lots of updates
8617
8618 commit 53b9a9bc28a9278249ff37f92110c21380e93cda
8619 Author: Bdale Garbee <bdale@gag.com>
8620 Date:   Thu May 6 13:59:23 2010 -0600
8621
8622     update changelogs for Debian build
8623
8624 commit cde60f16f6ab2cdd5010a0e106ae312d144947cf
8625 Author: Bdale Garbee <bdale@gag.com>
8626 Date:   Thu May 6 13:58:31 2010 -0600
8627
8628     Revert "Merge remote branch 'remotes/origin/fix-reset'"
8629     
8630     This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing
8631     changes made to fa77db2ffd8a749c93767db5a6311131e00473ae.
8632     
8633     For whatever reason, this is utterly not doing the right things today!
8634
8635 commit 8be04df7e1e0a369ffb1137c6e2ec63585e3c935
8636 Author: Bdale Garbee <bdale@gag.com>
8637 Date:   Thu May 6 12:48:00 2010 -0600
8638
8639     update changelogs for Debian build
8640
8641 commit 314d27a73c903fef2968dabac3d5313573713460
8642 Merge: fa77db2 823fc0a
8643 Author: Bdale Garbee <bdale@gag.com>
8644 Date:   Thu May 6 12:47:30 2010 -0600
8645
8646     Merge remote branch 'remotes/origin/fix-reset'
8647
8648 commit 823fc0ac27b8df9b4ba1ca0f229b431baf5b46dd
8649 Author: Keith Packard <keithp@keithp.com>
8650 Date:   Wed May 5 12:50:39 2010 -0700
8651
8652     Don't change dbg clock while changing reset_n. Use 20ms everywhere
8653     
8654     This changes the reset code to be more conservative about changing
8655     things at the same time, and also sets all timings to 20ms to make
8656     debugging with the scope easier.
8657     
8658     Signed-off-by: Keith Packard <keithp@keithp.com>
8659
8660 commit fa77db2ffd8a749c93767db5a6311131e00473ae
8661 Author: Bdale Garbee <bdale@gag.com>
8662 Date:   Wed May 5 02:34:41 2010 -0600
8663
8664     update changelogs for Debian build
8665
8666 commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
8667 Author: Keith Packard <keithp@keithp.com>
8668 Date:   Wed May 5 01:32:46 2010 -0700
8669
8670     Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
8671     
8672     ao_sleep doesn't delay for a specified time interval as much as one
8673     might want it to.
8674
8675 commit e6bb80975fde20928a830170f0821d59a8c72690
8676 Author: Keith Packard <keithp@keithp.com>
8677 Date:   Wed May 5 01:31:57 2010 -0700
8678
8679     Fix all stdio reading functions to be __critical
8680     
8681     Oh, right SDCC has '__critical' to mark sections of code that need to
8682     run with interrupts disabled; no need to use EA = 0 and EA = 1.
8683     
8684     Signed-off-by: Keith Packard <keithp@keithp.com>
8685
8686 commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
8687 Author: Bdale Garbee <bdale@gag.com>
8688 Date:   Wed May 5 01:57:54 2010 -0600
8689
8690     update changelogs for Debian build
8691
8692 commit 8702f497c4278648303eced1aed5bd76d559521a
8693 Author: Bdale Garbee <bdale@gag.com>
8694 Date:   Wed May 5 01:57:11 2010 -0600
8695
8696     initial attempt at a telemetrum turn on script .. needs work
8697
8698 commit 01cefa181b04e53c20109ef8f3ffff633744da73
8699 Author: Bdale Garbee <bdale@gag.com>
8700 Date:   Wed May 5 01:56:51 2010 -0600
8701
8702     update changelogs for Debian build
8703
8704 commit 45a1c2d2dfb69e5269ef2756fcd0f734b48d41cb
8705 Author: Bdale Garbee <bdale@gag.com>
8706 Date:   Wed May 5 01:54:33 2010 -0600
8707
8708     update changelogs for Debian build
8709
8710 commit f7ff3278bb670df59d7425a014cfe8e3718fea3f
8711 Author: Keith Packard <keithp@keithp.com>
8712 Date:   Wed May 5 00:44:42 2010 -0700
8713
8714     Disable interrupts while reading from stdin
8715     
8716     With multiple input source support, there is a lag between asking a
8717     device if it has data and then waiting for more data to appear. If an
8718     interrupt signalling additional input arrives in this interval, we'll
8719     go to sleep with input available.
8720     
8721     This patch uses a big hammer by just disabling interrupts for the
8722     whole process.
8723     
8724     Signed-off-by: Keith Packard <keithp@keithp.com>
8725
8726 commit aa9ff021d683764a43800eaa18ea0c9be5134939
8727 Author: Keith Packard <keithp@keithp.com>
8728 Date:   Tue May 4 21:42:54 2010 -0700
8729
8730     Revert "Add optional 's' command to packet slave to enable/disable slave mode"
8731     
8732     This reverts commit e7dc7fab787df63a4de72c8450e94092eb04d7db.
8733     
8734     This patch didn't work, and magically appears to break flashing TM
8735     from TD.
8736
8737 commit 8c95f33686f69da717013ec2c25dbcd99c03aa45
8738 Author: Bdale Garbee <bdale@gag.com>
8739 Date:   Thu Apr 29 17:48:44 2010 -0600
8740
8741     more text created during SFO->DEN flight
8742
8743 commit af0613ffc178b9b1f011c315923f92f2581fe53e
8744 Author: Bdale Garbee <bdale@gag.com>
8745 Date:   Tue Apr 27 00:18:43 2010 -0600
8746
8747     update changelogs for Debian build
8748
8749 commit 99094f02bf4849ba1f6b9842ded6c39d894320f7
8750 Merge: 641e76c 75d8ffd
8751 Author: Bdale Garbee <bdale@gag.com>
8752 Date:   Tue Apr 27 00:17:37 2010 -0600
8753
8754     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8755
8756 commit 641e76c5d419dab057298541b3a7546877643198
8757 Author: Bdale Garbee <bdale@gag.com>
8758 Date:   Tue Apr 27 00:17:15 2010 -0600
8759
8760     add some RF usage information from an email reply sent today, and re-indent
8761
8762 commit 75d8ffd4eadf31d50b2f58c021530c17ff1bdc66
8763 Author: Keith Packard <keithp@keithp.com>
8764 Date:   Fri Apr 23 13:53:25 2010 -0700
8765
8766     Autodetect flite voice registration function
8767     
8768     Old versions of flite exported the function 'register_cmu_us_kal'
8769     while new ones export 'register_cmu_us_kal16'. This patch just checks
8770     which one is available and uses that.
8771     
8772     Signed-off-by: Keith Packard <keithp@keithp.com>
8773
8774 commit 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc
8775 Author: Keith Packard <keithp@keithp.com>
8776 Date:   Thu Apr 22 16:25:35 2010 -0700
8777
8778     More ALtosUI changes
8779
8780 commit e7dc7fab787df63a4de72c8450e94092eb04d7db
8781 Author: Keith Packard <keithp@keithp.com>
8782 Date:   Thu Apr 22 14:53:44 2010 -0700
8783
8784     Add optional 's' command to packet slave to enable/disable slave mode
8785     
8786     This option has been selected for teledongle so that you can use slave
8787     mode and hook two teledongles together over the RF link.
8788     
8789     Signed-off-by: Keith Packard <keithp@keithp.com>
8790
8791 commit f4383394b5d2b275b21e3ce8040d8cb9e48bb375
8792 Merge: 5f93cf8 c879b17
8793 Author: Bdale Garbee <bdale@gag.com>
8794 Date:   Sun Apr 18 08:36:07 2010 -0600
8795
8796     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8797
8798 commit 5f93cf8c73555f43c14b1b0757f264bde69e9b8a
8799 Author: Bdale Garbee <bdale@gag.com>
8800 Date:   Sun Apr 18 08:35:43 2010 -0600
8801
8802     capture work done on SFO->DEN flight
8803
8804 commit c879b178d83c9a9a521f42a960b10e19b11cee92
8805 Author: Keith Packard <keithp@keithp.com>
8806 Date:   Sat Apr 10 22:09:57 2010 -0700
8807
8808     Increase reset switch time to 100ms
8809     
8810     Signed-off-by: Keith Packard <keithp@keithp.com>
8811
8812 commit b3a2e1221735d54dc3f2b97b4e75ed6f33ab8227
8813 Author: Bdale Garbee <bdale@gag.com>
8814 Date:   Sat Apr 10 15:01:14 2010 -0600
8815
8816     update changelogs for Debian build
8817
8818 commit 9394393c24c0a96b94319f2d0aa78fb498a121c9
8819 Author: Keith Packard <keithp@keithp.com>
8820 Date:   Fri Apr 9 17:51:01 2010 -0700
8821
8822     Only have the slave return a packet if it received one.
8823     
8824     When the receive is aborted to switch modes, it's important to not
8825     immediately re-acquire the radio and try to send a packet as the
8826     aborting thread won't know to kick the receiver again.
8827     
8828     This prevents the 'C' command from locking up as it tries to stop the
8829     packet slave before turning on the transmitter.
8830     
8831     Signed-off-by: Keith Packard <keithp@keithp.com>
8832
8833 commit ce39372a3aeffff1a08d609e63164a00cf974663
8834 Author: Bdale Garbee <bdale@gag.com>
8835 Date:   Fri Apr 9 13:50:49 2010 -0600
8836
8837     wrong Yaesu model
8838
8839 commit a832c7e9d9e9e420e1281136188bd53b34c56464
8840 Author: Bdale Garbee <bdale@gag.com>
8841 Date:   Fri Apr 9 00:10:03 2010 -0600
8842
8843     update changelogs for Debian build
8844
8845 commit c0ee1ae25e1d18138d8372f47085de48ffada344
8846 Author: Bdale Garbee <bdale@gag.com>
8847 Date:   Fri Apr 9 00:09:21 2010 -0600
8848
8849     file changed by auto tools
8850
8851 commit 25e69ebfec94560e0714cf2cc623dc9697b4ea99
8852 Author: Bdale Garbee <bdale@gag.com>
8853 Date:   Fri Apr 9 00:08:32 2010 -0600
8854
8855     update changelogs for Debian build
8856
8857 commit ea5d4f01d18d93d032f05933041b7b6881289780
8858 Author: Keith Packard <keithp@keithp.com>
8859 Date:   Thu Apr 8 22:45:04 2010 -0700
8860
8861     libflite may forget to reference libasound
8862
8863 commit 4b02f293e9c32a568fad89558274f21157e7d473
8864 Author: Bdale Garbee <bdale@gag.com>
8865 Date:   Thu Apr 8 20:08:07 2010 -0600
8866
8867     update changelogs for Debian build
8868
8869 commit 5c3b6e2d1989bcaa19ae3e294f297ec3e5648a53
8870 Author: Bdale Garbee <bdale@gag.com>
8871 Date:   Thu Apr 8 19:56:40 2010 -0600
8872
8873     update changelogs for Debian build
8874
8875 commit 01e524f11a67390a8ea1f20aa2d611909b4da363
8876 Author: Bdale Garbee <bdale@gag.com>
8877 Date:   Thu Apr 8 19:55:05 2010 -0600
8878
8879     choose a better set of docbook xsl files
8880
8881 commit f93c9bf3695862db31f2c3b3bc5a7bb24ef3766c
8882 Author: Keith Packard <keithp@keithp.com>
8883 Date:   Thu Apr 8 17:28:17 2010 -0700
8884
8885     When changing RESET line, delay 20ms
8886     
8887     The GPS data sheet suggests a 1uF cap on the reset line to ensure it
8888     is held low long enough for the power supply to come up to voltage. TM
8889     v1.0 loads a 0.001uF cap there, but in case that isn't large enough,
8890     it could be replaced with the larger one. This change makes sure that
8891     even with that larger value, the debugging link will be able to reset
8892     the target.
8893     
8894     Signed-off-by: Keith Packard <keithp@keithp.com>
8895
8896 commit baaaac499cfbc1286ae55374cfdc796d32983b92
8897 Merge: a4356b9 dec9971
8898 Author: Keith Packard <keithp@keithp.com>
8899 Date:   Thu Apr 8 13:31:23 2010 -0700
8900
8901     Merge remote branch 'origin/master'
8902
8903 commit a4356b9bcf679c4d7b88fbbad77a98ecb0f80098
8904 Author: Keith Packard <keithp@keithp.com>
8905 Date:   Thu Apr 8 13:30:16 2010 -0700
8906
8907     Use 16-bit flite voice (which appears to have changed symbols recently)
8908
8909 commit 447c121fc1ceb878e45718ad1364a5349965a59a
8910 Merge: 10330d2 53ca3f9
8911 Author: Keith Packard <keithp@keithp.com>
8912 Date:   Thu Apr 8 11:46:56 2010 -0700
8913
8914     Merge remote branch 'origin/master' into altosui
8915
8916 commit dec9971d70f17067ba0051206851b49c7604ac85
8917 Author: Bdale Garbee <bdale@gag.com>
8918 Date:   Thu Apr 8 12:43:03 2010 -0600
8919
8920     update changelogs for Debian build
8921
8922 commit 6629ec52def8917ad033847812a1adc4c3e9c947
8923 Author: Bdale Garbee <bdale@gag.com>
8924 Date:   Thu Apr 8 12:42:47 2010 -0600
8925
8926     lose the url entirely for now
8927
8928 commit a1539a075a0cc79c9122fea878d9a20ee722a18c
8929 Author: Bdale Garbee <bdale@gag.com>
8930 Date:   Thu Apr 8 12:41:42 2010 -0600
8931
8932     update changelogs for Debian build
8933
8934 commit 934434ffb3514fe9ff95692784750d7c5217a5d3
8935 Author: Bdale Garbee <bdale@gag.com>
8936 Date:   Thu Apr 8 12:41:28 2010 -0600
8937
8938     fix typo in url
8939
8940 commit 8a067cd0eebbec313fc39086747ef618f2d1cf37
8941 Author: Bdale Garbee <bdale@gag.com>
8942 Date:   Thu Apr 8 12:36:18 2010 -0600
8943
8944     update changelogs for Debian build
8945
8946 commit 05ad58389fa3814ecb56344bf4ec3a3e025920a2
8947 Author: Bdale Garbee <bdale@gag.com>
8948 Date:   Thu Apr 8 12:34:54 2010 -0600
8949
8950     need another build dep
8951
8952 commit 6fbdc7037db185f03bd5ff96b9d9320646572df7
8953 Author: Bdale Garbee <bdale@gag.com>
8954 Date:   Thu Apr 8 12:28:49 2010 -0600
8955
8956     update changelogs for Debian build
8957
8958 commit 8f1d47e9cd61738e516d15fc97d5730d80611e87
8959 Author: Bdale Garbee <bdale@gag.com>
8960 Date:   Thu Apr 8 12:28:20 2010 -0600
8961
8962     update changelogs for Debian build
8963
8964 commit 10330d23518c94a8b791193a97a6cc07b1c9a97c
8965 Author: Keith Packard <keithp@keithp.com>
8966 Date:   Tue Apr 6 00:58:00 2010 -0700
8967
8968     Enable telemetry monitoring
8969     
8970     Signed-off-by: Keith Packard <keithp@keithp.com>
8971
8972 commit 9e10e43eff9de3f034da49c4f88728fb933f5035
8973 Author: Keith Packard <keithp@keithp.com>
8974 Date:   Tue Apr 6 00:56:57 2010 -0700
8975
8976     Tasks may move in task structure as a result of ao_exit
8977     
8978     Signed-off-by: Keith Packard <keithp@keithp.com>
8979
8980 commit a7fc7901cd591c93d9d0cffeec2977ebb17554d4
8981 Author: Keith Packard <keithp@keithp.com>
8982 Date:   Tue Apr 6 00:55:19 2010 -0700
8983
8984     TD reports "not-connected" when GPS has 0 sats
8985
8986 commit e064d05da87926c19fb665b40fb280fb59328183
8987 Author: Keith Packard <keithp@keithp.com>
8988 Date:   Tue Apr 6 00:54:52 2010 -0700
8989
8990     serial port read function cannot be interrupted. poll every 1 second
8991
8992 commit c099a67d9ea37e731e0eca318102560281ac240f
8993 Author: Keith Packard <keithp@keithp.com>
8994 Date:   Mon Apr 5 22:42:05 2010 -0700
8995
8996     Interrupt running replay thread when starting another replay
8997     
8998     Signed-off-by: Keith Packard <keithp@keithp.com>
8999
9000 commit cc600a0389720bc7e435dbda8bec080ef19e0c58
9001 Author: Keith Packard <keithp@keithp.com>
9002 Date:   Mon Apr 5 22:21:46 2010 -0700
9003
9004     Add Linux device discovery
9005     
9006     AltosDeviceLinux.java scans /proc to locate suitable devices. This
9007     will be hooked up to the UI shortly.
9008
9009 commit c28646d72005daeadb70b95fd3b0050bd752cc55
9010 Author: Keith Packard <keithp@keithp.com>
9011 Date:   Sun Apr 4 20:55:30 2010 -0700
9012
9013     Switch TeleMetrum from v0.2 to v1.0
9014     
9015     Signed-off-by: Keith Packard <keithp@keithp.com>
9016
9017 commit d22ba55ae0e056530a727df50f14ad853d79a2c8
9018 Author: Keith Packard <keithp@keithp.com>
9019 Date:   Sun Apr 4 20:55:18 2010 -0700
9020
9021     Clean up some altosui comments
9022
9023 commit 6251e89c6eea655769f77bc18e98e79c99cf3cad
9024 Author: Keith Packard <keithp@keithp.com>
9025 Date:   Sun Apr 4 19:54:46 2010 -0700
9026
9027     Don't abort the radio when enabling telemetry monitoring
9028     
9029     If telemetry monitoring is already on, then there isn't any point, and
9030     if it's not on, then presumably there isn't any radio work to abort.
9031     
9032     Signed-off-by: Keith Packard <keithp@keithp.com>
9033
9034 commit b0b99f30c4e00689e9faceb363a5c7284541c6be
9035 Author: Keith Packard <keithp@keithp.com>
9036 Date:   Sun Apr 4 19:48:50 2010 -0700
9037
9038     Make ao_radio_idle keep trying to get the radio to idle.
9039     
9040     Attempting to abort a radio operation could lead to a hang if the user
9041     of the radio jumped in and started using it again before the task
9042     attempting to abort woke up. This change just keeps smacking the radio
9043     until the radio goes idle long enough to detect it.
9044
9045 commit 0e7abc9fedec568b431c983d3df1b0b29f4f10e3
9046 Author: Keith Packard <keithp@keithp.com>
9047 Date:   Sun Apr 4 16:32:04 2010 -0700
9048
9049     Use RXTX for serial comm. Add logdir preference saving
9050
9051 commit c66eebad323e4572bb7cc23bc476ee144f03e9b8
9052 Author: Bdale Garbee <bdale@gag.com>
9053 Date:   Sat Apr 3 08:02:44 2010 -0600
9054
9055     rewrite urls in docbook format
9056
9057 commit 3d34c488c5b71020d86f83156fd821fd860bf214
9058 Author: Keith Packard <keithp@keithp.com>
9059 Date:   Sat Apr 3 00:02:44 2010 -0700
9060
9061     Make .jar file
9062
9063 commit 4bea4c327e002ce8f88218f0d840af7c1521bc35
9064 Author: Keith Packard <keithp@keithp.com>
9065 Date:   Fri Apr 2 23:25:02 2010 -0700
9066
9067     Remove unused cell renderer class
9068
9069 commit 4ad062969ae8a608b8428620579bbe114e580a11
9070 Author: Keith Packard <keithp@keithp.com>
9071 Date:   Fri Apr 2 23:20:38 2010 -0700
9072
9073     Remove GPS data missing from skytraq. Save max height/accel/speed
9074
9075 commit ebd49d4ec6b0b60c85b2de45cfe2e36add8fe9bf
9076 Author: Keith Packard <keithp@keithp.com>
9077 Date:   Fri Apr 2 23:05:40 2010 -0700
9078
9079     Report current gps nsat, not last locked nsat
9080
9081 commit 3f9b66b307ee88172151e3bee58e50f5acbde109
9082 Author: Keith Packard <keithp@keithp.com>
9083 Date:   Fri Apr 2 23:00:30 2010 -0700
9084
9085     Clean up GPS data formatting
9086
9087 commit 9cc48698ec14c34d437baad7b6540edc31e9741c
9088 Author: Keith Packard <keithp@keithp.com>
9089 Date:   Fri Apr 2 22:47:40 2010 -0700
9090
9091     Fix state updates
9092
9093 commit 6d523ee4dad3b9890d3cf05852459101fe7e26ea
9094 Author: Keith Packard <keithp@keithp.com>
9095 Date:   Fri Apr 2 21:48:41 2010 -0700
9096
9097     Fix status update
9098
9099 commit caa0bf49668344937483190d1c258bfa32971d19
9100 Author: Keith Packard <keithp@keithp.com>
9101 Date:   Fri Apr 2 21:44:00 2010 -0700
9102
9103     Fix up table formatting
9104
9105 commit a579402f428dd6a0529505069d1846f70b83ab5d
9106 Author: Keith Packard <keithp@keithp.com>
9107 Date:   Fri Apr 2 18:10:59 2010 -0700
9108
9109     Display table of flight info. gps is not working yet though
9110
9111 commit 65079f84ea64220fa928c3ad96652fed159bf74b
9112 Author: Keith Packard <keithp@keithp.com>
9113 Date:   Fri Apr 2 16:07:40 2010 -0700
9114
9115     Steal C code from ao-view
9116
9117 commit 02f2be90879b682b6e648cf2debc83223d127b9d
9118 Author: Keith Packard <keithp@keithp.com>
9119 Date:   Fri Apr 2 13:37:52 2010 -0700
9120
9121     Add telem parsing code
9122
9123 commit 8c600abf87c95f8f214b5e56ff6eab955795dff5
9124 Author: Bdale Garbee <bdale@gag.com>
9125 Date:   Thu Apr 1 23:56:47 2010 -0600
9126
9127     crudely incorporate "day in the life" info from web page
9128
9129 commit 53ca3f98aeb70cb780031fee788de950e4388cf6
9130 Author: Bdale Garbee <bdale@gag.com>
9131 Date:   Thu Apr 1 23:39:42 2010 -0600
9132
9133     tweak copyright assertion
9134
9135 commit 6454e309858aeef7912e862de8632618d89b4205
9136 Author: Keith Packard <keithp@keithp.com>
9137 Date:   Thu Apr 1 18:31:14 2010 -0700
9138
9139     Fix windows install file
9140
9141 commit 584ab100640a07dec6e06829e73b7260d17d2232
9142 Author: Keith Packard <keithp@keithp.com>
9143 Date:   Thu Apr 1 18:30:56 2010 -0700
9144
9145     Add Windows install .inf file
9146
9147 commit a06bee96e648d9ded8776f3d6cba9505e7be1a60
9148 Author: Keith Packard <keithp@keithp.com>
9149 Date:   Wed Mar 31 23:05:03 2010 -0700
9150
9151     Add telemetry data parsing code
9152
9153 commit 7f233369e32c3254165ee251df0a3dbc21ea5a29
9154 Author: Keith Packard <keithp@keithp.com>
9155 Date:   Wed Mar 31 13:49:54 2010 -0700
9156
9157     Start adding java-based UI
9158
9159 commit 76768804e68ed09421d7a48cb0b390f102ce2d76
9160 Author: Bdale Garbee <bdale@gag.com>
9161 Date:   Tue Mar 30 23:26:35 2010 -0600
9162
9163     make lintian happy
9164
9165 commit eb3cc3e9b60ec23acbb7d797affa743d671801ab
9166 Author: Bdale Garbee <bdale@gag.com>
9167 Date:   Tue Mar 30 23:19:48 2010 -0600
9168
9169     update changelogs for Debian build
9170
9171 commit 00f49c8fb0aa38331360bdb85c32bcebe60dcdc3
9172 Author: Bdale Garbee <bdale@gag.com>
9173 Date:   Tue Mar 30 23:19:07 2010 -0600
9174
9175     fix typo
9176
9177 commit f03ed0876c67b58624abf0c14bf73444b0322d3c
9178 Author: Bdale Garbee <bdale@gag.com>
9179 Date:   Tue Mar 30 23:18:37 2010 -0600
9180
9181     update changelogs for Debian build
9182
9183 commit b41e617080fe825f7810ee5eee52ea37f7618ec6
9184 Merge: 28e40cc df7bda1
9185 Author: Bdale Garbee <bdale@gag.com>
9186 Date:   Tue Mar 30 23:15:32 2010 -0600
9187
9188     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9189     
9190     Conflicts:
9191         ChangeLog
9192
9193 commit 28e40ccfcd80ab8764d4aa235257cea4d193a0c1
9194 Author: Bdale Garbee <bdale@gag.com>
9195 Date:   Tue Mar 30 23:14:47 2010 -0600
9196
9197     update changelogs for Debian build
9198
9199 commit 20d4d410e0fc04fe192e309811eed6c0194fa5a8
9200 Author: Bdale Garbee <bdale@gag.com>
9201 Date:   Tue Mar 30 23:11:40 2010 -0600
9202
9203     initial harness for documentation
9204
9205 commit 9801ff7de21027935f52ccabaa3ff157e22d21ce
9206 Author: Bdale Garbee <bdale@gag.com>
9207 Date:   Mon Mar 15 12:04:18 2010 -0600
9208
9209     move gbp.conf into debian/
9210
9211 commit df7bda1f32b0049c3878c325ea0b55999f3980e3
9212 Merge: 23da4f3 a7042fe
9213 Author: Keith Packard <keithp@keithp.com>
9214 Date:   Fri Mar 12 10:38:26 2010 -0800
9215
9216     Merge remote branch 'origin/master'
9217
9218 commit 23da4f3bcdd1d780c9e1f6b68ad2fb309fcae6ba
9219 Author: Keith Packard <keithp@keithp.com>
9220 Date:   Fri Mar 12 10:37:32 2010 -0800
9221
9222     Document the ao-dumplog '--remote' flag for radio-link downloads
9223     
9224     The --remote (or -R) flag uses TeleDongle to fetch data over the radio
9225     command link from TeleMetrum. It's been there for a while, but the man
9226     page failed to mention it.
9227     
9228     Signed-off-by: Keith Packard <keithp@keithp.com>
9229
9230 commit 93df98898f8cd199ae13158bc4f65e3494c954ad
9231 Author: Keith Packard <keithp@keithp.com>
9232 Date:   Fri Mar 12 10:35:12 2010 -0800
9233
9234     Round radio calibration value instead of truncating
9235     
9236     The radio calibration function in the bring-up code was truncating the
9237     radio calibration value which caused the resulting frequency to
9238     always measure above the target frequency, instead of trying to get as
9239     close as possible. This change will result in a closer frequency
9240     match, but may sometimes be below the target frequency.
9241     
9242     Signed-off-by: Keith Packard <keithp@keithp.com>
9243
9244 commit a7042fe7d065d1da1252be5ad43e3c9856214dc8
9245 Author: Bdale Garbee <bdale@Deborah.(none)>
9246 Date:   Fri Mar 5 19:11:11 2010 -0800
9247
9248     update changelogs for Debian build
9249
9250 commit eda5e1166a97766aa22561beaa1086ba4e19ee16
9251 Author: Bdale Garbee <bdale@gag.com>
9252 Date:   Thu Mar 4 17:33:39 2010 -0700
9253
9254     update changelogs for Debian build
9255
9256 commit 6e61170d42936c18cd6efba6f4c14af616a30745
9257 Author: Keith Packard <keithp@keithp.com>
9258 Date:   Sun Feb 28 18:24:46 2010 -0800
9259
9260     Need to duplicate new altitude conversion code in aoview.
9261     
9262     Altitude conversion is now done with a smaller table and interpolation
9263     instead of a giant table.
9264     
9265     Signed-off-by: Keith Packard <keithp@keithp.com>
9266
9267 commit e4e17e6d3844ae682a0e7a9469a522359bac77b6
9268 Author: Bdale Garbee <bdale@gag.com>
9269 Date:   Sat Feb 27 17:36:13 2010 -0700
9270
9271     update changelogs for Debian build
9272
9273 commit a1478f65538fdaac7b58ffbd958a035b74956099
9274 Merge: 901fce5 bbf8c9f
9275 Author: Keith Packard <keithp@keithp.com>
9276 Date:   Sat Feb 27 15:19:33 2010 -0800
9277
9278     Merge remote branch 'origin/master'
9279
9280 commit 901fce5fe3e2762406079ecaa787612b5ed4b34a
9281 Author: Keith Packard <keithp@keithp.com>
9282 Date:   Sat Feb 27 15:18:47 2010 -0800
9283
9284     Add .gitignore for ao-bringup
9285     
9286     Signed-off-by: Keith Packard <keithp@keithp.com>
9287
9288 commit 7aab73a265841aac817ea34235dd1eb819debf76
9289 Author: Keith Packard <keithp@keithp.com>
9290 Date:   Sat Feb 27 15:14:04 2010 -0800
9291
9292     Fix up LED colors for each product.
9293     
9294     Different products assign different color LEDs to the two available
9295     LED drivers (P1_0, P1_1). Make the LED color pin assignments
9296     per-product (in ao_pins.h), then deal with not always having a green LED.
9297     
9298     Signed-off-by: Keith Packard <keithp@keithp.com>
9299
9300 commit 1d6d8d76ec65373ffee70add75d183f5c4168f61
9301 Author: Keith Packard <keithp@keithp.com>
9302 Date:   Sat Feb 27 15:11:44 2010 -0800
9303
9304     Eliminate deadlock when writing config from radio link
9305     
9306     Writing the 'Saved\r\n' string would fill the packet buffer and cause
9307     a flush to occur, which would need to wait for the radio link to
9308     receive and transmit a packet. The radio link always re-fetches the
9309     radio channel number when lighting up the radio, so it need to look in
9310     the config space. If the config mutex was held by the config writing
9311     process while the radio was trying to get the channel number, then
9312     we'd get a deadlock.
9313     
9314     Signed-off-by: Keith Packard <keithp@keithp.com>
9315
9316 commit f1956ebadd7bf46b84a05a0c383b6404ca26b344
9317 Author: Keith Packard <keithp@keithp.com>
9318 Date:   Sat Feb 27 15:10:16 2010 -0800
9319
9320     Leave .ihx files in the build directory too - easier to debug that way
9321     
9322     sdcdb wants the .ihx and .cdb files in the same directory, so humor it
9323     by copying the .ihx files to the src directory instead of moving them.
9324     
9325     Signed-off-by: Keith Packard <keithp@keithp.com>
9326
9327 commit bbf8c9f1748af3f1fac08ddf80ae98da2e9b5727
9328 Author: Bdale Garbee <bdale@gag.com>
9329 Date:   Fri Feb 26 15:21:12 2010 -0700
9330
9331     create a turn on script for lighting up TeleDongle v0.2 boards
9332
9333 commit 461d4a1948e112ec7353caf88967391d876469dd
9334 Author: Keith Packard <keithp@keithp.com>
9335 Date:   Fri Feb 26 10:33:13 2010 -0800
9336
9337     Add LED test
9338
9339 commit 5d7a3a5fbc0af4621c67a6fd51a9c9d5ae688fa5
9340 Author: Keith Packard <keithp@keithp.com>
9341 Date:   Thu Feb 25 16:40:13 2010 -0800
9342
9343     Fix and document the ao-rawload --run flag
9344     
9345     This allows ram-based programs to be loaded and executed easily.
9346     
9347     Signed-off-by: Keith Packard <keithp@keithp.com>
9348
9349 commit 1e60deca147c85a064719dfad14ccabd1049bbbd
9350 Author: Keith Packard <keithp@keithp.com>
9351 Date:   Thu Feb 25 16:33:34 2010 -0800
9352
9353     Allow product names to have suffixes (like board revisions)
9354     
9355     When looking for a board by product name, just look at the prefix of
9356     the name instead of requiring an exact match. This will allow products
9357     to have board version suffixes.
9358     
9359     Signed-off-by: Keith Packard <keithp@keithp.com>
9360
9361 commit f4d5790a284e2d02dd7568fbca90402fa5ed1aea
9362 Author: Keith Packard <keithp@keithp.com>
9363 Date:   Thu Feb 25 16:32:57 2010 -0800
9364
9365     Add ao_radio_xmit to help test boards without flashing them.
9366     
9367     Signed-off-by: Keith Packard <keithp@keithp.com>
9368
9369 commit d7d551b0078acb1596a9b9023c3df6dbfa46213c
9370 Author: Bdale Garbee <bdale@gag.com>
9371 Date:   Wed Feb 24 17:30:23 2010 -0700
9372
9373     update changelogs for Debian build
9374
9375 commit 2f45953ee54034209a23c254e65da36e44cf075f
9376 Author: Bdale Garbee <bdale@gag.com>
9377 Date:   Wed Feb 24 17:29:47 2010 -0700
9378
9379     un-muck changelog
9380
9381 commit 540f86678853e7ea80ae91f3f2ec0ec88c5b1ca7
9382 Author: Bdale Garbee <bdale@gag.com>
9383 Date:   Wed Feb 24 17:27:51 2010 -0700
9384
9385     debugging
9386
9387 commit cdccd92f6ed97be7385e84de5694064cb8f43946
9388 Author: Bdale Garbee <bdale@gag.com>
9389 Date:   Wed Feb 24 17:25:28 2010 -0700
9390
9391     conditionalize use of git on executability of /usr/bin/git binary
9392
9393 commit 54dd7a200e6956aace5a580d4c4d6a10a13c654b
9394 Author: Bdale Garbee <bdale@gag.com>
9395 Date:   Wed Feb 24 17:22:45 2010 -0700
9396
9397     update changelogs for Debian build
9398
9399 commit 4b6b28530206c6fdbe46699b81746fbbcab5b148
9400 Author: Bdale Garbee <bdale@gag.com>
9401 Date:   Wed Feb 24 17:22:20 2010 -0700
9402
9403     see if this works
9404
9405 commit c74958d3e8c5ce8006a9f9f6853238fce0c77432
9406 Author: Bdale Garbee <bdale@gag.com>
9407 Date:   Wed Feb 24 17:13:29 2010 -0700
9408
9409     move git-using variable declaration into the prebuild target
9410
9411 commit cf091a7252eba09902a42a3cfe7b4d6a343907ce
9412 Author: Bdale Garbee <bdale@gag.com>
9413 Date:   Wed Feb 24 16:44:44 2010 -0700
9414
9415     update changelogs for Debian build
9416
9417 commit deccc10f0305c0cd02bf6317d6dc9d2ae38c3dac
9418 Author: Bdale Garbee <bdale@gag.com>
9419 Date:   Wed Feb 24 16:43:32 2010 -0700
9420
9421     add gawk as a build dependency since strtonum is a gawk extension
9422
9423 commit ac45da6e61597dcdb119b976f7301b2cc7fdced4
9424 Author: Bdale Garbee <bdale@gag.com>
9425 Date:   Wed Feb 24 14:57:26 2010 -0700
9426
9427     update changelogs for Debian build
9428
9429 commit 24912821b3230b8357b9e0094cd69fa0bccc5513
9430 Author: Bdale Garbee <bdale@gag.com>
9431 Date:   Wed Feb 24 14:53:27 2010 -0700
9432
9433     update changelogs for Debian build
9434
9435 commit 82fdbfe1229d1ea5e6906ea240d54b3da73d9a69
9436 Author: Keith Packard <keithp@keithp.com>
9437 Date:   Sat Feb 20 21:35:43 2010 -0800
9438
9439     Must install .map files for ao-load to work
9440     
9441     ao-load uses the .map files to rewrite the serial number and other
9442     config parameters into the program flash.
9443     
9444     Signed-off-by: Keith Packard <keithp@keithp.com>
9445
9446 commit a5215c2bd9249a285fc834db0c453fb3e7daed87
9447 Author: Keith Packard <keithp@keithp.com>
9448 Date:   Sat Feb 20 21:20:05 2010 -0800
9449
9450     Add back stack size checking to altos linking phase
9451     
9452     This verifies that the stack start specified during the compile
9453     will work with the resulting program
9454     
9455     Signed-off-by: Keith Packard <keithp@keithp.com>
9456
9457 commit 18eeb79026f7e5c54bf99435537c024427011a36
9458 Author: Keith Packard <keithp@keithp.com>
9459 Date:   Sat Feb 20 21:05:45 2010 -0800
9460
9461     Quiet make output.
9462     
9463     This borrows ideas from the notmuch project to reduce the command line
9464     clutter seen when compiling or linking stuff.
9465     
9466     Signed-off-by: Keith Packard <keithp@keithp.com>
9467
9468 commit 004c2a9b7a4b44ef71ca60482573e8e9d8c6ce93
9469 Author: Keith Packard <keithp@keithp.com>
9470 Date:   Sat Feb 20 20:36:08 2010 -0800
9471
9472     Update .gitignore files
9473
9474 commit 84c93bb2fc4558a5e4654794ba90e730a84eaf67
9475 Author: Keith Packard <keithp@keithp.com>
9476 Date:   Sat Feb 20 20:22:16 2010 -0800
9477
9478     Change altos build process to support per-product compile-time changes
9479     
9480     This creates per-product subdirectories and recompiles everything for
9481     each product, allowing per-product compile-time changes for things
9482     like peripheral pin assignments and attached serial devices.
9483     
9484     Signed-off-by: Keith Packard <keithp@keithp.com>
9485
9486 commit fd0a42e0e96dcb8ecc9e999f70bcf70692692af9
9487 Author: Keith Packard <keithp@keithp.com>
9488 Date:   Sat Feb 20 20:21:07 2010 -0800
9489
9490     Change barometer conversion code to shrink conversion table
9491
9492 commit 876e9a10b9096ead85fbe08ec9a6a0329cf7cbd4
9493 Author: Keith Packard <keithp@keithp.com>
9494 Date:   Sat Feb 13 16:42:27 2010 -0800
9495
9496     Log GPS data on pad after boost detect.
9497     
9498     This wakes up the two GPS reporting tasks and gets them to report out
9499     any existing GPS data to the log file. To make sure the timestamps in
9500     that GPS data are accurate, this also records GPS time on receipt of
9501     the GPS data instead of when that is logged.
9502     
9503     Signed-off-by: Keith Packard <keithp@keithp.com>
9504
9505 commit c83615567b4567f3dc45a7f7b894943b45fbb65c
9506 Author: Keith Packard <keithp@keithp.com>
9507 Date:   Sun Feb 7 00:25:22 2010 -0800
9508
9509     Pull in a bit more data for filtering the start of the boost
9510
9511 commit f8967607b3dda0c0ce7afe8bb077da2da5ed3dcd
9512 Author: Keith Packard <keithp@keithp.com>
9513 Date:   Sun Feb 7 00:24:56 2010 -0800
9514
9515     Compute daytime using GPS as time base
9516
9517 commit 2a6350149407c7d2e7d143906c40c5e331248aeb
9518 Author: Keith Packard <keithp@keithp.com>
9519 Date:   Thu Feb 11 18:48:56 2010 -0800
9520
9521     Missing ao_mutex_put in gps_dump
9522
9523 commit 9856b7c4397afcecc8f541af9a83824e817b3612
9524 Author: Keith Packard <keithp@keithp.com>
9525 Date:   Sun Jan 10 16:31:50 2010 -0800
9526
9527     Switch to using internal cc1111 temperature sensor
9528     
9529     v0.2 has no temperature sensor, and several of the v0.1 boards didn't
9530     get a temperature sensor loaded. Use the internal temperature sensor
9531     on the cc1111 in all cases instead.
9532     
9533     Signed-off-by: Keith Packard <keithp@keithp.com>
9534
9535 commit 0c2533be15858774ef9381aa8c8344356fd5b971
9536 Author: Keith Packard <keithp@keithp.com>
9537 Date:   Sat Jan 9 22:06:19 2010 -0800
9538
9539     Force idle mode by shorting the SPI clock to ground at boot time.
9540     
9541     This allows you to override the flight mode detection code in case the
9542     accelerometer calibration is broken somehow. Hold the SPI clock shoted
9543     to ground until the LED comes on, then remove it.
9544     
9545     Signed-off-by: Keith Packard <keithp@keithp.com>
9546
9547 commit 28346736a7799c0767e54511d9949cd61d35e471
9548 Author: Keith Packard <keithp@keithp.com>
9549 Date:   Sat Jan 9 20:57:48 2010 -0800
9550
9551     Add simple gps dump command 'g'
9552     
9553     This just dumps out the data in a very simple format to verify the GPS
9554     receiver.
9555     
9556     Signed-off-by: Keith Packard <keithp@keithp.com>
9557
9558 commit a6082a8b4501ac4cb18584ace1f0c40e088e5484
9559 Author: Keith Packard <keithp@keithp.com>
9560 Date:   Sat Jan 9 20:57:29 2010 -0800
9561
9562     Remove flash debugging printfs
9563     
9564     Signed-off-by: Keith Packard <keithp@keithp.com>
9565
9566 commit 05bb953830604721c9a49dd56256b86f3666b5ff
9567 Author: Keith Packard <keithp@keithp.com>
9568 Date:   Sat Jan 9 20:42:57 2010 -0800
9569
9570     Don't set ao_flash_setup_done until we're actually done.
9571     
9572     Because we're accessing this variable outside of the mutex, we need to
9573     make sure it isn't set until the data it covers has been initialized.
9574     
9575     Signed-off-by: Keith Packard <keithp@keithp.com>
9576
9577 commit 327e5e782958e516a7b7a786ab6c176b0decb8b8
9578 Author: Keith Packard <keithp@keithp.com>
9579 Date:   Sat Jan 9 20:04:42 2010 -0800
9580
9581     Dump config block from read/write config and flash_status commands
9582
9583 commit 05e5bb2d330b755967d06fb859585c81f5f5fbb5
9584 Author: Keith Packard <keithp@keithp.com>
9585 Date:   Sat Jan 9 19:46:46 2010 -0800
9586
9587     Dump more flash parameters for the flash_status command
9588
9589 commit d4c8895b349998e02e03ed83466a0ca7afb3d99b
9590 Author: Keith Packard <keithp@keithp.com>
9591 Date:   Sat Jan 9 17:57:52 2010 -0800
9592
9593     Add 'f' command to display flash status register contents
9594     
9595     Signed-off-by: Keith Packard <keithp@keithp.com>
9596
9597 commit c1334f712f01543adb10809bc1a3ca120e27290b
9598 Author: Keith Packard <keithp@keithp.com>
9599 Date:   Sat Jan 9 09:55:04 2010 -0800
9600
9601     Add at45db161d.h header file for new flash part.
9602     
9603     Forgot to add this when I added the driver.
9604     
9605     Signed-off-by: Keith Packard <keithp@keithp.com>
9606
9607 commit a0d4c1b06d27e850d233f8ddf8fe32912bf0ec8f
9608 Author: Keith Packard <keithp@keithp.com>
9609 Date:   Sat Jan 9 01:29:41 2010 -0800
9610
9611     Remove green LED and temp sensor from v0.2 code
9612     
9613     Signed-off-by: Keith Packard <keithp@keithp.com>
9614
9615 commit dc8d18736239b14c2ec48a40a01515912c5c25e6
9616 Author: Keith Packard <keithp@keithp.com>
9617 Date:   Sat Jan 9 01:22:06 2010 -0800
9618
9619     Add AT45DBxx1D driver
9620     
9621     This driver supports the AT45DB011D through AT45DB321D DataFlash
9622     parts as found in TeleMetrum v0.2
9623     
9624     Signed-off-by: Keith Packard <keithp@keithp.com>
9625
9626 commit 3bab7e66d25988f5d63ec139c8814a85b983f8f3
9627 Author: Keith Packard <keithp@keithp.com>
9628 Date:   Sat Dec 19 20:32:18 2009 -0800
9629
9630     Remove dbg driver code from telemetrum/teledongle
9631     
9632     The only board with debug outputs is the TI dongle at this point, so
9633     the debug modules were disabled in TM and TD some time
9634     ago. Unfortunately, the code was not removed then.
9635     
9636     Signed-off-by: Keith Packard <keithp@keithp.com>
9637
9638 commit eddb82390a0ecb07ef83c04861993842906b03ab
9639 Author: Keith Packard <keithp@keithp.com>
9640 Date:   Sat Dec 19 15:31:36 2009 -0800
9641
9642     Ensure that ao_alarm waits at least the specified time
9643     
9644     Because the timer tick may happen soon, it's important to delay by
9645     another tick to ensure that we don't wake up early.
9646     
9647     Signed-off-by: Keith Packard <keithp@keithp.com>
9648
9649 commit 598d168bd6552c3756e4b0267de44147eadab9f6
9650 Author: Keith Packard <keithp@keithp.com>
9651 Date:   Sat Dec 19 14:03:11 2009 -0800
9652
9653     Disable monitor mode before attempting radio test.
9654     
9655     If monitor mode is left active, then the radio lock will not be able
9656     to be acquired for the radio test.
9657     
9658     Signed-off-by: Keith Packard <keithp@keithp.com>
9659
9660 commit d4cf1446680d8b47396bcda338e8df7af395d102
9661 Author: Bdale Garbee <bdale@gag.com>
9662 Date:   Sat Dec 19 13:53:38 2009 -0700
9663
9664     update changelogs for Debian build
9665
9666 commit 10d1bbcd9709a5eee8d50989215242b16feb7232
9667 Author: Keith Packard <keithp@keithp.com>
9668 Date:   Sat Dec 19 11:34:16 2009 -0800
9669
9670     Use ao_radio_get/ao_radio_put in packet code.
9671     
9672     The ao_radio_get function both acquires the mutex *and* configures the
9673     radio channel and frequency. Failing to use this in the packet code
9674     would leave the radio frequency unconfigured.
9675     
9676     Signed-off-by: Keith Packard <keithp@keithp.com>
9677
9678 commit a15abc1882a3bdd2c980eed169f3b80337528390
9679 Author: Bdale Garbee <bdale@gag.com>
9680 Date:   Sat Dec 19 12:15:29 2009 -0700
9681
9682     update changelogs for Debian build
9683
9684 commit bbb152c712801653374a8f82869e2e8bf41f7279
9685 Author: Bdale Garbee <bdale@gag.com>
9686 Date:   Sat Dec 19 12:05:40 2009 -0700
9687
9688     update changelogs for Debian build
9689
9690 commit 7ac8efea5d60b81adccdc1e38ac4c13facfae7c9
9691 Author: Keith Packard <keithp@keithp.com>
9692 Date:   Tue Dec 15 23:58:29 2009 -0800
9693
9694     Add --cal to man page
9695
9696 commit 5481082b18226a0de6b377215b3b330bdbc4a6c6
9697 Author: Keith Packard <keithp@keithp.com>
9698 Date:   Sat Dec 5 19:50:38 2009 -0800
9699
9700     Allow radio calibration to be set from ao-load
9701     
9702     This moves the initial radio calibration value into const memory where
9703     it will be used if no eeprom configuration value is available, either
9704     on an unprogrammed board with eeprom or a device without an eeprom.
9705     
9706     Signed-off-by: Keith Packard <keithp@keithp.com>
9707
9708 commit 46f03ab3145a61139c8ca6fc99e8f2798728b5a9
9709 Author: Keith Packard <keithp@keithp.com>
9710 Date:   Sat Dec 5 15:36:12 2009 -0800
9711
9712     Re-order config values. Change frequency to cal
9713     
9714     Place more often used values at top, and consistently call the radio
9715     value 'calibration' instead of 'frequency'.
9716     
9717     Signed-off-by: Keith Packard <keithp@keithp.com>
9718
9719 commit bf29a62532fec12e6af2d2f3a6624882c863e933
9720 Author: Bdale Garbee <bdale@gag.com>
9721 Date:   Sat Dec 5 11:03:42 2009 -0700
9722
9723     update changelogs for Debian build
9724
9725 commit cd49847f3125df1733f298b56a43e8027ab5ce05
9726 Author: Keith Packard <keithp@keithp.com>
9727 Date:   Fri Dec 4 23:38:26 2009 -0800
9728
9729     Add radio calibration configuration.
9730     
9731     The crystal we use is only good for 20ppm, which generates a fairly
9732     significant error bounds at our RF frequency. This commit adds a
9733     configuration variable that sets the RF frequency control variable so
9734     that the output frequency can be adjusted.
9735     
9736     Signed-off-by: Keith Packard <keithp@keithp.com>
9737
9738 commit c671a3f31f54715284beef5baa4a72ca922e4018
9739 Author: Keith Packard <keithp@keithp.com>
9740 Date:   Fri Dec 4 23:36:54 2009 -0800
9741
9742     Make ao_cmd_decimal produce both 32 and 16 bit values.
9743     
9744     ao_cmd_lex_u32 is produced in addition to ao_cmd_lex_i so that
9745     functions can easily read 32-bit values from the command line.
9746     
9747     Signed-off-by: Keith Packard <keithp@keithp.com>
9748
9749 commit e6d6ad66ce177eb6e49eaa04b1ecc6426f4bbdbf
9750 Author: Keith Packard <keithp@keithp.com>
9751 Date:   Fri Dec 4 23:35:40 2009 -0800
9752
9753     Remove send_serial and serial_baud commands.
9754     
9755     No longer useful, and they take up space.
9756     
9757     Signed-off-by: Keith Packard <keithp@keithp.com>
9758
9759 commit ce7325cefbbe91054c1e8174cf40a6c687f6694b
9760 Author: Bdale Garbee <bdale@gag.com>
9761 Date:   Fri Dec 4 21:02:07 2009 -0700
9762
9763     update changelogs for Debian build
9764
9765 commit 9a1d7dd78c07d18954ef620b6ed25d6701df21e2
9766 Author: Keith Packard <keithp@keithp.com>
9767 Date:   Fri Dec 4 14:35:39 2009 -0800
9768
9769     Change default callsign to "N0CALL"
9770
9771 commit 291e2004e77debdc1543912cf11043c849305de8
9772 Author: Bdale Garbee <bdale@gag.com>
9773 Date:   Thu Nov 26 11:18:37 2009 -0700
9774
9775     update changelogs for Debian build
9776
9777 commit 40533095a96b6c6364eebdc4b7d53c4eabe72e9a
9778 Author: Bdale Garbee <bdale@gag.com>
9779 Date:   Thu Nov 26 11:16:04 2009 -0700
9780
9781     update changelogs for Debian build
9782
9783 commit ab1075e7219b02258c1613d93379582be4168947
9784 Author: Bdale Garbee <bdale@gag.com>
9785 Date:   Thu Nov 26 11:15:13 2009 -0700
9786
9787     change home URL in control file to be the AltOS page
9788
9789 commit d34dcc5f3616e59ee90ed172770fe2a3eb1e0cac
9790 Author: Bdale Garbee <bdale@gag.com>
9791 Date:   Thu Nov 26 10:40:07 2009 -0700
9792
9793     fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
9794
9795 commit ea40561b36519a5dcabedabe18672b79ea5e9993
9796 Author: Bdale Garbee <bdale@gag.com>
9797 Date:   Sun Nov 22 10:18:44 2009 -0700
9798
9799     update changelogs for Debian build
9800
9801 commit d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d
9802 Author: Keith Packard <keithp@keithp.com>
9803 Date:   Sun Nov 22 01:10:44 2009 -0800
9804
9805     Automatically extract flight number for eeprom and telem filenames.
9806     
9807     Extract flight number from either telemetry or eeprom files and use
9808     that in the resulting filenames. To ensure that files remain unique,
9809     add a new field, -seq-%03d. This is appended only when the sequence
9810     number is non-zero as it shouldn't occur in normal usage.
9811     
9812     This also eliminates some duplicate filename creation code in the
9813     library and aoview sources.
9814     
9815     Signed-off-by: Keith Packard <keithp@keithp.com>
9816
9817 commit 06cebd1026dc1bd6ee51526fa2d02905df3b3b37
9818 Author: Keith Packard <keithp@keithp.com>
9819 Date:   Sun Nov 22 00:52:58 2009 -0800
9820
9821     ao-postflight: don't try to use missing gps sat data
9822     
9823     Signed-off-by: Keith Packard <keithp@keithp.com>
9824
9825 commit a9ada1b538af3308e1b22bd024d9204521184173
9826 Author: Keith Packard <keithp@keithp.com>
9827 Date:   Sat Nov 21 22:12:21 2009 -0800
9828
9829     ao-postflight: compute barometric alt for each GPS position
9830     
9831     Print that to the --gps file, and use that in the --kml file for the
9832     altitude. Gives a very different picture of our flight tracks,
9833     presumably far more accurate (at least in altitude).
9834     
9835     Signed-off-by: Keith Packard <keithp@keithp.com>
9836
9837 commit b84b634d9ae8ce6ab1c02833a3ed8514404e1ca3
9838 Author: Keith Packard <keithp@keithp.com>
9839 Date:   Sat Nov 21 22:11:45 2009 -0800
9840
9841     Don't crash if --plot isn't passed on ao-postflight command line
9842     
9843     Crashing is not nice.
9844     
9845     Signed-off-by: Keith Packard <keithp@keithp.com>
9846
9847 commit 2d77c18b15834046b7b79d49d87211828f2409e9
9848 Author: Keith Packard <keithp@keithp.com>
9849 Date:   Sat Nov 21 21:10:09 2009 -0800
9850
9851     Convert telemetry file GPS satellite information in cc_log_read
9852     
9853     The satellite info wasn't being correctly converted from telemetry
9854     files to the data log structure, so ao-postflight was not seeing it.
9855     
9856     Signed-off-by: Keith Packard <keithp@keithp.com>
9857
9858 commit 1e7fb61700f1f6f2ed5fdbc4380d7187b0cd187b
9859 Author: Keith Packard <keithp@keithp.com>
9860 Date:   Sat Nov 21 21:09:03 2009 -0800
9861
9862     Fix --plot arg handling. Add -all option.
9863     
9864     The --plot file name handing is special as the library wants a
9865     filename instead of a stdio file pointer.
9866     
9867     Add a --all option that just creates all of the possible outputs.
9868     
9869     Signed-off-by: Keith Packard <keithp@keithp.com>
9870
9871 commit 199f0cecae22645140185238682b9e1aba0e5715
9872 Author: Keith Packard <keithp@keithp.com>
9873 Date:   Sat Nov 21 20:36:20 2009 -0800
9874
9875     Make TD print 0000-00-00 for invalid dates.
9876     
9877     This 'shouldn't' happen, but in case it does, I want to know about it.
9878     
9879     Signed-off-by: Keith Packard <keithp@keithp.com>
9880
9881 commit 238d03462a56dc1b7c871608cb00f961a88c1b97
9882 Author: Keith Packard <keithp@keithp.com>
9883 Date:   Sat Nov 21 20:35:22 2009 -0800
9884
9885     Make ao-postflight create filenames using input filenames.
9886     
9887     Instead of requiring the user to provide names for the various output
9888     options, just create them from the input name by replacing the extension.
9889     
9890     Signed-off-by: Keith Packard <keithp@keithp.com>
9891
9892 commit 1a3b4c02a01187f8b7b9a9c97712476d0007ab35
9893 Author: Keith Packard <keithp@keithp.com>
9894 Date:   Sat Nov 21 19:52:26 2009 -0800
9895
9896     Document ao-postflight --gps and --kml options.
9897     
9898     These were missing from the man page, but included in the --help output.
9899     
9900     Signed-off-by: Keith Packard <keithp@keithp.com>
9901
9902 commit 80b23f3044a654d61212891a61fadb8a3a4e5572
9903 Author: Keith Packard <keithp@keithp.com>
9904 Date:   Sat Nov 21 18:57:45 2009 -0800
9905
9906     Decode HDOP data from skytraq GPS
9907     
9908     The hdop data was getting dropped on the floor, but is rather useful
9909     when deciding if the GPS position is crazy or not. This reports HDOP *
9910     5 (giving a useful range of .2-50).
9911     
9912     Signed-off-by: Keith Packard <keithp@keithp.com>
9913
9914 commit 8f036ee7cd30ce3ed2e5cc8501914a4c19b73875
9915 Author: Bdale Garbee <bdale@gag.com>
9916 Date:   Fri Nov 20 13:19:02 2009 -0700
9917
9918     update changelogs for Debian build
9919
9920 commit 87e6f3e5c1688503ab8595912d8d6eb7139830b7
9921 Author: Keith Packard <keithp@keithp.com>
9922 Date:   Fri Nov 20 12:16:37 2009 -0800
9923
9924     Eliminate SiRF state values from ao-view.
9925     
9926     With Skytraq not having any visible GPS state information, just
9927     remove this from the display.
9928     
9929     Signed-off-by: Keith Packard <keithp@keithp.com>
9930
9931 commit 8065b8146a31438e66f83c13b99281ec47439a73
9932 Author: Keith Packard <keithp@keithp.com>
9933 Date:   Fri Nov 20 11:56:48 2009 -0800
9934
9935     Add GPS date/time output to ao-postflight.
9936     
9937     GPS date/time information was already being stored in the log, it just
9938     wasn't getting displayed by ao-postflight.
9939     
9940     Signed-off-by: Keith Packard <keithp@keithp.com>
9941
9942 commit 6894541e0ee144bfc689cc02d4ed333711d3b500
9943 Author: Keith Packard <keithp@keithp.com>
9944 Date:   Fri Nov 20 11:55:28 2009 -0800
9945
9946     Reduce igniter firing time from 500ms to 50ms.
9947     
9948     Given that the system will brown-out with the longer pulse, it doesn't
9949     make sense to even try; failure at 50ms probably indicates a short.
9950     
9951     Signed-off-by: Keith Packard <keithp@keithp.com>
9952
9953 commit b75aa1c825b84bd7fa1578320fbc7e904c373a7d
9954 Author: Bdale Garbee <bdale@gag.com>
9955 Date:   Thu Nov 19 21:43:13 2009 -0700
9956
9957     fix typo in comment
9958
9959 commit c2f661b75ec035f6a3f700962290ef297f9ab0af
9960 Author: Bdale Garbee <bdale@gag.com>
9961 Date:   Fri Nov 20 11:44:06 2009 -0700
9962
9963     update changelogs for Debian build
9964
9965 commit b0d7e3f9c9322542e9b649bb6ad7f7e5bb99dffa
9966 Author: Keith Packard <keithp@keithp.com>
9967 Date:   Sun Nov 15 16:20:18 2009 -0800
9968
9969     Stop using SiRF state info.
9970     
9971     With the switch to the skytraq GPS unit, we don't have the same level
9972     of detail in the GPS stream, so stop reporting that in the telemetry
9973     stream, in the UI and writing it to eeprom.
9974     
9975     Signed-off-by: Keith Packard <keithp@keithp.com>
9976
9977 commit 524665fc221b0d483453c67b7211e282cebc8980
9978 Author: Keith Packard <keithp@keithp.com>
9979 Date:   Sun Nov 15 16:04:41 2009 -0800
9980
9981     Add date to GPS data, captured from GPRMC packet.
9982     
9983     Pull the date out of the GPS stream and send it over the telemetry
9984     link and write it to the eeprom.
9985     
9986     Signed-off-by: Keith Packard <keithp@keithp.com>
9987
9988 commit 3ee279ba76c2a79d142c466f19ef758cf4c01d70
9989 Author: Keith Packard <keithp@keithp.com>
9990 Date:   Sun Nov 15 15:59:01 2009 -0800
9991
9992     Add flight number to telemetry stream.
9993     
9994     This makes it easier to tie the telemetry and eeprom files together as
9995     they're now both labeled with serial and flight numbers, which should
9996     be unique.
9997     
9998     Signed-off-by: Keith Packard <keithp@keithp.com>
9999
10000 commit 6391c89bd5b89f5f46255b8365c658a873e5959a
10001 Author: Keith Packard <keithp@keithp.com>
10002 Date:   Sun Nov 15 15:53:01 2009 -0800
10003
10004     Switch order of serial/flight in ao-postflight summary
10005
10006 commit 9b06e294e2777f69bcf5e98789c3f5477097d53b
10007 Author: Keith Packard <keithp@keithp.com>
10008 Date:   Sun Nov 15 15:51:58 2009 -0800
10009
10010     Enable telemetry receive in ao_view
10011
10012 commit 4cffc9c4b079e39c8196ddbaf91129cda6df7f8b
10013 Author: Keith Packard <keithp@keithp.com>
10014 Date:   Sat Nov 14 22:24:37 2009 -0800
10015
10016     Share telemetry parsing code in cc library.
10017     
10018     ao-view had a private copy of the telemetry parsing code which
10019     included the ability to parse the newer version of that file. Those
10020     changes have been moved to the library version and the private copy removed.
10021     
10022     Signed-off-by: Keith Packard <keithp@keithp.com>
10023
10024 commit 0e0db8ca3af4c07bae909938486766c646bf580b
10025 Author: Keith Packard <keithp@keithp.com>
10026 Date:   Sat Nov 14 22:24:09 2009 -0800
10027
10028     Provide a dummy 'uninstall' target in the src directory.
10029     
10030     Signed-off-by: Keith Packard <keithp@keithp.com>
10031
10032 commit 1c654a9369294c9b8066c33f91161d8005b96680
10033 Author: Keith Packard <keithp@keithp.com>
10034 Date:   Sat Nov 14 22:17:24 2009 -0800
10035
10036     Loosen tolerances for main->landed transition
10037     
10038     Detecting that the rocket has landed is required for the system to
10039     flush the eeprom log and re-enable the RDF beacon. This patch changes
10040     the landed state entry requirements for the accelerometer to require
10041     only that the accelerometer stay within a quarter of a g (down from
10042     1/10g) and changes the testing interval from 20 seconds to 5
10043     seconds.
10044     
10045     The requirement that the barometric altitude be within 1000m of the
10046     launch altitude and that the barometer change by no more than 0.05kPa
10047     are unchanged.
10048     
10049     Signed-off-by: Keith Packard <keithp@keithp.com>
10050
10051 commit 03092d1a72a9651711e22c58dca6d6aba5705c5e
10052 Author: Keith Packard <keithp@keithp.com>
10053 Date:   Sat Nov 14 16:35:12 2009 -0800
10054
10055     ao-postflight: fix sloppy gps sat data realloc code (was crashing).
10056     
10057     Realloc'ing the wrong data, and failing to set the realloc'ed size was
10058     causing ao-postflight to crash while reading long logs.
10059     
10060     Signed-off-by: Keith Packard <keithp@keithp.com>
10061
10062 commit adf656192441eb7f44792955c86e469145477e29
10063 Author: Keith Packard <keithp@keithp.com>
10064 Date:   Thu Nov 5 22:11:59 2009 -0800
10065
10066     Return radio to telemetry settings when packet system closed.
10067     
10068     To receive telemetry after disabling the packet system, the radio must
10069     be reconfigured for telemetry mode.
10070     
10071     Signed-off-by: Keith Packard <keithp@keithp.com>
10072
10073 commit 83afdbdc154fe013bfe35ce5ecf1d61570b04ed6
10074 Author: Keith Packard <keithp@keithp.com>
10075 Date:   Thu Nov 5 21:45:00 2009 -0800
10076
10077     Add reboot command.
10078     
10079     This resets the processor using the watchdog timer.
10080     
10081     Signed-off-by: Keith Packard <keithp@keithp.com>
10082
10083 commit 0358988ac0ee25a564d48af79b1c3fb0c0fe0a88
10084 Author: Keith Packard <keithp@keithp.com>
10085 Date:   Thu Nov 5 21:44:31 2009 -0800
10086
10087     Add Watchdog Timer Control register definitions
10088     
10089     Signed-off-by: Keith Packard <keithp@keithp.com>
10090
10091 commit 4114210e0b813f4af99d0cb7755ad2ac2c4b120e
10092 Author: Keith Packard <keithp@keithp.com>
10093 Date:   Thu Nov 5 21:43:21 2009 -0800
10094
10095     Move ao_match_word from ao_ignite.c to ao_cmd.c
10096     
10097     This is a generally useful command line utility.
10098     
10099     Signed-off-by: Keith Packard <keithp@keithp.com>
10100
10101 commit 5a79a04ddb0b3ee64de34e366f71a0f6db509c01
10102 Author: Keith Packard <keithp@keithp.com>
10103 Date:   Wed Nov 4 21:59:51 2009 -0800
10104
10105     Stop recording in ao-dumplog after receiving an invalid block
10106     
10107     If no samples in a block are valid, assume the flight log is over.
10108     
10109     Signed-off-by: Keith Packard <keithp@keithp.com>
10110
10111 commit 843ee489aac34ad6d81f55f1c85fb9eecc42d86b
10112 Author: Keith Packard <keithp@keithp.com>
10113 Date:   Wed Nov 4 21:59:12 2009 -0800
10114
10115     Flush pending input when switching to remote packet mode
10116     
10117     Any pending input would just confuse the application, so pull it off
10118     the link and dump it.
10119     
10120     Signed-off-by: Keith Packard <keithp@keithp.com>
10121
10122 commit 036400a2db303f3db3be7cc0426f88359c6bd2b1
10123 Author: Keith Packard <keithp@keithp.com>
10124 Date:   Wed Nov 4 21:42:51 2009 -0800
10125
10126     Explicitly use USB I/O routines in packet code
10127     
10128     Using the implicit stdio functions (putchar/getchar/flush) would
10129     result in essentially random redirection of each, depending on whether
10130     the packet code had characters available when getchar was called. This
10131     would cause lockups in putchar.
10132     
10133     Signed-off-by: Keith Packard <keithp@keithp.com>
10134
10135 commit 3ece984f4d72b4f720a5efdfaad7cff77a93d676
10136 Author: Keith Packard <keithp@keithp.com>
10137 Date:   Wed Nov 4 21:32:07 2009 -0800
10138
10139     In USB pollchar, wait for packet before re-checking USB out len
10140     
10141     This probably wouldn't actually cause a problem, but it seems more
10142     reliable to wait for a packet interrupt before re-reading the packet
10143     OUT len register. This could avoid spinning while waiting for a USB
10144     packet, which seems like a good thing.
10145     
10146     Signed-off-by: Keith Packard <keithp@keithp.com>
10147
10148 commit bc62bb254085cc705203b57260c04ac5e14c6611
10149 Author: Keith Packard <keithp@keithp.com>
10150 Date:   Wed Nov 4 21:29:37 2009 -0800
10151
10152     In packet master, move USB flush from packet thread to echo thread
10153     
10154     This keeps the packet thread from blocking on USB and also makes the
10155     flush happen after every packet (slightly more USB traffic, but
10156     packets are slow anyway).
10157     
10158     Signed-off-by: Keith Packard <keithp@keithp.com>
10159
10160 commit 27ebaf8e13aed06bb1ea6e770f767495a02be6c5
10161 Author: Keith Packard <keithp@keithp.com>
10162 Date:   Tue Nov 3 01:27:37 2009 -0800
10163
10164     Add ability to dump eeprom data over radio link.
10165     
10166     This adds a '-R' option to ao-dumplog to redirect the connection
10167     through a USB attached TeleDongle over the radio link to a remote
10168     TeleMetrum device.
10169     
10170     Signed-off-by: Keith Packard <keithp@keithp.com>
10171
10172 commit 1de322b960005c9a16051afa1881fadb00f4bcd6
10173 Author: Keith Packard <keithp@keithp.com>
10174 Date:   Tue Nov 3 00:40:38 2009 -0800
10175
10176     Pass accel calibration over telemetry stream. Telemetry data format change.
10177     
10178     This allows the ground station to convert the accelerometer sensor
10179     values into acceleration and speed data. This requires a new telemetry
10180     data structure, and so TeleMetrum and TeleDongle units must be updated
10181     synchronously. ao-view will parse either telemetry stream, and the
10182     serial format from TeleDongle now has a version number to allow for
10183     future changes.
10184     
10185     Signed-off-by: Keith Packard <keithp@keithp.com>
10186
10187 commit b529e5e8998702986909111a457f3ce9932e1ccf
10188 Author: Keith Packard <keithp@keithp.com>
10189 Date:   Mon Nov 2 23:48:29 2009 -0800
10190
10191     ao_flight_test was using accel value for pressure too
10192
10193 commit f57bea012d4fbca097df0d98fcd30eb4abd9701a
10194 Author: Keith Packard <keithp@keithp.com>
10195 Date:   Mon Nov 2 21:47:41 2009 -0800
10196
10197     Reformat ADC values to show all 16 bits
10198
10199 commit 79718e798e96567f0ba11c61f187e432fdcf95ee
10200 Author: Keith Packard <keithp@keithp.com>
10201 Date:   Mon Nov 2 21:48:16 2009 -0800
10202
10203     Remove "f" command
10204
10205 commit a4137263b69864c524d39c6ff88a0225fd06e79b
10206 Author: Keith Packard <keithp@keithp.com>
10207 Date:   Mon Nov 2 21:47:15 2009 -0800
10208
10209     Remove "d" command
10210
10211 commit 47f510464907d2b9488109c96ade87a41d878842
10212 Author: Keith Packard <keithp@keithp.com>
10213 Date:   Mon Nov 2 21:46:39 2009 -0800
10214
10215     Remove "l" command as ao-dumplong no longer uses it
10216
10217 commit 144db05f6b286a0450d486f69ce192632a2c0656
10218 Author: Keith Packard <keithp@keithp.com>
10219 Date:   Mon Nov 2 21:38:18 2009 -0800
10220
10221     Add two-point accelerometer calibration.
10222     
10223     Calibration now uses two values, one upside right and the other upside
10224     down instead of a single horizontal value. This allows the use of
10225     other accelerometers and compensates for variations in the divider
10226     circuit to provide more accurate data.
10227
10228 commit 17611788aadc9460287145a340a7c18bf63766aa
10229 Author: Bdale Garbee <bdale@gag.com>
10230 Date:   Mon Nov 2 16:54:06 2009 -0700
10231
10232     update changelogs for Debian build
10233
10234 commit 7db9d86178ecfd58cc1c17ac9fcbdcfd2f13aaec
10235 Merge: b219801 f9de200
10236 Author: Keith Packard <keithp@keithp.com>
10237 Date:   Mon Nov 2 15:47:40 2009 -0800
10238
10239     Merge remote branch 'origin/master'
10240
10241 commit b219801fb0e5eaff7778d21701da977104522da3
10242 Author: Keith Packard <keithp@keithp.com>
10243 Date:   Mon Nov 2 15:45:58 2009 -0800
10244
10245     Add ao_usb_pollchar to ao.h
10246
10247 commit b92333ff5e75bf96804359e9fbf464d3b518bd95
10248 Author: Keith Packard <keithp@keithp.com>
10249 Date:   Mon Nov 2 15:45:42 2009 -0800
10250
10251     Disable interrupts while removing tasks from task list
10252
10253 commit d519564fd08d2defe1211de83ccbdfa3c7cfe702
10254 Author: Keith Packard <keithp@keithp.com>
10255 Date:   Mon Nov 2 15:45:07 2009 -0800
10256
10257     Add more docs to the README file
10258
10259 commit f9de20000794c97a04d5bc2476191864bd2af371
10260 Author: Bdale Garbee <bdale@gag.com>
10261 Date:   Mon Nov 2 16:00:11 2009 -0700
10262
10263     update changelogs for Debian build
10264
10265 commit 127c3125e5a4b86b8f304bc2889e313688c3d83e
10266 Author: Bdale Garbee <bdale@gag.com>
10267 Date:   Mon Nov 2 15:59:12 2009 -0700
10268
10269     update changelogs for Debian build
10270
10271 commit 6b1e77569e2fed3c44606ed268421df5d3ed4020
10272 Author: Bdale Garbee <bdale@gag.com>
10273 Date:   Mon Nov 2 15:57:41 2009 -0700
10274
10275     update changelogs for Debian build
10276
10277 commit 8203bfa58af32a1d07a44c1c151b200df0b65f15
10278 Author: Bdale Garbee <bdale@gag.com>
10279 Date:   Mon Nov 2 15:56:42 2009 -0700
10280
10281     de-version the libreadline-dev build dependency
10282
10283 commit 0b483233118673cbc2cda1be6acd379df82bc95a
10284 Merge: ca5d323 550482d
10285 Author: Keith Packard <keithp@keithp.com>
10286 Date:   Sun Nov 1 20:59:02 2009 -0800
10287
10288     Merge remote branch 'origin/master' into skytraq
10289
10290 commit ca5d323a3d206050d95f52a61e92c69e1f54e7b5
10291 Author: Keith Packard <keithp@keithp.com>
10292 Date:   Sun Nov 1 20:57:03 2009 -0800
10293
10294     Enable packet-based communcation to command processor
10295     
10296     This splits the packet code into master/slave halves and hooks the
10297     slave side up to the getchar/putchar/flush logic in ao_stdio.c
10298     
10299     Signed-off-by: Keith Packard <keithp@keithp.com>
10300
10301 commit 6c1a9ce16b966a21c885bf3be31cbcb85368b3fa
10302 Author: Keith Packard <keithp@keithp.com>
10303 Date:   Sat Oct 31 01:30:22 2009 -0700
10304
10305     No need to wakeup &ao_tick_count now
10306
10307 commit cd0d495d7ef276956e730196476daa70a4359918
10308 Author: Keith Packard <keithp@keithp.com>
10309 Date:   Sat Oct 31 01:20:26 2009 -0700
10310
10311     Poke master to speed up packet rate when things are busy
10312
10313 commit 442b1ef18c8320d4e5329dc92bb5268a36058fc5
10314 Author: Keith Packard <keithp@keithp.com>
10315 Date:   Sat Oct 31 01:19:41 2009 -0700
10316
10317     Use ao_alarm for ao_delay so it can be easily interrupted
10318
10319 commit 4f7ed9ff484778381db647c27d2a34d0cadec41e
10320 Author: Keith Packard <keithp@keithp.com>
10321 Date:   Fri Oct 30 23:53:03 2009 -0700
10322
10323     Do more flushing in packet test code
10324
10325 commit 6a7aa1810a90a9216160aec55ec4bd02b3240e1b
10326 Author: Keith Packard <keithp@keithp.com>
10327 Date:   Fri Oct 30 23:52:44 2009 -0700
10328
10329     Add RFIM register
10330
10331 commit bf65e0b2a1299b49adc2d339ab9d9c7599aded9e
10332 Author: Keith Packard <keithp@keithp.com>
10333 Date:   Fri Oct 30 23:52:22 2009 -0700
10334
10335     Send SYN packet to set sequence numbers
10336
10337 commit d46797e5c08d4955d516458185e2cfb51ee2d567
10338 Author: Keith Packard <keithp@keithp.com>
10339 Date:   Fri Oct 30 23:51:38 2009 -0700
10340
10341     Use ao_radio_done to wait for TX to completely finish with packet
10342
10343 commit c5ec6fcfa1bd17aad0f85d2fbe603f1d125836e6
10344 Author: Keith Packard <keithp@keithp.com>
10345 Date:   Fri Oct 30 23:50:54 2009 -0700
10346
10347     Switch packet code from timer thread to ao_alarm
10348
10349 commit b428faf74ae145126ec1da972028fcfe0b4b2b18
10350 Author: Keith Packard <keithp@keithp.com>
10351 Date:   Fri Oct 30 23:48:36 2009 -0700
10352
10353     Remove reason from ao_dma_abort
10354
10355 commit 73db30b2f9128c37dc7fa075793a8862814ce044
10356 Author: Keith Packard <keithp@keithp.com>
10357 Date:   Fri Oct 30 23:46:21 2009 -0700
10358
10359     Add ao_alarm
10360
10361 commit 251b0971f049cbf2f8db79a32729d47441ce65f3
10362 Author: Keith Packard <keithp@keithp.com>
10363 Date:   Fri Oct 30 23:45:43 2009 -0700
10364
10365     Wait for TX to finish sending data
10366
10367 commit 9b31f07fe3556896b3e997bba156e30ef5777a80
10368 Author: Keith Packard <keithp@keithp.com>
10369 Date:   Fri Oct 30 23:43:52 2009 -0700
10370
10371     Add radio carrier command
10372
10373 commit 7b14c3e609749f4fc00dbd660541375048535218
10374 Author: Keith Packard <keithp@keithp.com>
10375 Date:   Fri Oct 30 16:39:15 2009 -0700
10376
10377     Initial packet bits. Just testing transmission
10378
10379 commit 690fc263516d8beb6b24e86fbcd6588f42ce4e5c
10380 Author: Keith Packard <keithp@keithp.com>
10381 Date:   Wed Oct 21 17:18:49 2009 +0900
10382
10383     Add keyhole-markup generation for ao-postflight.
10384     
10385     This lets you see the flight path in googleearth.
10386     
10387     Signed-off-by: Keith Packard <keithp@keithp.com>
10388
10389 commit b657aa209b9ea3b3efd33a940283b3ba60a169af
10390 Author: Keith Packard <keithp@keithp.com>
10391 Date:   Fri Oct 16 12:59:53 2009 +0900
10392
10393     Add ao_wake_task and ao_exit
10394     
10395     ao_wake_task signals a specific task to wake up.
10396     ao_exit terminates the current task.
10397     
10398     Signed-off-by: Keith Packard <keithp@keithp.com>
10399
10400 commit d709a0688eff84e25e24d755850ef045d6b0c3de
10401 Author: Keith Packard <keithp@keithp.com>
10402 Date:   Fri Oct 16 12:56:45 2009 +0900
10403
10404     Save some DSEG space by marking cmd functions __reentrant
10405     
10406     __reentrant causes the compiler to place args and locals on the stack
10407     instead of in the data segment.
10408     
10409     Signed-off-by: Keith Packard <keithp@keithp.com>
10410
10411 commit 550482d953c491a5ede9f2d243493afb13289898
10412 Author: Bdale Garbee <bdale@gag.com>
10413 Date:   Mon Oct 12 16:58:46 2009 -0600
10414
10415     update changelogs for Debian build
10416
10417 commit 2de548f45d0f50b558acc83f57e1e2fc1223ab92
10418 Author: Bdale Garbee <bdale@gag.com>
10419 Date:   Mon Oct 12 16:58:19 2009 -0600
10420
10421     oops, forgot to specify the repo to push to
10422
10423 commit 68008ac11c2735ca53a1b474324df43f2f1d5cdd
10424 Author: Bdale Garbee <bdale@gag.com>
10425 Date:   Mon Oct 12 16:57:33 2009 -0600
10426
10427     update changelogs for Debian build
10428
10429 commit 513328ac5f7c25f9ee144ab6befbea60d69eed1a
10430 Author: Bdale Garbee <bdale@gag.com>
10431 Date:   Mon Oct 12 16:56:50 2009 -0600
10432
10433     automate push of updated and tagged master branch during debian/rules prebuild
10434
10435 commit 67bf7d388a6dd2dbf65575bf4f0423ad355b4f2f
10436 Author: Bdale Garbee <bdale@gag.com>
10437 Date:   Mon Oct 12 16:54:44 2009 -0600
10438
10439     update changelogs for Debian build
10440
10441 commit 23bc21a93ccb9f35917f283ac5df6ce0870df71a
10442 Author: Bdale Garbee <bdale@gag.com>
10443 Date:   Mon Oct 12 16:54:16 2009 -0600
10444
10445     undue damage from partial build
10446
10447 commit 7da56ad8576ef212ffb6cb573bdaf578453e3fe0
10448 Author: Bdale Garbee <bdale@gag.com>
10449 Date:   Mon Oct 12 16:52:52 2009 -0600
10450
10451     add support for tagging git repository on each Debian package build
10452
10453 commit 8d4aa4ee54f85f4951cdd7293d58aaa405cfcdc5
10454 Author: Bdale Garbee <bdale@gag.com>
10455 Date:   Mon Oct 12 16:49:34 2009 -0600
10456
10457     update changelogs for Debian build
10458
10459 commit 241a860fe856b1dfad6e792736313648300d5c24
10460 Author: Bdale Garbee <bdale@gag.com>
10461 Date:   Mon Oct 12 16:48:43 2009 -0600
10462
10463     flush repetitive junk out of debian/changelog, and update the prebuild target
10464     in debian/rules to put git commit details into the Debian changelog
10465
10466 commit 6c4cdc927b43736b39be29d23ac3dc723f69e4d6
10467 Author: Bdale Garbee <bdale@gag.com>
10468 Date:   Mon Oct 12 15:57:19 2009 -0600
10469
10470     update changelogs for Debian build
10471
10472 commit c57bd7fd2f80e50b0b4c87fccb024ab07c93773d
10473 Merge: adf8764 2b76572
10474 Author: Bdale Garbee <bdale@gag.com>
10475 Date:   Mon Oct 12 15:57:08 2009 -0600
10476
10477     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10478
10479 commit 69b6f6bb465163cf767bb68e0e4a716d8ad2b39c
10480 Merge: bc77da6 2b76572
10481 Author: Keith Packard <keithp@keithp.com>
10482 Date:   Sat Oct 10 17:16:21 2009 -0700
10483
10484     Merge branch 'master' into skytraq
10485
10486 commit 2b765728ce177e26899f6feef00bfdf6aeaf2678
10487 Author: Keith Packard <keithp@keithp.com>
10488 Date:   Sat Oct 10 17:15:38 2009 -0700
10489
10490     Add apogee igniter delay.
10491     
10492     Provide for a delay after apogee before the drogue charge is
10493     fired. This allows TM to be used as a back-up altimeter.
10494     
10495     Signed-off-by: Keith Packard <keithp@keithp.com>
10496
10497 commit bc77da68c9cb7d4cca483eadbbb7e9ccf71c0060
10498 Merge: 46cccf6 8f7ea3d
10499 Author: Keith Packard <keithp@keithp.com>
10500 Date:   Sat Oct 10 15:09:48 2009 -0700
10501
10502     Merge branch 'master' into skytraq
10503
10504 commit 8f7ea3de7037f40b0ff462b60d503c19431ae62b
10505 Author: Keith Packard <keithp@keithp.com>
10506 Date:   Sat Oct 10 15:08:14 2009 -0700
10507
10508     Report igniter continuity in pad/idle mode via beeper
10509     
10510     one short beep = drogue
10511     two short beeps = main
10512     three short beeps = both
10513     one long warble = neither
10514     
10515     In idle mode, it does this just once. In pad mode, it keeps testing
10516     and reporting.
10517     
10518     Signed-off-by: Keith Packard <keithp@keithp.com>
10519
10520 commit adf8764bc4591795ba4e618ccbd6393fc6ce6450
10521 Author: Bdale Garbee <bdale@gag.com>
10522 Date:   Sat Oct 10 15:11:23 2009 -0600
10523
10524     update changelogs for Debian build
10525
10526 commit 541da6f3bbf81be93dfe3c01f7c8cfd757b28a2b
10527 Merge: dfc73cb 5f26ad6
10528 Author: Bdale Garbee <bdale@gag.com>
10529 Date:   Sat Oct 10 15:05:50 2009 -0600
10530
10531     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10532
10533 commit 46cccf62fb40514b5930fcb2ffdaf2735415c764
10534 Merge: fb8f3fe 5f26ad6
10535 Author: Keith Packard <keithp@keithp.com>
10536 Date:   Sat Oct 10 14:00:03 2009 -0700
10537
10538     Merge branch 'master' into skytraq
10539
10540 commit 5f26ad663b3f60dddc9d967206e365f45dc4acd1
10541 Author: Keith Packard <keithp@keithp.com>
10542 Date:   Sat Oct 10 13:58:16 2009 -0700
10543
10544     ao-dumplog: switch to 'e' command, display progress
10545     
10546     Using the 'e' command allows additional checking of the data,
10547     including end-to-end checksums and detection of missing data.
10548     
10549     Progress is displayed by showing the recorded flight state along with
10550     a '.' for each eeprom block read.
10551     
10552     Signed-off-by: Keith Packard <keithp@keithp.com>
10553
10554 commit fb8f3fee6a1bab1e46d782e84405845cee2dadb4
10555 Merge: 22856cf b8fc397
10556 Author: Keith Packard <keithp@keithp.com>
10557 Date:   Sat Oct 10 13:41:00 2009 -0700
10558
10559     Merge branch 'master' into skytraq
10560
10561 commit b8fc3975bd92037a0cf53b0ff2b0e05ce0ba668f
10562 Author: Keith Packard <keithp@keithp.com>
10563 Date:   Sat Oct 10 13:39:01 2009 -0700
10564
10565     Send 0-length IN packet to flush USB after full packet
10566     
10567     USB bulk transfers are a sequence of maximum-sized packets followed by
10568     a short packet, which signals the end of the transfer. When the last
10569     packet of the transfer would be a full-sized packet, an additional
10570     packet of zero length is sent to signal the transfer end.
10571     
10572     Signed-off-by: Keith Packard <keithp@keithp.com>
10573
10574 commit 22856cf8bb0f5e1f37c9b774132d9ef6934526ed
10575 Merge: 2f76034 e29961f
10576 Author: Keith Packard <keithp@keithp.com>
10577 Date:   Sat Oct 10 11:44:20 2009 -0700
10578
10579     Merge branch 'master' into skytraq
10580
10581 commit e29961fdb2a48874c895829880eadbf13e094c0c
10582 Author: Keith Packard <keithp@keithp.com>
10583 Date:   Sat Oct 10 11:43:31 2009 -0700
10584
10585     Add channel menu to ao-view.
10586     
10587     Sets radio channel when TD is connected, saves selected channel in
10588     gconf database.
10589     
10590     Signed-off-by: Keith Packard <keithp@keithp.com>
10591
10592 commit 2f7603490a169df8f18b565db4fa967832ffc9bd
10593 Author: Keith Packard <keithp@keithp.com>
10594 Date:   Fri Oct 9 22:48:29 2009 -0700
10595
10596     Build two versions of TM, one for SiRF, one for SkyTraq
10597     
10598     This creates two separate images, depending on which GPS unit is
10599     connected.
10600     
10601     Signed-off-by: Keith Packard <keithp@keithp.com>
10602
10603 commit 33b0b6f2f2e07de105619a7b463226d2813152ab
10604 Author: Keith Packard <keithp@keithp.com>
10605 Date:   Fri Oct 9 22:02:40 2009 -0700
10606
10607     Add support for the SkyTraq GPS unit
10608     
10609     This is a build-time option selected by hacking the Makefile at present.
10610     
10611     Signed-off-by: Keith Packard <keithp@keithp.com>
10612
10613 commit a3771bfc5ce740f9d89193e9f8b1d7987aa57264
10614 Author: Keith Packard <keithp@keithp.com>
10615 Date:   Tue Oct 6 20:06:00 2009 -0700
10616
10617     ao-view: fix snd_pcm_open return checking
10618     
10619     I don't know how this code was supposed to work before...
10620     
10621     Signed-off-by: Keith Packard <keithp@keithp.com>
10622
10623 commit ac4b8a73848f434999a532eab4665253c267c597
10624 Author: Keith Packard <keithp@keithp.com>
10625 Date:   Tue Oct 6 20:05:36 2009 -0700
10626
10627     ao-postflight: dump out GPS signal data
10628     
10629     Signed-off-by: Keith Packard <keithp@keithp.com>
10630
10631 commit dfc73cba1bee8b121e00e8cba45e7dfaaf79e9d8
10632 Author: Bdale Garbee <bdale@gag.com>
10633 Date:   Mon Sep 21 22:46:59 2009 -0700
10634
10635     update changelogs for Debian build
10636
10637 commit 459ff3d377297f80ee2fba0df0a29ff6603467a1
10638 Author: Bdale Garbee <bdale@gag.com>
10639 Date:   Mon Sep 21 11:00:32 2009 -0700
10640
10641     update changelogs for Debian build
10642
10643 commit 327c64305a59f48ababf19875874a550af6b9cef
10644 Merge: c8a81a4 74f0fb4
10645 Author: Bdale Garbee <bdale@gag.com>
10646 Date:   Mon Sep 21 11:00:22 2009 -0700
10647
10648     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10649
10650 commit 74f0fb4dd189abc1d5027c64fa5a648a6003285a
10651 Author: Keith Packard <keithp@keithp.com>
10652 Date:   Sun Sep 20 13:33:59 2009 -0700
10653
10654     make bit-banging reset script actually reset
10655
10656 commit 7ea371a09385e2a93199f78685e8cb86793ed104
10657 Author: Keith Packard <keithp@keithp.com>
10658 Date:   Sun Sep 20 13:33:26 2009 -0700
10659
10660     Add --gps option to ao-postflight
10661
10662 commit bc7ccb339e538a0e6120db0e5c0d9130c565e0dd
10663 Author: Keith Packard <keithp@keithp.com>
10664 Date:   Sun Sep 20 13:32:59 2009 -0700
10665
10666     ao_rawload: Don't reset after we finish loading
10667
10668 commit c8a81a419f7f2331624f90bd6c107a86f6b04451
10669 Author: Bdale Garbee <bdale@gag.com>
10670 Date:   Sun Sep 20 09:21:00 2009 -0600
10671
10672     update changelogs for Debian build
10673
10674 commit df42ccaaf468cdc5d93cbd1c001f58df58419722
10675 Merge: 0b24e40 078e9cd
10676 Author: Bdale Garbee <bdale@gag.com>
10677 Date:   Sun Sep 20 09:19:28 2009 -0600
10678
10679     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10680
10681 commit 078e9cdbdb388b22c6151f76ff0660fc14b8ef55
10682 Author: Keith Packard <keithp@keithp.com>
10683 Date:   Thu Sep 10 11:53:06 2009 -0700
10684
10685     Plot raw accel data for the motor accel section.
10686     
10687     This shows a short sequence of accelerometer data without any filtering.
10688     
10689     Signed-off-by: Keith Packard <keithp@keithp.com>
10690
10691 commit 8b485d937ff148848ebda7f9ca6be29bb1de1f16
10692 Author: Keith Packard <keithp@keithp.com>
10693 Date:   Sun Sep 6 21:02:48 2009 -0700
10694
10695     Show acceleration only during boost phase.
10696     
10697     We're interested in motor performance; the rest of the flight is
10698     boring, after all.
10699     
10700     Signed-off-by: Keith Packard <keithp@keithp.com>
10701
10702 commit 9e660315e1bd2bf71ab1c0574e895e1f7608a58f
10703 Author: Keith Packard <keithp@keithp.com>
10704 Date:   Sun Sep 6 21:01:44 2009 -0700
10705
10706     Fix cc_period_make to not get stuck on samples with matching time
10707     
10708     When two samples have matching times, step to the second one;
10709     otherwise, we'll get stuck forever.
10710     
10711     Signed-off-by: Keith Packard <keithp@keithp.com>
10712
10713 commit 932f1539b38567e565fd484171c13539b1467308
10714 Author: Keith Packard <keithp@keithp.com>
10715 Date:   Sun Sep 6 20:26:17 2009 -0700
10716
10717     Color plots, integrate only flight portion of data.
10718     
10719     Telemetry files have piles of pad data which shouldn't be integrated
10720     into the velocity data as it tends to generate huge values from the
10721     noise of the sensor.
10722     
10723     Also make the data lines colored to keep them visually distinct from
10724     the rest of the plot image.
10725     
10726     Signed-off-by: Keith Packard <keithp@keithp.com>
10727
10728 commit 9177f5f4e9d832558ddd9ab227c4511f6201e7e5
10729 Author: Keith Packard <keithp@keithp.com>
10730 Date:   Sun Sep 6 18:11:24 2009 -0700
10731
10732     Update usage and man page for ao-postflight
10733
10734 commit 0b24e4034f93010372a3d084668d10f0e4a2c2e1
10735 Author: Bdale Garbee <bdale@gag.com>
10736 Date:   Sun Sep 6 18:01:20 2009 -0600
10737
10738     update changelogs for Debian build
10739
10740 commit a5e94aa0677070a051714443cf7fd7e2b5e90269
10741 Author: Bdale Garbee <bdale@gag.com>
10742 Date:   Sun Sep 6 17:59:47 2009 -0600
10743
10744     need a run-time dependency to pull in the cairo module
10745
10746 commit 97acef95cc9843998963921459fdd71dd7eaa6b4
10747 Author: Bdale Garbee <bdale@gag.com>
10748 Date:   Sun Sep 6 17:48:23 2009 -0600
10749
10750     update changelogs for Debian build
10751
10752 commit 3f95a5abbf8ada70328ced45fbb2781ed1cb3d29
10753 Author: Bdale Garbee <bdale@gag.com>
10754 Date:   Sun Sep 6 17:48:10 2009 -0600
10755
10756     more build deps for plotting lib
10757
10758 commit 9d7e96e323d652de08b2f2a73e0eb3c321080185
10759 Author: Bdale Garbee <bdale@gag.com>
10760 Date:   Sun Sep 6 17:47:56 2009 -0600
10761
10762     update changelogs for Debian build
10763
10764 commit ae4e131b61244e06020b82919e31e05dd7dba88f
10765 Author: Bdale Garbee <bdale@gag.com>
10766 Date:   Sun Sep 6 17:46:39 2009 -0600
10767
10768     update changelogs for Debian build
10769
10770 commit 37e6c9a492a1d51373bf9333fb3172e0c377720f
10771 Merge: d256f82 2e6686b
10772 Author: Bdale Garbee <bdale@gag.com>
10773 Date:   Sun Sep 6 17:46:10 2009 -0600
10774
10775     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10776
10777 commit 2e6686b1e183c66188ea447b8a54e4c29402443b
10778 Author: Keith Packard <keithp@keithp.com>
10779 Date:   Sun Sep 6 16:45:47 2009 -0700
10780
10781     Use plplotd instead of plplotd-gnome2
10782
10783 commit d256f8204e9fce53ae4309562bb4c0cde1fae43e
10784 Merge: 0fc344d 32d3536
10785 Author: Bdale Garbee <bdale@gag.com>
10786 Date:   Sun Sep 6 17:34:08 2009 -0600
10787
10788     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10789
10790 commit 32d3536706324808df6cd02248a236302b831571
10791 Author: Keith Packard <keithp@keithp.com>
10792 Date:   Sun Sep 6 16:24:35 2009 -0700
10793
10794     Add plots to ao-postflight using the plplot library
10795     
10796     It's not perfect, but it generates .svg plot output.
10797     
10798     Signed-off-by: Keith Packard <keithp@keithp.com>
10799
10800 commit 0fc344dfc031a8b1eef7cc40efb1d5ba7782269d
10801 Author: Bdale Garbee <bdale@gag.com>
10802 Date:   Sun Sep 6 14:15:57 2009 -0600
10803
10804     update changelogs for Debian build
10805
10806 commit 4b0de757874c0ecaf38e3dfd3beefc398150e3d5
10807 Merge: 773c4ff d0eac98
10808 Author: Bdale Garbee <bdale@gag.com>
10809 Date:   Sun Sep 6 14:15:53 2009 -0600
10810
10811     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10812
10813 commit d0eac989b1ffc8ae30ba12da403eb4bf1ad42d6b
10814 Author: Keith Packard <keithp@keithp.com>
10815 Date:   Sun Sep 6 13:15:10 2009 -0700
10816
10817     Don't look at NULL strings (summary_name)
10818     
10819     Signed-off-by: Keith Packard <keithp@keithp.com>
10820
10821 commit 73f4a57239f770aff603b961169c0e2cfe2c276b
10822 Author: Keith Packard <keithp@keithp.com>
10823 Date:   Sun Sep 6 13:08:54 2009 -0700
10824
10825     Use pressure speed for drogue and beyond states. Fix differentiation time.
10826     
10827     Drogue state should always use pressure speeds.
10828     
10829     Differentiation code was using centi-seconds instead of seconds.
10830     
10831     Signed-off-by: Keith Packard <keithp@keithp.com>
10832
10833 commit 773c4ffbc1d2e02eb02cfa543a077a408986da30
10834 Author: Bdale Garbee <bdale@gag.com>
10835 Date:   Sun Sep 6 14:05:55 2009 -0600
10836
10837     update changelogs for Debian build
10838
10839 commit 45ede4a4b203ef9da5bf05c49cb9c5a2e6382ec5
10840 Merge: 45e2938 e35e485
10841 Author: Bdale Garbee <bdale@gag.com>
10842 Date:   Sun Sep 6 14:05:51 2009 -0600
10843
10844     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10845
10846 commit e35e485ffe6b26034788ab295121bc2693b7eec1
10847 Author: Keith Packard <keithp@keithp.com>
10848 Date:   Sun Sep 6 13:04:31 2009 -0700
10849
10850     Initialize summary_name and detail_name so stuff appears on stdout.
10851     
10852     Uninitialized variables lead to mysterious results.
10853     
10854     Signed-off-by: Keith Packard <keithp@keithp.com>
10855
10856 commit 45e2938121411d1fc9b3aec3fdeaaeb3c90db5ed
10857 Author: Bdale Garbee <bdale@gag.com>
10858 Date:   Sun Sep 6 14:02:14 2009 -0600
10859
10860     update changelogs for Debian build
10861
10862 commit d42ebf0661ecf15455e5051de1e16ae66f8dd857
10863 Merge: 384dbe9 7a19aac
10864 Author: Bdale Garbee <bdale@gag.com>
10865 Date:   Sun Sep 6 14:02:09 2009 -0600
10866
10867     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10868
10869 commit 7a19aac5e881e635962a64fff73027ca2143b96f
10870 Author: Keith Packard <keithp@keithp.com>
10871 Date:   Sun Sep 6 12:51:48 2009 -0700
10872
10873     Add DSP code to filter data, allowing for integration/differentiation
10874     
10875     This adds the computation of speed from both accelerometer and
10876     barometer measurements and then presents a periodic flight profile
10877     using filtered data as a detailed flight record.
10878     
10879     Signed-off-by: Keith Packard <keithp@keithp.com>
10880
10881 commit 384dbe9fc7fa8e4e5dceec5e150f0f1d3383bbdc
10882 Author: Bdale Garbee <bdale@gag.com>
10883 Date:   Sun Sep 6 10:40:06 2009 -0600
10884
10885     update changelogs for Debian build
10886
10887 commit 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0
10888 Merge: 4f8eff7 6d018ab
10889 Author: Bdale Garbee <bdale@gag.com>
10890 Date:   Sun Sep 6 10:39:23 2009 -0600
10891
10892     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10893
10894 commit 6d018ab933832e2d80bb1564c339d9fb18b57be2
10895 Author: Keith Packard <keithp@keithp.com>
10896 Date:   Sat Sep 5 22:45:49 2009 -0700
10897
10898     Handle vageries of .telem files in ao-postflight
10899     
10900     Telem files have multiple entries of the same state, and sometimes
10901     long gaps between recordings. Deal with this as best as possible.
10902     
10903     Signed-off-by: Keith Packard <keithp@keithp.com>
10904
10905 commit c46e832b28820d7c5be4efaacbbd7c0607927fe5
10906 Author: Keith Packard <keithp@keithp.com>
10907 Date:   Sat Sep 5 22:03:31 2009 -0700
10908
10909     Add simple post-flight analysis tool (ao-postflight)
10910     
10911     This tool reads either an eeprom or telem log file and displays some
10912     rudimentary data (max accel/alt for each flight stage).
10913     
10914     Signed-off-by: Keith Packard <keithp@keithp.com>
10915
10916 commit 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f
10917 Author: Keith Packard <keithp@keithp.com>
10918 Date:   Sat Sep 5 00:29:26 2009 -0700
10919
10920     Add ao-dumplog to capture flight log from command line
10921     
10922     This duplicates the functionality of the flight log stuf in ao-view,
10923     except from the command line where it belongs.
10924     
10925     Signed-off-by: Keith Packard <keithp@keithp.com>
10926
10927 commit 73adae3661160d410dcc802873b530d255c210e5
10928 Author: Keith Packard <keithp@keithp.com>
10929 Date:   Fri Sep 4 15:30:22 2009 -0700
10930
10931     Add --device/-D support to the command line tools and manuals
10932     
10933     Use the new cc_usbdevs_find_by_arg function to locate suitable target
10934     devices connected via USB.
10935     
10936     Signed-off-by: Keith Packard <keithp@keithp.com>
10937
10938 commit 4f8eff7401ee2d8092ab36fa33411f9b23dda880
10939 Author: Bdale Garbee <bdale@gag.com>
10940 Date:   Fri Sep 4 16:03:55 2009 -0600
10941
10942     update changelogs for Debian build
10943
10944 commit 332b056459b1352e233a8bf5f08498df12d32160
10945 Author: Keith Packard <keithp@keithp.com>
10946 Date:   Fri Sep 4 15:01:32 2009 -0700
10947
10948     'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.
10949     
10950     The kernel appears to leave serial data undelivered at times. Reading
10951     two blocks at once appears to make it relinquish the queued data.
10952     
10953     Signed-off-by: Keith Packard <keithp@keithp.com>
10954
10955 commit df88ae4c5f229efcc0ea5cb0a81fc2bb8f96fea2
10956 Author: Keith Packard <keithp@keithp.com>
10957 Date:   Fri Sep 4 14:23:02 2009 -0700
10958
10959     Add 'ao-list' utility to show attached AltOS devices
10960     
10961     Signed-off-by: Keith Packard <keithp@keithp.com>
10962
10963 commit 0935d6a7e907e20381a42882ae728051f9bece02
10964 Author: Keith Packard <keithp@keithp.com>
10965 Date:   Fri Sep 4 14:21:19 2009 -0700
10966
10967     Parse the USB serial number as an integer.
10968     
10969     AltOS devices use simple integer serial numbers, so parse the USB
10970     value as such to make matching values more forgiving.
10971     
10972     Signed-off-by: Keith Packard <keithp@keithp.com>
10973
10974 commit 0c771d999914f9d17c723900f2987acc45fd0fbb
10975 Author: Keith Packard <keithp@keithp.com>
10976 Date:   Fri Sep 4 13:00:02 2009 -0700
10977
10978     Move usb scanning code to ao-tools library
10979     
10980     This will allow the scanning code to be used by the command line tools
10981     as well as the ao-view GUI.
10982     
10983     Now that ao-view depends on the ao-tools library, it has been moved to
10984     the ao-tools directory as well.
10985     
10986     Signed-off-by: Keith Packard <keithp@keithp.com>
10987
10988 commit 15341b6e6dcf52df083d6aa37ef881ea6ad48ee5
10989 Author: Keith Packard <keithp@keithp.com>
10990 Date:   Fri Sep 4 12:25:37 2009 -0700
10991
10992     Set all of the values to reset the radio for telemetry
10993     
10994     Was sizeof(rdf_setup) instead of sizeof(telemetry_setup) when
10995     resetting the radio back to telemetry data mode from rdf mode. With
10996     the length value removed from the rdf config, these two arrays are no
10997     longer the same length, and so the last config value was not set
10998     leaving the radio sending garbage.
10999     
11000     Signed-off-by: Keith Packard <keithp@keithp.com>
11001
11002 commit fee46389b70a624ab5b1128a8b4c3083c7747bcb
11003 Author: Keith Packard <keithp@keithp.com>
11004 Date:   Fri Sep 4 11:46:55 2009 -0700
11005
11006     Make RDF beacon only run on pad and after landing.
11007     
11008     It's pretty much impossible to RDF the rocket during flight, and it
11009     interferes with the telemetry data stream. Leave it enabled on the pad
11010     so that radios can be tested, and then re-enable it once the rocket
11011     has landed.
11012     
11013     This patch also turns the rdf 'on' time into a parameter so it can be
11014     changed, and then sets that parameter to 500ms, once every 5 seconds.
11015     
11016     Signed-off-by: Keith Packard <keithp@keithp.com>
11017
11018 commit 54545640b0db7747137655f84bc67fd290ecb904
11019 Author: Keith Packard <keithp@keithp.com>
11020 Date:   Fri Sep 4 11:45:52 2009 -0700
11021
11022     Add back the RDF tone generator
11023     
11024     Tracking the rocket on the ground may be easier using tones than using
11025     the digital data stream, so we'll try that and see what we think.
11026     
11027     This reverts commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9.
11028     
11029     Signed-off-by: Keith Packard <keithp@keithp.com>
11030
11031 commit 9fafee109e96435c96639b21211cac0500673a63
11032 Author: Bdale Garbee <bdale@gag.com>
11033 Date:   Wed Sep 2 23:18:15 2009 -0600
11034
11035     update changelogs for Debian build
11036
11037 commit cb4a73f3b65ba72f645fd37ab8712829c9537bf8
11038 Merge: 9ddd869 e2e449d
11039 Author: Bdale Garbee <bdale@gag.com>
11040 Date:   Wed Sep 2 23:17:37 2009 -0600
11041
11042     Merge commit 'origin/master'
11043
11044 commit e2e449d5c23356e913f312de1fb2611a9dd5a352
11045 Author: Keith Packard <keithp@keithp.com>
11046 Date:   Wed Sep 2 22:01:52 2009 -0700
11047
11048     Remove bit-banging debug support from TM board builds
11049     
11050     Our current TM boards don't have the wires to do bit-banging to
11051     another cc1111 board, so it doesn't make sense to fill up their flash
11052     with useless code (and the 'help' text with useless commands). Leave
11053     this to the TI board until we have boards that can serve as debug dongles.
11054     
11055     Signed-off-by: Keith Packard <keithp@keithp.com>
11056
11057 commit acea083d80e1ecc4287083519ea666964016b257
11058 Author: Keith Packard <keithp@keithp.com>
11059 Date:   Wed Sep 2 22:00:37 2009 -0700
11060
11061     Make the ao_log_record structures 8 bytes again.
11062     
11063     When the GPS signal strength data was added, the structure was
11064     accidentally extended to 9 bytes, making all log records 9 bytes
11065     long. While not a serious problem, this left log records spanning
11066     across eeprom block boundaries, which seems like a bad plan.
11067     
11068     Signed-off-by: Keith Packard <keithp@keithp.com>
11069
11070 commit 7d39f17684feb49ac8a0017902158f298696e37c
11071 Author: Keith Packard <keithp@keithp.com>
11072 Date:   Wed Sep 2 21:57:54 2009 -0700
11073
11074     Make eeprom reads and writes across block boundary work
11075     
11076     Reading and writing across the block boundary was not stepping the
11077     eeprom position after the partial i/o operation at the end of the
11078     first block. This meant that the operation would re-use the end of the
11079     previous block, either re-reading or re-writing it.
11080     
11081     Signed-off-by: Keith Packard <keithp@keithp.com>
11082
11083 commit 9ddd8696b4004ccc03238d95a8c2a1d07075e0fb
11084 Author: Bdale Garbee <bdale@gag.com>
11085 Date:   Mon Aug 31 16:48:03 2009 -0600
11086
11087     update changelogs for Debian build
11088
11089 commit 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115
11090 Author: Bdale Garbee <bdale@gag.com>
11091 Date:   Mon Aug 31 16:47:44 2009 -0600
11092
11093     pixmap file should not be executable
11094
11095 commit 1495e2f27acde3743c3764a0c31ee082224d6c64
11096 Author: Bdale Garbee <bdale@gag.com>
11097 Date:   Mon Aug 31 16:42:55 2009 -0600
11098
11099     update changelogs for Debian build
11100
11101 commit c8c5b7963babe8eb16e2651fba9cd2c8d1cba74e
11102 Author: Bdale Garbee <bdale@gag.com>
11103 Date:   Mon Aug 31 16:42:37 2009 -0600
11104
11105     deliver an icon for the Debian menu system
11106
11107 commit 591b99c232e780246fc07841c09c8c4e7835facb
11108 Author: Bdale Garbee <bdale@gag.com>
11109 Date:   Mon Aug 31 16:26:00 2009 -0600
11110
11111     update changelogs for Debian build
11112
11113 commit b34474c1f3083e73b7184d519f54d4c8031836fd
11114 Merge: 8df1697 0d65bff
11115 Author: Bdale Garbee <bdale@gag.com>
11116 Date:   Mon Aug 31 16:25:32 2009 -0600
11117
11118     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11119
11120 commit 6358041f846ba9a20fa650c367d907dc4336e54c
11121 Author: Keith Packard <keithp@keithp.com>
11122 Date:   Sat Aug 22 13:38:56 2009 -0700
11123
11124     Enable GPS degraded mode, set 10 sec degraded timeout.
11125     
11126     No reason not to let the GPS report solutions whenever it likes, let's
11127     see how this works.
11128     
11129     Signed-off-by: Keith Packard <keithp@keithp.com>
11130
11131 commit 0d65bff443c17d4d98c18b620ec075ab66b30efd
11132 Author: Keith Packard <keithp@keithp.com>
11133 Date:   Fri Aug 21 10:47:46 2009 -0700
11134
11135     Turn off GPS tracking data when not present in data stream
11136     
11137     Signed-off-by: Keith Packard <keithp@keithp.com>
11138
11139 commit 8df169791835510d96c11a3b0aa3cc5b79fa7fde
11140 Author: Bdale Garbee <bdale@gag.com>
11141 Date:   Wed Aug 19 02:21:23 2009 -0600
11142
11143     update changelogs for Debian build
11144
11145 commit 42ab6d52540d0326ef89e9d57954b08248558468
11146 Author: Bdale Garbee <bdale@gag.com>
11147 Date:   Wed Aug 19 02:21:06 2009 -0600
11148
11149     fix location for delivery of sources.list fragment
11150
11151 commit 977f5dc0bc7c666dcc1f21db77416efca0d696aa
11152 Author: Bdale Garbee <bdale@gag.com>
11153 Date:   Wed Aug 19 02:11:11 2009 -0600
11154
11155     update changelogs for Debian build
11156
11157 commit 8d4d6655f1b4c2fbc522fd255bfb75406e5ddaef
11158 Author: Bdale Garbee <bdale@gag.com>
11159 Date:   Wed Aug 19 02:11:00 2009 -0600
11160
11161     oops, aoview is now ao-view!
11162
11163 commit b9a97aea65f871fd287bc0bb566d8664766f4afd
11164 Author: Bdale Garbee <bdale@gag.com>
11165 Date:   Wed Aug 19 02:07:16 2009 -0600
11166
11167     update changelogs for Debian build
11168
11169 commit 21e3dd0affac89919e5d0e29c6e9eb1eacb51801
11170 Author: Bdale Garbee <bdale@gag.com>
11171 Date:   Wed Aug 19 02:06:49 2009 -0600
11172
11173     enable support for Debian menus
11174
11175 commit 0087c1776e0253fc2bd3b86f15bf9d1b32bdc45a
11176 Author: Bdale Garbee <bdale@gag.com>
11177 Date:   Wed Aug 19 00:52:57 2009 -0600
11178
11179     update changelogs for Debian build
11180
11181 commit 4486d9156e19e4280b42bcd422d81d04f2d04a92
11182 Merge: dd09f0b 33edd62
11183 Author: Bdale Garbee <bdale@gag.com>
11184 Date:   Wed Aug 19 00:49:24 2009 -0600
11185
11186     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11187
11188 commit 33edd62992a32b0ec8ca66d879fa300871db5937
11189 Author: Keith Packard <keithp@keithp.com>
11190 Date:   Tue Aug 18 23:38:16 2009 -0700
11191
11192     Update ao-view to add GPS satellite tracking data
11193     
11194     This adds another column to the display to hold per-satellite GPS
11195     tracking data and a count of the visible and locked sats.
11196     
11197     Signed-off-by: Keith Packard <keithp@keithp.com>
11198
11199 commit 29687cbd462a332d9a36ed87500c5b737dcae3f4
11200 Author: Keith Packard <keithp@keithp.com>
11201 Date:   Tue Aug 18 22:35:15 2009 -0700
11202
11203     Handle GPS satellite tracking data
11204     
11205     SiRF message #4 includes signal strength and GPS engine state for each
11206     of the satellites being tracked. This data is now parsed and sent to
11207     eeprom and the radio.
11208     
11209     Signed-off-by: Keith Packard <keithp@keithp.com>
11210
11211 commit dd09f0bc2b950c00f3b489878cd69ad8a003f46c
11212 Author: Bdale Garbee <bdale@gag.com>
11213 Date:   Tue Aug 18 21:57:01 2009 -0600
11214
11215     update changelogs for Debian build
11216
11217 commit cd5ce661e2a8f9694933358ccb5b916fbed089c2
11218 Author: Bdale Garbee <bdale@gag.com>
11219 Date:   Tue Aug 18 21:49:39 2009 -0600
11220
11221     add support for building Debian package
11222
11223 commit d996aa9b32fb0eb385bd3d158256c29788a42fe3
11224 Merge: b3b2d3c 7d4ceb7
11225 Author: Bdale Garbee <bdale@gag.com>
11226 Date:   Tue Aug 18 18:56:09 2009 -0600
11227
11228     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11229
11230 commit 7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36
11231 Author: Keith Packard <keithp@keithp.com>
11232 Date:   Tue Aug 18 17:55:22 2009 -0700
11233
11234     Add ao-ejection.1 man page
11235     
11236     Document the input requirements and output format
11237     
11238     Signed-off-by: Keith Packard <keithp@keithp.com>
11239
11240 commit b3b2d3c475a135084b5628c730fc6fca1ba0817b
11241 Merge: 4685fc5 da12b89
11242 Author: Bdale Garbee <bdale@gag.com>
11243 Date:   Tue Aug 18 18:36:03 2009 -0600
11244
11245     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11246
11247 commit da12b89fb056a68e65ba363fef91d266727cb685
11248 Author: Keith Packard <keithp@keithp.com>
11249 Date:   Tue Aug 18 17:30:43 2009 -0700
11250
11251     Create ChangeLog from git log
11252
11253 commit 7d69e2b3715faed10ce21ad562fc4d25dfc5f9c1
11254 Author: Keith Packard <keithp@keithp.com>
11255 Date:   Tue Aug 18 17:29:29 2009 -0700
11256
11257     Fix ao-bitbang examples to not have . in the first column
11258
11259 commit 4685fc541466afbeefc151bcb64cd054739c048b
11260 Merge: 1c2a0b6 c29275b
11261 Author: Bdale Garbee <bdale@gag.com>
11262 Date:   Tue Aug 18 18:09:38 2009 -0600
11263
11264     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11265     
11266     Conflicts:
11267         ao-tools/ao-bitbang/Makefile.am
11268         ao-tools/ao-eeprom/Makefile.am
11269         ao-tools/ao-load/Makefile.am
11270         ao-tools/ao-load/ao-load.c
11271         ao-tools/ao-rawload/Makefile.am
11272
11273 commit c29275b72438637d46d7a50742882d2736eb176a
11274 Author: Keith Packard <keithp@keithp.com>
11275 Date:   Tue Aug 18 15:21:57 2009 -0700
11276
11277     Add manual pages for remaining commands.
11278     
11279     Manuals written for ao-bitbang, ao-eeprom, ao-load, ao-rawload and
11280     ao-view.
11281     
11282     Manual for ao-dbg updated to reflect program name change.
11283     
11284     Signed-off-by: Keith Packard <keithp@keithp.com>
11285
11286 commit 9b03d620722dc54630539afba40720c30de69b2d
11287 Author: Keith Packard <keithp@keithp.com>
11288 Date:   Tue Aug 18 12:19:31 2009 -0700
11289
11290     Use --tty/-T on command line to specify target device
11291     
11292     Also, use the ALTOS_TTY environment variable in all tools. Note that
11293     the magic value of "BITBANG" switches the library to connecting
11294     through a CP2103 instead.
11295     
11296     Signed-off-by: Keith Packard <keithp@keithp.com>
11297
11298 commit 7c790fe859dff062692964338091ffbbcdf63257
11299 Author: Keith Packard <keithp@keithp.com>
11300 Date:   Tue Aug 18 12:40:24 2009 -0700
11301
11302     Rename tools to ao-<foo>
11303     
11304     Use a consistent prefix to make it easier to remember which programs
11305     belong to this package
11306     
11307     Signed-off-by: Keith Packard <keithp@keithp.com>
11308
11309 commit 1c2a0b6653623b689d68d7349a6b2dce3e20a4a6
11310 Author: Keith Packard <keithp@keithp.com>
11311 Date:   Tue Aug 18 13:36:54 2009 -0700
11312
11313     re-add debugger sources
11314
11315 commit 9a9cce5510b87252f863239ac807b9fb4395b288
11316 Author: Keith Packard <keithp@keithp.com>
11317 Date:   Tue Aug 18 12:19:31 2009 -0700
11318
11319     Start working on using getopt for the tty name
11320
11321 commit 9789ca5e8caa9a013e804f307b9da380e147bd75
11322 Author: Keith Packard <keithp@keithp.com>
11323 Date:   Tue Aug 18 12:40:24 2009 -0700
11324
11325     Rename tools to ao-<foo>
11326     
11327     Use a consistent prefix to make it easier to remember which programs
11328     belong to this package
11329     
11330     Signed-off-by: Keith Packard <keithp@keithp.com>
11331
11332 commit a5782398d968e7cb11f7203afada7c216f233b3b
11333 Author: Keith Packard <keithp@keithp.com>
11334 Date:   Tue Aug 18 11:34:28 2009 -0700
11335
11336     Remove unused cctools code paths for old libusb and cp2103 ioctls.
11337     
11338     Communication with the CP2103 board has gone through three revisions,
11339     first using ioctls supported by the CP2103 kernel driver, then using
11340     the old synchronous usb library and now using the newer libusb
11341     asynchronous interface. There's no reason to keep shipping the old
11342     stale code now that the new stuff works reliably.
11343     
11344     Signed-off-by: Keith Packard <keithp@keithp.com>
11345
11346 commit 7cba411de0780c65e3490ab67186a514f0ea42ec
11347 Author: Keith Packard <keithp@keithp.com>
11348 Date:   Mon Aug 17 20:47:31 2009 -0700
11349
11350     test for sdcc, nickle and readline
11351     
11352     Signed-off-by: Keith Packard <keithp@keithp.com>
11353
11354 commit f48dcffae761700355a17b59345d55a60703f0c4
11355 Author: Keith Packard <keithp@keithp.com>
11356 Date:   Sun Aug 9 20:43:10 2009 -0700
11357
11358     Sync USB data after each memory write command
11359     
11360     This makes sure we flush the USB link often enough for the other end to keep
11361     up.
11362     
11363     Signed-off-by: Keith Packard <keithp@keithp.com>
11364
11365 commit cd5456f18e4b39ad76d5549df91a0e0cfb18a2e9
11366 Author: Keith Packard <keithp@keithp.com>
11367 Date:   Sun Aug 9 16:08:07 2009 -0700
11368
11369     Handle partial ALSA PCM writes
11370     
11371     The ALSA spec says that snd_pcm_writei will not return a partial write, but
11372     at least on the OLPC, that's not true. Deal with this.
11373     
11374     Signed-off-by: Keith Packard <keithp@keithp.com>
11375
11376 commit 3056cb8eef5aee0dcd342488386355d8b8f574c8
11377 Author: Keith Packard <keithp@keithp.com>
11378 Date:   Sun Aug 9 15:55:19 2009 -0700
11379
11380     Check more alsa return statuses
11381
11382 commit 8ddf3345afd8cbf638e81993633f7861d8dbca63
11383 Author: Keith Packard <keithp@keithp.com>
11384 Date:   Sat Jul 18 01:47:34 2009 -0700
11385
11386     Don't report distance to rocket without valid GPS
11387     
11388     When there's no valid GPS data, don't try to report the distance and bearing
11389     to the rocket after landing.
11390     
11391     Signed-off-by: Keith Packard <keithp@keithp.com>
11392
11393 commit fbcb7b20fa701a6e534d38e307839466545668e3
11394 Author: Keith Packard <keithp@keithp.com>
11395 Date:   Sat Jul 18 01:05:33 2009 -0700
11396
11397     Add B command to set serial baud rate
11398     
11399     Signed-off-by: Keith Packard <keithp@keithp.com>
11400
11401 commit 91b023e7e4eeed838e0320d2ddac0f6aac39e565
11402 Author: Keith Packard <keithp@keithp.com>
11403 Date:   Sat Jul 18 01:05:13 2009 -0700
11404
11405     Get rid of spaces after minus sign in climb value
11406
11407 commit 28be20cf914fb34dc3c776519708d0f02091764e
11408 Author: Keith Packard <keithp@keithp.com>
11409 Date:   Sat Jul 18 01:04:39 2009 -0700
11410
11411     Switch to 57600 baud for GPS data
11412
11413 commit d3f76ce58b9c0ed2e5a9fe3bbc7fb9cb38247714
11414 Author: Keith Packard <keithp@keithp.com>
11415 Date:   Sat Jul 18 01:04:17 2009 -0700
11416
11417     Drain serial port before changing speed
11418     
11419     Signed-off-by: Keith Packard <keithp@keithp.com>
11420
11421 commit d7c2d358ed8a1afc9f0ba2bd830b10f6b56dc7b1
11422 Author: Keith Packard <keithp@keithp.com>
11423 Date:   Sat Jul 18 00:44:42 2009 -0700
11424
11425     Display last known GPS coord while unlocked
11426     
11427     Signed-off-by: Keith Packard <keithp@keithp.com>
11428
11429 commit 5195fcfe239e430e1f9f11774c9a245c7b29dae9
11430 Author: Keith Packard <keithp@keithp.com>
11431 Date:   Sat Jul 18 00:44:01 2009 -0700
11432
11433     use g_source_destroy instead of free on serial object
11434
11435 commit 1e5e98bd8f5ea0bc15592de454e3629383462371
11436 Author: Keith Packard <keithp@keithp.com>
11437 Date:   Sat Jul 18 00:43:22 2009 -0700
11438
11439     Trim aoview_serial_set_callback args down to just port and callback
11440
11441 commit 08f37056deec25d77062bc411a04033401b033a5
11442 Author: Keith Packard <keithp@keithp.com>
11443 Date:   Fri Jul 17 22:11:03 2009 -0700
11444
11445     Reset GPS at boot time
11446
11447 commit 1150aa850f5a025b849556e32c4dddb27937d9af
11448 Author: Keith Packard <keithp@keithp.com>
11449 Date:   Fri Jul 17 22:10:43 2009 -0700
11450
11451     Fix up serial debug output
11452
11453 commit 2a7956a64935246475f92d44c08369e0230b676a
11454 Author: Keith Packard <keithp@keithp.com>
11455 Date:   Fri Jul 17 21:34:13 2009 -0700
11456
11457     Allow the GPS port to run at 4800 baud if desired
11458
11459 commit 8d650769c319261c97f5e68eff9138207b95c0f8
11460 Author: Keith Packard <keithp@keithp.com>
11461 Date:   Fri Jul 17 21:33:53 2009 -0700
11462
11463     Initialize the GPS serial protocol state
11464     
11465     Signed-off-by: Keith Packard <keithp@keithp.com>
11466
11467 commit ab40d224b39ba6d29c4056e2d2c365e1eb3d3793
11468 Author: Keith Packard <keithp@keithp.com>
11469 Date:   Fri Jul 17 21:33:18 2009 -0700
11470
11471     Use uint8_t for comparisons to avoid int conversions
11472     
11473     Signed-off-by: Keith Packard <keithp@keithp.com>
11474
11475 commit d6749bf24792bb41ca700cf4b8e5e1ac1a63cbf0
11476 Author: Keith Packard <keithp@keithp.com>
11477 Date:   Fri Jul 17 21:30:53 2009 -0700
11478
11479     Add AO_GPS_RUNNING state.
11480     
11481     This tracks whether the GPS receiver has ever sent a valid report to the
11482     flight computer, allowing the user to tell whether the GPS receiver is
11483     working at all.
11484     
11485     Signed-off-by: Keith Packard <keithp@keithp.com>
11486
11487 commit a1da7e871aee75308bc05ce1b7a0dc402e4c9509
11488 Author: Keith Packard <keithp@keithp.com>
11489 Date:   Fri Jul 17 21:25:35 2009 -0700
11490
11491     Add M command to monitor serial bytes
11492
11493 commit ddfa2308c0be4c002f982ae9da6032ee7854117d
11494 Author: Keith Packard <keithp@keithp.com>
11495 Date:   Fri Jul 17 21:24:45 2009 -0700
11496
11497     Support the not-connected GPS state
11498
11499 commit 34f148500df427c148188c0ada20bf914a7c74ba
11500 Author: Keith Packard <keithp@keithp.com>
11501 Date:   Fri Jul 17 19:23:10 2009 -0700
11502
11503     Use 57600 baud for GPS. Clean up gps init.
11504     
11505     Assume GPS is either in 4800 NMEA or 57600 SiRF mode, send just the sequence
11506     to get from 4800 NMEA to 5760 SiRF.
11507     
11508     Also, eliminate threads from the gps test program.
11509     
11510     Signed-off-by: Keith Packard <keithp@keithp.com>
11511
11512 commit 2deca0c52cd6cfb4baceb59c8a5458344bada338
11513 Author: Keith Packard <keithp@keithp.com>
11514 Date:   Fri Jul 17 17:09:20 2009 -0700
11515
11516     Try harder to get the GPS receiver serial link sync'd up.
11517     
11518     We cannot assume that the GPS receiver is in any particular state when it
11519     boots, so we try to send the serial configuration at several rates and hope
11520     that it eventually sees something that it likes.
11521     
11522     Signed-off-by: Keith Packard <keithp@keithp.com>
11523
11524 commit 31d5670a9144b943ce9c8cb00deb5fb659af0b1c
11525 Author: Keith Packard <keithp@keithp.com>
11526 Date:   Fri Jul 17 17:06:18 2009 -0700
11527
11528     Rolling average for pad location. Say 'GPS ready'.
11529     
11530     Use a rolling average for the pad location, instead of just averaging all
11531     positions. This filters out old (presumably less accurate) values eventually.
11532     
11533     When enough GPS samples have been acquired, say 'GPS ready'.
11534     
11535     Signed-off-by: Keith Packard <keithp@keithp.com>
11536
11537 commit bfe1e76c82738baaf65abbc58c3244a07ea8fefe
11538 Author: Keith Packard <keithp@keithp.com>
11539 Date:   Fri Jul 17 16:22:51 2009 -0700
11540
11541     Split GPS data into a separate column
11542     
11543     Signed-off-by: Keith Packard <keithp@keithp.com>
11544
11545 commit 5f0179652e8bb85add9067e5253e981c60f2c51e
11546 Author: Keith Packard <keithp@keithp.com>
11547 Date:   Fri Jul 17 16:03:35 2009 -0700
11548
11549     Fix up SiRF parsing and test code so that it actually works
11550     
11551     Signed-off-by: Keith Packard <keithp@keithp.com>
11552
11553 commit 0b35447d05a0c7eaf4fefcbcf0065fe3320bba82
11554 Author: Keith Packard <keithp@keithp.com>
11555 Date:   Fri Jul 17 13:58:14 2009 -0700
11556
11557     Add host-side gps protocol testing program
11558
11559 commit fef7334bddb9fccfbd6deab7d5d466ab3e76323a
11560 Author: Keith Packard <keithp@keithp.com>
11561 Date:   Sat Jul 11 00:56:13 2009 -0700
11562
11563     Hook aoview directly to alsa
11564     
11565     This skips the flite internal audio stuff which opened and closed the audio
11566     device for each phrase. This caused the first part of some phrases to be
11567     missed when using an external audio device.
11568     
11569     Signed-off-by: Keith Packard <keithp@keithp.com>
11570
11571 commit 80cadf44f5f1accd6ddfca25c2af8d4d424f26d9
11572 Author: Keith Packard <keithp@keithp.com>
11573 Date:   Thu Jul 9 20:55:10 2009 -0700
11574
11575     Show speed. Format numbers. Timeout and report final status.
11576     
11577     The speed value is now shown in the top label bar. Ascent shows
11578     accelerometer-derived data, otherwise it's baro derived.
11579     
11580     All of the numbers displayed are now given sensible printf formats so they
11581     don't contain way too many digits.
11582     
11583     Instead of doing periodic reporting based on flight tick count, data is
11584     reported every 10 seconds based on wall time. After landing, or when no data
11585     have been received for a while, final flight information is spoken.
11586     
11587     Signed-off-by: Keith Packard <keithp@keithp.com>
11588
11589 commit 19630ef084866f4230e68ccf11284b30c68128b1
11590 Author: Keith Packard <keithp@keithp.com>
11591 Date:   Sun Jul 5 08:35:28 2009 -0700
11592
11593     Dont smash aoview_monitor_parse input buffer
11594
11595 commit e506ed4b6efb86eab50204658fcd433b987e3831
11596 Author: Keith Packard <keithp@keithp.com>
11597 Date:   Tue Jun 30 15:25:52 2009 -0700
11598
11599     Integrate flite into aoview directly. Fix great circle computation.
11600     
11601     Use a separate thread for flite rather than a separate program.
11602     Save voice state to gconf.
11603     Add filters for replay file selection
11604     
11605     Signed-off-by: Keith Packard <keithp@keithp.com>
11606
11607 commit 5b988e0146075d57434f8484e1ec9fcf3e183df2
11608 Author: Keith Packard <keithp@keithp.com>
11609 Date:   Tue Jun 30 15:24:53 2009 -0700
11610
11611     Make window taller
11612
11613 commit 696233b088645bba1aaa6aa6c5358c3ecfa5cd3f
11614 Author: Keith Packard <keithp@keithp.com>
11615 Date:   Tue Jun 30 15:24:31 2009 -0700
11616
11617     Use 16kHz voice
11618
11619 commit 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f
11620 Author: Keith Packard <keithp@keithp.com>
11621 Date:   Tue Jun 30 11:58:30 2009 -0700
11622
11623     Add telem replay and larger labels
11624     
11625     Replays telemetry files in real time
11626     Shows height/state/rssi in big values at the top.
11627     
11628     Signed-off-by: Keith Packard <keithp@keithp.com>
11629
11630 commit 566dde161385263700eaae51095eecfa9b5972ee
11631 Author: Keith Packard <keithp@keithp.com>
11632 Date:   Mon Jun 29 23:06:47 2009 -0700
11633
11634     Update aoview/.gitignore
11635     
11636     Signed-off-by: Keith Packard <keithp@keithp.com>
11637
11638 commit 4ca2d910f3be689fd3c78a4f1be0555d6b1a30c1
11639 Author: Keith Packard <keithp@keithp.com>
11640 Date:   Mon Jun 29 23:05:27 2009 -0700
11641
11642     Use flite to announce flight state
11643     
11644     This uses the flite voice synthesis library from festival to announce
11645     altitude and speed information during the rocket flight.
11646     
11647     Signed-off-by: Keith Packard <keithp@keithp.com>
11648
11649 commit 527d7c803ed9597b210634018cb2eb9d048d9846
11650 Author: Keith Packard <keithp@keithp.com>
11651 Date:   Mon Jun 29 23:03:58 2009 -0700
11652
11653     Add GPS speed and error data to telemetry and aoview
11654     
11655     Having switched to the SiRF binary GPS format, the velocity and error data
11656     can now be displayed.
11657     
11658     Signed-off-by: Keith Packard <keithp@keithp.com>
11659
11660 commit ee4919dd771b00e2a2dd1083c9528efa7baab50f
11661 Author: Keith Packard <keithp@keithp.com>
11662 Date:   Mon Jun 29 13:54:00 2009 -0700
11663
11664     Convert GPS to SiRF binary protocol.
11665     
11666     This switches the GPS unit from NMEA to SiRF protocol at startup and then
11667     parses the binary data. The binary data uses a different encoding of lat/lon
11668     than the NMEA strings, and so the telemetry and eeprom data formats change
11669     with this switch.
11670     
11671     Signed-off-by: Keith Packard <keithp@keithp.com>
11672
11673 commit 49bf37767d2453869f2ca2c0832d1124322c66e0
11674 Author: Keith Packard <keithp@keithp.com>
11675 Date:   Wed Jun 17 23:22:25 2009 -0700
11676
11677     Add ejection computation utility
11678     
11679     Signed-off-by: Keith Packard <keithp@keithp.com>
11680
11681 commit e59520e343c2573b1b92c0b3c4aaa93e51bc55d3
11682 Author: Keith Packard <keithp@keithp.com>
11683 Date:   Wed Jun 17 13:55:23 2009 -0700
11684
11685     Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4
11686     
11687     None of our boards have a 32kHz xtal oscillator, instead we use those pins
11688     (on Telemetrum) for the deployment firing circuits. The old clock
11689     initialization code was switching from the 32kHz RC oscillator to the 32kHz
11690     crystal and overriding our use of those pins.
11691     
11692     Signed-off-by: Keith Packard <keithp@keithp.com>
11693
11694 commit 1c3cc12c08ddefbd6456a55c54ef87dd94d4ae9a
11695 Author: Keith Packard <keithp@keithp.com>
11696 Date:   Sun Jun 14 17:25:34 2009 -0700
11697
11698     Some kernels reference USB ttys as tty/tty* instead of tty:tty*
11699     
11700     Signed-off-by: Keith Packard <keithp@keithp.com>
11701
11702 commit 0f2cbd41332b1b63865c5f1a4e749419b469853a
11703 Author: Keith Packard <keithp@keithp.com>
11704 Date:   Sun Jun 14 16:45:19 2009 -0700
11705
11706     Rename state apogee -> coast
11707
11708 commit 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb
11709 Author: Keith Packard <keithp@keithp.com>
11710 Date:   Sun Jun 14 16:39:28 2009 -0700
11711
11712     rename states. launchpad -> pad, coast -> fast
11713
11714 commit 8c40f19acd09fe93d492c9355da8a1198c34b1c3
11715 Author: Keith Packard <keithp@keithp.com>
11716 Date:   Sun Jun 14 16:36:29 2009 -0700
11717
11718     Disable monitor mode when communicating via usb
11719
11720 commit 7adea9c59c73acd52743446c74fb675e0a1d6d05
11721 Author: Keith Packard <keithp@keithp.com>
11722 Date:   Thu Jun 4 14:38:45 2009 -0700
11723
11724     Format GPS seconds as %02d.%04d to avoid spaces in the value
11725     
11726     The aoview GPS parsing code doesn't deal well with spaces in the middle of
11727     the value, so pad the seconds field with a zero as needed.
11728     
11729     Signed-off-by: Keith Packard <keithp@keithp.com>
11730
11731 commit a0e6bfee635b64092262936c858542318f6fc6dc
11732 Author: Bdale Garbee <bdale@gag.com>
11733 Date:   Thu Jun 4 13:11:48 2009 -0600
11734
11735     newer INSTALL file pulled in by autogen.sh
11736
11737 commit cf1e258d52b878df10b51a047709b10ecd51a68e
11738 Author: Bdale Garbee <bdale@gag.com>
11739 Date:   Thu Jun 4 13:09:29 2009 -0600
11740
11741     add a distclean target to src/Makefile
11742
11743 commit 176052b7c14fcad067835ecb550778faf67cf4da
11744 Author: Bdale Garbee <bdale@gag.com>
11745 Date:   Thu Jun 4 13:07:10 2009 -0600
11746
11747     add lib to the front of the subdir list
11748
11749 commit 208bc15714c7b4020c017eef19011c4eb9ab51e2
11750 Author: Keith Packard <keithp@keithp.com>
11751 Date:   Thu Jun 4 11:20:10 2009 -0700
11752
11753     Move build and debug tools to 'cctools' directory.
11754     
11755     These tools were merged in from the ccdbg package.
11756     
11757     Signed-off-by: Keith Packard <keithp@keithp.com>
11758
11759 commit 17d2432a8b9c15963cd3b821f025ad33972ef477
11760 Merge: 210dbaa 8a9a3f0
11761 Author: Keith Packard <keithp@keithp.com>
11762 Date:   Thu Jun 4 11:13:15 2009 -0700
11763
11764     Merge ccdbg and altos sources into one giant repository
11765     
11766     Keeping these separate isn't making things any easier.
11767     
11768     Signed-off-by: Keith Packard <keithp@keithp.com>
11769
11770 commit 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7
11771 Author: Keith Packard <keithp@keithp.com>
11772 Date:   Thu Jun 4 10:41:34 2009 -0700
11773
11774     Use autotools, move altos to src subdir
11775     
11776     Signed-off-by: Keith Packard <keithp@keithp.com>
11777
11778 commit 8cce307bb3156584ba17ae5a787f645dfee5fb94
11779 Author: Keith Packard <keithp@keithp.com>
11780 Date:   Thu Jun 4 10:25:30 2009 -0700
11781
11782     Make menu seperator insensitive
11783
11784 commit 778cae8fc5a4b30e5045e4703316fc61ae18562a
11785 Author: Keith Packard <keithp@keithp.com>
11786 Date:   Wed Jun 3 17:07:34 2009 -0700
11787
11788     aoview: Add eeprom data fetching
11789     
11790     Fetches the last flight data from a TM device connected via USB and writes
11791     it to the flight log directory.
11792     
11793     Signed-off-by: Keith Packard <keithp@keithp.com>
11794
11795 commit bf140966e9649e75b884c8aa5f25ffbf9eed10ea
11796 Author: Keith Packard <keithp@keithp.com>
11797 Date:   Wed Jun 3 10:57:46 2009 -0700
11798
11799     Stop log dumping at flight end. Print 'end' at end of log.
11800     
11801     No reason to continue dumping data past the end of the flight now that the
11802     logging stuff has been demonstrated to work reliably. Also, to make
11803     automated log dumping easier, this prints out 'end' after the log data so
11804     that aoview knows when to stop reading.
11805     
11806     Signed-off-by: Keith Packard <keithp@keithp.com>
11807
11808 commit 35ac66969abe24ca23776618306a59fc17770e06
11809 Author: Keith Packard <keithp@keithp.com>
11810 Date:   Sun May 31 09:22:01 2009 -0700
11811
11812     Start adding bi-directional packet link
11813
11814 commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9
11815 Author: Keith Packard <keithp@keithp.com>
11816 Date:   Thu May 28 23:17:33 2009 -0700
11817
11818     Eliminate RDF tone generation.
11819     
11820     Now that we have a viable telemetry-signal based RDF device via TeleDongle,
11821     there's no reason to continue to waste power and bandwidth with a NFM tone.
11822     
11823     Signed-off-by: Keith Packard <keithp@keithp.com>
11824
11825 commit 4d83eef0fe1d24a845ab29a535dfc56e13e7ee20
11826 Author: Keith Packard <keithp@keithp.com>
11827 Date:   Thu May 28 23:17:25 2009 -0700
11828
11829     Change .gitignore to match new aoload procedure
11830
11831 commit dcfcf3bec6788460b6fe8c239c80bad4526bd15b
11832 Author: Keith Packard <keithp@keithp.com>
11833 Date:   Wed May 27 22:01:37 2009 -0700
11834
11835     Leave serial number writing to aoload
11836     
11837     Instead of building per-serial hex files, leave that
11838     process to the new aoload program
11839     
11840     Signed-off-by: Keith Packard <keithp@keithp.com>
11841
11842 commit 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86
11843 Author: Keith Packard <keithp@keithp.com>
11844 Date:   Wed May 27 21:53:15 2009 -0700
11845
11846     Add aoload to load serial-numbered altos binaries.
11847     
11848     aoload is a custom version of ccload which edits the data before sending it
11849     to the target machine, writing the target serial number into the data.
11850     
11851     Signed-off-by: Keith Packard <keithp@keithp.com>
11852
11853 commit 5a7a63c34b778e40a61ddabd16ec1af9a2be50c3
11854 Author: Keith Packard <keithp@keithp.com>
11855 Date:   Sat May 23 21:20:12 2009 -0700
11856
11857     Fix aoview telemetry GPS parsing code to use correct columns
11858     
11859     This code was trying to pull the GPS data from the wrong columns, causing
11860     aoview to fail to display GPS information.
11861     
11862     Signed-off-by: Keith Packard <keithp@keithp.com>
11863
11864 commit 26988c3e7acb2fa832810475e43e08fd2867459c
11865 Author: Keith Packard <keithp@keithp.com>
11866 Date:   Sat May 23 21:18:57 2009 -0700
11867
11868     Parse both telemetry or log data ao_flight_test
11869     
11870     Change the way data is fed from files to the flight test rig to handle
11871     either kind of input file.
11872     
11873     Signed-off-by: Keith Packard <keithp@keithp.com>
11874
11875 commit d6f5a0689023546464a71561f53fa2c943077c88
11876 Author: Keith Packard <keithp@keithp.com>
11877 Date:   Sat May 23 21:16:22 2009 -0700
11878
11879     Avoid 16-bit overflow in velocity computation.
11880     
11881     Adding two 16 bit integers together can wrap around to negative numbers,
11882     this resulted in velocity values which never decreased, making the switch
11883     from coast to apogee state not occur.
11884     
11885     Signed-off-by: Keith Packard <keithp@keithp.com>
11886
11887 commit aa6d87aeb616dd62f0debaded297232022b4f8bd
11888 Author: Keith Packard <keithp@keithp.com>
11889 Date:   Wed May 20 09:44:55 2009 -0700
11890
11891     Make file handling more general so it can be reused.
11892     
11893     The log file handling stuff will be useful for saving eeprom data, so pull
11894     it out of the real-time log handling code and make a general interface.
11895     
11896     Signed-off-by: Keith Packard <keithp@keithp.com>
11897
11898 commit b730c8bcbce649cdddba935e1112aaae538bc526
11899 Author: Keith Packard <keithp@keithp.com>
11900 Date:   Sun May 17 23:54:44 2009 -0700
11901
11902     Ignore aoview_glade.h
11903
11904 commit 91b07410122d0eaaf292cdb31c200925d45eaf2c
11905 Author: Keith Packard <keithp@keithp.com>
11906 Date:   Sun May 17 23:36:21 2009 -0700
11907
11908     Transmit computed ground pressure and acceleration values
11909     
11910     These are the last two values relevant to figuring out the state of the
11911     flight computer, and as they are computed by averaging 10 seconds of 100Hz
11912     sample data, they're a lot more accurate than anything the receiver could do
11913     on its own.
11914     
11915     Signed-off-by: Keith Packard <keithp@keithp.com>
11916
11917 commit 71d1689759829f1bc8550f1a4d8c9f2dc90b2ab4
11918 Author: Keith Packard <keithp@keithp.com>
11919 Date:   Sun May 17 23:18:09 2009 -0700
11920
11921     Provide install target
11922
11923 commit f301b95e87c8ec1e3b58d595a05d486bede5e0c2
11924 Author: Keith Packard <keithp@keithp.com>
11925 Date:   Sun May 17 23:13:20 2009 -0700
11926
11927     Embed glade file in executable
11928     
11929     This eliminates install issues nicely.
11930     
11931     Signed-off-by: Keith Packard <keithp@keithp.com>
11932
11933 commit 26361686d6fc63dc22d22285f0543c5c2c756fb4
11934 Author: Keith Packard <keithp@keithp.com>
11935 Date:   Sun May 17 23:05:23 2009 -0700
11936
11937     Add About dialog to aoview.
11938     
11939     Signed-off-by: Keith Packard <keithp@keithp.com>
11940
11941 commit 0f3233c49f43cd4e372e613303919ce4d50255b2
11942 Author: Keith Packard <keithp@keithp.com>
11943 Date:   Sun May 17 22:44:19 2009 -0700
11944
11945     USB device names can contain '.' too
11946     
11947     Depending on the hierarchy of devices, names can contain '.', so allow those
11948     too.
11949     
11950     Signed-off-by: Keith Packard <keithp@keithp.com>
11951
11952 commit 33221277690e6ee30387c506c3f2b8237ed48efd
11953 Author: Keith Packard <keithp@keithp.com>
11954 Date:   Sun May 17 22:43:34 2009 -0700
11955
11956     scandir returns -1 on error
11957     
11958     In which case, the namelist is invalid, so don't look at it, and don't free
11959     it.
11960     
11961     Signed-off-by: Keith Packard <keithp@keithp.com>
11962
11963 commit 7cb9fb675f56bf30ab6bf0bcdc5cb679709ffe3e
11964 Author: Keith Packard <keithp@keithp.com>
11965 Date:   Sun May 17 22:29:54 2009 -0700
11966
11967     Send computed accel/vel/pres values over the radio
11968     
11969     These computed values reflect what the flight computer is actually refering
11970     to for state changes, and will be useful in debugging the flight software as
11971     well as provide a filtered view of the data.
11972     
11973     Signed-off-by: Keith Packard <keithp@keithp.com>
11974
11975 commit 2c780d67b8a22d75a2da4b2af21fd35f0c6f5236
11976 Author: Keith Packard <keithp@keithp.com>
11977 Date:   Sun May 17 22:29:06 2009 -0700
11978
11979     Handle disappearing serial devices
11980     
11981     Put up a dialog when the serial open fails, and shut down monitoring when
11982     the serial device disappears while running.
11983     
11984     Signed-off-by: Keith Packard <keithp@keithp.com>
11985
11986 commit 69616104813fc5ba89fb3128d04fb9328961c59c
11987 Author: Keith Packard <keithp@keithp.com>
11988 Date:   Sun May 17 22:24:53 2009 -0700
11989
11990     While on the pad, zero out velocity every second
11991     
11992     We integrate acceleration to get velocity, but that means sitting on the pad
11993     for a long time can add substantial error to the velocity value. Each
11994     second, take the velocity value from a full second ago and subtract that out
11995     of the current velocity. Once we detect boost, this will stop, which means
11996     that as long as we detect boost within a second, we won't have subtracted
11997     out any "real" velocity.
11998     
11999     This keeps the pad velocity hovering around zero, which is pretty useful.
12000     
12001     Signed-off-by: Keith Packard <keithp@keithp.com>
12002
12003 commit 1234694eb903b204488ddc7cb30bcfe34bf1e677
12004 Author: Keith Packard <keithp@keithp.com>
12005 Date:   Sun May 17 01:29:06 2009 -0700
12006
12007     Clear table, reset log on disconnect
12008
12009 commit 4316b6af86b37522038e642235c163fcaad52e96
12010 Author: Keith Packard <keithp@keithp.com>
12011 Date:   Sun May 17 01:28:16 2009 -0700
12012
12013     Add pad lat/lon, max accel, max height
12014     
12015     Signed-off-by: Keith Packard <keithp@keithp.com>
12016
12017 commit 4348281bd788a13ea700413537f12da3c00356e4
12018 Author: Keith Packard <keithp@keithp.com>
12019 Date:   Sun May 17 00:46:09 2009 -0700
12020
12021     Clean up GPS display
12022     
12023     Signed-off-by: Keith Packard <keithp@keithp.com>
12024
12025 commit ff68e38770351ddac3285ce275cd85adab01fd3d
12026 Author: Keith Packard <keithp@keithp.com>
12027 Date:   Sun May 17 00:45:38 2009 -0700
12028
12029     Make aoview window taller
12030     
12031     Signed-off-by: Keith Packard <keithp@keithp.com>
12032
12033 commit be3f4fed7b863c8cdaabe32b61b65a8b3cd11355
12034 Author: Keith Packard <keithp@keithp.com>
12035 Date:   Sun May 17 00:13:45 2009 -0700
12036
12037     Add lots more aoview UI bits
12038     
12039     Logs data to files, displays current state in window.
12040     
12041     Signed-off-by: Keith Packard <keithp@keithp.com>
12042
12043 commit 93d7ce8e054515ed7b166eb042ae7f47e564d21d
12044 Author: Keith Packard <keithp@keithp.com>
12045 Date:   Sat May 16 20:45:26 2009 -0700
12046
12047     When logging starts up, right the whole ring to the log.
12048     
12049     This preserves the data pre boost-detect for later analysis.
12050     
12051     Signed-off-by: Keith Packard <keithp@keithp.com>
12052
12053 commit fec4212a59a7b3321536b25707dcabc43c797c33
12054 Author: Keith Packard <keithp@keithp.com>
12055 Date:   Sat May 16 20:04:31 2009 -0700
12056
12057     Abandon use of accelerometer for apogee detect.
12058     
12059     Integrating the accelerometer data to compute velocity worked for one rocket
12060     flight, but additional testing shows that it doesn't work in other
12061     airframes. Until we figure out how this should work, we'll rely on the
12062     altimeter to detect apogee.
12063     
12064     Signed-off-by: Keith Packard <keithp@keithp.com>
12065
12066 commit 09771c644de54ae354e8f98af7ba74289b3c0fcc
12067 Author: Keith Packard <keithp@keithp.com>
12068 Date:   Sat May 16 02:25:04 2009 -0700
12069
12070     Add preliminary aoview code
12071     
12072     AoView connects with TeleDongle to present telemetry information in a
12073     reasonable form. Right now, it just displays information to stdout, but it
12074     does have fancy dialogs for finding the USB devices.
12075     
12076     Signed-off-by: Keith Packard <keithp@keithp.com>
12077
12078 commit 37250b00f6286aee4b3b28604f5d463db3079a89
12079 Author: Keith Packard <keithp@keithp.com>
12080 Date:   Wed May 13 20:41:54 2009 -0700
12081
12082     Discard usb output before connection. Handle USB reset.
12083     
12084     Discarding output before USB is plugged in allows threads that send output
12085     and do other things to work without a USB connection. Unfortuantely, there
12086     doesn't appear to be any way to detect when the USB link is disconnected,
12087     which means that once USB is enabled, future writes will continue to block.
12088     
12089     USB reset causes the USB interrupts to all be reconfigured back to power-on
12090     state.
12091     
12092     Signed-off-by: Keith Packard <keithp@keithp.com>
12093
12094 commit 9b974217958b1017e62d6c4f4568f547ccc30c58
12095 Author: Keith Packard <keithp@keithp.com>
12096 Date:   Wed May 13 20:40:42 2009 -0700
12097
12098     Enable radio monitor by default in teleterra, teledongle and tidongle
12099     
12100     These ground loads want to monitor the radio constantly, and not require use
12101     of the 'm' command before listening.
12102     
12103     Signed-off-by: Keith Packard <keithp@keithp.com>
12104
12105 commit 25fc03a333b2cfad0a93ebc385fbcf74b63c229e
12106 Author: Keith Packard <keithp@keithp.com>
12107 Date:   Wed May 13 20:39:28 2009 -0700
12108
12109     Remove monitor/rssi functions from telemetrum load
12110     
12111     Telemetrum is now a flight-only load, use teleterra or teledongle for ground
12112     boards.
12113     
12114     Signed-off-by: Keith Packard <keithp@keithp.com>
12115
12116 commit 05493b98eb1ae4d30cb0b600849d70b03fa33594
12117 Author: Keith Packard <keithp@keithp.com>
12118 Date:   Wed May 13 20:38:11 2009 -0700
12119
12120     Split out ao_state_names to separate file
12121     
12122     Allows state names to be used in programs without monitoring enabled.
12123     
12124     Signed-off-by: Keith Packard <keithp@keithp.com>
12125
12126 commit d085d43701e3cdd2119e947a9ae45baa78c80318
12127 Author: Keith Packard <keithp@keithp.com>
12128 Date:   Wed May 13 14:29:30 2009 -0700
12129
12130     Indicate RSSI with a blinking LED
12131     
12132     Blink the red LED at a rate proportional to the RSSI value.
12133     
12134     Signed-off-by: Keith Packard <keithp@keithp.com>
12135
12136 commit 055331d5f7d5adc40c348c3efd331a562dcda82a
12137 Author: Keith Packard <keithp@keithp.com>
12138 Date:   Wed May 13 11:19:13 2009 -0700
12139
12140     Make ao_flight_test show AGL altitude and positive acceleration under boost
12141     
12142     This makes the output more readable
12143     
12144     Signed-off-by: Keith Packard <keithp@keithp.com>
12145
12146 commit d91208fbf5fc7797b93087ef8619454c4bed0130
12147 Author: Keith Packard <keithp@keithp.com>
12148 Date:   Wed May 13 11:18:24 2009 -0700
12149
12150     Make ao_flight_test able to read raw logging data
12151     
12152     Protect ao_flight_test reading functions so that a simple
12153     'script' output can be fed to the program and have it work correctly.
12154     
12155     Signed-off-by: Keith Packard <keithp@keithp.com>
12156
12157 commit d3dbd8949e1102220ad5fd0863f493c819b96e46
12158 Author: Keith Packard <keithp@keithp.com>
12159 Date:   Wed May 13 11:16:53 2009 -0700
12160
12161     Print only RSSI when packet CRC is invalid
12162     
12163     Packets with invalid CRC usually contain bogus data, so don't print that,
12164     just print out the RSSI which may contain useful data.
12165     
12166     Signed-off-by: Keith Packard <keithp@keithp.com>
12167
12168 commit 8168820b667cc1deffab64dd81cb4e6e2e6eabe4
12169 Author: Keith Packard <keithp@keithp.com>
12170 Date:   Wed May 13 11:00:43 2009 -0700
12171
12172     Accelerometer-based velocity values are invalid after apogee
12173     
12174     Because the orientation of the flight computer relative to the ground is
12175     unknown after apogee, the accelerometer data cannot be integrated to compute
12176     velocity. Main deploy is now based purely on barometric altitude and landing
12177     detection no longer checks for a low velocity value.
12178     
12179     Signed-off-by: Keith Packard <keithp@keithp.com>
12180
12181 commit 24fdda44ff8604e40510b196ead17564d8f8cd3d
12182 Author: Keith Packard <keithp@keithp.com>
12183 Date:   Wed May 13 10:59:04 2009 -0700
12184
12185     Add velocity check for boost detect via accelerometer
12186     
12187     Bumping the rocket can cause a brief period of high acceleration, which may
12188     cause a mistaken boost detection. Require both a high acceleration and
12189     reasonable velocity to trigger boost phase.
12190     
12191     Signed-off-by: Keith Packard <keithp@keithp.com>
12192
12193 commit 7a1aa3fdbc0d1fae5e7ee027bf8904598c6ebe41
12194 Author: Keith Packard <keithp@keithp.com>
12195 Date:   Wed May 13 10:58:30 2009 -0700
12196
12197     Typo in callsign
12198
12199 commit 497c89a7d08920630894b2605c3b6a0bdc4c229b
12200 Author: Keith Packard <keithp@keithp.com>
12201 Date:   Sun May 10 23:11:06 2009 -0700
12202
12203     Use recorded accelerometer baseline data in ao_flight_test
12204     
12205     With the flight computer recording a long-term average value for the
12206     accelerometer in the flight record, use that to prime the flight test code
12207     when running a log file through the simulator.
12208     
12209     Signed-off-by: Keith Packard <keithp@keithp.com>
12210
12211 commit ba3c53636e485450f48093d0a88a6629775f7c3a
12212 Author: Keith Packard <keithp@keithp.com>
12213 Date:   Sun May 10 23:01:16 2009 -0700
12214
12215     Don't re-initialize the landing range data at each apogee detect sample
12216     
12217     The landing range values are used only after apogee detect, so we need only
12218     initialize them on the transition from apogee to drogue.
12219     
12220     Signed-off-by: Keith Packard <keithp@keithp.com>
12221
12222 commit b623b1098bc7a10d471730259438fb82804221d0
12223 Author: Keith Packard <keithp@keithp.com>
12224 Date:   Sun May 10 23:00:06 2009 -0700
12225
12226     Initialize ao_min_vel with |ao_flight_vel|
12227     
12228     As ao_min_vel is stored as an absolute value, it's important to preserve
12229     that invariant, even though we don't expect ao_flight_vel to be negative at
12230     coast.
12231     
12232     Signed-off-by: Keith Packard <keithp@keithp.com>
12233
12234 commit e9584e846b9bd7926d61451d32ba5d7a30416f7b
12235 Author: Keith Packard <keithp@keithp.com>
12236 Date:   Sun May 10 22:58:31 2009 -0700
12237
12238     Decrease telemetry rate on the pad to 1/sec instead of 20/sec
12239     
12240     Transmitting telemetry through the radio consumes a significant amount of
12241     battery; reducing the rate to 1/sec will reduce power usage while waiting
12242     for launch.
12243     
12244     Signed-off-by: Keith Packard <keithp@keithp.com>
12245
12246 commit 97cecb517cd7bf75e1219c76a93bfe6964c07052
12247 Author: Keith Packard <keithp@keithp.com>
12248 Date:   Sun May 10 22:57:19 2009 -0700
12249
12250     Increase the initial accel/baro average to 1000 samples
12251     
12252     To get an accurate baseline of the launchpad state, take a longer average of
12253     the two sensors as the unit boots up.
12254     
12255     Signed-off-by: Keith Packard <keithp@keithp.com>
12256
12257 commit 98806b1ff3f41484663d61ff430e9e2764c7b5e6
12258 Author: Keith Packard <keithp@keithp.com>
12259 Date:   Sun May 10 22:54:14 2009 -0700
12260
12261     Record average accelerometer value in flight start log record
12262     
12263     The average accelerometer value cannot be extracted from the log as the
12264     record starts after that is computed. As that drives much of the
12265     accelerometer-based state transition logic, it is an important value to
12266     have, so we log it as part of the flight start record now.
12267     
12268     Signed-off-by: Keith Packard <keithp@keithp.com>
12269
12270 commit a12edbfe21fe27a9efbf87bacda9ab4806256e2b
12271 Author: Keith Packard <keithp@keithp.com>
12272 Date:   Sat May 9 10:24:10 2009 -0700
12273
12274     Add version command to show product information
12275
12276 commit e80b87f5e3ccf152d67a2e87bdefda161c455599
12277 Author: Keith Packard <keithp@keithp.com>
12278 Date:   Sat May 9 10:23:49 2009 -0700
12279
12280     Pad callsign with nuls
12281
12282 commit beae3360828da21eb1a3c4f88e930f242d4e36b7
12283 Author: Keith Packard <keithp@keithp.com>
12284 Date:   Fri May 1 08:14:57 2009 -0700
12285
12286     USB spec limits bulk endpoints to 64 byte payload max.
12287     
12288     For full-speed devices, bulk endpoints may use 8, 16, 32 or 64 bytes, but no
12289     more.
12290
12291 commit de7814c738488c2c16c6216c93fa78128895e5d5
12292 Author: Keith Packard <keithp@keithp.com>
12293 Date:   Wed Apr 29 17:46:56 2009 -0700
12294
12295     Use 'char' instead of 'uint8_t' for character data
12296     
12297     String and character constants are of char type, so using uint8_t causes
12298     promotion to 16-bit types when comparing the two.
12299
12300 commit 4ae74fffb939d67424efa3e7f433637f1f920ebc
12301 Author: Keith Packard <keithp@keithp.com>
12302 Date:   Wed Apr 29 17:46:36 2009 -0700
12303
12304     Eliminate incorrect cast in printf string argument
12305     
12306     char * is a pointer to a string in the default address space, not a generic pointer
12307     to a string. As such, the compiler (at least 2.9.0) mis-compiles this if the
12308     cast is included.
12309
12310 commit 39f2a3c6bd501d12a92bfd38434ce67bb5beb70d
12311 Author: Keith Packard <keithp@keithp.com>
12312 Date:   Wed Apr 29 17:44:41 2009 -0700
12313
12314     Correct radio frequency shown in config display.
12315     
12316     Radio frequency base is 434.550, not 435.550
12317
12318 commit 75ca1751b7cac2f8074d0713ee96d6ab45b54f19
12319 Author: Keith Packard <keithp@keithp.com>
12320 Date:   Wed Apr 29 17:42:26 2009 -0700
12321
12322     Reset landing interval tests at apogee
12323     
12324     This moves all of the interval management into the landing test code and
12325     out of the main loop. The interval is reset at apogee to make sure the
12326     sensors produce a stable reading for at least 20 seconds
12327
12328 commit 7a1b77c2d7253a681389f32b70e2460aac188807
12329 Author: Bdale Garbee <bdale@gag.com>
12330 Date:   Sun Apr 26 17:53:13 2009 -0600
12331
12332     clean up host programs, too
12333
12334 commit 5df80c346d65a9d56a8699b056dc44924acb31fe
12335 Author: Keith Packard <keithp@keithp.com>
12336 Date:   Sun Apr 26 16:04:07 2009 -0700
12337
12338     Was missing v_batt in adc dump command
12339
12340 commit c3fec2c4c65db71e88ef0c05c69463438a7cfc6c
12341 Author: Keith Packard <keithp@keithp.com>
12342 Date:   Sun Apr 26 15:38:28 2009 -0700
12343
12344     Add manual ignition and igniter test commands
12345
12346 commit 819f1de8dd6010fae050bcef930943c7923929f9
12347 Author: Keith Packard <keithp@keithp.com>
12348 Date:   Sun Apr 26 15:38:03 2009 -0700
12349
12350     Clean up commands a bit
12351
12352 commit 178abb5c8439509926a5507911d7148b84f051b8
12353 Author: Keith Packard <keithp@keithp.com>
12354 Date:   Sun Apr 26 15:08:58 2009 -0700
12355
12356     Clear more files on make clean
12357
12358 commit 70a69f3acdca27b80cdb2069de59bbc6dba83dbd
12359 Author: Keith Packard <keithp@keithp.com>
12360 Date:   Sun Apr 26 15:05:29 2009 -0700
12361
12362     Label binaries with product and serial info
12363
12364 commit 5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe
12365 Author: Keith Packard <keithp@keithp.com>
12366 Date:   Sun Apr 26 01:37:02 2009 -0700
12367
12368     Make sure full log is written and flushed on landing.
12369     
12370     The final state change to landing is recorded in the logging thread, so have
12371     that turn off logging once it has recorded that state. Then make it go to
12372     sleep.
12373
12374 commit 2e737ad00cad5d893b252d8aa9dbff3d9b800731
12375 Author: Keith Packard <keithp@keithp.com>
12376 Date:   Sun Apr 26 01:36:53 2009 -0700
12377
12378     Clean up monitor output a bit
12379
12380 commit 38a0b61b0a0b3c00f064c8d562950a17a6ddff4a
12381 Author: Keith Packard <keithp@keithp.com>
12382 Date:   Sun Apr 26 00:11:32 2009 -0700
12383
12384     Add configuration support
12385     
12386     Current config variables:
12387     Main deploy altitude above launch (in meters)
12388     Acceleration zero g calibration (manual or automatic)
12389     Radio channel (freq = 435.550MHz + channel * 100kHz)
12390     Callsign (max 8 characters)
12391     
12392     Supporting this involved shuffling code around so that the
12393     non-telemetrum builds could include only the stuff they needed.
12394
12395 commit c65f1a1acd2ca00758833cec5d3f8056d303d3e2
12396 Author: Keith Packard <keithp@keithp.com>
12397 Date:   Sat Apr 25 14:44:33 2009 -0700
12398
12399     Allow for slower ADC operation. Add power saving code.
12400     
12401     This tries to make the flight computer use less power by disabling USB in
12402     flight mode, lowering the telemetry rate after ascent. It also disables the
12403     RDF beacon during ascent and re-enables it once descent has started.
12404
12405 commit 8e7b48b5f090be81980ab00fbce814ae1cc253e4
12406 Author: Keith Packard <keithp@keithp.com>
12407 Date:   Sat Apr 25 14:44:04 2009 -0700
12408
12409     Allow ADC to be disabled
12410
12411 commit 7bc3d9962872850e7b420221cf689db16b4305cc
12412 Author: Keith Packard <keithp@keithp.com>
12413 Date:   Sat Apr 25 14:43:23 2009 -0700
12414
12415     Place CPU in P0 state while idle
12416
12417 commit e45fce7f82d704d677f84c69b0e07588d109d780
12418 Author: Keith Packard <keithp@keithp.com>
12419 Date:   Sat Apr 25 14:42:20 2009 -0700
12420
12421     Add RDF beacon and callsign to telemetry
12422
12423 commit 61510f98404bca6861b2da98f6cd9ba9deb76968
12424 Author: Keith Packard <keithp@keithp.com>
12425 Date:   Sat Apr 25 14:40:51 2009 -0700
12426
12427     Add radio code to emit a 1kHz tone
12428
12429 commit 0f07803d84b5ac89500ee33a6818c50583e3ff7f
12430 Author: Keith Packard <keithp@keithp.com>
12431 Date:   Sat Apr 25 13:18:37 2009 -0700
12432
12433     Allow the USB system to be disabled/enabled at run-time
12434
12435 commit 45976af820fc41099928df71ea8304c56eb9fc7c
12436 Author: Keith Packard <keithp@keithp.com>
12437 Date:   Sat Apr 25 13:16:27 2009 -0700
12438
12439     Make LED usage depend on target device
12440
12441 commit 4a050704ad2c497e9f1b0988334228b0bbc4c170
12442 Author: Keith Packard <keithp@keithp.com>
12443 Date:   Sat Apr 25 13:13:24 2009 -0700
12444
12445     Make some functions reentrant to save DSEG space
12446
12447 commit 6b3d25a6d6d7847765eb03b836913dd5ecef2993
12448 Author: Keith Packard <keithp@keithp.com>
12449 Date:   Fri Apr 24 19:17:37 2009 -0700
12450
12451     Add monitor task to flight software
12452     
12453     Allows the use of telemetrum in teledongle mode.
12454
12455 commit ad0d2d88a91cbd02c56ea5ff6dab23e16aec6510
12456 Author: Keith Packard <keithp@keithp.com>
12457 Date:   Fri Apr 24 19:17:19 2009 -0700
12458
12459     Report difference from ground to max altitude at landing
12460
12461 commit f94ab879ff6f97708827c74facd11003a2d8b590
12462 Author: Keith Packard <keithp@keithp.com>
12463 Date:   Fri Apr 24 19:16:29 2009 -0700
12464
12465     Display data with units while running simulation
12466
12467 commit 6fb26340b150e831a8a9e25e3b68074c29e48dbe
12468 Author: Keith Packard <keithp@keithp.com>
12469 Date:   Fri Apr 24 19:13:31 2009 -0700
12470
12471     Enabling apogee detect via speed: < 200m/s && < max_speed - 50m/s
12472     
12473     This change ensures that we actually got going fairly fast, and then slowed
12474     down a bunch before enabling apogee detect. Otherwise, we'll detect apogee
12475     right off the pad as we're not going very fast at that point...
12476     
12477     This also adds the 'f' command to show the current flight status on the USB
12478     port.
12479
12480 commit 20b9f304ecbddd73a0ee2461b4c5e80f08157f98
12481 Author: Keith Packard <keithp@keithp.com>
12482 Date:   Fri Apr 24 19:12:28 2009 -0700
12483
12484     configure igniter ports, set values to measured ones
12485
12486 commit 6bf1d91ce0b723abe2bcec89668c13135ec044cf
12487 Author: Keith Packard <keithp@keithp.com>
12488 Date:   Fri Apr 24 19:11:40 2009 -0700
12489
12490     Move ao_led_init to end of file to be consistent with other files
12491
12492 commit b4de7d550ec9a09ccf5f6a72debc6646706e3516
12493 Author: Keith Packard <keithp@keithp.com>
12494 Date:   Fri Apr 24 19:10:20 2009 -0700
12495
12496     Define ao_state_names in ao.h so other people can share
12497
12498 commit 8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad
12499 Author: Keith Packard <keithp@keithp.com>
12500 Date:   Fri Apr 24 19:09:31 2009 -0700
12501
12502     Bump NUM_CMDS to 10
12503
12504 commit 2f781beb73ef24ab5fbe2688a83d07ad26c15972
12505 Author: Keith Packard <keithp@keithp.com>
12506 Date:   Fri Apr 24 19:09:09 2009 -0700
12507
12508     Move beep_init to end of file to be consistent with other files
12509
12510 commit b99315cee4ab796376458a2442cf36806fa4aed3
12511 Author: Keith Packard <keithp@keithp.com>
12512 Date:   Fri Apr 24 10:19:31 2009 -0700
12513
12514     Update flight algorithm based on data collected from SN-1 Flight 1
12515     
12516     This now correctly sequences through the flight data collected from the
12517     first TeleMetrum test flight.
12518     
12519     This also completes up the flight algorithm test harness (ao_flight_test),
12520     which runs the flight algorithm on the Linux host from a captured data log.
12521
12522 commit b32f2f0090ff967edac07ae4d7a9895ed0b96d31
12523 Author: Keith Packard <keithp@keithp.com>
12524 Date:   Thu Apr 23 22:17:44 2009 -0700
12525
12526     Add igniters and update flight control algorithm
12527
12528 commit f155333ae18a25068644792e8940269d9fb28033
12529 Author: Keith Packard <keithp@keithp.com>
12530 Date:   Fri Apr 24 00:15:09 2009 -0700
12531
12532     Avoid ram from 0xfda2 through feff, its funky
12533
12534 commit f9c1c545c9dc11c3190a6cf7504883131fffce2f
12535 Author: Keith Packard <keithp@keithp.com>
12536 Date:   Thu Apr 23 22:18:33 2009 -0700
12537
12538     remove ao_flight_test until its ready
12539
12540 commit 86e73c009f78dc4664883353124fc891fbb01dce
12541 Author: Keith Packard <keithp@keithp.com>
12542 Date:   Thu Apr 23 20:50:07 2009 -0700
12543
12544     Add teledongle module
12545
12546 commit 204daac71ad56926730f5d6860bd70c645302e19
12547 Author: Keith Packard <keithp@keithp.com>
12548 Date:   Thu Apr 23 14:26:01 2009 -0700
12549
12550     Set telemetry rate to 100ms
12551
12552 commit 306b28f632e21b42ab165e7944283cf9764b590e
12553 Author: Keith Packard <keithp@keithp.com>
12554 Date:   Thu Apr 23 14:23:26 2009 -0700
12555
12556     Wrong license on ao_monitor.c
12557
12558 commit dca3a6de26d26c0020f3fb2cf5d8ac1552c195b1
12559 Author: Keith Packard <keithp@keithp.com>
12560 Date:   Thu Apr 23 14:23:00 2009 -0700
12561
12562     Crank up radio to 10dBm
12563
12564 commit fbe3096f7e9a8112dbc79f376eccdaa6872ae520
12565 Author: Keith Packard <keithp@keithp.com>
12566 Date:   Wed Apr 22 16:03:28 2009 -0700
12567
12568     Add COPYING file
12569
12570 commit 9b7788f18bbaf3c4e5ebbf6c5ebd926468b0e045
12571 Author: Keith Packard <keithp@keithp.com>
12572 Date:   Wed Apr 22 15:55:01 2009 -0700
12573
12574     Clean up TeleTerra files
12575
12576 commit 61cee50c86e275f9fde875bd317c3e74255394ec
12577 Author: Keith Packard <keithp@keithp.com>
12578 Date:   Wed Apr 22 15:53:55 2009 -0700
12579
12580     simplify ao_time function
12581
12582 commit 3703ecdc9e190f2e0b7ead0e71b78be881c1f3b7
12583 Author: Keith Packard <keithp@keithp.com>
12584 Date:   Wed Apr 22 15:53:46 2009 -0700
12585
12586     One line radio status
12587
12588 commit 1fbb3c17672a03ea6318fee07f9c2dcd7a8d0b16
12589 Author: Keith Packard <keithp@keithp.com>
12590 Date:   Wed Apr 22 15:49:16 2009 -0700
12591
12592     Add new binaries to .gitignore
12593
12594 commit 00d5610caff61559eb24c24beaa56629d6bb03be
12595 Author: Keith Packard <keithp@keithp.com>
12596 Date:   Wed Apr 22 15:49:00 2009 -0700
12597
12598     Speed up dbg port bit frobbing
12599
12600 commit c7555eb16876aa8ff9fe7f648d325a1b8fb54d23
12601 Author: Keith Packard <keithp@keithp.com>
12602 Date:   Wed Apr 22 15:48:28 2009 -0700
12603
12604     Use sdcc from path
12605
12606 commit ada6dea04b94be016598566c4c13e6105aaec353
12607 Author: Keith Packard <keithp@keithp.com>
12608 Date:   Wed Apr 22 15:48:14 2009 -0700
12609
12610     Clean up task list formatting
12611
12612 commit 0a1b2297ee9f5bbb918bd72f26088a3e0b84839a
12613 Author: Keith Packard <keithp@keithp.com>
12614 Date:   Wed Apr 22 15:47:57 2009 -0700
12615
12616     Control radio monitoring with the M command
12617
12618 commit 837c620f07b63efc171be3ac14c78bc99adf7592
12619 Author: Keith Packard <keithp@keithp.com>
12620 Date:   Wed Apr 22 14:25:43 2009 -0700
12621
12622     Shrink USB output buffers, work around USB packet errors
12623
12624 commit d87e9c25947d7cc2eba8894a524977f2c55a089a
12625 Author: Keith Packard <keithp@keithp.com>
12626 Date:   Tue Apr 21 02:07:24 2009 -0700
12627
12628     Clean up telemetry now that all packets are the same
12629
12630 commit 1b333def5052d2ed47fdeaef23a897fe326f6340
12631 Author: Keith Packard <keithp@keithp.com>
12632 Date:   Tue Apr 21 02:07:08 2009 -0700
12633
12634     Add longer debug delays to reset/debug_mode entry
12635
12636 commit d1887ded41a5bfec8e10e9fd736fa9444b9b6222
12637 Author: Keith Packard <keithp@keithp.com>
12638 Date:   Tue Apr 21 01:17:03 2009 -0700
12639
12640     Fix up fancy dbg stuff. Add teleterra initial bits.
12641     
12642     The dbg stuff needed a bit of help to actually walk the tables; it appears
12643     that complex expressions confuse sdcc.
12644     
12645     This also adds primitive teleterra bits, but no UI, etc.
12646     
12647     Signed-off-by: Keith Packard <keithp@keithp.com>
12648
12649 commit 43c8f7012102cdb591ace899420c10e4a78385ad
12650 Author: Keith Packard <keithp@keithp.com>
12651 Date:   Mon Apr 20 23:33:41 2009 -0700
12652
12653     Add radio support. Build separate executables for TeleMetrum and the TI dongle
12654     
12655     Ok, way too big a patch, but things were in rough shape.
12656     This patch adds support for the radio, both transmit and receive.
12657     Then, because I could no longer run the TeleMetrum code on the TI
12658     dongle, I ended up building a separate image for the TI board, which
12659     involved creating a mechanism for having multiple command sets and splitting
12660     code for different functions into different files.
12661
12662 commit 5be13b76a2e29b84cd6d1eec065e3354b0dafce5
12663 Author: Keith Packard <keithp@keithp.com>
12664 Date:   Sat Apr 18 23:19:24 2009 -0700
12665
12666     Start using pdata area for less-frequently used data
12667
12668 commit 3e18b5a0d4c7d84df98b6ed0b7783de1d42d45bf
12669 Author: Keith Packard <keithp@keithp.com>
12670 Date:   Sat Apr 18 23:19:05 2009 -0700
12671
12672     Slow down panic presentation
12673
12674 commit c4e983daa4579896b227fdcb2be43fad75e94307
12675 Author: Keith Packard <keithp@keithp.com>
12676 Date:   Sat Apr 18 23:17:45 2009 -0700
12677
12678     Parse GPS data locally. Add 'g' command to display recent GPS results.
12679     
12680     This parses the GPS GGA message and stores it in a global variable,
12681     protected by a mutex.
12682
12683 commit ed6f67dc47d750d5ff8bea63ae7cbb560689b9b6
12684 Author: Keith Packard <keithp@keithp.com>
12685 Date:   Sat Apr 18 23:16:01 2009 -0700
12686
12687     Add task names and 'T' command to show task status.
12688     
12689     The T command shows the current wchan and PC for each task in the system.
12690
12691 commit 3d5a5fc4db5f681e848202c4ee4099d2879677d6
12692 Author: Keith Packard <keithp@keithp.com>
12693 Date:   Sat Apr 18 19:32:18 2009 -0700
12694
12695     Fix GPL version at 2
12696     
12697     Signed-off-by: Keith Packard <keithp@keithp.com>
12698
12699 commit 022f83ca6fd589005d8eb3e25e633950fef69fa7
12700 Author: Keith Packard <keithp@keithp.com>
12701 Date:   Fri Apr 17 23:38:14 2009 -0700
12702
12703     Add gps, debug dongle support and pressure alt tables
12704     
12705     GPS also pulled in serial support. The altitude tables take raw 11-bit
12706     pressure sample numbers and convert them to standard pressure altitude
12707     values.
12708     
12709     Signed-off-by: Keith Packard <keithp@keithp.com>
12710
12711 commit 31fce622b1bab7e3f421069d7f6d4d9bdcd825de
12712 Author: Keith Packard <keithp@keithp.com>
12713 Date:   Fri Apr 17 10:32:45 2009 -0700
12714
12715     Enable FEC in radio packets
12716
12717 commit 293a357911090a2f37bdd6f7ea96942079ffdf2e
12718 Author: Keith Packard <keithp@keithp.com>
12719 Date:   Fri Apr 17 10:29:42 2009 -0700
12720
12721     Add CRC to radio packets
12722
12723 commit 20834caf01ddf481e8362b0d2627ef383a82e09d
12724 Author: Keith Packard <keithp@keithp.com>
12725 Date:   Fri Apr 17 10:23:10 2009 -0700
12726
12727     Add data whitening
12728
12729 commit 94e5343a72121a81ab19bf5025e6b6fc9847eb4f
12730 Author: Keith Packard <keithp@keithp.com>
12731 Date:   Fri Apr 17 10:19:25 2009 -0700
12732
12733     Add packet status byte defines
12734
12735 commit 04bc51c170c6f22bb5cc16867ce9a307818a7a00
12736 Author: Keith Packard <keithp@keithp.com>
12737 Date:   Fri Apr 17 10:11:31 2009 -0700
12738
12739     Add separate xmit/recv programs to radio demo
12740
12741 commit fafe55c3405964e0defdf25b6c00236f9aaefbc5
12742 Author: Keith Packard <keithp@keithp.com>
12743 Date:   Fri Apr 17 10:11:11 2009 -0700
12744
12745     Get env var for debug method selection
12746
12747 commit 26095fc0511ee0d5213f038986032f7c59964cf0
12748 Author: Keith Packard <keithp@keithp.com>
12749 Date:   Fri Apr 17 10:10:47 2009 -0700
12750
12751     Run-time selection between cp2103 and cc1111
12752
12753 commit 543bedde83cbce5145668e72965e02d892187b59
12754 Author: Keith Packard <keithp@keithp.com>
12755 Date:   Thu Apr 16 20:38:14 2009 -0700
12756
12757     Send data
12758
12759 commit 5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0
12760 Author: Keith Packard <keithp@keithp.com>
12761 Date:   Wed Apr 15 14:25:26 2009 -0700
12762
12763     Move a bunch of variables from __data to __xdata
12764
12765 commit 4d1091d9bd121f05f5fe0a9c9d2bc0da8c562b9a
12766 Author: Keith Packard <keithp@keithp.com>
12767 Date:   Tue Apr 14 21:25:15 2009 -0700
12768
12769     Slow down panic code, disable interrupts
12770
12771 commit 545478dd02eaeff6a65d318e722b1e4fce5e01b4
12772 Author: Keith Packard <keithp@keithp.com>
12773 Date:   Tue Apr 14 21:24:25 2009 -0700
12774
12775     Keep reporting flight state while it changes
12776
12777 commit 9605045164882b4ca3d1317ac860b02513a51f30
12778 Author: Keith Packard <keithp@keithp.com>
12779 Date:   Tue Apr 14 21:23:55 2009 -0700
12780
12781     use red LED to indicate system startup
12782
12783 commit dc844ee7e49a3b6145b3165252a592ed070d600f
12784 Author: Keith Packard <keithp@keithp.com>
12785 Date:   Tue Apr 14 21:23:13 2009 -0700
12786
12787     Use ao_ee_flush_internal while holding mutex
12788
12789 commit 5e45d1c89b00e74d5b2730345843f43aab516af2
12790 Author: Keith Packard <keithp@keithp.com>
12791 Date:   Tue Apr 14 21:22:56 2009 -0700
12792
12793     Leave beeping and lights to the flight code
12794
12795 commit 902c342289c1d13a4d55b9224acb6d67578b7a60
12796 Author: Keith Packard <keithp@keithp.com>
12797 Date:   Tue Apr 14 21:22:31 2009 -0700
12798
12799     Make mutex functions reentrant
12800
12801 commit acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47
12802 Author: Keith Packard <keithp@keithp.com>
12803 Date:   Tue Apr 14 19:08:01 2009 -0700
12804
12805     Add in existing flight pieces: flight/report/log
12806     
12807     These pieces come from the old telemetrum firmware.
12808     
12809     Signed-off-by: Keith Packard <keithp@keithp.com>
12810
12811 commit ac99982b10fd5772218660137ee21db9b90cd885
12812 Author: Keith Packard <keithp@keithp.com>
12813 Date:   Tue Apr 14 14:21:56 2009 -0700
12814
12815     Add eeprom driver and command loop
12816     
12817     This involved adding dma control and a mutex implementation.
12818     
12819     Signed-off-by: Keith Packard <keithp@keithp.com>
12820
12821 commit fbd8f4aff5058f4d371596b04715b7cb6d38e729
12822 Author: Keith Packard <keithp@keithp.com>
12823 Date:   Tue Apr 14 11:04:09 2009 -0700
12824
12825     Switch from --model-large to --model-small
12826     
12827     This shrinks the application quite a bit, and should make it faster as well.
12828     
12829     Signed-off-by: Keith Packard <keithp@keithp.com>
12830
12831 commit fb63262699d3a6fbf347d24efda8b01f75b7d0d3
12832 Author: Keith Packard <keithp@keithp.com>
12833 Date:   Tue Apr 14 10:02:19 2009 -0700
12834
12835     Add comments, clean up white space, etc.
12836     
12837     Various clean ups now that the basic code appears to work.
12838     
12839     Signed-off-by: Keith Packard <keithp@keithp.com>
12840
12841 commit 7e4abf3a40c39d0ce4f466281bef9a464df85dd4
12842 Author: Keith Packard <keithp@keithp.com>
12843 Date:   Mon Apr 13 21:58:07 2009 -0700
12844
12845     Switch USB to double-buffered
12846
12847 commit b56a44e48552bc32dbba9ff21770c370219a684a
12848 Author: Keith Packard <keithp@keithp.com>
12849 Date:   Mon Apr 13 21:51:59 2009 -0700
12850
12851     Fix USB input/output by reloading packet limits.
12852     
12853     The USB controller is reset during the connection process, which clears the
12854     packet limits set in the controller at initialization time. Reload those
12855     values when the configuration is set.
12856     
12857     Signed-off-by: Keith Packard <keithp@keithp.com>
12858
12859 commit cdaf3fc5802acf2ddc7972a15649ab0e1b31b873
12860 Author: Keith Packard <keithp@keithp.com>
12861 Date:   Mon Apr 13 20:39:46 2009 -0700
12862
12863     USB working up through reading strings
12864
12865 commit c5c1e3fb1c253d387be02c127253ac2a55d577b4
12866 Author: Keith Packard <keithp@keithp.com>
12867 Date:   Mon Apr 13 13:51:08 2009 -0700
12868
12869     Add USB support.
12870     
12871     This offers a single CDC ACM device over USB.
12872     
12873     Signed-off-by: Keith Packard <keithp@keithp.com>
12874
12875 commit f3f25a1cec7d2a034aa544569cfd23bea1a996c5
12876 Author: Keith Packard <keithp@keithp.com>
12877 Date:   Sun Apr 12 23:53:55 2009 -0700
12878
12879     Add beep/led support.
12880     
12881     Support our P2_0 connected buzzer, and formalize LED output support.
12882     
12883     Signed-off-by: Keith Packard <keithp@keithp.com>
12884
12885 commit e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54
12886 Author: Keith Packard <keithp@keithp.com>
12887 Date:   Sun Apr 12 23:17:16 2009 -0700
12888
12889     Add A/D sampler
12890     
12891     Sample A/D at the timer tick, placing data in a ring
12892     of samples.
12893     
12894     Signed-off-by: Keith Packard <keithp@keithp.com>
12895
12896 commit 823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2
12897 Author: Keith Packard <keithp@keithp.com>
12898 Date:   Sun Apr 12 22:52:47 2009 -0700
12899
12900     Add 100Hz timer
12901     
12902     Use Timer 1 to generate a 100Hz timer interrupt
12903
12904 commit 650a77e209dbb54c8d8fd9824cee430985564973
12905 Author: Keith Packard <keithp@keithp.com>
12906 Date:   Sun Apr 12 21:58:49 2009 -0700
12907
12908     Update README
12909
12910 commit 870e98334018a66de8a6e4a659d2dc5dee1cbecf
12911 Author: Keith Packard <keithp@keithp.com>
12912 Date:   Sun Apr 12 21:52:56 2009 -0700
12913
12914     GPL Version 2 only
12915
12916 commit 11c526bdcbf4012e18fbfdc29ca8832870ca38f0
12917 Author: Keith Packard <keithp@keithp.com>
12918 Date:   Sun Apr 12 21:47:32 2009 -0700
12919
12920     Add load command to s51
12921
12922 commit 55402ba3e87fd699c51079843309f1f0d1534724
12923 Author: Keith Packard <keithp@keithp.com>
12924 Date:   Sun Apr 12 21:33:55 2009 -0700
12925
12926     Make test more complicated
12927
12928 commit 3d3f849c9af9028f667cef4afedc0798d39a9efc
12929 Author: Keith Packard <keithp@keithp.com>
12930 Date:   Sun Apr 12 21:33:46 2009 -0700
12931
12932     SP points at last pushed byte
12933
12934 commit f72c4cbc8fd9412dd1cce0fc446e7bbd2edc2d34
12935 Author: Keith Packard <keithp@keithp.com>
12936 Date:   Sun Apr 12 20:27:03 2009 -0700
12937
12938     Add .gitignore
12939
12940 commit 1903a86bf2cc6b685ccc475e62eabe49a4ec5b43
12941 Author: Keith Packard <keithp@keithp.com>
12942 Date:   Sun Apr 12 20:25:39 2009 -0700
12943
12944     Initial AltOS import
12945
12946 commit 5221dc63cf3a059a32aca2bfa7828c215be814a1
12947 Author: Keith Packard <keithp@keithp.com>
12948 Date:   Sun Apr 12 12:38:58 2009 -0700
12949
12950     Add ccdump
12951
12952 commit ee110425fb814780476d1d3d8a257af126f41763
12953 Author: Keith Packard <keithp@keithp.com>
12954 Date:   Mon Apr 6 17:09:23 2009 -0700
12955
12956     Bump buffer pointer as data is written to cc-usb
12957
12958 commit 2d9b8a83a2d9f495199033e43f519d26f27938fe
12959 Author: Keith Packard <keithp@keithp.com>
12960 Date:   Mon Apr 6 11:31:49 2009 -0700
12961
12962     Add support for a serial-connected custom debug dongle
12963     
12964     This uses the cc1111 board as a custom debug dongle with faster
12965     methods for communicating with the debug target.
12966
12967 commit 24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d
12968 Author: Keith Packard <keithp@keithp.com>
12969 Date:   Wed Apr 1 17:50:47 2009 -0700
12970
12971     Reset cc1111 on s51 exit
12972
12973 commit 5fcfe854d29e1862d9a6adcbef3ef5119eb52fa3
12974 Author: Keith Packard <keithp@keithp.com>
12975 Date:   Wed Apr 1 00:06:45 2009 -0700
12976
12977     Add timer-based beep test
12978
12979 commit 91607bebdd167ac632aca4b66e22cb0cabdf0d20
12980 Author: Keith Packard <keithp@keithp.com>
12981 Date:   Thu Mar 26 22:41:47 2009 -0700
12982
12983     Add readline support to s51
12984
12985 commit 66ee94ed10e3d79b24f45a5c63e58456d4d30343
12986 Author: Keith Packard <keithp@keithp.com>
12987 Date:   Wed Mar 25 11:37:48 2009 -0700
12988
12989     Deal with MSB-outputing DMA engine
12990
12991 commit d3732fd405af03c3752a84c4b78da7ef5ebd3744
12992 Author: Keith Packard <keithp@keithp.com>
12993 Date:   Wed Mar 25 11:14:03 2009 -0700
12994
12995     Flip ADC bytes around
12996
12997 commit 50cc8e97e76d9b60c622962e1c74cf422dfb2c0f
12998 Author: Keith Packard <keithp@keithp.com>
12999 Date:   Wed Mar 25 11:01:30 2009 -0700
13000
13001     Add spacing for serial adc data
13002
13003 commit 5577ca3762bfc000b0bc3782c73a8f95996a28a6
13004 Author: Keith Packard <keithp@keithp.com>
13005 Date:   Wed Mar 25 10:58:57 2009 -0700
13006
13007     Inc only one on dest addr
13008
13009 commit 378227d869a3e8787c532c8c4e1563b44002c4b5
13010 Author: Keith Packard <keithp@keithp.com>
13011 Date:   Wed Mar 25 10:55:17 2009 -0700
13012
13013     Dump remaining inputs
13014
13015 commit f54a41e37d6897db2e24fbc82880076b78a0ae41
13016 Author: Keith Packard <keithp@keithp.com>
13017 Date:   Wed Mar 25 10:50:36 2009 -0700
13018
13019     Remove poll for ti demo button
13020
13021 commit 2b93a70fdd9e47e8195855451aa19ecad5d8b068
13022 Author: Keith Packard <keithp@keithp.com>
13023 Date:   Wed Mar 25 10:50:14 2009 -0700
13024
13025     Add adc to serial conversion
13026
13027 commit d9fd548db15232e3a8823815962b252c7a5e7cba
13028 Author: Keith Packard <keithp@keithp.com>
13029 Date:   Wed Mar 25 10:04:50 2009 -0700
13030
13031     Add ADC via DMA example
13032
13033 commit 61faf2b773300988fe27cfde5bc045be9950a1b0
13034 Author: Keith Packard <keithp@keithp.com>
13035 Date:   Wed Mar 25 09:45:14 2009 -0700
13036
13037     Add DMA example
13038
13039 commit 7b3fdf5b42c9be9bebc1ceb7a52ff0f5a2a28fcd
13040 Author: Keith Packard <keithp@keithp.com>
13041 Date:   Wed Mar 25 01:05:36 2009 -0700
13042
13043     Back to 0dBm
13044
13045 commit 31d59b88baa2cd96dc6263d1c5877283f2cd8c36
13046 Author: Keith Packard <keithp@keithp.com>
13047 Date:   Wed Mar 25 01:03:08 2009 -0700
13048
13049     Make radio test compile again
13050
13051 commit 9ce713fdd19bf1a51370dacba3670504356c5c11
13052 Author: Keith Packard <keithp@keithp.com>
13053 Date:   Wed Mar 25 01:02:07 2009 -0700
13054
13055     Wait for xtal to stabilize
13056
13057 commit ffd43886dc902f3bb7407294018e3d62cac39480
13058 Author: Keith Packard <keithp@keithp.com>
13059 Date:   Wed Mar 25 00:55:11 2009 -0700
13060
13061     Check serial input
13062
13063 commit 029963cc94fbb47560118b5de73c537e2c14ed7c
13064 Author: Keith Packard <keithp@keithp.com>
13065 Date:   Wed Mar 25 00:50:02 2009 -0700
13066
13067     Eliminate array walking
13068
13069 commit 019456a17d36f8f9f9b72cfbc980492175086d32
13070 Author: Keith Packard <keithp@keithp.com>
13071 Date:   Wed Mar 25 00:41:49 2009 -0700
13072
13073     Add a per-char delay
13074
13075 commit cfaf187e96ba98eb8dd934409a10bc70273fe68a
13076 Author: Keith Packard <keithp@keithp.com>
13077 Date:   Wed Mar 25 00:36:35 2009 -0700
13078
13079     Use UTX1IF to wait for serial TX complete
13080
13081 commit 006124529b243c7657a94312d2c868a82878d8bb
13082 Author: Keith Packard <keithp@keithp.com>
13083 Date:   Wed Mar 25 00:29:29 2009 -0700
13084
13085     Send more interesting text
13086
13087 commit 5049acd3d1ae42304513f667f55a2ddffa4c685a
13088 Author: Keith Packard <keithp@keithp.com>
13089 Date:   Wed Mar 25 00:24:56 2009 -0700
13090
13091     More random serial bit frobbing
13092
13093 commit 50bdc2407c674a4770912d3a626f36820a7f1527
13094 Author: Keith Packard <keithp@keithp.com>
13095 Date:   Wed Mar 25 00:13:15 2009 -0700
13096
13097     Flip serial TX code around a bit
13098
13099 commit 7b7617e376afe0df1d505375b76198358330370c
13100 Author: Keith Packard <keithp@keithp.com>
13101 Date:   Wed Mar 25 00:09:47 2009 -0700
13102
13103     Try serial polarity high/high
13104
13105 commit 18edacdb1e6e429cc29a164e22ef2a566096b9d9
13106 Author: Keith Packard <keithp@keithp.com>
13107 Date:   Wed Mar 25 00:06:32 2009 -0700
13108
13109     Make serial test simpler
13110
13111 commit 62744c186792739c3bf5798c80ff87c69fbe2b65
13112 Author: Keith Packard <keithp@keithp.com>
13113 Date:   Wed Mar 25 00:03:45 2009 -0700
13114
13115     Flip start/stop bits around
13116
13117 commit 9e96107d5d1a9681b07c36bb5860c748bfe10ec0
13118 Author: Keith Packard <keithp@keithp.com>
13119 Date:   Tue Mar 24 23:57:12 2009 -0700
13120
13121     Stop high
13122
13123 commit c41ceb9a488b2209d1d3c09967d1473ce608030f
13124 Author: Keith Packard <keithp@keithp.com>
13125 Date:   Tue Mar 24 23:24:01 2009 -0700
13126
13127     Change radio to -30dBm
13128
13129 commit c35de083ca3d4f362063b056a0fd74ffe629d168
13130 Author: Keith Packard <keithp@keithp.com>
13131 Date:   Tue Mar 24 23:11:48 2009 -0700
13132
13133     Add serial test program
13134
13135 commit 8ecbd8734f0fb5588b2a8eb20720cfc6f43dfb47
13136 Author: Keith Packard <keithp@keithp.com>
13137 Date:   Tue Mar 24 22:37:38 2009 -0700
13138
13139     Wait for xtal to stabilize after changing to 24MHz
13140
13141 commit e120269fc0f8e14ddf1755337b1d092173e16da2
13142 Author: Keith Packard <keithp@keithp.com>
13143 Date:   Tue Mar 24 22:21:31 2009 -0700
13144
13145     Actually return byte read from SPI
13146
13147 commit de1ac6f99a1526fa840a52cfc10fa3edc0589bed
13148 Author: Keith Packard <keithp@keithp.com>
13149 Date:   Tue Mar 24 22:12:51 2009 -0700
13150
13151     Clear UxCSR_TX_BYTE after transmitting a byte
13152
13153 commit 3ed3ff63e46767a256d30c5da5c52ae20089a91d
13154 Author: Keith Packard <keithp@keithp.com>
13155 Date:   Tue Mar 24 20:04:58 2009 -0700
13156
13157     Led the LED turn on
13158
13159 commit 91b3a6ae74184692f45702587c4d678b2799ad8c
13160 Author: Keith Packard <keithp@keithp.com>
13161 Date:   Tue Mar 24 19:55:04 2009 -0700
13162
13163     actually write and compare SPI test bits
13164
13165 commit 7de3a43887485c3c6cf52960376ccde33fb33985
13166 Author: Keith Packard <keithp@keithp.com>
13167 Date:   Tue Mar 24 19:54:02 2009 -0700
13168
13169     Add USART-based SPI test code
13170
13171 commit ef0eef68280e9b6ca5e3bb71062e23054340e1ed
13172 Author: Keith Packard <keithp@keithp.com>
13173 Date:   Tue Mar 24 17:22:36 2009 -0700
13174
13175     Change spi test string
13176
13177 commit 8131389ee5018c05b721146a98367150cf500fdf
13178 Author: Keith Packard <keithp@keithp.com>
13179 Date:   Tue Mar 24 17:15:09 2009 -0700
13180
13181     Oops, not merging in the bit read for SPI test
13182
13183 commit 3429016d1359ec650993d2fb0596184e3f717871
13184 Author: Keith Packard <keithp@keithp.com>
13185 Date:   Tue Mar 24 17:04:45 2009 -0700
13186
13187     Adjust clock/data phase for spi test
13188
13189 commit fedd18b28ea54e1dabcd2f9e8cab3ae4ee0fd070
13190 Author: Keith Packard <keithp@keithp.com>
13191 Date:   Tue Mar 24 16:35:13 2009 -0700
13192
13193     MISO needs to be an input
13194
13195 commit f0c233f25a208a636833312b1766825815735304
13196 Author: Keith Packard <keithp@keithp.com>
13197 Date:   Tue Mar 24 15:41:55 2009 -0700
13198
13199     Add bit-banging spi eeprom test program
13200
13201 commit 6eeee64cf16ccc9218dbdde5426f25bda5e3407f
13202 Author: Bdale Garbee <bdale@gag.com>
13203 Date:   Wed Mar 18 02:58:33 2009 -0600
13204
13205     working beep at around 4khz
13206
13207 commit 4726317de811c20e8d6754762437b5c9cbb3a48c
13208 Author: Keith Packard <keithp@keithp.com>
13209 Date:   Wed Mar 18 01:54:34 2009 -0700
13210
13211     Add simple test program to light up the transmitter at 434.550MHz
13212     
13213     This starts a transmit sequence, but doesn't send any data so the
13214     transmitter just locks on.
13215
13216 commit a0a27600ee2bf237e74eb83767a8d2e7c91df24f
13217 Author: Keith Packard <keithp@keithp.com>
13218 Date:   Sun Mar 15 18:14:21 2009 -0700
13219
13220     Correctly comment which bit the beep program uses
13221
13222 commit 25b77d236c01258abfc03114c2fc9ea2d69ca6e7
13223 Author: Keith Packard <keithp@keithp.com>
13224 Date:   Sun Mar 15 18:11:53 2009 -0700
13225
13226     Add telemetrum beeper example
13227
13228 commit 164b4e4749ad64ebbe26e84fd7b4fa1aa733dbe4
13229 Author: Keith Packard <keithp@keithp.com>
13230 Date:   Sun Mar 15 18:11:20 2009 -0700
13231
13232     sdcc gets the lib path correct based on the model
13233
13234 commit 04a316133af93b79bfbebb91f05eec1015ec2abc
13235 Author: Keith Packard <keithp@keithp.com>
13236 Date:   Sun Mar 15 18:10:43 2009 -0700
13237
13238     Bump debug speed back up
13239
13240 commit 9fd63972758d6d5572f7bcaadec9b1c0e974a2e8
13241 Author: Keith Packard <keithp@keithp.com>
13242 Date:   Sat Mar 7 21:05:40 2009 -0800
13243
13244     Only flip changing bits in async mode
13245
13246 commit c8fd04e154bcfd65ae1200980bd8163caabd7fe4
13247 Author: Keith Packard <keithp@keithp.com>
13248 Date:   Sat Mar 7 21:05:06 2009 -0800
13249
13250     The debug port only works if reset is higher than clock. weird
13251
13252 commit ade11f88754b4ab0386ebf86afc5257e59238f62
13253 Author: Keith Packard <keithp@keithp.com>
13254 Date:   Sat Mar 7 21:04:38 2009 -0800
13255
13256     Make manual bit flipping sync after every transaction
13257
13258 commit e63b5271bb54afc36e4b9891e51e053ff6011092
13259 Author: Keith Packard <keithp@keithp.com>
13260 Date:   Sat Mar 7 14:49:22 2009 -0800
13261
13262     Add ccmanual
13263
13264 commit 77d754afc2d14aaa4413c13ebe3777ef385f62a9
13265 Author: Keith Packard <keithp@keithp.com>
13266 Date:   Sat Mar 7 14:48:49 2009 -0800
13267
13268     Sync after manual bit reading
13269
13270 commit 5a338c8a7394d003355f96a8777b6fe83bb8493c
13271 Author: Keith Packard <keithp@keithp.com>
13272 Date:   Sat Mar 7 14:48:35 2009 -0800
13273
13274     Flip debug pins around to match telemetrum
13275
13276 commit cc0495b7028f4b1189a00707d828a68534d1dea2
13277 Author: Keith Packard <keithp@keithp.com>
13278 Date:   Fri Mar 6 22:52:35 2009 -0800
13279
13280     Wait for a while when switching the RESET_N line
13281     
13282     The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the
13283     RESET_N line to filter out noise. This increases the time necessary to reset
13284     the chip to several microseconds which is longer than the interval between
13285     two USB packets. Flush the USB packet queue and sleep for a while after
13286     changing the value on the RESET_N line to make sure the chip sees the state
13287     change.
13288     
13289     Signed-off-by: Keith Packard <keithp@keithp.com>
13290
13291 commit 41289e6d8f1767547a33fea349866e928e44910f
13292 Author: Bdale Garbee <bdale@gag.com>
13293 Date:   Mon Mar 2 07:46:20 2009 -0700
13294
13295     minor s51.1 formatting fixes
13296     
13297     Signed-off-by: Keith Packard <keithp@keithp.com>
13298
13299 commit fdee231ed097a4348aee78fbd4aa92826b80de03
13300 Author: Keith Packard <keithp@keithp.com>
13301 Date:   Sun Mar 1 23:12:31 2009 -0800
13302
13303     Add s51 manual.
13304     
13305     This documents (briefly) the s51 hex debugging interface program, including
13306     some simple commands to test the operation of the system interactively.
13307     
13308     Signed-off-by: Keith Packard <keithp@keithp.com>
13309
13310 commit f7d91bd23b8214e09deae0aafb516331e934c49b
13311 Author: Keith Packard <keithp@keithp.com>
13312 Date:   Sun Mar 1 18:43:03 2009 -0800
13313
13314     Sometimes the link breaks and the GET_PC command returns garbage
13315
13316 commit 3cc8d11eb8d5d0b42141dd84a58d461287f59e3a
13317 Author: Keith Packard <keithp@keithp.com>
13318 Date:   Sun Jan 25 08:38:48 2009 -0800
13319
13320     Support 'set' command
13321     
13322     The 'set' command modifies target memory and registers
13323     
13324     Signed-off-by: Keith Packard <keithp@keithp.com>
13325
13326 commit 60940b4be23962db79b8e914ec943d0636dd68ad
13327 Author: Keith Packard <keithp@keithp.com>
13328 Date:   Mon Jan 5 21:45:21 2009 -0800
13329
13330     Expose ccdbg_set_clock API
13331     
13332     This allows applications to change the debug port clock
13333     rate on the fly.
13334     
13335     Signed-off-by: Keith Packard <keithp@keithp.com>
13336
13337 commit eb09e61b0682eb2aeac8e1a34d58b897ba6db8e7
13338 Author: Keith Packard <keithp@keithp.com>
13339 Date:   Mon Jan 5 21:44:44 2009 -0800
13340
13341     Use custom sdcc libraries (this needs to be configured...)
13342     
13343     Signed-off-by: Keith Packard <keithp@keithp.com>
13344
13345 commit 1ccfe0887c794397131ab1c986c25f66eea86a6c
13346 Author: Keith Packard <keithp@keithp.com>
13347 Date:   Mon Jan 5 21:43:44 2009 -0800
13348
13349     Have S51 ignore SIGINT while running under sdcdb.
13350     
13351     This prevents keyboard interrupts from accidentally stopping
13352     s51.
13353     
13354     Signed-off-by: Keith Packard <keithp@keithp.com>
13355
13356 commit 7c03937b36aac82b08f4ea0c6da33a994fe15ec7
13357 Author: Keith Packard <keithp@keithp.com>
13358 Date:   Tue Dec 30 22:40:13 2008 -0800
13359
13360     Add simple and timer sample programs
13361     
13362     Signed-off-by: Keith Packard <keithp@keithp.com>
13363
13364 commit 6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df
13365 Author: Keith Packard <keithp@keithp.com>
13366 Date:   Tue Dec 30 22:35:53 2008 -0800
13367
13368     Save/restore registers to host during memory operations. Cache ROM data.
13369     
13370     Because the debug port uses instructions for most operations, the debug code
13371     will clobber registers used by the running program. Save and restore these
13372     to avoid corrupting application data.
13373     
13374     If the ROM file is known, use that to return data instead of fetching it
13375     from the target to improve performance.
13376     
13377     Signed-off-by: Keith Packard <keithp@keithp.com>
13378
13379 commit ea366058aa467a8a7caf17e7014758f3741ea7f7
13380 Author: Keith Packard <keithp@keithp.com>
13381 Date:   Mon Dec 29 12:35:11 2008 -0800
13382
13383     Fix flashing less than a full page of data. Verify page at a time.
13384     
13385     The 8051 flashing code requires special help with counts with non-zero low
13386     byte. Also, instead of verifying the entire flash contents at the end,
13387     verify each page as it goes.
13388     
13389     Signed-off-by: Keith Packard <keithp@keithp.com>
13390
13391 commit e0697186a2f9b6139636ff5d5c162879c85caf9c
13392 Author: Keith Packard <keithp@keithp.com>
13393 Date:   Sun Dec 28 00:11:13 2008 -0800
13394
13395     Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.
13396     
13397     Not all SFRs are visible in the unified address space, so the SFR-specific
13398     accessors are required.
13399     
13400     The dump command is the same as the various 'd*'
13401     commands, but also supports dumping program memory.
13402     
13403     The new -m (monitor) flag watches the command stream between s51 and sdcdb.
13404     
13405     Signed-off-by: Keith Packard <keithp@keithp.com>
13406
13407 commit 23aca1fcbc169184e32d4ec19f28dd4fd4cfda36
13408 Author: Keith Packard <keithp@keithp.com>
13409 Date:   Sun Dec 28 00:09:30 2008 -0800
13410
13411     Save/restore regs when reading/writing memory. Add SFR access.
13412     
13413     The DPL and ACC registers are used by the memory access code,
13414     so they need to be saved and restored. Stuff them up high in ram for now;
13415     this should probably be fixed to pull them back to the host instead.
13416     
13417     Special SFR access is required as not all SFRs are visible in the unified
13418     address space.
13419     
13420     Signed-off-by: Keith Packard <keithp@keithp.com>
13421
13422 commit 1405838160b69e2cda456e21502a1d03b3aa7548
13423 Author: Keith Packard <keithp@keithp.com>
13424 Date:   Sat Dec 27 11:25:58 2008 -0800
13425
13426     s51: get start address from ihx file. re-enable breakpoints after reset.
13427     
13428     Use the start of the ihx file when asked to run from 0x0, this lets
13429     sdcdb run programs from ram.
13430     
13431     The reset command clears all hw breakpoints, so reset them afterwards.
13432     
13433     Signed-off-by: Keith Packard <keithp@keithp.com>
13434
13435 commit 1264c3676e95427bba5d01e05c303d036a7f9eca
13436 Author: Keith Packard <keithp@keithp.com>
13437 Date:   Fri Dec 26 23:05:04 2008 -0800
13438
13439     Switch to libusb-1.0 and use async interface.
13440     
13441     The async libusb interface offers substantial performance benefits by not
13442     making each command wait for the reply. This makes talking over this
13443     interface almost reasonable.
13444     
13445     Signed-off-by: Keith Packard <keithp@keithp.com>
13446
13447 commit d2d9cfd74fd66836c913c02276e09136d83b35dc
13448 Author: Keith Packard <keithp@keithp.com>
13449 Date:   Fri Dec 26 17:58:48 2008 -0800
13450
13451     s51: add breakpoints and the ability to block awaiting a breakpoint.
13452     
13453     Signed-off-by: Keith Packard <keithp@keithp.com>
13454
13455 commit 4c4093c3fdd309123fdd068c0e1ff4947104492d
13456 Author: Keith Packard <keithp@keithp.com>
13457 Date:   Mon Dec 22 19:11:56 2008 -0800
13458
13459     Add more commands to s51 assembly-language debugger
13460     
13461     Signed-off-by: Keith Packard <keithp@keithp.com>
13462
13463 commit 55eba4fa08b022197106245d36a70f575a070b0a
13464 Author: Keith Packard <keithp@keithp.com>
13465 Date:   Mon Dec 22 19:10:27 2008 -0800
13466
13467     Make read_memory debug output use ccdbg_debug.
13468     
13469     This makes it default to not being presented, which makes s51 much happier
13470     
13471     Signed-off-by: Keith Packard <keithp@keithp.com>
13472
13473 commit e75918f3667a5c8ad294bec4acef6fe81682edf6
13474 Author: Keith Packard <keithp@keithp.com>
13475 Date:   Sun Dec 21 23:33:35 2008 -0800
13476
13477     Add preliminary version of s51, a UI clone of the 8051 emulator.
13478     
13479     sdcdb provides source-level debugging using the 8051 emulator, s51. By
13480     emulating that emulator a the UI level, we should be able to get source
13481     debugging right on our target platform.
13482     
13483     This is just the preliminary structure for the program with most commands
13484     not yet implemented.
13485
13486 commit f7d49868aeae80d515b12a7e339628f1296754a6
13487 Author: Keith Packard <keithp@keithp.com>
13488 Date:   Sat Dec 20 23:30:06 2008 -0800
13489
13490     Cleanup work; separating out the cp interface to be more abstract.
13491     
13492     Signed-off-by: Keith Packard <keithp@keithp.com>
13493
13494 commit 30f23f23a6db3d12fdc9c088cf6ab47c5e5077fb
13495 Author: Keith Packard <keithp@keithp.com>
13496 Date:   Fri Dec 19 21:13:04 2008 -0800
13497
13498     Clean up autotools stuff.
13499     
13500     Signed-off-by: Keith Packard <keithp@keithp.com>
13501
13502 commit 9025eb792861930e6af918d2727c4f5d97a69936
13503 Author: Keith Packard <keithp@keithp.com>
13504 Date:   Fri Dec 19 21:11:45 2008 -0800
13505
13506     Autotools.
13507     
13508     Signed-off-by: Keith Packard <keithp@keithp.com>
13509
13510 commit ab909db28307cfbf7ee8d692506bb79d7ffd627a
13511 Author: Keith Packard <keithp@keithp.com>
13512 Date:   Fri Dec 19 19:08:13 2008 -0800
13513
13514     Ignore .ihx files
13515
13516 commit cc8db276bc4f2fd7eb00168a5c0689a8457a5c6f
13517 Author: Keith Packard <keithp@keithp.com>
13518 Date:   Fri Dec 19 19:07:37 2008 -0800
13519
13520     Move blink example to subdir
13521     
13522     Signed-off-by: Keith Packard <keithp@keithp.com>
13523
13524 commit 82e2d7ebed6682062dc400478c736bd6c91195c9
13525 Author: Keith Packard <keithp@keithp.com>
13526 Date:   Fri Dec 19 19:04:26 2008 -0800
13527
13528     Clean up makefiles, move ihx files to .ihx
13529
13530 commit 52fb5f795adfd7f62e5b6dbe65877d14361cfdae
13531 Author: Keith Packard <keithp@keithp.com>
13532 Date:   Fri Dec 19 14:39:57 2008 -0800
13533
13534     ignore more stuff
13535
13536 commit 4ecfc33f16aa36b315519e6f279da65374b67aba
13537 Author: Keith Packard <keithp@keithp.com>
13538 Date:   Fri Dec 19 14:37:53 2008 -0800
13539
13540     Add cc1111 isr stub example
13541
13542 commit d32e6658c3e489b62ba3cf6d22e3ab177b9b8a3a
13543 Author: Keith Packard <keithp@keithp.com>
13544 Date:   Fri Dec 19 14:37:29 2008 -0800
13545
13546     Add blink-tiny flash and ram versions
13547
13548 commit b4d1127ef007843c643b778b3b2f6b915b1d5d9a
13549 Author: Keith Packard <keithp@keithp.com>
13550 Date:   Fri Dec 19 14:19:29 2008 -0800
13551
13552     Flash multiple pages. Eliminate off-by-one error in hex_image length.
13553     
13554     Signed-off-by: Keith Packard <keithp@keithp.com>
13555
13556 commit 55995515b9d4fc1e193039eab697c5d03db417c2
13557 Author: Keith Packard <keithp@keithp.com>
13558 Date:   Fri Dec 19 11:04:16 2008 -0800
13559
13560     Add flash writing code.
13561     
13562     Signed-off-by: Keith Packard <keithp@keithp.com>
13563
13564 commit 0bc52385b8f86f9ca1c450ad106e6d8afe3bc153
13565 Author: Keith Packard <keithp@keithp.com>
13566 Date:   Thu Dec 18 12:37:32 2008 -0800
13567
13568     faster
13569     
13570     Signed-off-by: Keith Packard <keithp@keithp.com>
13571
13572 commit 3779cc8b32cac3640f42bd0400d4199ddae965a1
13573 Author: Keith Packard <keithp@keithp.com>
13574 Date:   Thu Dec 18 12:17:41 2008 -0800
13575
13576     cq
13577     
13578     Signed-off-by: Keith Packard <keithp@keithp.com>
13579
13580 commit dc03adc179669d41e3551d74b3c5a60db41ff217
13581 Author: Keith Packard <keithp@keithp.com>
13582 Date:   Thu Dec 18 12:07:06 2008 -0800
13583
13584     Add ability to load Intel HEX files. Add sample sdcc LED blinker.
13585     
13586     Signed-off-by: Keith Packard <keithp@keithp.com>
13587
13588 commit 807e2adacb025af77bb53c03209e9c8e0d7a5f95
13589 Author: Keith Packard <keithp@keithp.com>
13590 Date:   Thu Dec 18 00:18:50 2008 -0800
13591
13592     Add ability to read/write arbitrary memory. Write LED blinker program.
13593     
13594     Signed-off-by: Keith Packard <keithp@keithp.com>
13595
13596 commit 8c879bf51c14a5928135d59211facd72f6a32808
13597 Author: Keith Packard <keithp@keithp.com>
13598 Date:   Wed Dec 17 23:15:47 2008 -0800
13599
13600     Move manual bit-banging debug code to separate file
13601     
13602     Signed-off-by: Keith Packard <keithp@keithp.com>
13603
13604 commit aec3bbce84a5ceb92060a4b3889379f2af2404ac
13605 Author: Keith Packard <keithp@keithp.com>
13606 Date:   Wed Dec 17 23:15:19 2008 -0800
13607
13608     reduce clock to 50us
13609     
13610     Signed-off-by: Keith Packard <keithp@keithp.com>
13611
13612 commit fa168f963f8b00144d12aa2770e9c0917cfae123
13613 Author: Keith Packard <keithp@keithp.com>
13614 Date:   Wed Dec 17 23:12:59 2008 -0800
13615
13616     Fill out ccdbg-command to support all debug commands.
13617     
13618     Signed-off-by: Keith Packard <keithp@keithp.com>
13619
13620 commit 5df84df7cd6a31527dcfd11030f00ef9d8abf170
13621 Author: Keith Packard <keithp@keithp.com>
13622 Date:   Wed Dec 17 22:24:59 2008 -0800
13623
13624     Clean up bitbanging layer. Add debug printfs.
13625     
13626     Signed-off-by: Keith Packard <keithp@keithp.com>
13627
13628 commit 584e28bac8af38de433767e017977ed1adddeb36
13629 Author: Keith Packard <keithp@keithp.com>
13630 Date:   Wed Dec 17 12:32:15 2008 -0800
13631
13632     Clean up sample debug files
13633     
13634     Signed-off-by: Keith Packard <keithp@keithp.com>
13635
13636 commit e64b4dbf15e9ee1cb0de002985de7575e83d46e9
13637 Author: Keith Packard <keithp@keithp.com>
13638 Date:   Mon Dec 8 17:25:28 2008 -0800
13639
13640     Add support for input-only lines (-)
13641
13642 commit 4f38974a9941cddaba27c17c5a46f923db386c94
13643 Author: Keith Packard <keithp@keithp.com>
13644 Date:   Sat Dec 6 16:32:27 2008 -0800
13645
13646     Add another example
13647
13648 commit 3709ec3205cfb152b6568f3ea505c67fe7504c2a
13649 Author: Keith Packard <keithp@keithp.com>
13650 Date:   Sat Dec 6 16:32:12 2008 -0800
13651
13652     Add libusb support and lots more examples
13653
13654 commit 39801e6e9fb9388072ee414a447f74095a6ac960
13655 Author: Keith Packard <keithp@keithp.com>
13656 Date:   Fri Nov 28 22:57:07 2008 -0800
13657
13658     Random hacking
13659
13660 commit 01cb2799875e086ee6096627c058ee235bbc33d5
13661 Author: Keith Packard <keithp@keithp.com>
13662 Date:   Thu Nov 27 17:07:15 2008 -0800
13663
13664     Add prototypes, add stub mainline, add .gitignore
13665
13666 commit 0ffe4ef870b0e564789a1990aeab5b6651868e5b
13667 Author: Keith Packard <keithp@keithp.com>
13668 Date:   Thu Nov 27 12:33:40 2008 -0800
13669
13670     cc1111 debug port access through cp2103 serial chip