rewind changelog for re-build of 0.9.4.5
[fw/altos] / ChangeLog
1 commit 6f9f75cbfccf975204ab847ca0e9cf86188716c6
2 Author: Bdale Garbee <bdale@gag.com>
3 Date:   Mon Aug 8 07:35:47 2011 -0600
4
5     update changelogs for Debian build
6
7 commit 7c94945690a6ff5cbf872026fd6411a30089c7b1
8 Author: Bdale Garbee <bdale@gag.com>
9 Date:   Mon Aug 8 07:33:09 2011 -0600
10
11     simplify version in last changelog entry so git-dch is less confused
12
13 commit 6d5e5b0be237d5448aa9d15decd6127cf41ca7b2
14 Author: Bdale Garbee <bdale@gag.com>
15 Date:   Mon Aug 8 07:30:42 2011 -0600
16
17     update version for a Bdale build for use turning on TeleMini v1.0
18
19 commit 6492218fc316f8cf6214a577807a8dd0a80a9b6a
20 Author: Keith Packard <keithp@keithp.com>
21 Date:   Tue Aug 2 19:07:56 2011 -0700
22
23     altos/altosui: Add pad orientation configure option
24     
25     Allow TeleMetrum to be operated with the antenna pointing downwards on
26     the pad. This provides some additional flexibility when designing an
27     ebay.
28     
29     The accelerometer calibration levels are flipped around to match, so
30     no re-calibration should be required.
31     
32     Signed-off-by: Keith Packard <keithp@keithp.com>
33
34 commit 11a2bb8e28df7ed87542f2ee726f877971f5d52a
35 Author: Keith Packard <keithp@keithp.com>
36 Date:   Tue Aug 2 17:41:53 2011 -0700
37
38     altosui: Add idle monitor dialog
39     
40     This monitors a telemetrum device in idle mode, either directly or through a
41     teledongle, allowing the GPS status and batteries to be monitored
42     without resorting to placing the device in pad mode.
43     
44     Signed-off-by: Keith Packard <keithp@keithp.com>
45
46 commit 3cc2eed6cdafe788a8617ab45c6664077e76411e
47 Author: Keith Packard <keithp@keithp.com>
48 Date:   Tue Aug 2 18:01:52 2011 -0700
49
50     altosui: Simple timeouts don't work with query data
51     
52     To get the query to come back, it's best to abort and retry the
53     command, other wise the command may have been lost to the previous
54     connection.
55     
56     Signed-off-by: Keith Packard <keithp@keithp.com>
57
58 commit 37c41c962ea4631e62307a57d2ce6572b87fd743
59 Author: Keith Packard <keithp@keithp.com>
60 Date:   Tue Aug 2 17:41:02 2011 -0700
61
62     altosui: Parse accel cal from 'c s' command
63     
64     These fields weren't used before, so the code to parse them hadn't
65     been written.
66     
67     Signed-off-by: Keith Packard <keithp@keithp.com>
68
69 commit 95201e7fe4a6a7ec42321e8dbad3aea3bbf4c840
70 Author: Keith Packard <keithp@keithp.com>
71 Date:   Tue Aug 2 17:40:02 2011 -0700
72
73     altosui: Standard text field in flight UI needs more width (now 20)
74     
75     Latitude and longitude take more than 16 characters.
76     
77     Signed-off-by: Keith Packard <keithp@keithp.com>
78
79 commit 82e04a0e3a3296288a524ec582785a36fd644331
80 Author: Keith Packard <keithp@keithp.com>
81 Date:   Tue Aug 2 02:09:23 2011 -0700
82
83     altos: Require sequencing through 'main' state before landing
84     
85     The old version of the code would permit the flight to go straight
86     from 'drogue' to 'landed' without passing through 'main' at all. This
87     meant that a false landing detection would leave the main charge
88     unfired, potentially causing the airframe to land on drogue alone.
89     
90     Requiring that the flight sequence pass through main ensures that the
91     main charge will get fired at the right time, although if the airframe
92     lands higher than that altitude, it will not go to 'landed' mode ever.
93     
94     Signed-off-by: Keith Packard <keithp@keithp.com>
95
96 commit 6c55bf35b11ae3ddae152795072d69e98184bac1
97 Author: Keith Packard <keithp@keithp.com>
98 Date:   Tue Aug 2 01:49:35 2011 -0700
99
100     altos: Reduce height averaging filter time constant
101     
102     Using the longer time constant could lead to false landing detection
103     just after apogee, which is definitely not a good idea.
104     
105     Signed-off-by: Keith Packard <keithp@keithp.com>
106
107 commit e19a117b99e8374ca0e8e35948e23bc672ad1a32
108 Author: Keith Packard <keithp@keithp.com>
109 Date:   Mon Aug 1 22:33:38 2011 -0700
110
111     altos: Average height values for landing detection
112     
113     Instead of using the direct output of the kalman filter and hoping
114     that is quiet enough to detect landing, filter that with a long
115     exponential decay filter and then check to make sure that doesn't
116     change more than 2m in 5 seconds as a trigger for landing detection.
117     
118     Tested with existing telemetrum flight logs and it correctly detects
119     landing in all cases.
120     
121     Signed-off-by: Keith Packard <keithp@keithp.com>
122
123 commit 146a0ab223e8d9b376125d1e59f597f6d7851a9b
124 Author: Keith Packard <keithp@keithp.com>
125 Date:   Sun Jul 17 18:49:55 2011 -0700
126
127     altos: Add ability to read new TELEM files to ao_flight_test
128     
129     Not that telem files are currently very useful as the kalman filter
130     gets completly confused by the variable steps caused by missing data, but...
131     
132     Signed-off-by: Keith Packard <keithp@keithp.com>
133
134 commit 6795d353be91df96a571cebc237e6a54a065a380
135 Author: Keith Packard <keithp@keithp.com>
136 Date:   Sun Jul 17 16:44:10 2011 -0700
137
138     altosui: Change continutity colors to yellow/magenta
139     
140     Makes them stand apart from the accel/speed lines
141     
142     Signed-off-by: Keith Packard <keithp@keithp.com>
143
144 commit 7f6cce5749724dbb836aaa27bbeedf977106f6f3
145 Author: Keith Packard <keithp@keithp.com>
146 Date:   Sun Jul 17 16:43:41 2011 -0700
147
148     Add HARA Bragg Farms site
149     
150     Signed-off-by: Keith Packard <keithp@keithp.com>
151
152 commit 6796d9e253a808824ba32cdb008da8bf302780fc
153 Author: Keith Packard <keithp@keithp.com>
154 Date:   Sun Jul 17 15:53:13 2011 -0700
155
156     Fix NCR Pawnee location
157     
158     Signed-off-by: Keith Packard <keithp@keithp.com>
159
160 commit ddef3e4ec1b3ff86b164f83807c34c2a78f73eb8
161 Author: Keith Packard <keithp@keithp.com>
162 Date:   Sun Jul 17 15:45:07 2011 -0700
163
164     altosui: Mark preload site location with red circles (like launch)
165     
166     Just to show where on the map the official launch location is.
167     
168     Signed-off-by: Keith Packard <keithp@keithp.com>
169
170 commit 1f3f3d575572eff33a2bc7a53d4691e59a428450
171 Author: Keith Packard <keithp@keithp.com>
172 Date:   Sun Jul 17 15:09:55 2011 -0700
173
174     altosui: Add a bunch more site locations
175     
176     BALLS, Rio Rancho, METRA, QRS Cedar Grove and Hudson Ranch
177     
178     Signed-off-by: Keith Packard <keithp@keithp.com>
179
180 commit fef42e0d9e0a20bdbd32e052749fc63575515e1c
181 Author: Keith Packard <keithp@keithp.com>
182 Date:   Sun Jul 17 11:29:13 2011 -0700
183
184     altosui: Add launch-sites.txt
185     
186     Contains a few of our favorites.
187     
188     Signed-off-by: Keith Packard <keithp@keithp.com>
189
190 commit 81cac174c80ee42d9e94c6500da7c4c760c3ce67
191 Author: Keith Packard <keithp@keithp.com>
192 Date:   Sun Jul 17 11:25:47 2011 -0700
193
194     altosui: Download list of site locations for map preloading
195     
196     The current URL for this is:
197     http://gag.com/~keithp/launch-sites.txt
198     
199     The format is:
200     <site-name>:<lat>:<lon>
201     
202     lat and lon are both in signed decimal degrees.
203     
204     Signed-off-by: Keith Packard <keithp@keithp.com>
205
206 commit f7cd8317bf78ece334e1ceb0263b875ca43bbbd2
207 Merge: 51796e2 a482d90
208 Author: Keith Packard <keithp@keithp.com>
209 Date:   Sun Jul 17 08:17:44 2011 -0700
210
211     Merge branch 'preload-maps'
212
213 commit 51796e2f1ebce3ee8dc1ac90648381410c1379ee
214 Author: Keith Packard <keithp@keithp.com>
215 Date:   Mon May 23 11:32:29 2011 -0700
216
217     altos, altosui: Add igniter mode (dual, apogee, main)
218     
219     This provides for redundant charges for either apogee or main.
220     
221     Signed-off-by: Keith Packard <keithp@keithp.com>
222
223 commit 1332ed55192f22525f31574f60fae4c6579e6f7f
224 Author: Keith Packard <keithp@keithp.com>
225 Date:   Sun Jul 17 08:13:15 2011 -0700
226
227     Set version to 0.9.4.4
228     
229     Signed-off-by: Keith Packard <keithp@keithp.com>
230
231 commit a482d904a3f391c3a24df3660acb3f3696aa6766
232 Author: Anthony Towns <aj@erisian.com.au>
233 Date:   Sat Jul 16 23:08:49 2011 -0700
234
235     altosui: Make sure degree and minute values are visible (map preload)
236     
237     Set min size to preferred size so that the value remains visible
238     instead of snapping to 0 pixels wide.
239     
240     Signed-off-by: Keith Packard <keithp@keithp.com>
241
242 commit 1681c57cbbfc5214dbc2a519e54ce9f29ffe3921
243 Author: Keith Packard <keithp@keithp.com>
244 Date:   Sat Jul 16 22:43:34 2011 -0700
245
246     altosui: Remove a bunch of sitemap debugging printfs
247     
248     Seems to work, let's get less chatty
249     
250     Signed-off-by: Keith Packard <keithp@keithp.com>
251
252 commit 0a4d934f6e2914bfe2d965630543f029a1576c11
253 Author: Keith Packard <keithp@keithp.com>
254 Date:   Sat Jul 16 22:34:44 2011 -0700
255
256     altosui: Display full map preload area in view.
257     
258     This involved fixing the map view to support arbitrary sizes, and then
259     exposing a synchronous tile loading API so that the progress bar could
260     be used to show tile loading progress.
261     
262     Signed-off-by: Keith Packard <keithp@keithp.com>
263
264 commit abb8510b97ce9cbbff0275cc31f74780fe1ce138
265 Merge: 0929ee3 00e6981
266 Author: Keith Packard <keithp@keithp.com>
267 Date:   Sat Jul 16 21:06:37 2011 -0700
268
269     Merge branch 'scan-telemetry' into preload-maps
270
271 commit 00e6981c2e0a668864fcf391932855cd8942140c
272 Author: Keith Packard <keithp@keithp.com>
273 Date:   Sat Jul 16 21:05:06 2011 -0700
274
275     altosui: Flush telemetry lines before starting to watch for scan results
276     
277     This prevents pending telemetry lines from being incorrectly
278     attributed to the wrong channel/telemetry.
279     
280     Signed-off-by: Keith Packard <keithp@keithp.com>
281
282 commit 0929ee32f753255cbe1474988cb41a5a86d29a0e
283 Author: Keith Packard <keithp@keithp.com>
284 Date:   Sat Jul 16 17:37:20 2011 -0700
285
286     altosui: Try to avoid resize weirdness with map preloading
287     
288     grid bag + box does some strange stuff, this appears to avoid the
289     worst of the interactions.
290     
291     Signed-off-by: Keith Packard <keithp@keithp.com>
292
293 commit 225073fd822f9861a83d65386c29fda9b37bf273
294 Author: Keith Packard <keithp@keithp.com>
295 Date:   Sat Jul 16 16:37:40 2011 -0700
296
297     altosui: Add map preloading GUI
298     
299     Provide a way to manually enter latitude and longitude, preview the
300     map area while downloading a 9x9 grid of map tiles to be used when
301     monitoring flights without network access.
302     
303     Signed-off-by: Keith Packard <keithp@keithp.com>
304
305 commit cbd14ba103ee5e3c5eec18e3a4ff13c320b98634
306 Author: Keith Packard <keithp@keithp.com>
307 Date:   Sat Jul 16 20:44:51 2011 -0700
308
309     altosui: Set 'seen' bits in legacy telemetry packet reader
310     
311     Otherwise, the 'scan' code won't show detected flight computers.
312     
313     Signed-off-by: Keith Packard <keithp@keithp.com>
314
315 commit e905042879147dd86241bf2dcc7437e5a6eb7578
316 Author: Keith Packard <keithp@keithp.com>
317 Date:   Sat Jul 16 20:43:57 2011 -0700
318
319     altosui: Initialize channel and telemetry before use in ScanUI
320     
321     Otherwise we try to use telemetry format 0, which means 'no telemetry'.
322     
323     Signed-off-by: Keith Packard <keithp@keithp.com>
324
325 commit 941b90a4905e34936d24a25ca90ac04eb6f5a792
326 Author: Keith Packard <keithp@keithp.com>
327 Date:   Sat Jul 16 17:38:00 2011 -0700
328
329     altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
330     
331     Move telemetry constants to Altos class, adding functions to compute
332     names and lengths. Generalize users of these values to use all of the
333     known values.
334     
335     Add support for v0.8 TeleMetrum telemetry
336     
337     Signed-off-by: Keith Packard <keithp@keithp.com>
338
339 commit 7ef786276b5d5c7d17c3fe4f36aa41db61a9742f
340 Author: Keith Packard <keithp@keithp.com>
341 Date:   Sat Jul 16 14:23:08 2011 -0700
342
343     altosui: Finish radio scanning UI
344     
345     Scans all channels and telemetry formats, presenting visible devices
346     in a list. Entries from the list may be selected, in which case a
347     monitor window pops up with the appropriate configuration.
348     
349     Signed-off-by: Keith Packard <keithp@keithp.com>
350
351 commit ebcba28b3c09925869b617880d2919e5d0e059f0
352 Author: Keith Packard <keithp@keithp.com>
353 Date:   Sat Jul 16 14:19:41 2011 -0700
354
355     altosui: Configuration telemetry record includes flight number
356     
357     Mark the reported altos record as including flight information.
358     
359     Signed-off-by: Keith Packard <keithp@keithp.com>
360
361 commit d4375bc737655546c2d40f49acdfc2e60ebfea5a
362 Author: Keith Packard <keithp@keithp.com>
363 Date:   Sat Jul 16 14:19:14 2011 -0700
364
365     altosui: Remove debugging printf from AltosLog
366     
367     Signed-off-by: Keith Packard <keithp@keithp.com>
368
369 commit f32a55ac9a3ebbde2b41782f22491e72258fe05a
370 Author: Keith Packard <keithp@keithp.com>
371 Date:   Sat Jul 9 19:00:12 2011 -0700
372
373     altosui: Pop up monitor window from scan dialog
374     
375     Signed-off-by: Keith Packard <keithp@keithp.com>
376
377 commit 8c20030ea4eb8e068e1ba88e01d07dfbc27bd7db
378 Author: Keith Packard <keithp@keithp.com>
379 Date:   Sat Jul 9 18:41:15 2011 -0700
380
381     altosui: Start adding support for scanning radio for available devices
382     
383     This is untested.
384     
385     Signed-off-by: Keith Packard <keithp@keithp.com>
386
387 commit 7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9
388 Author: Keith Packard <keithp@keithp.com>
389 Date:   Fri Jul 15 18:53:41 2011 -0700
390
391     Set version to 0.9.4.3 for Bdale 2011-7-16 flights
392     
393     Signed-off-by: Keith Packard <keithp@keithp.com>
394
395 commit 0d0cf6f9a1b14a1b66aee3845964cd33d1f035c2
396 Author: Keith Packard <keithp@keithp.com>
397 Date:   Sat Jul 9 13:09:57 2011 -0700
398
399     altos: new versions of sdcc require __ prefixes for custom keywords
400     
401     Fortunately, 2.9.1 appears to accept either, so we can switch now and
402     prepare for sdcc 3.0.0.
403     
404     Signed-off-by: Keith Packard <keithp@keithp.com>
405
406 commit 8f80f5705d64469bcfb00ff11aee68364edb271b
407 Author: Keith Packard <keithp@keithp.com>
408 Date:   Wed Jul 6 21:38:57 2011 -0700
409
410     altosui: Don't show missing igniter and gps values
411     
412     The new telemetry stuff leaves state.gps always set (but empty), which
413     seems fine, we just need to look at state.gps.connected to see if
414     there's a GPS receiver on board.
415     
416     For TeleNano, we also want to hide the igniter status fields as they
417     won't have any data present.
418     
419     Signed-off-by: Keith Packard <keithp@keithp.com>
420
421 commit 80ca066a825646f833ca609190c76c5252118d9a
422 Author: Keith Packard <keithp@keithp.com>
423 Date:   Wed Jul 6 21:36:38 2011 -0700
424
425     altosui: Build device constants into .java code
426     
427     This eliminates a depedency on updates to the system helper library,
428     which means we don't have to provide a new library on all platforms
429     just to support a new USB id.
430     
431     Signed-off-by: Keith Packard <keithp@keithp.com>
432
433 commit 504ab7ab355652d5d01094c927089029596a0753
434 Author: Keith Packard <keithp@keithp.com>
435 Date:   Wed Jul 6 17:49:01 2011 -0700
436
437     altos: product defines are always in ao_product.h
438     
439     When all products were built in a single directory, each one had a
440     separate version of ao_product.h. Now that they all reside in
441     sub-directories, each directory has its own ao_product.h
442     
443     This change is needed so that other modules in the system can use the
444     product defines; otherwise, ao_product.h was not built at the right time.
445     
446     Signed-off-by: Keith Packard <keithp@keithp.com>
447
448 commit 81cf2e833bedbc1ace8fd310e9e94bfb7673d428
449 Author: Keith Packard <keithp@keithp.com>
450 Date:   Wed Jul 6 16:43:17 2011 -0700
451
452     altos: Ensure low-rate telem packets interleave with sensor telem packets
453     
454     To avoid over-committing the radio link, we want to send only
455     one low rate packet after each sensor packet. However, the
456     initializations for this were incorrect, causing the configuration and
457     location packets to be sent at the same time.
458     
459     Signed-off-by: Keith Packard <keithp@keithp.com>
460
461 commit 5ca6400fd8a360b64d8f96f50d5595a7fd17762d
462 Author: Keith Packard <keithp@keithp.com>
463 Date:   Wed Jul 6 16:18:54 2011 -0700
464
465     altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
466     
467     All products use the common ao_telemetry.c code now
468     
469     Signed-off-by: Keith Packard <keithp@keithp.com>
470
471 commit 0154d13756bcb09f009981ee5e4bd27fd04b8788
472 Author: Keith Packard <keithp@keithp.com>
473 Date:   Wed Jul 6 16:19:22 2011 -0700
474
475     altos: Switch Tm and Tn to common telemetry code
476     
477     Signed-off-by: Keith Packard <keithp@keithp.com>
478
479 commit b65140a0139075adeddaccf0f4d5c7a75fac4757
480 Author: Keith Packard <keithp@keithp.com>
481 Date:   Wed Jul 6 15:52:25 2011 -0700
482
483     altos: Switch flash drivers __xdata to __pdata
484     
485     Signed-off-by: Keith Packard <keithp@keithp.com>
486
487 commit 038d7b25ba833da4be458409670d3f95e8aaf17b
488 Author: Keith Packard <keithp@keithp.com>
489 Date:   Wed Jul 6 15:51:52 2011 -0700
490
491     altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
492     
493     Signed-off-by: Keith Packard <keithp@keithp.com>
494
495 commit 3742b36a528f114c3b1873caa4f39581145b76da
496 Author: Keith Packard <keithp@keithp.com>
497 Date:   Wed Jul 6 15:28:01 2011 -0700
498
499     altos: Switch ao_dbg.c __xdata to __pdata
500     
501     Signed-off-by: Keith Packard <keithp@keithp.com>
502
503 commit 6903b6464db7eb803de8bf9b897c45431f7a1d63
504 Author: Keith Packard <keithp@keithp.com>
505 Date:   Wed Jul 6 15:27:32 2011 -0700
506
507     altos: Switch ao_config.c __xdata to __pdata
508     
509     Signed-off-by: Keith Packard <keithp@keithp.com>
510
511 commit 6893752900385ee51cc4cf75e1b672202de7578a
512 Author: Keith Packard <keithp@keithp.com>
513 Date:   Wed Jul 6 15:26:09 2011 -0700
514
515     altos: switch ao_cmd __xdata to __pdata
516     
517     Saves code space
518     
519     Signed-off-by: Keith Packard <keithp@keithp.com>
520
521 commit 2ec986f08ce8d4635f4435bb0042b405d93edc40
522 Author: Keith Packard <keithp@keithp.com>
523 Date:   Wed Jul 6 15:45:04 2011 -0700
524
525     altos: Switch const for __code in struct ao_cmds
526     
527     This saves quite a bit of code space when accessing these values.
528     
529     Signed-off-by: Keith Packard <keithp@keithp.com>
530
531 commit 355db71f4511adff8abcb2caded61c12fe8b7ee9
532 Author: Keith Packard <keithp@keithp.com>
533 Date:   Wed Jul 6 15:41:32 2011 -0700
534
535     altos: Switch ao_usb.c __xdata to __pdata
536     
537     Signed-off-by: Keith Packard <keithp@keithp.com>
538
539 commit 359baab005c274a0841268c615c23b3ffef813cf
540 Author: Keith Packard <keithp@keithp.com>
541 Date:   Wed Jul 6 15:41:06 2011 -0700
542
543     altos: Switch ao_telemetry.c __xdata to __pdata
544     
545     Signed-off-by: Keith Packard <keithp@keithp.com>
546
547 commit f2f8ade6994aa3a69fd08f19c4403ceb8cea295d
548 Author: Keith Packard <keithp@keithp.com>
549 Date:   Wed Jul 6 15:39:44 2011 -0700
550
551     altos: Switch ao_stdio.c __data to __pdata
552     
553     Signed-off-by: Keith Packard <keithp@keithp.com>
554
555 commit 9ba0da9247ea424a7a147aa85daae0d5e6316b81
556 Author: Keith Packard <keithp@keithp.com>
557 Date:   Wed Jul 6 15:38:46 2011 -0700
558
559     altos: Switch ao_serial.c __xdata to __pdata
560     
561     Signed-off-by: Keith Packard <keithp@keithp.com>
562
563 commit 86b41d4c2b8a9fa4507cdb75302e0cedebb103cb
564 Author: Keith Packard <keithp@keithp.com>
565 Date:   Wed Jul 6 15:38:29 2011 -0700
566
567     altos: Switch ao_sample.c __xdata to __pdata
568     
569     Signed-off-by: Keith Packard <keithp@keithp.com>
570
571 commit 803bf106caf5d6b5ac12eb00a941647c7325edd1
572 Author: Keith Packard <keithp@keithp.com>
573 Date:   Wed Jul 6 15:37:34 2011 -0700
574
575     altos: Switch ao_rssi.c __xdata to __pdata
576     
577     Signed-off-by: Keith Packard <keithp@keithp.com>
578
579 commit 002f167fc2709aaf1a4984aaa0a3519a97749d5f
580 Author: Keith Packard <keithp@keithp.com>
581 Date:   Wed Jul 6 15:37:15 2011 -0700
582
583     altos: Switch ao_report.c __xdata to __pdata
584     
585     Signed-off-by: Keith Packard <keithp@keithp.com>
586
587 commit 5203ddaac692bfd82a01368da9fb66c25e9e14c1
588 Author: Keith Packard <keithp@keithp.com>
589 Date:   Wed Jul 6 15:36:45 2011 -0700
590
591     altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
592     
593     Signed-off-by: Keith Packard <keithp@keithp.com>
594
595 commit 62267144d189967fcd0724b6dfbdbab3cb6fb414
596 Author: Keith Packard <keithp@keithp.com>
597 Date:   Wed Jul 6 15:33:52 2011 -0700
598
599     altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
600     
601     Signed-off-by: Keith Packard <keithp@keithp.com>
602
603 commit 92047ff86c79c2b18ef565a4560b06fe00d6f159
604 Author: Keith Packard <keithp@keithp.com>
605 Date:   Wed Jul 6 15:31:53 2011 -0700
606
607     altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
608     
609     Signed-off-by: Keith Packard <keithp@keithp.com>
610
611 commit 64860be02b3efa6f784a259249cfa6d14545fbd3
612 Author: Keith Packard <keithp@keithp.com>
613 Date:   Wed Jul 6 13:49:05 2011 -0700
614
615     altos: Shrink ao_add_task by rolling up a memset loop
616     
617     This has a dramatic effect. By pulling the 'stack' variable into
618     registers it reduces the size of this function from 550 to 231 bytes.
619     
620     Signed-off-by: Keith Packard <keithp@keithp.com>
621
622 commit 480b48837db31987b947e4d32248965d4a16be03
623 Author: Keith Packard <keithp@keithp.com>
624 Date:   Wed Jul 6 13:21:25 2011 -0700
625
626     altos: Shrink ao_config_callsign_set
627     
628     Replacing a hand-coded memset with a function call, using static space
629     instead of stack space for an array.
630     
631     Signed-off-by: Keith Packard <keithp@keithp.com>
632
633 commit 41c230cac359b4459ca93196d08704b7d35447c7
634 Author: Keith Packard <keithp@keithp.com>
635 Date:   Wed Jul 6 12:38:11 2011 -0700
636
637     altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
638     
639     No functional changes, just reduces code size.
640     
641     Signed-off-by: Keith Packard <keithp@keithp.com>
642
643 commit 481577a29380afe6750ef7c4e928daff837cbc49
644 Author: Keith Packard <keithp@keithp.com>
645 Date:   Tue Jul 5 23:38:42 2011 -0700
646
647     altosui: Compress telemetry records marked with the same time
648     
649     Split telemetry transmits multiple packets with the same
650     timestamp. Merge those into a single record when read from a file.
651     
652     Signed-off-by: Keith Packard <keithp@keithp.com>
653
654 commit 7cfd43663cde5ebdf04e4face076d79ff6329ac3
655 Author: Keith Packard <keithp@keithp.com>
656 Date:   Tue Jul 5 23:38:28 2011 -0700
657
658     altosui: Remove debug printf.
659     
660     Signed-off-by: Keith Packard <keithp@keithp.com>
661
662 commit d0335f83c54df0b23c28d04d34c212a1bdffadd0
663 Author: Keith Packard <keithp@keithp.com>
664 Date:   Tue Jul 5 23:37:51 2011 -0700
665
666     altosui: Add main/drogue voltages to default graph
667     
668     Until we get a UI for changing the graph elements, lets add a few more
669     potentially useful values.
670     
671     Signed-off-by: Keith Packard <keithp@keithp.com>
672
673 commit c1f859170b37864b816eb561318dbfb1cafaeed6
674 Author: Keith Packard <keithp@keithp.com>
675 Date:   Tue Jul 5 23:37:00 2011 -0700
676
677     altosui: Elide missing values from graphs
678     
679     Signed-off-by: Keith Packard <keithp@keithp.com>
680
681 commit 72575dcb9cfbb5c1ccdb3510b9962a6f60ca3fa3
682 Author: Keith Packard <keithp@keithp.com>
683 Date:   Tue Jul 5 23:35:50 2011 -0700
684
685     altosui: Elide nul bytes at end of telemetry string values
686     
687     All telemetry fields are fixed length, so any embedded strings are
688     padded with nul bytes.
689     
690     Signed-off-by: Keith Packard <keithp@keithp.com>
691
692 commit 6ac34f9c8efd464194137ac4ce8228bf9d7d83be
693 Author: Keith Packard <keithp@keithp.com>
694 Date:   Tue Jul 5 23:35:02 2011 -0700
695
696     doc: Add section about TeleDongle USB line format
697     
698     Describe the format of the TELEM lines sent over USB from TeleDongle
699     to the host.
700     
701     Signed-off-by: Keith Packard <keithp@keithp.com>
702
703 commit edf6252450e06fd42fa6dde3acd127baa8fa6d36
704 Author: Keith Packard <keithp@keithp.com>
705 Date:   Tue Jul 5 21:44:53 2011 -0700
706
707     altos: Adapt to changes in telemetry Configuration packet
708     
709     Apogee delay added. flight_log_max changed to two bytes (in kB now).
710     
711     Signed-off-by: Keith Packard <keithp@keithp.com>
712
713 commit 938949e39aac834a1c0912f8f307f74fe41418cc
714 Author: Keith Packard <keithp@keithp.com>
715 Date:   Tue Jul 5 21:42:22 2011 -0700
716
717     doc: Chang Config and Location packets
718     
719     Config packets get apogee delay, and have flight_log_max shrunk to two
720     bytes.
721     
722     Location packets get climb_rate added.
723     
724     Signed-off-by: Keith Packard <keithp@keithp.com>
725
726 commit 4132ac5896114e5f3d8fb3f219422e8933078cf4
727 Author: Keith Packard <keithp@keithp.com>
728 Date:   Tue Jul 5 21:41:44 2011 -0700
729
730     altosui: Parse remaining standard telemetry packets
731     
732     Signed-off-by: Keith Packard <keithp@keithp.com>
733
734 commit ef3ce687d73c1274ce5368432f4d449b063ce5c0
735 Author: Keith Packard <keithp@keithp.com>
736 Date:   Mon Jul 4 23:39:21 2011 -0700
737
738     altos: Complete new telemetry switchover
739     
740     This involved rewriting the GPS code to use the telemetry structures
741     directly so that a memcpy could be used to transfer the data to the
742     telemetry packets, saving a bunch of code space, along with fixing up
743     the gps testing programs to deal with the structure changes.
744     
745     In addition, the teledongle code needed to have the monitoring code
746     split into separate radio receiver and USB writer threads as the
747     packets are now back-to-back, and hence come too fast to wait for the
748     USB data to be sent to the host after each one.
749     
750     Signed-off-by: Keith Packard <keithp@keithp.com>
751
752 commit 359681f23e2f71bc8f4975a4a76ae28c08ecab2e
753 Author: Keith Packard <keithp@keithp.com>
754 Date:   Mon Jul 4 18:09:03 2011 -0700
755
756     altos: Add split telemetry code
757     
758     This sends every packet every time, which isn't correct, but should be
759     useful for testing.
760     
761     Signed-off-by: Keith Packard <keithp@keithp.com>
762
763 commit b51e5466f7a125db873edd1fa9bd3881d7e98aad
764 Author: Keith Packard <keithp@keithp.com>
765 Date:   Mon Jul 4 18:08:19 2011 -0700
766
767     altos: Shrink help text
768     
769     Reduce const space taken by command help text.
770     
771     Signed-off-by: Keith Packard <keithp@keithp.com>
772
773 commit 9e5e4c1ad82d621ceb7286f72c87eeaf5976f9bf
774 Author: Keith Packard <keithp@keithp.com>
775 Date:   Mon Jul 4 18:06:48 2011 -0700
776
777     altos: Add sat info to GPS report command
778     
779     Plan to use this to report current flight computer state in idle mode.
780     
781     Signed-off-by: Keith Packard <keithp@keithp.com>
782
783 commit 06b6f78e22be38a26bfe11ed4d4b659d5b13f00c
784 Author: Keith Packard <keithp@keithp.com>
785 Date:   Mon Jul 4 18:04:49 2011 -0700
786
787     altos: Shrink const space in ao_config
788     
789     Eliminate separate 'cmd' and 'help' struct entries.
790     Use \0 trick in cmd strings to eliminate whitespace.
791     Edit help text.
792     
793     Signed-off-by: Keith Packard <keithp@keithp.com>
794
795 commit d3c26e534d8df34cfbf29b70cd1b2692493ce150
796 Author: Keith Packard <keithp@keithp.com>
797 Date:   Mon Jul 4 18:03:51 2011 -0700
798
799     altos: teledongle does not need ao_packet_slave.c
800     
801     TeleDongle doesn't provide slave interfaces, so remove ao_packet_slave
802     from the TD build
803     
804     Signed-off-by: Keith Packard <keithp@keithp.com>
805
806 commit c763a3f9cf2bf055e9705ce5ff4bc172f445037d
807 Author: Keith Packard <keithp@keithp.com>
808 Date:   Mon Jul 4 18:02:52 2011 -0700
809
810     Version strings must be < 8 bytes long
811     
812     The new telemetry packets include the version string, so make sure its
813     less than 8 characters long
814     
815     Signed-off-by: Keith Packard <keithp@keithp.com>
816
817 commit a08173197d5533ecb395102ed34e751135660d06
818 Author: Keith Packard <keithp@keithp.com>
819 Date:   Mon Jul 4 18:01:59 2011 -0700
820
821     doc: Fix a few minor telemetry doc mistakes
822     
823     Multiple 'accel' entries in the Sensor packet.
824     Swap ground_accel and ground_pres to group accel cal data
825     
826     Signed-off-by: Keith Packard <keithp@keithp.com>
827
828 commit 98df3ba984acf3b47a09949bbea0f3264f711f5b
829 Author: Keith Packard <keithp@keithp.com>
830 Date:   Mon Jul 4 14:17:55 2011 -0700
831
832     doc: Complete initial telemetry description
833     
834     Finish describing the contents and modulation scheme for telemetry
835     data.
836     
837     Signed-off-by: Keith Packard <keithp@keithp.com>
838
839 commit 06e82bd2c2a5eea153a053e542df9bc3537e9a01
840 Author: Keith Packard <keithp@keithp.com>
841 Date:   Sat Jul 2 01:50:33 2011 -0700
842
843     doc: Add telemetry format description
844     
845     Document the telemetry packet contents.
846     
847     Signed-off-by: Keith Packard <keithp@keithp.com>
848
849 commit 7fd9b8f720add559b262e81d61ededc9df16ca94
850 Author: Keith Packard <keithp@keithp.com>
851 Date:   Tue Jun 28 01:03:00 2011 -0700
852
853     altosui: Support raw telemetry from TeleDongle
854     
855     Use raw telemetry frames when TeleDongle supports them, this involves
856     parsing the hex dump of the packet instead of having teledongle take
857     the packet apart. Only the legacy format is working at this point; the
858     altos bits for the new split telemetry frames is not written yet.
859     
860     Signed-off-by: Keith Packard <keithp@keithp.com>
861
862 commit cb239b7161feea8646425b1f5788c3c82ae24321
863 Author: Keith Packard <keithp@keithp.com>
864 Date:   Tue Jun 28 01:01:08 2011 -0700
865
866     altos: ao_radio_recv needs byte count *including* rssi and status
867     
868     That's two more than the actual packet length.
869     
870     Signed-off-by: Keith Packard <keithp@keithp.com>
871
872 commit 336224a08327cadc95f6e5b564a4ddc64aaad8f8
873 Author: Keith Packard <keithp@keithp.com>
874 Date:   Fri Jun 24 08:31:51 2011 -0700
875
876     altos: Start adding new telemetry frame definitions
877     
878     These use the initial 24 bytes per frame plan, which will probably get
879     changed to 32 bytes per frame.
880     
881     Signed-off-by: Keith Packard <keithp@keithp.com>
882
883 commit 5e111fdf1f23203baeeb490ae1b69402ebd513b8
884 Author: Keith Packard <keithp@keithp.com>
885 Date:   Fri Jun 24 08:31:12 2011 -0700
886
887     altos: Add checksum to TELEM output lines
888     
889     Verify the received telemetry lines to protect against OS data loss
890     
891     Signed-off-by: Keith Packard <keithp@keithp.com>
892
893 commit 489a68ba8e3bc360e2e8fc887e4c4b840b5a0dd3
894 Author: Keith Packard <keithp@keithp.com>
895 Date:   Wed Jun 22 12:27:34 2011 -0700
896
897     altos: Add arbitrary telemetry packet monitoring
898     
899     This adds the ability to monitor arbitrary telemetry packets (up to
900     128 bytes), moving the telemetry data parsing up to the host.
901     
902     Signed-off-by: Keith Packard <keithp@keithp.com>
903
904 commit 0e67b6890dd3a06665239f8dfd2e69266d055e46
905 Author: Keith Packard <keithp@keithp.com>
906 Date:   Wed Jun 22 12:26:45 2011 -0700
907
908     altos: Rename telemetry to telemetry_orig
909     
910     This makes room to create a new multi-packet telemetry format without
911     changing anything yet.
912     
913     Signed-off-by: Keith Packard <keithp@keithp.com>
914
915 commit dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9
916 Author: Keith Packard <keithp@keithp.com>
917 Date:   Thu Jun 2 23:16:30 2011 -0700
918
919     altosui: Handle old TeleDongle receiving kalman telemetry packets
920     
921     The telemetry packets now send the kalman height/speed/accel values
922     instead of the ad-hoc values. If received by an old TeleDongle box,
923     the speed value will be of the form 0x8000abcd, which will be printed
924     as a 32-bit value by TeleDongle. We only want the abcd part, which is
925     the speed * 16. Detect this automatically and compute the correct
926     values for all three.
927     
928     Signed-off-by: Keith Packard <keithp@keithp.com>
929
930 commit 4d27e281f81aee88adff3d84085356ec310e4b92
931 Author: Keith Packard <keithp@keithp.com>
932 Date:   Wed May 25 21:38:02 2011 -0600
933
934     Switch version to 0.9.4
935     
936     For Mayhem, so we can tell what version each board is running
937     
938     Signed-off-by: Keith Packard <keithp@keithp.com>
939
940 commit 479bdffa35d0b8d4e48868c8d20f3cb1549521ab
941 Author: Keith Packard <keithp@keithp.com>
942 Date:   Fri May 6 23:55:23 2011 -0700
943
944     Revert "altos: Debugging TBT issues -- check pin configuration after boot"
945     
946     This reverts commit 514348055630edec12224c4b0964240b929759a3.
947     
948     Looks like this was never a problem.
949
950 commit 66bdf0e066bc0bb7a326a6c2a9c88b69e5c1be66
951 Author: Keith Packard <keithp@keithp.com>
952 Date:   Fri May 6 23:12:47 2011 -0700
953
954     altos: clear CPU port 1 interrupt flag when handled
955     
956     Signed-off-by: Keith Packard <keithp@keithp.com>
957
958 commit 8be559baa979c15e78f8dba7879b383dbe3936d3
959 Author: Keith Packard <keithp@keithp.com>
960 Date:   Fri May 6 22:59:15 2011 -0700
961
962     altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
963     
964     Otherwise, we're heading off into the weeds...
965     
966     Signed-off-by: Keith Packard <keithp@keithp.com>
967
968 commit 23f441b95e55fbee709382b05d325bc021285766
969 Author: Keith Packard <keithp@keithp.com>
970 Date:   Fri May 6 22:49:54 2011 -0700
971
972     altos: Initialize beeper for telebt
973     
974     Needed to get sounds to come out
975     
976     Signed-off-by: Keith Packard <keithp@keithp.com>
977
978 commit 514348055630edec12224c4b0964240b929759a3
979 Author: Keith Packard <keithp@keithp.com>
980 Date:   Fri May 6 22:42:58 2011 -0700
981
982     altos: Debugging TBT issues -- check pin configuration after boot
983     
984     Make sure the serial pins are configured as peripherals
985     Make sure the ser_reset and bt_link pins are going the right direction.
986     
987     Signed-off-by: Keith Packard <keithp@keithp.com>
988
989 commit 22e3ac0eb014b8255029763ae8180ad3527ba306
990 Author: Keith Packard <keithp@keithp.com>
991 Date:   Fri May 6 22:42:32 2011 -0700
992
993     altos: Add beeper to TBT v0.1
994     
995     It's available, let's use it.
996     
997     Signed-off-by: Keith Packard <keithp@keithp.com>
998
999 commit 6d858b64ee0e8c227c149d2af6d2d634536964f4
1000 Author: Keith Packard <keithp@keithp.com>
1001 Date:   Fri May 6 22:12:31 2011 -0700
1002
1003     altos: pull TBT v0.1 ser_reset line low
1004     
1005     This line resets the BT module if held low for three seconds.
1006     
1007     Signed-off-by: Keith Packard <keithp@keithp.com>
1008
1009 commit 3336d0f726afd1d43cf62280940e5fb91dab2e91
1010 Author: Keith Packard <keithp@keithp.com>
1011 Date:   Fri May 6 21:13:19 2011 -0700
1012
1013     altos: Fix BT link status pin for real TBT hardware
1014     
1015     The prototype used P2_1, while the real hardware uses P1_7. Lots of
1016     defines to make this work...
1017     
1018     Signed-off-by: Keith Packard <keithp@keithp.com>
1019
1020 commit 19bfa3882a2d95fcade256c2d63ad24f794281e5
1021 Author: Keith Packard <keithp@keithp.com>
1022 Date:   Fri May 6 20:33:58 2011 -0700
1023
1024     altos: Use USART configuration 1 with flow control for TBT
1025     
1026     It's just wired that way.
1027     
1028     Signed-off-by: Keith Packard <keithp@keithp.com>
1029
1030 commit d9cc27641fe1778c098b065bf110be7823e6c9f4
1031 Author: Keith Packard <keithp@keithp.com>
1032 Date:   Fri May 6 16:57:38 2011 -0700
1033
1034     altos: Add telebt-v0.1 to Makefile
1035     
1036     Doesn't get built without it.
1037     
1038     Signed-off-by: Keith Packard <keithp@keithp.com>
1039
1040 commit c360e5c04e30421e9ea2f7006b7d35aef35f1edd
1041 Author: Bdale Garbee <bdale@gag.com>
1042 Date:   Fri May 6 17:57:17 2011 -0600
1043
1044     first cut at a telebt turn on script
1045
1046 commit c1760cebd47d0f03808f3204c0fcb1183f754e50
1047 Author: Keith Packard <keithp@keithp.com>
1048 Date:   Fri May 6 15:44:56 2011 -0700
1049
1050     altos: Add preliminary telebt v0.1 defines
1051     
1052     This should make the telebt v0.1 binary that works on the real hardware.
1053     
1054     Signed-off-by: Keith Packard <keithp@keithp.com>
1055
1056 commit 72a03baa73698fc1213a74320e6253c2380dd8fa
1057 Author: Keith Packard <keithp@keithp.com>
1058 Date:   Mon Apr 25 23:00:42 2011 -0700
1059
1060     altosui: Fix BT manage dialog so that the device lists resize
1061     
1062     This makes the device scrolling lists fill any extra space when the
1063     window is resized.
1064     
1065     Signed-off-by: Keith Packard <keithp@keithp.com>
1066
1067 commit e3bf13a38d24e95b16df1e2f01952d10f24cda10
1068 Author: Keith Packard <keithp@keithp.com>
1069 Date:   Mon Apr 25 22:55:08 2011 -0700
1070
1071     altosui: Move AltosIgniteUI device open out of Swing thread
1072     
1073     Eliminate more blocking code from the Swing thread.
1074     
1075     Signed-off-by: Keith Packard <keithp@keithp.com>
1076
1077 commit 109344d54d3fa4f79342fd1ea2a3f4085475e30c
1078 Author: Keith Packard <keithp@keithp.com>
1079 Date:   Mon Apr 25 22:28:40 2011 -0700
1080
1081     altosui: Display reader name (usually the device) when an I/O error occurs
1082     
1083     Access the reader name directly from the reader object instead of a
1084     local variable (which wasn't getting set anyways).
1085     
1086     Signed-off-by: Keith Packard <keithp@keithp.com>
1087
1088 commit aa5caf6310f074109472e6f55d8bd9751fb75c4c
1089 Author: Keith Packard <keithp@keithp.com>
1090 Date:   Mon Apr 25 21:26:21 2011 -0700
1091
1092     altosui: Fix TeleBT name in flight monitor title
1093     
1094     Was getting the product number, not the product name.
1095     
1096     Signed-off-by: Keith Packard <keithp@keithp.com>
1097
1098 commit 2e7b7b80432bb251ac39efa1fa05d32b5f250e14
1099 Author: Keith Packard <keithp@keithp.com>
1100 Date:   Mon Apr 25 21:17:07 2011 -0700
1101
1102     altosui: Separate out flash debug code to separate thread
1103     
1104     This avoids blocking the Swing thread while waiting for the serial
1105     device.
1106     
1107     Signed-off-by: Keith Packard <keithp@keithp.com>
1108
1109 commit 214cd69c0e4a1617ed5cde8fc2f46a4cee6ecced
1110 Author: Keith Packard <keithp@keithp.com>
1111 Date:   Sat Apr 23 22:50:58 2011 -0700
1112
1113     altos: add telebt-v0.0 Makefile
1114     
1115     Git doesn't like to add these.
1116     
1117     Signed-off-by: Keith Packard <keithp@keithp.com>
1118
1119 commit d41edb3384b6336f3482e61b0c9f9400a8b4f519
1120 Author: Keith Packard <keithp@keithp.com>
1121 Date:   Tue Apr 19 15:29:39 2011 -0700
1122
1123     altosui: Make flight data download work through TeleBT
1124     
1125     This required flushing input before reading data blocks and adjusting
1126     some delays.
1127     
1128     Signed-off-by: Keith Packard <keithp@keithp.com>
1129
1130 commit 44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6
1131 Merge: 2ebdb88 c269e26
1132 Author: Keith Packard <keithp@keithp.com>
1133 Date:   Tue Apr 19 14:06:39 2011 -0700
1134
1135     Merge branch 'telemini' into telebt
1136
1137 commit 2ebdb888f6792de70b3132950a988d49752d264e
1138 Author: Keith Packard <keithp@keithp.com>
1139 Date:   Tue Apr 19 14:01:19 2011 -0700
1140
1141     altosui: Eliminate ao_cmd_filter hook
1142     
1143     Disabling status messages means we don't need to filter them out of
1144     the input stream.
1145     
1146     Signed-off-by: Keith Packard <keithp@keithp.com>
1147
1148 commit 7f5c9986dfa2d130b6c8c14308638cce49391a6e
1149 Author: Keith Packard <keithp@keithp.com>
1150 Date:   Tue Apr 19 13:42:30 2011 -0700
1151
1152     altos: remove BT logging code
1153     
1154     This was used to debug the serial line startup.
1155     
1156     Signed-off-by: Keith Packard <keithp@keithp.com>
1157
1158 commit 0195ff442c1da5d363dfda3f88f41865d0c6b469
1159 Author: Keith Packard <keithp@keithp.com>
1160 Date:   Tue Apr 19 13:31:10 2011 -0700
1161
1162     altos: Remove bt debug command
1163     
1164     This will permit some additional cleanups.
1165     
1166     Signed-off-by: Keith Packard <keithp@keithp.com>
1167
1168 commit ce7cf0c5ddc5405f6f474f4e20752fc0b02f3ecb
1169 Author: Keith Packard <keithp@keithp.com>
1170 Date:   Tue Apr 19 13:27:40 2011 -0700
1171
1172     altos: Simplify BT communications
1173     
1174     Eliminate stdio I/O wrappers
1175     
1176     Signed-off-by: Keith Packard <keithp@keithp.com>
1177
1178 commit e3d501940718428135e04995dff7fef691c08a20
1179 Author: Keith Packard <keithp@keithp.com>
1180 Date:   Tue Apr 19 13:20:19 2011 -0700
1181
1182     altos: Solidify BT connections
1183     
1184     Use delays while sending commands to BT module.
1185     Don't use BT for stdio until the module is initialized.
1186     Add \r to name setting command
1187     Don't require 'connected' signal for command input.
1188     
1189     Signed-off-by: Keith Packard <keithp@keithp.com>
1190
1191 commit 6b5957d5f6f8181da7be98c9bce49a0ec0b4a713
1192 Author: Keith Packard <keithp@keithp.com>
1193 Date:   Tue Apr 19 10:41:28 2011 -0700
1194
1195     altosui: Wait two seconds after bluetooth connect XXX
1196     
1197     "something" isn't quite ready to communicate right after the device is
1198     connected, so we stick a delay in. There should be a better fix.
1199     
1200     Signed-off-by: Keith Packard <keithp@keithp.com>
1201
1202 commit 8de9d3cbfcd1db7b554fb761296a8de09aafc8c3
1203 Author: Keith Packard <keithp@keithp.com>
1204 Date:   Tue Apr 19 10:25:47 2011 -0700
1205
1206     altos: Add delays to bt startup sequence
1207     
1208     The BT device takes a few seconds after power-up before it is ready to
1209     receive commands.
1210     
1211     Signed-off-by: Keith Packard <keithp@keithp.com>
1212
1213 commit 17f38e045fcd8ca0224095c0b2b7b098df77a8d8
1214 Author: Keith Packard <keithp@keithp.com>
1215 Date:   Tue Apr 19 08:43:40 2011 -0700
1216
1217     altosui: Use persistent list of bluetooth devices for device dialogs
1218     
1219     Store a list of known bluetooth devices as preferences. Always include
1220     those in device dialogs with an option to go browse for more devices
1221     in both the device dialog and the Configure AltosUI dialog.
1222     
1223     Signed-off-by: Keith Packard <keithp@keithp.com>
1224
1225 commit f249e5926f5fd9f86c41e7f0a414193533d4d8b0
1226 Author: Keith Packard <keithp@keithp.com>
1227 Date:   Mon Apr 18 18:16:38 2011 -0500
1228
1229     altosui: Make bluetooth dialog modal
1230     
1231     This allows it to be displayed correctly while the device dialog box
1232     (also modal) is up.
1233     
1234     Signed-off-by: Keith Packard <keithp@keithp.com>
1235
1236 commit 84163eee7847a09fe78f8762b28f857d76bf5755
1237 Author: Keith Packard <keithp@keithp.com>
1238 Date:   Thu Apr 14 10:22:30 2011 -0700
1239
1240     altosui: Make AltosBTDevice implement AltosDevice interface
1241     
1242     This will allow the use of either USB or BT devices through the
1243     AltosDevice interface.
1244     
1245     Signed-off-by: Keith Packard <keithp@keithp.com>
1246
1247 commit 9cdef76c1275b343099d0d01af82d7eadd36a410
1248 Author: Keith Packard <keithp@keithp.com>
1249 Date:   Thu Apr 14 10:12:29 2011 -0700
1250
1251     altosui: Create abstract AltosDevice class
1252     
1253     This will wrap either USB or BT devices. The USB device constants have
1254     been moved to Altos.java
1255     
1256     Signed-off-by: Keith Packard <keithp@keithp.com>
1257
1258 commit 5b3f18b38d80aa041b971204bf7a94278bd9584a
1259 Author: Keith Packard <keithp@keithp.com>
1260 Date:   Fri Apr 8 19:46:15 2011 -0700
1261
1262     altosui: Add primitive bluetooth device manager UI.
1263     
1264     This isn't useful, but does inquire for available bluetooth devices
1265     and show them in a list.
1266     
1267     Signed-off-by: Keith Packard <keithp@keithp.com>
1268
1269 commit c269e263a6accd815ed5d08c0f5a6c3d5b9d3853
1270 Author: Keith Packard <keithp@keithp.com>
1271 Date:   Thu Apr 14 09:38:48 2011 -0700
1272
1273     altos: Write a few pre-launch samples for Tm/Tn devices
1274     
1275     Record pre-launch samples in a small ring and flush that to flash when
1276     launch is detected. This provides a complete record of the flight,
1277     rather than simply starting after launch detect.
1278     
1279     Signed-off-by: Keith Packard <keithp@keithp.com>
1280
1281 commit a0fb471ce10642fc4a4bd40e4a81f8d6fe7a7c21
1282 Author: Keith Packard <keithp@keithp.com>
1283 Date:   Wed Apr 13 20:27:38 2011 -0700
1284
1285     altosui: oops - lost state changes when downloading eeprom data.
1286     
1287     This would cause the reader to just keep reading past the end of the
1288     flight.
1289     
1290     Signed-off-by: Keith Packard <keithp@keithp.com>
1291
1292 commit 7f49d694e776819e03b2c708e1c4ee23ba311430
1293 Author: Keith Packard <keithp@keithp.com>
1294 Date:   Sat Apr 9 22:53:12 2011 -0700
1295
1296     altos/altosui: Log averaged baro sensor data in Tm/Tn
1297     
1298     Instead of logging the best height guess from the kalman filter, log
1299     barometer data. The logged data consists of the average value betwen
1300     log points to reduce noise.
1301     
1302     Signed-off-by: Keith Packard <keithp@keithp.com>
1303
1304 commit 8dd455204cf8712fa8c142b0c0517cec1bf5fd0f
1305 Author: Keith Packard <keithp@keithp.com>
1306 Date:   Fri Apr 8 10:13:55 2011 -0700
1307
1308     altosui: Add low-level Bluetooth APIs
1309     
1310     Adds the JNI functions to query and connect to arbitrary
1311     bluetooth devices.
1312     
1313     Adds Java wrappers to construct a list of proximate bluetooth devices.
1314     
1315     Signed-off-by: Keith Packard <keithp@keithp.com>
1316
1317 commit bf1c7df5301a1727e871a8447f835fe75bdce3fc
1318 Author: Keith Packard <keithp@keithp.com>
1319 Date:   Fri Apr 8 10:12:50 2011 -0700
1320
1321     altosui: Add TeleBT USB device support
1322     
1323     TeleBT can work just like a TeleDongle over USB.
1324     
1325     Signed-off-by: Keith Packard <keithp@keithp.com>
1326
1327 commit 1a54a58d72147888f783a3caf364479efff4ed9b
1328 Author: Keith Packard <keithp@keithp.com>
1329 Date:   Thu Apr 7 22:00:38 2011 -0700
1330
1331     altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
1332     
1333     PIo(6) appears to be an active-low indication of the Bluetooth
1334     connection status. Hook this up using an interrupt to track the
1335     link state instead of using in-band status messages.
1336     
1337     Signed-off-by: Keith Packard <keithp@keithp.com>
1338
1339 commit f28efe271f9670473249574f6bcf6e160fe58c7b
1340 Merge: 8db5c52 835ab3a
1341 Author: Keith Packard <keithp@keithp.com>
1342 Date:   Fri Apr 1 19:35:22 2011 -0700
1343
1344     Merge branch 'telemini' into telebt
1345
1346 commit 835ab3a8c2741a09b27de58c37439a193c9919ce
1347 Author: Keith Packard <keithp@keithp.com>
1348 Date:   Fri Apr 1 19:35:00 2011 -0700
1349
1350     altosui: Add missing AltosTelemetryMap.java file
1351     
1352     Signed-off-by: Keith Packard <keithp@keithp.com>
1353
1354 commit 8db5c52f1c76a05020e4e0afbe4ea27485ad9f82
1355 Author: Keith Packard <keithp@keithp.com>
1356 Date:   Fri Apr 1 17:26:08 2011 -0700
1357
1358     altos: Clean up BT serial communcations
1359     
1360     Disable echo on both ends in command mode to eliminate looping error
1361     values.
1362     
1363     Switch to 57600 baud to improve performance.
1364     
1365     Signed-off-by: Keith Packard <keithp@keithp.com>
1366
1367 commit a5d60fdb9c969c1516feb76a16001c9688112c4c
1368 Author: Keith Packard <keithp@keithp.com>
1369 Date:   Fri Apr 1 17:25:07 2011 -0700
1370
1371     altos: Make cmd echo per-connection instead of global
1372     
1373     Allow different connections to use different echo values, permitting
1374     the packet link to turn off echo while the USB link still has it on.
1375     
1376     Signed-off-by: Keith Packard <keithp@keithp.com>
1377
1378 commit 4e2c18249e16c98cf5f7dccdf8d3b84bc473863a
1379 Author: Keith Packard <keithp@keithp.com>
1380 Date:   Fri Apr 1 16:48:12 2011 -0700
1381
1382     altos: Clean up serial initialization
1383     
1384     Flush serial input buffers when switching speeds.
1385     Ensure pin configuration is correct.
1386     
1387     Signed-off-by: Keith Packard <keithp@keithp.com>
1388
1389 commit 92386f2e8419c4df125692cc998eb72ec49bf991
1390 Author: Keith Packard <keithp@keithp.com>
1391 Date:   Fri Apr 1 14:12:56 2011 -0700
1392
1393     altos: Clean up usage of serial port for stdio
1394     
1395     Code wanting to use this must invoke ao_add_stdio; that way
1396     the link can be configured before command processing starts.
1397     
1398     Signed-off-by: Keith Packard <keithp@keithp.com>
1399
1400 commit 9f8a96a8516e13878b329dbf1da855ed9a3219c4
1401 Author: Keith Packard <keithp@keithp.com>
1402 Date:   Fri Apr 1 14:11:44 2011 -0700
1403
1404     altos: Make ao_serial_drain public
1405     
1406     Allow external code to discard serial input
1407     
1408     Signed-off-by: Keith Packard <keithp@keithp.com>
1409
1410 commit 4f243a282f9aeb7433ccb2942850d380a091e603
1411 Author: Keith Packard <keithp@keithp.com>
1412 Date:   Fri Apr 1 14:10:37 2011 -0700
1413
1414     altos: Remove serial monitor command
1415     
1416     This takes up space and isn't that useful these days
1417     
1418     Signed-off-by: Keith Packard <keithp@keithp.com>
1419
1420 commit 39bde78edc863d9d2ef50a59b8f28ab6274892b4
1421 Author: Keith Packard <keithp@keithp.com>
1422 Date:   Fri Apr 1 14:08:37 2011 -0700
1423
1424     altos: Allow any stdio to be used with packet forwarding
1425     
1426     There's no reason to restrict packet forwarding to work only from
1427     USB.
1428     
1429     Signed-off-by: Keith Packard <keithp@keithp.com>
1430
1431 commit 01952da35a57ae4da062facb26b3c6d7de29190f
1432 Author: Keith Packard <keithp@keithp.com>
1433 Date:   Fri Apr 1 14:07:23 2011 -0700
1434
1435     altos: Provide for a pre-filter on commands
1436     
1437     This allows for external code to see each command line before it is
1438     processed and potentially skip it.
1439     
1440     Signed-off-by: Keith Packard <keithp@keithp.com>
1441
1442 commit 359ba0d9fc2c5947e6adc98bebcd061069c61e79
1443 Author: Keith Packard <keithp@keithp.com>
1444 Date:   Fri Apr 1 14:04:58 2011 -0700
1445
1446     altos: expose set of available stdio values
1447     
1448     This lets external code manipulate which connection to communicate
1449     over.
1450     
1451     Signed-off-by: Keith Packard <keithp@keithp.com>
1452
1453 commit ce18eaa28b1385c962c09459cbc5f20e234d9ad5
1454 Author: Keith Packard <keithp@keithp.com>
1455 Date:   Fri Apr 1 14:03:25 2011 -0700
1456
1457     altos: Add P2SEL_*_MASK defines to cc1111.h
1458     
1459     These are used to avoid having the code "know" which selections are 1
1460     and which are 0 bits.
1461     
1462     Signed-off-by: Keith Packard <keithp@keithp.com>
1463
1464 commit 8e74cf6d1c70a7a17d01c20f6831571245392498
1465 Author: Keith Packard <keithp@keithp.com>
1466 Date:   Thu Mar 31 20:58:14 2011 -0700
1467
1468     altos: Add initial TeleBT code
1469     
1470     Prototyping with a TeleMetrum v0.1 board and a serial link to a
1471     bluetooth module.
1472     
1473     Signed-off-by: Keith Packard <keithp@keithp.com>
1474
1475 commit c0971abc02b05d136aea257f3f40ba3b22b1d441
1476 Author: Keith Packard <keithp@keithp.com>
1477 Date:   Thu Mar 31 20:55:18 2011 -0700
1478
1479     altos: Make ao_flight_test show true height but report saturated height
1480     
1481     To simulate a saturated baro sensor, clip baro data at a specified
1482     altitude. Continue to report the 'true' altitude in the output so that
1483     the resulting graphs are useful.
1484     
1485     Signed-off-by: Keith Packard <keithp@keithp.com>
1486
1487 commit 8a14142e7b37031a51409f121b913fe793bf3603
1488 Author: Keith Packard <keithp@keithp.com>
1489 Date:   Thu Mar 31 20:53:12 2011 -0700
1490
1491     altos: Baro useful ceiling is MSL, not AGL
1492     
1493     Use MSL instead of AGL for detecting over-range baro sensor values.
1494     Always trust baro sensor during descent; it'll get there eventually.
1495     
1496     Signed-off-by: Keith Packard <keithp@keithp.com>
1497
1498 commit a9dae18a664f70b668159487015e61be7f776926
1499 Author: Keith Packard <keithp@keithp.com>
1500 Date:   Thu Mar 31 20:51:15 2011 -0700
1501
1502     altos: Reflect ao_flight split in ao_flight_test dependencies
1503     
1504     Need to rebuild ao_flight_test when any of the flight sources change
1505     
1506     Signed-off-by: Keith Packard <keithp@keithp.com>
1507
1508 commit f558cfa1df77c36a459168c1953d0945ee5a7f9f
1509 Author: Keith Packard <keithp@keithp.com>
1510 Date:   Wed Mar 30 11:48:03 2011 -0700
1511
1512     altosui: Only plot acceleration when present in data file
1513     
1514     Eliminates a bogus axis and data line for devices which do not have an
1515     accelerometer.
1516     
1517     Signed-off-by: Keith Packard <keithp@keithp.com>
1518
1519 commit a9df9fc257eb2d7038d66ac7c2539aae4474bf12
1520 Author: Keith Packard <keithp@keithp.com>
1521 Date:   Wed Mar 30 11:47:07 2011 -0700
1522
1523     altosui: Parse and export Max flight log value
1524     
1525     New configuration field might as well get dumped to the .csv files.
1526     
1527     Signed-off-by: Keith Packard <keithp@keithp.com>
1528
1529 commit 87bff181a95f6bf92c2cec350d331ba6af779e80
1530 Author: Keith Packard <keithp@keithp.com>
1531 Date:   Tue Mar 29 18:11:47 2011 -0700
1532
1533     altos: Enable logging during nano flights
1534     
1535     Not having logging wasn't very useful.
1536     
1537     Signed-off-by: Keith Packard <keithp@keithp.com>
1538
1539 commit 011e37f27b3926a42c8c1a74e0f179bb48829ec7
1540 Author: Keith Packard <keithp@keithp.com>
1541 Date:   Tue Mar 29 18:10:46 2011 -0700
1542
1543     altos: Run RDF beacon after apogee instead of waiting for landing
1544     
1545     This provides tracking when GPS fails, or on TeleMini.
1546     
1547     Signed-off-by: Keith Packard <keithp@keithp.com>
1548
1549 commit 08e6bbef2c3529dfd468ef221c526fc9f3ed5b81
1550 Author: Keith Packard <keithp@keithp.com>
1551 Date:   Tue Mar 29 10:08:46 2011 -0700
1552
1553     altos: ao_sample_preflight was exiting preflight mode immediately
1554     
1555     Need to stay in pre-flight mode until we've gotten enough sensor data
1556     to calibrate things appropriately. The conversion from a unified
1557     ao_flight.c file was just broken here.
1558     
1559     Signed-off-by: Keith Packard <keithp@keithp.com>
1560
1561 commit 56d045040c49728a854741e99545766f3723da5e
1562 Author: Keith Packard <keithp@keithp.com>
1563 Date:   Tue Mar 29 09:39:27 2011 -0700
1564
1565     altosui: Don't display 0000-00-00 for missing flight log dates
1566     
1567     With Tm/Tn not having GPS to get the current date, it's no longer
1568     unusual to have no date for a flight log, so don't show the 0000-00-00
1569     piece in that case.
1570     
1571     Signed-off-by: Keith Packard <keithp@keithp.com>
1572
1573 commit 8ade7d99f02df825e70d0a964b4648156101ef78
1574 Author: Keith Packard <keithp@keithp.com>
1575 Date:   Tue Mar 29 09:38:23 2011 -0700
1576
1577     altosui: Display exception messages from swing thread
1578     
1579     Flight log management exceptions were getting displayed from the log
1580     serial I/O thread instead of the swing thread. That's a bad plan.
1581     
1582     Signed-off-by: Keith Packard <keithp@keithp.com>
1583
1584 commit 2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb
1585 Author: Keith Packard <keithp@keithp.com>
1586 Date:   Tue Mar 29 09:37:11 2011 -0700
1587
1588     altosui: Make deployment testing handle Connecting... dialog
1589     
1590     Supporting the Connecting... dialog requires moving all serial
1591     communication to a separate thread. This was done by creating a worker
1592     thread and command queue to communicate between the UI and the serial line.
1593     
1594     Signed-off-by: Keith Packard <keithp@keithp.com>
1595
1596 commit 573edcd7dfe10ac3251396eae88eece55d82bcb6
1597 Author: Keith Packard <keithp@keithp.com>
1598 Date:   Mon Mar 28 23:38:02 2011 -0700
1599
1600     altosui: Make flight log downloading handle 'Connecting...' dialog
1601     
1602     This required moving all of the serial communication to a separate
1603     thread and making the bulk of the download operation run after that
1604     has finished.
1605     
1606     Signed-off-by: Keith Packard <keithp@keithp.com>
1607
1608 commit c71a145daefb86d2c1297abec68e54bd951e3adf
1609 Author: Keith Packard <keithp@keithp.com>
1610 Date:   Mon Mar 28 23:35:05 2011 -0700
1611
1612     altosui: Clean up packet link connecting dialog
1613     
1614     Make sure the dialog is destroyed after use (otherwise, it hangs
1615     around on the screen sometimes).
1616     
1617     Switch timeout before showing dialog to 500ms -- that brings the
1618     dialog up less often when unnecessary.
1619     
1620     Use 'timeout_started' boolean to indicate whether the I/O thread has
1621     queued the dialog for display and whether it needs to queue a call to
1622     close it down.
1623     
1624     Signed-off-by: Keith Packard <keithp@keithp.com>
1625
1626 commit c6e7e812d67f91c63ba4982f7a899a72584027de
1627 Author: Keith Packard <keithp@keithp.com>
1628 Date:   Mon Mar 28 18:18:50 2011 -0700
1629
1630     altos: Create custom nano flight code
1631     
1632     No igniters, just 'pad/drogue/landed' modes (where 'drogue' ==
1633     'flying'). A constant 1Hz telemetry and RDF rate.
1634     
1635     Signed-off-by: Keith Packard <keithp@keithp.com>
1636
1637 commit c754759a2d503633d527da4ebb20eb859cd506fd
1638 Author: Keith Packard <keithp@keithp.com>
1639 Date:   Mon Mar 28 17:54:44 2011 -0700
1640
1641     altos: Split up flight code into separate flight/sample/kalman bits
1642     
1643     The flight code mashed together data processing, filtering and actual
1644     flight managament into one giant pile. Split things up so that we
1645     have:
1646     
1647      ao_sample.c: Sensor data processing. Reads the ring, handles calibration
1648      ao_kalman.c: Filter the data to track the accel/speed/height values
1649      ao_flight.c: Flight state management, specific to rocketry.
1650     
1651     The plan is to re-use ao_sample.c and ao_kalman.c for hardware not
1652     specifically designed for rocketry, like TeleNano.
1653     
1654     Signed-off-by: Keith Packard <keithp@keithp.com>
1655
1656 commit 006de838bbb096b9443863a46b8a125b1e6b5600
1657 Author: Keith Packard <keithp@keithp.com>
1658 Date:   Sun Mar 27 00:48:07 2011 -0700
1659
1660     altosui: Handle serial calls from swing thread
1661     
1662     Calls from the swing thread cannot be canceled as there's no way to
1663     put up the cancel dialog. In this case, simply use the 5 second
1664     timeout and fail if no communication occurs within that amount of time.
1665     
1666     Signed-off-by: Keith Packard <keithp@keithp.com>
1667
1668 commit f23d0f3cbf1fb0c8eab497e266625f6410b69ba3
1669 Author: Keith Packard <keithp@keithp.com>
1670 Date:   Sun Mar 27 00:46:19 2011 -0700
1671
1672     altosui: Tell serial device which frame to use for timeout dialogs
1673     
1674     For the timeout dialog to appear, a frame must be configured for it to
1675     appear near. This patch sends the frame from the eeprom download
1676     functions to the serial code. That path doesn't yet work as the eeprom
1677     download is still trying to talk to the serial device from the swing
1678     event thread, which prevents the cancel dialog from working.
1679     
1680     Signed-off-by: Keith Packard <keithp@keithp.com>
1681
1682 commit 067b21993e9a97fceadb355e571e5610535336a8
1683 Author: Keith Packard <keithp@keithp.com>
1684 Date:   Sun Mar 27 00:13:38 2011 -0700
1685
1686     altosui: Allow radio channel to be configured over the radio link
1687     
1688     TeleMini/TeleNano can't be configured via USB, so we need to allow
1689     the radio channel to be set over the radio link.
1690     
1691     This change carefully sets the new radio channel, disables the remote
1692     link and then sets the teledongle channel to the new value and brings
1693     the link back up.
1694     
1695     Signed-off-by: Keith Packard <keithp@keithp.com>
1696
1697 commit 91a75279b6d306ba9d068a28c64917d5312122e8
1698 Author: Keith Packard <keithp@keithp.com>
1699 Date:   Sun Mar 27 00:12:01 2011 -0700
1700
1701     altosui: Off-by-one error in telemetry format configuration UI
1702     
1703     The telemetry format menu uses 0 for full and 1 for tiny, but the
1704     telemetry configuration uses 1 for full and 2 for tiny. One direction
1705     (config to UI) was right, the other (UI to config) was wrong.
1706     
1707     Signed-off-by: Keith Packard <keithp@keithp.com>
1708
1709 commit 7ce8c9081e703d1405c2595ab9bda0cfa218c6c4
1710 Author: Keith Packard <keithp@keithp.com>
1711 Date:   Sat Mar 26 23:38:54 2011 -0700
1712
1713     altos: full logging must flush pending data before checking state
1714     
1715     Flight state must be checked only after any pending data have been
1716     written to the log as the 'current' flight state is only valid when
1717     the pending data values have been processed. This ensures that the
1718     'boost' state is not marked until the full ring of data is
1719     written. This ensures that the data processing code can find the
1720     barometer values from before boost to get an idea of the ground
1721     pressure value.
1722     
1723     Signed-off-by: Keith Packard <keithp@keithp.com>
1724
1725 commit 3945d8f986d8f4bd3186a2cbaed5186e49d59839
1726 Author: Keith Packard <keithp@keithp.com>
1727 Date:   Sat Mar 26 23:15:36 2011 -0700
1728
1729     altos: Variable log rate in full logging code too
1730     
1731     With the fixed ADC rate used to get better data during flight, the
1732     logging code now needs to vary the data storage rate so that descent
1733     data is recorded at 10 samples/second while ascent data is recorded at
1734     1 sample per second. Having the logging code do this itself eliminates
1735     any interaction with the flight code.
1736     
1737     Signed-off-by: Keith Packard <keithp@keithp.com>
1738
1739 commit 97517ee585462c2d355f23f999fb8d9ebd908ec1
1740 Author: Keith Packard <keithp@keithp.com>
1741 Date:   Sat Mar 26 00:01:22 2011 -0700
1742
1743     altosui: Allow TM config connection to be canceled.
1744     
1745     This leaves the config UI connection attempt running and pops up a
1746     dialog box when it takes 'too long' in the remote case so that users
1747     with Tm or Tn devices can bring up the UI, and then boot the Tm/Tn
1748     without needing to time things carefully.
1749     
1750     Signed-off-by: Keith Packard <keithp@keithp.com>
1751
1752 commit 2c121f1ef495e8af3eb39210baa40e212b691894
1753 Author: Keith Packard <keithp@keithp.com>
1754 Date:   Fri Mar 25 22:04:09 2011 -0700
1755
1756     altosui: swing hide/show methods are deprecated
1757     
1758     I don't know why, but they are, so just replace them with
1759     setVisible calls.
1760     
1761     Signed-off-by: Keith Packard <keithp@keithp.com>
1762
1763 commit b155647472ddfacb07c5ffa832e4d1f4a13ad342
1764 Author: Keith Packard <keithp@keithp.com>
1765 Date:   Fri Mar 25 22:01:18 2011 -0700
1766
1767     altosui: Remove extra AltosEepromBlock layer
1768     
1769     This was interposed between the download layer and the eeprom layer to
1770     hold a eeprom block full of flight log records. The addition of the tiny
1771     log format required reworking the code to hold chunks full of eeprom
1772     data without regard to their content, so this content-specific layer
1773     didn't seem useful anymore.
1774     
1775     Signed-off-by: Keith Packard <keithp@keithp.com>
1776
1777 commit 011615d40b3cb1d1c0ab9fa41e139e263a6a51e7
1778 Author: Keith Packard <keithp@keithp.com>
1779 Date:   Fri Mar 25 21:34:31 2011 -0700
1780
1781     altosui: Add support for downloading TeleMini/TeleNano flight logs
1782     
1783     Splits the eeprom downloading code into eeprom block downloading and
1784     separate eeprom data parsing so that the new data logging format can
1785     share the data downloading code.
1786     
1787     Signed-off-by: Keith Packard <keithp@keithp.com>
1788
1789 commit dea80af81b388cc3d7073444919f4e98b12fa730
1790 Author: Keith Packard <keithp@keithp.com>
1791 Date:   Fri Mar 25 21:29:50 2011 -0700
1792
1793     altosui: Remove a bunch of debug printfs from the eeprom manager code
1794     
1795     Just noise on stdout.
1796     
1797     Signed-off-by: Keith Packard <keithp@keithp.com>
1798
1799 commit 7f5b5848ad6ef5c808638a29c3dc0101b56ed11e
1800 Author: Keith Packard <keithp@keithp.com>
1801 Date:   Thu Mar 24 08:08:43 2011 +0900
1802
1803     altosui: Add telemetry format menu and preferences
1804     
1805     Switches the TeleDongle between full and tiny telemetry packet
1806     formats, saving the last used format for each teledongle in the
1807     application preferences.
1808     
1809     Signed-off-by: Keith Packard <keithp@keithp.com>
1810
1811 commit f3e68341f6f5daaf26dd162e4f9a06c29988986a
1812 Author: Keith Packard <keithp@keithp.com>
1813 Date:   Thu Mar 24 05:27:57 2011 +0900
1814
1815     altosui: Add support for telemetry version 4
1816     
1817     New telemetry format needed to support TeleNano and TeleMini
1818     
1819     Signed-off-by: Keith Packard <keithp@keithp.com>
1820
1821 commit 1e976a105423f2da1842f70da531c9051ba88a7f
1822 Author: Keith Packard <keithp@keithp.com>
1823 Date:   Wed Mar 23 10:42:31 2011 +0900
1824
1825     Add description to test flights
1826
1827 commit 93040ef4d0bd90ec5ae052f22243cd56adfb300a
1828 Author: Keith Packard <keithp@keithp.com>
1829 Date:   Wed Mar 23 10:40:05 2011 +0900
1830
1831     Add ao_kalman.h to .gitignore
1832
1833 commit 43a94380032300a2e33e1faa1efe93e858e0a2cf
1834 Author: Keith Packard <keithp@keithp.com>
1835 Date:   Wed Mar 23 10:37:39 2011 +0900
1836
1837     altos: Exit flight test at landing. Allow description in test flight list
1838     
1839     Signed-off-by: Keith Packard <keithp@keithp.com>
1840
1841 commit 32364c9e0d346e0e5d517e18d4e90b8ff2fa944f
1842 Author: Keith Packard <keithp@keithp.com>
1843 Date:   Wed Mar 23 10:33:38 2011 +0900
1844
1845     altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
1846     
1847     With the fixed kalman filter, transitions across mach don't cause
1848     bumps in the merged filter.
1849     
1850     And, with working kalman bits, the signal for broken baro detection is
1851     stronger and so we can allow for baro apogee detection in cases where
1852     noise occurs close to apogee.
1853     
1854     Bump the kalman filter to trust the baro less so that the model tracks
1855     across mach.
1856     
1857     Signed-off-by: Keith Packard <keithp@keithp.com>
1858
1859 commit 3d2042ccc2d29e4cb8ea39c5c69d07cb7e3daeea
1860 Author: Keith Packard <keithp@keithp.com>
1861 Date:   Tue Mar 22 16:55:08 2011 +0900
1862
1863     altos: Restore sensible kalman values
1864     
1865     Now that the kalman code seems to work correctly, restore the sensor
1866     errors and model errors to match reality
1867     
1868     Signed-off-by: Keith Packard <keithp@keithp.com>
1869
1870 commit 7d7b476564a16eda81ab3406f70a21995e1b464e
1871 Author: Keith Packard <keithp@keithp.com>
1872 Date:   Tue Mar 22 21:51:52 2011 +0900
1873
1874     altos: Fix up flight code testing
1875     
1876     This automates flight code testing by reporting mis-detected apogee or
1877     main events.
1878     
1879     Signed-off-by: Keith Packard <keithp@keithp.com>
1880
1881 commit a80d3836cfce3d4cfa7a71068539415c2dc421cd
1882 Author: Keith Packard <keithp@keithp.com>
1883 Date:   Tue Mar 22 21:50:29 2011 +0900
1884
1885     altos: Missing parens and some bad arithmetic in the kalman code
1886     
1887     Fixed point computations are a pain.
1888     
1889     Signed-off-by: Keith Packard <keithp@keithp.com>
1890
1891 commit f30de5766c1eefb18c7d024a2cf10ce02de41071
1892 Author: Keith Packard <keithp@keithp.com>
1893 Date:   Tue Mar 22 21:29:05 2011 +0900
1894
1895     altos: Add ao_flight_debug code
1896     
1897     Trace the kalman filter to make sure it's working.
1898     
1899     Signed-off-by: Keith Packard <keithp@keithp.com>
1900
1901 commit f3053b1f3c85d4fd84b3c6cc87858f433166df34
1902 Author: Keith Packard <keithp@keithp.com>
1903 Date:   Tue Mar 22 17:04:07 2011 +0900
1904
1905     altos: Clean up some debug stuff in ao_flight.c
1906     
1907     Remove some spurious printf debugging.
1908     Remove an attempt at discovering broken accelerometer code.
1909     
1910     Signed-off-by: Keith Packard <keithp@keithp.com>
1911
1912 commit 6864e06d88a5b908cffa7c4cd2be8969ff46ce4d
1913 Author: Keith Packard <keithp@keithp.com>
1914 Date:   Tue Mar 22 16:51:04 2011 +0900
1915
1916     altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
1917     
1918     Because speed and acceleration are scaled by 16, it's fairly common
1919     for the kalman terms to end up larger than 1. Instead of trying to
1920     fuss with 16-bit values and shifts, just use 32-bit values.
1921     
1922     Signed-off-by: Keith Packard <keithp@keithp.com>
1923
1924 commit c14d6c5ace1d67bd948273ceb7eb6807b29c3806
1925 Author: Keith Packard <keithp@keithp.com>
1926 Date:   Tue Mar 22 08:51:23 2011 +0900
1927
1928     altos: Compute a 'trust' value for the barometer
1929     
1930     Instead of making the baro use/don't-use decision binary, use a 'trust
1931     value' which slowly migrates from baro+accel to accel-only mode. This
1932     eliminates bumps in the data from a rapid shift.
1933     
1934     Signed-off-by: Keith Packard <keithp@keithp.com>
1935
1936 commit 7b009b2efe3af8722c358c304c2243652594e0d5
1937 Author: Keith Packard <keithp@keithp.com>
1938 Date:   Tue Mar 22 05:42:51 2011 +0900
1939
1940     altos: Switch telemetrum over to kalman filter
1941     
1942     This changes the full telemetry stream to include kalman data instead
1943     of the old ad-hoc flight data. It's compatible in that the packet
1944     sizes are the same so teledongle can receive either and figure out
1945     which it has received.
1946     
1947     A few plotting and testing tools are added to make validating the new
1948     code easier.
1949     
1950     Signed-off-by: Keith Packard <keithp@keithp.com>
1951
1952 commit 20427ae4965f756aac0cedc5179a1c45b9a781f2
1953 Author: Keith Packard <keithp@keithp.com>
1954 Date:   Mon Mar 21 19:59:27 2011 +0900
1955
1956     altos: Add nickle kalman implementation.
1957     
1958     This generates the constants needed to implement Kalman filtering in
1959     the flight firmware.
1960     
1961     Signed-off-by: Keith Packard <keithp@keithp.com>
1962
1963 commit ca3f03ef5c09446bebf0f5734f36a0248c457b1d
1964 Author: Keith Packard <keithp@keithp.com>
1965 Date:   Sat Mar 19 23:55:39 2011 -0700
1966
1967     altos: Add .sdcdbrc file for teledongle
1968     
1969     My sdcdb script uses this to set command line options automatically
1970     
1971     Signed-off-by: Keith Packard <keithp@keithp.com>
1972
1973 commit be838db49d999426a9dd02c0166fe161722f1e61
1974 Author: Keith Packard <keithp@keithp.com>
1975 Date:   Sat Mar 19 23:53:08 2011 -0700
1976
1977     altos: New telemetry report format (version 4). Supports tiny telemetry.
1978     
1979     This completely replaces the version 3 format with a much simpler and
1980     easier to parse scheme. It's described in detail in ao_telem.h, but
1981     the basic idea is that the whole line is split into name/value pairs,
1982     separated by whitespace. Every name is unique, and the values are
1983     either strings or integers. No extraneous formatting or units are
1984     provided.
1985     
1986     Signed-off-by: Keith Packard <keithp@keithp.com>
1987
1988 commit ad6bb342d237988404fa32540b38c61d6ddc1f0d
1989 Author: Keith Packard <keithp@keithp.com>
1990 Date:   Sat Mar 19 23:51:02 2011 -0700
1991
1992     altos: The kalman code requires a constant sample rate
1993     
1994     The kalman function can't handle a variable sample rate, so keep the
1995     ADC running at full speed for the whole flight instead of slowing it
1996     down after apogee.
1997     
1998     Signed-off-by: Keith Packard <keithp@keithp.com>
1999
2000 commit 31feb7777f73fed61193d3404f457ea1a081fe9c
2001 Author: Keith Packard <keithp@keithp.com>
2002 Date:   Sat Mar 19 23:49:41 2011 -0700
2003
2004     altos: Split telenano main from telemini
2005     
2006     Eventually, telenano will run different code; prepare for this by
2007     creating a telenano-specific main routine.
2008     
2009     Signed-off-by: Keith Packard <keithp@keithp.com>
2010
2011 commit 8950df02382f5f0aea5bac078fdf7134b98c43ed
2012 Author: Keith Packard <keithp@keithp.com>
2013 Date:   Sat Mar 19 23:46:18 2011 -0700
2014
2015     altos: Split out tiny telemetry from full telemetry
2016     
2017     The TeleMini and TeleNano boards do not have either GPS or
2018     accelermeters, and they also run the kalman filter which produces
2019     standard unit measurements for the flight height/speed/accel
2020     values. This makes the telemetry significantly
2021     different. ao_telemetry_tiny.c sends the required data.
2022     
2023     Note that TeleNano sends the same telemetry as telemini at this point;
2024     there are a couple of values which are not useful, but the overhead of
2025     sending them is small enough that the hassle of having three telemetry
2026     formats seemed excessive.
2027     
2028     Signed-off-by: Keith Packard <keithp@keithp.com>
2029
2030 commit 5ba75e95c98d3e441a58d6f75d328d579e1997fe
2031 Author: Keith Packard <keithp@keithp.com>
2032 Date:   Sat Mar 19 23:41:44 2011 -0700
2033
2034     altos: Make telemetry interval more consistent
2035     
2036     Instead of using a delay between telemetry packets, use a telemetry
2037     period and compute an appropriate delay each time. This requires
2038     changing the ascent telemetry from a 50ms delay to a 100ms interval,
2039     to provide a regular 10 packets-per-second rate. Before, we counted on
2040     the telemetry packet taking about 50ms to send so that we would
2041     receive about 10 per second.
2042     
2043     This also eliminates delays during descent for RDF tones -- those will
2044     get transmitted in the interval between telemetry packets without
2045     interrupting the spacing of those packets.
2046     
2047     Signed-off-by: Keith Packard <keithp@keithp.com>
2048
2049 commit 3f0bc801fd08a613c681504f0d1f9374486a2487
2050 Author: Keith Packard <keithp@keithp.com>
2051 Date:   Sat Mar 19 23:31:20 2011 -0700
2052
2053     altos: Configure packet size from send/recv parameters.
2054     
2055     Instead of setting the packet size at configuration time, use the
2056     provided packet size to the send/recv functions to configure the
2057     radio. This eliminates many configuration calls, leaving us with 'RDF'
2058     mode and 'packet' mode, the latter working for telemetry and the
2059     bi-directional link.
2060     
2061     Signed-off-by: Keith Packard <keithp@keithp.com>
2062
2063 commit 5c28b9312d90a3a66016abc641c20bcd852d69f8
2064 Author: Keith Packard <keithp@keithp.com>
2065 Date:   Sat Mar 19 23:27:15 2011 -0700
2066
2067     altos: Don't init packet slave on TD. Make slave start optional
2068     
2069     Oops. TeleDongle was starting the packet slave code, which kinda
2070     wrecked its ability to receive telemetry packets. This patch simply
2071     removes the packet slave code from teledongle as it cannot be used
2072     (yet), it also makes the packet slave code initialization take a
2073     parameter which controls whether to start that by default; in the
2074     future, perhaps TeleDongle will gain a command to start packet slave mode.
2075     
2076     Signed-off-by: Keith Packard <keithp@keithp.com>
2077
2078 commit e980b251e5a4d25410710a9aa89ef940e06b0d93
2079 Author: Keith Packard <keithp@keithp.com>
2080 Date:   Sat Mar 19 18:43:52 2011 -0700
2081
2082     altosui: Add software version to Configure AltosUI dialog
2083     
2084     Show this somewhere so we can figure out what is installed.
2085     
2086     Signed-off-by: Keith Packard <keithp@keithp.com>
2087
2088 commit 1aeb759c48f475ffaaae787515e080440c8386c3
2089 Author: Keith Packard <keithp@keithp.com>
2090 Date:   Sat Mar 19 12:28:08 2011 -0700
2091
2092     altos: Baro-only boards must not detect launch on accel or speed data
2093     
2094     The baro sensor generates too much noise to use small changes in
2095     computed speed or acceleration to cause a false launch detect.
2096     
2097     Signed-off-by: Keith Packard <keithp@keithp.com>
2098
2099 commit 7a4f6d5ad55637cde97a1e2f247f92df59bc2e14
2100 Author: Keith Packard <keithp@keithp.com>
2101 Date:   Fri Mar 18 21:01:15 2011 -0700
2102
2103     altos: Write height values to log for nano/mini
2104     
2105     This is a lot more useful than the old filtered pressure data.
2106     
2107     Signed-off-by: Keith Packard <keithp@keithp.com>
2108
2109 commit c985bb6a19c710409629f3c095332ba7afcf5248
2110 Author: Keith Packard <keithp@keithp.com>
2111 Date:   Fri Mar 18 20:36:59 2011 -0700
2112
2113     altos/test: Add scripts to run lots of flights through the code
2114     
2115     This runs a long list of flights (there's a user-specific path
2116     pointing at the flights) and squawks if the baro and dual flight
2117     computers don't match.
2118     
2119     Signed-off-by: Keith Packard <keithp@keithp.com>
2120
2121 commit dbe915795c66995805b5f37e6eb698cf2c143e61
2122 Author: Keith Packard <keithp@keithp.com>
2123 Date:   Fri Mar 18 20:26:12 2011 -0700
2124
2125     altos: Fix mini/nano default log size to available flash space
2126     
2127     Also, remove accel cal code from boards without accel
2128     
2129     Signed-off-by: Keith Packard <keithp@keithp.com>
2130
2131 commit 5db94e1e230bade966a997aa83165405a9ec9d83
2132 Merge: 1a8f45e cbb968f
2133 Author: Bdale Garbee <bdale@gag.com>
2134 Date:   Fri Mar 18 21:12:39 2011 -0600
2135
2136     Merge branch 'telemini' of ssh://git.gag.com/scm/git/fw/altos into telemini
2137
2138 commit 1a8f45e7b720d01d3ff0c35ed1caaf8cbe0c3119
2139 Author: Bdale Garbee <bdale@gag.com>
2140 Date:   Fri Mar 18 21:12:12 2011 -0600
2141
2142     fix up script to work and have reasonable texts
2143
2144 commit cbb968f5cf03625d453d84dc535758072a2c04c7
2145 Author: Keith Packard <keithp@keithp.com>
2146 Date:   Fri Mar 18 20:07:25 2011 -0700
2147
2148     altos: Add TeleNano support
2149     
2150     This just uses the TeleMini bits, which should work fine for now.
2151     
2152     Signed-off-by: Keith Packard <keithp@keithp.com>
2153
2154 commit 32c51840c792a737019fbc9fe42f2ca073b71827
2155 Author: Keith Packard <keithp@keithp.com>
2156 Date:   Fri Mar 18 19:49:46 2011 -0700
2157
2158     altos: Tiny logging fixes. Scan at start, stop when land or full.
2159     
2160     Initialize the flight log for tiny systems by scanning the log area to
2161     find the current flight number and log area bounds.
2162     
2163     Stop logging data when the flight is over, or when the log area is
2164     full.
2165     
2166     Signed-off-by: Keith Packard <keithp@keithp.com>
2167
2168 commit 62eae8a17d870e8ac6937ba23da01a5fbc652c6c
2169 Author: Keith Packard <keithp@keithp.com>
2170 Date:   Fri Mar 18 16:53:11 2011 -0700
2171
2172     altos: Add kalman filters for baro-only boards
2173     
2174     This adds a baro-only kalman filter to track the state of the rocket,
2175     and then uses it to control flight events instead of the existing
2176     ad-hoc mechanisms.
2177     
2178     Signed-off-by: Keith Packard <keithp@keithp.com>
2179
2180 commit c826fab31f8aea25a942b6bb8435d4b04c1bef10
2181 Author: Keith Packard <keithp@keithp.com>
2182 Date:   Thu Mar 17 16:00:10 2011 -0700
2183
2184     altos: Add tiny logging for TeleMini/TeleNano
2185     
2186     This splits the logging code into management of the log space within
2187     storage and separate code to actually write suitable log entries.  A
2188     new log writing module, ao_log_tiny, is added which writes only
2189     altimeter data at a fairly low data rate for devices using on-chip
2190     storage.
2191     
2192     Signed-off-by: Keith Packard <keithp@keithp.com>
2193
2194 commit 8b546b474b7b6c5b4169b4c1ca09c6f17ebb3ae5
2195 Author: Anthony Towns <aj@erisian.com.au>
2196 Date:   Fri Mar 11 21:41:01 2011 +1000
2197
2198     ignore new flight test file
2199
2200 commit 82707a05af0eb2d54f46b58805c95cdf4e5a3703
2201 Author: Keith Packard <keithp@keithp.com>
2202 Date:   Wed Mar 16 20:36:50 2011 -0700
2203
2204     altos: Internal flash ops block when running from flash
2205     
2206     The docs say that if you are executing from flash, then the CPU will
2207     stall after a flash write or erase command is started until the
2208     operation is complete. Take advantage of that to simplify the flash
2209     code.
2210     
2211     Signed-off-by: Keith Packard <keithp@keithp.com>
2212
2213 commit 1d8579f973bfe1047ee91f03555e74abdc483e69
2214 Author: Keith Packard <keithp@keithp.com>
2215 Date:   Mon Mar 7 16:31:43 2011 -0800
2216
2217     altos: oops -- altitude reporting wasn't pausing between signals
2218     
2219     need to actually alternate the LED/tone with some space so you can
2220     count.
2221     
2222     Signed-off-by: Keith Packard <keithp@keithp.com>
2223
2224 commit d007bccf6cb36d24a9c7c48de7d80759ac6f2e37
2225 Author: Keith Packard <keithp@keithp.com>
2226 Date:   Mon Mar 7 15:57:58 2011 -0800
2227
2228     ao-load: Make usb descriptor rewriting optional
2229     
2230     TeleMini and TeleNano don't have USB descriptors to rewrite when
2231     loading firmware, so allow them to be missing.
2232     
2233     Signed-off-by: Keith Packard <keithp@keithp.com>
2234
2235 commit 57d83f51377fb58018f422e42d74f29b86a821d2
2236 Author: Keith Packard <keithp@keithp.com>
2237 Date:   Mon Mar 7 15:26:41 2011 -0800
2238
2239     bringup: Add script for telemini
2240     
2241     Copied from teledongle with a few obvious changes.
2242     
2243     Signed-off-by: Keith Packard <keithp@keithp.com>
2244
2245 commit ddd7485f05d0cad8f5b3e1ee9b9a4d2812ea1837
2246 Author: Keith Packard <keithp@keithp.com>
2247 Date:   Mon Mar 7 08:03:11 2011 -0800
2248
2249     altos: Switch pins around for TeleMini
2250     
2251     TeleMini has fewer sensors and uses P0 for igniters instead of P2.
2252     
2253     Signed-off-by: Keith Packard <keithp@keithp.com>
2254
2255 commit f8afc2641c779fc312a42a6358187d8716ebe61a
2256 Author: Keith Packard <keithp@keithp.com>
2257 Date:   Sun Mar 6 23:52:11 2011 -0800
2258
2259     altos: Switch LED usage for TeleMini around
2260     
2261     We're using the LEDs instead of tones, so make red mean 'low tone',
2262     green mean 'middle tone' and both mean 'high tone'.
2263     
2264     Signed-off-by: Keith Packard <keithp@keithp.com>
2265
2266 commit fc5d014721a7e5a7b22f07eb4ab0bb3c764473fe
2267 Author: Anthony Towns <aj@erisian.com.au>
2268 Date:   Sat Feb 26 16:06:48 2011 +1000
2269
2270     ao_intflash: Avoid overwriting code
2271     
2272     Require firmware to specify the end of its codespace in its Makefile,
2273     and use this to determine where the start of available flash is. Should
2274     give compile time errors if either there's no room left for storage, or
2275     if there's not enough room for code.
2276
2277 commit 0e4c55d78852415e79f7318471f4d00c89703b78
2278 Author: Keith Packard <keithp@keithp.com>
2279 Date:   Sun Mar 6 21:03:57 2011 -0800
2280
2281     altos: Add TeleMini v1.0
2282     
2283     This adds initial code for the telemini board, a two channel
2284     flight computer with digital telemetry and a barometric sensor.
2285     
2286     Signed-off-by: Keith Packard <keithp@keithp.com>
2287
2288 commit 2d41358c80f2eb8b6e98d699149bb941a6671475
2289 Author: Keith Packard <keithp@keithp.com>
2290 Date:   Sun Mar 6 21:00:52 2011 -0800
2291
2292     altos: Start with packet slave running. Turn off in pad mode.
2293     
2294     Instead of turning slave mode on in idle mode, start with it running
2295     and disable it in pad mode instead. This means packet mode is
2296     available in startup mode too.
2297     
2298     Signed-off-by: Keith Packard <keithp@keithp.com>
2299
2300 commit 1e56ed44e562f808addfd76bfb352f981db94094
2301 Author: Keith Packard <keithp@keithp.com>
2302 Date:   Sun Mar 6 21:59:08 2011 -0800
2303
2304     altos/test: Add baro-only flight test program
2305     
2306     This builds the flight code in baro-only mode for testing.
2307     
2308     Signed-off-by: Keith Packard <keithp@keithp.com>
2309
2310 commit e339ffd8bd8b9e3f4758017ba355028000cb612e
2311 Author: Keith Packard <keithp@keithp.com>
2312 Date:   Sun Mar 6 21:57:52 2011 -0800
2313
2314     altos/test: Use ao_convert.c instead of hand-coded pres â†’ alt func
2315     
2316     Fix up ao_convert.c so that it can be used within the flight test code
2317     instead of having a (broken) copy of the code there.
2318     
2319     Signed-off-by: Keith Packard <keithp@keithp.com>
2320
2321 commit 02611efea0c485d78fad08c696c1f56e868d36b8
2322 Author: Keith Packard <keithp@keithp.com>
2323 Date:   Sun Mar 6 20:56:25 2011 -0800
2324
2325     altos: Make serial, usb, beeper and accelerometer optional components
2326     
2327     Not all boards will have these, so fix places that use them to deal
2328     with that.
2329     
2330     Signed-off-by: Keith Packard <keithp@keithp.com>
2331
2332 commit fdd15a254c6fab5ba2d02320ba0ceb3e6a56354c
2333 Author: Anthony Towns <aj@erisian.com.au>
2334 Date:   Sat Feb 26 11:48:30 2011 +1000
2335
2336     ao_intflash: Use internal flash for storage
2337     
2338     Makes any free pages at end of CC1111's internal flash available via
2339     the ao_storage API.
2340
2341 commit 8f1bd11b61d9423c62162f7bbe573fc69fd75269
2342 Author: Keith Packard <keithp@keithp.com>
2343 Date:   Wed Mar 16 14:10:06 2011 -0700
2344
2345     aoview: remove -s option.
2346
2347 commit 45395c7825184efb835d5b165fa132be20c7f6fe
2348 Author: Keith Packard <keithp@keithp.com>
2349 Date:   Wed Mar 16 14:08:42 2011 -0700
2350
2351     Bump published version number to 0.9.1
2352
2353 commit 9f3d26cadf37880d2c9223f59271d295b11c4c2a
2354 Author: Keith Packard <keithp@keithp.com>
2355 Date:   Wed Mar 16 14:05:13 2011 -0700
2356
2357     altosui: Missed jcommon.jar in the Mac OS install image
2358     
2359     This caused graphing to fail on Mac OS X
2360     
2361     Signed-off-by: Keith Packard <keithp@keithp.com>
2362
2363 commit 6e340c87d3198647cf075ed520a82703b0d59beb
2364 Author: Keith Packard <keithp@keithp.com>
2365 Date:   Mon Mar 7 00:26:17 2011 -0800
2366
2367     altos: Oops. Lost a couple of commands when merging the doc patch
2368     
2369     I didn't merge this carefully enough and managed to lose the 'f'
2370     and 'e' commands, which are kinda useful.
2371     
2372     Signed-off-by: Keith Packard <keithp@keithp.com>
2373
2374 commit 8cdf4fb051c22b35c251d90bc288551f7c2898bf
2375 Author: Anthony Towns <aj@erisian.com.au>
2376 Date:   Sun Feb 27 11:11:12 2011 +1000
2377
2378     src/ao_cmd: Shave off bytes from doc strings
2379     
2380     Switch to using { func, "X args\0Desc" } to specify command, saving
2381     a char field by looking at help[0] instead, and reduce help length by
2382     doing alignment with printf instead of hardcoded spaces.
2383
2384 commit 2cfe205de4242398e69c9e7c613af0d2a7094686
2385 Author: Keith Packard <keithp@keithp.com>
2386 Date:   Mon Mar 7 00:01:01 2011 -0800
2387
2388     Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
2389     
2390     This reverts commit b080e933a65d268aaaec8cfd5f617a13d5babc43.
2391     
2392     10Hz data isn't any better than 1Hz data; it still doesn't like going
2393     upwards rapidly.
2394
2395 commit 249cd3b63d97581b068fff988e0cd7fcd5bf493e
2396 Author: Keith Packard <keithp@keithp.com>
2397 Date:   Sat Feb 19 01:06:01 2011 -0800
2398
2399     altosui: Display eeprom parsing errors to user
2400     
2401     When reading the eeprom, any parsing errors (most likely bad
2402     checksums) indicate some kind of problem with either the hardware or
2403     the flight software. Display these to the user and do not erase the
2404     flight.
2405     
2406     Signed-off-by: Keith Packard <keithp@keithp.com>
2407
2408 commit 629a7637871b24fe6d1204aaa7185d84933d4639
2409 Author: Keith Packard <keithp@keithp.com>
2410 Date:   Sat Feb 19 01:04:19 2011 -0800
2411
2412     altosui: Always read whole eeprom block, even at end of flight
2413     
2414     Instead of stopping early, continue reading the whole eeprom block so
2415     that the extra serial data doesn't end up confusing the next user of
2416     the serial line, which may well be reading the next flight.
2417     
2418     Signed-off-by: Keith Packard <keithp@keithp.com>
2419
2420 commit 7ca2cf1b7e03b8453b45b45e313a33ad65da9ad5
2421 Author: Keith Packard <keithp@keithp.com>
2422 Date:   Sat Feb 19 01:02:00 2011 -0800
2423
2424     altosui: Mark empty eeprom records 'invalid', don't generate exception
2425     
2426     When reading empty eeprom records, mark them as 'invalid', but don't
2427     generate an exception as it's normal to read these at the end of the
2428     flight log.
2429     
2430     Signed-off-by: Keith Packard <keithp@keithp.com>
2431
2432 commit 690feb166fd2bc6b6dfc26828f1efe9f5f1c6c0d
2433 Author: Bdale Garbee <bdale@gag.com>
2434 Date:   Fri Feb 18 23:56:01 2011 -0700
2435
2436     update changelogs for Debian build
2437
2438 commit 0630e7d6d8cf6abf0fe07f9a6df40ee472cce1ef
2439 Author: Bdale Garbee <bdale@gag.com>
2440 Date:   Fri Feb 18 19:54:18 2011 -0700
2441
2442     tie bringup scripts to Bdale's bench TeleDongle
2443
2444 commit b080e933a65d268aaaec8cfd5f617a13d5babc43
2445 Author: Anthony Towns <aj@erisian.com.au>
2446 Date:   Sat Feb 19 05:49:15 2011 +1000
2447
2448     src/ao_gps_skytraq.c: Update logging rate to 10Hz
2449     
2450     Send commands to skytraq to update baud rate to 57,600 bps, and
2451     set NMEA output rate to 10Hz.
2452
2453 commit aad7103dcf44e69a5a30e008836cce5542ea33e2
2454 Author: Anthony Towns <aj@erisian.com.au>
2455 Date:   Sat Feb 19 04:17:17 2011 +1000
2456
2457     src/ao_gps_skytraq: simplify parsing code
2458     
2459     Added macros to make correctly constructing skytraq commands easier.
2460     Simplified code path for NMEA processing marginally.
2461
2462 commit fe5123fa801f5dafed8b052da607899d1ef20500
2463 Author: Anthony Towns <aj@erisian.com.au>
2464 Date:   Wed Feb 2 19:12:57 2011 +1000
2465
2466     ao_radio: generalise setup of packet size
2467
2468 commit 8b09cc1825645a57c256f38a2f9586ddecf6bda5
2469 Author: Keith Packard <keithp@keithp.com>
2470 Date:   Fri Feb 18 10:02:46 2011 -0800
2471
2472     altos/test: auto-configure acceleration parameters from the log file
2473     
2474     The flight test code had static accelerometer configuration values,
2475     making it impossible to use data from different boards without
2476     recompiling. As the eeprom and telem log files both contain the
2477     necessary data, parse that instead.
2478     
2479     Signed-off-by: Keith Packard <keithp@keithp.com>
2480
2481 commit d3bc27fabb6159ce58b14d0f7929b0f46f67c378
2482 Author: Keith Packard <keithp@keithp.com>
2483 Date:   Fri Feb 18 09:54:01 2011 -0800
2484
2485     altos/test: Add dependencies in the Makefile for ao_flight_test
2486     
2487     Yes, it would be nice to automate dependency generation here, but I
2488     can't be bothered.
2489     
2490     Signed-off-by: Keith Packard <keithp@keithp.com>
2491
2492 commit c3080fdafff5212f267ba7c765a2f083435be799
2493 Author: Keith Packard <keithp@keithp.com>
2494 Date:   Fri Feb 18 09:51:37 2011 -0800
2495
2496     ao-load: fix usage message to note that '=' is required for options
2497     
2498     The usage message was suggesting incorrect command line syntax; long
2499     options use '=' between the option name and value, not whitespace.
2500     
2501     Signed-off-by: Keith Packard <keithp@keithp.com>
2502
2503 commit a09501ab714c0638410d06f80903a8769d93c688
2504 Author: Bdale Garbee <bdale@gag.com>
2505 Date:   Wed Jan 19 12:47:25 2011 -0700
2506
2507     update changelogs for Debian build
2508
2509 commit 2bb83d90aa03d825ca1b751418c91b194b72f1f9
2510 Author: Bdale Garbee <bdale@gag.com>
2511 Date:   Wed Jan 19 12:46:02 2011 -0700
2512
2513     elide changelog entries or re-release of 0.9
2514
2515 commit 9541ccd9ff9e67e0862ca31706358d8308fc85d8
2516 Author: Bdale Garbee <bdale@gag.com>
2517 Date:   Wed Jan 19 12:42:40 2011 -0700
2518
2519     update turnon script to prefer TeleDongle as programmer
2520
2521 commit 159fda30fe57349660c5e2d95017144ea3f5d7db
2522 Author: Bdale Garbee <bdale@gag.com>
2523 Date:   Wed Jan 19 12:26:53 2011 -0700
2524
2525     update changelogs for Debian build
2526
2527 commit 97f4f2e0d28eec1cf19d2d25140e42f6ac277700
2528 Author: Keith Packard <keithp@keithp.com>
2529 Date:   Wed Jan 19 11:21:52 2011 -0800
2530
2531     altos: Program default flight log max value for new boards
2532     
2533     New boards have no config space values at all, and so they need each
2534     value to be set. Yes, this should be fixed so that there aren't two
2535     copies of these assignments.
2536     
2537     Signed-off-by: Keith Packard <keithp@keithp.com>
2538
2539 commit 480587cf514ba21885b24c3b8fcb98d6b76ea8f4
2540 Author: Bdale Garbee <bdale@gag.com>
2541 Date:   Wed Jan 19 00:05:25 2011 -0700
2542
2543     update changelogs for Debian build
2544
2545 commit 6244f2316267738781e31a773b377bcf8c476918
2546 Author: Bdale Garbee <bdale@gag.com>
2547 Date:   Wed Jan 19 00:04:45 2011 -0700
2548
2549     prepare to release
2550
2551 commit 3c72103866f041107af49e01a5ccb6d4e6b6ac80
2552 Author: Bdale Garbee <bdale@gag.com>
2553 Date:   Tue Jan 18 23:55:42 2011 -0700
2554
2555     update changelogs for Debian build
2556
2557 commit 4ae724fe1d2ca0d712321c4fdc2200ff46d77428
2558 Author: Bdale Garbee <bdale@gag.com>
2559 Date:   Tue Jan 18 23:54:36 2011 -0700
2560
2561     we need an install target to prevent parent dir make from failing
2562
2563 commit ca7b549fbf62019b01a6e6c85da50645ea9a4502
2564 Author: Bdale Garbee <bdale@gag.com>
2565 Date:   Tue Jan 18 23:48:08 2011 -0700
2566
2567     update changelogs for Debian build
2568
2569 commit 9a5666f42d4d90a0a488fd0a85ae9914944fe0be
2570 Author: Keith Packard <keithp@keithp.com>
2571 Date:   Tue Jan 18 22:46:25 2011 -0800
2572
2573     doc: Build with 'make all' from top level. Build with 'make fat'
2574     
2575     This will make sure the docs are up-to-date for both regular and
2576     fat builds.
2577     
2578     Signed-off-by: Keith Packard <keithp@keithp.com>
2579
2580 commit 72a04d679d06aaad9c2b4297fefd585fc393ce2e
2581 Author: Keith Packard <keithp@keithp.com>
2582 Date:   Tue Jan 18 22:39:07 2011 -0800
2583
2584     fat: Add docs to Linux package
2585     
2586     Oops. Missed this one.
2587     
2588     Signed-off-by: Keith Packard <keithp@keithp.com>
2589
2590 commit 5d91c250179f44ca17c26fff36718b7026aa8ee0
2591 Author: Keith Packard <keithp@keithp.com>
2592 Date:   Tue Jan 18 22:34:15 2011 -0800
2593
2594     fat: Add firmware for v1.1 and docs to mac/windows/linux installers
2595     
2596     We'll need to be sure to update this each time we add a product.
2597     
2598     Signed-off-by: Keith Packard <keithp@keithp.com>
2599
2600 commit 26c4cc3054b1c7c9ed6ce3c2f21f6254b3245718
2601 Author: Bdale Garbee <bdale@gag.com>
2602 Date:   Tue Jan 18 23:29:03 2011 -0700
2603
2604     freshen copyright year
2605
2606 commit e2e20f6ce8a9c2bca36fde5730ccd7151377ec6f
2607 Author: Bdale Garbee <bdale@gag.com>
2608 Date:   Tue Jan 18 23:18:42 2011 -0700
2609
2610     add 0.9 revision entry, with caveat about telemetry format change
2611
2612 commit 27e6dbbe95ae9b361d60576e0cbadb66792307f3
2613 Author: Keith Packard <keithp@keithp.com>
2614 Date:   Tue Jan 18 20:39:58 2011 -0800
2615
2616     doc: Add v0.9 features from altosui to documentation.
2617     
2618     New flight download UI and new config items.
2619     
2620     Signed-off-by: Keith Packard <keithp@keithp.com>
2621
2622 commit 92d7841edcfc8a841f71f7f97cc541f8e55c4627
2623 Author: Keith Packard <keithp@keithp.com>
2624 Date:   Tue Jan 18 20:39:30 2011 -0800
2625
2626     doc: Don't delete telemetrum-outline.pdf
2627     
2628     This has a drilling template for the board.
2629     
2630     Signed-off-by: Keith Packard <keithp@keithp.com>
2631
2632 commit c411dce69be58238b8312c2fd7405cbe8b5d4a5a
2633 Author: Bdale Garbee <bdale@gag.com>
2634 Date:   Tue Jan 18 17:27:11 2011 -0700
2635
2636     update changelogs for Debian build
2637
2638 commit da42f406e88ccc821cd45d5a94d5afec65ec50e9
2639 Merge: ea4cdfb cf550f9
2640 Author: Bdale Garbee <bdale@gag.com>
2641 Date:   Mon Jan 17 09:50:17 2011 -0700
2642
2643     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
2644
2645 commit ea4cdfb87e03ecfb974f98305671265b6fb95372
2646 Author: Bdale Garbee <bdale@gag.com>
2647 Date:   Mon Jan 17 09:49:45 2011 -0700
2648
2649     update documentation to reflect reality that modifying a board or separate
2650     pyro battery is not as simple as one trace cut on v1.0 and v1.1 boards
2651
2652 commit cf550f9b96fa94d8db559e01df0e265bb1c7b572
2653 Author: Keith Packard <keithp@keithp.com>
2654 Date:   Sun Jan 16 23:23:45 2011 -0800
2655
2656     doc: Remove mention of ao_wake_task
2657     
2658     This has been removed from the altos sources, so remove it from the
2659     docs too.
2660     
2661     Signed-off-by: Keith Packard <keithp@keithp.com>
2662
2663 commit 4b71c4f4ed6cae23a7f4a2e7ae697da9ec614898
2664 Author: Keith Packard <keithp@keithp.com>
2665 Date:   Sat Jan 15 12:26:53 2011 -0800
2666
2667     altos: Use 5V reference data to correct accelerometer measurements.
2668     
2669     When the 3.3V and 5V values shift relative to each other (usually due
2670     to changes in power consumption), the measured acceleration will
2671     appear to shift. This patch converts the 3.3V referenced acceleration
2672     value into a 5V referenced acceleration, eliminating this error.
2673     
2674     Signed-off-by: Keith Packard <keithp@keithp.com>
2675
2676 commit 2887fe7affc0706dbeb2f04df9a00a9b799903ed
2677 Author: Keith Packard <keithp@keithp.com>
2678 Date:   Sat Jan 15 12:25:57 2011 -0800
2679
2680     altos: Optimize fetching of ADC data in flight code
2681     
2682     This stores the address of the desired sample in a local variable and
2683     then fetches through that. Saves quite a few instructions.
2684     
2685     Signed-off-by: Keith Packard <keithp@keithp.com>
2686
2687 commit 2681a17500913cbaf3966f09380bb1d6b59e3863
2688 Author: Keith Packard <keithp@keithp.com>
2689 Date:   Sat Jan 15 12:18:32 2011 -0800
2690
2691     altos: Sample the accelerometer reference voltage on v1.1 boards
2692     
2693     This places the 5v reference samples in an array parallel to the basic
2694     ADC values. It doesn't do anything with the values, just stores them.
2695     
2696     Signed-off-by: Keith Packard <keithp@keithp.com>
2697
2698 commit 69290588980bb15732a99eca5c911a3b6e9a37b9
2699 Author: Keith Packard <keithp@keithp.com>
2700 Date:   Sat Jan 15 12:12:02 2011 -0800
2701
2702     altos: Ensure flight code gets first crack at new ADC data
2703     
2704     Instead of having everyone wait on the raw ADC ring, have the flight
2705     code wait on that and have everyone else wait for the flight code to
2706     finish looking at the data and move its pointer forwards.
2707     
2708     Signed-off-by: Keith Packard <keithp@keithp.com>
2709
2710 commit 1b8d7313504240ed04e0747e9b0f6e9a83d323e2
2711 Author: Keith Packard <keithp@keithp.com>
2712 Date:   Sun Jan 16 15:57:15 2011 -0800
2713
2714     altos: Auto-calibrate linux-based flight testing code
2715     
2716     Use the provided ground acceleration average to set the two
2717     accelerometer calibration values so that the flight code will
2718     detect pad/idle mode correctly.
2719     
2720     Signed-off-by: Keith Packard <keithp@keithp.com>
2721
2722 commit afd3d3cdb8c2291c1c7cda7908392d68cd04f87f
2723 Author: Mike Beattie <mike@ethernal.org>
2724 Date:   Mon Jan 17 15:03:40 2011 +1300
2725
2726     Rework invalid accel cal detection code
2727     
2728     Slightly reduces code space.
2729     
2730     Uncalibrated accelerometer now enters invalid state as well.
2731     
2732     Signed-off-by: Mike Beattie <mike@ethernal.org>
2733
2734 commit 3566dee1cf83870396a0bb164f5549dd3faf58f5
2735 Author: Keith Packard <keithp@keithp.com>
2736 Date:   Sun Jan 16 14:40:31 2011 -0800
2737
2738     altosui: Remove spurious colons from eeprom selection headers
2739     
2740     This colons make the presentation a bit confusing.
2741     
2742     Signed-off-by: Keith Packard <keithp@keithp.com>
2743
2744 commit ab31b1c737d8fd32af482e5b06699f1b832a25a1
2745 Author: Keith Packard <keithp@keithp.com>
2746 Date:   Sat Jan 15 00:56:22 2011 -0800
2747
2748     altos: Add DATA_TO_XDATA to linux test harness
2749     
2750     The flight test harness needs to expose every function used by the
2751     flight code in some form, and this macro is about to become used.
2752     
2753     Signed-off-by: Keith Packard <keithp@keithp.com>
2754
2755 commit add2802a8a33336180fe6856241a7f4a8200e89c
2756 Author: Mike Beattie <mike@ethernal.org>
2757 Date:   Sun Jan 16 00:10:30 2011 +1300
2758
2759     altos: Added check for out of bounds accel
2760     
2761     Chose invalid flight mode instead of idle to give user feedback.
2762     
2763     Signed-off-by: Mike Beattie <mike@ethernal.org>
2764
2765 commit 58838c0b96a91da0bd0cd77c3ff312b589c08136
2766 Author: Mike Beattie <mike@ethernal.org>
2767 Date:   Sat Jan 15 23:21:26 2011 +1300
2768
2769     altos: Added check for an accel value above 1.5g
2770     
2771     When detecting flight or idle mode, this should indicate
2772     that accel cal values are out of whack.
2773     
2774     Signed-off-by: Mike Beattie <mike@ethernal.org>
2775
2776 commit 118fe84c9ff1cc9d1653e67a2315e22e19d60a14
2777 Author: Keith Packard <keithp@keithp.com>
2778 Date:   Sat Jan 15 11:26:31 2011 -0800
2779
2780     altos: average 512 accel/baro samples at startup instead of 1000
2781     
2782     This lets us use a simple shift instead of a divide, saving a huge
2783     amount of code space.
2784     
2785     Signed-off-by: Keith Packard <keithp@keithp.com>
2786
2787 commit 8a775b8f9ecefa143050653d74dfd218b32b9bb5
2788 Author: Anthony Towns <aj@erisian.com.au>
2789 Date:   Sun Jan 16 10:54:45 2011 +1000
2790
2791     altos: Restructure skytraq NMEA parsing code to save some space
2792     
2793     Splitting this into several smaller functions appears to make SDCC
2794     generate better code.
2795
2796 commit 7a35b2d7048669a96256d4ea0086299f8a0cb1df
2797 Author: Keith Packard <keithp@keithp.com>
2798 Date:   Sat Jan 15 22:42:38 2011 -0800
2799
2800     altos: Flush log when full
2801     
2802     When the log storage is full, make sure any pending writes are flushed
2803     out so that the last bit isn't lost.
2804     
2805     Signed-off-by: Keith Packard <keithp@keithp.com>
2806
2807 commit 47ee4597e55749e8f66f61a585ea32776979bf80
2808 Author: Keith Packard <keithp@keithp.com>
2809 Date:   Sat Jan 15 16:25:10 2011 -0800
2810
2811     altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
2812     
2813     What a terrible mistake! The flight computer serial numbers were
2814     recorded in only 8 bits, so serial numbers > 255 would get truncated.
2815     
2816     There's really no fix other than bumping the field to 16 bits and
2817     reflashing every TM and TD on the planet. Very unfortunate.
2818     
2819     Signed-off-by: Keith Packard <keithp@keithp.com>
2820
2821 commit b22ba359a02297e39a446cbd5ef51e63b795624a
2822 Author: Keith Packard <keithp@keithp.com>
2823 Date:   Sat Jan 15 12:05:50 2011 -0800
2824
2825     doc: inkscape tracks the filename inside the document
2826     
2827     telemetrum-outline.svg was renamed from telemetrum.svg and inkscape
2828     appears to care.
2829     
2830     Signed-off-by: Keith Packard <keithp@keithp.com>
2831
2832 commit d0a841b285fb398f0be72183ec3c9d1e358419a9
2833 Author: Keith Packard <keithp@keithp.com>
2834 Date:   Sat Jan 15 12:02:43 2011 -0800
2835
2836     altosui: Require 4 sats to light up the 'GPS locked' light.
2837     
2838     This tracks the same GPS signal requirement needed for 'GPS ready' and
2839     ensures that we have a 3d fix.
2840     
2841     Signed-off-by: Keith Packard <keithp@keithp.com>
2842
2843 commit 1bfdce6fc3367fdf03e0dc7ddd94da18723b8ba3
2844 Author: Keith Packard <keithp@keithp.com>
2845 Date:   Sun Jan 16 14:30:38 2011 -0800
2846
2847     altosui: Ensure serial device is closed after eeprom download finishes
2848     
2849     As this code is all event-driven, track which events will trigger
2850     further work and block closing the device in those specific cases,
2851     ensuring that all other code paths end up closing the device.
2852     
2853     Signed-off-by: Keith Packard <keithp@keithp.com>
2854
2855 commit 987039b8f0b1d889aca9109d4c6a83f034ff64a7
2856 Author: Keith Packard <keithp@keithp.com>
2857 Date:   Sun Jan 16 14:29:57 2011 -0800
2858
2859     altosui: Remove debug message when eeprom downloads are complete.
2860     
2861     This message isn't useful now that this code appears to work.
2862     
2863     Signed-off-by: Keith Packard <keithp@keithp.com>
2864
2865 commit fb534aae15f0f1e5d69790e159d0287b6b8a514a
2866 Author: Keith Packard <keithp@keithp.com>
2867 Date:   Sun Jan 16 14:28:35 2011 -0800
2868
2869     altosui: Use long input flush timeout when remote.
2870     
2871     100ms isn't long enough to capture pending remote serial input, so use
2872     300 ms in that mode.
2873     
2874     Signed-off-by: Keith Packard <keithp@keithp.com>
2875
2876 commit d4add23186b3586c99579d83efdc003f79e9bf7a
2877 Author: Keith Packard <keithp@keithp.com>
2878 Date:   Sun Jan 16 14:26:18 2011 -0800
2879
2880     altosui: Make serial debug more complete and accurate
2881     
2882     Display all serial input, including telemetry.
2883     Wait to display serial output until flush time, to debug missing flushing.
2884     Show when devices are opened and closed.
2885     
2886     Signed-off-by: Keith Packard <keithp@keithp.com>
2887
2888 commit deb3c7b9206be0c9c46f75d35c8f766c26d9838f
2889 Author: Keith Packard <keithp@keithp.com>
2890 Date:   Sat Jan 15 22:43:37 2011 -0800
2891
2892     altosui: Reset eeprom download instance variables before reading flight
2893     
2894     To deal with downloading multiple flights in a single invocation, make
2895     sure all relevant instance variables are set back to start of flight
2896     download values each time a log is read.
2897     
2898     Signed-off-by: Keith Packard <keithp@keithp.com>
2899
2900 commit eec9eb2e81535e62c52fbb2e57a2d33f88f92c1a
2901 Author: Mike Beattie <mike@ethernal.org>
2902 Date:   Mon Jan 17 07:56:53 2011 +1300
2903
2904     Close serial port if Download/Delete dialog is cancelled.
2905     
2906     Signed-off-by: Mike Beattie <mike@ethernal.org>
2907
2908 commit df1c6ab3ac079199b5a12328c9ff5cfa6ac29b36
2909 Author: Mike Beattie <mike@ethernal.org>
2910 Date:   Mon Jan 17 00:40:07 2011 +1300
2911
2912     Convert EepromSelect dialog to use a GridBag
2913     
2914     Signed-off-by: Mike Beattie <mike@ethernal.org>
2915
2916 commit fef302656f21ae0ab4772f72979cbb7f071da89a
2917 Author: Mike Beattie <mike@ethernal.org>
2918 Date:   Sun Jan 16 20:25:19 2011 +1300
2919
2920     Re-order and re-arrange eeprom download dialog
2921     
2922     Signed-off-by: Mike Beattie <mike@ethernal.org>
2923
2924 commit 35adb7c98fe02e84fff70c1bee22bfa019cfacc2
2925 Author: Keith Packard <keithp@keithp.com>
2926 Date:   Fri Jan 14 21:44:59 2011 -0800
2927
2928     doc: Add telemetrum mounting template in svg and pdf forms
2929     
2930     telemetrum-outline.svg and telemetrum-outline.pdf
2931     
2932     Signed-off-by: Keith Packard <keithp@keithp.com>
2933
2934 commit fdba0f24afd59becc499d750bbdb80aea86066ac
2935 Author: Bdale Garbee <bdale@gag.com>
2936 Date:   Fri Jan 14 18:01:16 2011 -0700
2937
2938     update changelogs for Debian build
2939
2940 commit 646e1926cdf56e2cf2425413ce716e6999b64a58
2941 Author: Bdale Garbee <bdale@gag.com>
2942 Date:   Fri Jan 14 18:01:00 2011 -0700
2943
2944     update changelogs for Debian build
2945
2946 commit d908c2ebd0b11a54cfd922a192249d0f0df0ddb0
2947 Author: Keith Packard <keithp@keithp.com>
2948 Date:   Fri Jan 14 16:47:36 2011 -0800
2949
2950     altosui: Add preference for serial debugging.
2951     
2952     This dumps serial input/output to stdout.
2953     
2954     Signed-off-by: Keith Packard <keithp@keithp.com>
2955
2956 commit fcaee12a64d5e195b55b8f77c19dfc0c57ef5d58
2957 Author: Keith Packard <keithp@keithp.com>
2958 Date:   Fri Jan 14 16:47:19 2011 -0800
2959
2960     altosui: Ensure serial line is flushed after disabling remote link
2961     
2962     Flush the '~' character.
2963     
2964     Signed-off-by: Keith Packard <keithp@keithp.com>
2965
2966 commit 2d154be89246e111a36f7c2700effbb2c97da541
2967 Author: Keith Packard <keithp@keithp.com>
2968 Date:   Fri Jan 14 16:44:50 2011 -0800
2969
2970     altosui: Show dialog after successful delete or when no flights
2971     
2972     Make sure the user always sees confirmation for flight log management.
2973     
2974     Signed-off-by: Keith Packard <keithp@keithp.com>
2975
2976 commit b490455807d1c70c81785ed8931a07ab44e8e421
2977 Author: Bdale Garbee <bdale@gag.com>
2978 Date:   Fri Jan 14 14:31:19 2011 -0700
2979
2980     update changelogs for Debian build
2981
2982 commit 97b1ca994599ad262400eb3c685799582f7f1b94
2983 Author: Bdale Garbee <bdale@gag.com>
2984 Date:   Fri Jan 14 14:30:49 2011 -0700
2985
2986     update changelogs for Debian build
2987
2988 commit d794ef9e0fbe4d13259db1bbd69f01717c14400b
2989 Author: Keith Packard <keithp@keithp.com>
2990 Date:   Wed Jan 12 12:41:26 2011 -0800
2991
2992     altos: check for valid flight number in ao_log_delete
2993     
2994     Zero is not a valid flight number, and ao_log_flight uses that to
2995     indicate 'no flight in this slot'. Check the user-provided input for
2996     zero before looking through the slots.
2997     
2998     Signed-off-by: Keith Packard <keithp@keithp.com>
2999
3000 commit 8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a
3001 Author: Keith Packard <keithp@keithp.com>
3002 Date:   Wed Jan 12 12:40:45 2011 -0800
3003
3004     altosui: Add eeprom 'manage' ui to download and delete multiple flights
3005     
3006     This shows the list of available flights and provides options to
3007     download and/or delete each one.
3008     
3009     Signed-off-by: Keith Packard <keithp@keithp.com>
3010
3011 commit 440d52e34364fdeeddc76a2d744cc6d1c934364f
3012 Author: Keith Packard <keithp@keithp.com>
3013 Date:   Tue Jan 11 21:28:07 2011 -0800
3014
3015     altosui: Add support for parsing list of flights from the 'l' command
3016     
3017     This adds parsing support to enumerate the available flights, but does
3018     not yet provide any UI to use it.
3019     
3020     Signed-off-by: Keith Packard <keithp@keithp.com>
3021
3022 commit 7ad419d81c90ef6a16656970466313767fef830f
3023 Author: Keith Packard <keithp@keithp.com>
3024 Date:   Tue Jan 11 21:26:41 2011 -0800
3025
3026     altos: oops -- 'e' command was only showing 7 of the 8 bytes per line
3027     
3028     Just a silly off-by-one error when printing out the data received from flash.
3029     
3030     Signed-off-by: Keith Packard <keithp@keithp.com>
3031
3032 commit bd2480fd757b67557d9c7de42e402034002c3e37
3033 Author: Keith Packard <keithp@keithp.com>
3034 Date:   Tue Jan 11 15:39:24 2011 -0800
3035
3036     altosui: Split eeprom download code apart
3037     
3038     Create separate 'download config data', 'read single record' and 'read
3039     block' functions. This code will be shared with future multi-log
3040     reading code for new firmware.
3041     
3042     Signed-off-by: Keith Packard <keithp@keithp.com>
3043
3044 commit c437b14b7fc7afdfc7b809a04d7fa29d5e742307
3045 Author: Anthony Towns <aj@erisian.com.au>
3046 Date:   Fri Jan 7 21:00:10 2011 -0800
3047
3048     altos: Remove redundant initialization of ao_interval variables
3049     
3050     These are all initialized in the ao_flight_drogue state transition.
3051     
3052     Signed-off-by: Keith Packard <keithp@keithp.com>
3053
3054 commit 57de960b8148bf485607898c3d66af6994d76481
3055 Author: Anthony Towns <aj@erisian.com.au>
3056 Date:   Fri Jan 7 20:52:33 2011 -0800
3057
3058     altos: Remove unused accel_vel_mach and accel_vel_boost variables
3059     
3060     Presumably left-over debugging code.
3061     
3062     Signed-off-by: Keith Packard <keithp@keithp.com>
3063
3064 commit ca66f86a899c191b6362a334417fc84a79349677
3065 Author: Keith Packard <keithp@keithp.com>
3066 Date:   Fri Jan 7 20:46:29 2011 -0800
3067
3068     altosui: Add configuration of flight log size
3069     
3070     This adds to the TeleMetrum configuration UI the ability to set the
3071     maximum flight log size.
3072     
3073     Signed-off-by: Keith Packard <keithp@keithp.com>
3074
3075 commit 52ac83fedbfd380d14d4df2e79992bbdfba3552a
3076 Author: Keith Packard <keithp@keithp.com>
3077 Date:   Fri Jan 7 20:26:39 2011 -0800
3078
3079     altos: Check for full log and complain
3080     
3081     Reports special tone along with the continuity checks.
3082     Reports flight 0 in telemetry.
3083     
3084     Signed-off-by: Keith Packard <keithp@keithp.com>
3085
3086 commit 00891b40754962ef6530b237ef52017bb58112d5
3087 Author: Keith Packard <keithp@keithp.com>
3088 Date:   Fri Jan 7 20:25:09 2011 -0800
3089
3090     altos: Check requested log max size against available space
3091     
3092     Make sure the amount of memory requested for a single log isn't more
3093     than is available on the device.
3094     
3095     Signed-off-by: Keith Packard <keithp@keithp.com>
3096
3097 commit bbddcae2a15b6d430e84956ddf26955aa9173cc0
3098 Author: Anthony Towns <aj@erisian.com.au>
3099 Date:   Fri Jan 7 20:18:25 2011 -0800
3100
3101     altos: Optimize Morse code generation
3102     
3103     This reduces the size of data and code needed to report the
3104     flight states
3105     
3106     Signed-off-by: Keith Packard <keithp@keithp.com>
3107
3108 commit 73620c41017c1774d6190dfd4be5b742eb64f8d3
3109 Author: Keith Packard <keithp@keithp.com>
3110 Date:   Fri Jan 7 20:13:28 2011 -0800
3111
3112     altos: ensure erase mark is written when erasing flights
3113     
3114     It was getting called only when *failing* to erase a flight (oops),
3115     secondly, it wasn't getting written because ao_storage_flush wasn't
3116     getting called.
3117     
3118     Signed-off-by: Keith Packard <keithp@keithp.com>
3119
3120 commit edd22ee49adf60c35f2fe6ba97c111b7ad4131c2
3121 Author: Keith Packard <keithp@keithp.com>
3122 Date:   Fri Jan 7 17:56:06 2011 -0800
3123
3124     altos: report flight log offsets in hex block numbers instead of bytes
3125     
3126     makes them compatible with the 'e' command.
3127     
3128     Signed-off-by: Keith Packard <keithp@keithp.com>
3129
3130 commit 1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c
3131 Author: Keith Packard <keithp@keithp.com>
3132 Date:   Fri Jan 7 17:55:54 2011 -0800
3133
3134     altos: white space fix
3135     
3136     Signed-off-by: Keith Packard <keithp@keithp.com>
3137
3138 commit d8c9684239b67a69a4a3d24202a6df0d73c4f7f5
3139 Author: Keith Packard <keithp@keithp.com>
3140 Date:   Fri Jan 7 17:54:54 2011 -0800
3141
3142     altos: Speed up at45 and 25lc erase speeds
3143     
3144     No need to read the block to be erased before erasing it.
3145     
3146     Signed-off-by: Keith Packard <keithp@keithp.com>
3147
3148 commit 2722703bd848b07a02d3ce0c83a502eca52a9f1d
3149 Author: Keith Packard <keithp@keithp.com>
3150 Date:   Fri Jan 7 14:58:39 2011 -0800
3151
3152     altos: support storage of multiple flights.
3153     
3154     This adds the logging support for dealing with multiple flights
3155     
3156     Signed-off-by: Keith Packard <keithp@keithp.com>
3157
3158 commit a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e
3159 Author: Keith Packard <keithp@keithp.com>
3160 Date:   Fri Jan 7 10:05:11 2011 -0800
3161
3162     altos: Add configuration parameter for maximum flight log size
3163     
3164     This parameter will permit available storage to be split into multiple
3165     separate flight logs.
3166     
3167     Signed-off-by: Keith Packard <keithp@keithp.com>
3168
3169 commit 3bcf14f12f6681888c3162d0f33ef2d454eb75dd
3170 Author: Bdale Garbee <bdale@gag.com>
3171 Date:   Fri Jan 7 00:52:50 2011 -0700
3172
3173     update changelogs for Debian build
3174
3175 commit 408a3e04362d626778640dd0ce7d356d3863de53
3176 Author: Keith Packard <keithp@keithp.com>
3177 Date:   Thu Jan 6 23:38:13 2011 -0800
3178
3179     altos: Mark end of available flight list with 'done' to make the UI
3180     code easier to write
3181     
3182     Signed-off-by: Keith Packard <keithp@keithp.com>
3183
3184 commit e991f52276248fa08d96fbecc458bc478e98d299
3185 Author: Keith Packard <keithp@keithp.com>
3186 Date:   Thu Jan 6 23:35:31 2011 -0800
3187
3188     altos: Rip out 'optimization' in ao_log_scan
3189     
3190     Remove premature optimization to avoid re-scanning the flight logs for
3191     the best empty entry.
3192     
3193     Signed-off-by: Keith Packard <keithp@keithp.com>
3194
3195 commit 569a1dac55b70c30f01afa7bcb74442ecdd85d85
3196 Author: Keith Packard <keithp@keithp.com>
3197 Date:   Thu Jan 6 22:37:38 2011 -0800
3198
3199     altos: Move common storage code to ao_storage.c. Add M25P80 driver
3200     
3201     This reworks the storage API so that you erase blocks and then store
3202     data to them so that the M25P80 driver will work.
3203     
3204     Signed-off-by: Keith Packard <keithp@keithp.com>
3205
3206 commit e4ba9bf4291bf17c777c8c3ef7c71e4a30b9947a
3207 Author: Keith Packard <keithp@keithp.com>
3208 Date:   Thu Jan 6 17:34:58 2011 -0800
3209
3210     altos: Require manual flight erasing.
3211     
3212     This supports flash chips that require larger erase blocks.
3213     
3214     Signed-off-by: Keith Packard <keithp@keithp.com>
3215
3216 commit ddcc94da4326f9ce954bd31a46b36165c58e6c18
3217 Author: Keith Packard <keithp@keithp.com>
3218 Date:   Thu Jan 6 12:51:39 2011 -0800
3219
3220     altos: Simplify storage API
3221     
3222     This removes the config-specific APIs and exposes global variables for
3223     the available storage space, block size and config storage location.
3224     
3225     Signed-off-by: Keith Packard <keithp@keithp.com>
3226
3227 commit f3f1b1488bdc92fa9277dc549ba9f3210a8d4c8c
3228 Author: Keith Packard <keithp@keithp.com>
3229 Date:   Thu Jan 6 11:28:35 2011 -0800
3230
3231     altos: packet and usb i/o routines use 'char', not 'uint8_t'
3232     
3233     Just fixing the type of a local variable holding a character
3234     passed from the packet link to usb.
3235     
3236     Signed-off-by: Keith Packard <keithp@keithp.com>
3237
3238 commit 5688af4e4d7ca8e559d758257e79b7979f1cc924
3239 Author: Keith Packard <keithp@keithp.com>
3240 Date:   Wed Dec 22 21:13:56 2010 -0800
3241
3242     altos: Add telemetrum-v1.1 directory
3243     
3244     This just clones the v1.0 build; changes will be added on top of this.
3245     
3246     Signed-off-by: Keith Packard <keithp@keithp.com>
3247
3248 commit 9f7296b3feab872bf51fc369ade69cc1e7cf7a3f
3249 Author: Keith Packard <keithp@keithp.com>
3250 Date:   Wed Dec 22 21:06:22 2010 -0800
3251
3252     altos: Split out SPI driver.
3253     
3254     For TM with the companion connector, the SPI bus will be shared among
3255     multiple devices. Split out the existing SPI code into a common
3256     driver, with the SPI bus protected by a mutex.
3257     
3258     Signed-off-by: Keith Packard <keithp@keithp.com>
3259
3260 commit 51c410c1c952e0e9bcf1b2c438813de63753be5f
3261 Author: Keith Packard <keithp@keithp.com>
3262 Date:   Sun Nov 28 00:24:54 2010 -0800
3263
3264     windows: Update NSIS installer file to use compatibility IDs
3265     
3266     This allows the file to contain a single InitDriverSetup function,
3267     making things shorter and (I hope) clearer.
3268
3269 commit 4a42f9d5c20dcaf5fd7591ccf9e32c6130d9d538
3270 Author: Keith Packard <keithp@keithp.com>
3271 Date:   Sun Nov 28 00:22:14 2010 -0800
3272
3273     windows: Add compatibility IDs to telemetrum.inf
3274     
3275     This will allow the .nsi file to reference just the compatibility ID
3276     instead of needing to have all of the USB IDs listed.
3277     
3278     Signed-off-by: Keith Packard <keithp@keithp.com>
3279
3280 commit 484b44e81b655f1ecb48256095382a56d2839bae
3281 Author: Keith Packard <keithp@keithp.com>
3282 Date:   Fri Nov 26 17:39:40 2010 -0800
3283
3284     altos: eliminate ao_wake_task
3285     
3286     Waking up a task waiting on some random object is a bad idea. Fix
3287     the waiters to look for suitable signalling.
3288     
3289     Signed-off-by: Keith Packard <keithp@keithp.com>
3290
3291 commit 07213dc34fa20470a4b36a327a83d75b0f010ebb
3292 Author: Keith Packard <keithp@keithp.com>
3293 Date:   Fri Nov 26 16:14:15 2010 -0800
3294
3295     altos: clean up radio abort paths. Share radio code.
3296     
3297     Instead of aborting the DMA and radio operation and expecting that to
3298     be handled reasonably by the radio receiving task, rewrite things so
3299     that the abort function just wakes the receiving task while that
3300     terminates the DMA and cleans up the radio.
3301     
3302     This eliminates all kinds of nasty bugs dealing with radio abort
3303     smashing the radio registers at the wrong time, or interrupting a
3304     radio transmission.
3305     
3306     Signed-off-by: Keith Packard <keithp@keithp.com>
3307
3308 commit b62580855c5144f5bc7e0172289bce08814d9472
3309 Author: Anthony Towns <aj@erisian.com.au>
3310 Date:   Tue Dec 14 03:40:18 2010 +1000
3311
3312     altosui: move maps to subdir, fix E/W mismatch
3313
3314 commit b8d2eb5509096fd5bd04598b1312077659109620
3315 Author: Bdale Garbee <bdale@gag.com>
3316 Date:   Wed Dec 1 00:15:17 2010 -0700
3317
3318     update changelogs for Debian build
3319
3320 commit ea95c060f8bd959cefc60dd6d411151f3c91384e
3321 Author: Bdale Garbee <bdale@gag.com>
3322 Date:   Wed Dec 1 00:12:05 2010 -0700
3323
3324     fix symlink paths in rules file
3325
3326 commit f95220b6f0cc74928e0e7d7c7e1f443eafc32a02
3327 Author: Bdale Garbee <bdale@gag.com>
3328 Date:   Wed Dec 1 00:03:23 2010 -0700
3329
3330     update changelogs for Debian build
3331
3332 commit ea7130e953622884afc348265f5a4c58f9876823
3333 Author: Bdale Garbee <bdale@gag.com>
3334 Date:   Wed Dec 1 00:00:58 2010 -0700
3335
3336     modify Debian package build to deliver one copy of background.png for
3337     the themes and symlink it into place for gdm and slim
3338
3339 commit 3696b30a8d1eb351353d84b5f7af8eeff55c468b
3340 Author: Bdale Garbee <bdale@gag.com>
3341 Date:   Mon Nov 29 21:47:13 2010 -0700
3342
3343     update changelogs for Debian build
3344
3345 commit 11b3f9ff715017a2dec02003275885334f22c009
3346 Author: Bdale Garbee <bdale@gag.com>
3347 Date:   Mon Nov 29 21:46:02 2010 -0700
3348
3349     releasing 0.8.1
3350
3351 commit 5f3f11e11dff9b9f4d1dde279c0d474de0de12a5
3352 Author: Keith Packard <keithp@keithp.com>
3353 Date:   Mon Nov 29 20:41:49 2010 -0800
3354
3355     Add minimal release testing plan to Releasing
3356     
3357     Signed-off-by: Keith Packard <keithp@keithp.com>
3358
3359 commit f0a4deee23984a8f779917bbeaf74a66a0abf592
3360 Author: Keith Packard <keithp@keithp.com>
3361 Date:   Mon Nov 29 20:34:27 2010 -0800
3362
3363     Move "Releasing" to top level
3364     
3365     This file documents the AltOS release process for all systems.
3366     
3367     Signed-off-by: Keith Packard <keithp@keithp.com>
3368
3369 commit b727156ef0a7fb6e442ca28be27eb344a213ecf8
3370 Author: Keith Packard <keithp@keithp.com>
3371 Date:   Mon Nov 29 20:17:35 2010 -0800
3372
3373     windows: Add jfreechart.jar and jcommon.jar to windows install image
3374     
3375     These are necessary for the Graph Data button to do anything useful.
3376     
3377     Signed-off-by: Keith Packard <keithp@keithp.com>
3378
3379 commit 3e2220a180f95971d222a597d2057ca328c27356
3380 Author: Bdale Garbee <bdale@gag.com>
3381 Date:   Mon Nov 29 21:29:14 2010 -0700
3382
3383     adding Bdale's release process document to the source tree
3384
3385 commit 61a924099800494b589cbbb87c65b552ccbd8394
3386 Author: Bdale Garbee <bdale@gag.com>
3387 Date:   Mon Nov 29 14:40:27 2010 -0700
3388
3389     fix an Altos vs Altus typo in the docs
3390
3391 commit e840b6594b8a939f148fa7231e1b06a280d94074
3392 Author: Bdale Garbee <bdale@gag.com>
3393 Date:   Sun Nov 28 22:42:43 2010 -0700
3394
3395     fix section layering
3396
3397 commit f39698bbc12afdfadfac56c90030e16db93cf4fc
3398 Author: Bdale Garbee <bdale@gag.com>
3399 Date:   Sun Nov 28 19:46:03 2010 -0700
3400
3401     fix publish target in doc/Makefile
3402
3403 commit 13cea7a96821165a10a8b2433af1da7508882b0a
3404 Author: Bdale Garbee <bdale@gag.com>
3405 Date:   Sun Nov 28 18:48:31 2010 -0700
3406
3407     moved doc dir in web content to AltOS tree
3408
3409 commit 6f3c72462af86a7d9dec20f4c813a524a5be9fbb
3410 Author: Bdale Garbee <bdale@gag.com>
3411 Date:   Sun Nov 28 18:32:17 2010 -0700
3412
3413     update changelogs for Debian build
3414
3415 commit a375942979dbcd8239d8c0addb10616e6048f6ea
3416 Author: Bdale Garbee <bdale@gag.com>
3417 Date:   Sun Nov 28 18:31:26 2010 -0700
3418
3419     rewind changelog to recover from stupid build failure
3420
3421 commit 263cf6c4fc5c1a240d719bb0ceb33393864fb3d6
3422 Author: Bdale Garbee <bdale@gag.com>
3423 Date:   Sun Nov 28 18:24:00 2010 -0700
3424
3425     update changelogs for Debian build
3426
3427 commit 2615289265b6f8fa08827be794b4eee569fc6333
3428 Author: Bdale Garbee <bdale@gag.com>
3429 Date:   Sun Nov 28 18:23:17 2010 -0700
3430
3431     update changelogs for Debian build
3432
3433 commit 5e23bcc2d2ad33a839fedd2158213098a05cd9ae
3434 Author: Bdale Garbee <bdale@gag.com>
3435 Date:   Sun Nov 28 18:21:31 2010 -0700
3436
3437     declaring 0.8 released
3438
3439 commit b09d3e11c32abd07f8e11b483ac4b57148f4f2d8
3440 Author: Keith Packard <keithp@keithp.com>
3441 Date:   Sat Nov 27 23:08:41 2010 -0800
3442
3443     windows: Bump .inf file version
3444
3445 commit 42c2394ccc1a1ee6dc134ed963a4f79acf031d0b
3446 Author: Keith Packard <keithp@keithp.com>
3447 Date:   Sat Nov 27 23:04:50 2010 -0800
3448
3449     windows: more .inf file hacking
3450     
3451     Add a LayoutFile reference
3452     Add the FakeModemCopyFileSection
3453     
3454     Copy AltosMetrum.Install section to AltusMetrum.Install.NT section. I
3455     don't know what this might do; existing files seem inconsistent.
3456     
3457     Signed-off-by: Keith Packard <keithp@keithp.com>
3458
3459 commit 26369a92398f4ebe3fcd54ce34cebffae0cfdf07
3460 Author: Keith Packard <keithp@keithp.com>
3461 Date:   Sat Nov 27 22:39:31 2010 -0800
3462
3463     windows: remove some non-existent .inf file section references
3464     
3465     The mfglt and VerboseResultCodes sections are not present in the .inf
3466     file, so remove refernces to them.
3467     
3468     Signed-off-by: Keith Packard <keithp@keithp.com>
3469
3470 commit 641c5373724d34c3adfcf42420a528d6bba736b9
3471 Author: Keith Packard <keithp@keithp.com>
3472 Date:   Sat Nov 27 22:35:18 2010 -0800
3473
3474     windows: try harder to get windows install to work
3475     
3476     Add devIDs to .nsi file. Fix install section name mapping from the
3477     hot-plug info.
3478     
3479     Signed-off-by: Keith Packard <keithp@keithp.com>
3480
3481 commit cd414e2c04ce5ecbc75f19325a6d6f82cd489fb3
3482 Author: Keith Packard <keithp@keithp.com>
3483 Date:   Sat Nov 27 16:30:29 2010 -0800
3484
3485     altosui: Correct windows hardware IDs for nsis installer file
3486     
3487     Need real hardware IDs (encoded USB ids) to get windows to
3488     auto-install the driver?
3489     
3490     Signed-off-by: Keith Packard <keithp@keithp.com>
3491
3492 commit f834b22905db87557f729f942607dc363b013694
3493 Author: Bdale Garbee <bdale@gag.com>
3494 Date:   Thu Nov 25 22:31:33 2010 -0700
3495
3496     update changelogs for Debian build
3497
3498 commit da3b39d6b1b5ba48686c2a4add4b5448fd5711af
3499 Author: Bdale Garbee <bdale@gag.com>
3500 Date:   Thu Nov 25 22:29:01 2010 -0700
3501
3502     changed main document name from telemetrum-doc to altusmetrum
3503
3504 commit ab6c9c983a2830bc8807e1b75d2576141b73632d
3505 Author: Bdale Garbee <bdale@gag.com>
3506 Date:   Thu Nov 25 19:30:02 2010 -0700
3507
3508     update fat target in Makefiles to reflect move of altosui and libaltos
3509
3510 commit b8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed
3511 Author: Keith Packard <keithp@keithp.com>
3512 Date:   Thu Nov 25 17:29:28 2010 -0800
3513
3514     altosui: Clean up flash code to ensure swing gets called from right thread
3515     
3516     This moves all of the flash code to a separate thread and passes
3517     messages back to the swing thread to keep the UI up to date.
3518     
3519     Signed-off-by: Keith Packard <keithp@keithp.com>
3520
3521 commit adbb14c63d85b7a54223f88ac623571456f4a462
3522 Author: Keith Packard <keithp@keithp.com>
3523 Date:   Thu Nov 25 16:28:04 2010 -0800
3524
3525     altosui: Remove gratuitous threading from device flashing UI
3526     
3527     There's no need for a thread here, and swing doesn't want us to use
3528     one anyways.
3529     
3530     Signed-off-by: Keith Packard <keithp@keithp.com>
3531
3532 commit 7f88520089660845009148b69bfcea6c9dff9672
3533 Author: Keith Packard <keithp@keithp.com>
3534 Date:   Thu Nov 25 16:23:18 2010 -0800
3535
3536     altosui: Flight data download GUI operations called only from main thread
3537     
3538     Swing doesn't like UI functions being called from non-dispatch thread,
3539     so fix up the eeprom download code to use SwingUtilities.invokeLater
3540     to make sure this works right.
3541     
3542     Signed-off-by: Keith Packard <keithp@keithp.com>
3543
3544 commit 6d3612e267cd4c1e7fdd74fc33952b3f26f870f5
3545 Author: Keith Packard <keithp@keithp.com>
3546 Date:   Thu Nov 25 16:09:37 2010 -0800
3547
3548     altosui: Eliminate unnecessary thread from config UI
3549     
3550     There's no reason to use a thread to run a dialog box, and
3551     swing doesn't like threads anyways.
3552     
3553     Signed-off-by: Keith Packard <keithp@keithp.com>
3554
3555 commit 12fb7f0e70cd244475d84469f93283112478d1e1
3556 Author: Keith Packard <keithp@keithp.com>
3557 Date:   Thu Nov 25 15:56:42 2010 -0800
3558
3559     altosui: Only call swing display functions from main thread.
3560     
3561     Swing insists that all display functions be called from a single
3562     thread, and the flight window wasn't following this for display
3563     updates. Use SwingUtilities.invokeLater to make sure the flight UI
3564     updates happen in the right context.
3565     
3566     Fixes a UI freeze on Mac OS.
3567     
3568     Signed-off-by: Keith Packard <keithp@keithp.com>
3569
3570 commit b74cec6cd0bc043f53e9e28472765aa343136813
3571 Author: Bob Finch <w9ya@qrparci.net>
3572 Date:   Thu Nov 25 13:30:48 2010 -0700
3573
3574     Updated AltOS PKGBUILD to track makefile changes
3575
3576 commit f88bde21d76a4ff91099a5051153ebace1619978
3577 Author: Keith Packard <keithp@keithp.com>
3578 Date:   Thu Nov 25 11:16:55 2010 -0800
3579
3580     altosui: Hack up standalone makefile to maybe build altosui again
3581     
3582     This isn't tested, but at least the paths are more likely to be correct
3583     
3584     Signed-off-by: Keith Packard <keithp@keithp.com>
3585
3586 commit 3d98440d53378aaa6da87ed65e9abb2f96f7ee49
3587 Author: Keith Packard <keithp@keithp.com>
3588 Date:   Thu Nov 25 11:16:28 2010 -0800
3589
3590     altosui: Make windows bits build after moving altosui directory
3591     
3592     Signed-off-by: Keith Packard <keithp@keithp.com>
3593
3594 commit 4893ed50bc14772986ac02f9b39928f1882da923
3595 Author: Keith Packard <keithp@keithp.com>
3596 Date:   Wed Nov 24 23:54:08 2010 -0800
3597
3598     Revert "altos: Don't abort radio transmissions with ao_radio_abort"
3599     
3600     This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88.
3601     
3602     With this patch in place, TD could not be placed in 'packet' mode.
3603
3604 commit cb08bc264c71ca972027392b42f347a03df76a43
3605 Author: Keith Packard <keithp@keithp.com>
3606 Date:   Wed Nov 24 22:55:08 2010 -0800
3607
3608     doc: Rename telemetrum-doc as altusmetrum
3609     
3610     Signed-off-by: Keith Packard <keithp@keithp.com>
3611
3612 commit 554bdd25e132dbaec322bc11f94093d2c2e78751
3613 Author: Keith Packard <keithp@keithp.com>
3614 Date:   Wed Nov 24 22:49:33 2010 -0800
3615
3616     doc: Add more authors, fix URL formatting, note that AltosUI actually exists
3617     
3618     Add aj and bfinch as authors. Insert an acknowledgements section. Fill
3619     in the Fire Igniter section in the AltosUI chapter. Then change the
3620     section talking about the future plans for Java to mention that they
3621     actually exist now.
3622     
3623     Signed-off-by: Keith Packard <keithp@keithp.com>
3624
3625 commit bcf78b67717374b5971820021b83061e2e9734cf
3626 Author: Keith Packard <keithp@keithp.com>
3627 Date:   Wed Nov 24 21:39:18 2010 -0800
3628
3629     doc: Reformat altos to use sections for each function
3630     
3631     This places them in the TOC, making them easier to find.
3632     
3633     Signed-off-by: Keith Packard <keithp@keithp.com>
3634
3635 commit 51c7741040d95c5deece939dae5e4136cc04afc4
3636 Merge: d1dbe3b 4e47c44
3637 Author: Keith Packard <keithp@keithp.com>
3638 Date:   Wed Nov 24 21:00:52 2010 -0800
3639
3640     Merge branch 'buttonbox'
3641     
3642     Conflicts:
3643         doc/telemetrum-doc.xsl
3644     
3645     Pull the buttbox version of the docs in as it had been updated.
3646     
3647     Signed-off-by: Keith Packard <keithp@keithp.com>
3648
3649 commit 4e47c44d335276cf0dc5ed3a0756e50c98c1b9b9
3650 Author: Bdale Garbee <bdale@gag.com>
3651 Date:   Wed Nov 24 21:44:53 2010 -0700
3652
3653     manually fold in documentation work from the master branch
3654
3655 commit 8a68c1da253c0b29a7cb9c7540c20585ad6e3dec
3656 Author: Bdale Garbee <bdale@gag.com>
3657 Date:   Wed Nov 24 21:21:53 2010 -0700
3658
3659     tweak rev history
3660
3661 commit 7cd1c7765d137df711caeeb69abaaba1b36e0a65
3662 Author: Bdale Garbee <bdale@gag.com>
3663 Date:   Wed Nov 24 20:53:36 2010 -0700
3664
3665     fix missing section close in Site Map content
3666
3667 commit db2b19b8f0d452d682d53c7ed0ff6e359b46efa0
3668 Merge: b372f3c 915f881
3669 Author: Keith Packard <keithp@keithp.com>
3670 Date:   Wed Nov 24 18:57:35 2010 -0800
3671
3672     Merge remote branch 'aj/buttonbox' into buttonbox
3673
3674 commit b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc
3675 Author: Keith Packard <keithp@keithp.com>
3676 Date:   Wed Nov 24 18:50:46 2010 -0800
3677
3678     Missing change to top level Makefile to build altosui
3679     
3680     Signed-off-by: Keith Packard <keithp@keithp.com>
3681
3682 commit 915f881d61294dc6f5a6a3e8d75567e18492a631
3683 Author: Anthony Towns <aj@erisian.com.au>
3684 Date:   Thu Nov 25 09:52:30 2010 +1000
3685
3686     doc: Document altosui "Site Map" tab
3687
3688 commit f01096c4b42f9a4720ed0414826c2a283a992545
3689 Merge: 357826a 3fbefb3
3690 Author: Anthony Towns <aj@erisian.com.au>
3691 Date:   Thu Nov 25 09:10:50 2010 +1000
3692
3693     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3694
3695 commit 3fbefb3eea981d34a09496cf8abf0119de2e35bf
3696 Author: Keith Packard <keithp@keithp.com>
3697 Date:   Wed Nov 24 14:57:57 2010 -0800
3698
3699     Move altosui to the top level, placing libaltos inside it.
3700     
3701     Signed-off-by: Keith Packard <keithp@keithp.com>
3702
3703 commit 357826aa9c7b42c59f5d52b8eb016d73b6da0c7f
3704 Author: Anthony Towns <aj@erisian.com.au>
3705 Date:   Thu Nov 25 09:07:34 2010 +1000
3706
3707     docs: Document altosui "Graph Data" button
3708
3709 commit 7811e6dfa6caf10251da7df7c24b98cdc3787892
3710 Merge: 71b1949 7a50837
3711 Author: Anthony Towns <aj@erisian.com.au>
3712 Date:   Thu Nov 25 08:47:36 2010 +1000
3713
3714     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3715
3716 commit 7a50837ea0d92db3f469f197ec8210aee22aa143
3717 Author: Keith Packard <keithp@keithp.com>
3718 Date:   Wed Nov 24 10:55:18 2010 -0800
3719
3720     altosui: Make sure packet mode is turned off when the connection fails
3721     
3722     When the packet connection times out, turn packet mode off when
3723     closing the serial port.
3724     
3725     Signed-off-by: Keith Packard <keithp@keithp.com>
3726
3727 commit 7d90e2f6009e060fb59c519f7e564483a7ca6872
3728 Author: Keith Packard <keithp@keithp.com>
3729 Date:   Tue Nov 23 20:17:44 2010 -0800
3730
3731     altosui: Let people fire igniters that don't read as 'ready'
3732     
3733     This provides for igniter testing with LEDs or other materials that
3734     don't look like regular igniters.
3735     
3736     Signed-off-by: Keith Packard <keithp@keithp.com>
3737
3738 commit f3233985a132e1d660e6df12d0056b6729f16faf
3739 Author: Keith Packard <keithp@keithp.com>
3740 Date:   Tue Nov 23 19:09:31 2010 -0800
3741
3742     altosui: Disable radio configation over packet link.
3743     
3744     Attempting to configure the radio over the packet link will only end
3745     up confusing the user, so disable it. This also works around a bug in
3746     older TM code which would lock up when trying to do this.
3747     
3748     Signed-off-by: Keith Packard <keithp@keithp.com>
3749
3750 commit 6cd9be22f06f21d12ee2f668989d83d3c61d14c0
3751 Author: Keith Packard <keithp@keithp.com>
3752 Date:   Tue Nov 23 19:08:07 2010 -0800
3753
3754     altosui: New AltosSerial.set_radio function sets channel/call
3755     
3756     Use this anytime you need to set the device radio channel and call
3757     sign, either for telemetry reception or packet mode origination. This
3758     uses the saved callsign and per-device radio channel number. Do not
3759     use this when opening a telemetrum as there won't be a saved channel number.
3760     
3761     Signed-off-by: Keith Packard <keithp@keithp.com>
3762
3763 commit ed7cf7d262fcf7c0c677c2fb981582b571de9e5e
3764 Author: Keith Packard <keithp@keithp.com>
3765 Date:   Tue Nov 23 19:04:55 2010 -0800
3766
3767     altosui: Make AltosSerial.flush_input keep reading while non-empty
3768     
3769     Flushing the input buffer can take a while, especially over the packet
3770     link. Keep reading while stuff is appearing on the reply queue.
3771     
3772     Signed-off-by: Keith Packard <keithp@keithp.com>
3773
3774 commit 3b9db8c82d26a6a2e43d4ca40742fc1bdc502380
3775 Author: Keith Packard <keithp@keithp.com>
3776 Date:   Tue Nov 23 19:02:54 2010 -0800
3777
3778     altos: Make radio test command careful with the radio mutex.
3779     
3780     Remember whether the radio test mode is on or off and don't try to do
3781     either of them twice to prevent the mutex from being acquired or
3782     released twice.
3783     
3784     Signed-off-by: Keith Packard <keithp@keithp.com>
3785
3786 commit 54468e5dc567aaac5c5c20e921859b7cec28bb88
3787 Author: Keith Packard <keithp@keithp.com>
3788 Date:   Tue Nov 23 18:57:49 2010 -0800
3789
3790     altos: Don't abort radio transmissions with ao_radio_abort
3791     
3792     We only want to abort pending radio reception to release the radio for
3793     other use, or to change the radio channel. Let radio transmission
3794     proceed. This fixes a problem with using packet mode to configure the
3795     radio channel; if the packet transmission is aborted, the TM ends up
3796     wedged.
3797     
3798     Signed-off-by: Keith Packard <keithp@keithp.com>
3799
3800 commit d873dc28f0752aeb58a6263e42bdd5b9095bd392
3801 Author: Keith Packard <keithp@keithp.com>
3802 Date:   Tue Nov 23 18:56:46 2010 -0800
3803
3804     altos: remove unused variable from ao_igniter
3805     
3806     The 'status' variable used to hold a reported status value from the
3807     igniter after firing, but we ignore that now.
3808     
3809     Signed-off-by: Keith Packard <keithp@keithp.com>
3810
3811 commit 71b1949e50f4533bcf44537da65b19bc67863c8e
3812 Merge: a79225c f1892b1
3813 Author: Anthony Towns <aj@erisian.com.au>
3814 Date:   Wed Nov 24 12:14:11 2010 +1000
3815
3816     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3817
3818 commit f1892b137b1de3d6caf0293bd40ed5c3e4948066
3819 Author: Bdale Garbee <bdale@gag.com>
3820 Date:   Tue Nov 23 18:58:11 2010 -0700
3821
3822     lose the placeholder on how GPS works, as it's going to be a
3823     while before I tackle that, if ever.
3824
3825 commit a79225c215f17fa5218ddd9db4fc3f5c563a9f74
3826 Merge: 84cd5d4 853b711
3827 Author: Anthony Towns <aj@erisian.com.au>
3828 Date:   Wed Nov 24 11:55:14 2010 +1000
3829
3830     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3831
3832 commit 853b7112e34212040c4cb7289f9cfdb2f3ea9f90
3833 Author: Bdale Garbee <bdale@gag.com>
3834 Date:   Tue Nov 23 18:53:18 2010 -0700
3835
3836     merge Keith's AltosUI documention into "the big book"
3837
3838 commit 84cd5d42d8b5659463544fe2a400758b56478609
3839 Author: Anthony Towns <aj@erisian.com.au>
3840 Date:   Wed Nov 24 02:13:32 2010 +1000
3841
3842     altosui: sitemap uses rocket gps if no pad gps
3843
3844 commit c7119c21baa9d4ca681975b8613ade6593f65577
3845 Author: Anthony Towns <aj@erisian.com.au>
3846 Date:   Wed Nov 24 02:11:36 2010 +1000
3847
3848     altosui: don't switch away from user selected tab
3849
3850 commit ae55a107f12546dc65f04618c7abc17beb920d73
3851 Merge: d1005f6 737f2fd
3852 Author: Anthony Towns <aj@erisian.com.au>
3853 Date:   Wed Nov 24 01:53:46 2010 +1000
3854
3855     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3856
3857 commit 737f2fdd012202f453120ece117ae5e859b32082
3858 Author: Keith Packard <keithp@keithp.com>
3859 Date:   Mon Nov 22 22:26:19 2010 -0800
3860
3861     doc: Add internal documentation for AltOS
3862     
3863     Signed-off-by: Keith Packard <keithp@keithp.com>
3864
3865 commit 5523e7d55ecc8d310e495fa4f5115f7483c42d65
3866 Author: Bdale Garbee <bdale@gag.com>
3867 Date:   Mon Nov 22 21:07:10 2010 -0700
3868
3869     add a rudimentary --help for command line use
3870
3871 commit d1005f68376d695039c314b8d7a68bbf9acbca4f
3872 Merge: 9a83e0d 22c0978
3873 Author: Anthony Towns <aj@erisian.com.au>
3874 Date:   Tue Nov 23 10:14:55 2010 +1000
3875
3876     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3877
3878 commit 22c09781af1df4b38562b577e9926c23e4a397f2
3879 Merge: b27327a a79606a
3880 Author: Keith Packard <keithp@keithp.com>
3881 Date:   Mon Nov 22 16:02:22 2010 -0800
3882
3883     Merge remote branch 'origin/buttonbox' into buttonbox
3884
3885 commit b27327a05d249eaf969b67d2a8d12fc6a93841f0
3886 Author: Keith Packard <keithp@keithp.com>
3887 Date:   Mon Nov 22 15:56:04 2010 -0800
3888
3889     altos: assume igniter worked.
3890     
3891     Many igniters don't go open when fired, so there's no way
3892     to know if they worked. Assume they did as a failed igniter is
3893     unlikely to do anything when fired again anyways.
3894     
3895     Signed-off-by: Keith Packard <keithp@keithp.com>
3896
3897 commit 68323cbb222f1f33198a42abaa0550af22f75a93
3898 Author: Keith Packard <keithp@keithp.com>
3899 Date:   Mon Nov 22 15:53:27 2010 -0800
3900
3901     altosui: Close serial port when debug link fails
3902     
3903     If the debug connection isn't working, close down the serial port when
3904     reporting the failure.
3905     
3906     Signed-off-by: Keith Packard <keithp@keithp.com>
3907
3908 commit 9a83e0dc79f7a7467c7814d58daa2a2b89e50972
3909 Merge: 902735f a79606a
3910 Author: Anthony Towns <aj@erisian.com.au>
3911 Date:   Tue Nov 23 08:07:04 2010 +1000
3912
3913     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3914
3915 commit a79606a6507fc01a74910f7959e84c4e9a730714
3916 Author: Bob Finch <w9ya@qrparci.net>
3917 Date:   Mon Nov 22 12:24:42 2010 -0700
3918
3919     Added PKGBUILDs for deps into contribs
3920
3921 commit 377ee7e90ecd028f984cd1abce96b2efc3b5b977
3922 Author: Keith Packard <keithp@keithp.com>
3923 Date:   Sun Nov 21 14:03:17 2010 -0800
3924
3925     altos: Add on/off modes to 'C' command
3926     
3927     This lets the user turn the radio on/off and then invoke other commands.
3928     
3929     Signed-off-by: Keith Packard <keithp@keithp.com>
3930
3931 commit 902735ffbfdd97672d52b09f17cdcd619193fd05
3932 Author: Anthony Towns <aj@erisian.com.au>
3933 Date:   Mon Nov 22 05:29:26 2010 +1000
3934
3935     altosui: keep sitemap more centred on rocket
3936
3937 commit b85df38b5611e45cb9296df07b720badf74ac26e
3938 Author: Anthony Towns <aj@erisian.com.au>
3939 Date:   Mon Nov 22 05:22:17 2010 +1000
3940
3941     altosui: improve sitemap scrolling behaviour
3942
3943 commit 4a9ded5b39ed08e13abc2cddba8b712f62b983f2
3944 Author: Anthony Towns <aj@erisian.com.au>
3945 Date:   Sun Nov 21 17:39:50 2010 +1000
3946
3947     AltosSiteMap: ensure buffer around active tile
3948
3949 commit ec47bc93a487614714a752cb30ec9fe3d8f72929
3950 Merge: 0393830 e7954c8
3951 Author: Anthony Towns <aj@erisian.com.au>
3952 Date:   Sun Nov 21 16:08:37 2010 +1000
3953
3954     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
3955
3956 commit e7954c820763f80e993f9f822e837725cf36af84
3957 Author: Keith Packard <keithp@keithp.com>
3958 Date:   Sat Nov 20 22:03:26 2010 -0800
3959
3960     altosui: When fixing eeprom gps time information, make GPS data valid
3961     
3962     Eeprom files may be missing the GPS time (due to a firmware bug). Working
3963     around this involves finding the next valid GPS time and using that to
3964     create a fake GPS time entry. However, that next GPS time may not
3965     be locked or may have few sats as it is from the boost stage of the
3966     flight. Fix this by simply forcing the fake time packet to have
3967     4 sats and be locked.
3968     
3969     Signed-off-by: Keith Packard <keithp@keithp.com>
3970
3971 commit 0393830f85da5efc96bbdf0d9769b66019c34b33
3972 Author: Anthony Towns <aj@erisian.com.au>
3973 Date:   Sun Nov 21 15:13:35 2010 +1000
3974
3975     AltosSiteMap: limit nr of tiles to 200x200
3976
3977 commit a08b2a6363c194195db92029743f6612676373ce
3978 Author: Anthony Towns <aj@erisian.com.au>
3979 Date:   Sun Nov 21 15:03:21 2010 +1000
3980
3981     AltosSiteMap: never accept 0,0 as lat/long
3982
3983 commit 84e570d8a8a52e0d358582135ec1b3a12be94c26
3984 Author: Anthony Towns <aj@erisian.com.au>
3985 Date:   Sun Nov 21 14:45:10 2010 +1000
3986
3987     AltosSiteMap: refactor tile collection
3988
3989 commit 71e487344395a8efc9cd279aad92f601ff4c6d3d
3990 Author: Anthony Towns <aj@erisian.com.au>
3991 Date:   Sun Nov 21 14:05:00 2010 +1000
3992
3993     AltosSiteMap: thread safe tile addition
3994
3995 commit c040bcd06679484175542208fb564d0271a7fc1b
3996 Author: Anthony Towns <aj@erisian.com.au>
3997 Date:   Sun Nov 21 13:19:36 2010 +1000
3998
3999     AltosSiteMap: try to get new tile construction right
4000
4001 commit c3994dd82d489289ebc99ff9c5fa88f560c023ac
4002 Author: Anthony Towns <aj@erisian.com.au>
4003 Date:   Sun Nov 21 13:07:11 2010 +1000
4004
4005     AltosSiteMap: extend map if rocket goes far away
4006
4007 commit 835b903727a2eabda8d9659cc46e53301f92897c
4008 Merge: 440a0f3 8789135
4009 Author: Anthony Towns <aj@erisian.com.au>
4010 Date:   Sun Nov 21 11:15:02 2010 +1000
4011
4012     Merge branch 'sitemap' into buttonbox
4013     
4014     Conflicts:
4015         ao-tools/altosui/AltosSiteMap.java
4016
4017 commit 878913551a1e4e3c8f2b39fa4aeb234880735a1c
4018 Author: Anthony Towns <aj@erisian.com.au>
4019 Date:   Sun Nov 21 10:55:22 2010 +1000
4020
4021     AltosSiteMap: explain tile size better
4022
4023 commit 440a0f3f5130eb0c8e614691892be8c94e7fd3c3
4024 Author: Keith Packard <keithp@keithp.com>
4025 Date:   Sat Nov 20 16:55:12 2010 -0800
4026
4027     altosui: Set site map flight path lines to 6 pixels anti-aliased.
4028     
4029     Much more visible over the map.
4030     
4031     Signed-off-by: Keith Packard <keithp@keithp.com>
4032
4033 commit 2a7dc3ba36bac81640a9498e0d0caf1470b57c19
4034 Merge: e5b1ada ece2c86
4035 Author: Anthony Towns <aj@erisian.com.au>
4036 Date:   Sun Nov 21 10:45:15 2010 +1000
4037
4038     Merge branch 'buttonbox' into sitemap
4039     
4040     Conflicts:
4041         ao-tools/altosui/AltosFlightUI.java
4042
4043 commit 8df185cd95cfecbed8272dd1275d077c5b45535b
4044 Merge: ece2c86 1e71264
4045 Author: Keith Packard <keithp@keithp.com>
4046 Date:   Sat Nov 20 16:35:48 2010 -0800
4047
4048     Merge remote branch 'aj/sitemap' into buttonbox
4049     
4050     Conflicts:
4051         ao-tools/altosui/AltosFlightUI.java
4052     
4053     Signed-off-by: Keith Packard <keithp@keithp.com>
4054
4055 commit e5b1adae9b23b98a6321986f5cd67c9d3166b87f
4056 Author: Anthony Towns <aj@erisian.com.au>
4057 Date:   Sun Nov 21 10:34:39 2010 +1000
4058
4059     AltosSiteMap: better gps check, lower zoom
4060
4061 commit ece2c86e2641b2cd613791293526c492b1606aa1
4062 Author: Keith Packard <keithp@keithp.com>
4063 Date:   Sat Nov 20 16:19:42 2010 -0800
4064
4065     altosui: Rewrite info table to mix with scroll pane well. Fix startup size
4066     
4067     Using a single table for the info table means that the scroll pane
4068     automatically picks up the table headers and shows them above the
4069     scrollable view.
4070     
4071     This patch also fixes the application size at startup so that no
4072     scrollbar is required in the info table, and the window is < 800x600.
4073     
4074     Signed-off-by: Keith Packard <keithp@keithp.com>
4075
4076 commit 1e712647dd6df1e77650db705f3ac32a3c8f6907
4077 Author: Anthony Towns <aj@erisian.com.au>
4078 Date:   Sun Nov 21 08:58:44 2010 +1000
4079
4080     altosui: reindent
4081
4082 commit a59a204e188e40ec8848a0dc63d6de710cee3039
4083 Merge: 8263630 37f0201
4084 Author: Anthony Towns <aj@erisian.com.au>
4085 Date:   Sun Nov 21 08:56:13 2010 +1000
4086
4087     Merge branch 'buttonbox' into sitemap
4088
4089 commit 82636305021c41d676f5f0f11378724fe0de0079
4090 Author: Anthony Towns <aj@erisian.com.au>
4091 Date:   Sun Nov 21 08:44:13 2010 +1000
4092
4093     AltosSiteMap: be more polite about preferred size
4094
4095 commit 37f0201d724693528f37ac7d275f68f90cf94da0
4096 Author: Keith Packard <keithp@keithp.com>
4097 Date:   Sat Nov 20 14:31:23 2010 -0800
4098
4099     altosui: change descent tab formatting to four columns
4100     
4101     This places labels to the left of each field. For igniter voltages,
4102     it uses three columns for the labels.
4103     
4104     Signed-off-by: Keith Packard <keithp@keithp.com>
4105
4106 commit 66ebd954d9c9a44a8db0ee713c682e39306fabd8
4107 Author: Anthony Towns <aj@erisian.com.au>
4108 Date:   Sun Nov 21 08:28:24 2010 +1000
4109
4110     Add GrabNDrag.java
4111
4112 commit 72f5e05f9f0055f2cef8b840812f090556c94338
4113 Author: Anthony Towns <aj@erisian.com.au>
4114 Date:   Sun Nov 21 08:18:39 2010 +1000
4115
4116     AltosSiteMap: major refactoring
4117
4118 commit b47517d4c2e49f6f7b9954d2c85f96397fe1103e
4119 Author: Keith Packard <keithp@keithp.com>
4120 Date:   Sat Nov 20 14:06:37 2010 -0800
4121
4122     altosui: re-indent
4123
4124 commit 6f8bc2ad20b715343e0510563ab0f14787ef3e07
4125 Author: Anthony Towns <aj@erisian.com.au>
4126 Date:   Sun Nov 21 01:34:52 2010 +1000
4127
4128     AltosDescent: switch elev from height to range
4129
4130 commit 89f44c5587ea4f927d5e398b6af919df0d6561c3
4131 Author: Anthony Towns <aj@erisian.com.au>
4132 Date:   Sun Nov 21 01:27:01 2010 +1000
4133
4134     AltosAscent/Descent: tidy up layout
4135
4136 commit 51e403145d28ac913e36d205077a613845596be2
4137 Author: Anthony Towns <aj@erisian.com.au>
4138 Date:   Sun Nov 21 00:17:51 2010 +1000
4139
4140     AltosSiteMapTile: draw boost circle as well as landed
4141
4142 commit 25ffe1cc7823895886b4777f310b4bda1c80133b
4143 Author: Anthony Towns <aj@erisian.com.au>
4144 Date:   Sun Nov 21 00:07:16 2010 +1000
4145
4146     AltosSiteMap: automatic fetching of map data
4147
4148 commit 20f714bbe3137de8fb7491b39985021fd1774930
4149 Author: Anthony Towns <aj@erisian.com.au>
4150 Date:   Sat Nov 20 22:49:51 2010 +1000
4151
4152     AltosSiteMapTile: seperate map and drawing layers
4153
4154 commit 58f8d069ce9488e2987b8e92caa69fe68cda7569
4155 Author: Anthony Towns <aj@erisian.com.au>
4156 Date:   Sat Nov 20 21:06:37 2010 +1000
4157
4158     AltosSiteMap: add autoscroll and grabndrag scroll
4159
4160 commit 74cab8503b51ba6fb05a4d12a031c749e870b0ef
4161 Merge: 0ecf033 9a99cab
4162 Author: Anthony Towns <aj@erisian.com.au>
4163 Date:   Sat Nov 20 18:20:45 2010 +1000
4164
4165     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4166
4167 commit 0ecf033110084f1a8be98282d7029dc14f70dab5
4168 Merge: 081fbd5 71c41ea
4169 Author: Anthony Towns <aj@erisian.com.au>
4170 Date:   Sat Nov 20 18:14:30 2010 +1000
4171
4172     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4173
4174 commit 9a99cabc1c34c657fc95246192ba6d330f5f22d3
4175 Author: Keith Packard <keithp@keithp.com>
4176 Date:   Sat Nov 20 00:13:58 2010 -0800
4177
4178     altosui: Fix channel changing in flight UI to actually work
4179     
4180     Replacing the menu with a combo box required reworking the way events
4181     are delivered from that widget back to the channel changing
4182     function. Just delete the old magic and use the JComboBox action
4183     listener directly.
4184     
4185     Signed-off-by: Keith Packard <keithp@keithp.com>
4186
4187 commit 71c41eadd12c3ece5fffce7669e4991778046d4e
4188 Author: Keith Packard <keithp@keithp.com>
4189 Date:   Sat Nov 20 00:09:03 2010 -0800
4190
4191     altosui: Initialize display thread state in constructor instead of run
4192     
4193     Some state will get set before run is called, initializing it there
4194     can be too late.
4195     
4196     Signed-off-by: Keith Packard <keithp@keithp.com>
4197
4198 commit 081fbd5715f9d3d81d98e149fb95d40447c07a79
4199 Merge: 90b9bc4 7920ed5
4200 Author: Anthony Towns <aj@erisian.com.au>
4201 Date:   Sat Nov 20 17:40:49 2010 +1000
4202
4203     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4204     
4205     Conflicts:
4206         ao-tools/altosui/AltosFlightUI.java
4207
4208 commit 7920ed5c34b088f45ce4213b061ddd1ffe22cee8
4209 Author: Keith Packard <keithp@keithp.com>
4210 Date:   Fri Nov 19 23:18:51 2010 -0800
4211
4212     altosui: calling thread.interrupt with null thread doesn't work well
4213     
4214     This was a left-over from debugging the previous patch.
4215     
4216     Signed-off-by: Keith Packard <keithp@keithp.com>
4217
4218 commit 8c8dc3794c7b5fa5a5b43b1c461d6c8bb3ab425d
4219 Author: Keith Packard <keithp@keithp.com>
4220 Date:   Fri Nov 19 23:09:15 2010 -0800
4221
4222     altosui: When switching log files, don't terminate log thread
4223     
4224     The log thread automatically switches output files when the incoming
4225     telemetry changes. Don't use 'close' for that as 'close' terminates
4226     the log thread as well as closing the file. Create a new
4227     'close_log_file' function which just closes the file.
4228     
4229     Signed-off-by: Keith Packard <keithp@keithp.com>
4230
4231 commit 594e80572821f1848db062d0cff18ca8bf0d90ce
4232 Author: Keith Packard <keithp@keithp.com>
4233 Date:   Fri Nov 19 22:44:48 2010 -0800
4234
4235     altosui: switch channel selector to combo box. Shorten displayed device names
4236     
4237     A combo box displays the current value, which is quite nice to
4238     have. Add a 'toShortString' for AltosDevice so that the window frames
4239     and error messages don't have extra spaces generated by the
4240     altos_device toString method.
4241     
4242     Signed-off-by: Keith Packard <keithp@keithp.com>
4243
4244 commit fa07afc73bc5eccff8464a2def05ad600da33c97
4245 Author: Bdale Garbee <bdale@gag.com>
4246 Date:   Fri Nov 19 23:33:42 2010 -0700
4247
4248     update turnon scripts to use stashed copies of stable release firmware
4249
4250 commit 9ffc2eb53a47e435f39b02896b0e43ae5f47f450
4251 Author: Keith Packard <keithp@keithp.com>
4252 Date:   Fri Nov 19 18:25:48 2010 -0800
4253
4254     altosui: Use timeouts to recover from broken packet links.
4255     
4256     This puts timeouts every place the system reads from the packet link
4257     and aborts the in-progress operation if it takes more than a second to
4258     get a response.
4259     
4260     Also mixed in here are persistent igniter status displays for the
4261     ejection testing UI.
4262     
4263     Signed-off-by: Keith Packard <keithp@keithp.com>
4264
4265 commit 68078eab3c07d8dc83302747cf6f3dcb1797c6ce
4266 Author: Keith Packard <keithp@keithp.com>
4267 Date:   Fri Nov 19 20:44:29 2010 +0800
4268
4269     doc: Document the 'Flash Image' operation.
4270     
4271     Signed-off-by: Keith Packard <keithp@keithp.com>
4272
4273 commit b4bdda65488e8ef27d2889cb6cc8eda3c5d50e0a
4274 Author: Keith Packard <keithp@keithp.com>
4275 Date:   Fri Nov 19 20:29:14 2010 +0800
4276
4277     doc: git ignore generated doc files
4278     
4279     Signed-off-by: Keith Packard <keithp@keithp.com>
4280
4281 commit f0542085de2139ef562af068ec05fa73f47c73b1
4282 Author: Keith Packard <keithp@keithp.com>
4283 Date:   Fri Nov 19 20:26:49 2010 +0800
4284
4285     doc: Add preliminary altosui documentation
4286     
4287     Also, update the Makefile to allow for further documents to be added
4288     without a lot of custom rules.
4289     
4290     Signed-off-by: Keith Packard <keithp@keithp.com>
4291
4292 commit 0e7a10f71803d60f8b34c5a91efd220449442769
4293 Author: Keith Packard <keithp@keithp.com>
4294 Date:   Fri Nov 19 17:16:03 2010 +0800
4295
4296     altosui: Clean up global AltosUI configuration settings dialog
4297     
4298     This dialog had a mish-mash of styles and was confusing.
4299     Now it's got a label for each line, and suitable setters for
4300     each element
4301     
4302     Signed-off-by: Keith Packard <keithp@keithp.com>
4303
4304 commit 8f72f08839346fb225238420324f0edcd070e531
4305 Author: Keith Packard <keithp@keithp.com>
4306 Date:   Fri Nov 19 17:14:17 2010 +0800
4307
4308     altosui: Unify datafile selection to AltosDataChooser
4309     
4310     Instead of having several separate intefaces, use a single dialog for
4311     selecting data files for graph/export/replay.
4312     
4313     Signed-off-by: Keith Packard <keithp@keithp.com>
4314
4315 commit 24ffcf86c43290ce0f70fb4ee0984b3debdb8a5f
4316 Author: Keith Packard <keithp@keithp.com>
4317 Date:   Fri Nov 19 15:41:30 2010 +0800
4318
4319     altosui: Add igniter ground testing code
4320     
4321     Not yet hooked up, but the UI is finished.
4322     
4323     Signed-off-by: Keith Packard <keithp@keithp.com>
4324
4325 commit 90b9bc4475011bead7117ed72fa5efa0f77b2813
4326 Author: Anthony Towns <aj@erisian.com.au>
4327 Date:   Fri Nov 19 13:30:00 2010 +1000
4328
4329     AltosSiteMapTile: adjust scale to 1 nmi per tile
4330
4331 commit fa45336062523838ba8abb08427cdc4d9c7de7a8
4332 Author: Anthony Towns <aj@erisian.com.au>
4333 Date:   Fri Nov 19 13:17:29 2010 +1000
4334
4335     AltosSiteMapTile: adjust centering calculation
4336
4337 commit fda93afcd8aa4133b0e5f008b824d072e338d0ed
4338 Author: Anthony Towns <aj@erisian.com.au>
4339 Date:   Fri Nov 19 13:02:05 2010 +1000
4340
4341     AltosSiteMapTile: autoscale to about 2 nmi per tile
4342
4343 commit 483346a03c94b200692f5e6d59f3feee4dcf2ace
4344 Author: Anthony Towns <aj@erisian.com.au>
4345 Date:   Fri Nov 19 12:09:46 2010 +1000
4346
4347     altosui: tile site maps
4348
4349 commit 939be6793238a275b7682ecc376fed14379cf044
4350 Merge: e68fe94 1a4b6e9
4351 Author: Anthony Towns <aj@erisian.com.au>
4352 Date:   Thu Nov 18 05:54:06 2010 +1000
4353
4354     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4355     
4356     Conflicts:
4357         ao-tools/altosui/AltosFlightUI.java
4358
4359 commit 1a4b6e96f823035b113f01d1bdfd61afc1f33e25
4360 Author: Keith Packard <keithp@keithp.com>
4361 Date:   Tue Nov 16 22:46:29 2010 +0800
4362
4363     altosui: Add igniter status to ascent and descent tabs
4364     
4365     Monitor igniters during all phases of the flight.
4366     
4367     Signed-off-by: Keith Packard <keithp@keithp.com>
4368
4369 commit d0eb41619544ead6d9dab3a8d024a12936c9cdd0
4370 Author: Keith Packard <keithp@keithp.com>
4371 Date:   Tue Nov 16 22:20:00 2010 +0800
4372
4373     altosui: Cleanup flight UI layout
4374     
4375     Use common constants for fonts and insets
4376     Shrink fonts so that the window is < 600 pixels tall.
4377     
4378     Signed-off-by: Keith Packard <keithp@keithp.com>
4379
4380 commit fcca333cda64be35f0c9fb0109eef1be3709dddd
4381 Author: Keith Packard <keithp@keithp.com>
4382 Date:   Tue Nov 16 21:49:59 2010 +0800
4383
4384     altosui: Add callsign configuration in AltosUI configuration dialog
4385     
4386     This callsign is used during packet communication.
4387     
4388     Signed-off-by: Keith Packard <keithp@keithp.com>
4389
4390 commit d1dbe3b69e6f95ef8ecd4cf959863b922ab47c66
4391 Author: Bdale Garbee <bdale@gag.com>
4392 Date:   Mon Nov 15 11:08:00 2010 -0700
4393
4394     add a paragraph about forcing TM back to idle mode if an accel cal goes badly
4395
4396 commit 39e371561469d8e5059638ffa4e7075f391de268
4397 Author: Keith Packard <keithp@keithp.com>
4398 Date:   Mon Nov 15 23:14:51 2010 +0800
4399
4400     altosui: add reboot button to telemetrum configuration UI
4401     
4402     This lets you reconfigure and reboot telemetrum, including over the
4403     radio link.
4404     
4405     Signed-off-by: Keith Packard <keithp@keithp.com>
4406
4407 commit 257e97137325f5dbbd6aa034f20fd6937b67df90
4408 Author: Keith Packard <keithp@keithp.com>
4409 Date:   Mon Nov 15 22:38:35 2010 +0800
4410
4411     altosui: eliminate menu bar, moving elements to buttons.
4412     
4413     This adds a new 'configure AltosUI' dialog to set the log directory
4414     and voice preferences.
4415     
4416     Signed-off-by: Keith Packard <keithp@keithp.com>
4417
4418 commit 524644d8d8ce3f8a5a914ecfc7e2a8d474d89095
4419 Author: Keith Packard <keithp@keithp.com>
4420 Date:   Mon Nov 15 22:04:44 2010 +0800
4421
4422     altosui: oops, missed a file in the previous commit
4423     
4424     AltosSerialInUseException.java just defines a new exception, thanks to
4425     java for making this live in a separate file.
4426     
4427     Signed-off-by: Keith Packard <keithp@keithp.com>
4428
4429 commit 511903704f7e1b22e88dd3e3cc35fd3c0583820e
4430 Author: Keith Packard <keithp@keithp.com>
4431 Date:   Sun Nov 14 03:26:57 2010 -0800
4432
4433     altosui: With --replay option, exit when replay window is closed
4434     
4435     Otherwise, the application hangs around forever.
4436     
4437     Signed-off-by: Keith Packard <keithp@keithp.com>
4438
4439 commit 11c95f687b1f68d35fa1a0af2c4e7982b8bb226a
4440 Author: Keith Packard <keithp@keithp.com>
4441 Date:   Sat Nov 13 17:09:51 2010 -0800
4442
4443     altosui: Replace flight status table with labels, fix resize.
4444     
4445     There's no reason to use a table for the flight status data,
4446     replace that with a selection of widgets instead.
4447     
4448     Also, set all of the grid bag constraints for the various flight
4449     status displays so that resize does something sensible.
4450     
4451     Adds a scrollbar to the table display so that it can shrink.
4452     
4453     Signed-off-by: Keith Packard <keithp@keithp.com>
4454
4455 commit dcfa56498d1b65a213b8aba9cbd6c4806532383c
4456 Author: Keith Packard <keithp@keithp.com>
4457 Date:   Sat Nov 13 16:07:04 2010 -0800
4458
4459     altosui: Open serial device at 'new' time. Prohibit duplicate opens.
4460     
4461     With the per-serial UI, there's never a reason to create a serial
4462     device without opening it right away. This eliminates the bug caused
4463     by not opening the serial device for telemetry reception.
4464     
4465     Serial devices can now be opened only once; this eliminates errors
4466     when trying to reflash or configure devices while receiving telemetry.
4467     
4468     Signed-off-by: Keith Packard <keithp@keithp.com>
4469
4470 commit 8463ffcaca6bcd31e645aba71c171f548dce96d8
4471 Author: Keith Packard <keithp@keithp.com>
4472 Date:   Sat Nov 13 15:19:14 2010 -0800
4473
4474     altosui: Eliminate unncessary import altosui lines
4475     
4476     Java appears to automatically import every module from the current
4477     package.
4478     
4479     Signed-off-by: Keith Packard <keithp@keithp.com>
4480
4481 commit 566c6486c8815ae241e0b116a93b1a0ff4783831
4482 Author: Bdale Garbee <bdale@gag.com>
4483 Date:   Sat Nov 13 12:19:12 2010 -0700
4484
4485     continuing to work on the docs
4486
4487 commit e68fe9454352087889c560d95797922493117acb
4488 Author: Anthony Towns <aj@erisian.com.au>
4489 Date:   Sun Nov 14 00:59:01 2010 +1000
4490
4491     AltosSiteMap: add targeting circles around landing site
4492
4493 commit 1e7e02987276847274493312202d22222c953149
4494 Author: Anthony Towns <aj@erisian.com.au>
4495 Date:   Sun Nov 14 00:57:45 2010 +1000
4496
4497     AltosTelemetryReader: actually open serial port
4498
4499 commit 9c32b93ef5fb43558fb0179ea1b047e35b7ed6e8
4500 Merge: 991541f a6f30fa
4501 Author: Anthony Towns <aj@erisian.com.au>
4502 Date:   Sun Nov 14 00:29:11 2010 +1000
4503
4504     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
4505
4506 commit a6f30fae906bd87dff192c5fd4d10df283f99930
4507 Author: Keith Packard <keithp@keithp.com>
4508 Date:   Fri Nov 12 17:02:22 2010 -0800
4509
4510     altosui: Add RF calibration to TeleMetrum config dialog
4511     
4512     I think that's the last user-settable value.
4513     
4514     Signed-off-by: Keith Packard <keithp@keithp.com>
4515
4516 commit 1bdc6166f3bc5ce3f8e55acb1484923781412e21
4517 Merge: f111871 5c6a533
4518 Author: Bdale Garbee <bdale@gag.com>
4519 Date:   Fri Nov 12 17:32:43 2010 -0700
4520
4521     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
4522
4523 commit f1118717780a81f9257d2eed7828b66538deb8a8
4524 Author: Bdale Garbee <bdale@gag.com>
4525 Date:   Fri Nov 12 17:32:21 2010 -0700
4526
4527     fold in content from Keith's email on the re-flashing subject
4528
4529 commit 7def9dd0d0a4ce9cf7c65de573100e664f278717
4530 Author: Bdale Garbee <bdale@gag.com>
4531 Date:   Fri Nov 12 10:58:54 2010 -0700
4532
4533     first cut at instructions on how to re-flash TM and TD devices based on email
4534     reply to a user who asked
4535
4536 commit 991541f57f065f429c6ec425efd6ac731280b2c1
4537 Author: Anthony Towns <aj@erisian.com.au>
4538 Date:   Fri Nov 12 23:42:42 2010 +1000
4539
4540     better error behaviour if no map
4541
4542 commit 1bcfa22de7821984149db10cb79913efed36b41e
4543 Author: Anthony Towns <aj@erisian.com.au>
4544 Date:   Fri Nov 12 23:29:40 2010 +1000
4545
4546     pull up maps for arbitrary locations
4547
4548 commit beb6c881ec006241c7d2820c64e5381131d41180
4549 Author: Anthony Towns <aj@erisian.com.au>
4550 Date:   Fri Nov 12 03:24:26 2010 +1000
4551
4552     make infotable scrollable, revert its fontsize to 14
4553
4554 commit 0327c1da01a3f6ede01f05c1d775651a57fd0c68
4555 Author: Anthony Towns <aj@erisian.com.au>
4556 Date:   Fri Nov 12 02:08:58 2010 +1000
4557
4558     tabs -> spaces
4559
4560 commit 81e7b43ecad666e2e2310c7c94184f888bc86585
4561 Author: Anthony Towns <aj@erisian.com.au>
4562 Date:   Fri Nov 12 02:07:41 2010 +1000
4563
4564     add site map tab, at least for QRS launches
4565
4566 commit 5394548fa5c7bdbfcc01e8aa19e93e1cf6345e2a
4567 Merge: 891e629 75f7698
4568 Author: Keith Packard <keithp@keithp.com>
4569 Date:   Wed Nov 10 22:11:21 2010 -0800
4570
4571     Merge remote branch 'aj/buttonbox' into buttonbox
4572
4573 commit 75f7698b99a661ed17a91748a99699fa6761772a
4574 Author: Anthony Towns <aj@erisian.com.au>
4575 Date:   Thu Nov 11 16:06:32 2010 +1000
4576
4577     add compass bearing during descent
4578
4579 commit cc0a730de093c49be2a921101d27622b6f592e92
4580 Author: Anthony Towns <aj@erisian.com.au>
4581 Date:   Thu Nov 11 15:57:52 2010 +1000
4582
4583     add compass bearing to voice output
4584
4585 commit 317ec72a34906faad88c6924e634617b074e71db
4586 Author: Anthony Towns <aj@erisian.com.au>
4587 Date:   Thu Nov 11 15:52:01 2010 +1000
4588
4589     use grayled.png for off
4590
4591 commit 8503943e3613f8670b128012b12ff14fb54321d7
4592 Author: Anthony Towns <aj@erisian.com.au>
4593 Date:   Thu Nov 11 15:45:43 2010 +1000
4594
4595     reduce font size for FlightInfoTable
4596
4597 commit 3ffaa5d1c00b28be20fd4a26deb7bd41d953e92a
4598 Author: Anthony Towns <aj@erisian.com.au>
4599 Date:   Thu Nov 11 15:43:05 2010 +1000
4600
4601     read preferences for --replay
4602
4603 commit 1f3e091efdfb2fe6f06a066cac60f5d267b94856
4604 Author: Anthony Towns <aj@erisian.com.au>
4605 Date:   Thu Nov 11 15:40:37 2010 +1000
4606
4607     add --replay command line argument
4608
4609 commit b16b873723ee3e5097e6725c59ce191119439ad7
4610 Author: Anthony Towns <aj@erisian.com.au>
4611 Date:   Thu Nov 11 15:38:27 2010 +1000
4612
4613     use value_font for values
4614
4615 commit 891e629f6ba20654b614f3ca7211a0f1c92670cb
4616 Author: Keith Packard <keithp@keithp.com>
4617 Date:   Wed Nov 10 16:28:19 2010 -0800
4618
4619     altos: Use grey leds when unlit - easier to see
4620
4621 commit 5c6a5335a057be0219450b4b9889c647d8d4a012
4622 Author: Bob Finch <w9ya@qrparci.net>
4623 Date:   Mon Nov 1 14:36:41 2010 -0600
4624
4625     Updated PKGBUILD-git.altos
4626     
4627     Signed-off-by: Keith Packard <keithp@keithp.com>
4628
4629 commit b0d31910da592e2f67c47c8fc3e15ce8135d5094
4630 Author: Keith Packard <keithp@keithp.com>
4631 Date:   Tue Nov 9 23:34:32 2010 -0800
4632
4633     altosui: Add ascent, descent and landed tabs
4634     
4635     This completes the set of tabs for in-flight status information.
4636     
4637     Signed-off-by: Keith Packard <keithp@keithp.com>
4638
4639 commit 22d00785188a880700cd372528189a7a15278da9
4640 Author: Keith Packard <keithp@keithp.com>
4641 Date:   Tue Nov 9 14:40:58 2010 -0800
4642
4643     altosui: Add tab UI with 'pad' mode.
4644     
4645     This creates a multi-tab interface for flight monitoring
4646     and includes a special tab for 'pad' mode.
4647     
4648     Signed-off-by: Keith Packard <keithp@keithp.com>
4649
4650 commit eb77e806ded99532dc7eaa39c1893f075b028af6
4651 Author: Keith Packard <keithp@keithp.com>
4652 Date:   Tue Nov 9 10:21:34 2010 -0800
4653
4654     altosui: Create abstract interface for flight data display
4655     
4656     This allows the implementation of the flight data display to occur in
4657     the flight UI instead of the display thread.
4658     
4659     Signed-off-by: Keith Packard <keithp@keithp.com>
4660
4661 commit a0a92c605e238277c9881545a7226e53b5dbc295
4662 Author: Keith Packard <keithp@keithp.com>
4663 Date:   Mon Nov 8 22:17:26 2010 -0800
4664
4665     altosui: Fix more calls to AltosPreferences.channel()
4666     
4667     Oops. Two more.
4668     
4669     Signed-off-by: Keith Packard <keithp@keithp.com>
4670
4671 commit 94f4a50d6430cc8280cbdaa9f39d3cb858d0e077
4672 Author: Keith Packard <keithp@keithp.com>
4673 Date:   Mon Nov 8 22:10:46 2010 -0800
4674
4675     altosui: Fix channel setting at serial open time
4676     
4677     Was using the previous non-device-specific preferences API.
4678     
4679     Signed-off-by: Keith Packard <keithp@keithp.com>
4680
4681 commit 6b17d276271faa8a420a1c8f6be17faaa0c7043c
4682 Author: Keith Packard <keithp@keithp.com>
4683 Date:   Mon Nov 8 22:07:04 2010 -0800
4684
4685     altosui: Create buttons for main actions
4686     
4687     Signed-off-by: Keith Packard <keithp@keithp.com>
4688
4689 commit 16916be51d746b1e1057b3219e5bec8f8814259e
4690 Author: Keith Packard <keithp@keithp.com>
4691 Date:   Fri Nov 5 23:44:47 2010 -0700
4692
4693     altosui: Split out flight monitoring to separate window
4694     
4695     This creates a per-TD (or replay) window to contain the flight
4696     monitoring information, allowing multiple monitors.
4697     
4698     This also adds per-TD preferences for monitoring channel.
4699     
4700     Signed-off-by: Keith Packard <keithp@keithp.com>
4701
4702 commit ca931b1c484bd6b64617370e81b16e169fdae1c2
4703 Author: Bdale Garbee <bdale@gag.com>
4704 Date:   Wed Oct 6 17:47:44 2010 -0600
4705
4706     update changelogs for Debian build
4707
4708 commit 811ced628d586134224c1b501b40ce9eb435fc7c
4709 Author: Keith Packard <keithp@keithp.com>
4710 Date:   Wed Oct 6 16:42:27 2010 -0700
4711
4712     altosui: Separate out jfreechart and jcommon directories
4713     
4714     This allows these packages to be referenced separately
4715     
4716     Signed-off-by: Keith Packard <keithp@keithp.com>
4717
4718 commit c2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed
4719 Author: Keith Packard <keithp@keithp.com>
4720 Date:   Wed Oct 6 16:25:49 2010 -0700
4721
4722     altosui: Remove ability to graph data in .csv files
4723     
4724     There's no reason to support these files when the raw .eeprom or
4725     .telem files which generate them should be used instead.
4726     
4727     Signed-off-by: Keith Packard <keithp@keithp.com>
4728
4729 commit d5caf6f2f4d9257e26aa4305b26c02d1b263fa24
4730 Author: Bdale Garbee <bdale@gag.com>
4731 Date:   Wed Oct 6 17:14:35 2010 -0600
4732
4733     remove the csv build dep, as that code will be abandoned
4734
4735 commit 43e23a60780191e3c6f61df44c5dd08cc8604c51
4736 Author: Bdale Garbee <bdale@gag.com>
4737 Date:   Wed Oct 6 16:27:57 2010 -0600
4738
4739     update changelogs for Debian build
4740
4741 commit 8103432bf7adfe6ee5bf3ee42e1672475e6edd5a
4742 Author: Bdale Garbee <bdale@gag.com>
4743 Date:   Wed Oct 6 16:26:33 2010 -0600
4744
4745     update changelogs for Debian build
4746
4747 commit 635066cd35fb24cacf8400a477ea4b4e3dd2c39c
4748 Author: Bdale Garbee <bdale@gag.com>
4749 Date:   Wed Oct 6 16:26:19 2010 -0600
4750
4751     update changelogs for Debian build
4752
4753 commit 4396aaaf34cda3751dcca0eceb05b4ffeb411cde
4754 Author: Bdale Garbee <bdale@gag.com>
4755 Date:   Wed Oct 6 16:25:22 2010 -0600
4756
4757     add build-dep on libcsv-java
4758
4759 commit 7475ab5804bf3fb12b1b755e850af90d5a15d3eb
4760 Author: Bdale Garbee <bdale@gag.com>
4761 Date:   Wed Oct 6 16:19:35 2010 -0600
4762
4763     update changelogs for Debian build
4764
4765 commit d8a2f4ceb1c70a6be976a78e2264c961de2f2277
4766 Author: Bdale Garbee <bdale@gag.com>
4767 Date:   Wed Oct 6 16:18:45 2010 -0600
4768
4769     add build dep on jfreechart lib
4770
4771 commit f0d1468ceae065f0cdae6f6ae3323dec5636f073
4772 Author: Keith Packard <keithp@keithp.com>
4773 Date:   Tue Sep 28 17:56:49 2010 -0700
4774
4775     altosui: Add KML file export.
4776     
4777     Command line has switches now, --kml and --csv
4778     Export save dialog has combo box to select kml or csv result.
4779     
4780     Signed-off-by: Keith Packard <keithp@keithp.com>
4781
4782 commit 5a119fd92532d53e552efe1f7c61e87181fcace0
4783 Merge: 28da340 82744c3
4784 Author: Keith Packard <keithp@keithp.com>
4785 Date:   Mon Sep 27 22:28:07 2010 -0700
4786
4787     Merge remote branch 'aj/master'
4788
4789 commit 82744c3497d37650b88dee80be7956c4bd1cffb2
4790 Author: Anthony Towns <aj@erisian.com.au>
4791 Date:   Tue Sep 28 15:27:07 2010 +1000
4792
4793     Add callsign/serial/flight to graph title
4794
4795 commit 28da3406426437604125d332e4cda90d459df487
4796 Author: Keith Packard <keithp@keithp.com>
4797 Date:   Mon Sep 27 22:26:56 2010 -0700
4798
4799     altosui: use Altos constants in graphing code
4800     
4801     The Altos class nicely defines constants for all of the flight states.
4802     
4803     Signed-off-by: Keith Packard <keithp@keithp.com>
4804
4805 commit ce7f59fbfb5a94a67a4ceced3cc371b4c6b6e5d1
4806 Author: Anthony Towns <aj@erisian.com.au>
4807 Date:   Tue Sep 28 14:45:01 2010 +1000
4808
4809     Hax0r graphing to support telem/eeprom files
4810
4811 commit e2b9f47a205348d38756c70e928a2a9183de6884
4812 Merge: 7ef3ad0 8032031
4813 Author: Anthony Towns <aj@erisian.com.au>
4814 Date:   Tue Sep 28 12:55:47 2010 +1000
4815
4816     Merge branch 'master' of git://git.gag.com/fw/altos
4817
4818 commit 803203197e51e71e9c77b3610047fd5bf9a56c56
4819 Author: Keith Packard <keithp@keithp.com>
4820 Date:   Mon Sep 27 18:52:30 2010 -0700
4821
4822     altosui: Deal with eeprom dates going backwards across wrap
4823     
4824     eeprom timestamps can go backwards as the GPS time stamps are
4825     recorded when the first GPS character is received, but not placed into
4826     the eeprom log until the last GPS packet is complete. If this happens
4827     at the same time the tick count is wrapping, then the tick count will
4828     wrap backwards across the 0 boundary causing time to jump forwards.
4829     
4830     Fix this by letting time go backwards across the tick boundary, which
4831     requires that we know when the first 'real' tick is read from the
4832     eeprom file.
4833     
4834     Signed-off-by: Keith Packard <keithp@keithp.com>
4835
4836 commit fe7eba2e4af36cf29d8dc2378ac6985be04f68c6
4837 Author: Keith Packard <keithp@keithp.com>
4838 Date:   Mon Sep 27 18:51:05 2010 -0700
4839
4840     altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers
4841     
4842     This makes the CSV files contain all of the available information.
4843     
4844     Signed-off-by: Keith Packard <keithp@keithp.com>
4845
4846 commit c89a34d1eb25155405b0036baeadc7bbfeade1c2
4847 Author: Keith Packard <keithp@keithp.com>
4848 Date:   Mon Sep 27 17:11:48 2010 -0700
4849
4850     altosui: Create iterables for log file scanning. Split out display threads
4851     
4852     Convert from log file reading paradigm to using iterators which is
4853     more idiomatic for java. Split more code out of AltosUI.java,
4854     including the display update threads for telemetry monitoring and
4855     logfile replay.x
4856     
4857     Signed-off-by: Keith Packard <keithp@keithp.com>
4858
4859 commit 7ef3ad0c9354c0484c25badc69334b59c7f355e2
4860 Merge: eb74866 e66919a
4861 Author: Anthony Towns <aj@erisian.com.au>
4862 Date:   Fri Sep 24 10:28:06 2010 +1000
4863
4864     Merge branch 'master' of git://git.gag.com/fw/altos
4865
4866 commit e66919aa46193bd8c7a1e86fb32a3367dae121f5
4867 Author: Keith Packard <keithp@keithp.com>
4868 Date:   Thu Sep 23 16:52:51 2010 -0700
4869
4870     altosui: Require 4 sats for 'good' GPS data
4871     
4872     Wait for 10 consecutive GPS reports with at least 4 sats before
4873     reporting "GPS ready" state.
4874     
4875     Signed-off-by: Keith Packard <keithp@keithp.com>
4876
4877 commit 34ca8c00f4be72c314baff4c96f1e2f010948454
4878 Author: Keith Packard <keithp@keithp.com>
4879 Date:   Mon Sep 20 06:30:49 2010 -0700
4880
4881     altosui: remove unused ReplayThread wrapper classes
4882     
4883     These aren't used now that the replay opener dialog knows how to build
4884     a reader from a filename.
4885     
4886     Signed-off-by: Keith Packard <keithp@keithp.com>
4887
4888 commit fd010661ced6075f82a961625826665a3d8d1efe
4889 Author: Keith Packard <keithp@keithp.com>
4890 Date:   Mon Aug 30 14:00:04 2010 -0700
4891
4892     altosui: Factor some UI elements into separate classes
4893     
4894     Clean up AltosUI by moving the two main tables to separate class files.
4895     
4896     Signed-off-by: Keith Packard <keithp@keithp.com>
4897
4898 commit eb74866e919e8c661153847871f5a79e66d37296
4899 Merge: af404b4 1260589
4900 Author: Anthony Towns <aj@erisian.com.au>
4901 Date:   Mon Sep 20 22:05:26 2010 +1000
4902
4903     Merge branch 'master' of git://git.gag.com/fw/altos
4904
4905 commit 1260589976c1a95848b298497fd251c4ee7d3f93
4906 Author: Keith Packard <keithp@keithp.com>
4907 Date:   Sun Sep 19 02:52:29 2010 -0700
4908
4909     altosui: Write raw sensor data to .csv files
4910     
4911     For data export, provide the raw sensor samples instead of the
4912     filtered values.
4913     
4914     Signed-off-by: Keith Packard <keithp@keithp.com>
4915
4916 commit 7a4d7110debb88f4e906fee7c46f2badd561809d
4917 Author: Keith Packard <keithp@keithp.com>
4918 Date:   Sun Sep 19 02:50:43 2010 -0700
4919
4920     altosui: Use recorded ground acceleration when reading eeprom files
4921     
4922     The flight software records 1000 accelerometer samples and records
4923     that in the flight log. Use that value instead of using the very few
4924     samples recorded in the eeprom before boost is detected. This
4925     generates far more accurate accerometer data in the .csv files.
4926     
4927     Signed-off-by: Keith Packard <keithp@keithp.com>
4928
4929 commit af404b428bd742039afc25ff3850f76bc92c7c29
4930 Author: Anthony Towns <aj@erisian.com.au>
4931 Date:   Wed Sep 15 07:24:04 2010 +1000
4932
4933     Add JFreeChart to Makefile.am
4934
4935 commit 61590b8729831cb138b2ba6b88802c208d114753
4936 Author: Anthony Towns <aj@erisian.com.au>
4937 Date:   Wed Sep 15 06:51:05 2010 +1000
4938
4939     Add graphing.
4940
4941 commit 3d64f5a6511529ca53699190f4d54de1ba62a9bd
4942 Merge: ec6da08 b9623f8
4943 Author: Anthony Towns <aj@erisian.com.au>
4944 Date:   Sat Sep 11 15:15:14 2010 +1000
4945
4946     Merge branch 'master' of git://git.gag.com/fw/altos
4947
4948 commit b9623f8ef26491e9fa14e2478295fe6f5cbbd87f
4949 Author: Keith Packard <keithp@keithp.com>
4950 Date:   Fri Sep 10 21:07:14 2010 -0700
4951
4952     altosui: Remember directory containing firmware files
4953     
4954     Instead of forcing the user to navigate to the firmware directory each
4955     time, this remembers the previous directory and starts there.
4956     
4957     Signed-off-by: Keith Packard <keithp@keithp.com>
4958
4959 commit 7f2204e0832b14b1edca4266a2cbc272141ecc2b
4960 Author: Keith Packard <keithp@keithp.com>
4961 Date:   Fri Sep 10 20:55:05 2010 -0700
4962
4963     altosui: set default .csv file name in file save dialog
4964     
4965     This uses setSelectedFile to specify which output filename to make the
4966     default in the save dialog.
4967     
4968     Signed-off-by: Keith Packard <keithp@keithp.com>
4969
4970 commit 7e053ae1f2d09347123ac9fa79e46645378b4c70
4971 Author: Bdale Garbee <bdale@gag.com>
4972 Date:   Fri Sep 10 10:42:35 2010 -0600
4973
4974     make the column headers comma separated, too, so they align with the data
4975
4976 commit ec6da0824474e46de842845d7b53fe1a1dde33ed
4977 Merge: 7c2e411 1031067
4978 Author: Anthony Towns <aj@erisian.com.au>
4979 Date:   Fri Sep 10 16:11:34 2010 +1000
4980
4981     Merge branch 'master' of git://git.gag.com/fw/altos
4982
4983 commit 10310672a83a66dc630718b151d653fc066f8e59
4984 Author: Bdale Garbee <bdale@gag.com>
4985 Date:   Fri Sep 10 00:09:25 2010 -0600
4986
4987     update changelogs for Debian build
4988
4989 commit 9d0e89e8ad8926dc8371fa809835a580ae49711d
4990 Author: Keith Packard <keithp@keithp.com>
4991 Date:   Thu Sep 9 23:04:59 2010 -0700
4992
4993     altosui: Stop parsing eeprom file after hitting 'landed' state
4994     
4995     Sometimes there are additional records found in the eeprom file; the
4996     reader is mostly worried about not losing anything, so it reads as
4997     much as it can. However, the last record written for any flight is the
4998     'landed' record, so we can stop looking at the file after hitting that.
4999     
5000     Signed-off-by: Keith Packard <keithp@keithp.com>
5001
5002 commit 67b6952f7126704478ede5575e5e938d18fcc329
5003 Author: Keith Packard <keithp@keithp.com>
5004 Date:   Thu Sep 9 23:04:14 2010 -0700
5005
5006     altosui: Fill in time value of last Eeprom record read from file
5007     
5008     The last record is handled separately, and was missing the code to
5009     compute the time. Sigh.
5010     
5011     Signed-off-by: Keith Packard <keithp@keithp.com>
5012
5013 commit 8b0b584cd0ca7542e65aac0c7897ad7ab4115122
5014 Author: Keith Packard <keithp@keithp.com>
5015 Date:   Thu Sep 9 22:55:47 2010 -0700
5016
5017     altosui: Remove debug printfs from AltosTelemetryReader
5018     
5019     Signed-off-by: Keith Packard <keithp@keithp.com>
5020
5021 commit a80bfae15f1499c49f7ef47978bf0337d8120892
5022 Author: Bdale Garbee <bdale@gag.com>
5023 Date:   Thu Sep 9 23:57:34 2010 -0600
5024
5025     rewind packaging changelog, again
5026
5027 commit 78ce3120e5a53858ca0d43c734aa5d28b4948ce3
5028 Author: Bdale Garbee <bdale@gag.com>
5029 Date:   Thu Sep 9 23:52:20 2010 -0600
5030
5031     update changelogs for Debian build
5032
5033 commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e
5034 Author: Bdale Garbee <bdale@gag.com>
5035 Date:   Thu Sep 9 23:51:23 2010 -0600
5036
5037     rewind packaging changelog
5038
5039 commit 7c2e4114a3a43f919a7a6c967d3f16e5d630f90f
5040 Merge: ddc83b4 af200f5
5041 Author: Anthony Towns <aj@erisian.com.au>
5042 Date:   Fri Sep 10 15:50:01 2010 +1000
5043
5044     Merge branch 'master' of git://git.gag.com/fw/altos
5045
5046 commit af200f5b84555de0556b52146379f3934774a3f3
5047 Author: Keith Packard <keithp@keithp.com>
5048 Date:   Thu Sep 9 22:30:48 2010 -0700
5049
5050     altosui: Fix telemetry file reader to handle tick count wrapping
5051     
5052     The telemetry reader was ignoring tick count wrapping, so you'd see
5053     time go backwards in jumps. Not useful.
5054     
5055     Signed-off-by: Keith Packard <keithp@keithp.com>
5056
5057 commit 96ca7051f60ea299e3e05bafbe5717fc83c3afd2
5058 Author: Bdale Garbee <bdale@gag.com>
5059 Date:   Thu Sep 9 22:50:03 2010 -0600
5060
5061     update changelogs for Debian build
5062
5063 commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84
5064 Author: Keith Packard <keithp@keithp.com>
5065 Date:   Thu Sep 9 21:28:10 2010 -0700
5066
5067     Add --with-fat-dir configure option to publish finished stand-alone bits
5068     
5069     --with-fat-dir specifies a directory to copy the finished
5070     linux/macosx/windows stand-alone ("fat") packages to. A sub-directory
5071     will be created under the specified directory based on the product
5072     version number and the files copied there.
5073     
5074     Signed-off-by: Keith Packard <keithp@keithp.com>
5075
5076 commit dd2b77b2a516a055f29191dcdfeb727e637aae86
5077 Author: Keith Packard <keithp@keithp.com>
5078 Date:   Thu Sep 9 20:59:29 2010 -0700
5079
5080     altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
5081     
5082     It used to be in ../libaltos
5083     
5084     Signed-off-by: Keith Packard <keithp@keithp.com>
5085
5086 commit 72a5c1258db92d0ddd660bfa875e8e55cab47af7
5087 Author: Keith Packard <keithp@keithp.com>
5088 Date:   Thu Sep 9 20:39:41 2010 -0700
5089
5090     altosui: Remove some debug printfs.
5091     
5092     Signed-off-by: Keith Packard <keithp@keithp.com>
5093
5094 commit 031fd9a954f2e3447d0150eb4ecc81af7b620dca
5095 Author: Keith Packard <keithp@keithp.com>
5096 Date:   Thu Sep 9 20:36:12 2010 -0700
5097
5098     Add firmware and libaltos to 'fat' target at top-level
5099     
5100     This ensures that all of the necessary bits are available to construct
5101     the distribution images.
5102     
5103     Signed-off-by: Keith Packard <keithp@keithp.com>
5104
5105 commit fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984
5106 Author: Bdale Garbee <bdale@gag.com>
5107 Date:   Thu Sep 9 21:29:20 2010 -0600
5108
5109     update changelogs for Debian build
5110
5111 commit 48f57997452e17564e28fe3e37403f6f63d32dea
5112 Author: Keith Packard <keithp@keithp.com>
5113 Date:   Thu Sep 9 20:24:42 2010 -0700
5114
5115     altosui: conflating USB product and vendor IDs is a bad idea
5116     
5117     We've now got a USB vendor ID called 'altusmetrum' for generic
5118     altusmetrum devices (old USB ID 0x000A) while the general vendor name
5119     for all devices is 'altusmetrum' as well.
5120     
5121     This patch splits vendors and products into separate name spaces,
5122     products are prefixed with product_ and vendor with (oddly) vendor_.
5123     
5124     Signed-off-by: Keith Packard <keithp@keithp.com>
5125
5126 commit 632d276118ab04de67561104be650f8fb69a0450
5127 Author: Bdale Garbee <bdale@gag.com>
5128 Date:   Thu Sep 9 20:34:43 2010 -0600
5129
5130     update changelogs for Debian build
5131
5132 commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307
5133 Author: Bdale Garbee <bdale@gag.com>
5134 Date:   Thu Sep 9 20:34:22 2010 -0600
5135
5136     initial cut at an altosui man page
5137
5138 commit 5c4e437975054d33604402591e1ea2f314932593
5139 Author: Bdale Garbee <bdale@gag.com>
5140 Date:   Thu Sep 9 20:06:09 2010 -0600
5141
5142     update changelogs for Debian build
5143
5144 commit 0ea75761416bff299233991e961ba25b6c7dcf89
5145 Merge: 35d70c9 8ee3464
5146 Author: Bdale Garbee <bdale@gag.com>
5147 Date:   Thu Sep 9 20:05:27 2010 -0600
5148
5149     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
5150
5151 commit 8ee3464d8064ebe1694c7b20177878c0d9961451
5152 Author: Keith Packard <keithp@keithp.com>
5153 Date:   Thu Sep 9 17:54:41 2010 -0700
5154
5155     altosui: Display error dialog when AltOS JNI library can't be loaded
5156     
5157     Having an error dialog appear at application startup seems better than
5158     simply failing to present the device dialog later on.
5159     
5160     Signed-off-by: Keith Packard <keithp@keithp.com>
5161
5162 commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095
5163 Author: Keith Packard <keithp@keithp.com>
5164 Date:   Thu Sep 9 17:52:46 2010 -0700
5165
5166     altosui: Store libaltos.so in $(libdir)/altos
5167     
5168     It's not a public library, so hide it away in a subdirectory.
5169     
5170     Signed-off-by: Keith Packard <keithp@keithp.com>
5171
5172 commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268
5173 Author: Keith Packard <keithp@keithp.com>
5174 Date:   Thu Sep 9 17:49:37 2010 -0700
5175
5176     altosui: Need to have JVM include path substituted into libaltos Makefile
5177     
5178     The libaltos Makefile needs to find the relevant jni.h file, which is
5179     found in the JVM_INCLUDE path, all nicely located by the configure.ac script.
5180     
5181     Signed-off-by: Keith Packard <keithp@keithp.com>
5182
5183 commit 35d70c92307dd478bc619b2f6c5a88e155cdad28
5184 Author: Bdale Garbee <bdale@gag.com>
5185 Date:   Thu Sep 9 17:27:07 2010 -0600
5186
5187     handle versioning of ihx files (poorly) by just wildcarding the file name,
5188     which assumes there's only one matching .. probably ok on Debian?
5189
5190 commit c286ada6457579d64e9d8ca44b927258b4a561da
5191 Author: Bdale Garbee <bdale@gag.com>
5192 Date:   Thu Sep 9 16:27:40 2010 -0600
5193
5194     update changelogs for Debian build
5195
5196 commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2
5197 Author: Keith Packard <keithp@keithp.com>
5198 Date:   Thu Sep 9 15:25:18 2010 -0700
5199
5200     altosui: remove FATJAR from all-local to avoid building fat .jar file
5201     
5202     the fat .jar file is used in non-native builds to run from a directory
5203     containing all of the freetts jar files along with the altosui jar
5204     file. We don't want this on a real install where freetts is installed separately.
5205     
5206     Signed-off-by: Keith Packard <keithp@keithp.com>
5207
5208 commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a
5209 Author: Keith Packard <keithp@keithp.com>
5210 Date:   Thu Sep 9 15:22:14 2010 -0700
5211
5212     altosui: hack to make JAVAROOT directory get created before javac runs
5213     
5214     This ensures that the JAVAROOT directory gets created by adding it to
5215     the variable used to set the CLASSPATH environment value.
5216     
5217     Signed-off-by: Keith Packard <keithp@keithp.com>
5218
5219 commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895
5220 Author: Keith Packard <keithp@keithp.com>
5221 Date:   Thu Sep 9 15:11:41 2010 -0700
5222
5223     altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
5224     
5225     This appears to matter to Vista. Dunno why.
5226     
5227     Signed-off-by: Keith Packard <keithp@keithp.com>
5228
5229 commit 16980b848651a6b20a0b458446f0a19fb517539d
5230 Author: Keith Packard <keithp@keithp.com>
5231 Date:   Thu Sep 9 15:10:25 2010 -0700
5232
5233     altosui: Add explicit requirement to create classes directory
5234     
5235     The implicit ordering doesn't appear reliable.
5236     
5237     Signed-off-by: Keith Packard <keithp@keithp.com>
5238
5239 commit 15da683c2f747baef49c8b8d321a86faede0de30
5240 Author: Bdale Garbee <bdale@gag.com>
5241 Date:   Thu Sep 9 15:51:50 2010 -0600
5242
5243     update changelogs for Debian build
5244
5245 commit 012e7176954a6b74b3b667317be0f6dc41d7ab70
5246 Author: Bdale Garbee <bdale@gag.com>
5247 Date:   Thu Sep 9 15:51:02 2010 -0600
5248
5249     add libtool to build deps
5250
5251 commit 3e5824b9a71971ce99bfe38a1e860b421e265f02
5252 Author: Bdale Garbee <bdale@gag.com>
5253 Date:   Thu Sep 9 15:43:47 2010 -0600
5254
5255     update changelogs for Debian build
5256
5257 commit ddc83b4c401be965a9947782becf20cc8c54e6a2
5258 Merge: afea6c2 3d49d5f
5259 Author: Anthony Towns <aj@erisian.com.au>
5260 Date:   Sun Sep 5 20:49:34 2010 +1000
5261
5262     Merge branch 'master' of git://git.gag.com/fw/altos
5263
5264 commit 3d49d5f69b41c27003dbc5ccf1899014bd13bd99
5265 Author: Keith Packard <keithp@keithp.com>
5266 Date:   Sun Sep 5 02:05:06 2010 -0700
5267
5268     altosui: ensure that 'altosui' script is installed. Pass arguments along.
5269     
5270     Signed-off-by: Keith Packard <keithp@keithp.com>
5271
5272 commit b61fec225ada6a9e252e4c7920101ee18c77cbdc
5273 Author: Keith Packard <keithp@keithp.com>
5274 Date:   Sun Sep 5 01:55:56 2010 -0700
5275
5276     altosui: eeprom files place 'boost' time in the flight number record.
5277     
5278     Instead of looking for the first state change record, use the Flight
5279     record to get the boost tick.
5280     
5281     Signed-off-by: Keith Packard <keithp@keithp.com>
5282
5283 commit 6c653a4cba5fef8d49261cf1c024f3e86e9058c6
5284 Author: Keith Packard <keithp@keithp.com>
5285 Date:   Sun Sep 5 01:52:36 2010 -0700
5286
5287     altosui: Record flight number when scanning file, not when running
5288     
5289     The very first record in the eeprom is the flight number, but it is
5290     time-stamped with the 'boost' time, and so it gets sorted until much
5291     later, delaying the return of data until the rocket enters boost
5292     mode. This drops all of the nice pad GPS and state date on the floor.
5293     
5294     Signed-off-by: Keith Packard <keithp@keithp.com>
5295
5296 commit 38e1d87c8d449866faac026577fefa9a118428cb
5297 Author: Keith Packard <keithp@keithp.com>
5298 Date:   Sun Sep 5 01:23:53 2010 -0700
5299
5300     altosui: Use local .class files in the classpath
5301     
5302     This ensures that compiling only a few changed files will
5303     locate the old .class files instead of using a stale .jar file.
5304
5305 commit 9941b05a1d03dafd6cd899b5fe999ed769efb1d6
5306 Author: Keith Packard <keithp@keithp.com>
5307 Date:   Sun Sep 5 01:21:14 2010 -0700
5308
5309     altosui: Prevent voice altitude data from queueing up
5310     
5311     When flight status changes rapidly, the queue of voice data can get
5312     quite long. This change does two things -- first, it remembers when
5313     the altitude reporting happens due to flight events and delays the
5314     periodic reporting until a suitable time after that, second it ensures
5315     that the voice data has all been delivered before generating a new
5316     altitude report.
5317     
5318     Signed-off-by: Keith Packard <keithp@keithp.com>
5319
5320 commit 4dec5c36702d76dc95beada7c1d3222a638a2cbb
5321 Author: Keith Packard <keithp@keithp.com>
5322 Date:   Sun Sep 5 01:19:11 2010 -0700
5323
5324     altosui: Add AltosVoice.drain() to wait for queued speech to finish
5325     
5326     drain() blocks until all pending phrases have been processed, allowing
5327     the UI code to avoid pending data that will end up stale by the time
5328     it is emitted.
5329     
5330     Signed-off-by: Keith Packard <keithp@keithp.com>
5331
5332 commit 410ba89eef9c9817eef81b702966cb88820ff7c4
5333 Author: Keith Packard <keithp@keithp.com>
5334 Date:   Sun Sep 5 01:13:01 2010 -0700
5335
5336     altosui: Start idle thread after the rocket leaves the pad
5337     
5338     This makes the first altitude report time consistently 10 seconds
5339     after launch, instead of some random time depending on when the rocket
5340     launched relative to the time the device connection was made.
5341     
5342     Signed-off-by: Keith Packard <keithp@keithp.com>
5343
5344 commit 6205547ec7191aab0259a8449520e966a96129e6
5345 Author: Keith Packard <keithp@keithp.com>
5346 Date:   Sun Sep 5 01:08:50 2010 -0700
5347
5348     altosui: When replay thread is interrupted, don't make final report
5349     
5350     Normally, the replay process makes one final report after the file has
5351     been parsed. However, if the reading process is interrupted to display
5352     something else, this report is just annoying, so don't make it.
5353     
5354     Signed-off-by: Keith Packard <keithp@keithp.com>
5355
5356 commit 3d99584fcfe43b22e8581874e0ac77ce3d635d48
5357 Author: Keith Packard <keithp@keithp.com>
5358 Date:   Sun Sep 5 01:03:18 2010 -0700
5359
5360     altosui: Add elevation and range data to main display
5361     
5362     Reported by voice, it's useful to see these on the display as well.
5363     
5364     Signed-off-by: Keith Packard <keithp@keithp.com>
5365
5366 commit 2d58f319a7c1a6a8ccc6a539722009996ba886ab
5367 Author: Keith Packard <keithp@keithp.com>
5368 Date:   Sun Sep 5 01:01:10 2010 -0700
5369
5370     altosui: Eeprom files contain only one date; save it.
5371     
5372     While reading eeprom files, the GPS record is reconstructed each time
5373     the system sees the first GPS log item (the time field), but as the
5374     date isn't repeated, we need to copy it from the old GPS data record.
5375     
5376     Signed-off-by: Keith Packard <keithp@keithp.com>
5377
5378 commit b2aa689bf3d61e4a3ebe7c828162d1be20aad0f6
5379 Author: Keith Packard <keithp@keithp.com>
5380 Date:   Sun Sep 5 00:59:54 2010 -0700
5381
5382     altosui: Remove debugging printf from AltosEepromReader
5383     
5384     These were in place while validing the GPS data reconstruction code
5385     that handles eeprom files missing the first GPS date line due to the
5386     record overwriting bug in old firmware versions.
5387     
5388     Signed-off-by: Keith Packard <keithp@keithp.com>
5389
5390 commit eb0e7a59f0806734a4c959a3ce7c57f71cbe3986
5391 Author: Keith Packard <keithp@keithp.com>
5392 Date:   Sun Sep 5 00:57:38 2010 -0700
5393
5394     altosui: Return AO_LOG_INVALID instead of exception for eeprom files
5395     
5396     When an eeprom file contains an invalid line, just return
5397     AO_LOG_INVALID instead of throwing an exception. This allows us to
5398     replay and parse files with extraneous serial communication.
5399     
5400     Signed-off-by: Keith Packard <keithp@keithp.com>
5401
5402 commit c3a17c71a45207dd715d537704f161de9219f0d7
5403 Author: Keith Packard <keithp@keithp.com>
5404 Date:   Sat Sep 4 18:49:22 2010 -0700
5405
5406     altosui: Fix linux fat distribution
5407     
5408     Again, use 'cp -p' instead of 'cp -a' to get files into the archive
5409     instead of links. Also, make the shell script 'altosui' instead of
5410     'altosui-fat'.
5411     
5412     Signed-off-by: Keith Packard <keithp@keithp.com>
5413
5414 commit 828e9e4c68e3ac90b6ba2e9fd5f131a9975f7e4a
5415 Author: Keith Packard <keithp@keithp.com>
5416 Date:   Sat Sep 4 18:39:58 2010 -0700
5417
5418     altosui: Fix up Mac OSX .zip file
5419     
5420     Must contain 'altosui.jar' instead of altosui-fat.jar.
5421     Also, was using 'cp -a' instead of 'cp -p' which made files
5422     represented by symlinks not end up in the archive.
5423     
5424     Signed-off-by: Keith Packard <keithp@keithp.com>
5425
5426 commit 044fd27449c70474f51b99dec25fd23d3c03a559
5427 Author: Keith Packard <keithp@keithp.com>
5428 Date:   Sat Sep 4 18:20:45 2010 -0700
5429
5430     altosui: Fix windows installer to ship correct files
5431     
5432     Was shipping altosui.jar instead of altosui-fat.jar
5433     
5434     Signed-off-by: Keith Packard <keithp@keithp.com>
5435
5436 commit 148b927c3b8bc7b7b5c5356392032faf2b1203d3
5437 Author: Keith Packard <keithp@keithp.com>
5438 Date:   Sat Sep 4 18:04:04 2010 -0700
5439
5440     Add top-level 'fat' target to aid building distribution files
5441     
5442     Signed-off-by: Keith Packard <keithp@keithp.com>
5443
5444 commit aed59e1c057c13e28fd368dc2592aa4628211097
5445 Author: Keith Packard <keithp@keithp.com>
5446 Date:   Sat Sep 4 17:59:11 2010 -0700
5447
5448     Add version numbers to released files. Set version to 0.7.1
5449     
5450     Instead of using git revision counts for version numbers, use explicit
5451     versions numbers configured in the configure.ac file. Expose published
5452     files with version numbers.
5453     
5454     Signed-off-by: Keith Packard <keithp@keithp.com>
5455
5456 commit 2808bba3efa1cff133cc060dabff06fab8b75388
5457 Author: Keith Packard <keithp@keithp.com>
5458 Date:   Sat Sep 4 17:58:52 2010 -0700
5459
5460     Ignore libtool files.
5461
5462 commit bc183400ab93d5902c52851319999cc77f27bc81
5463 Author: Keith Packard <keithp@keithp.com>
5464 Date:   Sat Sep 4 17:35:17 2010 -0700
5465
5466     altos: add some SDCDB config files
5467
5468 commit 887b11f6b9c81b9f15348d54017e700ca7dc5e55
5469 Author: Keith Packard <keithp@keithp.com>
5470 Date:   Sat Sep 4 17:27:17 2010 -0700
5471
5472     Use autotools for altosui and libaltos
5473     
5474     This switches from hand-written Makefiles to automake with libtool
5475     for these parts of the system.
5476     
5477     Signed-off-by: Keith Packard <keithp@keithp.com>
5478
5479 commit e844e8a0695e27af6f8e3e37a5e3bcc865b862e3
5480 Author: Keith Packard <keithp@keithp.com>
5481 Date:   Sat Sep 4 01:13:42 2010 -0700
5482
5483     altosui: Add icons to application and Windows menus.
5484     
5485     Use the altus-metrum icon for an application icon and a windows start
5486     menu/desktop icon.
5487     
5488     Signed-off-by: Keith Packard <keithp@keithp.com>
5489
5490 commit e9ea28504c646fc25791aab09b9e5faf73e0ac0c
5491 Author: Keith Packard <keithp@keithp.com>
5492 Date:   Sat Sep 4 01:08:34 2010 -0700
5493
5494     icon: add some icons for application programs
5495     
5496     altus-metrum.ico: Windows ICO file
5497     altus-metrum-16x16.jpg: 16x16 jpg image for java
5498     
5499     Signed-off-by: Keith Packard <keithp@keithp.com>
5500
5501 commit f550677df016070430ed38bfa2b2be33f1b8c40a
5502 Author: Keith Packard <keithp@keithp.com>
5503 Date:   Sat Sep 4 00:16:41 2010 -0700
5504
5505     altosui: oops. renamed the nsis file to altos-windows.nsi
5506     
5507     And forgot to change the dependency in the Makefile
5508     
5509     Signed-off-by: Keith Packard <keithp@keithp.com>
5510
5511 commit c0988ddbf104ea729090c2e7e2a28cc6dc9e90f6
5512 Author: Keith Packard <keithp@keithp.com>
5513 Date:   Sat Sep 4 00:14:15 2010 -0700
5514
5515     altosui: ignore built files
5516
5517 commit ecb4a09535b6a8da0765010489a96e605dbdeb46
5518 Author: Keith Packard <keithp@keithp.com>
5519 Date:   Sat Sep 4 00:13:11 2010 -0700
5520
5521     altosui: Add windows installer build using 'nsis'
5522     
5523     nsis happens to be packaged in debian, and it appears to build usable
5524     installers, which is all very cool.
5525     
5526     Signed-off-by: Keith Packard <keithp@keithp.com>
5527
5528 commit bf22923cd8b4f6f954718358b411b5b10d8e7b4d
5529 Author: Bdale Garbee <bdale@gag.com>
5530 Date:   Sat Sep 4 00:46:29 2010 -0400
5531
5532     update changelogs for Debian build
5533
5534 commit 59798c6fd11502a9c8b66090c23ba50eb250692e
5535 Author: Keith Packard <keithp@keithp.com>
5536 Date:   Fri Sep 3 12:43:45 2010 -0700
5537
5538     altosui: Catch I/O errors on telemetry device, report to user
5539     
5540     This catches the USB device being unplugged and makes sure the
5541     user sees an error dialog in this case.
5542     
5543     Signed-off-by: Keith Packard <keithp@keithp.com>
5544
5545 commit 16d8d6a8853d09f683b13f9cda3c3174a0aab130
5546 Author: Keith Packard <keithp@keithp.com>
5547 Date:   Fri Sep 3 12:31:05 2010 -0700
5548
5549     altosui: Must flush serial line after configuring for telemetry
5550     
5551     Without flushing the configuration commands to the serial device, it
5552     never sees them as the telemetry input thread doesn't flush.
5553     
5554     Signed-off-by: Keith Packard <keithp@keithp.com>
5555
5556 commit d4f64e95e31e2335470efc15df2ab357b7d197f3
5557 Author: Keith Packard <keithp@keithp.com>
5558 Date:   Fri Sep 3 11:48:55 2010 -0700
5559
5560     Revert "altosui: Deal with altos bug setting radio channel while monitoring"
5561     
5562     This reverts commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f.
5563     
5564     Testing the old code
5565
5566 commit 71191ecef3ba0e00d0f8a7cd1a24982bfa44ec72
5567 Author: Keith Packard <keithp@keithp.com>
5568 Date:   Fri Sep 3 01:30:33 2010 -0700
5569
5570     altosui: Allow 'connect to device' when already connected
5571     
5572     Opening another serial device involves shutting down the display
5573     thread (to reset its state) and spawning another one. Shutting down
5574     the display thread normally closes the serial device as a part of the
5575     process, and if this isn't done before the new serial device is
5576     opened, then the new serial device ends up getting closed too.
5577     
5578     Interrupting the display thread and waiting for it to stop before
5579     opening the new serial device solves the problem.
5580     
5581     Signed-off-by: Keith Packard <keithp@keithp.com>
5582
5583 commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f
5584 Author: Keith Packard <keithp@keithp.com>
5585 Date:   Fri Sep 3 01:21:57 2010 -0700
5586
5587     altosui: Deal with altos bug setting radio channel while monitoring
5588     
5589     If the monitoring thread is active, then setting the radio channel can
5590     sometimes cause the monitoring thread to get stuck. I'm not entirely
5591     sure why though. For now, work around the issue by making sure
5592     monitoring is off, and the monitoring thread has stopped, before
5593     changing the radio channel.
5594     
5595     Signed-off-by: Keith Packard <keithp@keithp.com>
5596
5597 commit e5ef42c2b22c6639d90631dbbb588f9fd2494385
5598 Author: Keith Packard <keithp@keithp.com>
5599 Date:   Fri Sep 3 01:12:24 2010 -0700
5600
5601     altosui: Report telemetry CRC errors in UI
5602     
5603     Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle
5604     units, so report them in the UI.
5605     
5606     Signed-off-by: Keith Packard <keithp@keithp.com>
5607
5608 commit 3b3aa448f3a0f44137f7530b04b58967ba5f22f5
5609 Author: Keith Packard <keithp@keithp.com>
5610 Date:   Thu Sep 2 21:11:29 2010 -0700
5611
5612     altosui: build Mac OS .zip file to include paths
5613     
5614     Without the paths, the OS X zip file doesn't create a usable
5615     application structure.
5616     
5617     Signed-off-by: Keith Packard <keithp@keithp.com>
5618
5619 commit cff0d1ef6b338b3d5ad9450d4d5f95df934cb5e4
5620 Author: Keith Packard <keithp@keithp.com>
5621 Date:   Wed Sep 1 22:56:34 2010 -0700
5622
5623     altosui: Post error dialog on invalid ROM config values.
5624     
5625     Signed-off-by: Keith Packard <keithp@keithp.com>
5626
5627 commit 8d8980f56a4f2c7d6f2ce667130706e0f04f8ded
5628 Author: Keith Packard <keithp@keithp.com>
5629 Date:   Wed Sep 1 22:56:12 2010 -0700
5630
5631     altosui: Remove some debug printfs from AltosRomconfig class
5632     
5633     Signed-off-by: Keith Packard <keithp@keithp.com>
5634
5635 commit 5ee6cd41ed189c3166f76558ecada80917f40652
5636 Author: Keith Packard <keithp@keithp.com>
5637 Date:   Wed Sep 1 22:47:15 2010 -0700
5638
5639     altosui: Hide internal rom config UI helper function
5640     
5641     This was getting mis-used by the flash UI causing the rom dialog
5642     'cancel' button to work just like 'ok'.
5643     
5644     Signed-off-by: Keith Packard <keithp@keithp.com>
5645
5646 commit 9a690c9795e8257d2a3225f905117681668a472f
5647 Author: Keith Packard <keithp@keithp.com>
5648 Date:   Wed Sep 1 22:46:04 2010 -0700
5649
5650     altosui: allow flashing to be canceled from the rom config dialog
5651     
5652     Was using the rom config class wrong, causing cancel actions to work
5653     just like 'ok' actions. Oops.
5654     
5655     Signed-off-by: Keith Packard <keithp@keithp.com>
5656
5657 commit 2f07ad14a16dbf1b75c71784ceae303825c90ade
5658 Author: Keith Packard <keithp@keithp.com>
5659 Date:   Wed Sep 1 22:43:22 2010 -0700
5660
5661     altosui: Abort flashing if debug port isn't working
5662     
5663     Check each command going over the debug port and make sure it works as
5664     expected. This commit adds checks for initializing the clock,
5665     selecting the desired program counter and running the flash
5666     program.
5667     
5668     Signed-off-by: Keith Packard <keithp@keithp.com>
5669
5670 commit cf30343aadd5039627a85319872685f743e64b16
5671 Author: Bdale Garbee <bdale@gag.com>
5672 Date:   Thu Sep 2 00:55:41 2010 -0400
5673
5674     update changelogs for Debian build
5675
5676 commit 59a40f6d5a2159b9009a3fa0737bb679efd5b32c
5677 Author: Bdale Garbee <bdale@gag.com>
5678 Date:   Thu Sep 2 00:55:01 2010 -0400
5679
5680     another distclean fix
5681
5682 commit 59ff9180f11063c257746b895a167179b3a4ff7c
5683 Author: Bdale Garbee <bdale@gag.com>
5684 Date:   Thu Sep 2 00:53:16 2010 -0400
5685
5686     and a few more distclean fixes
5687
5688 commit 3aafd70257b70b7c11ba9c55749157979bc61ea2
5689 Author: Bdale Garbee <bdale@gag.com>
5690 Date:   Thu Sep 2 00:52:04 2010 -0400
5691
5692     more makefile distclean target work
5693
5694 commit d5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f
5695 Author: Bdale Garbee <bdale@gag.com>
5696 Date:   Thu Sep 2 00:50:16 2010 -0400
5697
5698     update changelogs for Debian build
5699
5700 commit 14fa24ed93b3b1cec08a170004c6fb7f4d74f7e5
5701 Author: Bdale Garbee <bdale@gag.com>
5702 Date:   Thu Sep 2 00:48:31 2010 -0400
5703
5704     update changelogs for Debian build
5705
5706 commit 83552dfa0d38db9cdf3efc89e64e6c7896467856
5707 Author: Bdale Garbee <bdale@gag.com>
5708 Date:   Thu Sep 2 00:47:54 2010 -0400
5709
5710     add distclean targets to libaltos and altosui to all Debian package to build
5711
5712 commit 6f24d2a476759104a10b26b54faff2b18b0e208b
5713 Author: Bdale Garbee <bdale@gag.com>
5714 Date:   Thu Sep 2 00:46:21 2010 -0400
5715
5716     update changelogs for Debian build
5717
5718 commit d079bfe86ed40ff450ece445cf5f5e3970e44cec
5719 Author: Bdale Garbee <bdale@gag.com>
5720 Date:   Thu Sep 2 00:44:30 2010 -0400
5721
5722     update changelogs for Debian build
5723
5724 commit a470315e5d822a69ef5304512cf73c604c88e481
5725 Author: Keith Packard <keithp@keithp.com>
5726 Date:   Wed Sep 1 20:14:51 2010 -0700
5727
5728     altosui: Remove Manifest.txt from git repo as it's built now
5729     
5730     This file is built with appropriate contents for each different .jar file.
5731     
5732     Signed-off-by: Keith Packard <keithp@keithp.com>
5733
5734 commit 1177e0a684328422be5adc68093d0091a218a824
5735 Author: Keith Packard <keithp@keithp.com>
5736 Date:   Wed Sep 1 19:53:24 2010 -0700
5737
5738     altos: Bounds check Skytraq GPS tracking data array
5739     
5740     Missing GPS serial data could cause the tracking array reset to
5741     get skipped, causing the array to be overrun, smashing critical data
5742     beyond the array.
5743     
5744     This was detected using the 'altosui' flash command to program a
5745     device from TM. Hitting the USB that hard caused TM to crash with a
5746     mutex error (3 beeps) after the ao_gps_task structure was overwritten
5747     with zeros.
5748     
5749     Signed-off-by: Keith Packard <keithp@keithp.com>
5750
5751 commit 775acb89660cdee2f3c54c38297baefe39f2414c
5752 Author: Keith Packard <keithp@keithp.com>
5753 Date:   Mon Aug 30 22:24:09 2010 -0700
5754
5755     altosui: missed AltosReader.class in the Makefile
5756     
5757     This caused clean builds to fail to make this file
5758     
5759     Signed-off-by: Keith Packard <keithp@keithp.com>
5760
5761 commit bd2b9d958c2b7f846031b076ed51c4fbaaf2d68f
5762 Author: Bdale Garbee <bdale@gag.com>
5763 Date:   Tue Aug 31 00:20:06 2010 -0400
5764
5765     update changelogs for Debian build
5766
5767 commit d006c5e1255433181aca4c8e6a277b2d1bc0841b
5768 Author: Bdale Garbee <bdale@gag.com>
5769 Date:   Tue Aug 31 00:19:37 2010 -0400
5770
5771     add runtime dependencies for altos binary package
5772
5773 commit c1c7d731e3774883fa0bb5538be225a59334d124
5774 Author: Bdale Garbee <bdale@gag.com>
5775 Date:   Mon Aug 30 19:52:51 2010 -0600
5776
5777     update changelogs for Debian build
5778
5779 commit c35632efb1919764e4b8581ed6fcf2bedd4bd517
5780 Author: Bdale Garbee <bdale@gag.com>
5781 Date:   Mon Aug 30 19:37:50 2010 -0600
5782
5783     update changelogs for Debian build
5784
5785 commit 2a004d17a13b4ff52d892bfdecff8ad3d0823f7c
5786 Author: Bdale Garbee <bdale@gag.com>
5787 Date:   Mon Aug 30 19:37:17 2010 -0600
5788
5789     don't build all the "fat" jar deliverables by default
5790
5791 commit 507e429db6638f82c32449e9c5ca06b46da30134
5792 Author: Bdale Garbee <bdale@gag.com>
5793 Date:   Mon Aug 30 19:09:00 2010 -0600
5794
5795     update changelogs for Debian build
5796
5797 commit 25764fcd1b65c3a5a817afdb5901ac30e8a5f0c0
5798 Author: Bdale Garbee <bdale@gag.com>
5799 Date:   Mon Aug 30 19:08:29 2010 -0600
5800
5801     update changelogs for Debian build
5802
5803 commit 4790f78aead8a816e5b247c022b2998ce3a94053
5804 Author: Bdale Garbee <bdale@gag.com>
5805 Date:   Mon Aug 30 18:48:50 2010 -0600
5806
5807     add a .gitattributes file, configuring the Mac and Windows binary library
5808     files with the export-ignore attribute, in hopes that this will prevent
5809     them showing up in source packages
5810
5811 commit 81318e5b7179b0311ab099043ecb04a25d763750
5812 Author: Bdale Garbee <bdale@gag.com>
5813 Date:   Mon Aug 30 18:15:40 2010 -0600
5814
5815     make invocation of 'install' pathless to work on more Unix variants
5816
5817 commit cbc72399a0f4d7429df0189bcdae683dd491cb9e
5818 Author: Bdale Garbee <bdale@gag.com>
5819 Date:   Mon Aug 30 17:56:56 2010 -0600
5820
5821     continue even if rm's don't have anything to do
5822
5823 commit a9a8d23c877e6f6c76857b7c85e3d43b4da1db27
5824 Author: Keith Packard <keithp@keithp.com>
5825 Date:   Mon Aug 30 05:49:11 2010 -0700
5826
5827     altosui: Devices with USB id 0x000a always get listed
5828     
5829     List 'unknown' AltusMetrum devices anytime the UI needs a device
5830     name.
5831     
5832     Signed-off-by: Keith Packard <keithp@keithp.com>
5833
5834 commit a94900b8862b99b4e317ea0ee3edd2a560f270c7
5835 Author: Keith Packard <keithp@keithp.com>
5836 Date:   Mon Aug 30 05:48:23 2010 -0700
5837
5838     altosui: build debian-style altosui too
5839     
5840     This adds the dependencies to make sure altosui and altosui.jar get built.
5841     
5842     Signed-off-by: Keith Packard <keithp@keithp.com>
5843
5844 commit 38ac388baf8125c0644b868a7aaf8eba1bdf990d
5845 Author: Keith Packard <keithp@keithp.com>
5846 Date:   Mon Aug 30 05:28:37 2010 -0700
5847
5848     altosui: Build linux, mac and windows archives on Linux
5849     
5850     This adds 'fat' archives for each target OS.
5851     
5852     Signed-off-by: Keith Packard <keithp@keithp.com>
5853
5854 commit 35d9a8214252dbe79aeb69ae47d2e5c58a654702
5855 Author: Keith Packard <keithp@keithp.com>
5856 Date:   Mon Aug 30 05:27:45 2010 -0700
5857
5858     libaltos: Use overlapped I/O on windows
5859     
5860     Otherwise, reads block writes and vice-versa. Crazy stuff.
5861     
5862     Signed-off-by: Keith Packard <keithp@keithp.com>
5863
5864 commit c7ba92317ac55272acbde12416448ebd17b983a6
5865 Author: Keith Packard <keithp@keithp.com>
5866 Date:   Mon Aug 30 04:52:00 2010 -0700
5867
5868     altos: Windows sends USB Out packets of 0 length. Ack them.
5869     
5870     This was an untested case as no other operating system sents 0-length
5871     out packets (they're not necessary). The correct response is to ACK
5872     them by clearing the OUTPKT_RDY bit so that another packet can be sent.
5873     
5874     Signed-off-by: Keith Packard <keithp@keithp.com>
5875
5876 commit 20a472cfe3369200150ea4ff067ceb28968dbcac
5877 Author: Keith Packard <keithp@keithp.com>
5878 Date:   Mon Aug 30 02:58:23 2010 -0700
5879
5880     libaltos: Add pre-built Windows .dll
5881     
5882     This lets us create the windows distribution on Linux.
5883     
5884     Signed-off-by: Keith Packard <keithp@keithp.com>
5885
5886 commit 0300fe581c949232bc52b05fe9c1f6032cad6b60
5887 Author: Keith Packard <keithp@keithp.com>
5888 Date:   Mon Aug 30 02:56:25 2010 -0700
5889
5890     libaltos: Add pre-built Mac OS X libaltos.dylib
5891     
5892     This allows the mac bits to be built on Linux.
5893     
5894     Signed-off-by: Keith Packard <keithp@keithp.com>
5895
5896 commit 5d48c494325524bbeed10e0dc7300ed44e7e208e
5897 Author: Keith Packard <keithp@keithp.com>
5898 Date:   Mon Aug 30 02:53:26 2010 -0700
5899
5900     Update telemetrum.inf to include all current USB ids.
5901     
5902     Windows 7 has 'encouraged' us to split out each product into a
5903     separate USB ID. telemetrum.inf now has all of them listed.
5904     
5905     Signed-off-by: Keith Packard <keithp@keithp.com>
5906
5907 commit df34bbe7d1c43b12ab6d610fe810b6e1683e4c21
5908 Author: Keith Packard <keithp@keithp.com>
5909 Date:   Mon Aug 30 02:49:49 2010 -0700
5910
5911     libaltos: Improve Makefile
5912     
5913     Builds Windows .dll correctly now and sample app.
5914     Moves linux install target to end so it is not default
5915     Adds .NOTPARALLEL to disable parallel gnumake.
5916     Removes -g debugging flags to shrink file size.
5917     
5918     Signed-off-by: Keith Packard <keithp@keithp.com>
5919
5920 commit dd5374b8e660012ae4f8b058454fd101e0749ca7
5921 Author: Keith Packard <keithp@keithp.com>
5922 Date:   Mon Aug 30 02:00:30 2010 -0700
5923
5924     libaltos: Fix windows build.
5925     
5926     Need stdlib.h to get calloc/free defined, remove debug printfs, fix
5927     serial timeouts.
5928     
5929     Signed-off-by: Keith Packard <keithp@keithp.com>
5930
5931 commit 63c832394a829f41b8f77d075786530536360349
5932 Author: Keith Packard <keithp@keithp.com>
5933 Date:   Sun Aug 29 23:22:27 2010 -0700
5934
5935     altos: shut down packet mode cleanly
5936     
5937     Instead of constantly bashing the packet master thread, let it shut
5938     itself down in an orderly fashion. It will shut down fairly quickly as
5939     all of the activities in that thread are bounded. Otherwise, the
5940     master packet thread might leave mutexes locked and all sorts of other
5941     horrors.
5942     
5943     Tested on Linux and Mac OS X and shown to be reliable.
5944     
5945     Signed-off-by: Keith Packard <keithp@keithp.com>
5946
5947 commit 43619c13f749b79c096d1e8fdab3d5cfb5fd85f1
5948 Author: Keith Packard <keithp@keithp.com>
5949 Date:   Sun Aug 29 22:42:23 2010 -0700
5950
5951     altos: Abort radio harder when terminating packet mode.
5952     
5953     Make sure the master radio tasks don't get stuck waiting for an
5954     incoming packet again by aborting the radio each time we poke the
5955     tasks.
5956     
5957     Signed-off-by: Keith Packard <keithp@keithp.com>
5958
5959 commit c4a8569f61eddf690d00337543462235ecbfbe54
5960 Author: Keith Packard <keithp@keithp.com>
5961 Date:   Sun Aug 29 22:41:18 2010 -0700
5962
5963     altos: flush pending output when terminating packet mode
5964     
5965     Just in case the last command sent hasn't been transmitted, hang
5966     around for up to a second waiting for the data to get across the link.
5967     
5968     Signed-off-by: Keith Packard <keithp@keithp.com>
5969
5970 commit 1acd3c7ec167b1b18e4ea493e5978c938a91cc89
5971 Author: Keith Packard <keithp@keithp.com>
5972 Date:   Sun Aug 29 21:45:19 2010 -0700
5973
5974     libaltos: cjnitest needs altos_flush now
5975
5976 commit 6527357d1f0e94faf9e7dacac10a39875131be7c
5977 Author: Keith Packard <keithp@keithp.com>
5978 Date:   Sun Aug 29 21:43:46 2010 -0700
5979
5980     libaltos: Missing OS_LDFLAGS on cjnitest build
5981
5982 commit b7fa1ea3338f63b8edcf8aacccb5e519ca0b213f
5983 Author: Keith Packard <keithp@keithp.com>
5984 Date:   Sun Aug 29 21:41:40 2010 -0700
5985
5986     libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
5987     
5988     Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now,
5989     otherwise, we won't be able to abort the read when the device is closed. Yay!
5990     
5991     Signed-off-by: Keith Packard <keithp@keithp.com>
5992
5993 commit e60c59123232915e808cee23ef89eb1a38ced34b
5994 Author: Keith Packard <keithp@keithp.com>
5995 Date:   Sun Aug 29 21:40:21 2010 -0700
5996
5997     altosui: discard invalid lines while reading Eeprom flight data
5998     
5999     This shouldn't happen, but it's easy enough to get back in sync by just
6000     skipping lines with weird contents.
6001     
6002     Signed-off-by: Keith Packard <keithp@keithp.com>
6003
6004 commit ae02b1590439d5c8dfb472cf1f83a14fdcfbaf11
6005 Author: Keith Packard <keithp@keithp.com>
6006 Date:   Sun Aug 29 21:36:47 2010 -0700
6007
6008     altosui: provide separate flush_input/flush_output for serial. deal with monitor automatically
6009     
6010     (yes, this should be two patches, but the diffs in AltosSerial were merged together).
6011     
6012     First, this replaces the existing flush/flush_reply mess with two simple functions,
6013     one to flush output to the serial device, making sure that all data written will be seen
6014     while we wait for input. The other sucks any pending input off of the serial line and
6015     discards it.
6016     
6017     Second, AltosSerial now tracks whether the serial line is being used for telemetry
6018     monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a
6019     bunch of manual state tracking elsewhere.
6020     
6021     Signed-off-by: Keith Packard <keithp@keithp.com>
6022
6023 commit edcfb1bdf64772d3b83405ccf99385b8fea5d8e4
6024 Author: Keith Packard <keithp@keithp.com>
6025 Date:   Sun Aug 29 17:33:59 2010 -0700
6026
6027     libaltos: AltusMetrum devices use more than one USB ID.
6028     
6029     List all usb devices, picking those with AltusMetrum IDs.
6030     
6031     Signed-off-by: Keith Packard <keithp@keithp.com>
6032
6033 commit 236685807b63860ad033aa0254ce8f6d8d36d4ef
6034 Author: Bdale Garbee <bdale@gag.com>
6035 Date:   Fri Aug 27 22:26:09 2010 -0600
6036
6037     update changelogs for Debian build
6038
6039 commit 1cda15fdef2d9d3e54354bd5c43a0bcc7e3240cb
6040 Author: Bdale Garbee <bdale@gag.com>
6041 Date:   Fri Aug 27 22:24:51 2010 -0600
6042
6043     fix up for an 0.7 release
6044
6045 commit 4c5c7c7f198775c398c1ad2edafb3488384cc297
6046 Author: Bdale Garbee <bdale@gag.com>
6047 Date:   Fri Aug 27 22:13:38 2010 -0600
6048
6049     update changelogs for Debian build
6050
6051 commit 42055af5c6f17d14a2f1c6a2b5e1ce6d3b45a615
6052 Author: Bdale Garbee <bdale@gag.com>
6053 Date:   Fri Aug 27 13:13:19 2010 -0600
6054
6055     update changelogs for Debian build
6056
6057 commit 0bd4cc03b3bf23aa32b5ce1921078021d1d8a9c6
6058 Author: Bdale Garbee <bdale@gag.com>
6059 Date:   Fri Aug 27 13:12:46 2010 -0600
6060
6061     fix path to installed shared library
6062
6063 commit 99c1d9b4ef10ec4ebbee058ce0bb38c954a0a3a6
6064 Author: Bdale Garbee <bdale@gag.com>
6065 Date:   Fri Aug 27 12:41:26 2010 -0600
6066
6067     update changelogs for Debian build
6068
6069 commit cf65c6b8056c4af7c26b52ec6f9fbd3400cef638
6070 Merge: 5f2f6a8 ae5eff7
6071 Author: Bdale Garbee <bdale@gag.com>
6072 Date:   Fri Aug 27 12:38:25 2010 -0600
6073
6074     Merge branch 'bdale'
6075     
6076     Conflicts:
6077         debian/control
6078
6079 commit ae5eff7bc0b63047737223423009707bedcb00f5
6080 Author: Bdale Garbee <bdale@gag.com>
6081 Date:   Fri Aug 27 12:37:36 2010 -0600
6082
6083     Revert "lose the prebuild hook for now while I'm fumbling"
6084     
6085     This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
6086
6087 commit de2e71c4923a0282df74dbe37d087c34b4ddd279
6088 Author: Bdale Garbee <bdale@gag.com>
6089 Date:   Fri Aug 27 12:25:20 2010 -0600
6090
6091     fix man page delivery path
6092
6093 commit a8dbe082960dc9bdd44c6e4b1198423c4e566029
6094 Author: Bdale Garbee <bdale@gag.com>
6095 Date:   Fri Aug 27 12:18:28 2010 -0600
6096
6097     install altosui man page
6098
6099 commit 5cc933039e4763b8675611c63b6147b42878a2bb
6100 Author: Bdale Garbee <bdale@gag.com>
6101 Date:   Fri Aug 27 12:16:19 2010 -0600
6102
6103     fix permissions on installed jar file, switch from ao-view to altosui in
6104     the desktop file
6105
6106 commit 138009e9fad01f79df4c3820fbc206f78688bdce
6107 Author: Bdale Garbee <bdale@gag.com>
6108 Date:   Fri Aug 27 12:06:01 2010 -0600
6109
6110     update Debian standards version
6111
6112 commit c280071b7db4e9a7af31dc5740eb8d27f137950e
6113 Author: Bdale Garbee <bdale@gag.com>
6114 Date:   Fri Aug 27 12:04:13 2010 -0600
6115
6116     fix up the wrapper's path to the jar file
6117
6118 commit 5f2f6a8f9ba56be867888758848bc7f152ccbd47
6119 Merge: 63bd34c 9d1b27f
6120 Author: Keith Packard <keithp@keithp.com>
6121 Date:   Fri Aug 27 11:00:31 2010 -0700
6122
6123     Merge remote branch 'origin/master' into new-packet-format
6124
6125 commit 63bd34cd1b5a411489e8c3ab377f0fe0eec11f67
6126 Author: Keith Packard <keithp@keithp.com>
6127 Date:   Fri Aug 27 10:58:55 2010 -0700
6128
6129     altosui: add elevation and range information
6130     
6131     Signed-off-by: Keith Packard <keithp@keithp.com>
6132
6133 commit 72a18502e40f55cbba6418dc94315517881cd411
6134 Author: Bdale Garbee <bdale@gag.com>
6135 Date:   Fri Aug 27 11:51:24 2010 -0600
6136
6137     add an install target for altosui
6138
6139 commit 72c33a72ee105ec692dad62d6d9c1ad40b89bfe8
6140 Author: Bdale Garbee <bdale@gag.com>
6141 Date:   Fri Aug 27 11:45:19 2010 -0600
6142
6143     add install target for libaltos
6144
6145 commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf
6146 Author: Bdale Garbee <bdale@gag.com>
6147 Date:   Fri Aug 27 11:26:29 2010 -0600
6148
6149     lose the prebuild hook for now while I'm fumbling
6150
6151 commit 9ea94411c9730f7a271366d309ab4827beeeb839
6152 Author: Bdale Garbee <bdale@gag.com>
6153 Date:   Fri Aug 27 11:17:54 2010 -0600
6154
6155     add a dummy install target
6156
6157 commit c443f43f8dee6e0fcbcecf9d09e948fd928b7af4
6158 Merge: 2950431 2923cf5
6159 Author: Bdale Garbee <bdale@gag.com>
6160 Date:   Fri Aug 27 03:08:53 2010 -0600
6161
6162     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
6163
6164 commit 2923cf5057f9cef110dd547d8677ea5b60e00796
6165 Author: Keith Packard <keithp@keithp.com>
6166 Date:   Fri Aug 27 00:10:29 2010 -0700
6167
6168     altos: prepare for sdcc 2.9.1
6169     
6170     A few minor language changes -- non-standard keywords are now prefixed
6171     with __, such as 'at', 'interrupt', 'naked'.
6172     
6173     Signed-off-by: Keith Packard <keithp@keithp.com>
6174
6175 commit 68967157cee620ebedcc8c2ffd6fc7656532087b
6176 Author: Keith Packard <keithp@keithp.com>
6177 Date:   Thu Aug 26 23:55:44 2010 -0700
6178
6179     altosui: command line args are converted to csv format
6180     
6181     Signed-off-by: Keith Packard <keithp@keithp.com>
6182
6183 commit 7e0506dc2014b7178f52b950e8c1cb820b35f9c6
6184 Author: Keith Packard <keithp@keithp.com>
6185 Date:   Thu Aug 26 23:54:53 2010 -0700
6186
6187     altosui: Remove debug printf from AltosState.java
6188     
6189     Signed-off-by: Keith Packard <keithp@keithp.com>
6190
6191 commit 49364608b59de7421ab00d87d2685bc3b5f58411
6192 Author: Keith Packard <keithp@keithp.com>
6193 Date:   Thu Aug 26 23:53:06 2010 -0700
6194
6195     altosui: When parsing saved telem files, errors shouldn't abort file
6196     
6197     Make syntax errors in telem files just skip the current line and move
6198     on to the next one instead of abandoning the whole file.
6199     
6200     Signed-off-by: Keith Packard <keithp@keithp.com>
6201
6202 commit a16db143fc7ca72dc91e7989420049192114642d
6203 Author: Keith Packard <keithp@keithp.com>
6204 Date:   Thu Aug 26 23:50:51 2010 -0700
6205
6206     altosui: Serial line is in UTF-8 encoding. Deal with it.
6207     
6208     We read bytes from the serial line and need to convert each line into
6209     a string. So, save the bytes and at EOL, pass the whole mess to the
6210     string constructor with the appropriate encoding info.
6211     
6212     Signed-off-by: Keith Packard <keithp@keithp.com>
6213
6214 commit 0942912163255523d923140c01afbdb5da1c19b5
6215 Author: Keith Packard <keithp@keithp.com>
6216 Date:   Thu Aug 26 23:49:37 2010 -0700
6217
6218     altosui: Add support for old (version < 3) telemetry files
6219     
6220     This lets the code read telemetry files from pre-released versions of
6221     the software. Not strictly necessary for production, but useful for
6222     analysing old files.
6223     
6224     Signed-off-by: Keith Packard <keithp@keithp.com>
6225
6226 commit e383595cd281687de903fb6176564bbef270cb83
6227 Author: Keith Packard <keithp@keithp.com>
6228 Date:   Thu Aug 26 23:47:38 2010 -0700
6229
6230     altosui: AltosEepromReader was mis-setting boost tick
6231     
6232     It was supposed to use record.tick instead of the (unset) state.tick
6233     value.
6234     
6235     Signed-off-by: Keith Packard <keithp@keithp.com>
6236
6237 commit 651f6102ac79459fc8d5679d852c963dcb5bb3fc
6238 Author: Keith Packard <keithp@keithp.com>
6239 Date:   Thu Aug 26 23:44:25 2010 -0700
6240
6241     altosui: add rssi and distance/dir from pad to CSV files
6242     
6243     Just adds a couple more fields to the CSV files that might be interesting.
6244     
6245     Signed-off-by: Keith Packard <keithp@keithp.com>
6246
6247 commit 3dc67c1401976d6e9e2e942d5a4707a4810a0404
6248 Author: Keith Packard <keithp@keithp.com>
6249 Date:   Thu Aug 26 23:43:00 2010 -0700
6250
6251     altosui: Add AltosGreatCircle constructors
6252     
6253     This adds constructurs from AltosGPS pairs and also one from empty
6254     args (which defines both distance and bearing as 0).
6255     
6256     Signed-off-by: Keith Packard <keithp@keithp.com>
6257
6258 commit f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2
6259 Author: Keith Packard <keithp@keithp.com>
6260 Date:   Thu Aug 26 23:41:26 2010 -0700
6261
6262     altosui: Move number parsing code to Altos general class
6263     
6264     This moves these shared functions to the global shared class.
6265     
6266     Signed-off-by: Keith Packard <keithp@keithp.com>
6267
6268 commit 68b2b66d7574dfd0bd5e3571b8ffad32ca5d2b73
6269 Author: Keith Packard <keithp@keithp.com>
6270 Date:   Thu Aug 26 23:37:29 2010 -0700
6271
6272     altos: mark gps date written only after it gets into eeprom
6273     
6274     Data logging doesn't start until boost detect occurs. As the GPS date
6275     is only logged once, if that happens before logging is written to the
6276     flash, then the GPS date will never get saved.
6277     
6278     Signed-off-by: Keith Packard <keithp@keithp.com>
6279
6280 commit aa6c27df5db6bdae59d00affccb891854a6caa18
6281 Author: Keith Packard <keithp@keithp.com>
6282 Date:   Thu Aug 26 15:59:09 2010 -0700
6283
6284     altos: print GPS state flags in GPS 'g' command
6285     
6286     Having the GPS state information can help with GPS debugging.
6287     
6288     Signed-off-by: Keith Packard <keithp@keithp.com>
6289
6290 commit 34055129b4008f6a9833887b12dee39ffa408002
6291 Author: Keith Packard <keithp@keithp.com>
6292 Date:   Thu Aug 26 15:57:09 2010 -0700
6293
6294     altos: always rebuild ao_product.c to track git version
6295     
6296     The git version is built into ao_product.c and saved in eeprom log
6297     files, providing useful diagnostics about the firmware revision used
6298     for each flight. However, if ao_product.c isn't recompiled, then the
6299     updated version won't be included. Force recompilation of this file
6300     each time make is run to ensure that the final output contains an
6301     updated version number.
6302     
6303     Signed-off-by: Keith Packard <keithp@keithp.com>
6304
6305 commit 99400fdc0f19ef538fc362dde5c3ab5b7cdac409
6306 Author: Keith Packard <keithp@keithp.com>
6307 Date:   Tue Aug 24 16:43:38 2010 -0700
6308
6309     altosui: flush replies from serial link when entering debug mode
6310     
6311     We use replies in debug mode a lot and depend on them matching the
6312     expected parameters. The case which caused trouble was using
6313     TeleMetrum to reprogram TeleDongle -- sending the 'm 0' command (to
6314     disable telemetry monitoring on TeleDongle) to the TeleMetrum caused
6315     it to reply 'Syntax Error' which confused the subsequent flashing
6316     operation. Flushing that reply gets things back in sync.
6317     
6318     Signed-off-by: Keith Packard <keithp@keithp.com>
6319
6320 commit ba086cc77273efe5397f60dcaccd1e3771441481
6321 Author: Keith Packard <keithp@keithp.com>
6322 Date:   Tue Aug 24 04:02:27 2010 -0700
6323
6324     altosui: write USB serial number string while flashing
6325     
6326     USB serial number is encoded in UCS2 as a part of the string
6327     descriptors. Place those right after the other rom config bits so that
6328     altosui can find it. altosui is changed to write the serial number there.
6329     
6330     Signed-off-by: Keith Packard <keithp@keithp.com>
6331
6332 commit 220f3afdaa432c65f8ad45be7cdbe5c8a3616db3
6333 Author: Keith Packard <keithp@keithp.com>
6334 Date:   Tue Aug 24 04:01:47 2010 -0700
6335
6336     altosui: always display romconfig ui while flashing
6337
6338 commit f62b2aa08ebfd912b3c732397d43ff9f6162ec88
6339 Author: Keith Packard <keithp@keithp.com>
6340 Date:   Tue Aug 24 04:01:14 2010 -0700
6341
6342     altosui: fetch existing romconfig for flashing
6343
6344 commit d93787284c8e514a929edb9f944c98ae0206a33f
6345 Author: Keith Packard <keithp@keithp.com>
6346 Date:   Tue Aug 24 03:59:09 2010 -0700
6347
6348     altosui: Delay mapping Flash UI until flashing actually starts
6349     
6350     The flash operation may be abandoned before it even starts; this makes
6351     sure the UI doesn't flash up on the screen.
6352     
6353     Signed-off-by: Keith Packard <keithp@keithp.com>
6354
6355 commit 7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2
6356 Author: Keith Packard <keithp@keithp.com>
6357 Date:   Tue Aug 24 03:58:00 2010 -0700
6358
6359     altosui: disable radio monitoring while using serial line for debugging
6360
6361 commit 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b
6362 Author: Keith Packard <keithp@keithp.com>
6363 Date:   Tue Aug 24 00:29:11 2010 -0700
6364
6365     altosui: Add ability to create CSV file from telem or eeprom files
6366     
6367     This creates a comma separated value file to export data for
6368     external programs.
6369     
6370     Signed-off-by: Keith Packard <keithp@keithp.com>
6371
6372 commit 634a550149e7c344a22a637ba484f115592b1018
6373 Author: Keith Packard <keithp@keithp.com>
6374 Date:   Mon Aug 23 23:15:05 2010 -0700
6375
6376     altosui: refactor logfile chooser dialog to share more code
6377     
6378     Move file opening logic into logfile chooser as it can be shared that way.
6379     
6380     Signed-off-by: Keith Packard <keithp@keithp.com>
6381
6382 commit afea6c264c5ebf12f1d629bd4bc724da86d11b7a
6383 Merge: 0e17853 9d1b27f
6384 Author: Anthony Towns <aj@erisian.com.au>
6385 Date:   Tue Aug 24 00:02:31 2010 -0600
6386
6387     Merge branch 'master' of git://git.gag.com/fw/altos
6388
6389 commit a55b132668a819cc26478a609cb79bd9190deb9d
6390 Author: Keith Packard <keithp@keithp.com>
6391 Date:   Mon Aug 23 23:01:36 2010 -0700
6392
6393     altosui: Separate out log file choosing dialog to share with CSV generator
6394     
6395     This dialog will be shared with the CSV file generating code, so split
6396     it out instead of duplicating it.
6397     
6398     Signed-off-by: Keith Packard <keithp@keithp.com>
6399
6400 commit 295043112ccde35092945c286596f9045ee6fa05
6401 Merge: 2007288 ef8376c
6402 Author: Bdale Garbee <bdale@gag.com>
6403 Date:   Mon Aug 23 23:11:22 2010 -0600
6404
6405     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
6406
6407 commit ef8376c4dd8262a34e02b6bb9e19e907ac2f4330
6408 Author: Keith Packard <keithp@keithp.com>
6409 Date:   Mon Aug 23 22:08:30 2010 -0700
6410
6411     altosui: make default Manifest look for built-in freetts
6412
6413 commit 56b906f535ac2f86bcab71addbbcd376d74f6a73
6414 Author: Keith Packard <keithp@keithp.com>
6415 Date:   Mon Aug 23 22:03:36 2010 -0700
6416
6417     altos: Place rom config variables in fixed location
6418     
6419     The device serial number and radio calibration values are stored in
6420     flash, mostly so that TeleDongle gets them saved.
6421     
6422     Placing them in well-known locations (starting at 0xa0) makes it
6423     possible to find the previous configuration and to re-write it
6424     easily, without requiring the .map file.
6425     
6426     altosui doesn't have the .map file parsing code, so it relies upon
6427     this new technique. As a benefit, it reads the old values from the
6428     device before reprogramming it.
6429     
6430     Signed-off-by: Keith Packard <keithp@keithp.com>
6431
6432 commit 4c0c099716197ef7539be0cf55bbb164f6804958
6433 Author: Keith Packard <keithp@keithp.com>
6434 Date:   Mon Aug 23 22:02:21 2010 -0700
6435
6436     altosui: Finish device programming code
6437     
6438     Altosui can now reprogram Altusmetrum devices.
6439     
6440     Signed-off-by: Keith Packard <keithp@keithp.com>
6441
6442 commit bd2b44ddd61fadd8bf8ee6bf783ce019b1be7cc0
6443 Author: Keith Packard <keithp@keithp.com>
6444 Date:   Mon Aug 23 22:01:38 2010 -0700
6445
6446     altosui: Remove debug printf from AltosRomconfig
6447
6448 commit c3f57ffdb6c74de90d982eacd604e658ce9b00a5
6449 Author: Keith Packard <keithp@keithp.com>
6450 Date:   Mon Aug 23 22:01:11 2010 -0700
6451
6452     altosui: flush serial output before waiting for reply
6453
6454 commit 8857ac5e43eac6db8d5594b8864df497a712242b
6455 Author: Keith Packard <keithp@keithp.com>
6456 Date:   Mon Aug 23 22:00:16 2010 -0700
6457
6458     altosui: remove debug printf from AltosHexfile
6459
6460 commit b1758be01397fd49c441f40852f3558fe9343a2d
6461 Author: Keith Packard <keithp@keithp.com>
6462 Date:   Mon Aug 23 21:58:50 2010 -0700
6463
6464     altosui: Add lots more cc1111 debug interface functions
6465     
6466     These are sufficient to program the flash.
6467     
6468     Signed-off-by: Keith Packard <keithp@keithp.com>
6469
6470 commit f9e80f39bc39e5882bfe75f959b6501cb3277cd2
6471 Author: Keith Packard <keithp@keithp.com>
6472 Date:   Mon Aug 23 21:55:49 2010 -0700
6473
6474     libaltos: use pipe to wake up getchar on close. use mutexes
6475
6476 commit 86f7b9314b042f2e512fdf35067817e68532867b
6477 Author: Keith Packard <keithp@keithp.com>
6478 Date:   Mon Aug 23 21:54:47 2010 -0700
6479
6480     altosui: pad TM config dialog values to avoid clipping descenders
6481
6482 commit b8519b8669ff54741dd738ac343fbd2424451247
6483 Author: Keith Packard <keithp@keithp.com>
6484 Date:   Mon Aug 23 21:53:37 2010 -0700
6485
6486     ao-dumplog: Fix --remote and --channel options to actually work
6487
6488 commit ebeb13688a9a5442c838641ede6ba0dc92c9a1a4
6489 Author: Keith Packard <keithp@keithp.com>
6490 Date:   Mon Aug 23 14:32:58 2010 -0700
6491
6492     altosui: Add debug dongle API, split flash UI out
6493     
6494     Create an API to talk through the debug port on another AltOS
6495     device. Split the flash UI out from the flash implementation so that a
6496     command line flash utility can be written.
6497     
6498     Signed-off-by: Keith Packard <keithp@keithp.com>
6499
6500 commit 7f8d7978606abe544b1b9b6065c5480ed813b8ec
6501 Author: Keith Packard <keithp@keithp.com>
6502 Date:   Mon Aug 23 11:53:19 2010 -0700
6503
6504     altosui: Add .ihx file reading code and stub out flashing UI
6505     
6506     Signed-off-by: Keith Packard <keithp@keithp.com>
6507
6508 commit 2007288da8a83e3aa925e11cc196f1c65aab2e5c
6509 Author: Bdale Garbee <bdale@gag.com>
6510 Date:   Thu Aug 5 15:00:15 2010 -0400
6511
6512     working on java packaging details
6513
6514 commit 44b26dd550eef789e70082ccaa46d7d430c67bce
6515 Author: Bdale Garbee <bdale@gag.com>
6516 Date:   Thu Aug 5 15:15:04 2010 -0400
6517
6518     add freetts as a build dep
6519
6520 commit 0e17853c08f77debef3e8cf82e9cdb6a5079fc9b
6521 Author: Keith Packard <keithp@keithp.com>
6522 Date:   Sun Aug 22 23:06:15 2010 -0700
6523
6524     altosui: Set callsign when fetching eeprom data over the air
6525     
6526     The updated firmware places the callsign in each packet to comply with
6527     regulations, this ensures that TeleDongle has the current callsign
6528     configured.
6529     
6530     Signed-off-by: Keith Packard <keithp@keithp.com>
6531
6532 commit 953bc3438b10b21f3d65d292356c4ab2de23cddd
6533 Author: Keith Packard <keithp@keithp.com>
6534 Date:   Sun Aug 22 23:05:20 2010 -0700
6535
6536     altosui: Add TeleMetrum configuration
6537     
6538     This presents a dialog with all of the user-settable options in the
6539     TeleMetrum set for editing. Combo boxes are used for everything except
6540     the callsign.
6541     
6542     Signed-off-by: Keith Packard <keithp@keithp.com>
6543
6544 commit e1463d8e265dfd42c824d90088cd2a51b4cf8131
6545 Author: Keith Packard <keithp@keithp.com>
6546 Date:   Sat Aug 21 17:57:31 2010 -0700
6547
6548     altosui: Make teledongle callsign configurable
6549     
6550     Teledongle uses the callsign in packet mode; this provides a way to
6551     set that.
6552     
6553     Signed-off-by: Keith Packard <keithp@keithp.com>
6554
6555 commit 09252ec22d58e946494e4ca2cf367bf3bbe1cc50
6556 Author: Keith Packard <keithp@keithp.com>
6557 Date:   Sat Aug 21 17:09:41 2010 -0700
6558
6559     altos: Define USB product ID in per-product Makefile.defs file
6560     
6561     This allows Win7 to tell which kind of device is connected purely by
6562     USB id as it doesn't expose the USB product ID string to user space.
6563     
6564     Signed-off-by: Keith Packard <keithp@keithp.com>
6565
6566 commit 22800dc094797e1e0ad99124198809d0360f7556
6567 Author: Keith Packard <keithp@keithp.com>
6568 Date:   Tue Aug 17 18:22:28 2010 -0700
6569
6570     altosui: Select devices by USB vendor/product ID.
6571     
6572     Because Win7 doesn't expose the product name, we're swtiching to using
6573     the USB idProduct/idVendor values. This patch adds support for
6574     selecting devices by those new IDs.
6575     
6576     Signed-off-by: Keith Packard <keithp@keithp.com>
6577
6578 commit d14c96663a1027164fa30ed89b53f5a9d3fdb82b
6579 Author: Keith Packard <keithp@keithp.com>
6580 Date:   Tue Aug 17 18:19:43 2010 -0700
6581
6582     libaltos: integrate Windows support.
6583     
6584     This adds Windows support for discovery and I/O.
6585     
6586     The API to the library is mostly unchanged, except that it now exports
6587     product and vendor USB IDs as Win7 doesn't expose the product name
6588     anywhere that we've been able to find, so we'll be updating the
6589     firmware to use unique idProduct values for each product.
6590     
6591     Signed-off-by: Keith Packard <keithp@keithp.com>
6592
6593 commit 9d1b27fa147fc8b765d5be165ebef7ee0f85bd37
6594 Author: Bdale Garbee <bdale@gag.com>
6595 Date:   Wed Aug 11 22:11:50 2010 -0400
6596
6597     update changelogs for Debian build
6598
6599 commit b6da90b4627dde1fe88240c38c51559d8f781dd0
6600 Author: Bdale Garbee <bdale@gag.com>
6601 Date:   Wed Aug 11 17:15:39 2010 -0400
6602
6603     update changelogs for Debian build
6604
6605 commit 4918f73fd0a0f3f5d52907f95a0ec385e901d447
6606 Author: Bdale Garbee <bdale@gag.com>
6607 Date:   Wed Aug 11 08:50:27 2010 -0400
6608
6609     update changelogs for Debian build
6610
6611 commit f63f16a70e4d0535667a6364cafcbff026ee6a8c
6612 Author: Bdale Garbee <bdale@gag.com>
6613 Date:   Wed Aug 11 08:36:59 2010 -0400
6614
6615     update changelogs for Debian build
6616
6617 commit 294d9c7db21eaf1e71504dbcca5040371abcce55
6618 Author: Keith Packard <keithp@keithp.com>
6619 Date:   Sat Aug 7 22:30:55 2010 -0400
6620
6621     ao-dumplog: add --channel option (for use with -R option)
6622     
6623     Sets the channel when downloading data with the -R option.
6624     
6625     Signed-off-by: Keith Packard <keithp@keithp.com>
6626
6627 commit f317f1324b69b4241f4bb192e164b33d712d5a43
6628 Author: Keith Packard <keithp@keithp.com>
6629 Date:   Sat Aug 7 00:42:25 2010 -0400
6630
6631     altosui: Start adding code to write csv files from eeprom/telem files
6632     
6633     This is a start to code which can write out a csv file full of flight
6634     data from either an eeprom or telem input file. It's not hooked up,
6635     but the restructuring necessary is finished and the output is started.
6636     
6637     Signed-off-by: Keith Packard <keithp@keithp.com>
6638
6639 commit 4738cb2fc639adb1d9237e6c903479f0690dd81a
6640 Author: Keith Packard <keithp@keithp.com>
6641 Date:   Sat Aug 7 00:40:59 2010 -0400
6642
6643     altos: add callsign to packet mode, increase payload to 64 bytes
6644     
6645     Untested, but it 'should' work. Need to add callsign setting to packet
6646     mode users.
6647     
6648     Signed-off-by: Keith Packard <keithp@keithp.com>
6649
6650 commit b7699a5907e64bc7547fcc27e73f4a35bbaabfff
6651 Author: Keith Packard <keithp@keithp.com>
6652 Date:   Fri Aug 6 13:09:21 2010 -0400
6653
6654     altosui: Add comments to Eeprom reader
6655
6656 commit 0e917f3ff822616adb147517ac961422e5fedbfd
6657 Author: Keith Packard <keithp@keithp.com>
6658 Date:   Thu Aug 5 22:49:53 2010 -0400
6659
6660     altosui: Compute flight state from eeprom data
6661     
6662     This lets eeprom files be used to replay flights.
6663     
6664     Signed-off-by: Keith Packard <keithp@keithp.com>
6665
6666 commit a0a9b445a4d379730b67720f8d7b682d5206a582
6667 Author: Bdale Garbee <bdale@gag.com>
6668 Date:   Thu Aug 5 15:16:48 2010 -0400
6669
6670     update changelogs for Debian build
6671
6672 commit e075b8623533965b1b77b77d38c2df32f5f77fce
6673 Author: Bdale Garbee <bdale@gag.com>
6674 Date:   Thu Aug 5 15:16:24 2010 -0400
6675
6676     update changelogs for Debian build
6677
6678 commit 410de62715a0830f03b0a65d6c7730dff51e6ef4
6679 Author: Bdale Garbee <bdale@gag.com>
6680 Date:   Thu Aug 5 15:15:04 2010 -0400
6681
6682     add freetts as a build dep
6683
6684 commit 0b85160c44d934f3d1352c1c07c296d01ceffc32
6685 Author: Bdale Garbee <bdale@gag.com>
6686 Date:   Thu Aug 5 15:02:17 2010 -0400
6687
6688     update changelogs for Debian build
6689
6690 commit d091099753d9cae01c4805812425ebea19ec09cf
6691 Author: Bdale Garbee <bdale@gag.com>
6692 Date:   Thu Aug 5 15:00:46 2010 -0400
6693
6694     update changelogs for Debian build
6695
6696 commit aed55ef1ce45b0f6e6fefeebf50be97607b31d65
6697 Author: Bdale Garbee <bdale@gag.com>
6698 Date:   Thu Aug 5 15:00:15 2010 -0400
6699
6700     working on java packaging details
6701
6702 commit d8bf05f7ad55964c9bce0551e58f4ef6c9f721ad
6703 Author: Keith Packard <keithp@keithp.com>
6704 Date:   Thu Aug 5 13:50:18 2010 -0400
6705
6706     altosui: Split flight record out of telemetry class
6707     
6708     This will permit either telemetry or eeprom data to be used to
6709     construct the sequence of flight events for reply or data generation.
6710     
6711     Signed-off-by: Keith Packard <keithp@keithp.com>
6712
6713 commit 85a670b5a904d6750d0f179ae307baeb8fc7cbd2
6714 Author: Keith Packard <keithp@keithp.com>
6715 Date:   Thu Aug 5 13:40:17 2010 -0400
6716
6717     altosui: Explicitly initialize Altos class
6718     
6719     Because the Altos class is never instantiated, the static initializers
6720     are never called, leaving the string to state mapping empty. Hand-code
6721     the call to the initialer instead.
6722     
6723     Signed-off-by: Keith Packard <keithp@keithp.com>
6724
6725 commit 02f17f2cd26189e2676a9dc0d86bd959ed0bc3f4
6726 Author: Bdale Garbee <bdale@gag.com>
6727 Date:   Thu Aug 5 00:54:05 2010 -0400
6728
6729     move to science menu
6730
6731 commit 9e8f7f75442303f9bfa99a0435984f5d36863ae6
6732 Author: Keith Packard <keithp@keithp.com>
6733 Date:   Sat Jul 31 10:34:21 2010 -0700
6734
6735     altosui: Split status and info panels into separate files
6736     
6737     This moves some code out of AltosUI.java into separate files
6738     
6739     Signed-off-by: Keith Packard <keithp@keithp.com>
6740
6741 commit 9c9b35254c693b3ade42b24d1e29eaf31e6ba2aa
6742 Author: Keith Packard <keithp@keithp.com>
6743 Date:   Sat Jul 31 10:24:56 2010 -0700
6744
6745     altosui: Clear displayed data rows as needed.
6746     
6747     Signed-off-by: Keith Packard <keithp@keithp.com>
6748
6749 commit 88e0137a60d7a13ddb7781befa76650e13ad44ae
6750 Author: Keith Packard <keithp@keithp.com>
6751 Date:   Sat Jul 31 10:07:38 2010 -0700
6752
6753     altosui: Merge gps date and time classes into gps class
6754     
6755     No reason to split out the date and time information from the other gps info.
6756     
6757     Signed-off-by: Keith Packard <keithp@keithp.com>
6758
6759 commit 1c3b2fe357d6acf28f48aeddd91693f10381be51
6760 Author: Keith Packard <keithp@keithp.com>
6761 Date:   Sat Jul 31 10:05:15 2010 -0700
6762
6763     altosui: Capture config and version info in .eeprom files
6764     
6765     Instead of only writing the serial number to the .eeprom file, write
6766     all of the config values and all of the version reply to the .eeprom
6767     file. The config values, in particular, contain the accelerometer
6768     calibration data which is needed to correctly compute acceleration
6769     from the captured accelerometer data.
6770     
6771     Signed-off-by: Keith Packard <keithp@keithp.com>
6772
6773 commit e286eb61ad2a90746c1c31f95d26d5edb48738d3
6774 Author: Keith Packard <keithp@keithp.com>
6775 Date:   Sat Jul 31 09:57:49 2010 -0700
6776
6777     altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants
6778     
6779     Renames the eeprom downloading code and adds a new file to share the
6780     flight data constants across the various UI modules.
6781     
6782     Signed-off-by: Keith Packard <keithp@keithp.com>
6783
6784 commit e3a9e3815db3f290e28b40ae02aa654f515cfc37
6785 Author: Bdale Garbee <bdale@gag.com>
6786 Date:   Sat Jul 31 10:55:27 2010 -0600
6787
6788     update changelogs for Debian build
6789
6790 commit 8fc261c2b77bb8aab201a0649a84b5ffa236ce26
6791 Author: Bdale Garbee <bdale@gag.com>
6792 Date:   Sat Jul 31 10:55:07 2010 -0600
6793
6794     see if my new freetts package works
6795
6796 commit 2f114c7ff6b0deddb790d34139bb11ac37f8c0da
6797 Author: Bdale Garbee <bdale@gag.com>
6798 Date:   Thu Jul 29 13:30:36 2010 -0600
6799
6800     update changelogs for Debian build
6801
6802 commit 7877496d47ce6d25210c0e1c6500666dbfc0876c
6803 Merge: c71061a 4cf39b1
6804 Author: Keith Packard <keithp@keithp.com>
6805 Date:   Thu Jul 29 12:07:49 2010 -0700
6806
6807     Merge remote branch 'origin/master'
6808
6809 commit c71061a37d3d3be2855b61cde33d2371989d7681
6810 Author: Keith Packard <keithp@keithp.com>
6811 Date:   Thu Jul 29 12:06:06 2010 -0700
6812
6813     Make altosui test script executable
6814
6815 commit 4cf39b13a574cb656999cf329f5b08e7f910604b
6816 Author: Bdale Garbee <bdale@gag.com>
6817 Date:   Thu Jul 29 12:57:31 2010 -0600
6818
6819     update changelogs for Debian build
6820
6821 commit d1848193d8208388e4ccdfbed4e5663a9ba04dd3
6822 Author: Bdale Garbee <bdale@gag.com>
6823 Date:   Thu Jul 29 12:56:59 2010 -0600
6824
6825     add a jdk to the build deps
6826
6827 commit 9ad4984124b6c05114feac4c4ac078dc248ce16a
6828 Author: Keith Packard <keithp@keithp.com>
6829 Date:   Thu Jul 29 11:56:24 2010 -0700
6830
6831     altosui: remove option to install to alternate volume
6832
6833 commit 2e797b18f0724caf7aaf96f45997998c7416f34e
6834 Author: Bdale Garbee <bdale@gag.com>
6835 Date:   Thu Jul 29 12:50:57 2010 -0600
6836
6837     update changelogs for Debian build
6838
6839 commit 89109f9dff3ce855d80da166e3362375282f745d
6840 Author: Bdale Garbee <bdale@gag.com>
6841 Date:   Thu Jul 29 12:47:37 2010 -0600
6842
6843     ugh, fixing failure due to aborted build
6844
6845 commit 6fb8546575f6d99676dbb1dce190b0b7cf24b657
6846 Author: Keith Packard <keithp@keithp.com>
6847 Date:   Thu Jul 29 11:45:56 2010 -0700
6848
6849     Moved Mac OS packaging to altosui dir
6850
6851 commit 865d5cdf8931ffc796f608e3e12d7c5a70832825
6852 Author: Bdale Garbee <bdale@gag.com>
6853 Date:   Thu Jul 29 12:45:18 2010 -0600
6854
6855     add swig as a build dep
6856
6857 commit 91d75fb3919f606a1956bf8c6423a8012d99a56a
6858 Author: Keith Packard <keithp@keithp.com>
6859 Date:   Thu Jul 29 11:45:12 2010 -0700
6860
6861     altosui: Switch eeprom extension back to .eeprom
6862
6863 commit 33ffd89d5a64c991d28bd7369b61e1faa18f605b
6864 Author: Bdale Garbee <bdale@gag.com>
6865 Date:   Thu Jul 29 12:40:52 2010 -0600
6866
6867     update changelogs for Debian build
6868
6869 commit 62b4cc51a0f54ef363cbff46caef80a0afecdea2
6870 Author: Bdale Garbee <bdale@gag.com>
6871 Date:   Thu Jul 29 12:40:25 2010 -0600
6872
6873     update changelogs for Debian build
6874
6875 commit 6f86db5e0360bef26b21336769b7635e3a11e160
6876 Author: Keith Packard <keithp@keithp.com>
6877 Date:   Thu Jul 29 11:24:47 2010 -0700
6878
6879     Add Mac OS X packaging bits
6880     
6881     Signed-off-by: Keith Packard <keithp@keithp.com>
6882
6883 commit 950f0a8c54e5835ee5d8b0aea360bd8362c21bc5
6884 Author: Keith Packard <keithp@keithp.com>
6885 Date:   Thu Jul 29 11:09:19 2010 -0700
6886
6887     altosui: construct Darwin application directory
6888     
6889     This adds the necessary files and build steps to construct
6890     AltosUI.app on a Darwin system.
6891     
6892     Signed-off-by: Keith Packard <keithp@keithp.com>
6893
6894 commit 669c5f52abb972a82ed6efbee7a8c7d20afb5cd0
6895 Author: Keith Packard <keithp@keithp.com>
6896 Date:   Thu Jul 29 10:48:52 2010 -0700
6897
6898     libaltos: build with java src encoding UTF8
6899     
6900     Signed-off-by: Keith Packard <keithp@keithp.com>
6901
6902 commit efa0e034a161f4852947cbac06537d6ba4422a0e
6903 Author: Keith Packard <keithp@keithp.com>
6904 Date:   Thu Jul 29 10:48:25 2010 -0700
6905
6906     altosui: remove debug printf
6907     
6908     Signed-off-by: Keith Packard <keithp@keithp.com>
6909
6910 commit 53c279b9e96da8b69837ae84038a78ca5707f2a5
6911 Author: Keith Packard <keithp@keithp.com>
6912 Date:   Thu Jul 29 10:45:02 2010 -0700
6913
6914     altosui: Close serial, join reader thread, free altos_file
6915     
6916     Separating out the close and free actions ensures that the reader thread will not
6917     access freed memory or dereference a null pointer while shutting down the
6918     connection to the serial device. Otherwise, a race condition exists between the
6919     serial close and the thread join.
6920     
6921     Signed-off-by: Keith Packard <keithp@keithp.com>
6922
6923 commit b8bc9994d8bfde6116c8a509e70ddf45fc4decce
6924 Author: Keith Packard <keithp@keithp.com>
6925 Date:   Thu Jul 29 10:24:59 2010 -0700
6926
6927     altosui: Remove unnecessary freetts .jar files
6928     
6929     Signed-off-by: Keith Packard <keithp@keithp.com>
6930
6931 commit e33dbbba94ce42295e9fed9f4ba7e46f9eff1517
6932 Author: Keith Packard <keithp@keithp.com>
6933 Date:   Thu Jul 29 10:24:09 2010 -0700
6934
6935     altosui: check for closed serial device before reading
6936     
6937     Signed-off-by: Keith Packard <keithp@keithp.com>
6938
6939 commit 27a2d0c00acf78628428c20ab68e2bfba06340da
6940 Author: Bdale Garbee <bdale@gag.com>
6941 Date:   Thu Jul 29 11:02:38 2010 -0600
6942
6943     update changelogs for Debian build
6944
6945 commit 537492dc961ee6a1945b1041ee3cc0d3f519a42c
6946 Author: Bdale Garbee <bdale@gag.com>
6947 Date:   Thu Jul 29 11:01:21 2010 -0600
6948
6949     update changelogs for Debian build
6950
6951 commit adf6cbcba23e24a3824f7e242ec37baa2750ab94
6952 Author: Bdale Garbee <bdale@gag.com>
6953 Date:   Thu Jul 29 10:59:18 2010 -0600
6954
6955     update changelogs for Debian build
6956
6957 commit d0fd53bdab2f480cd43b6d7010c2094f4fccda91
6958 Author: Keith Packard <keithp@keithp.com>
6959 Date:   Wed Jul 28 21:49:23 2010 -0700
6960
6961     Reset GPS ready status when GPS comes unlocked on the pad
6962     
6963     If GPS becomes unlocked, then report that in the UI and via
6964     voice.
6965     
6966     Signed-off-by: Keith Packard <keithp@keithp.com>
6967
6968 commit 5fd225c3a52445ecdc7c04fac5e3d9a0db177c66
6969 Author: Keith Packard <keithp@keithp.com>
6970 Date:   Wed Jul 28 21:01:41 2010 -0700
6971
6972     altosui: report rocket ground bearing at landing only if known
6973     
6974     if state.from_pad is null, then there isn't any data to report.
6975     
6976     Signed-off-by: Keith Packard <keithp@keithp.com>
6977
6978 commit d2d772164af95a35ea0f5d2413a5be67de9a210f
6979 Author: Keith Packard <keithp@keithp.com>
6980 Date:   Wed Jul 28 20:18:36 2010 -0700
6981
6982     altosui: Replace device dialog. Center eeprom monitor.
6983     
6984     This adds a custom dialog for selecting device, which makes it look
6985     much nicer on the screen and allows the user to double-click on an
6986     entry to select it.
6987     
6988     Signed-off-by: Keith Packard <keithp@keithp.com>
6989
6990 commit ea32290704a8ca468f01172166b561833b20c954
6991 Author: Keith Packard <keithp@keithp.com>
6992 Date:   Wed Jul 28 19:37:02 2010 -0700
6993
6994     altosui: Fix Save flight data monitor layout, add cancel
6995     
6996     Use GridBagLayout to improve the appearance of the flight data monitor
6997     widget, add a cancel button to stop loading data (useful if the
6998     connection is wedged).
6999     
7000     Signed-off-by: Keith Packard <keithp@keithp.com>
7001
7002 commit ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31
7003 Author: Keith Packard <keithp@keithp.com>
7004 Date:   Wed Jul 28 17:08:42 2010 -0700
7005
7006     altosui: Add progress bar for eeprom downloading status
7007     
7008     This has a progress bar tracking the state and block count while
7009     downloading stuff from telemetrum.
7010     
7011     Signed-off-by: Keith Packard <keithp@keithp.com>
7012
7013 commit 6599e9576c3da9325a1731144c1b8bc4943184c0
7014 Author: Keith Packard <keithp@keithp.com>
7015 Date:   Wed Jul 28 15:41:34 2010 -0700
7016
7017     altosui: Add eeprom data capture function. No UI yet.
7018     
7019     Signed-off-by: Keith Packard <keithp@keithp.com>
7020
7021 commit 8a6040e143ecc7830cc1c0114de85f3b72c067eb
7022 Merge: 024d077 554a97e
7023 Author: Keith Packard <keithp@keithp.com>
7024 Date:   Wed Jul 28 13:29:51 2010 -0700
7025
7026     Merge remote branch 'keithp/macos'
7027
7028 commit 024d077302f91bdb17abe70d3211ab0949dab8b9
7029 Author: Keith Packard <keithp@keithp.com>
7030 Date:   Wed Jul 28 13:29:21 2010 -0700
7031
7032     Remove debug printf
7033     
7034     Signed-off-by: Keith Packard <keithp@keithp.com>
7035
7036 commit 826061eaca88c0dd75051a6006ef6703c91af595
7037 Author: Keith Packard <keithp@keithp.com>
7038 Date:   Wed Jul 28 13:10:11 2010 -0700
7039
7040     Add voice test command for help in adjusting volume.
7041     
7042     Signed-off-by: Keith Packard <keithp@keithp.com>
7043
7044 commit 71da54a5ce255395376a44586782ab8b6f3b289f
7045 Author: Keith Packard <keithp@keithp.com>
7046 Date:   Wed Jul 28 13:01:52 2010 -0700
7047
7048     Make voice and channel menus work.
7049     
7050     Stores voice and channel data to preferences.
7051     
7052     Signed-off-by: Keith Packard <keithp@keithp.com>
7053
7054 commit e76b9cc32bbcc5176d9bdd6f8d79778024627382
7055 Author: Keith Packard <keithp@keithp.com>
7056 Date:   Wed Jul 28 12:24:53 2010 -0700
7057
7058     altosui: Catch errors opening USB devices. Limit list to relevant devices
7059     
7060     Avoids a segfault when failing to open a device. Limit listed telemetry
7061     devices to just TeleDongle units.
7062     
7063     Signed-off-by: Keith Packard <keithp@keithp.com>
7064
7065 commit 172a2817dde6718724f2b5fad5a7761801446fa0
7066 Merge: f2a006f 81bf204
7067 Author: Keith Packard <keithp@keithp.com>
7068 Date:   Wed Jul 28 11:20:22 2010 -0700
7069
7070     Merge branch 'macos'
7071
7072 commit f2a006fd98045066bdf429cc142d033e9feb0a8f
7073 Author: Keith Packard <keithp@keithp.com>
7074 Date:   Wed Jul 28 09:31:09 2010 -0700
7075
7076     Make ao_log_data re-entrant as it is used for both sensor and GPS logs
7077     
7078     Because ao_log_data is called from two different threads, failing to
7079     make it re-entrant would cause the 'log' pointer parameter to get
7080     overwritten if another thread asked to log data while the eeprom was
7081     busy writing out a block.
7082     
7083     This would cause the second thread to re-writing data from the first
7084     thread's address, but without re-checksumming the data as the checksum
7085     is computed before the log mutex is taken.
7086     
7087     The bug can be seen by log blocks with invalid checksums.
7088     
7089     Here's what happens with the ao_gps_tracking_report and ao_log threads:
7090     
7091       ao_gps_tracking_report            ao_log
7092     
7093        Writes a bunch of records
7094        *blocks* in the eeprom flush
7095                                         sets ao_log_data 'log' to global 'log'
7096                                         computes checksum for 'log' block
7097                                         *blocks* on ao_log_mutex
7098        Wakes up
7099        sets ao_log_data 'log' to 'gps_log'
7100        writes remaining records
7101        'gps_log' is left with svid = 0
7102        *blocks* on ao_gps_tracking_data
7103                                         writes data, reading from
7104                                         the current ao_log_data 'log'
7105                                         pointer which points at 'gps_log'
7106     
7107     Making ao_log_data re-entrant fixes this by ensuring that the 'ao_log'
7108     thread has its own copy of the ao_log_data 'log' parameter.
7109     
7110     I made this function take an __xdata restricted pointer so that it
7111     could be passed in the dptr register instead of needing to go on the stack.
7112     
7113     Signed-off-by: Keith Packard <keithp@keithp.com>
7114
7115 commit 554a97ef455c801dcab825815f44520f96f4c3f3
7116 Author: Keith Packard <keithp@keithp.com>
7117 Date:   Tue Jul 27 19:29:38 2010 -0700
7118
7119     Force java source encoding to UTF-8
7120
7121 commit 81bf2042ca39eb106b789e5a08647c3114669358
7122 Author: Keith Packard <keithp@keithp.com>
7123 Date:   Tue Jul 27 15:29:28 2010 -0700
7124
7125     Java voice reporting cleanups.
7126     
7127     Make sure it says something at the end of a log file replay.
7128     Make sure it reports max speed after motor burn out, and max height
7129     after apogee.
7130     
7131     Signed-off-by: Keith Packard <keithp@keithp.com>
7132
7133 commit 8f2f38f2a9fb0c106e2c6b60cdc205292ce329ea
7134 Author: Keith Packard <keithp@keithp.com>
7135 Date:   Tue Jul 27 10:18:20 2010 -0700
7136
7137     Java clean ups -- use varargs where possible, remove AltosSerialReader
7138     
7139     Add methods that format stuff using String.format for voice and serial
7140     link, remove AltosSerialReader class and just embed that in the
7141     AltosSerial class directly.
7142     
7143     Signed-off-by: Keith Packard <keithp@keithp.com>
7144
7145 commit 734cd15ccff691f851359518ce6118f29dc9f88d
7146 Author: Keith Packard <keithp@keithp.com>
7147 Date:   Tue Jul 27 10:18:09 2010 -0700
7148
7149     Remove directories as .class file dependencies; it makes them get rebuilt all the time
7150
7151 commit 809feb75e2155e84aebfcc431867edcfd9054670
7152 Author: Keith Packard <keithp@keithp.com>
7153 Date:   Tue Jul 27 01:22:56 2010 -0700
7154
7155     Clean up altosui build a bit
7156
7157 commit 3784578a40dcc61f447435cfdf22e13c409cb9c0
7158 Author: Keith Packard <keithp@keithp.com>
7159 Date:   Tue Jul 27 00:16:15 2010 -0700
7160
7161     Add application icons for Mac OS X
7162
7163 commit 2c273710ea9b76ebee4101893f9fe84be8a02354
7164 Author: Keith Packard <keithp@keithp.com>
7165 Date:   Tue Jul 27 00:11:58 2010 -0700
7166
7167     Add Mac OS X packaging files for altosui
7168
7169 commit a58c44cd904e5429b807e5c23913051ed6484edc
7170 Author: Keith Packard <keithp@keithp.com>
7171 Date:   Tue Jul 27 00:09:41 2010 -0700
7172
7173     libaltos: build fat 10.5-compatible library
7174     
7175     Signed-off-by: Keith Packard <keithp@keithp.com>
7176
7177 commit 4e3285575e0c7d029e799258587e965779990099
7178 Author: Keith Packard <keithp@keithp.com>
7179 Date:   Tue Jul 27 00:09:18 2010 -0700
7180
7181     libaltos: make clean remove all built files
7182     
7183     Signed-off-by: Keith Packard <keithp@keithp.com>
7184
7185 commit fb8507975c6e081de2e909eca6faaa8f868b609e
7186 Author: Keith Packard <keithp@keithp.com>
7187 Date:   Tue Jul 27 00:08:38 2010 -0700
7188
7189     libaltos needs -I. on all systems
7190     
7191     Signed-off-by: Keith Packard <keithp@keithp.com>
7192
7193 commit 0a782026f6b19e84ffd44f1ae1b466363474bd30
7194 Author: Keith Packard <keithp@keithp.com>
7195 Date:   Mon Jul 26 18:10:07 2010 -0700
7196
7197     Darwin doesn't have strndup.
7198     
7199     This provides a private version of this GNU extension.
7200     
7201     Signed-off-by: Keith Packard <keithp@keithp.com>
7202
7203 commit b51497597868a40df039dd3ca11b35a6258bbbb3
7204 Author: Keith Packard <keithp@keithp.com>
7205 Date:   Mon Jul 26 18:04:10 2010 -0700
7206
7207     Re-enable Linux support for altosui.
7208     
7209     This steals code from cc-usbdev for scanning the USB tree and uses the
7210     same tty code as on Darwin
7211     
7212     Signed-off-by: Keith Packard <keithp@keithp.com>
7213
7214 commit e9153c4f2c71ed965822fcfe5112d2bc38506baf
7215 Author: Keith Packard <keithp@keithp.com>
7216 Date:   Mon Jul 26 17:04:04 2010 -0700
7217
7218     Re-enable freetts
7219
7220 commit 17188f36fe18c23bc2eb877ac9a01b7693f4b863
7221 Author: Keith Packard <keithp@keithp.com>
7222 Date:   Mon Jul 26 17:03:47 2010 -0700
7223
7224     Present list of altos devices in nice format
7225
7226 commit 005e2d6a7bb3b0546b0c1273296875621632ec6d
7227 Author: Keith Packard <keithp@keithp.com>
7228 Date:   Mon Jul 26 15:42:48 2010 -0700
7229
7230     Switch AltosUI to libaltos for device access
7231     
7232     Signed-off-by: Keith Packard <keithp@keithp.com>
7233
7234 commit c726d8f6eb861801d7543552beab6ee2c920c96f
7235 Author: Keith Packard <keithp@keithp.com>
7236 Date:   Mon Jul 26 15:41:39 2010 -0700
7237
7238     Add libaltos which talks to USB connected altos devices
7239
7240 commit 05111d5be4d37bedaaee6415d6ee27347e6a112c
7241 Author: Keith Packard <keithp@keithp.com>
7242 Date:   Mon Jul 26 12:52:17 2010 -0700
7243
7244     When the EP0 IN buffer is full, don't panic, just skip sending another
7245     
7246     If the host doesn't pull the IN packet out of EP0 before sending
7247     another SETUP command along, the IN buffer will still be busy when we
7248     try to reply to the SETUP command. While I don't quite understand why
7249     this would ever happen, there's no need to panic about it, just drop
7250     the reply packet on the floor.
7251     
7252     Signed-off-by: Keith Packard <keithp@keithp.com>
7253
7254 commit d0647950b76bfa9942e4f8cf87353f2b724099f4
7255 Author: Bdale Garbee <bdale@gag.com>
7256 Date:   Wed Jul 21 14:26:36 2010 -0600
7257
7258     fix text since TM only has one led to blink
7259
7260 commit 8eda9fe94a7fd40cb84f50e17e64956f1584ebdc
7261 Author: Bdale Garbee <bdale@gag.com>
7262 Date:   Tue Jul 20 22:24:32 2010 -0600
7263
7264     update changelogs for Debian build
7265
7266 commit cd8aa79de72b8b6b3a26d0c2522e94c621b70f13
7267 Author: Bdale Garbee <bdale@gag.com>
7268 Date:   Tue Jul 20 22:24:01 2010 -0600
7269
7270     update to latest Debian standards version
7271
7272 commit 3284c7516e302e6db403d18866924ad926ffb2a7
7273 Author: Bdale Garbee <bdale@gag.com>
7274 Date:   Tue Jul 20 22:20:08 2010 -0600
7275
7276     update changelogs for Debian build
7277
7278 commit 8f1933717e3acfbcb09191da6e79a7944f91f9d9
7279 Author: Bdale Garbee <bdale@gag.com>
7280 Date:   Tue Jul 20 22:19:27 2010 -0600
7281
7282     reflect documentation file name change
7283
7284 commit 2cf1ef555a7feceeb1c333b273c19dd848e8d03f
7285 Author: Bdale Garbee <bdale@gag.com>
7286 Date:   Tue Jul 20 22:15:47 2010 -0600
7287
7288     update changelogs for Debian build
7289
7290 commit 74c67fc466118b86b4eb5173f7a6886ae220a985
7291 Author: Bdale Garbee <bdale@gag.com>
7292 Date:   Tue Jul 20 22:14:27 2010 -0600
7293
7294     add build dep for sndfile
7295
7296 commit 0794ab1e13313fa49b7caf01aef20b052ad78a88
7297 Author: Bdale Garbee <bdale@gag.com>
7298 Date:   Tue Jul 20 22:10:01 2010 -0600
7299
7300     update changelogs for Debian build
7301
7302 commit 15a6791ba8f8313b6b55752c3fa7dc254d56dd5c
7303 Author: Bdale Garbee <bdale@gag.com>
7304 Date:   Tue Jul 20 22:08:56 2010 -0600
7305
7306     update changelogs for Debian build
7307
7308 commit e747954b6a9e71705f619684df8a118a909b1039
7309 Merge: bd40a5b 695879d
7310 Author: Bdale Garbee <bdale@gag.com>
7311 Date:   Tue Jul 20 22:07:22 2010 -0600
7312
7313     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7314
7315 commit bd40a5b431847c071f5c486d754eca5627e5e3b9
7316 Author: Bdale Garbee <bdale@gag.com>
7317 Date:   Tue Jul 20 02:12:03 2010 -0600
7318
7319     significant update
7320
7321 commit 695879dbccfc5ec6b79698653c58814158f91686
7322 Author: Keith Packard <keithp@keithp.com>
7323 Date:   Wed Jul 14 19:07:02 2010 -0700
7324
7325     Switch DBG pins to GPIO when using any debug commands. Reboot to restore.
7326     
7327     If you want to use TeleMetrum as a debug dongle, you need to flip the
7328     three pins used to talk to the remote debug port from SPI mode to GPIO
7329     mode.
7330     
7331     This patch doesn't provide any way to get back to SPI mode, so you'll
7332     have to reboot the TeleMetrum to write out config parameters or log
7333     flight data after using any debug commands.
7334     
7335     Signed-off-by: Keith Packard <keithp@keithp.com>
7336
7337 commit a9ec6be0e92dee01f7aac006ef6f7779c1da1b36
7338 Author: Keith Packard <keithp@keithp.com>
7339 Date:   Sat Jul 3 17:42:36 2010 -0400
7340
7341     Telemetry code was mis-computing RSSI
7342     
7343     The RSSI data from the hardware reports in 1/2 dBm increments, and so
7344     must be divided to report plain RSSI numbers.
7345     
7346     Signed-off-by: Keith Packard <keithp@keithp.com>
7347
7348 commit 62294ea3830d3ea261a8761edc9fa6f98201d321
7349 Author: Bdale Garbee <bdale@gag.com>
7350 Date:   Thu Jun 24 12:38:23 2010 -0700
7351
7352     update changelogs for Debian build
7353
7354 commit 4766b13d1241fa585907c6f77707d2d4b3ccff75
7355 Author: Bdale Garbee <bdale@gag.com>
7356 Date:   Thu Jun 24 12:37:55 2010 -0700
7357
7358     update changelogs for Debian build
7359
7360 commit 52834517c0706b1f16fb81643a42dc1c1997e00a
7361 Author: Keith Packard <keithp@keithp.com>
7362 Date:   Mon Jun 21 15:53:33 2010 -0700
7363
7364     Abort any in-progress radio operation when changing radio channel
7365     
7366     In monitor mode, the current receive operation must be aborted so that
7367     the radio channel change can take effect without receiving a
7368     telemetry packet on the old channel. Aborting any in-progress radio
7369     operation will make sure that happens.
7370     
7371     Signed-off-by: Keith Packard <keithp@keithp.com>
7372
7373 commit 5933eaa44fe45027b856f1303dd657b974eb53e7
7374 Author: Keith Packard <keithp@keithp.com>
7375 Date:   Mon Jun 21 11:44:32 2010 -0700
7376
7377     ao-postflight: was walking off state.data array
7378
7379 commit 11d155d558d0b121b66f089adee0a47d71f65a78
7380 Merge: 544003a 24393ea
7381 Author: Keith Packard <keithp@keithp.com>
7382 Date:   Wed Jun 16 21:54:06 2010 -0700
7383
7384     Merge remote branch 'mjb/master'
7385
7386 commit 544003a8da0248fd6f3c62ded86af74ab7cdadf6
7387 Merge: 267923e 93c1e29
7388 Author: Keith Packard <keithp@keithp.com>
7389 Date:   Wed Jun 16 21:52:23 2010 -0700
7390
7391     Merge remote branch 'origin/master'
7392
7393 commit 267923e56e22b3635a21f42ef77a3a36158bc273
7394 Author: Keith Packard <keithp@keithp.com>
7395 Date:   Wed Jun 16 21:49:43 2010 -0700
7396
7397     Add special code for USB panic's.
7398     
7399     The USB system may panic if the hardware isn't ready for IN data when
7400     the driver thinks it should be. This adds a special panic code to make
7401     figuring this out easier.
7402     
7403     Signed-off-by: Keith Packard <keithp@keithp.com>
7404
7405 commit 50ae347bf9de49ccfc92d26888f36e155fb406a3
7406 Author: Keith Packard <keithp@keithp.com>
7407 Date:   Wed Jun 16 21:48:04 2010 -0700
7408
7409     ao-view: disable radio telemetry monitoring during channel change
7410     
7411     This makes ao-view disable the radio so that the channel change has an
7412     immediate effect rather than waiting for a packet on the old channel.
7413     
7414     Note that this should also be fixed in the TM code itself so that this
7415     change wouldn't be required.
7416     
7417     Signed-off-by: Keith Packard <keithp@keithp.com>
7418
7419 commit 24393eab0ea085f2d0224b59fdc3c00693e5d3a9
7420 Author: Mike Beattie <mike@ethernal.org>
7421 Date:   Thu Jun 17 14:04:01 2010 +1200
7422
7423     Extension to KML output format, and minor bug fix
7424     
7425     Extended KML output by breaking flight into coloured segments representing
7426     flight state. Add extra statistical information to description bubbles
7427     visible in Google Earth when clicking on links in My Places.
7428     
7429     Fix Bugs:
7430     * output kml to file provided as argument.
7431     * move kml coordinate output code to take advantage of nsat calculation
7432     * remove superfluous %9.2f format specifier from raw_file output.
7433     
7434     Signed-off-by: Mike Beattie <mike@ethernal.org>
7435
7436 commit 93c1e29b07c331a5ca6e0f647b9d2e9266ed3014
7437 Author: Bdale Garbee <bdale@gag.com>
7438 Date:   Tue May 18 23:12:45 2010 -0600
7439
7440     updates from Bob
7441
7442 commit bb46c9a1da5788a082e4483e576a5a6d3963507b
7443 Author: Bdale Garbee <bdale@gag.com>
7444 Date:   Tue May 18 00:26:28 2010 -0600
7445
7446     update changelogs for Debian build
7447
7448 commit 16c4cae7ebed7bd3ee0f12b8872bf950574f17e8
7449 Author: Bdale Garbee <bdale@gag.com>
7450 Date:   Tue May 18 00:26:00 2010 -0600
7451
7452     update changelogs for Debian build
7453
7454 commit bc89d962c87b50e5487628f8ca25e4443ac4823d
7455 Author: Bdale Garbee <bdale@gag.com>
7456 Date:   Tue May 18 00:24:03 2010 -0600
7457
7458     merge the altusmetrum-themes package
7459
7460 commit 0c6cf621dfd8339b8bc3915750a3147235f1331b
7461 Merge: 32e430b 563a9dc
7462 Author: Bdale Garbee <bdale@gag.com>
7463 Date:   Mon May 17 23:59:43 2010 -0600
7464
7465     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7466
7467 commit 32e430b8a5f93b312f6359b4d553bad92ed37b19
7468 Author: Bdale Garbee <bdale@gag.com>
7469 Date:   Mon May 17 22:43:19 2010 -0600
7470
7471     merge in a derivative of Bob Finch's mere mortals guide as a getting started
7472     chapter
7473
7474 commit 563a9dcdfef42718370c49f16cc2271642b3e055
7475 Author: Keith Packard <keithp@keithp.com>
7476 Date:   Mon May 17 21:30:57 2010 -0700
7477
7478     Finish basic flight monitoring UI with voice using FreeTTS
7479     
7480     This captures telemetry data to log files and presents flight status
7481     information in audio form using FreeTTS.
7482     
7483     Signed-off-by: Keith Packard <keithp@keithp.com>
7484
7485 commit 69092ffd23ac1928d5c84413fd00c2423f313fc2
7486 Merge: 3c2211a cc002c0
7487 Author: Bdale Garbee <bdale@gag.com>
7488 Date:   Mon May 17 20:10:46 2010 -0600
7489
7490     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7491
7492 commit cc002c0a43a02845ba67d1a61828be382f307b2e
7493 Author: Keith Packard <keithp@keithp.com>
7494 Date:   Sun May 16 22:31:23 2010 -0700
7495
7496     Fix telemetrum.inf, tested by Adrian and Keithp
7497
7498 commit 3c2211ad7877d622435bc9e8c9c0b01d62be6ff0
7499 Author: Bdale Garbee <bdale@gag.com>
7500 Date:   Thu May 13 15:37:37 2010 -0600
7501
7502     typo fix from Bob
7503
7504 commit f0433c83d76e90d78fb86a1f4a2f145f3c57fb25
7505 Author: Bdale Garbee <bdale@gag.com>
7506 Date:   Thu May 13 01:27:39 2010 -0600
7507
7508     updates from Bob
7509
7510 commit 0f05cf06e3f1ec510b11d993d9038211ac66c97b
7511 Author: Bdale Garbee <bdale@gag.com>
7512 Date:   Wed May 12 19:54:04 2010 -0600
7513
7514     update changelogs for Debian build
7515
7516 commit 6bd85138c1bfbc1d8b78dce1501870a65a64db36
7517 Author: Bdale Garbee <bdale@gag.com>
7518 Date:   Wed May 12 19:53:40 2010 -0600
7519
7520     lose the quotes since they apparently aren't necessary
7521
7522 commit d639144b9bb840fbbced199738787ec054eddf12
7523 Author: Bdale Garbee <bdale@gag.com>
7524 Date:   Wed May 12 17:04:41 2010 -0600
7525
7526     update changelogs for Debian build
7527
7528 commit ae6854df00579ea1c3486f1bf8f19443d5ac9498
7529 Author: Bdale Garbee <bdale@gag.com>
7530 Date:   Wed May 12 17:04:13 2010 -0600
7531
7532     update desktop file for conformance with current standards
7533
7534 commit 7191d74e680a63728f5eb139069a674fef969e6c
7535 Author: Bdale Garbee <bdale@gag.com>
7536 Date:   Wed May 12 16:45:00 2010 -0600
7537
7538     update changelogs for Debian build
7539
7540 commit 68eaaa694bb7bf20642ad11eac8a13c1c8e21b7d
7541 Author: Bdale Garbee <bdale@gag.com>
7542 Date:   Wed May 12 16:44:14 2010 -0600
7543
7544     add desktop file
7545
7546 commit 9d3d09578381bb6e6f88c39b0e945371bbc22c5a
7547 Author: Bdale Garbee <bdale@gag.com>
7548 Date:   Wed May 12 16:34:49 2010 -0600
7549
7550     add desktop file provided by Bob Finch
7551
7552 commit 3cc1dad3b497524ffef61190dd68908cb19e8c35
7553 Author: Bdale Garbee <bdale@gag.com>
7554 Date:   Wed May 12 16:28:35 2010 -0600
7555
7556     add initial package build scripts for Arch Linux from Bob Finch
7557
7558 commit 1b8671bd0a00cec6ae4ccf442cd007b18af82fb0
7559 Author: Bdale Garbee <bdale@gag.com>
7560 Date:   Sun May 9 01:41:00 2010 -0600
7561
7562     lots of updates
7563
7564 commit 53b9a9bc28a9278249ff37f92110c21380e93cda
7565 Author: Bdale Garbee <bdale@gag.com>
7566 Date:   Thu May 6 13:59:23 2010 -0600
7567
7568     update changelogs for Debian build
7569
7570 commit cde60f16f6ab2cdd5010a0e106ae312d144947cf
7571 Author: Bdale Garbee <bdale@gag.com>
7572 Date:   Thu May 6 13:58:31 2010 -0600
7573
7574     Revert "Merge remote branch 'remotes/origin/fix-reset'"
7575     
7576     This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing
7577     changes made to fa77db2ffd8a749c93767db5a6311131e00473ae.
7578     
7579     For whatever reason, this is utterly not doing the right things today!
7580
7581 commit 8be04df7e1e0a369ffb1137c6e2ec63585e3c935
7582 Author: Bdale Garbee <bdale@gag.com>
7583 Date:   Thu May 6 12:48:00 2010 -0600
7584
7585     update changelogs for Debian build
7586
7587 commit 314d27a73c903fef2968dabac3d5313573713460
7588 Merge: fa77db2 823fc0a
7589 Author: Bdale Garbee <bdale@gag.com>
7590 Date:   Thu May 6 12:47:30 2010 -0600
7591
7592     Merge remote branch 'remotes/origin/fix-reset'
7593
7594 commit 823fc0ac27b8df9b4ba1ca0f229b431baf5b46dd
7595 Author: Keith Packard <keithp@keithp.com>
7596 Date:   Wed May 5 12:50:39 2010 -0700
7597
7598     Don't change dbg clock while changing reset_n. Use 20ms everywhere
7599     
7600     This changes the reset code to be more conservative about changing
7601     things at the same time, and also sets all timings to 20ms to make
7602     debugging with the scope easier.
7603     
7604     Signed-off-by: Keith Packard <keithp@keithp.com>
7605
7606 commit fa77db2ffd8a749c93767db5a6311131e00473ae
7607 Author: Bdale Garbee <bdale@gag.com>
7608 Date:   Wed May 5 02:34:41 2010 -0600
7609
7610     update changelogs for Debian build
7611
7612 commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
7613 Author: Keith Packard <keithp@keithp.com>
7614 Date:   Wed May 5 01:32:46 2010 -0700
7615
7616     Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
7617     
7618     ao_sleep doesn't delay for a specified time interval as much as one
7619     might want it to.
7620
7621 commit e6bb80975fde20928a830170f0821d59a8c72690
7622 Author: Keith Packard <keithp@keithp.com>
7623 Date:   Wed May 5 01:31:57 2010 -0700
7624
7625     Fix all stdio reading functions to be __critical
7626     
7627     Oh, right SDCC has '__critical' to mark sections of code that need to
7628     run with interrupts disabled; no need to use EA = 0 and EA = 1.
7629     
7630     Signed-off-by: Keith Packard <keithp@keithp.com>
7631
7632 commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
7633 Author: Bdale Garbee <bdale@gag.com>
7634 Date:   Wed May 5 01:57:54 2010 -0600
7635
7636     update changelogs for Debian build
7637
7638 commit 8702f497c4278648303eced1aed5bd76d559521a
7639 Author: Bdale Garbee <bdale@gag.com>
7640 Date:   Wed May 5 01:57:11 2010 -0600
7641
7642     initial attempt at a telemetrum turn on script .. needs work
7643
7644 commit 01cefa181b04e53c20109ef8f3ffff633744da73
7645 Author: Bdale Garbee <bdale@gag.com>
7646 Date:   Wed May 5 01:56:51 2010 -0600
7647
7648     update changelogs for Debian build
7649
7650 commit 45a1c2d2dfb69e5269ef2756fcd0f734b48d41cb
7651 Author: Bdale Garbee <bdale@gag.com>
7652 Date:   Wed May 5 01:54:33 2010 -0600
7653
7654     update changelogs for Debian build
7655
7656 commit f7ff3278bb670df59d7425a014cfe8e3718fea3f
7657 Author: Keith Packard <keithp@keithp.com>
7658 Date:   Wed May 5 00:44:42 2010 -0700
7659
7660     Disable interrupts while reading from stdin
7661     
7662     With multiple input source support, there is a lag between asking a
7663     device if it has data and then waiting for more data to appear. If an
7664     interrupt signalling additional input arrives in this interval, we'll
7665     go to sleep with input available.
7666     
7667     This patch uses a big hammer by just disabling interrupts for the
7668     whole process.
7669     
7670     Signed-off-by: Keith Packard <keithp@keithp.com>
7671
7672 commit aa9ff021d683764a43800eaa18ea0c9be5134939
7673 Author: Keith Packard <keithp@keithp.com>
7674 Date:   Tue May 4 21:42:54 2010 -0700
7675
7676     Revert "Add optional 's' command to packet slave to enable/disable slave mode"
7677     
7678     This reverts commit e7dc7fab787df63a4de72c8450e94092eb04d7db.
7679     
7680     This patch didn't work, and magically appears to break flashing TM
7681     from TD.
7682
7683 commit 8c95f33686f69da717013ec2c25dbcd99c03aa45
7684 Author: Bdale Garbee <bdale@gag.com>
7685 Date:   Thu Apr 29 17:48:44 2010 -0600
7686
7687     more text created during SFO->DEN flight
7688
7689 commit af0613ffc178b9b1f011c315923f92f2581fe53e
7690 Author: Bdale Garbee <bdale@gag.com>
7691 Date:   Tue Apr 27 00:18:43 2010 -0600
7692
7693     update changelogs for Debian build
7694
7695 commit 99094f02bf4849ba1f6b9842ded6c39d894320f7
7696 Merge: 641e76c 75d8ffd
7697 Author: Bdale Garbee <bdale@gag.com>
7698 Date:   Tue Apr 27 00:17:37 2010 -0600
7699
7700     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7701
7702 commit 641e76c5d419dab057298541b3a7546877643198
7703 Author: Bdale Garbee <bdale@gag.com>
7704 Date:   Tue Apr 27 00:17:15 2010 -0600
7705
7706     add some RF usage information from an email reply sent today, and re-indent
7707
7708 commit 75d8ffd4eadf31d50b2f58c021530c17ff1bdc66
7709 Author: Keith Packard <keithp@keithp.com>
7710 Date:   Fri Apr 23 13:53:25 2010 -0700
7711
7712     Autodetect flite voice registration function
7713     
7714     Old versions of flite exported the function 'register_cmu_us_kal'
7715     while new ones export 'register_cmu_us_kal16'. This patch just checks
7716     which one is available and uses that.
7717     
7718     Signed-off-by: Keith Packard <keithp@keithp.com>
7719
7720 commit 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc
7721 Author: Keith Packard <keithp@keithp.com>
7722 Date:   Thu Apr 22 16:25:35 2010 -0700
7723
7724     More ALtosUI changes
7725
7726 commit e7dc7fab787df63a4de72c8450e94092eb04d7db
7727 Author: Keith Packard <keithp@keithp.com>
7728 Date:   Thu Apr 22 14:53:44 2010 -0700
7729
7730     Add optional 's' command to packet slave to enable/disable slave mode
7731     
7732     This option has been selected for teledongle so that you can use slave
7733     mode and hook two teledongles together over the RF link.
7734     
7735     Signed-off-by: Keith Packard <keithp@keithp.com>
7736
7737 commit f4383394b5d2b275b21e3ce8040d8cb9e48bb375
7738 Merge: 5f93cf8 c879b17
7739 Author: Bdale Garbee <bdale@gag.com>
7740 Date:   Sun Apr 18 08:36:07 2010 -0600
7741
7742     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7743
7744 commit 5f93cf8c73555f43c14b1b0757f264bde69e9b8a
7745 Author: Bdale Garbee <bdale@gag.com>
7746 Date:   Sun Apr 18 08:35:43 2010 -0600
7747
7748     capture work done on SFO->DEN flight
7749
7750 commit c879b178d83c9a9a521f42a960b10e19b11cee92
7751 Author: Keith Packard <keithp@keithp.com>
7752 Date:   Sat Apr 10 22:09:57 2010 -0700
7753
7754     Increase reset switch time to 100ms
7755     
7756     Signed-off-by: Keith Packard <keithp@keithp.com>
7757
7758 commit b3a2e1221735d54dc3f2b97b4e75ed6f33ab8227
7759 Author: Bdale Garbee <bdale@gag.com>
7760 Date:   Sat Apr 10 15:01:14 2010 -0600
7761
7762     update changelogs for Debian build
7763
7764 commit 9394393c24c0a96b94319f2d0aa78fb498a121c9
7765 Author: Keith Packard <keithp@keithp.com>
7766 Date:   Fri Apr 9 17:51:01 2010 -0700
7767
7768     Only have the slave return a packet if it received one.
7769     
7770     When the receive is aborted to switch modes, it's important to not
7771     immediately re-acquire the radio and try to send a packet as the
7772     aborting thread won't know to kick the receiver again.
7773     
7774     This prevents the 'C' command from locking up as it tries to stop the
7775     packet slave before turning on the transmitter.
7776     
7777     Signed-off-by: Keith Packard <keithp@keithp.com>
7778
7779 commit ce39372a3aeffff1a08d609e63164a00cf974663
7780 Author: Bdale Garbee <bdale@gag.com>
7781 Date:   Fri Apr 9 13:50:49 2010 -0600
7782
7783     wrong Yaesu model
7784
7785 commit a832c7e9d9e9e420e1281136188bd53b34c56464
7786 Author: Bdale Garbee <bdale@gag.com>
7787 Date:   Fri Apr 9 00:10:03 2010 -0600
7788
7789     update changelogs for Debian build
7790
7791 commit c0ee1ae25e1d18138d8372f47085de48ffada344
7792 Author: Bdale Garbee <bdale@gag.com>
7793 Date:   Fri Apr 9 00:09:21 2010 -0600
7794
7795     file changed by auto tools
7796
7797 commit 25e69ebfec94560e0714cf2cc623dc9697b4ea99
7798 Author: Bdale Garbee <bdale@gag.com>
7799 Date:   Fri Apr 9 00:08:32 2010 -0600
7800
7801     update changelogs for Debian build
7802
7803 commit ea5d4f01d18d93d032f05933041b7b6881289780
7804 Author: Keith Packard <keithp@keithp.com>
7805 Date:   Thu Apr 8 22:45:04 2010 -0700
7806
7807     libflite may forget to reference libasound
7808
7809 commit 4b02f293e9c32a568fad89558274f21157e7d473
7810 Author: Bdale Garbee <bdale@gag.com>
7811 Date:   Thu Apr 8 20:08:07 2010 -0600
7812
7813     update changelogs for Debian build
7814
7815 commit 5c3b6e2d1989bcaa19ae3e294f297ec3e5648a53
7816 Author: Bdale Garbee <bdale@gag.com>
7817 Date:   Thu Apr 8 19:56:40 2010 -0600
7818
7819     update changelogs for Debian build
7820
7821 commit 01e524f11a67390a8ea1f20aa2d611909b4da363
7822 Author: Bdale Garbee <bdale@gag.com>
7823 Date:   Thu Apr 8 19:55:05 2010 -0600
7824
7825     choose a better set of docbook xsl files
7826
7827 commit f93c9bf3695862db31f2c3b3bc5a7bb24ef3766c
7828 Author: Keith Packard <keithp@keithp.com>
7829 Date:   Thu Apr 8 17:28:17 2010 -0700
7830
7831     When changing RESET line, delay 20ms
7832     
7833     The GPS data sheet suggests a 1uF cap on the reset line to ensure it
7834     is held low long enough for the power supply to come up to voltage. TM
7835     v1.0 loads a 0.001uF cap there, but in case that isn't large enough,
7836     it could be replaced with the larger one. This change makes sure that
7837     even with that larger value, the debugging link will be able to reset
7838     the target.
7839     
7840     Signed-off-by: Keith Packard <keithp@keithp.com>
7841
7842 commit baaaac499cfbc1286ae55374cfdc796d32983b92
7843 Merge: a4356b9 dec9971
7844 Author: Keith Packard <keithp@keithp.com>
7845 Date:   Thu Apr 8 13:31:23 2010 -0700
7846
7847     Merge remote branch 'origin/master'
7848
7849 commit a4356b9bcf679c4d7b88fbbad77a98ecb0f80098
7850 Author: Keith Packard <keithp@keithp.com>
7851 Date:   Thu Apr 8 13:30:16 2010 -0700
7852
7853     Use 16-bit flite voice (which appears to have changed symbols recently)
7854
7855 commit 447c121fc1ceb878e45718ad1364a5349965a59a
7856 Merge: 10330d2 53ca3f9
7857 Author: Keith Packard <keithp@keithp.com>
7858 Date:   Thu Apr 8 11:46:56 2010 -0700
7859
7860     Merge remote branch 'origin/master' into altosui
7861
7862 commit dec9971d70f17067ba0051206851b49c7604ac85
7863 Author: Bdale Garbee <bdale@gag.com>
7864 Date:   Thu Apr 8 12:43:03 2010 -0600
7865
7866     update changelogs for Debian build
7867
7868 commit 6629ec52def8917ad033847812a1adc4c3e9c947
7869 Author: Bdale Garbee <bdale@gag.com>
7870 Date:   Thu Apr 8 12:42:47 2010 -0600
7871
7872     lose the url entirely for now
7873
7874 commit a1539a075a0cc79c9122fea878d9a20ee722a18c
7875 Author: Bdale Garbee <bdale@gag.com>
7876 Date:   Thu Apr 8 12:41:42 2010 -0600
7877
7878     update changelogs for Debian build
7879
7880 commit 934434ffb3514fe9ff95692784750d7c5217a5d3
7881 Author: Bdale Garbee <bdale@gag.com>
7882 Date:   Thu Apr 8 12:41:28 2010 -0600
7883
7884     fix typo in url
7885
7886 commit 8a067cd0eebbec313fc39086747ef618f2d1cf37
7887 Author: Bdale Garbee <bdale@gag.com>
7888 Date:   Thu Apr 8 12:36:18 2010 -0600
7889
7890     update changelogs for Debian build
7891
7892 commit 05ad58389fa3814ecb56344bf4ec3a3e025920a2
7893 Author: Bdale Garbee <bdale@gag.com>
7894 Date:   Thu Apr 8 12:34:54 2010 -0600
7895
7896     need another build dep
7897
7898 commit 6fbdc7037db185f03bd5ff96b9d9320646572df7
7899 Author: Bdale Garbee <bdale@gag.com>
7900 Date:   Thu Apr 8 12:28:49 2010 -0600
7901
7902     update changelogs for Debian build
7903
7904 commit 8f1d47e9cd61738e516d15fc97d5730d80611e87
7905 Author: Bdale Garbee <bdale@gag.com>
7906 Date:   Thu Apr 8 12:28:20 2010 -0600
7907
7908     update changelogs for Debian build
7909
7910 commit 10330d23518c94a8b791193a97a6cc07b1c9a97c
7911 Author: Keith Packard <keithp@keithp.com>
7912 Date:   Tue Apr 6 00:58:00 2010 -0700
7913
7914     Enable telemetry monitoring
7915     
7916     Signed-off-by: Keith Packard <keithp@keithp.com>
7917
7918 commit 9e10e43eff9de3f034da49c4f88728fb933f5035
7919 Author: Keith Packard <keithp@keithp.com>
7920 Date:   Tue Apr 6 00:56:57 2010 -0700
7921
7922     Tasks may move in task structure as a result of ao_exit
7923     
7924     Signed-off-by: Keith Packard <keithp@keithp.com>
7925
7926 commit a7fc7901cd591c93d9d0cffeec2977ebb17554d4
7927 Author: Keith Packard <keithp@keithp.com>
7928 Date:   Tue Apr 6 00:55:19 2010 -0700
7929
7930     TD reports "not-connected" when GPS has 0 sats
7931
7932 commit e064d05da87926c19fb665b40fb280fb59328183
7933 Author: Keith Packard <keithp@keithp.com>
7934 Date:   Tue Apr 6 00:54:52 2010 -0700
7935
7936     serial port read function cannot be interrupted. poll every 1 second
7937
7938 commit c099a67d9ea37e731e0eca318102560281ac240f
7939 Author: Keith Packard <keithp@keithp.com>
7940 Date:   Mon Apr 5 22:42:05 2010 -0700
7941
7942     Interrupt running replay thread when starting another replay
7943     
7944     Signed-off-by: Keith Packard <keithp@keithp.com>
7945
7946 commit cc600a0389720bc7e435dbda8bec080ef19e0c58
7947 Author: Keith Packard <keithp@keithp.com>
7948 Date:   Mon Apr 5 22:21:46 2010 -0700
7949
7950     Add Linux device discovery
7951     
7952     AltosDeviceLinux.java scans /proc to locate suitable devices. This
7953     will be hooked up to the UI shortly.
7954
7955 commit c28646d72005daeadb70b95fd3b0050bd752cc55
7956 Author: Keith Packard <keithp@keithp.com>
7957 Date:   Sun Apr 4 20:55:30 2010 -0700
7958
7959     Switch TeleMetrum from v0.2 to v1.0
7960     
7961     Signed-off-by: Keith Packard <keithp@keithp.com>
7962
7963 commit d22ba55ae0e056530a727df50f14ad853d79a2c8
7964 Author: Keith Packard <keithp@keithp.com>
7965 Date:   Sun Apr 4 20:55:18 2010 -0700
7966
7967     Clean up some altosui comments
7968
7969 commit 6251e89c6eea655769f77bc18e98e79c99cf3cad
7970 Author: Keith Packard <keithp@keithp.com>
7971 Date:   Sun Apr 4 19:54:46 2010 -0700
7972
7973     Don't abort the radio when enabling telemetry monitoring
7974     
7975     If telemetry monitoring is already on, then there isn't any point, and
7976     if it's not on, then presumably there isn't any radio work to abort.
7977     
7978     Signed-off-by: Keith Packard <keithp@keithp.com>
7979
7980 commit b0b99f30c4e00689e9faceb363a5c7284541c6be
7981 Author: Keith Packard <keithp@keithp.com>
7982 Date:   Sun Apr 4 19:48:50 2010 -0700
7983
7984     Make ao_radio_idle keep trying to get the radio to idle.
7985     
7986     Attempting to abort a radio operation could lead to a hang if the user
7987     of the radio jumped in and started using it again before the task
7988     attempting to abort woke up. This change just keeps smacking the radio
7989     until the radio goes idle long enough to detect it.
7990
7991 commit 0e7abc9fedec568b431c983d3df1b0b29f4f10e3
7992 Author: Keith Packard <keithp@keithp.com>
7993 Date:   Sun Apr 4 16:32:04 2010 -0700
7994
7995     Use RXTX for serial comm. Add logdir preference saving
7996
7997 commit c66eebad323e4572bb7cc23bc476ee144f03e9b8
7998 Author: Bdale Garbee <bdale@gag.com>
7999 Date:   Sat Apr 3 08:02:44 2010 -0600
8000
8001     rewrite urls in docbook format
8002
8003 commit 3d34c488c5b71020d86f83156fd821fd860bf214
8004 Author: Keith Packard <keithp@keithp.com>
8005 Date:   Sat Apr 3 00:02:44 2010 -0700
8006
8007     Make .jar file
8008
8009 commit 4bea4c327e002ce8f88218f0d840af7c1521bc35
8010 Author: Keith Packard <keithp@keithp.com>
8011 Date:   Fri Apr 2 23:25:02 2010 -0700
8012
8013     Remove unused cell renderer class
8014
8015 commit 4ad062969ae8a608b8428620579bbe114e580a11
8016 Author: Keith Packard <keithp@keithp.com>
8017 Date:   Fri Apr 2 23:20:38 2010 -0700
8018
8019     Remove GPS data missing from skytraq. Save max height/accel/speed
8020
8021 commit ebd49d4ec6b0b60c85b2de45cfe2e36add8fe9bf
8022 Author: Keith Packard <keithp@keithp.com>
8023 Date:   Fri Apr 2 23:05:40 2010 -0700
8024
8025     Report current gps nsat, not last locked nsat
8026
8027 commit 3f9b66b307ee88172151e3bee58e50f5acbde109
8028 Author: Keith Packard <keithp@keithp.com>
8029 Date:   Fri Apr 2 23:00:30 2010 -0700
8030
8031     Clean up GPS data formatting
8032
8033 commit 9cc48698ec14c34d437baad7b6540edc31e9741c
8034 Author: Keith Packard <keithp@keithp.com>
8035 Date:   Fri Apr 2 22:47:40 2010 -0700
8036
8037     Fix state updates
8038
8039 commit 6d523ee4dad3b9890d3cf05852459101fe7e26ea
8040 Author: Keith Packard <keithp@keithp.com>
8041 Date:   Fri Apr 2 21:48:41 2010 -0700
8042
8043     Fix status update
8044
8045 commit caa0bf49668344937483190d1c258bfa32971d19
8046 Author: Keith Packard <keithp@keithp.com>
8047 Date:   Fri Apr 2 21:44:00 2010 -0700
8048
8049     Fix up table formatting
8050
8051 commit a579402f428dd6a0529505069d1846f70b83ab5d
8052 Author: Keith Packard <keithp@keithp.com>
8053 Date:   Fri Apr 2 18:10:59 2010 -0700
8054
8055     Display table of flight info. gps is not working yet though
8056
8057 commit 65079f84ea64220fa928c3ad96652fed159bf74b
8058 Author: Keith Packard <keithp@keithp.com>
8059 Date:   Fri Apr 2 16:07:40 2010 -0700
8060
8061     Steal C code from ao-view
8062
8063 commit 02f2be90879b682b6e648cf2debc83223d127b9d
8064 Author: Keith Packard <keithp@keithp.com>
8065 Date:   Fri Apr 2 13:37:52 2010 -0700
8066
8067     Add telem parsing code
8068
8069 commit 8c600abf87c95f8f214b5e56ff6eab955795dff5
8070 Author: Bdale Garbee <bdale@gag.com>
8071 Date:   Thu Apr 1 23:56:47 2010 -0600
8072
8073     crudely incorporate "day in the life" info from web page
8074
8075 commit 53ca3f98aeb70cb780031fee788de950e4388cf6
8076 Author: Bdale Garbee <bdale@gag.com>
8077 Date:   Thu Apr 1 23:39:42 2010 -0600
8078
8079     tweak copyright assertion
8080
8081 commit 6454e309858aeef7912e862de8632618d89b4205
8082 Author: Keith Packard <keithp@keithp.com>
8083 Date:   Thu Apr 1 18:31:14 2010 -0700
8084
8085     Fix windows install file
8086
8087 commit 584ab100640a07dec6e06829e73b7260d17d2232
8088 Author: Keith Packard <keithp@keithp.com>
8089 Date:   Thu Apr 1 18:30:56 2010 -0700
8090
8091     Add Windows install .inf file
8092
8093 commit a06bee96e648d9ded8776f3d6cba9505e7be1a60
8094 Author: Keith Packard <keithp@keithp.com>
8095 Date:   Wed Mar 31 23:05:03 2010 -0700
8096
8097     Add telemetry data parsing code
8098
8099 commit 7f233369e32c3254165ee251df0a3dbc21ea5a29
8100 Author: Keith Packard <keithp@keithp.com>
8101 Date:   Wed Mar 31 13:49:54 2010 -0700
8102
8103     Start adding java-based UI
8104
8105 commit 76768804e68ed09421d7a48cb0b390f102ce2d76
8106 Author: Bdale Garbee <bdale@gag.com>
8107 Date:   Tue Mar 30 23:26:35 2010 -0600
8108
8109     make lintian happy
8110
8111 commit eb3cc3e9b60ec23acbb7d797affa743d671801ab
8112 Author: Bdale Garbee <bdale@gag.com>
8113 Date:   Tue Mar 30 23:19:48 2010 -0600
8114
8115     update changelogs for Debian build
8116
8117 commit 00f49c8fb0aa38331360bdb85c32bcebe60dcdc3
8118 Author: Bdale Garbee <bdale@gag.com>
8119 Date:   Tue Mar 30 23:19:07 2010 -0600
8120
8121     fix typo
8122
8123 commit f03ed0876c67b58624abf0c14bf73444b0322d3c
8124 Author: Bdale Garbee <bdale@gag.com>
8125 Date:   Tue Mar 30 23:18:37 2010 -0600
8126
8127     update changelogs for Debian build
8128
8129 commit b41e617080fe825f7810ee5eee52ea37f7618ec6
8130 Merge: 28e40cc df7bda1
8131 Author: Bdale Garbee <bdale@gag.com>
8132 Date:   Tue Mar 30 23:15:32 2010 -0600
8133
8134     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8135     
8136     Conflicts:
8137         ChangeLog
8138
8139 commit 28e40ccfcd80ab8764d4aa235257cea4d193a0c1
8140 Author: Bdale Garbee <bdale@gag.com>
8141 Date:   Tue Mar 30 23:14:47 2010 -0600
8142
8143     update changelogs for Debian build
8144
8145 commit 20d4d410e0fc04fe192e309811eed6c0194fa5a8
8146 Author: Bdale Garbee <bdale@gag.com>
8147 Date:   Tue Mar 30 23:11:40 2010 -0600
8148
8149     initial harness for documentation
8150
8151 commit 9801ff7de21027935f52ccabaa3ff157e22d21ce
8152 Author: Bdale Garbee <bdale@gag.com>
8153 Date:   Mon Mar 15 12:04:18 2010 -0600
8154
8155     move gbp.conf into debian/
8156
8157 commit df7bda1f32b0049c3878c325ea0b55999f3980e3
8158 Merge: 23da4f3 a7042fe
8159 Author: Keith Packard <keithp@keithp.com>
8160 Date:   Fri Mar 12 10:38:26 2010 -0800
8161
8162     Merge remote branch 'origin/master'
8163
8164 commit 23da4f3bcdd1d780c9e1f6b68ad2fb309fcae6ba
8165 Author: Keith Packard <keithp@keithp.com>
8166 Date:   Fri Mar 12 10:37:32 2010 -0800
8167
8168     Document the ao-dumplog '--remote' flag for radio-link downloads
8169     
8170     The --remote (or -R) flag uses TeleDongle to fetch data over the radio
8171     command link from TeleMetrum. It's been there for a while, but the man
8172     page failed to mention it.
8173     
8174     Signed-off-by: Keith Packard <keithp@keithp.com>
8175
8176 commit 93df98898f8cd199ae13158bc4f65e3494c954ad
8177 Author: Keith Packard <keithp@keithp.com>
8178 Date:   Fri Mar 12 10:35:12 2010 -0800
8179
8180     Round radio calibration value instead of truncating
8181     
8182     The radio calibration function in the bring-up code was truncating the
8183     radio calibration value which caused the resulting frequency to
8184     always measure above the target frequency, instead of trying to get as
8185     close as possible. This change will result in a closer frequency
8186     match, but may sometimes be below the target frequency.
8187     
8188     Signed-off-by: Keith Packard <keithp@keithp.com>
8189
8190 commit a7042fe7d065d1da1252be5ad43e3c9856214dc8
8191 Author: Bdale Garbee <bdale@Deborah.(none)>
8192 Date:   Fri Mar 5 19:11:11 2010 -0800
8193
8194     update changelogs for Debian build
8195
8196 commit eda5e1166a97766aa22561beaa1086ba4e19ee16
8197 Author: Bdale Garbee <bdale@gag.com>
8198 Date:   Thu Mar 4 17:33:39 2010 -0700
8199
8200     update changelogs for Debian build
8201
8202 commit 6e61170d42936c18cd6efba6f4c14af616a30745
8203 Author: Keith Packard <keithp@keithp.com>
8204 Date:   Sun Feb 28 18:24:46 2010 -0800
8205
8206     Need to duplicate new altitude conversion code in aoview.
8207     
8208     Altitude conversion is now done with a smaller table and interpolation
8209     instead of a giant table.
8210     
8211     Signed-off-by: Keith Packard <keithp@keithp.com>
8212
8213 commit e4e17e6d3844ae682a0e7a9469a522359bac77b6
8214 Author: Bdale Garbee <bdale@gag.com>
8215 Date:   Sat Feb 27 17:36:13 2010 -0700
8216
8217     update changelogs for Debian build
8218
8219 commit a1478f65538fdaac7b58ffbd958a035b74956099
8220 Merge: 901fce5 bbf8c9f
8221 Author: Keith Packard <keithp@keithp.com>
8222 Date:   Sat Feb 27 15:19:33 2010 -0800
8223
8224     Merge remote branch 'origin/master'
8225
8226 commit 901fce5fe3e2762406079ecaa787612b5ed4b34a
8227 Author: Keith Packard <keithp@keithp.com>
8228 Date:   Sat Feb 27 15:18:47 2010 -0800
8229
8230     Add .gitignore for ao-bringup
8231     
8232     Signed-off-by: Keith Packard <keithp@keithp.com>
8233
8234 commit 7aab73a265841aac817ea34235dd1eb819debf76
8235 Author: Keith Packard <keithp@keithp.com>
8236 Date:   Sat Feb 27 15:14:04 2010 -0800
8237
8238     Fix up LED colors for each product.
8239     
8240     Different products assign different color LEDs to the two available
8241     LED drivers (P1_0, P1_1). Make the LED color pin assignments
8242     per-product (in ao_pins.h), then deal with not always having a green LED.
8243     
8244     Signed-off-by: Keith Packard <keithp@keithp.com>
8245
8246 commit 1d6d8d76ec65373ffee70add75d183f5c4168f61
8247 Author: Keith Packard <keithp@keithp.com>
8248 Date:   Sat Feb 27 15:11:44 2010 -0800
8249
8250     Eliminate deadlock when writing config from radio link
8251     
8252     Writing the 'Saved\r\n' string would fill the packet buffer and cause
8253     a flush to occur, which would need to wait for the radio link to
8254     receive and transmit a packet. The radio link always re-fetches the
8255     radio channel number when lighting up the radio, so it need to look in
8256     the config space. If the config mutex was held by the config writing
8257     process while the radio was trying to get the channel number, then
8258     we'd get a deadlock.
8259     
8260     Signed-off-by: Keith Packard <keithp@keithp.com>
8261
8262 commit f1956ebadd7bf46b84a05a0c383b6404ca26b344
8263 Author: Keith Packard <keithp@keithp.com>
8264 Date:   Sat Feb 27 15:10:16 2010 -0800
8265
8266     Leave .ihx files in the build directory too - easier to debug that way
8267     
8268     sdcdb wants the .ihx and .cdb files in the same directory, so humor it
8269     by copying the .ihx files to the src directory instead of moving them.
8270     
8271     Signed-off-by: Keith Packard <keithp@keithp.com>
8272
8273 commit bbf8c9f1748af3f1fac08ddf80ae98da2e9b5727
8274 Author: Bdale Garbee <bdale@gag.com>
8275 Date:   Fri Feb 26 15:21:12 2010 -0700
8276
8277     create a turn on script for lighting up TeleDongle v0.2 boards
8278
8279 commit 461d4a1948e112ec7353caf88967391d876469dd
8280 Author: Keith Packard <keithp@keithp.com>
8281 Date:   Fri Feb 26 10:33:13 2010 -0800
8282
8283     Add LED test
8284
8285 commit 5d7a3a5fbc0af4621c67a6fd51a9c9d5ae688fa5
8286 Author: Keith Packard <keithp@keithp.com>
8287 Date:   Thu Feb 25 16:40:13 2010 -0800
8288
8289     Fix and document the ao-rawload --run flag
8290     
8291     This allows ram-based programs to be loaded and executed easily.
8292     
8293     Signed-off-by: Keith Packard <keithp@keithp.com>
8294
8295 commit 1e60deca147c85a064719dfad14ccabd1049bbbd
8296 Author: Keith Packard <keithp@keithp.com>
8297 Date:   Thu Feb 25 16:33:34 2010 -0800
8298
8299     Allow product names to have suffixes (like board revisions)
8300     
8301     When looking for a board by product name, just look at the prefix of
8302     the name instead of requiring an exact match. This will allow products
8303     to have board version suffixes.
8304     
8305     Signed-off-by: Keith Packard <keithp@keithp.com>
8306
8307 commit f4d5790a284e2d02dd7568fbca90402fa5ed1aea
8308 Author: Keith Packard <keithp@keithp.com>
8309 Date:   Thu Feb 25 16:32:57 2010 -0800
8310
8311     Add ao_radio_xmit to help test boards without flashing them.
8312     
8313     Signed-off-by: Keith Packard <keithp@keithp.com>
8314
8315 commit d7d551b0078acb1596a9b9023c3df6dbfa46213c
8316 Author: Bdale Garbee <bdale@gag.com>
8317 Date:   Wed Feb 24 17:30:23 2010 -0700
8318
8319     update changelogs for Debian build
8320
8321 commit 2f45953ee54034209a23c254e65da36e44cf075f
8322 Author: Bdale Garbee <bdale@gag.com>
8323 Date:   Wed Feb 24 17:29:47 2010 -0700
8324
8325     un-muck changelog
8326
8327 commit 540f86678853e7ea80ae91f3f2ec0ec88c5b1ca7
8328 Author: Bdale Garbee <bdale@gag.com>
8329 Date:   Wed Feb 24 17:27:51 2010 -0700
8330
8331     debugging
8332
8333 commit cdccd92f6ed97be7385e84de5694064cb8f43946
8334 Author: Bdale Garbee <bdale@gag.com>
8335 Date:   Wed Feb 24 17:25:28 2010 -0700
8336
8337     conditionalize use of git on executability of /usr/bin/git binary
8338
8339 commit 54dd7a200e6956aace5a580d4c4d6a10a13c654b
8340 Author: Bdale Garbee <bdale@gag.com>
8341 Date:   Wed Feb 24 17:22:45 2010 -0700
8342
8343     update changelogs for Debian build
8344
8345 commit 4b6b28530206c6fdbe46699b81746fbbcab5b148
8346 Author: Bdale Garbee <bdale@gag.com>
8347 Date:   Wed Feb 24 17:22:20 2010 -0700
8348
8349     see if this works
8350
8351 commit c74958d3e8c5ce8006a9f9f6853238fce0c77432
8352 Author: Bdale Garbee <bdale@gag.com>
8353 Date:   Wed Feb 24 17:13:29 2010 -0700
8354
8355     move git-using variable declaration into the prebuild target
8356
8357 commit cf091a7252eba09902a42a3cfe7b4d6a343907ce
8358 Author: Bdale Garbee <bdale@gag.com>
8359 Date:   Wed Feb 24 16:44:44 2010 -0700
8360
8361     update changelogs for Debian build
8362
8363 commit deccc10f0305c0cd02bf6317d6dc9d2ae38c3dac
8364 Author: Bdale Garbee <bdale@gag.com>
8365 Date:   Wed Feb 24 16:43:32 2010 -0700
8366
8367     add gawk as a build dependency since strtonum is a gawk extension
8368
8369 commit ac45da6e61597dcdb119b976f7301b2cc7fdced4
8370 Author: Bdale Garbee <bdale@gag.com>
8371 Date:   Wed Feb 24 14:57:26 2010 -0700
8372
8373     update changelogs for Debian build
8374
8375 commit 24912821b3230b8357b9e0094cd69fa0bccc5513
8376 Author: Bdale Garbee <bdale@gag.com>
8377 Date:   Wed Feb 24 14:53:27 2010 -0700
8378
8379     update changelogs for Debian build
8380
8381 commit 82fdbfe1229d1ea5e6906ea240d54b3da73d9a69
8382 Author: Keith Packard <keithp@keithp.com>
8383 Date:   Sat Feb 20 21:35:43 2010 -0800
8384
8385     Must install .map files for ao-load to work
8386     
8387     ao-load uses the .map files to rewrite the serial number and other
8388     config parameters into the program flash.
8389     
8390     Signed-off-by: Keith Packard <keithp@keithp.com>
8391
8392 commit a5215c2bd9249a285fc834db0c453fb3e7daed87
8393 Author: Keith Packard <keithp@keithp.com>
8394 Date:   Sat Feb 20 21:20:05 2010 -0800
8395
8396     Add back stack size checking to altos linking phase
8397     
8398     This verifies that the stack start specified during the compile
8399     will work with the resulting program
8400     
8401     Signed-off-by: Keith Packard <keithp@keithp.com>
8402
8403 commit 18eeb79026f7e5c54bf99435537c024427011a36
8404 Author: Keith Packard <keithp@keithp.com>
8405 Date:   Sat Feb 20 21:05:45 2010 -0800
8406
8407     Quiet make output.
8408     
8409     This borrows ideas from the notmuch project to reduce the command line
8410     clutter seen when compiling or linking stuff.
8411     
8412     Signed-off-by: Keith Packard <keithp@keithp.com>
8413
8414 commit 004c2a9b7a4b44ef71ca60482573e8e9d8c6ce93
8415 Author: Keith Packard <keithp@keithp.com>
8416 Date:   Sat Feb 20 20:36:08 2010 -0800
8417
8418     Update .gitignore files
8419
8420 commit 84c93bb2fc4558a5e4654794ba90e730a84eaf67
8421 Author: Keith Packard <keithp@keithp.com>
8422 Date:   Sat Feb 20 20:22:16 2010 -0800
8423
8424     Change altos build process to support per-product compile-time changes
8425     
8426     This creates per-product subdirectories and recompiles everything for
8427     each product, allowing per-product compile-time changes for things
8428     like peripheral pin assignments and attached serial devices.
8429     
8430     Signed-off-by: Keith Packard <keithp@keithp.com>
8431
8432 commit fd0a42e0e96dcb8ecc9e999f70bcf70692692af9
8433 Author: Keith Packard <keithp@keithp.com>
8434 Date:   Sat Feb 20 20:21:07 2010 -0800
8435
8436     Change barometer conversion code to shrink conversion table
8437
8438 commit 876e9a10b9096ead85fbe08ec9a6a0329cf7cbd4
8439 Author: Keith Packard <keithp@keithp.com>
8440 Date:   Sat Feb 13 16:42:27 2010 -0800
8441
8442     Log GPS data on pad after boost detect.
8443     
8444     This wakes up the two GPS reporting tasks and gets them to report out
8445     any existing GPS data to the log file. To make sure the timestamps in
8446     that GPS data are accurate, this also records GPS time on receipt of
8447     the GPS data instead of when that is logged.
8448     
8449     Signed-off-by: Keith Packard <keithp@keithp.com>
8450
8451 commit c83615567b4567f3dc45a7f7b894943b45fbb65c
8452 Author: Keith Packard <keithp@keithp.com>
8453 Date:   Sun Feb 7 00:25:22 2010 -0800
8454
8455     Pull in a bit more data for filtering the start of the boost
8456
8457 commit f8967607b3dda0c0ce7afe8bb077da2da5ed3dcd
8458 Author: Keith Packard <keithp@keithp.com>
8459 Date:   Sun Feb 7 00:24:56 2010 -0800
8460
8461     Compute daytime using GPS as time base
8462
8463 commit 2a6350149407c7d2e7d143906c40c5e331248aeb
8464 Author: Keith Packard <keithp@keithp.com>
8465 Date:   Thu Feb 11 18:48:56 2010 -0800
8466
8467     Missing ao_mutex_put in gps_dump
8468
8469 commit 9856b7c4397afcecc8f541af9a83824e817b3612
8470 Author: Keith Packard <keithp@keithp.com>
8471 Date:   Sun Jan 10 16:31:50 2010 -0800
8472
8473     Switch to using internal cc1111 temperature sensor
8474     
8475     v0.2 has no temperature sensor, and several of the v0.1 boards didn't
8476     get a temperature sensor loaded. Use the internal temperature sensor
8477     on the cc1111 in all cases instead.
8478     
8479     Signed-off-by: Keith Packard <keithp@keithp.com>
8480
8481 commit 0c2533be15858774ef9381aa8c8344356fd5b971
8482 Author: Keith Packard <keithp@keithp.com>
8483 Date:   Sat Jan 9 22:06:19 2010 -0800
8484
8485     Force idle mode by shorting the SPI clock to ground at boot time.
8486     
8487     This allows you to override the flight mode detection code in case the
8488     accelerometer calibration is broken somehow. Hold the SPI clock shoted
8489     to ground until the LED comes on, then remove it.
8490     
8491     Signed-off-by: Keith Packard <keithp@keithp.com>
8492
8493 commit 28346736a7799c0767e54511d9949cd61d35e471
8494 Author: Keith Packard <keithp@keithp.com>
8495 Date:   Sat Jan 9 20:57:48 2010 -0800
8496
8497     Add simple gps dump command 'g'
8498     
8499     This just dumps out the data in a very simple format to verify the GPS
8500     receiver.
8501     
8502     Signed-off-by: Keith Packard <keithp@keithp.com>
8503
8504 commit a6082a8b4501ac4cb18584ace1f0c40e088e5484
8505 Author: Keith Packard <keithp@keithp.com>
8506 Date:   Sat Jan 9 20:57:29 2010 -0800
8507
8508     Remove flash debugging printfs
8509     
8510     Signed-off-by: Keith Packard <keithp@keithp.com>
8511
8512 commit 05bb953830604721c9a49dd56256b86f3666b5ff
8513 Author: Keith Packard <keithp@keithp.com>
8514 Date:   Sat Jan 9 20:42:57 2010 -0800
8515
8516     Don't set ao_flash_setup_done until we're actually done.
8517     
8518     Because we're accessing this variable outside of the mutex, we need to
8519     make sure it isn't set until the data it covers has been initialized.
8520     
8521     Signed-off-by: Keith Packard <keithp@keithp.com>
8522
8523 commit 327e5e782958e516a7b7a786ab6c176b0decb8b8
8524 Author: Keith Packard <keithp@keithp.com>
8525 Date:   Sat Jan 9 20:04:42 2010 -0800
8526
8527     Dump config block from read/write config and flash_status commands
8528
8529 commit 05e5bb2d330b755967d06fb859585c81f5f5fbb5
8530 Author: Keith Packard <keithp@keithp.com>
8531 Date:   Sat Jan 9 19:46:46 2010 -0800
8532
8533     Dump more flash parameters for the flash_status command
8534
8535 commit d4c8895b349998e02e03ed83466a0ca7afb3d99b
8536 Author: Keith Packard <keithp@keithp.com>
8537 Date:   Sat Jan 9 17:57:52 2010 -0800
8538
8539     Add 'f' command to display flash status register contents
8540     
8541     Signed-off-by: Keith Packard <keithp@keithp.com>
8542
8543 commit c1334f712f01543adb10809bc1a3ca120e27290b
8544 Author: Keith Packard <keithp@keithp.com>
8545 Date:   Sat Jan 9 09:55:04 2010 -0800
8546
8547     Add at45db161d.h header file for new flash part.
8548     
8549     Forgot to add this when I added the driver.
8550     
8551     Signed-off-by: Keith Packard <keithp@keithp.com>
8552
8553 commit a0d4c1b06d27e850d233f8ddf8fe32912bf0ec8f
8554 Author: Keith Packard <keithp@keithp.com>
8555 Date:   Sat Jan 9 01:29:41 2010 -0800
8556
8557     Remove green LED and temp sensor from v0.2 code
8558     
8559     Signed-off-by: Keith Packard <keithp@keithp.com>
8560
8561 commit dc8d18736239b14c2ec48a40a01515912c5c25e6
8562 Author: Keith Packard <keithp@keithp.com>
8563 Date:   Sat Jan 9 01:22:06 2010 -0800
8564
8565     Add AT45DBxx1D driver
8566     
8567     This driver supports the AT45DB011D through AT45DB321D DataFlash
8568     parts as found in TeleMetrum v0.2
8569     
8570     Signed-off-by: Keith Packard <keithp@keithp.com>
8571
8572 commit 3bab7e66d25988f5d63ec139c8814a85b983f8f3
8573 Author: Keith Packard <keithp@keithp.com>
8574 Date:   Sat Dec 19 20:32:18 2009 -0800
8575
8576     Remove dbg driver code from telemetrum/teledongle
8577     
8578     The only board with debug outputs is the TI dongle at this point, so
8579     the debug modules were disabled in TM and TD some time
8580     ago. Unfortunately, the code was not removed then.
8581     
8582     Signed-off-by: Keith Packard <keithp@keithp.com>
8583
8584 commit eddb82390a0ecb07ef83c04861993842906b03ab
8585 Author: Keith Packard <keithp@keithp.com>
8586 Date:   Sat Dec 19 15:31:36 2009 -0800
8587
8588     Ensure that ao_alarm waits at least the specified time
8589     
8590     Because the timer tick may happen soon, it's important to delay by
8591     another tick to ensure that we don't wake up early.
8592     
8593     Signed-off-by: Keith Packard <keithp@keithp.com>
8594
8595 commit 598d168bd6552c3756e4b0267de44147eadab9f6
8596 Author: Keith Packard <keithp@keithp.com>
8597 Date:   Sat Dec 19 14:03:11 2009 -0800
8598
8599     Disable monitor mode before attempting radio test.
8600     
8601     If monitor mode is left active, then the radio lock will not be able
8602     to be acquired for the radio test.
8603     
8604     Signed-off-by: Keith Packard <keithp@keithp.com>
8605
8606 commit d4cf1446680d8b47396bcda338e8df7af395d102
8607 Author: Bdale Garbee <bdale@gag.com>
8608 Date:   Sat Dec 19 13:53:38 2009 -0700
8609
8610     update changelogs for Debian build
8611
8612 commit 10d1bbcd9709a5eee8d50989215242b16feb7232
8613 Author: Keith Packard <keithp@keithp.com>
8614 Date:   Sat Dec 19 11:34:16 2009 -0800
8615
8616     Use ao_radio_get/ao_radio_put in packet code.
8617     
8618     The ao_radio_get function both acquires the mutex *and* configures the
8619     radio channel and frequency. Failing to use this in the packet code
8620     would leave the radio frequency unconfigured.
8621     
8622     Signed-off-by: Keith Packard <keithp@keithp.com>
8623
8624 commit a15abc1882a3bdd2c980eed169f3b80337528390
8625 Author: Bdale Garbee <bdale@gag.com>
8626 Date:   Sat Dec 19 12:15:29 2009 -0700
8627
8628     update changelogs for Debian build
8629
8630 commit bbb152c712801653374a8f82869e2e8bf41f7279
8631 Author: Bdale Garbee <bdale@gag.com>
8632 Date:   Sat Dec 19 12:05:40 2009 -0700
8633
8634     update changelogs for Debian build
8635
8636 commit 7ac8efea5d60b81adccdc1e38ac4c13facfae7c9
8637 Author: Keith Packard <keithp@keithp.com>
8638 Date:   Tue Dec 15 23:58:29 2009 -0800
8639
8640     Add --cal to man page
8641
8642 commit 5481082b18226a0de6b377215b3b330bdbc4a6c6
8643 Author: Keith Packard <keithp@keithp.com>
8644 Date:   Sat Dec 5 19:50:38 2009 -0800
8645
8646     Allow radio calibration to be set from ao-load
8647     
8648     This moves the initial radio calibration value into const memory where
8649     it will be used if no eeprom configuration value is available, either
8650     on an unprogrammed board with eeprom or a device without an eeprom.
8651     
8652     Signed-off-by: Keith Packard <keithp@keithp.com>
8653
8654 commit 46f03ab3145a61139c8ca6fc99e8f2798728b5a9
8655 Author: Keith Packard <keithp@keithp.com>
8656 Date:   Sat Dec 5 15:36:12 2009 -0800
8657
8658     Re-order config values. Change frequency to cal
8659     
8660     Place more often used values at top, and consistently call the radio
8661     value 'calibration' instead of 'frequency'.
8662     
8663     Signed-off-by: Keith Packard <keithp@keithp.com>
8664
8665 commit bf29a62532fec12e6af2d2f3a6624882c863e933
8666 Author: Bdale Garbee <bdale@gag.com>
8667 Date:   Sat Dec 5 11:03:42 2009 -0700
8668
8669     update changelogs for Debian build
8670
8671 commit cd49847f3125df1733f298b56a43e8027ab5ce05
8672 Author: Keith Packard <keithp@keithp.com>
8673 Date:   Fri Dec 4 23:38:26 2009 -0800
8674
8675     Add radio calibration configuration.
8676     
8677     The crystal we use is only good for 20ppm, which generates a fairly
8678     significant error bounds at our RF frequency. This commit adds a
8679     configuration variable that sets the RF frequency control variable so
8680     that the output frequency can be adjusted.
8681     
8682     Signed-off-by: Keith Packard <keithp@keithp.com>
8683
8684 commit c671a3f31f54715284beef5baa4a72ca922e4018
8685 Author: Keith Packard <keithp@keithp.com>
8686 Date:   Fri Dec 4 23:36:54 2009 -0800
8687
8688     Make ao_cmd_decimal produce both 32 and 16 bit values.
8689     
8690     ao_cmd_lex_u32 is produced in addition to ao_cmd_lex_i so that
8691     functions can easily read 32-bit values from the command line.
8692     
8693     Signed-off-by: Keith Packard <keithp@keithp.com>
8694
8695 commit e6d6ad66ce177eb6e49eaa04b1ecc6426f4bbdbf
8696 Author: Keith Packard <keithp@keithp.com>
8697 Date:   Fri Dec 4 23:35:40 2009 -0800
8698
8699     Remove send_serial and serial_baud commands.
8700     
8701     No longer useful, and they take up space.
8702     
8703     Signed-off-by: Keith Packard <keithp@keithp.com>
8704
8705 commit ce7325cefbbe91054c1e8174cf40a6c687f6694b
8706 Author: Bdale Garbee <bdale@gag.com>
8707 Date:   Fri Dec 4 21:02:07 2009 -0700
8708
8709     update changelogs for Debian build
8710
8711 commit 9a1d7dd78c07d18954ef620b6ed25d6701df21e2
8712 Author: Keith Packard <keithp@keithp.com>
8713 Date:   Fri Dec 4 14:35:39 2009 -0800
8714
8715     Change default callsign to "N0CALL"
8716
8717 commit 291e2004e77debdc1543912cf11043c849305de8
8718 Author: Bdale Garbee <bdale@gag.com>
8719 Date:   Thu Nov 26 11:18:37 2009 -0700
8720
8721     update changelogs for Debian build
8722
8723 commit 40533095a96b6c6364eebdc4b7d53c4eabe72e9a
8724 Author: Bdale Garbee <bdale@gag.com>
8725 Date:   Thu Nov 26 11:16:04 2009 -0700
8726
8727     update changelogs for Debian build
8728
8729 commit ab1075e7219b02258c1613d93379582be4168947
8730 Author: Bdale Garbee <bdale@gag.com>
8731 Date:   Thu Nov 26 11:15:13 2009 -0700
8732
8733     change home URL in control file to be the AltOS page
8734
8735 commit d34dcc5f3616e59ee90ed172770fe2a3eb1e0cac
8736 Author: Bdale Garbee <bdale@gag.com>
8737 Date:   Thu Nov 26 10:40:07 2009 -0700
8738
8739     fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
8740
8741 commit ea40561b36519a5dcabedabe18672b79ea5e9993
8742 Author: Bdale Garbee <bdale@gag.com>
8743 Date:   Sun Nov 22 10:18:44 2009 -0700
8744
8745     update changelogs for Debian build
8746
8747 commit d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d
8748 Author: Keith Packard <keithp@keithp.com>
8749 Date:   Sun Nov 22 01:10:44 2009 -0800
8750
8751     Automatically extract flight number for eeprom and telem filenames.
8752     
8753     Extract flight number from either telemetry or eeprom files and use
8754     that in the resulting filenames. To ensure that files remain unique,
8755     add a new field, -seq-%03d. This is appended only when the sequence
8756     number is non-zero as it shouldn't occur in normal usage.
8757     
8758     This also eliminates some duplicate filename creation code in the
8759     library and aoview sources.
8760     
8761     Signed-off-by: Keith Packard <keithp@keithp.com>
8762
8763 commit 06cebd1026dc1bd6ee51526fa2d02905df3b3b37
8764 Author: Keith Packard <keithp@keithp.com>
8765 Date:   Sun Nov 22 00:52:58 2009 -0800
8766
8767     ao-postflight: don't try to use missing gps sat data
8768     
8769     Signed-off-by: Keith Packard <keithp@keithp.com>
8770
8771 commit a9ada1b538af3308e1b22bd024d9204521184173
8772 Author: Keith Packard <keithp@keithp.com>
8773 Date:   Sat Nov 21 22:12:21 2009 -0800
8774
8775     ao-postflight: compute barometric alt for each GPS position
8776     
8777     Print that to the --gps file, and use that in the --kml file for the
8778     altitude. Gives a very different picture of our flight tracks,
8779     presumably far more accurate (at least in altitude).
8780     
8781     Signed-off-by: Keith Packard <keithp@keithp.com>
8782
8783 commit b84b634d9ae8ce6ab1c02833a3ed8514404e1ca3
8784 Author: Keith Packard <keithp@keithp.com>
8785 Date:   Sat Nov 21 22:11:45 2009 -0800
8786
8787     Don't crash if --plot isn't passed on ao-postflight command line
8788     
8789     Crashing is not nice.
8790     
8791     Signed-off-by: Keith Packard <keithp@keithp.com>
8792
8793 commit 2d77c18b15834046b7b79d49d87211828f2409e9
8794 Author: Keith Packard <keithp@keithp.com>
8795 Date:   Sat Nov 21 21:10:09 2009 -0800
8796
8797     Convert telemetry file GPS satellite information in cc_log_read
8798     
8799     The satellite info wasn't being correctly converted from telemetry
8800     files to the data log structure, so ao-postflight was not seeing it.
8801     
8802     Signed-off-by: Keith Packard <keithp@keithp.com>
8803
8804 commit 1e7fb61700f1f6f2ed5fdbc4380d7187b0cd187b
8805 Author: Keith Packard <keithp@keithp.com>
8806 Date:   Sat Nov 21 21:09:03 2009 -0800
8807
8808     Fix --plot arg handling. Add -all option.
8809     
8810     The --plot file name handing is special as the library wants a
8811     filename instead of a stdio file pointer.
8812     
8813     Add a --all option that just creates all of the possible outputs.
8814     
8815     Signed-off-by: Keith Packard <keithp@keithp.com>
8816
8817 commit 199f0cecae22645140185238682b9e1aba0e5715
8818 Author: Keith Packard <keithp@keithp.com>
8819 Date:   Sat Nov 21 20:36:20 2009 -0800
8820
8821     Make TD print 0000-00-00 for invalid dates.
8822     
8823     This 'shouldn't' happen, but in case it does, I want to know about it.
8824     
8825     Signed-off-by: Keith Packard <keithp@keithp.com>
8826
8827 commit 238d03462a56dc1b7c871608cb00f961a88c1b97
8828 Author: Keith Packard <keithp@keithp.com>
8829 Date:   Sat Nov 21 20:35:22 2009 -0800
8830
8831     Make ao-postflight create filenames using input filenames.
8832     
8833     Instead of requiring the user to provide names for the various output
8834     options, just create them from the input name by replacing the extension.
8835     
8836     Signed-off-by: Keith Packard <keithp@keithp.com>
8837
8838 commit 1a3b4c02a01187f8b7b9a9c97712476d0007ab35
8839 Author: Keith Packard <keithp@keithp.com>
8840 Date:   Sat Nov 21 19:52:26 2009 -0800
8841
8842     Document ao-postflight --gps and --kml options.
8843     
8844     These were missing from the man page, but included in the --help output.
8845     
8846     Signed-off-by: Keith Packard <keithp@keithp.com>
8847
8848 commit 80b23f3044a654d61212891a61fadb8a3a4e5572
8849 Author: Keith Packard <keithp@keithp.com>
8850 Date:   Sat Nov 21 18:57:45 2009 -0800
8851
8852     Decode HDOP data from skytraq GPS
8853     
8854     The hdop data was getting dropped on the floor, but is rather useful
8855     when deciding if the GPS position is crazy or not. This reports HDOP *
8856     5 (giving a useful range of .2-50).
8857     
8858     Signed-off-by: Keith Packard <keithp@keithp.com>
8859
8860 commit 8f036ee7cd30ce3ed2e5cc8501914a4c19b73875
8861 Author: Bdale Garbee <bdale@gag.com>
8862 Date:   Fri Nov 20 13:19:02 2009 -0700
8863
8864     update changelogs for Debian build
8865
8866 commit 87e6f3e5c1688503ab8595912d8d6eb7139830b7
8867 Author: Keith Packard <keithp@keithp.com>
8868 Date:   Fri Nov 20 12:16:37 2009 -0800
8869
8870     Eliminate SiRF state values from ao-view.
8871     
8872     With Skytraq not having any visible GPS state information, just
8873     remove this from the display.
8874     
8875     Signed-off-by: Keith Packard <keithp@keithp.com>
8876
8877 commit 8065b8146a31438e66f83c13b99281ec47439a73
8878 Author: Keith Packard <keithp@keithp.com>
8879 Date:   Fri Nov 20 11:56:48 2009 -0800
8880
8881     Add GPS date/time output to ao-postflight.
8882     
8883     GPS date/time information was already being stored in the log, it just
8884     wasn't getting displayed by ao-postflight.
8885     
8886     Signed-off-by: Keith Packard <keithp@keithp.com>
8887
8888 commit 6894541e0ee144bfc689cc02d4ed333711d3b500
8889 Author: Keith Packard <keithp@keithp.com>
8890 Date:   Fri Nov 20 11:55:28 2009 -0800
8891
8892     Reduce igniter firing time from 500ms to 50ms.
8893     
8894     Given that the system will brown-out with the longer pulse, it doesn't
8895     make sense to even try; failure at 50ms probably indicates a short.
8896     
8897     Signed-off-by: Keith Packard <keithp@keithp.com>
8898
8899 commit b75aa1c825b84bd7fa1578320fbc7e904c373a7d
8900 Author: Bdale Garbee <bdale@gag.com>
8901 Date:   Thu Nov 19 21:43:13 2009 -0700
8902
8903     fix typo in comment
8904
8905 commit c2f661b75ec035f6a3f700962290ef297f9ab0af
8906 Author: Bdale Garbee <bdale@gag.com>
8907 Date:   Fri Nov 20 11:44:06 2009 -0700
8908
8909     update changelogs for Debian build
8910
8911 commit b0d7e3f9c9322542e9b649bb6ad7f7e5bb99dffa
8912 Author: Keith Packard <keithp@keithp.com>
8913 Date:   Sun Nov 15 16:20:18 2009 -0800
8914
8915     Stop using SiRF state info.
8916     
8917     With the switch to the skytraq GPS unit, we don't have the same level
8918     of detail in the GPS stream, so stop reporting that in the telemetry
8919     stream, in the UI and writing it to eeprom.
8920     
8921     Signed-off-by: Keith Packard <keithp@keithp.com>
8922
8923 commit 524665fc221b0d483453c67b7211e282cebc8980
8924 Author: Keith Packard <keithp@keithp.com>
8925 Date:   Sun Nov 15 16:04:41 2009 -0800
8926
8927     Add date to GPS data, captured from GPRMC packet.
8928     
8929     Pull the date out of the GPS stream and send it over the telemetry
8930     link and write it to the eeprom.
8931     
8932     Signed-off-by: Keith Packard <keithp@keithp.com>
8933
8934 commit 3ee279ba76c2a79d142c466f19ef758cf4c01d70
8935 Author: Keith Packard <keithp@keithp.com>
8936 Date:   Sun Nov 15 15:59:01 2009 -0800
8937
8938     Add flight number to telemetry stream.
8939     
8940     This makes it easier to tie the telemetry and eeprom files together as
8941     they're now both labeled with serial and flight numbers, which should
8942     be unique.
8943     
8944     Signed-off-by: Keith Packard <keithp@keithp.com>
8945
8946 commit 6391c89bd5b89f5f46255b8365c658a873e5959a
8947 Author: Keith Packard <keithp@keithp.com>
8948 Date:   Sun Nov 15 15:53:01 2009 -0800
8949
8950     Switch order of serial/flight in ao-postflight summary
8951
8952 commit 9b06e294e2777f69bcf5e98789c3f5477097d53b
8953 Author: Keith Packard <keithp@keithp.com>
8954 Date:   Sun Nov 15 15:51:58 2009 -0800
8955
8956     Enable telemetry receive in ao_view
8957
8958 commit 4cffc9c4b079e39c8196ddbaf91129cda6df7f8b
8959 Author: Keith Packard <keithp@keithp.com>
8960 Date:   Sat Nov 14 22:24:37 2009 -0800
8961
8962     Share telemetry parsing code in cc library.
8963     
8964     ao-view had a private copy of the telemetry parsing code which
8965     included the ability to parse the newer version of that file. Those
8966     changes have been moved to the library version and the private copy removed.
8967     
8968     Signed-off-by: Keith Packard <keithp@keithp.com>
8969
8970 commit 0e0db8ca3af4c07bae909938486766c646bf580b
8971 Author: Keith Packard <keithp@keithp.com>
8972 Date:   Sat Nov 14 22:24:09 2009 -0800
8973
8974     Provide a dummy 'uninstall' target in the src directory.
8975     
8976     Signed-off-by: Keith Packard <keithp@keithp.com>
8977
8978 commit 1c654a9369294c9b8066c33f91161d8005b96680
8979 Author: Keith Packard <keithp@keithp.com>
8980 Date:   Sat Nov 14 22:17:24 2009 -0800
8981
8982     Loosen tolerances for main->landed transition
8983     
8984     Detecting that the rocket has landed is required for the system to
8985     flush the eeprom log and re-enable the RDF beacon. This patch changes
8986     the landed state entry requirements for the accelerometer to require
8987     only that the accelerometer stay within a quarter of a g (down from
8988     1/10g) and changes the testing interval from 20 seconds to 5
8989     seconds.
8990     
8991     The requirement that the barometric altitude be within 1000m of the
8992     launch altitude and that the barometer change by no more than 0.05kPa
8993     are unchanged.
8994     
8995     Signed-off-by: Keith Packard <keithp@keithp.com>
8996
8997 commit 03092d1a72a9651711e22c58dca6d6aba5705c5e
8998 Author: Keith Packard <keithp@keithp.com>
8999 Date:   Sat Nov 14 16:35:12 2009 -0800
9000
9001     ao-postflight: fix sloppy gps sat data realloc code (was crashing).
9002     
9003     Realloc'ing the wrong data, and failing to set the realloc'ed size was
9004     causing ao-postflight to crash while reading long logs.
9005     
9006     Signed-off-by: Keith Packard <keithp@keithp.com>
9007
9008 commit adf656192441eb7f44792955c86e469145477e29
9009 Author: Keith Packard <keithp@keithp.com>
9010 Date:   Thu Nov 5 22:11:59 2009 -0800
9011
9012     Return radio to telemetry settings when packet system closed.
9013     
9014     To receive telemetry after disabling the packet system, the radio must
9015     be reconfigured for telemetry mode.
9016     
9017     Signed-off-by: Keith Packard <keithp@keithp.com>
9018
9019 commit 83afdbdc154fe013bfe35ce5ecf1d61570b04ed6
9020 Author: Keith Packard <keithp@keithp.com>
9021 Date:   Thu Nov 5 21:45:00 2009 -0800
9022
9023     Add reboot command.
9024     
9025     This resets the processor using the watchdog timer.
9026     
9027     Signed-off-by: Keith Packard <keithp@keithp.com>
9028
9029 commit 0358988ac0ee25a564d48af79b1c3fb0c0fe0a88
9030 Author: Keith Packard <keithp@keithp.com>
9031 Date:   Thu Nov 5 21:44:31 2009 -0800
9032
9033     Add Watchdog Timer Control register definitions
9034     
9035     Signed-off-by: Keith Packard <keithp@keithp.com>
9036
9037 commit 4114210e0b813f4af99d0cb7755ad2ac2c4b120e
9038 Author: Keith Packard <keithp@keithp.com>
9039 Date:   Thu Nov 5 21:43:21 2009 -0800
9040
9041     Move ao_match_word from ao_ignite.c to ao_cmd.c
9042     
9043     This is a generally useful command line utility.
9044     
9045     Signed-off-by: Keith Packard <keithp@keithp.com>
9046
9047 commit 5a79a04ddb0b3ee64de34e366f71a0f6db509c01
9048 Author: Keith Packard <keithp@keithp.com>
9049 Date:   Wed Nov 4 21:59:51 2009 -0800
9050
9051     Stop recording in ao-dumplog after receiving an invalid block
9052     
9053     If no samples in a block are valid, assume the flight log is over.
9054     
9055     Signed-off-by: Keith Packard <keithp@keithp.com>
9056
9057 commit 843ee489aac34ad6d81f55f1c85fb9eecc42d86b
9058 Author: Keith Packard <keithp@keithp.com>
9059 Date:   Wed Nov 4 21:59:12 2009 -0800
9060
9061     Flush pending input when switching to remote packet mode
9062     
9063     Any pending input would just confuse the application, so pull it off
9064     the link and dump it.
9065     
9066     Signed-off-by: Keith Packard <keithp@keithp.com>
9067
9068 commit 036400a2db303f3db3be7cc0426f88359c6bd2b1
9069 Author: Keith Packard <keithp@keithp.com>
9070 Date:   Wed Nov 4 21:42:51 2009 -0800
9071
9072     Explicitly use USB I/O routines in packet code
9073     
9074     Using the implicit stdio functions (putchar/getchar/flush) would
9075     result in essentially random redirection of each, depending on whether
9076     the packet code had characters available when getchar was called. This
9077     would cause lockups in putchar.
9078     
9079     Signed-off-by: Keith Packard <keithp@keithp.com>
9080
9081 commit 3ece984f4d72b4f720a5efdfaad7cff77a93d676
9082 Author: Keith Packard <keithp@keithp.com>
9083 Date:   Wed Nov 4 21:32:07 2009 -0800
9084
9085     In USB pollchar, wait for packet before re-checking USB out len
9086     
9087     This probably wouldn't actually cause a problem, but it seems more
9088     reliable to wait for a packet interrupt before re-reading the packet
9089     OUT len register. This could avoid spinning while waiting for a USB
9090     packet, which seems like a good thing.
9091     
9092     Signed-off-by: Keith Packard <keithp@keithp.com>
9093
9094 commit bc62bb254085cc705203b57260c04ac5e14c6611
9095 Author: Keith Packard <keithp@keithp.com>
9096 Date:   Wed Nov 4 21:29:37 2009 -0800
9097
9098     In packet master, move USB flush from packet thread to echo thread
9099     
9100     This keeps the packet thread from blocking on USB and also makes the
9101     flush happen after every packet (slightly more USB traffic, but
9102     packets are slow anyway).
9103     
9104     Signed-off-by: Keith Packard <keithp@keithp.com>
9105
9106 commit 27ebaf8e13aed06bb1ea6e770f767495a02be6c5
9107 Author: Keith Packard <keithp@keithp.com>
9108 Date:   Tue Nov 3 01:27:37 2009 -0800
9109
9110     Add ability to dump eeprom data over radio link.
9111     
9112     This adds a '-R' option to ao-dumplog to redirect the connection
9113     through a USB attached TeleDongle over the radio link to a remote
9114     TeleMetrum device.
9115     
9116     Signed-off-by: Keith Packard <keithp@keithp.com>
9117
9118 commit 1de322b960005c9a16051afa1881fadb00f4bcd6
9119 Author: Keith Packard <keithp@keithp.com>
9120 Date:   Tue Nov 3 00:40:38 2009 -0800
9121
9122     Pass accel calibration over telemetry stream. Telemetry data format change.
9123     
9124     This allows the ground station to convert the accelerometer sensor
9125     values into acceleration and speed data. This requires a new telemetry
9126     data structure, and so TeleMetrum and TeleDongle units must be updated
9127     synchronously. ao-view will parse either telemetry stream, and the
9128     serial format from TeleDongle now has a version number to allow for
9129     future changes.
9130     
9131     Signed-off-by: Keith Packard <keithp@keithp.com>
9132
9133 commit b529e5e8998702986909111a457f3ce9932e1ccf
9134 Author: Keith Packard <keithp@keithp.com>
9135 Date:   Mon Nov 2 23:48:29 2009 -0800
9136
9137     ao_flight_test was using accel value for pressure too
9138
9139 commit f57bea012d4fbca097df0d98fcd30eb4abd9701a
9140 Author: Keith Packard <keithp@keithp.com>
9141 Date:   Mon Nov 2 21:47:41 2009 -0800
9142
9143     Reformat ADC values to show all 16 bits
9144
9145 commit 79718e798e96567f0ba11c61f187e432fdcf95ee
9146 Author: Keith Packard <keithp@keithp.com>
9147 Date:   Mon Nov 2 21:48:16 2009 -0800
9148
9149     Remove "f" command
9150
9151 commit a4137263b69864c524d39c6ff88a0225fd06e79b
9152 Author: Keith Packard <keithp@keithp.com>
9153 Date:   Mon Nov 2 21:47:15 2009 -0800
9154
9155     Remove "d" command
9156
9157 commit 47f510464907d2b9488109c96ade87a41d878842
9158 Author: Keith Packard <keithp@keithp.com>
9159 Date:   Mon Nov 2 21:46:39 2009 -0800
9160
9161     Remove "l" command as ao-dumplong no longer uses it
9162
9163 commit 144db05f6b286a0450d486f69ce192632a2c0656
9164 Author: Keith Packard <keithp@keithp.com>
9165 Date:   Mon Nov 2 21:38:18 2009 -0800
9166
9167     Add two-point accelerometer calibration.
9168     
9169     Calibration now uses two values, one upside right and the other upside
9170     down instead of a single horizontal value. This allows the use of
9171     other accelerometers and compensates for variations in the divider
9172     circuit to provide more accurate data.
9173
9174 commit 17611788aadc9460287145a340a7c18bf63766aa
9175 Author: Bdale Garbee <bdale@gag.com>
9176 Date:   Mon Nov 2 16:54:06 2009 -0700
9177
9178     update changelogs for Debian build
9179
9180 commit 7db9d86178ecfd58cc1c17ac9fcbdcfd2f13aaec
9181 Merge: b219801 f9de200
9182 Author: Keith Packard <keithp@keithp.com>
9183 Date:   Mon Nov 2 15:47:40 2009 -0800
9184
9185     Merge remote branch 'origin/master'
9186
9187 commit b219801fb0e5eaff7778d21701da977104522da3
9188 Author: Keith Packard <keithp@keithp.com>
9189 Date:   Mon Nov 2 15:45:58 2009 -0800
9190
9191     Add ao_usb_pollchar to ao.h
9192
9193 commit b92333ff5e75bf96804359e9fbf464d3b518bd95
9194 Author: Keith Packard <keithp@keithp.com>
9195 Date:   Mon Nov 2 15:45:42 2009 -0800
9196
9197     Disable interrupts while removing tasks from task list
9198
9199 commit d519564fd08d2defe1211de83ccbdfa3c7cfe702
9200 Author: Keith Packard <keithp@keithp.com>
9201 Date:   Mon Nov 2 15:45:07 2009 -0800
9202
9203     Add more docs to the README file
9204
9205 commit f9de20000794c97a04d5bc2476191864bd2af371
9206 Author: Bdale Garbee <bdale@gag.com>
9207 Date:   Mon Nov 2 16:00:11 2009 -0700
9208
9209     update changelogs for Debian build
9210
9211 commit 127c3125e5a4b86b8f304bc2889e313688c3d83e
9212 Author: Bdale Garbee <bdale@gag.com>
9213 Date:   Mon Nov 2 15:59:12 2009 -0700
9214
9215     update changelogs for Debian build
9216
9217 commit 6b1e77569e2fed3c44606ed268421df5d3ed4020
9218 Author: Bdale Garbee <bdale@gag.com>
9219 Date:   Mon Nov 2 15:57:41 2009 -0700
9220
9221     update changelogs for Debian build
9222
9223 commit 8203bfa58af32a1d07a44c1c151b200df0b65f15
9224 Author: Bdale Garbee <bdale@gag.com>
9225 Date:   Mon Nov 2 15:56:42 2009 -0700
9226
9227     de-version the libreadline-dev build dependency
9228
9229 commit 0b483233118673cbc2cda1be6acd379df82bc95a
9230 Merge: ca5d323 550482d
9231 Author: Keith Packard <keithp@keithp.com>
9232 Date:   Sun Nov 1 20:59:02 2009 -0800
9233
9234     Merge remote branch 'origin/master' into skytraq
9235
9236 commit ca5d323a3d206050d95f52a61e92c69e1f54e7b5
9237 Author: Keith Packard <keithp@keithp.com>
9238 Date:   Sun Nov 1 20:57:03 2009 -0800
9239
9240     Enable packet-based communcation to command processor
9241     
9242     This splits the packet code into master/slave halves and hooks the
9243     slave side up to the getchar/putchar/flush logic in ao_stdio.c
9244     
9245     Signed-off-by: Keith Packard <keithp@keithp.com>
9246
9247 commit 6c1a9ce16b966a21c885bf3be31cbcb85368b3fa
9248 Author: Keith Packard <keithp@keithp.com>
9249 Date:   Sat Oct 31 01:30:22 2009 -0700
9250
9251     No need to wakeup &ao_tick_count now
9252
9253 commit cd0d495d7ef276956e730196476daa70a4359918
9254 Author: Keith Packard <keithp@keithp.com>
9255 Date:   Sat Oct 31 01:20:26 2009 -0700
9256
9257     Poke master to speed up packet rate when things are busy
9258
9259 commit 442b1ef18c8320d4e5329dc92bb5268a36058fc5
9260 Author: Keith Packard <keithp@keithp.com>
9261 Date:   Sat Oct 31 01:19:41 2009 -0700
9262
9263     Use ao_alarm for ao_delay so it can be easily interrupted
9264
9265 commit 4f7ed9ff484778381db647c27d2a34d0cadec41e
9266 Author: Keith Packard <keithp@keithp.com>
9267 Date:   Fri Oct 30 23:53:03 2009 -0700
9268
9269     Do more flushing in packet test code
9270
9271 commit 6a7aa1810a90a9216160aec55ec4bd02b3240e1b
9272 Author: Keith Packard <keithp@keithp.com>
9273 Date:   Fri Oct 30 23:52:44 2009 -0700
9274
9275     Add RFIM register
9276
9277 commit bf65e0b2a1299b49adc2d339ab9d9c7599aded9e
9278 Author: Keith Packard <keithp@keithp.com>
9279 Date:   Fri Oct 30 23:52:22 2009 -0700
9280
9281     Send SYN packet to set sequence numbers
9282
9283 commit d46797e5c08d4955d516458185e2cfb51ee2d567
9284 Author: Keith Packard <keithp@keithp.com>
9285 Date:   Fri Oct 30 23:51:38 2009 -0700
9286
9287     Use ao_radio_done to wait for TX to completely finish with packet
9288
9289 commit c5ec6fcfa1bd17aad0f85d2fbe603f1d125836e6
9290 Author: Keith Packard <keithp@keithp.com>
9291 Date:   Fri Oct 30 23:50:54 2009 -0700
9292
9293     Switch packet code from timer thread to ao_alarm
9294
9295 commit b428faf74ae145126ec1da972028fcfe0b4b2b18
9296 Author: Keith Packard <keithp@keithp.com>
9297 Date:   Fri Oct 30 23:48:36 2009 -0700
9298
9299     Remove reason from ao_dma_abort
9300
9301 commit 73db30b2f9128c37dc7fa075793a8862814ce044
9302 Author: Keith Packard <keithp@keithp.com>
9303 Date:   Fri Oct 30 23:46:21 2009 -0700
9304
9305     Add ao_alarm
9306
9307 commit 251b0971f049cbf2f8db79a32729d47441ce65f3
9308 Author: Keith Packard <keithp@keithp.com>
9309 Date:   Fri Oct 30 23:45:43 2009 -0700
9310
9311     Wait for TX to finish sending data
9312
9313 commit 9b31f07fe3556896b3e997bba156e30ef5777a80
9314 Author: Keith Packard <keithp@keithp.com>
9315 Date:   Fri Oct 30 23:43:52 2009 -0700
9316
9317     Add radio carrier command
9318
9319 commit 7b14c3e609749f4fc00dbd660541375048535218
9320 Author: Keith Packard <keithp@keithp.com>
9321 Date:   Fri Oct 30 16:39:15 2009 -0700
9322
9323     Initial packet bits. Just testing transmission
9324
9325 commit 690fc263516d8beb6b24e86fbcd6588f42ce4e5c
9326 Author: Keith Packard <keithp@keithp.com>
9327 Date:   Wed Oct 21 17:18:49 2009 +0900
9328
9329     Add keyhole-markup generation for ao-postflight.
9330     
9331     This lets you see the flight path in googleearth.
9332     
9333     Signed-off-by: Keith Packard <keithp@keithp.com>
9334
9335 commit b657aa209b9ea3b3efd33a940283b3ba60a169af
9336 Author: Keith Packard <keithp@keithp.com>
9337 Date:   Fri Oct 16 12:59:53 2009 +0900
9338
9339     Add ao_wake_task and ao_exit
9340     
9341     ao_wake_task signals a specific task to wake up.
9342     ao_exit terminates the current task.
9343     
9344     Signed-off-by: Keith Packard <keithp@keithp.com>
9345
9346 commit d709a0688eff84e25e24d755850ef045d6b0c3de
9347 Author: Keith Packard <keithp@keithp.com>
9348 Date:   Fri Oct 16 12:56:45 2009 +0900
9349
9350     Save some DSEG space by marking cmd functions __reentrant
9351     
9352     __reentrant causes the compiler to place args and locals on the stack
9353     instead of in the data segment.
9354     
9355     Signed-off-by: Keith Packard <keithp@keithp.com>
9356
9357 commit 550482d953c491a5ede9f2d243493afb13289898
9358 Author: Bdale Garbee <bdale@gag.com>
9359 Date:   Mon Oct 12 16:58:46 2009 -0600
9360
9361     update changelogs for Debian build
9362
9363 commit 2de548f45d0f50b558acc83f57e1e2fc1223ab92
9364 Author: Bdale Garbee <bdale@gag.com>
9365 Date:   Mon Oct 12 16:58:19 2009 -0600
9366
9367     oops, forgot to specify the repo to push to
9368
9369 commit 68008ac11c2735ca53a1b474324df43f2f1d5cdd
9370 Author: Bdale Garbee <bdale@gag.com>
9371 Date:   Mon Oct 12 16:57:33 2009 -0600
9372
9373     update changelogs for Debian build
9374
9375 commit 513328ac5f7c25f9ee144ab6befbea60d69eed1a
9376 Author: Bdale Garbee <bdale@gag.com>
9377 Date:   Mon Oct 12 16:56:50 2009 -0600
9378
9379     automate push of updated and tagged master branch during debian/rules prebuild
9380
9381 commit 67bf7d388a6dd2dbf65575bf4f0423ad355b4f2f
9382 Author: Bdale Garbee <bdale@gag.com>
9383 Date:   Mon Oct 12 16:54:44 2009 -0600
9384
9385     update changelogs for Debian build
9386
9387 commit 23bc21a93ccb9f35917f283ac5df6ce0870df71a
9388 Author: Bdale Garbee <bdale@gag.com>
9389 Date:   Mon Oct 12 16:54:16 2009 -0600
9390
9391     undue damage from partial build
9392
9393 commit 7da56ad8576ef212ffb6cb573bdaf578453e3fe0
9394 Author: Bdale Garbee <bdale@gag.com>
9395 Date:   Mon Oct 12 16:52:52 2009 -0600
9396
9397     add support for tagging git repository on each Debian package build
9398
9399 commit 8d4aa4ee54f85f4951cdd7293d58aaa405cfcdc5
9400 Author: Bdale Garbee <bdale@gag.com>
9401 Date:   Mon Oct 12 16:49:34 2009 -0600
9402
9403     update changelogs for Debian build
9404
9405 commit 241a860fe856b1dfad6e792736313648300d5c24
9406 Author: Bdale Garbee <bdale@gag.com>
9407 Date:   Mon Oct 12 16:48:43 2009 -0600
9408
9409     flush repetitive junk out of debian/changelog, and update the prebuild target
9410     in debian/rules to put git commit details into the Debian changelog
9411
9412 commit 6c4cdc927b43736b39be29d23ac3dc723f69e4d6
9413 Author: Bdale Garbee <bdale@gag.com>
9414 Date:   Mon Oct 12 15:57:19 2009 -0600
9415
9416     update changelogs for Debian build
9417
9418 commit c57bd7fd2f80e50b0b4c87fccb024ab07c93773d
9419 Merge: adf8764 2b76572
9420 Author: Bdale Garbee <bdale@gag.com>
9421 Date:   Mon Oct 12 15:57:08 2009 -0600
9422
9423     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9424
9425 commit 69b6f6bb465163cf767bb68e0e4a716d8ad2b39c
9426 Merge: bc77da6 2b76572
9427 Author: Keith Packard <keithp@keithp.com>
9428 Date:   Sat Oct 10 17:16:21 2009 -0700
9429
9430     Merge branch 'master' into skytraq
9431
9432 commit 2b765728ce177e26899f6feef00bfdf6aeaf2678
9433 Author: Keith Packard <keithp@keithp.com>
9434 Date:   Sat Oct 10 17:15:38 2009 -0700
9435
9436     Add apogee igniter delay.
9437     
9438     Provide for a delay after apogee before the drogue charge is
9439     fired. This allows TM to be used as a back-up altimeter.
9440     
9441     Signed-off-by: Keith Packard <keithp@keithp.com>
9442
9443 commit bc77da68c9cb7d4cca483eadbbb7e9ccf71c0060
9444 Merge: 46cccf6 8f7ea3d
9445 Author: Keith Packard <keithp@keithp.com>
9446 Date:   Sat Oct 10 15:09:48 2009 -0700
9447
9448     Merge branch 'master' into skytraq
9449
9450 commit 8f7ea3de7037f40b0ff462b60d503c19431ae62b
9451 Author: Keith Packard <keithp@keithp.com>
9452 Date:   Sat Oct 10 15:08:14 2009 -0700
9453
9454     Report igniter continuity in pad/idle mode via beeper
9455     
9456     one short beep = drogue
9457     two short beeps = main
9458     three short beeps = both
9459     one long warble = neither
9460     
9461     In idle mode, it does this just once. In pad mode, it keeps testing
9462     and reporting.
9463     
9464     Signed-off-by: Keith Packard <keithp@keithp.com>
9465
9466 commit adf8764bc4591795ba4e618ccbd6393fc6ce6450
9467 Author: Bdale Garbee <bdale@gag.com>
9468 Date:   Sat Oct 10 15:11:23 2009 -0600
9469
9470     update changelogs for Debian build
9471
9472 commit 541da6f3bbf81be93dfe3c01f7c8cfd757b28a2b
9473 Merge: dfc73cb 5f26ad6
9474 Author: Bdale Garbee <bdale@gag.com>
9475 Date:   Sat Oct 10 15:05:50 2009 -0600
9476
9477     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9478
9479 commit 46cccf62fb40514b5930fcb2ffdaf2735415c764
9480 Merge: fb8f3fe 5f26ad6
9481 Author: Keith Packard <keithp@keithp.com>
9482 Date:   Sat Oct 10 14:00:03 2009 -0700
9483
9484     Merge branch 'master' into skytraq
9485
9486 commit 5f26ad663b3f60dddc9d967206e365f45dc4acd1
9487 Author: Keith Packard <keithp@keithp.com>
9488 Date:   Sat Oct 10 13:58:16 2009 -0700
9489
9490     ao-dumplog: switch to 'e' command, display progress
9491     
9492     Using the 'e' command allows additional checking of the data,
9493     including end-to-end checksums and detection of missing data.
9494     
9495     Progress is displayed by showing the recorded flight state along with
9496     a '.' for each eeprom block read.
9497     
9498     Signed-off-by: Keith Packard <keithp@keithp.com>
9499
9500 commit fb8f3fee6a1bab1e46d782e84405845cee2dadb4
9501 Merge: 22856cf b8fc397
9502 Author: Keith Packard <keithp@keithp.com>
9503 Date:   Sat Oct 10 13:41:00 2009 -0700
9504
9505     Merge branch 'master' into skytraq
9506
9507 commit b8fc3975bd92037a0cf53b0ff2b0e05ce0ba668f
9508 Author: Keith Packard <keithp@keithp.com>
9509 Date:   Sat Oct 10 13:39:01 2009 -0700
9510
9511     Send 0-length IN packet to flush USB after full packet
9512     
9513     USB bulk transfers are a sequence of maximum-sized packets followed by
9514     a short packet, which signals the end of the transfer. When the last
9515     packet of the transfer would be a full-sized packet, an additional
9516     packet of zero length is sent to signal the transfer end.
9517     
9518     Signed-off-by: Keith Packard <keithp@keithp.com>
9519
9520 commit 22856cf8bb0f5e1f37c9b774132d9ef6934526ed
9521 Merge: 2f76034 e29961f
9522 Author: Keith Packard <keithp@keithp.com>
9523 Date:   Sat Oct 10 11:44:20 2009 -0700
9524
9525     Merge branch 'master' into skytraq
9526
9527 commit e29961fdb2a48874c895829880eadbf13e094c0c
9528 Author: Keith Packard <keithp@keithp.com>
9529 Date:   Sat Oct 10 11:43:31 2009 -0700
9530
9531     Add channel menu to ao-view.
9532     
9533     Sets radio channel when TD is connected, saves selected channel in
9534     gconf database.
9535     
9536     Signed-off-by: Keith Packard <keithp@keithp.com>
9537
9538 commit 2f7603490a169df8f18b565db4fa967832ffc9bd
9539 Author: Keith Packard <keithp@keithp.com>
9540 Date:   Fri Oct 9 22:48:29 2009 -0700
9541
9542     Build two versions of TM, one for SiRF, one for SkyTraq
9543     
9544     This creates two separate images, depending on which GPS unit is
9545     connected.
9546     
9547     Signed-off-by: Keith Packard <keithp@keithp.com>
9548
9549 commit 33b0b6f2f2e07de105619a7b463226d2813152ab
9550 Author: Keith Packard <keithp@keithp.com>
9551 Date:   Fri Oct 9 22:02:40 2009 -0700
9552
9553     Add support for the SkyTraq GPS unit
9554     
9555     This is a build-time option selected by hacking the Makefile at present.
9556     
9557     Signed-off-by: Keith Packard <keithp@keithp.com>
9558
9559 commit a3771bfc5ce740f9d89193e9f8b1d7987aa57264
9560 Author: Keith Packard <keithp@keithp.com>
9561 Date:   Tue Oct 6 20:06:00 2009 -0700
9562
9563     ao-view: fix snd_pcm_open return checking
9564     
9565     I don't know how this code was supposed to work before...
9566     
9567     Signed-off-by: Keith Packard <keithp@keithp.com>
9568
9569 commit ac4b8a73848f434999a532eab4665253c267c597
9570 Author: Keith Packard <keithp@keithp.com>
9571 Date:   Tue Oct 6 20:05:36 2009 -0700
9572
9573     ao-postflight: dump out GPS signal data
9574     
9575     Signed-off-by: Keith Packard <keithp@keithp.com>
9576
9577 commit dfc73cba1bee8b121e00e8cba45e7dfaaf79e9d8
9578 Author: Bdale Garbee <bdale@gag.com>
9579 Date:   Mon Sep 21 22:46:59 2009 -0700
9580
9581     update changelogs for Debian build
9582
9583 commit 459ff3d377297f80ee2fba0df0a29ff6603467a1
9584 Author: Bdale Garbee <bdale@gag.com>
9585 Date:   Mon Sep 21 11:00:32 2009 -0700
9586
9587     update changelogs for Debian build
9588
9589 commit 327c64305a59f48ababf19875874a550af6b9cef
9590 Merge: c8a81a4 74f0fb4
9591 Author: Bdale Garbee <bdale@gag.com>
9592 Date:   Mon Sep 21 11:00:22 2009 -0700
9593
9594     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9595
9596 commit 74f0fb4dd189abc1d5027c64fa5a648a6003285a
9597 Author: Keith Packard <keithp@keithp.com>
9598 Date:   Sun Sep 20 13:33:59 2009 -0700
9599
9600     make bit-banging reset script actually reset
9601
9602 commit 7ea371a09385e2a93199f78685e8cb86793ed104
9603 Author: Keith Packard <keithp@keithp.com>
9604 Date:   Sun Sep 20 13:33:26 2009 -0700
9605
9606     Add --gps option to ao-postflight
9607
9608 commit bc7ccb339e538a0e6120db0e5c0d9130c565e0dd
9609 Author: Keith Packard <keithp@keithp.com>
9610 Date:   Sun Sep 20 13:32:59 2009 -0700
9611
9612     ao_rawload: Don't reset after we finish loading
9613
9614 commit c8a81a419f7f2331624f90bd6c107a86f6b04451
9615 Author: Bdale Garbee <bdale@gag.com>
9616 Date:   Sun Sep 20 09:21:00 2009 -0600
9617
9618     update changelogs for Debian build
9619
9620 commit df42ccaaf468cdc5d93cbd1c001f58df58419722
9621 Merge: 0b24e40 078e9cd
9622 Author: Bdale Garbee <bdale@gag.com>
9623 Date:   Sun Sep 20 09:19:28 2009 -0600
9624
9625     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9626
9627 commit 078e9cdbdb388b22c6151f76ff0660fc14b8ef55
9628 Author: Keith Packard <keithp@keithp.com>
9629 Date:   Thu Sep 10 11:53:06 2009 -0700
9630
9631     Plot raw accel data for the motor accel section.
9632     
9633     This shows a short sequence of accelerometer data without any filtering.
9634     
9635     Signed-off-by: Keith Packard <keithp@keithp.com>
9636
9637 commit 8b485d937ff148848ebda7f9ca6be29bb1de1f16
9638 Author: Keith Packard <keithp@keithp.com>
9639 Date:   Sun Sep 6 21:02:48 2009 -0700
9640
9641     Show acceleration only during boost phase.
9642     
9643     We're interested in motor performance; the rest of the flight is
9644     boring, after all.
9645     
9646     Signed-off-by: Keith Packard <keithp@keithp.com>
9647
9648 commit 9e660315e1bd2bf71ab1c0574e895e1f7608a58f
9649 Author: Keith Packard <keithp@keithp.com>
9650 Date:   Sun Sep 6 21:01:44 2009 -0700
9651
9652     Fix cc_period_make to not get stuck on samples with matching time
9653     
9654     When two samples have matching times, step to the second one;
9655     otherwise, we'll get stuck forever.
9656     
9657     Signed-off-by: Keith Packard <keithp@keithp.com>
9658
9659 commit 932f1539b38567e565fd484171c13539b1467308
9660 Author: Keith Packard <keithp@keithp.com>
9661 Date:   Sun Sep 6 20:26:17 2009 -0700
9662
9663     Color plots, integrate only flight portion of data.
9664     
9665     Telemetry files have piles of pad data which shouldn't be integrated
9666     into the velocity data as it tends to generate huge values from the
9667     noise of the sensor.
9668     
9669     Also make the data lines colored to keep them visually distinct from
9670     the rest of the plot image.
9671     
9672     Signed-off-by: Keith Packard <keithp@keithp.com>
9673
9674 commit 9177f5f4e9d832558ddd9ab227c4511f6201e7e5
9675 Author: Keith Packard <keithp@keithp.com>
9676 Date:   Sun Sep 6 18:11:24 2009 -0700
9677
9678     Update usage and man page for ao-postflight
9679
9680 commit 0b24e4034f93010372a3d084668d10f0e4a2c2e1
9681 Author: Bdale Garbee <bdale@gag.com>
9682 Date:   Sun Sep 6 18:01:20 2009 -0600
9683
9684     update changelogs for Debian build
9685
9686 commit a5e94aa0677070a051714443cf7fd7e2b5e90269
9687 Author: Bdale Garbee <bdale@gag.com>
9688 Date:   Sun Sep 6 17:59:47 2009 -0600
9689
9690     need a run-time dependency to pull in the cairo module
9691
9692 commit 97acef95cc9843998963921459fdd71dd7eaa6b4
9693 Author: Bdale Garbee <bdale@gag.com>
9694 Date:   Sun Sep 6 17:48:23 2009 -0600
9695
9696     update changelogs for Debian build
9697
9698 commit 3f95a5abbf8ada70328ced45fbb2781ed1cb3d29
9699 Author: Bdale Garbee <bdale@gag.com>
9700 Date:   Sun Sep 6 17:48:10 2009 -0600
9701
9702     more build deps for plotting lib
9703
9704 commit 9d7e96e323d652de08b2f2a73e0eb3c321080185
9705 Author: Bdale Garbee <bdale@gag.com>
9706 Date:   Sun Sep 6 17:47:56 2009 -0600
9707
9708     update changelogs for Debian build
9709
9710 commit ae4e131b61244e06020b82919e31e05dd7dba88f
9711 Author: Bdale Garbee <bdale@gag.com>
9712 Date:   Sun Sep 6 17:46:39 2009 -0600
9713
9714     update changelogs for Debian build
9715
9716 commit 37e6c9a492a1d51373bf9333fb3172e0c377720f
9717 Merge: d256f82 2e6686b
9718 Author: Bdale Garbee <bdale@gag.com>
9719 Date:   Sun Sep 6 17:46:10 2009 -0600
9720
9721     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9722
9723 commit 2e6686b1e183c66188ea447b8a54e4c29402443b
9724 Author: Keith Packard <keithp@keithp.com>
9725 Date:   Sun Sep 6 16:45:47 2009 -0700
9726
9727     Use plplotd instead of plplotd-gnome2
9728
9729 commit d256f8204e9fce53ae4309562bb4c0cde1fae43e
9730 Merge: 0fc344d 32d3536
9731 Author: Bdale Garbee <bdale@gag.com>
9732 Date:   Sun Sep 6 17:34:08 2009 -0600
9733
9734     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9735
9736 commit 32d3536706324808df6cd02248a236302b831571
9737 Author: Keith Packard <keithp@keithp.com>
9738 Date:   Sun Sep 6 16:24:35 2009 -0700
9739
9740     Add plots to ao-postflight using the plplot library
9741     
9742     It's not perfect, but it generates .svg plot output.
9743     
9744     Signed-off-by: Keith Packard <keithp@keithp.com>
9745
9746 commit 0fc344dfc031a8b1eef7cc40efb1d5ba7782269d
9747 Author: Bdale Garbee <bdale@gag.com>
9748 Date:   Sun Sep 6 14:15:57 2009 -0600
9749
9750     update changelogs for Debian build
9751
9752 commit 4b0de757874c0ecaf38e3dfd3beefc398150e3d5
9753 Merge: 773c4ff d0eac98
9754 Author: Bdale Garbee <bdale@gag.com>
9755 Date:   Sun Sep 6 14:15:53 2009 -0600
9756
9757     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9758
9759 commit d0eac989b1ffc8ae30ba12da403eb4bf1ad42d6b
9760 Author: Keith Packard <keithp@keithp.com>
9761 Date:   Sun Sep 6 13:15:10 2009 -0700
9762
9763     Don't look at NULL strings (summary_name)
9764     
9765     Signed-off-by: Keith Packard <keithp@keithp.com>
9766
9767 commit 73f4a57239f770aff603b961169c0e2cfe2c276b
9768 Author: Keith Packard <keithp@keithp.com>
9769 Date:   Sun Sep 6 13:08:54 2009 -0700
9770
9771     Use pressure speed for drogue and beyond states. Fix differentiation time.
9772     
9773     Drogue state should always use pressure speeds.
9774     
9775     Differentiation code was using centi-seconds instead of seconds.
9776     
9777     Signed-off-by: Keith Packard <keithp@keithp.com>
9778
9779 commit 773c4ffbc1d2e02eb02cfa543a077a408986da30
9780 Author: Bdale Garbee <bdale@gag.com>
9781 Date:   Sun Sep 6 14:05:55 2009 -0600
9782
9783     update changelogs for Debian build
9784
9785 commit 45ede4a4b203ef9da5bf05c49cb9c5a2e6382ec5
9786 Merge: 45e2938 e35e485
9787 Author: Bdale Garbee <bdale@gag.com>
9788 Date:   Sun Sep 6 14:05:51 2009 -0600
9789
9790     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9791
9792 commit e35e485ffe6b26034788ab295121bc2693b7eec1
9793 Author: Keith Packard <keithp@keithp.com>
9794 Date:   Sun Sep 6 13:04:31 2009 -0700
9795
9796     Initialize summary_name and detail_name so stuff appears on stdout.
9797     
9798     Uninitialized variables lead to mysterious results.
9799     
9800     Signed-off-by: Keith Packard <keithp@keithp.com>
9801
9802 commit 45e2938121411d1fc9b3aec3fdeaaeb3c90db5ed
9803 Author: Bdale Garbee <bdale@gag.com>
9804 Date:   Sun Sep 6 14:02:14 2009 -0600
9805
9806     update changelogs for Debian build
9807
9808 commit d42ebf0661ecf15455e5051de1e16ae66f8dd857
9809 Merge: 384dbe9 7a19aac
9810 Author: Bdale Garbee <bdale@gag.com>
9811 Date:   Sun Sep 6 14:02:09 2009 -0600
9812
9813     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9814
9815 commit 7a19aac5e881e635962a64fff73027ca2143b96f
9816 Author: Keith Packard <keithp@keithp.com>
9817 Date:   Sun Sep 6 12:51:48 2009 -0700
9818
9819     Add DSP code to filter data, allowing for integration/differentiation
9820     
9821     This adds the computation of speed from both accelerometer and
9822     barometer measurements and then presents a periodic flight profile
9823     using filtered data as a detailed flight record.
9824     
9825     Signed-off-by: Keith Packard <keithp@keithp.com>
9826
9827 commit 384dbe9fc7fa8e4e5dceec5e150f0f1d3383bbdc
9828 Author: Bdale Garbee <bdale@gag.com>
9829 Date:   Sun Sep 6 10:40:06 2009 -0600
9830
9831     update changelogs for Debian build
9832
9833 commit 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0
9834 Merge: 4f8eff7 6d018ab
9835 Author: Bdale Garbee <bdale@gag.com>
9836 Date:   Sun Sep 6 10:39:23 2009 -0600
9837
9838     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
9839
9840 commit 6d018ab933832e2d80bb1564c339d9fb18b57be2
9841 Author: Keith Packard <keithp@keithp.com>
9842 Date:   Sat Sep 5 22:45:49 2009 -0700
9843
9844     Handle vageries of .telem files in ao-postflight
9845     
9846     Telem files have multiple entries of the same state, and sometimes
9847     long gaps between recordings. Deal with this as best as possible.
9848     
9849     Signed-off-by: Keith Packard <keithp@keithp.com>
9850
9851 commit c46e832b28820d7c5be4efaacbbd7c0607927fe5
9852 Author: Keith Packard <keithp@keithp.com>
9853 Date:   Sat Sep 5 22:03:31 2009 -0700
9854
9855     Add simple post-flight analysis tool (ao-postflight)
9856     
9857     This tool reads either an eeprom or telem log file and displays some
9858     rudimentary data (max accel/alt for each flight stage).
9859     
9860     Signed-off-by: Keith Packard <keithp@keithp.com>
9861
9862 commit 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f
9863 Author: Keith Packard <keithp@keithp.com>
9864 Date:   Sat Sep 5 00:29:26 2009 -0700
9865
9866     Add ao-dumplog to capture flight log from command line
9867     
9868     This duplicates the functionality of the flight log stuf in ao-view,
9869     except from the command line where it belongs.
9870     
9871     Signed-off-by: Keith Packard <keithp@keithp.com>
9872
9873 commit 73adae3661160d410dcc802873b530d255c210e5
9874 Author: Keith Packard <keithp@keithp.com>
9875 Date:   Fri Sep 4 15:30:22 2009 -0700
9876
9877     Add --device/-D support to the command line tools and manuals
9878     
9879     Use the new cc_usbdevs_find_by_arg function to locate suitable target
9880     devices connected via USB.
9881     
9882     Signed-off-by: Keith Packard <keithp@keithp.com>
9883
9884 commit 4f8eff7401ee2d8092ab36fa33411f9b23dda880
9885 Author: Bdale Garbee <bdale@gag.com>
9886 Date:   Fri Sep 4 16:03:55 2009 -0600
9887
9888     update changelogs for Debian build
9889
9890 commit 332b056459b1352e233a8bf5f08498df12d32160
9891 Author: Keith Packard <keithp@keithp.com>
9892 Date:   Fri Sep 4 15:01:32 2009 -0700
9893
9894     'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.
9895     
9896     The kernel appears to leave serial data undelivered at times. Reading
9897     two blocks at once appears to make it relinquish the queued data.
9898     
9899     Signed-off-by: Keith Packard <keithp@keithp.com>
9900
9901 commit df88ae4c5f229efcc0ea5cb0a81fc2bb8f96fea2
9902 Author: Keith Packard <keithp@keithp.com>
9903 Date:   Fri Sep 4 14:23:02 2009 -0700
9904
9905     Add 'ao-list' utility to show attached AltOS devices
9906     
9907     Signed-off-by: Keith Packard <keithp@keithp.com>
9908
9909 commit 0935d6a7e907e20381a42882ae728051f9bece02
9910 Author: Keith Packard <keithp@keithp.com>
9911 Date:   Fri Sep 4 14:21:19 2009 -0700
9912
9913     Parse the USB serial number as an integer.
9914     
9915     AltOS devices use simple integer serial numbers, so parse the USB
9916     value as such to make matching values more forgiving.
9917     
9918     Signed-off-by: Keith Packard <keithp@keithp.com>
9919
9920 commit 0c771d999914f9d17c723900f2987acc45fd0fbb
9921 Author: Keith Packard <keithp@keithp.com>
9922 Date:   Fri Sep 4 13:00:02 2009 -0700
9923
9924     Move usb scanning code to ao-tools library
9925     
9926     This will allow the scanning code to be used by the command line tools
9927     as well as the ao-view GUI.
9928     
9929     Now that ao-view depends on the ao-tools library, it has been moved to
9930     the ao-tools directory as well.
9931     
9932     Signed-off-by: Keith Packard <keithp@keithp.com>
9933
9934 commit 15341b6e6dcf52df083d6aa37ef881ea6ad48ee5
9935 Author: Keith Packard <keithp@keithp.com>
9936 Date:   Fri Sep 4 12:25:37 2009 -0700
9937
9938     Set all of the values to reset the radio for telemetry
9939     
9940     Was sizeof(rdf_setup) instead of sizeof(telemetry_setup) when
9941     resetting the radio back to telemetry data mode from rdf mode. With
9942     the length value removed from the rdf config, these two arrays are no
9943     longer the same length, and so the last config value was not set
9944     leaving the radio sending garbage.
9945     
9946     Signed-off-by: Keith Packard <keithp@keithp.com>
9947
9948 commit fee46389b70a624ab5b1128a8b4c3083c7747bcb
9949 Author: Keith Packard <keithp@keithp.com>
9950 Date:   Fri Sep 4 11:46:55 2009 -0700
9951
9952     Make RDF beacon only run on pad and after landing.
9953     
9954     It's pretty much impossible to RDF the rocket during flight, and it
9955     interferes with the telemetry data stream. Leave it enabled on the pad
9956     so that radios can be tested, and then re-enable it once the rocket
9957     has landed.
9958     
9959     This patch also turns the rdf 'on' time into a parameter so it can be
9960     changed, and then sets that parameter to 500ms, once every 5 seconds.
9961     
9962     Signed-off-by: Keith Packard <keithp@keithp.com>
9963
9964 commit 54545640b0db7747137655f84bc67fd290ecb904
9965 Author: Keith Packard <keithp@keithp.com>
9966 Date:   Fri Sep 4 11:45:52 2009 -0700
9967
9968     Add back the RDF tone generator
9969     
9970     Tracking the rocket on the ground may be easier using tones than using
9971     the digital data stream, so we'll try that and see what we think.
9972     
9973     This reverts commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9.
9974     
9975     Signed-off-by: Keith Packard <keithp@keithp.com>
9976
9977 commit 9fafee109e96435c96639b21211cac0500673a63
9978 Author: Bdale Garbee <bdale@gag.com>
9979 Date:   Wed Sep 2 23:18:15 2009 -0600
9980
9981     update changelogs for Debian build
9982
9983 commit cb4a73f3b65ba72f645fd37ab8712829c9537bf8
9984 Merge: 9ddd869 e2e449d
9985 Author: Bdale Garbee <bdale@gag.com>
9986 Date:   Wed Sep 2 23:17:37 2009 -0600
9987
9988     Merge commit 'origin/master'
9989
9990 commit e2e449d5c23356e913f312de1fb2611a9dd5a352
9991 Author: Keith Packard <keithp@keithp.com>
9992 Date:   Wed Sep 2 22:01:52 2009 -0700
9993
9994     Remove bit-banging debug support from TM board builds
9995     
9996     Our current TM boards don't have the wires to do bit-banging to
9997     another cc1111 board, so it doesn't make sense to fill up their flash
9998     with useless code (and the 'help' text with useless commands). Leave
9999     this to the TI board until we have boards that can serve as debug dongles.
10000     
10001     Signed-off-by: Keith Packard <keithp@keithp.com>
10002
10003 commit acea083d80e1ecc4287083519ea666964016b257
10004 Author: Keith Packard <keithp@keithp.com>
10005 Date:   Wed Sep 2 22:00:37 2009 -0700
10006
10007     Make the ao_log_record structures 8 bytes again.
10008     
10009     When the GPS signal strength data was added, the structure was
10010     accidentally extended to 9 bytes, making all log records 9 bytes
10011     long. While not a serious problem, this left log records spanning
10012     across eeprom block boundaries, which seems like a bad plan.
10013     
10014     Signed-off-by: Keith Packard <keithp@keithp.com>
10015
10016 commit 7d39f17684feb49ac8a0017902158f298696e37c
10017 Author: Keith Packard <keithp@keithp.com>
10018 Date:   Wed Sep 2 21:57:54 2009 -0700
10019
10020     Make eeprom reads and writes across block boundary work
10021     
10022     Reading and writing across the block boundary was not stepping the
10023     eeprom position after the partial i/o operation at the end of the
10024     first block. This meant that the operation would re-use the end of the
10025     previous block, either re-reading or re-writing it.
10026     
10027     Signed-off-by: Keith Packard <keithp@keithp.com>
10028
10029 commit 9ddd8696b4004ccc03238d95a8c2a1d07075e0fb
10030 Author: Bdale Garbee <bdale@gag.com>
10031 Date:   Mon Aug 31 16:48:03 2009 -0600
10032
10033     update changelogs for Debian build
10034
10035 commit 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115
10036 Author: Bdale Garbee <bdale@gag.com>
10037 Date:   Mon Aug 31 16:47:44 2009 -0600
10038
10039     pixmap file should not be executable
10040
10041 commit 1495e2f27acde3743c3764a0c31ee082224d6c64
10042 Author: Bdale Garbee <bdale@gag.com>
10043 Date:   Mon Aug 31 16:42:55 2009 -0600
10044
10045     update changelogs for Debian build
10046
10047 commit c8c5b7963babe8eb16e2651fba9cd2c8d1cba74e
10048 Author: Bdale Garbee <bdale@gag.com>
10049 Date:   Mon Aug 31 16:42:37 2009 -0600
10050
10051     deliver an icon for the Debian menu system
10052
10053 commit 591b99c232e780246fc07841c09c8c4e7835facb
10054 Author: Bdale Garbee <bdale@gag.com>
10055 Date:   Mon Aug 31 16:26:00 2009 -0600
10056
10057     update changelogs for Debian build
10058
10059 commit b34474c1f3083e73b7184d519f54d4c8031836fd
10060 Merge: 8df1697 0d65bff
10061 Author: Bdale Garbee <bdale@gag.com>
10062 Date:   Mon Aug 31 16:25:32 2009 -0600
10063
10064     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10065
10066 commit 6358041f846ba9a20fa650c367d907dc4336e54c
10067 Author: Keith Packard <keithp@keithp.com>
10068 Date:   Sat Aug 22 13:38:56 2009 -0700
10069
10070     Enable GPS degraded mode, set 10 sec degraded timeout.
10071     
10072     No reason not to let the GPS report solutions whenever it likes, let's
10073     see how this works.
10074     
10075     Signed-off-by: Keith Packard <keithp@keithp.com>
10076
10077 commit 0d65bff443c17d4d98c18b620ec075ab66b30efd
10078 Author: Keith Packard <keithp@keithp.com>
10079 Date:   Fri Aug 21 10:47:46 2009 -0700
10080
10081     Turn off GPS tracking data when not present in data stream
10082     
10083     Signed-off-by: Keith Packard <keithp@keithp.com>
10084
10085 commit 8df169791835510d96c11a3b0aa3cc5b79fa7fde
10086 Author: Bdale Garbee <bdale@gag.com>
10087 Date:   Wed Aug 19 02:21:23 2009 -0600
10088
10089     update changelogs for Debian build
10090
10091 commit 42ab6d52540d0326ef89e9d57954b08248558468
10092 Author: Bdale Garbee <bdale@gag.com>
10093 Date:   Wed Aug 19 02:21:06 2009 -0600
10094
10095     fix location for delivery of sources.list fragment
10096
10097 commit 977f5dc0bc7c666dcc1f21db77416efca0d696aa
10098 Author: Bdale Garbee <bdale@gag.com>
10099 Date:   Wed Aug 19 02:11:11 2009 -0600
10100
10101     update changelogs for Debian build
10102
10103 commit 8d4d6655f1b4c2fbc522fd255bfb75406e5ddaef
10104 Author: Bdale Garbee <bdale@gag.com>
10105 Date:   Wed Aug 19 02:11:00 2009 -0600
10106
10107     oops, aoview is now ao-view!
10108
10109 commit b9a97aea65f871fd287bc0bb566d8664766f4afd
10110 Author: Bdale Garbee <bdale@gag.com>
10111 Date:   Wed Aug 19 02:07:16 2009 -0600
10112
10113     update changelogs for Debian build
10114
10115 commit 21e3dd0affac89919e5d0e29c6e9eb1eacb51801
10116 Author: Bdale Garbee <bdale@gag.com>
10117 Date:   Wed Aug 19 02:06:49 2009 -0600
10118
10119     enable support for Debian menus
10120
10121 commit 0087c1776e0253fc2bd3b86f15bf9d1b32bdc45a
10122 Author: Bdale Garbee <bdale@gag.com>
10123 Date:   Wed Aug 19 00:52:57 2009 -0600
10124
10125     update changelogs for Debian build
10126
10127 commit 4486d9156e19e4280b42bcd422d81d04f2d04a92
10128 Merge: dd09f0b 33edd62
10129 Author: Bdale Garbee <bdale@gag.com>
10130 Date:   Wed Aug 19 00:49:24 2009 -0600
10131
10132     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10133
10134 commit 33edd62992a32b0ec8ca66d879fa300871db5937
10135 Author: Keith Packard <keithp@keithp.com>
10136 Date:   Tue Aug 18 23:38:16 2009 -0700
10137
10138     Update ao-view to add GPS satellite tracking data
10139     
10140     This adds another column to the display to hold per-satellite GPS
10141     tracking data and a count of the visible and locked sats.
10142     
10143     Signed-off-by: Keith Packard <keithp@keithp.com>
10144
10145 commit 29687cbd462a332d9a36ed87500c5b737dcae3f4
10146 Author: Keith Packard <keithp@keithp.com>
10147 Date:   Tue Aug 18 22:35:15 2009 -0700
10148
10149     Handle GPS satellite tracking data
10150     
10151     SiRF message #4 includes signal strength and GPS engine state for each
10152     of the satellites being tracked. This data is now parsed and sent to
10153     eeprom and the radio.
10154     
10155     Signed-off-by: Keith Packard <keithp@keithp.com>
10156
10157 commit dd09f0bc2b950c00f3b489878cd69ad8a003f46c
10158 Author: Bdale Garbee <bdale@gag.com>
10159 Date:   Tue Aug 18 21:57:01 2009 -0600
10160
10161     update changelogs for Debian build
10162
10163 commit cd5ce661e2a8f9694933358ccb5b916fbed089c2
10164 Author: Bdale Garbee <bdale@gag.com>
10165 Date:   Tue Aug 18 21:49:39 2009 -0600
10166
10167     add support for building Debian package
10168
10169 commit d996aa9b32fb0eb385bd3d158256c29788a42fe3
10170 Merge: b3b2d3c 7d4ceb7
10171 Author: Bdale Garbee <bdale@gag.com>
10172 Date:   Tue Aug 18 18:56:09 2009 -0600
10173
10174     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10175
10176 commit 7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36
10177 Author: Keith Packard <keithp@keithp.com>
10178 Date:   Tue Aug 18 17:55:22 2009 -0700
10179
10180     Add ao-ejection.1 man page
10181     
10182     Document the input requirements and output format
10183     
10184     Signed-off-by: Keith Packard <keithp@keithp.com>
10185
10186 commit b3b2d3c475a135084b5628c730fc6fca1ba0817b
10187 Merge: 4685fc5 da12b89
10188 Author: Bdale Garbee <bdale@gag.com>
10189 Date:   Tue Aug 18 18:36:03 2009 -0600
10190
10191     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10192
10193 commit da12b89fb056a68e65ba363fef91d266727cb685
10194 Author: Keith Packard <keithp@keithp.com>
10195 Date:   Tue Aug 18 17:30:43 2009 -0700
10196
10197     Create ChangeLog from git log
10198
10199 commit 7d69e2b3715faed10ce21ad562fc4d25dfc5f9c1
10200 Author: Keith Packard <keithp@keithp.com>
10201 Date:   Tue Aug 18 17:29:29 2009 -0700
10202
10203     Fix ao-bitbang examples to not have . in the first column
10204
10205 commit 4685fc541466afbeefc151bcb64cd054739c048b
10206 Merge: 1c2a0b6 c29275b
10207 Author: Bdale Garbee <bdale@gag.com>
10208 Date:   Tue Aug 18 18:09:38 2009 -0600
10209
10210     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
10211     
10212     Conflicts:
10213         ao-tools/ao-bitbang/Makefile.am
10214         ao-tools/ao-eeprom/Makefile.am
10215         ao-tools/ao-load/Makefile.am
10216         ao-tools/ao-load/ao-load.c
10217         ao-tools/ao-rawload/Makefile.am
10218
10219 commit c29275b72438637d46d7a50742882d2736eb176a
10220 Author: Keith Packard <keithp@keithp.com>
10221 Date:   Tue Aug 18 15:21:57 2009 -0700
10222
10223     Add manual pages for remaining commands.
10224     
10225     Manuals written for ao-bitbang, ao-eeprom, ao-load, ao-rawload and
10226     ao-view.
10227     
10228     Manual for ao-dbg updated to reflect program name change.
10229     
10230     Signed-off-by: Keith Packard <keithp@keithp.com>
10231
10232 commit 9b03d620722dc54630539afba40720c30de69b2d
10233 Author: Keith Packard <keithp@keithp.com>
10234 Date:   Tue Aug 18 12:19:31 2009 -0700
10235
10236     Use --tty/-T on command line to specify target device
10237     
10238     Also, use the ALTOS_TTY environment variable in all tools. Note that
10239     the magic value of "BITBANG" switches the library to connecting
10240     through a CP2103 instead.
10241     
10242     Signed-off-by: Keith Packard <keithp@keithp.com>
10243
10244 commit 7c790fe859dff062692964338091ffbbcdf63257
10245 Author: Keith Packard <keithp@keithp.com>
10246 Date:   Tue Aug 18 12:40:24 2009 -0700
10247
10248     Rename tools to ao-<foo>
10249     
10250     Use a consistent prefix to make it easier to remember which programs
10251     belong to this package
10252     
10253     Signed-off-by: Keith Packard <keithp@keithp.com>
10254
10255 commit 1c2a0b6653623b689d68d7349a6b2dce3e20a4a6
10256 Author: Keith Packard <keithp@keithp.com>
10257 Date:   Tue Aug 18 13:36:54 2009 -0700
10258
10259     re-add debugger sources
10260
10261 commit 9a9cce5510b87252f863239ac807b9fb4395b288
10262 Author: Keith Packard <keithp@keithp.com>
10263 Date:   Tue Aug 18 12:19:31 2009 -0700
10264
10265     Start working on using getopt for the tty name
10266
10267 commit 9789ca5e8caa9a013e804f307b9da380e147bd75
10268 Author: Keith Packard <keithp@keithp.com>
10269 Date:   Tue Aug 18 12:40:24 2009 -0700
10270
10271     Rename tools to ao-<foo>
10272     
10273     Use a consistent prefix to make it easier to remember which programs
10274     belong to this package
10275     
10276     Signed-off-by: Keith Packard <keithp@keithp.com>
10277
10278 commit a5782398d968e7cb11f7203afada7c216f233b3b
10279 Author: Keith Packard <keithp@keithp.com>
10280 Date:   Tue Aug 18 11:34:28 2009 -0700
10281
10282     Remove unused cctools code paths for old libusb and cp2103 ioctls.
10283     
10284     Communication with the CP2103 board has gone through three revisions,
10285     first using ioctls supported by the CP2103 kernel driver, then using
10286     the old synchronous usb library and now using the newer libusb
10287     asynchronous interface. There's no reason to keep shipping the old
10288     stale code now that the new stuff works reliably.
10289     
10290     Signed-off-by: Keith Packard <keithp@keithp.com>
10291
10292 commit 7cba411de0780c65e3490ab67186a514f0ea42ec
10293 Author: Keith Packard <keithp@keithp.com>
10294 Date:   Mon Aug 17 20:47:31 2009 -0700
10295
10296     test for sdcc, nickle and readline
10297     
10298     Signed-off-by: Keith Packard <keithp@keithp.com>
10299
10300 commit f48dcffae761700355a17b59345d55a60703f0c4
10301 Author: Keith Packard <keithp@keithp.com>
10302 Date:   Sun Aug 9 20:43:10 2009 -0700
10303
10304     Sync USB data after each memory write command
10305     
10306     This makes sure we flush the USB link often enough for the other end to keep
10307     up.
10308     
10309     Signed-off-by: Keith Packard <keithp@keithp.com>
10310
10311 commit cd5456f18e4b39ad76d5549df91a0e0cfb18a2e9
10312 Author: Keith Packard <keithp@keithp.com>
10313 Date:   Sun Aug 9 16:08:07 2009 -0700
10314
10315     Handle partial ALSA PCM writes
10316     
10317     The ALSA spec says that snd_pcm_writei will not return a partial write, but
10318     at least on the OLPC, that's not true. Deal with this.
10319     
10320     Signed-off-by: Keith Packard <keithp@keithp.com>
10321
10322 commit 3056cb8eef5aee0dcd342488386355d8b8f574c8
10323 Author: Keith Packard <keithp@keithp.com>
10324 Date:   Sun Aug 9 15:55:19 2009 -0700
10325
10326     Check more alsa return statuses
10327
10328 commit 8ddf3345afd8cbf638e81993633f7861d8dbca63
10329 Author: Keith Packard <keithp@keithp.com>
10330 Date:   Sat Jul 18 01:47:34 2009 -0700
10331
10332     Don't report distance to rocket without valid GPS
10333     
10334     When there's no valid GPS data, don't try to report the distance and bearing
10335     to the rocket after landing.
10336     
10337     Signed-off-by: Keith Packard <keithp@keithp.com>
10338
10339 commit fbcb7b20fa701a6e534d38e307839466545668e3
10340 Author: Keith Packard <keithp@keithp.com>
10341 Date:   Sat Jul 18 01:05:33 2009 -0700
10342
10343     Add B command to set serial baud rate
10344     
10345     Signed-off-by: Keith Packard <keithp@keithp.com>
10346
10347 commit 91b023e7e4eeed838e0320d2ddac0f6aac39e565
10348 Author: Keith Packard <keithp@keithp.com>
10349 Date:   Sat Jul 18 01:05:13 2009 -0700
10350
10351     Get rid of spaces after minus sign in climb value
10352
10353 commit 28be20cf914fb34dc3c776519708d0f02091764e
10354 Author: Keith Packard <keithp@keithp.com>
10355 Date:   Sat Jul 18 01:04:39 2009 -0700
10356
10357     Switch to 57600 baud for GPS data
10358
10359 commit d3f76ce58b9c0ed2e5a9fe3bbc7fb9cb38247714
10360 Author: Keith Packard <keithp@keithp.com>
10361 Date:   Sat Jul 18 01:04:17 2009 -0700
10362
10363     Drain serial port before changing speed
10364     
10365     Signed-off-by: Keith Packard <keithp@keithp.com>
10366
10367 commit d7c2d358ed8a1afc9f0ba2bd830b10f6b56dc7b1
10368 Author: Keith Packard <keithp@keithp.com>
10369 Date:   Sat Jul 18 00:44:42 2009 -0700
10370
10371     Display last known GPS coord while unlocked
10372     
10373     Signed-off-by: Keith Packard <keithp@keithp.com>
10374
10375 commit 5195fcfe239e430e1f9f11774c9a245c7b29dae9
10376 Author: Keith Packard <keithp@keithp.com>
10377 Date:   Sat Jul 18 00:44:01 2009 -0700
10378
10379     use g_source_destroy instead of free on serial object
10380
10381 commit 1e5e98bd8f5ea0bc15592de454e3629383462371
10382 Author: Keith Packard <keithp@keithp.com>
10383 Date:   Sat Jul 18 00:43:22 2009 -0700
10384
10385     Trim aoview_serial_set_callback args down to just port and callback
10386
10387 commit 08f37056deec25d77062bc411a04033401b033a5
10388 Author: Keith Packard <keithp@keithp.com>
10389 Date:   Fri Jul 17 22:11:03 2009 -0700
10390
10391     Reset GPS at boot time
10392
10393 commit 1150aa850f5a025b849556e32c4dddb27937d9af
10394 Author: Keith Packard <keithp@keithp.com>
10395 Date:   Fri Jul 17 22:10:43 2009 -0700
10396
10397     Fix up serial debug output
10398
10399 commit 2a7956a64935246475f92d44c08369e0230b676a
10400 Author: Keith Packard <keithp@keithp.com>
10401 Date:   Fri Jul 17 21:34:13 2009 -0700
10402
10403     Allow the GPS port to run at 4800 baud if desired
10404
10405 commit 8d650769c319261c97f5e68eff9138207b95c0f8
10406 Author: Keith Packard <keithp@keithp.com>
10407 Date:   Fri Jul 17 21:33:53 2009 -0700
10408
10409     Initialize the GPS serial protocol state
10410     
10411     Signed-off-by: Keith Packard <keithp@keithp.com>
10412
10413 commit ab40d224b39ba6d29c4056e2d2c365e1eb3d3793
10414 Author: Keith Packard <keithp@keithp.com>
10415 Date:   Fri Jul 17 21:33:18 2009 -0700
10416
10417     Use uint8_t for comparisons to avoid int conversions
10418     
10419     Signed-off-by: Keith Packard <keithp@keithp.com>
10420
10421 commit d6749bf24792bb41ca700cf4b8e5e1ac1a63cbf0
10422 Author: Keith Packard <keithp@keithp.com>
10423 Date:   Fri Jul 17 21:30:53 2009 -0700
10424
10425     Add AO_GPS_RUNNING state.
10426     
10427     This tracks whether the GPS receiver has ever sent a valid report to the
10428     flight computer, allowing the user to tell whether the GPS receiver is
10429     working at all.
10430     
10431     Signed-off-by: Keith Packard <keithp@keithp.com>
10432
10433 commit a1da7e871aee75308bc05ce1b7a0dc402e4c9509
10434 Author: Keith Packard <keithp@keithp.com>
10435 Date:   Fri Jul 17 21:25:35 2009 -0700
10436
10437     Add M command to monitor serial bytes
10438
10439 commit ddfa2308c0be4c002f982ae9da6032ee7854117d
10440 Author: Keith Packard <keithp@keithp.com>
10441 Date:   Fri Jul 17 21:24:45 2009 -0700
10442
10443     Support the not-connected GPS state
10444
10445 commit 34f148500df427c148188c0ada20bf914a7c74ba
10446 Author: Keith Packard <keithp@keithp.com>
10447 Date:   Fri Jul 17 19:23:10 2009 -0700
10448
10449     Use 57600 baud for GPS. Clean up gps init.
10450     
10451     Assume GPS is either in 4800 NMEA or 57600 SiRF mode, send just the sequence
10452     to get from 4800 NMEA to 5760 SiRF.
10453     
10454     Also, eliminate threads from the gps test program.
10455     
10456     Signed-off-by: Keith Packard <keithp@keithp.com>
10457
10458 commit 2deca0c52cd6cfb4baceb59c8a5458344bada338
10459 Author: Keith Packard <keithp@keithp.com>
10460 Date:   Fri Jul 17 17:09:20 2009 -0700
10461
10462     Try harder to get the GPS receiver serial link sync'd up.
10463     
10464     We cannot assume that the GPS receiver is in any particular state when it
10465     boots, so we try to send the serial configuration at several rates and hope
10466     that it eventually sees something that it likes.
10467     
10468     Signed-off-by: Keith Packard <keithp@keithp.com>
10469
10470 commit 31d5670a9144b943ce9c8cb00deb5fb659af0b1c
10471 Author: Keith Packard <keithp@keithp.com>
10472 Date:   Fri Jul 17 17:06:18 2009 -0700
10473
10474     Rolling average for pad location. Say 'GPS ready'.
10475     
10476     Use a rolling average for the pad location, instead of just averaging all
10477     positions. This filters out old (presumably less accurate) values eventually.
10478     
10479     When enough GPS samples have been acquired, say 'GPS ready'.
10480     
10481     Signed-off-by: Keith Packard <keithp@keithp.com>
10482
10483 commit bfe1e76c82738baaf65abbc58c3244a07ea8fefe
10484 Author: Keith Packard <keithp@keithp.com>
10485 Date:   Fri Jul 17 16:22:51 2009 -0700
10486
10487     Split GPS data into a separate column
10488     
10489     Signed-off-by: Keith Packard <keithp@keithp.com>
10490
10491 commit 5f0179652e8bb85add9067e5253e981c60f2c51e
10492 Author: Keith Packard <keithp@keithp.com>
10493 Date:   Fri Jul 17 16:03:35 2009 -0700
10494
10495     Fix up SiRF parsing and test code so that it actually works
10496     
10497     Signed-off-by: Keith Packard <keithp@keithp.com>
10498
10499 commit 0b35447d05a0c7eaf4fefcbcf0065fe3320bba82
10500 Author: Keith Packard <keithp@keithp.com>
10501 Date:   Fri Jul 17 13:58:14 2009 -0700
10502
10503     Add host-side gps protocol testing program
10504
10505 commit fef7334bddb9fccfbd6deab7d5d466ab3e76323a
10506 Author: Keith Packard <keithp@keithp.com>
10507 Date:   Sat Jul 11 00:56:13 2009 -0700
10508
10509     Hook aoview directly to alsa
10510     
10511     This skips the flite internal audio stuff which opened and closed the audio
10512     device for each phrase. This caused the first part of some phrases to be
10513     missed when using an external audio device.
10514     
10515     Signed-off-by: Keith Packard <keithp@keithp.com>
10516
10517 commit 80cadf44f5f1accd6ddfca25c2af8d4d424f26d9
10518 Author: Keith Packard <keithp@keithp.com>
10519 Date:   Thu Jul 9 20:55:10 2009 -0700
10520
10521     Show speed. Format numbers. Timeout and report final status.
10522     
10523     The speed value is now shown in the top label bar. Ascent shows
10524     accelerometer-derived data, otherwise it's baro derived.
10525     
10526     All of the numbers displayed are now given sensible printf formats so they
10527     don't contain way too many digits.
10528     
10529     Instead of doing periodic reporting based on flight tick count, data is
10530     reported every 10 seconds based on wall time. After landing, or when no data
10531     have been received for a while, final flight information is spoken.
10532     
10533     Signed-off-by: Keith Packard <keithp@keithp.com>
10534
10535 commit 19630ef084866f4230e68ccf11284b30c68128b1
10536 Author: Keith Packard <keithp@keithp.com>
10537 Date:   Sun Jul 5 08:35:28 2009 -0700
10538
10539     Dont smash aoview_monitor_parse input buffer
10540
10541 commit e506ed4b6efb86eab50204658fcd433b987e3831
10542 Author: Keith Packard <keithp@keithp.com>
10543 Date:   Tue Jun 30 15:25:52 2009 -0700
10544
10545     Integrate flite into aoview directly. Fix great circle computation.
10546     
10547     Use a separate thread for flite rather than a separate program.
10548     Save voice state to gconf.
10549     Add filters for replay file selection
10550     
10551     Signed-off-by: Keith Packard <keithp@keithp.com>
10552
10553 commit 5b988e0146075d57434f8484e1ec9fcf3e183df2
10554 Author: Keith Packard <keithp@keithp.com>
10555 Date:   Tue Jun 30 15:24:53 2009 -0700
10556
10557     Make window taller
10558
10559 commit 696233b088645bba1aaa6aa6c5358c3ecfa5cd3f
10560 Author: Keith Packard <keithp@keithp.com>
10561 Date:   Tue Jun 30 15:24:31 2009 -0700
10562
10563     Use 16kHz voice
10564
10565 commit 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f
10566 Author: Keith Packard <keithp@keithp.com>
10567 Date:   Tue Jun 30 11:58:30 2009 -0700
10568
10569     Add telem replay and larger labels
10570     
10571     Replays telemetry files in real time
10572     Shows height/state/rssi in big values at the top.
10573     
10574     Signed-off-by: Keith Packard <keithp@keithp.com>
10575
10576 commit 566dde161385263700eaae51095eecfa9b5972ee
10577 Author: Keith Packard <keithp@keithp.com>
10578 Date:   Mon Jun 29 23:06:47 2009 -0700
10579
10580     Update aoview/.gitignore
10581     
10582     Signed-off-by: Keith Packard <keithp@keithp.com>
10583
10584 commit 4ca2d910f3be689fd3c78a4f1be0555d6b1a30c1
10585 Author: Keith Packard <keithp@keithp.com>
10586 Date:   Mon Jun 29 23:05:27 2009 -0700
10587
10588     Use flite to announce flight state
10589     
10590     This uses the flite voice synthesis library from festival to announce
10591     altitude and speed information during the rocket flight.
10592     
10593     Signed-off-by: Keith Packard <keithp@keithp.com>
10594
10595 commit 527d7c803ed9597b210634018cb2eb9d048d9846
10596 Author: Keith Packard <keithp@keithp.com>
10597 Date:   Mon Jun 29 23:03:58 2009 -0700
10598
10599     Add GPS speed and error data to telemetry and aoview
10600     
10601     Having switched to the SiRF binary GPS format, the velocity and error data
10602     can now be displayed.
10603     
10604     Signed-off-by: Keith Packard <keithp@keithp.com>
10605
10606 commit ee4919dd771b00e2a2dd1083c9528efa7baab50f
10607 Author: Keith Packard <keithp@keithp.com>
10608 Date:   Mon Jun 29 13:54:00 2009 -0700
10609
10610     Convert GPS to SiRF binary protocol.
10611     
10612     This switches the GPS unit from NMEA to SiRF protocol at startup and then
10613     parses the binary data. The binary data uses a different encoding of lat/lon
10614     than the NMEA strings, and so the telemetry and eeprom data formats change
10615     with this switch.
10616     
10617     Signed-off-by: Keith Packard <keithp@keithp.com>
10618
10619 commit 49bf37767d2453869f2ca2c0832d1124322c66e0
10620 Author: Keith Packard <keithp@keithp.com>
10621 Date:   Wed Jun 17 23:22:25 2009 -0700
10622
10623     Add ejection computation utility
10624     
10625     Signed-off-by: Keith Packard <keithp@keithp.com>
10626
10627 commit e59520e343c2573b1b92c0b3c4aaa93e51bc55d3
10628 Author: Keith Packard <keithp@keithp.com>
10629 Date:   Wed Jun 17 13:55:23 2009 -0700
10630
10631     Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4
10632     
10633     None of our boards have a 32kHz xtal oscillator, instead we use those pins
10634     (on Telemetrum) for the deployment firing circuits. The old clock
10635     initialization code was switching from the 32kHz RC oscillator to the 32kHz
10636     crystal and overriding our use of those pins.
10637     
10638     Signed-off-by: Keith Packard <keithp@keithp.com>
10639
10640 commit 1c3cc12c08ddefbd6456a55c54ef87dd94d4ae9a
10641 Author: Keith Packard <keithp@keithp.com>
10642 Date:   Sun Jun 14 17:25:34 2009 -0700
10643
10644     Some kernels reference USB ttys as tty/tty* instead of tty:tty*
10645     
10646     Signed-off-by: Keith Packard <keithp@keithp.com>
10647
10648 commit 0f2cbd41332b1b63865c5f1a4e749419b469853a
10649 Author: Keith Packard <keithp@keithp.com>
10650 Date:   Sun Jun 14 16:45:19 2009 -0700
10651
10652     Rename state apogee -> coast
10653
10654 commit 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb
10655 Author: Keith Packard <keithp@keithp.com>
10656 Date:   Sun Jun 14 16:39:28 2009 -0700
10657
10658     rename states. launchpad -> pad, coast -> fast
10659
10660 commit 8c40f19acd09fe93d492c9355da8a1198c34b1c3
10661 Author: Keith Packard <keithp@keithp.com>
10662 Date:   Sun Jun 14 16:36:29 2009 -0700
10663
10664     Disable monitor mode when communicating via usb
10665
10666 commit 7adea9c59c73acd52743446c74fb675e0a1d6d05
10667 Author: Keith Packard <keithp@keithp.com>
10668 Date:   Thu Jun 4 14:38:45 2009 -0700
10669
10670     Format GPS seconds as %02d.%04d to avoid spaces in the value
10671     
10672     The aoview GPS parsing code doesn't deal well with spaces in the middle of
10673     the value, so pad the seconds field with a zero as needed.
10674     
10675     Signed-off-by: Keith Packard <keithp@keithp.com>
10676
10677 commit a0e6bfee635b64092262936c858542318f6fc6dc
10678 Author: Bdale Garbee <bdale@gag.com>
10679 Date:   Thu Jun 4 13:11:48 2009 -0600
10680
10681     newer INSTALL file pulled in by autogen.sh
10682
10683 commit cf1e258d52b878df10b51a047709b10ecd51a68e
10684 Author: Bdale Garbee <bdale@gag.com>
10685 Date:   Thu Jun 4 13:09:29 2009 -0600
10686
10687     add a distclean target to src/Makefile
10688
10689 commit 176052b7c14fcad067835ecb550778faf67cf4da
10690 Author: Bdale Garbee <bdale@gag.com>
10691 Date:   Thu Jun 4 13:07:10 2009 -0600
10692
10693     add lib to the front of the subdir list
10694
10695 commit 208bc15714c7b4020c017eef19011c4eb9ab51e2
10696 Author: Keith Packard <keithp@keithp.com>
10697 Date:   Thu Jun 4 11:20:10 2009 -0700
10698
10699     Move build and debug tools to 'cctools' directory.
10700     
10701     These tools were merged in from the ccdbg package.
10702     
10703     Signed-off-by: Keith Packard <keithp@keithp.com>
10704
10705 commit 17d2432a8b9c15963cd3b821f025ad33972ef477
10706 Merge: 210dbaa 8a9a3f0
10707 Author: Keith Packard <keithp@keithp.com>
10708 Date:   Thu Jun 4 11:13:15 2009 -0700
10709
10710     Merge ccdbg and altos sources into one giant repository
10711     
10712     Keeping these separate isn't making things any easier.
10713     
10714     Signed-off-by: Keith Packard <keithp@keithp.com>
10715
10716 commit 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7
10717 Author: Keith Packard <keithp@keithp.com>
10718 Date:   Thu Jun 4 10:41:34 2009 -0700
10719
10720     Use autotools, move altos to src subdir
10721     
10722     Signed-off-by: Keith Packard <keithp@keithp.com>
10723
10724 commit 8cce307bb3156584ba17ae5a787f645dfee5fb94
10725 Author: Keith Packard <keithp@keithp.com>
10726 Date:   Thu Jun 4 10:25:30 2009 -0700
10727
10728     Make menu seperator insensitive
10729
10730 commit 778cae8fc5a4b30e5045e4703316fc61ae18562a
10731 Author: Keith Packard <keithp@keithp.com>
10732 Date:   Wed Jun 3 17:07:34 2009 -0700
10733
10734     aoview: Add eeprom data fetching
10735     
10736     Fetches the last flight data from a TM device connected via USB and writes
10737     it to the flight log directory.
10738     
10739     Signed-off-by: Keith Packard <keithp@keithp.com>
10740
10741 commit bf140966e9649e75b884c8aa5f25ffbf9eed10ea
10742 Author: Keith Packard <keithp@keithp.com>
10743 Date:   Wed Jun 3 10:57:46 2009 -0700
10744
10745     Stop log dumping at flight end. Print 'end' at end of log.
10746     
10747     No reason to continue dumping data past the end of the flight now that the
10748     logging stuff has been demonstrated to work reliably. Also, to make
10749     automated log dumping easier, this prints out 'end' after the log data so
10750     that aoview knows when to stop reading.
10751     
10752     Signed-off-by: Keith Packard <keithp@keithp.com>
10753
10754 commit 35ac66969abe24ca23776618306a59fc17770e06
10755 Author: Keith Packard <keithp@keithp.com>
10756 Date:   Sun May 31 09:22:01 2009 -0700
10757
10758     Start adding bi-directional packet link
10759
10760 commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9
10761 Author: Keith Packard <keithp@keithp.com>
10762 Date:   Thu May 28 23:17:33 2009 -0700
10763
10764     Eliminate RDF tone generation.
10765     
10766     Now that we have a viable telemetry-signal based RDF device via TeleDongle,
10767     there's no reason to continue to waste power and bandwidth with a NFM tone.
10768     
10769     Signed-off-by: Keith Packard <keithp@keithp.com>
10770
10771 commit 4d83eef0fe1d24a845ab29a535dfc56e13e7ee20
10772 Author: Keith Packard <keithp@keithp.com>
10773 Date:   Thu May 28 23:17:25 2009 -0700
10774
10775     Change .gitignore to match new aoload procedure
10776
10777 commit dcfcf3bec6788460b6fe8c239c80bad4526bd15b
10778 Author: Keith Packard <keithp@keithp.com>
10779 Date:   Wed May 27 22:01:37 2009 -0700
10780
10781     Leave serial number writing to aoload
10782     
10783     Instead of building per-serial hex files, leave that
10784     process to the new aoload program
10785     
10786     Signed-off-by: Keith Packard <keithp@keithp.com>
10787
10788 commit 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86
10789 Author: Keith Packard <keithp@keithp.com>
10790 Date:   Wed May 27 21:53:15 2009 -0700
10791
10792     Add aoload to load serial-numbered altos binaries.
10793     
10794     aoload is a custom version of ccload which edits the data before sending it
10795     to the target machine, writing the target serial number into the data.
10796     
10797     Signed-off-by: Keith Packard <keithp@keithp.com>
10798
10799 commit 5a7a63c34b778e40a61ddabd16ec1af9a2be50c3
10800 Author: Keith Packard <keithp@keithp.com>
10801 Date:   Sat May 23 21:20:12 2009 -0700
10802
10803     Fix aoview telemetry GPS parsing code to use correct columns
10804     
10805     This code was trying to pull the GPS data from the wrong columns, causing
10806     aoview to fail to display GPS information.
10807     
10808     Signed-off-by: Keith Packard <keithp@keithp.com>
10809
10810 commit 26988c3e7acb2fa832810475e43e08fd2867459c
10811 Author: Keith Packard <keithp@keithp.com>
10812 Date:   Sat May 23 21:18:57 2009 -0700
10813
10814     Parse both telemetry or log data ao_flight_test
10815     
10816     Change the way data is fed from files to the flight test rig to handle
10817     either kind of input file.
10818     
10819     Signed-off-by: Keith Packard <keithp@keithp.com>
10820
10821 commit d6f5a0689023546464a71561f53fa2c943077c88
10822 Author: Keith Packard <keithp@keithp.com>
10823 Date:   Sat May 23 21:16:22 2009 -0700
10824
10825     Avoid 16-bit overflow in velocity computation.
10826     
10827     Adding two 16 bit integers together can wrap around to negative numbers,
10828     this resulted in velocity values which never decreased, making the switch
10829     from coast to apogee state not occur.
10830     
10831     Signed-off-by: Keith Packard <keithp@keithp.com>
10832
10833 commit aa6d87aeb616dd62f0debaded297232022b4f8bd
10834 Author: Keith Packard <keithp@keithp.com>
10835 Date:   Wed May 20 09:44:55 2009 -0700
10836
10837     Make file handling more general so it can be reused.
10838     
10839     The log file handling stuff will be useful for saving eeprom data, so pull
10840     it out of the real-time log handling code and make a general interface.
10841     
10842     Signed-off-by: Keith Packard <keithp@keithp.com>
10843
10844 commit b730c8bcbce649cdddba935e1112aaae538bc526
10845 Author: Keith Packard <keithp@keithp.com>
10846 Date:   Sun May 17 23:54:44 2009 -0700
10847
10848     Ignore aoview_glade.h
10849
10850 commit 91b07410122d0eaaf292cdb31c200925d45eaf2c
10851 Author: Keith Packard <keithp@keithp.com>
10852 Date:   Sun May 17 23:36:21 2009 -0700
10853
10854     Transmit computed ground pressure and acceleration values
10855     
10856     These are the last two values relevant to figuring out the state of the
10857     flight computer, and as they are computed by averaging 10 seconds of 100Hz
10858     sample data, they're a lot more accurate than anything the receiver could do
10859     on its own.
10860     
10861     Signed-off-by: Keith Packard <keithp@keithp.com>
10862
10863 commit 71d1689759829f1bc8550f1a4d8c9f2dc90b2ab4
10864 Author: Keith Packard <keithp@keithp.com>
10865 Date:   Sun May 17 23:18:09 2009 -0700
10866
10867     Provide install target
10868
10869 commit f301b95e87c8ec1e3b58d595a05d486bede5e0c2
10870 Author: Keith Packard <keithp@keithp.com>
10871 Date:   Sun May 17 23:13:20 2009 -0700
10872
10873     Embed glade file in executable
10874     
10875     This eliminates install issues nicely.
10876     
10877     Signed-off-by: Keith Packard <keithp@keithp.com>
10878
10879 commit 26361686d6fc63dc22d22285f0543c5c2c756fb4
10880 Author: Keith Packard <keithp@keithp.com>
10881 Date:   Sun May 17 23:05:23 2009 -0700
10882
10883     Add About dialog to aoview.
10884     
10885     Signed-off-by: Keith Packard <keithp@keithp.com>
10886
10887 commit 0f3233c49f43cd4e372e613303919ce4d50255b2
10888 Author: Keith Packard <keithp@keithp.com>
10889 Date:   Sun May 17 22:44:19 2009 -0700
10890
10891     USB device names can contain '.' too
10892     
10893     Depending on the hierarchy of devices, names can contain '.', so allow those
10894     too.
10895     
10896     Signed-off-by: Keith Packard <keithp@keithp.com>
10897
10898 commit 33221277690e6ee30387c506c3f2b8237ed48efd
10899 Author: Keith Packard <keithp@keithp.com>
10900 Date:   Sun May 17 22:43:34 2009 -0700
10901
10902     scandir returns -1 on error
10903     
10904     In which case, the namelist is invalid, so don't look at it, and don't free
10905     it.
10906     
10907     Signed-off-by: Keith Packard <keithp@keithp.com>
10908
10909 commit 7cb9fb675f56bf30ab6bf0bcdc5cb679709ffe3e
10910 Author: Keith Packard <keithp@keithp.com>
10911 Date:   Sun May 17 22:29:54 2009 -0700
10912
10913     Send computed accel/vel/pres values over the radio
10914     
10915     These computed values reflect what the flight computer is actually refering
10916     to for state changes, and will be useful in debugging the flight software as
10917     well as provide a filtered view of the data.
10918     
10919     Signed-off-by: Keith Packard <keithp@keithp.com>
10920
10921 commit 2c780d67b8a22d75a2da4b2af21fd35f0c6f5236
10922 Author: Keith Packard <keithp@keithp.com>
10923 Date:   Sun May 17 22:29:06 2009 -0700
10924
10925     Handle disappearing serial devices
10926     
10927     Put up a dialog when the serial open fails, and shut down monitoring when
10928     the serial device disappears while running.
10929     
10930     Signed-off-by: Keith Packard <keithp@keithp.com>
10931
10932 commit 69616104813fc5ba89fb3128d04fb9328961c59c
10933 Author: Keith Packard <keithp@keithp.com>
10934 Date:   Sun May 17 22:24:53 2009 -0700
10935
10936     While on the pad, zero out velocity every second
10937     
10938     We integrate acceleration to get velocity, but that means sitting on the pad
10939     for a long time can add substantial error to the velocity value. Each
10940     second, take the velocity value from a full second ago and subtract that out
10941     of the current velocity. Once we detect boost, this will stop, which means
10942     that as long as we detect boost within a second, we won't have subtracted
10943     out any "real" velocity.
10944     
10945     This keeps the pad velocity hovering around zero, which is pretty useful.
10946     
10947     Signed-off-by: Keith Packard <keithp@keithp.com>
10948
10949 commit 1234694eb903b204488ddc7cb30bcfe34bf1e677
10950 Author: Keith Packard <keithp@keithp.com>
10951 Date:   Sun May 17 01:29:06 2009 -0700
10952
10953     Clear table, reset log on disconnect
10954
10955 commit 4316b6af86b37522038e642235c163fcaad52e96
10956 Author: Keith Packard <keithp@keithp.com>
10957 Date:   Sun May 17 01:28:16 2009 -0700
10958
10959     Add pad lat/lon, max accel, max height
10960     
10961     Signed-off-by: Keith Packard <keithp@keithp.com>
10962
10963 commit 4348281bd788a13ea700413537f12da3c00356e4
10964 Author: Keith Packard <keithp@keithp.com>
10965 Date:   Sun May 17 00:46:09 2009 -0700
10966
10967     Clean up GPS display
10968     
10969     Signed-off-by: Keith Packard <keithp@keithp.com>
10970
10971 commit ff68e38770351ddac3285ce275cd85adab01fd3d
10972 Author: Keith Packard <keithp@keithp.com>
10973 Date:   Sun May 17 00:45:38 2009 -0700
10974
10975     Make aoview window taller
10976     
10977     Signed-off-by: Keith Packard <keithp@keithp.com>
10978
10979 commit be3f4fed7b863c8cdaabe32b61b65a8b3cd11355
10980 Author: Keith Packard <keithp@keithp.com>
10981 Date:   Sun May 17 00:13:45 2009 -0700
10982
10983     Add lots more aoview UI bits
10984     
10985     Logs data to files, displays current state in window.
10986     
10987     Signed-off-by: Keith Packard <keithp@keithp.com>
10988
10989 commit 93d7ce8e054515ed7b166eb042ae7f47e564d21d
10990 Author: Keith Packard <keithp@keithp.com>
10991 Date:   Sat May 16 20:45:26 2009 -0700
10992
10993     When logging starts up, right the whole ring to the log.
10994     
10995     This preserves the data pre boost-detect for later analysis.
10996     
10997     Signed-off-by: Keith Packard <keithp@keithp.com>
10998
10999 commit fec4212a59a7b3321536b25707dcabc43c797c33
11000 Author: Keith Packard <keithp@keithp.com>
11001 Date:   Sat May 16 20:04:31 2009 -0700
11002
11003     Abandon use of accelerometer for apogee detect.
11004     
11005     Integrating the accelerometer data to compute velocity worked for one rocket
11006     flight, but additional testing shows that it doesn't work in other
11007     airframes. Until we figure out how this should work, we'll rely on the
11008     altimeter to detect apogee.
11009     
11010     Signed-off-by: Keith Packard <keithp@keithp.com>
11011
11012 commit 09771c644de54ae354e8f98af7ba74289b3c0fcc
11013 Author: Keith Packard <keithp@keithp.com>
11014 Date:   Sat May 16 02:25:04 2009 -0700
11015
11016     Add preliminary aoview code
11017     
11018     AoView connects with TeleDongle to present telemetry information in a
11019     reasonable form. Right now, it just displays information to stdout, but it
11020     does have fancy dialogs for finding the USB devices.
11021     
11022     Signed-off-by: Keith Packard <keithp@keithp.com>
11023
11024 commit 37250b00f6286aee4b3b28604f5d463db3079a89
11025 Author: Keith Packard <keithp@keithp.com>
11026 Date:   Wed May 13 20:41:54 2009 -0700
11027
11028     Discard usb output before connection. Handle USB reset.
11029     
11030     Discarding output before USB is plugged in allows threads that send output
11031     and do other things to work without a USB connection. Unfortuantely, there
11032     doesn't appear to be any way to detect when the USB link is disconnected,
11033     which means that once USB is enabled, future writes will continue to block.
11034     
11035     USB reset causes the USB interrupts to all be reconfigured back to power-on
11036     state.
11037     
11038     Signed-off-by: Keith Packard <keithp@keithp.com>
11039
11040 commit 9b974217958b1017e62d6c4f4568f547ccc30c58
11041 Author: Keith Packard <keithp@keithp.com>
11042 Date:   Wed May 13 20:40:42 2009 -0700
11043
11044     Enable radio monitor by default in teleterra, teledongle and tidongle
11045     
11046     These ground loads want to monitor the radio constantly, and not require use
11047     of the 'm' command before listening.
11048     
11049     Signed-off-by: Keith Packard <keithp@keithp.com>
11050
11051 commit 25fc03a333b2cfad0a93ebc385fbcf74b63c229e
11052 Author: Keith Packard <keithp@keithp.com>
11053 Date:   Wed May 13 20:39:28 2009 -0700
11054
11055     Remove monitor/rssi functions from telemetrum load
11056     
11057     Telemetrum is now a flight-only load, use teleterra or teledongle for ground
11058     boards.
11059     
11060     Signed-off-by: Keith Packard <keithp@keithp.com>
11061
11062 commit 05493b98eb1ae4d30cb0b600849d70b03fa33594
11063 Author: Keith Packard <keithp@keithp.com>
11064 Date:   Wed May 13 20:38:11 2009 -0700
11065
11066     Split out ao_state_names to separate file
11067     
11068     Allows state names to be used in programs without monitoring enabled.
11069     
11070     Signed-off-by: Keith Packard <keithp@keithp.com>
11071
11072 commit d085d43701e3cdd2119e947a9ae45baa78c80318
11073 Author: Keith Packard <keithp@keithp.com>
11074 Date:   Wed May 13 14:29:30 2009 -0700
11075
11076     Indicate RSSI with a blinking LED
11077     
11078     Blink the red LED at a rate proportional to the RSSI value.
11079     
11080     Signed-off-by: Keith Packard <keithp@keithp.com>
11081
11082 commit 055331d5f7d5adc40c348c3efd331a562dcda82a
11083 Author: Keith Packard <keithp@keithp.com>
11084 Date:   Wed May 13 11:19:13 2009 -0700
11085
11086     Make ao_flight_test show AGL altitude and positive acceleration under boost
11087     
11088     This makes the output more readable
11089     
11090     Signed-off-by: Keith Packard <keithp@keithp.com>
11091
11092 commit d91208fbf5fc7797b93087ef8619454c4bed0130
11093 Author: Keith Packard <keithp@keithp.com>
11094 Date:   Wed May 13 11:18:24 2009 -0700
11095
11096     Make ao_flight_test able to read raw logging data
11097     
11098     Protect ao_flight_test reading functions so that a simple
11099     'script' output can be fed to the program and have it work correctly.
11100     
11101     Signed-off-by: Keith Packard <keithp@keithp.com>
11102
11103 commit d3dbd8949e1102220ad5fd0863f493c819b96e46
11104 Author: Keith Packard <keithp@keithp.com>
11105 Date:   Wed May 13 11:16:53 2009 -0700
11106
11107     Print only RSSI when packet CRC is invalid
11108     
11109     Packets with invalid CRC usually contain bogus data, so don't print that,
11110     just print out the RSSI which may contain useful data.
11111     
11112     Signed-off-by: Keith Packard <keithp@keithp.com>
11113
11114 commit 8168820b667cc1deffab64dd81cb4e6e2e6eabe4
11115 Author: Keith Packard <keithp@keithp.com>
11116 Date:   Wed May 13 11:00:43 2009 -0700
11117
11118     Accelerometer-based velocity values are invalid after apogee
11119     
11120     Because the orientation of the flight computer relative to the ground is
11121     unknown after apogee, the accelerometer data cannot be integrated to compute
11122     velocity. Main deploy is now based purely on barometric altitude and landing
11123     detection no longer checks for a low velocity value.
11124     
11125     Signed-off-by: Keith Packard <keithp@keithp.com>
11126
11127 commit 24fdda44ff8604e40510b196ead17564d8f8cd3d
11128 Author: Keith Packard <keithp@keithp.com>
11129 Date:   Wed May 13 10:59:04 2009 -0700
11130
11131     Add velocity check for boost detect via accelerometer
11132     
11133     Bumping the rocket can cause a brief period of high acceleration, which may
11134     cause a mistaken boost detection. Require both a high acceleration and
11135     reasonable velocity to trigger boost phase.
11136     
11137     Signed-off-by: Keith Packard <keithp@keithp.com>
11138
11139 commit 7a1aa3fdbc0d1fae5e7ee027bf8904598c6ebe41
11140 Author: Keith Packard <keithp@keithp.com>
11141 Date:   Wed May 13 10:58:30 2009 -0700
11142
11143     Typo in callsign
11144
11145 commit 497c89a7d08920630894b2605c3b6a0bdc4c229b
11146 Author: Keith Packard <keithp@keithp.com>
11147 Date:   Sun May 10 23:11:06 2009 -0700
11148
11149     Use recorded accelerometer baseline data in ao_flight_test
11150     
11151     With the flight computer recording a long-term average value for the
11152     accelerometer in the flight record, use that to prime the flight test code
11153     when running a log file through the simulator.
11154     
11155     Signed-off-by: Keith Packard <keithp@keithp.com>
11156
11157 commit ba3c53636e485450f48093d0a88a6629775f7c3a
11158 Author: Keith Packard <keithp@keithp.com>
11159 Date:   Sun May 10 23:01:16 2009 -0700
11160
11161     Don't re-initialize the landing range data at each apogee detect sample
11162     
11163     The landing range values are used only after apogee detect, so we need only
11164     initialize them on the transition from apogee to drogue.
11165     
11166     Signed-off-by: Keith Packard <keithp@keithp.com>
11167
11168 commit b623b1098bc7a10d471730259438fb82804221d0
11169 Author: Keith Packard <keithp@keithp.com>
11170 Date:   Sun May 10 23:00:06 2009 -0700
11171
11172     Initialize ao_min_vel with |ao_flight_vel|
11173     
11174     As ao_min_vel is stored as an absolute value, it's important to preserve
11175     that invariant, even though we don't expect ao_flight_vel to be negative at
11176     coast.
11177     
11178     Signed-off-by: Keith Packard <keithp@keithp.com>
11179
11180 commit e9584e846b9bd7926d61451d32ba5d7a30416f7b
11181 Author: Keith Packard <keithp@keithp.com>
11182 Date:   Sun May 10 22:58:31 2009 -0700
11183
11184     Decrease telemetry rate on the pad to 1/sec instead of 20/sec
11185     
11186     Transmitting telemetry through the radio consumes a significant amount of
11187     battery; reducing the rate to 1/sec will reduce power usage while waiting
11188     for launch.
11189     
11190     Signed-off-by: Keith Packard <keithp@keithp.com>
11191
11192 commit 97cecb517cd7bf75e1219c76a93bfe6964c07052
11193 Author: Keith Packard <keithp@keithp.com>
11194 Date:   Sun May 10 22:57:19 2009 -0700
11195
11196     Increase the initial accel/baro average to 1000 samples
11197     
11198     To get an accurate baseline of the launchpad state, take a longer average of
11199     the two sensors as the unit boots up.
11200     
11201     Signed-off-by: Keith Packard <keithp@keithp.com>
11202
11203 commit 98806b1ff3f41484663d61ff430e9e2764c7b5e6
11204 Author: Keith Packard <keithp@keithp.com>
11205 Date:   Sun May 10 22:54:14 2009 -0700
11206
11207     Record average accelerometer value in flight start log record
11208     
11209     The average accelerometer value cannot be extracted from the log as the
11210     record starts after that is computed. As that drives much of the
11211     accelerometer-based state transition logic, it is an important value to
11212     have, so we log it as part of the flight start record now.
11213     
11214     Signed-off-by: Keith Packard <keithp@keithp.com>
11215
11216 commit a12edbfe21fe27a9efbf87bacda9ab4806256e2b
11217 Author: Keith Packard <keithp@keithp.com>
11218 Date:   Sat May 9 10:24:10 2009 -0700
11219
11220     Add version command to show product information
11221
11222 commit e80b87f5e3ccf152d67a2e87bdefda161c455599
11223 Author: Keith Packard <keithp@keithp.com>
11224 Date:   Sat May 9 10:23:49 2009 -0700
11225
11226     Pad callsign with nuls
11227
11228 commit beae3360828da21eb1a3c4f88e930f242d4e36b7
11229 Author: Keith Packard <keithp@keithp.com>
11230 Date:   Fri May 1 08:14:57 2009 -0700
11231
11232     USB spec limits bulk endpoints to 64 byte payload max.
11233     
11234     For full-speed devices, bulk endpoints may use 8, 16, 32 or 64 bytes, but no
11235     more.
11236
11237 commit de7814c738488c2c16c6216c93fa78128895e5d5
11238 Author: Keith Packard <keithp@keithp.com>
11239 Date:   Wed Apr 29 17:46:56 2009 -0700
11240
11241     Use 'char' instead of 'uint8_t' for character data
11242     
11243     String and character constants are of char type, so using uint8_t causes
11244     promotion to 16-bit types when comparing the two.
11245
11246 commit 4ae74fffb939d67424efa3e7f433637f1f920ebc
11247 Author: Keith Packard <keithp@keithp.com>
11248 Date:   Wed Apr 29 17:46:36 2009 -0700
11249
11250     Eliminate incorrect cast in printf string argument
11251     
11252     char * is a pointer to a string in the default address space, not a generic pointer
11253     to a string. As such, the compiler (at least 2.9.0) mis-compiles this if the
11254     cast is included.
11255
11256 commit 39f2a3c6bd501d12a92bfd38434ce67bb5beb70d
11257 Author: Keith Packard <keithp@keithp.com>
11258 Date:   Wed Apr 29 17:44:41 2009 -0700
11259
11260     Correct radio frequency shown in config display.
11261     
11262     Radio frequency base is 434.550, not 435.550
11263
11264 commit 75ca1751b7cac2f8074d0713ee96d6ab45b54f19
11265 Author: Keith Packard <keithp@keithp.com>
11266 Date:   Wed Apr 29 17:42:26 2009 -0700
11267
11268     Reset landing interval tests at apogee
11269     
11270     This moves all of the interval management into the landing test code and
11271     out of the main loop. The interval is reset at apogee to make sure the
11272     sensors produce a stable reading for at least 20 seconds
11273
11274 commit 7a1b77c2d7253a681389f32b70e2460aac188807
11275 Author: Bdale Garbee <bdale@gag.com>
11276 Date:   Sun Apr 26 17:53:13 2009 -0600
11277
11278     clean up host programs, too
11279
11280 commit 5df80c346d65a9d56a8699b056dc44924acb31fe
11281 Author: Keith Packard <keithp@keithp.com>
11282 Date:   Sun Apr 26 16:04:07 2009 -0700
11283
11284     Was missing v_batt in adc dump command
11285
11286 commit c3fec2c4c65db71e88ef0c05c69463438a7cfc6c
11287 Author: Keith Packard <keithp@keithp.com>
11288 Date:   Sun Apr 26 15:38:28 2009 -0700
11289
11290     Add manual ignition and igniter test commands
11291
11292 commit 819f1de8dd6010fae050bcef930943c7923929f9
11293 Author: Keith Packard <keithp@keithp.com>
11294 Date:   Sun Apr 26 15:38:03 2009 -0700
11295
11296     Clean up commands a bit
11297
11298 commit 178abb5c8439509926a5507911d7148b84f051b8
11299 Author: Keith Packard <keithp@keithp.com>
11300 Date:   Sun Apr 26 15:08:58 2009 -0700
11301
11302     Clear more files on make clean
11303
11304 commit 70a69f3acdca27b80cdb2069de59bbc6dba83dbd
11305 Author: Keith Packard <keithp@keithp.com>
11306 Date:   Sun Apr 26 15:05:29 2009 -0700
11307
11308     Label binaries with product and serial info
11309
11310 commit 5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe
11311 Author: Keith Packard <keithp@keithp.com>
11312 Date:   Sun Apr 26 01:37:02 2009 -0700
11313
11314     Make sure full log is written and flushed on landing.
11315     
11316     The final state change to landing is recorded in the logging thread, so have
11317     that turn off logging once it has recorded that state. Then make it go to
11318     sleep.
11319
11320 commit 2e737ad00cad5d893b252d8aa9dbff3d9b800731
11321 Author: Keith Packard <keithp@keithp.com>
11322 Date:   Sun Apr 26 01:36:53 2009 -0700
11323
11324     Clean up monitor output a bit
11325
11326 commit 38a0b61b0a0b3c00f064c8d562950a17a6ddff4a
11327 Author: Keith Packard <keithp@keithp.com>
11328 Date:   Sun Apr 26 00:11:32 2009 -0700
11329
11330     Add configuration support
11331     
11332     Current config variables:
11333     Main deploy altitude above launch (in meters)
11334     Acceleration zero g calibration (manual or automatic)
11335     Radio channel (freq = 435.550MHz + channel * 100kHz)
11336     Callsign (max 8 characters)
11337     
11338     Supporting this involved shuffling code around so that the
11339     non-telemetrum builds could include only the stuff they needed.
11340
11341 commit c65f1a1acd2ca00758833cec5d3f8056d303d3e2
11342 Author: Keith Packard <keithp@keithp.com>
11343 Date:   Sat Apr 25 14:44:33 2009 -0700
11344
11345     Allow for slower ADC operation. Add power saving code.
11346     
11347     This tries to make the flight computer use less power by disabling USB in
11348     flight mode, lowering the telemetry rate after ascent. It also disables the
11349     RDF beacon during ascent and re-enables it once descent has started.
11350
11351 commit 8e7b48b5f090be81980ab00fbce814ae1cc253e4
11352 Author: Keith Packard <keithp@keithp.com>
11353 Date:   Sat Apr 25 14:44:04 2009 -0700
11354
11355     Allow ADC to be disabled
11356
11357 commit 7bc3d9962872850e7b420221cf689db16b4305cc
11358 Author: Keith Packard <keithp@keithp.com>
11359 Date:   Sat Apr 25 14:43:23 2009 -0700
11360
11361     Place CPU in P0 state while idle
11362
11363 commit e45fce7f82d704d677f84c69b0e07588d109d780
11364 Author: Keith Packard <keithp@keithp.com>
11365 Date:   Sat Apr 25 14:42:20 2009 -0700
11366
11367     Add RDF beacon and callsign to telemetry
11368
11369 commit 61510f98404bca6861b2da98f6cd9ba9deb76968
11370 Author: Keith Packard <keithp@keithp.com>
11371 Date:   Sat Apr 25 14:40:51 2009 -0700
11372
11373     Add radio code to emit a 1kHz tone
11374
11375 commit 0f07803d84b5ac89500ee33a6818c50583e3ff7f
11376 Author: Keith Packard <keithp@keithp.com>
11377 Date:   Sat Apr 25 13:18:37 2009 -0700
11378
11379     Allow the USB system to be disabled/enabled at run-time
11380
11381 commit 45976af820fc41099928df71ea8304c56eb9fc7c
11382 Author: Keith Packard <keithp@keithp.com>
11383 Date:   Sat Apr 25 13:16:27 2009 -0700
11384
11385     Make LED usage depend on target device
11386
11387 commit 4a050704ad2c497e9f1b0988334228b0bbc4c170
11388 Author: Keith Packard <keithp@keithp.com>
11389 Date:   Sat Apr 25 13:13:24 2009 -0700
11390
11391     Make some functions reentrant to save DSEG space
11392
11393 commit 6b3d25a6d6d7847765eb03b836913dd5ecef2993
11394 Author: Keith Packard <keithp@keithp.com>
11395 Date:   Fri Apr 24 19:17:37 2009 -0700
11396
11397     Add monitor task to flight software
11398     
11399     Allows the use of telemetrum in teledongle mode.
11400
11401 commit ad0d2d88a91cbd02c56ea5ff6dab23e16aec6510
11402 Author: Keith Packard <keithp@keithp.com>
11403 Date:   Fri Apr 24 19:17:19 2009 -0700
11404
11405     Report difference from ground to max altitude at landing
11406
11407 commit f94ab879ff6f97708827c74facd11003a2d8b590
11408 Author: Keith Packard <keithp@keithp.com>
11409 Date:   Fri Apr 24 19:16:29 2009 -0700
11410
11411     Display data with units while running simulation
11412
11413 commit 6fb26340b150e831a8a9e25e3b68074c29e48dbe
11414 Author: Keith Packard <keithp@keithp.com>
11415 Date:   Fri Apr 24 19:13:31 2009 -0700
11416
11417     Enabling apogee detect via speed: < 200m/s && < max_speed - 50m/s
11418     
11419     This change ensures that we actually got going fairly fast, and then slowed
11420     down a bunch before enabling apogee detect. Otherwise, we'll detect apogee
11421     right off the pad as we're not going very fast at that point...
11422     
11423     This also adds the 'f' command to show the current flight status on the USB
11424     port.
11425
11426 commit 20b9f304ecbddd73a0ee2461b4c5e80f08157f98
11427 Author: Keith Packard <keithp@keithp.com>
11428 Date:   Fri Apr 24 19:12:28 2009 -0700
11429
11430     configure igniter ports, set values to measured ones
11431
11432 commit 6bf1d91ce0b723abe2bcec89668c13135ec044cf
11433 Author: Keith Packard <keithp@keithp.com>
11434 Date:   Fri Apr 24 19:11:40 2009 -0700
11435
11436     Move ao_led_init to end of file to be consistent with other files
11437
11438 commit b4de7d550ec9a09ccf5f6a72debc6646706e3516
11439 Author: Keith Packard <keithp@keithp.com>
11440 Date:   Fri Apr 24 19:10:20 2009 -0700
11441
11442     Define ao_state_names in ao.h so other people can share
11443
11444 commit 8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad
11445 Author: Keith Packard <keithp@keithp.com>
11446 Date:   Fri Apr 24 19:09:31 2009 -0700
11447
11448     Bump NUM_CMDS to 10
11449
11450 commit 2f781beb73ef24ab5fbe2688a83d07ad26c15972
11451 Author: Keith Packard <keithp@keithp.com>
11452 Date:   Fri Apr 24 19:09:09 2009 -0700
11453
11454     Move beep_init to end of file to be consistent with other files
11455
11456 commit b99315cee4ab796376458a2442cf36806fa4aed3
11457 Author: Keith Packard <keithp@keithp.com>
11458 Date:   Fri Apr 24 10:19:31 2009 -0700
11459
11460     Update flight algorithm based on data collected from SN-1 Flight 1
11461     
11462     This now correctly sequences through the flight data collected from the
11463     first TeleMetrum test flight.
11464     
11465     This also completes up the flight algorithm test harness (ao_flight_test),
11466     which runs the flight algorithm on the Linux host from a captured data log.
11467
11468 commit b32f2f0090ff967edac07ae4d7a9895ed0b96d31
11469 Author: Keith Packard <keithp@keithp.com>
11470 Date:   Thu Apr 23 22:17:44 2009 -0700
11471
11472     Add igniters and update flight control algorithm
11473
11474 commit f155333ae18a25068644792e8940269d9fb28033
11475 Author: Keith Packard <keithp@keithp.com>
11476 Date:   Fri Apr 24 00:15:09 2009 -0700
11477
11478     Avoid ram from 0xfda2 through feff, its funky
11479
11480 commit f9c1c545c9dc11c3190a6cf7504883131fffce2f
11481 Author: Keith Packard <keithp@keithp.com>
11482 Date:   Thu Apr 23 22:18:33 2009 -0700
11483
11484     remove ao_flight_test until its ready
11485
11486 commit 86e73c009f78dc4664883353124fc891fbb01dce
11487 Author: Keith Packard <keithp@keithp.com>
11488 Date:   Thu Apr 23 20:50:07 2009 -0700
11489
11490     Add teledongle module
11491
11492 commit 204daac71ad56926730f5d6860bd70c645302e19
11493 Author: Keith Packard <keithp@keithp.com>
11494 Date:   Thu Apr 23 14:26:01 2009 -0700
11495
11496     Set telemetry rate to 100ms
11497
11498 commit 306b28f632e21b42ab165e7944283cf9764b590e
11499 Author: Keith Packard <keithp@keithp.com>
11500 Date:   Thu Apr 23 14:23:26 2009 -0700
11501
11502     Wrong license on ao_monitor.c
11503
11504 commit dca3a6de26d26c0020f3fb2cf5d8ac1552c195b1
11505 Author: Keith Packard <keithp@keithp.com>
11506 Date:   Thu Apr 23 14:23:00 2009 -0700
11507
11508     Crank up radio to 10dBm
11509
11510 commit fbe3096f7e9a8112dbc79f376eccdaa6872ae520
11511 Author: Keith Packard <keithp@keithp.com>
11512 Date:   Wed Apr 22 16:03:28 2009 -0700
11513
11514     Add COPYING file
11515
11516 commit 9b7788f18bbaf3c4e5ebbf6c5ebd926468b0e045
11517 Author: Keith Packard <keithp@keithp.com>
11518 Date:   Wed Apr 22 15:55:01 2009 -0700
11519
11520     Clean up TeleTerra files
11521
11522 commit 61cee50c86e275f9fde875bd317c3e74255394ec
11523 Author: Keith Packard <keithp@keithp.com>
11524 Date:   Wed Apr 22 15:53:55 2009 -0700
11525
11526     simplify ao_time function
11527
11528 commit 3703ecdc9e190f2e0b7ead0e71b78be881c1f3b7
11529 Author: Keith Packard <keithp@keithp.com>
11530 Date:   Wed Apr 22 15:53:46 2009 -0700
11531
11532     One line radio status
11533
11534 commit 1fbb3c17672a03ea6318fee07f9c2dcd7a8d0b16
11535 Author: Keith Packard <keithp@keithp.com>
11536 Date:   Wed Apr 22 15:49:16 2009 -0700
11537
11538     Add new binaries to .gitignore
11539
11540 commit 00d5610caff61559eb24c24beaa56629d6bb03be
11541 Author: Keith Packard <keithp@keithp.com>
11542 Date:   Wed Apr 22 15:49:00 2009 -0700
11543
11544     Speed up dbg port bit frobbing
11545
11546 commit c7555eb16876aa8ff9fe7f648d325a1b8fb54d23
11547 Author: Keith Packard <keithp@keithp.com>
11548 Date:   Wed Apr 22 15:48:28 2009 -0700
11549
11550     Use sdcc from path
11551
11552 commit ada6dea04b94be016598566c4c13e6105aaec353
11553 Author: Keith Packard <keithp@keithp.com>
11554 Date:   Wed Apr 22 15:48:14 2009 -0700
11555
11556     Clean up task list formatting
11557
11558 commit 0a1b2297ee9f5bbb918bd72f26088a3e0b84839a
11559 Author: Keith Packard <keithp@keithp.com>
11560 Date:   Wed Apr 22 15:47:57 2009 -0700
11561
11562     Control radio monitoring with the M command
11563
11564 commit 837c620f07b63efc171be3ac14c78bc99adf7592
11565 Author: Keith Packard <keithp@keithp.com>
11566 Date:   Wed Apr 22 14:25:43 2009 -0700
11567
11568     Shrink USB output buffers, work around USB packet errors
11569
11570 commit d87e9c25947d7cc2eba8894a524977f2c55a089a
11571 Author: Keith Packard <keithp@keithp.com>
11572 Date:   Tue Apr 21 02:07:24 2009 -0700
11573
11574     Clean up telemetry now that all packets are the same
11575
11576 commit 1b333def5052d2ed47fdeaef23a897fe326f6340
11577 Author: Keith Packard <keithp@keithp.com>
11578 Date:   Tue Apr 21 02:07:08 2009 -0700
11579
11580     Add longer debug delays to reset/debug_mode entry
11581
11582 commit d1887ded41a5bfec8e10e9fd736fa9444b9b6222
11583 Author: Keith Packard <keithp@keithp.com>
11584 Date:   Tue Apr 21 01:17:03 2009 -0700
11585
11586     Fix up fancy dbg stuff. Add teleterra initial bits.
11587     
11588     The dbg stuff needed a bit of help to actually walk the tables; it appears
11589     that complex expressions confuse sdcc.
11590     
11591     This also adds primitive teleterra bits, but no UI, etc.
11592     
11593     Signed-off-by: Keith Packard <keithp@keithp.com>
11594
11595 commit 43c8f7012102cdb591ace899420c10e4a78385ad
11596 Author: Keith Packard <keithp@keithp.com>
11597 Date:   Mon Apr 20 23:33:41 2009 -0700
11598
11599     Add radio support. Build separate executables for TeleMetrum and the TI dongle
11600     
11601     Ok, way too big a patch, but things were in rough shape.
11602     This patch adds support for the radio, both transmit and receive.
11603     Then, because I could no longer run the TeleMetrum code on the TI
11604     dongle, I ended up building a separate image for the TI board, which
11605     involved creating a mechanism for having multiple command sets and splitting
11606     code for different functions into different files.
11607
11608 commit 5be13b76a2e29b84cd6d1eec065e3354b0dafce5
11609 Author: Keith Packard <keithp@keithp.com>
11610 Date:   Sat Apr 18 23:19:24 2009 -0700
11611
11612     Start using pdata area for less-frequently used data
11613
11614 commit 3e18b5a0d4c7d84df98b6ed0b7783de1d42d45bf
11615 Author: Keith Packard <keithp@keithp.com>
11616 Date:   Sat Apr 18 23:19:05 2009 -0700
11617
11618     Slow down panic presentation
11619
11620 commit c4e983daa4579896b227fdcb2be43fad75e94307
11621 Author: Keith Packard <keithp@keithp.com>
11622 Date:   Sat Apr 18 23:17:45 2009 -0700
11623
11624     Parse GPS data locally. Add 'g' command to display recent GPS results.
11625     
11626     This parses the GPS GGA message and stores it in a global variable,
11627     protected by a mutex.
11628
11629 commit ed6f67dc47d750d5ff8bea63ae7cbb560689b9b6
11630 Author: Keith Packard <keithp@keithp.com>
11631 Date:   Sat Apr 18 23:16:01 2009 -0700
11632
11633     Add task names and 'T' command to show task status.
11634     
11635     The T command shows the current wchan and PC for each task in the system.
11636
11637 commit 3d5a5fc4db5f681e848202c4ee4099d2879677d6
11638 Author: Keith Packard <keithp@keithp.com>
11639 Date:   Sat Apr 18 19:32:18 2009 -0700
11640
11641     Fix GPL version at 2
11642     
11643     Signed-off-by: Keith Packard <keithp@keithp.com>
11644
11645 commit 022f83ca6fd589005d8eb3e25e633950fef69fa7
11646 Author: Keith Packard <keithp@keithp.com>
11647 Date:   Fri Apr 17 23:38:14 2009 -0700
11648
11649     Add gps, debug dongle support and pressure alt tables
11650     
11651     GPS also pulled in serial support. The altitude tables take raw 11-bit
11652     pressure sample numbers and convert them to standard pressure altitude
11653     values.
11654     
11655     Signed-off-by: Keith Packard <keithp@keithp.com>
11656
11657 commit 31fce622b1bab7e3f421069d7f6d4d9bdcd825de
11658 Author: Keith Packard <keithp@keithp.com>
11659 Date:   Fri Apr 17 10:32:45 2009 -0700
11660
11661     Enable FEC in radio packets
11662
11663 commit 293a357911090a2f37bdd6f7ea96942079ffdf2e
11664 Author: Keith Packard <keithp@keithp.com>
11665 Date:   Fri Apr 17 10:29:42 2009 -0700
11666
11667     Add CRC to radio packets
11668
11669 commit 20834caf01ddf481e8362b0d2627ef383a82e09d
11670 Author: Keith Packard <keithp@keithp.com>
11671 Date:   Fri Apr 17 10:23:10 2009 -0700
11672
11673     Add data whitening
11674
11675 commit 94e5343a72121a81ab19bf5025e6b6fc9847eb4f
11676 Author: Keith Packard <keithp@keithp.com>
11677 Date:   Fri Apr 17 10:19:25 2009 -0700
11678
11679     Add packet status byte defines
11680
11681 commit 04bc51c170c6f22bb5cc16867ce9a307818a7a00
11682 Author: Keith Packard <keithp@keithp.com>
11683 Date:   Fri Apr 17 10:11:31 2009 -0700
11684
11685     Add separate xmit/recv programs to radio demo
11686
11687 commit fafe55c3405964e0defdf25b6c00236f9aaefbc5
11688 Author: Keith Packard <keithp@keithp.com>
11689 Date:   Fri Apr 17 10:11:11 2009 -0700
11690
11691     Get env var for debug method selection
11692
11693 commit 26095fc0511ee0d5213f038986032f7c59964cf0
11694 Author: Keith Packard <keithp@keithp.com>
11695 Date:   Fri Apr 17 10:10:47 2009 -0700
11696
11697     Run-time selection between cp2103 and cc1111
11698
11699 commit 543bedde83cbce5145668e72965e02d892187b59
11700 Author: Keith Packard <keithp@keithp.com>
11701 Date:   Thu Apr 16 20:38:14 2009 -0700
11702
11703     Send data
11704
11705 commit 5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0
11706 Author: Keith Packard <keithp@keithp.com>
11707 Date:   Wed Apr 15 14:25:26 2009 -0700
11708
11709     Move a bunch of variables from __data to __xdata
11710
11711 commit 4d1091d9bd121f05f5fe0a9c9d2bc0da8c562b9a
11712 Author: Keith Packard <keithp@keithp.com>
11713 Date:   Tue Apr 14 21:25:15 2009 -0700
11714
11715     Slow down panic code, disable interrupts
11716
11717 commit 545478dd02eaeff6a65d318e722b1e4fce5e01b4
11718 Author: Keith Packard <keithp@keithp.com>
11719 Date:   Tue Apr 14 21:24:25 2009 -0700
11720
11721     Keep reporting flight state while it changes
11722
11723 commit 9605045164882b4ca3d1317ac860b02513a51f30
11724 Author: Keith Packard <keithp@keithp.com>
11725 Date:   Tue Apr 14 21:23:55 2009 -0700
11726
11727     use red LED to indicate system startup
11728
11729 commit dc844ee7e49a3b6145b3165252a592ed070d600f
11730 Author: Keith Packard <keithp@keithp.com>
11731 Date:   Tue Apr 14 21:23:13 2009 -0700
11732
11733     Use ao_ee_flush_internal while holding mutex
11734
11735 commit 5e45d1c89b00e74d5b2730345843f43aab516af2
11736 Author: Keith Packard <keithp@keithp.com>
11737 Date:   Tue Apr 14 21:22:56 2009 -0700
11738
11739     Leave beeping and lights to the flight code
11740
11741 commit 902c342289c1d13a4d55b9224acb6d67578b7a60
11742 Author: Keith Packard <keithp@keithp.com>
11743 Date:   Tue Apr 14 21:22:31 2009 -0700
11744
11745     Make mutex functions reentrant
11746
11747 commit acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47
11748 Author: Keith Packard <keithp@keithp.com>
11749 Date:   Tue Apr 14 19:08:01 2009 -0700
11750
11751     Add in existing flight pieces: flight/report/log
11752     
11753     These pieces come from the old telemetrum firmware.
11754     
11755     Signed-off-by: Keith Packard <keithp@keithp.com>
11756
11757 commit ac99982b10fd5772218660137ee21db9b90cd885
11758 Author: Keith Packard <keithp@keithp.com>
11759 Date:   Tue Apr 14 14:21:56 2009 -0700
11760
11761     Add eeprom driver and command loop
11762     
11763     This involved adding dma control and a mutex implementation.
11764     
11765     Signed-off-by: Keith Packard <keithp@keithp.com>
11766
11767 commit fbd8f4aff5058f4d371596b04715b7cb6d38e729
11768 Author: Keith Packard <keithp@keithp.com>
11769 Date:   Tue Apr 14 11:04:09 2009 -0700
11770
11771     Switch from --model-large to --model-small
11772     
11773     This shrinks the application quite a bit, and should make it faster as well.
11774     
11775     Signed-off-by: Keith Packard <keithp@keithp.com>
11776
11777 commit fb63262699d3a6fbf347d24efda8b01f75b7d0d3
11778 Author: Keith Packard <keithp@keithp.com>
11779 Date:   Tue Apr 14 10:02:19 2009 -0700
11780
11781     Add comments, clean up white space, etc.
11782     
11783     Various clean ups now that the basic code appears to work.
11784     
11785     Signed-off-by: Keith Packard <keithp@keithp.com>
11786
11787 commit 7e4abf3a40c39d0ce4f466281bef9a464df85dd4
11788 Author: Keith Packard <keithp@keithp.com>
11789 Date:   Mon Apr 13 21:58:07 2009 -0700
11790
11791     Switch USB to double-buffered
11792
11793 commit b56a44e48552bc32dbba9ff21770c370219a684a
11794 Author: Keith Packard <keithp@keithp.com>
11795 Date:   Mon Apr 13 21:51:59 2009 -0700
11796
11797     Fix USB input/output by reloading packet limits.
11798     
11799     The USB controller is reset during the connection process, which clears the
11800     packet limits set in the controller at initialization time. Reload those
11801     values when the configuration is set.
11802     
11803     Signed-off-by: Keith Packard <keithp@keithp.com>
11804
11805 commit cdaf3fc5802acf2ddc7972a15649ab0e1b31b873
11806 Author: Keith Packard <keithp@keithp.com>
11807 Date:   Mon Apr 13 20:39:46 2009 -0700
11808
11809     USB working up through reading strings
11810
11811 commit c5c1e3fb1c253d387be02c127253ac2a55d577b4
11812 Author: Keith Packard <keithp@keithp.com>
11813 Date:   Mon Apr 13 13:51:08 2009 -0700
11814
11815     Add USB support.
11816     
11817     This offers a single CDC ACM device over USB.
11818     
11819     Signed-off-by: Keith Packard <keithp@keithp.com>
11820
11821 commit f3f25a1cec7d2a034aa544569cfd23bea1a996c5
11822 Author: Keith Packard <keithp@keithp.com>
11823 Date:   Sun Apr 12 23:53:55 2009 -0700
11824
11825     Add beep/led support.
11826     
11827     Support our P2_0 connected buzzer, and formalize LED output support.
11828     
11829     Signed-off-by: Keith Packard <keithp@keithp.com>
11830
11831 commit e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54
11832 Author: Keith Packard <keithp@keithp.com>
11833 Date:   Sun Apr 12 23:17:16 2009 -0700
11834
11835     Add A/D sampler
11836     
11837     Sample A/D at the timer tick, placing data in a ring
11838     of samples.
11839     
11840     Signed-off-by: Keith Packard <keithp@keithp.com>
11841
11842 commit 823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2
11843 Author: Keith Packard <keithp@keithp.com>
11844 Date:   Sun Apr 12 22:52:47 2009 -0700
11845
11846     Add 100Hz timer
11847     
11848     Use Timer 1 to generate a 100Hz timer interrupt
11849
11850 commit 650a77e209dbb54c8d8fd9824cee430985564973
11851 Author: Keith Packard <keithp@keithp.com>
11852 Date:   Sun Apr 12 21:58:49 2009 -0700
11853
11854     Update README
11855
11856 commit 870e98334018a66de8a6e4a659d2dc5dee1cbecf
11857 Author: Keith Packard <keithp@keithp.com>
11858 Date:   Sun Apr 12 21:52:56 2009 -0700
11859
11860     GPL Version 2 only
11861
11862 commit 11c526bdcbf4012e18fbfdc29ca8832870ca38f0
11863 Author: Keith Packard <keithp@keithp.com>
11864 Date:   Sun Apr 12 21:47:32 2009 -0700
11865
11866     Add load command to s51
11867
11868 commit 55402ba3e87fd699c51079843309f1f0d1534724
11869 Author: Keith Packard <keithp@keithp.com>
11870 Date:   Sun Apr 12 21:33:55 2009 -0700
11871
11872     Make test more complicated
11873
11874 commit 3d3f849c9af9028f667cef4afedc0798d39a9efc
11875 Author: Keith Packard <keithp@keithp.com>
11876 Date:   Sun Apr 12 21:33:46 2009 -0700
11877
11878     SP points at last pushed byte
11879
11880 commit f72c4cbc8fd9412dd1cce0fc446e7bbd2edc2d34
11881 Author: Keith Packard <keithp@keithp.com>
11882 Date:   Sun Apr 12 20:27:03 2009 -0700
11883
11884     Add .gitignore
11885
11886 commit 1903a86bf2cc6b685ccc475e62eabe49a4ec5b43
11887 Author: Keith Packard <keithp@keithp.com>
11888 Date:   Sun Apr 12 20:25:39 2009 -0700
11889
11890     Initial AltOS import
11891
11892 commit 5221dc63cf3a059a32aca2bfa7828c215be814a1
11893 Author: Keith Packard <keithp@keithp.com>
11894 Date:   Sun Apr 12 12:38:58 2009 -0700
11895
11896     Add ccdump
11897
11898 commit ee110425fb814780476d1d3d8a257af126f41763
11899 Author: Keith Packard <keithp@keithp.com>
11900 Date:   Mon Apr 6 17:09:23 2009 -0700
11901
11902     Bump buffer pointer as data is written to cc-usb
11903
11904 commit 2d9b8a83a2d9f495199033e43f519d26f27938fe
11905 Author: Keith Packard <keithp@keithp.com>
11906 Date:   Mon Apr 6 11:31:49 2009 -0700
11907
11908     Add support for a serial-connected custom debug dongle
11909     
11910     This uses the cc1111 board as a custom debug dongle with faster
11911     methods for communicating with the debug target.
11912
11913 commit 24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d
11914 Author: Keith Packard <keithp@keithp.com>
11915 Date:   Wed Apr 1 17:50:47 2009 -0700
11916
11917     Reset cc1111 on s51 exit
11918
11919 commit 5fcfe854d29e1862d9a6adcbef3ef5119eb52fa3
11920 Author: Keith Packard <keithp@keithp.com>
11921 Date:   Wed Apr 1 00:06:45 2009 -0700
11922
11923     Add timer-based beep test
11924
11925 commit 91607bebdd167ac632aca4b66e22cb0cabdf0d20
11926 Author: Keith Packard <keithp@keithp.com>
11927 Date:   Thu Mar 26 22:41:47 2009 -0700
11928
11929     Add readline support to s51
11930
11931 commit 66ee94ed10e3d79b24f45a5c63e58456d4d30343
11932 Author: Keith Packard <keithp@keithp.com>
11933 Date:   Wed Mar 25 11:37:48 2009 -0700
11934
11935     Deal with MSB-outputing DMA engine
11936
11937 commit d3732fd405af03c3752a84c4b78da7ef5ebd3744
11938 Author: Keith Packard <keithp@keithp.com>
11939 Date:   Wed Mar 25 11:14:03 2009 -0700
11940
11941     Flip ADC bytes around
11942
11943 commit 50cc8e97e76d9b60c622962e1c74cf422dfb2c0f
11944 Author: Keith Packard <keithp@keithp.com>
11945 Date:   Wed Mar 25 11:01:30 2009 -0700
11946
11947     Add spacing for serial adc data
11948
11949 commit 5577ca3762bfc000b0bc3782c73a8f95996a28a6
11950 Author: Keith Packard <keithp@keithp.com>
11951 Date:   Wed Mar 25 10:58:57 2009 -0700
11952
11953     Inc only one on dest addr
11954
11955 commit 378227d869a3e8787c532c8c4e1563b44002c4b5
11956 Author: Keith Packard <keithp@keithp.com>
11957 Date:   Wed Mar 25 10:55:17 2009 -0700
11958
11959     Dump remaining inputs
11960
11961 commit f54a41e37d6897db2e24fbc82880076b78a0ae41
11962 Author: Keith Packard <keithp@keithp.com>
11963 Date:   Wed Mar 25 10:50:36 2009 -0700
11964
11965     Remove poll for ti demo button
11966
11967 commit 2b93a70fdd9e47e8195855451aa19ecad5d8b068
11968 Author: Keith Packard <keithp@keithp.com>
11969 Date:   Wed Mar 25 10:50:14 2009 -0700
11970
11971     Add adc to serial conversion
11972
11973 commit d9fd548db15232e3a8823815962b252c7a5e7cba
11974 Author: Keith Packard <keithp@keithp.com>
11975 Date:   Wed Mar 25 10:04:50 2009 -0700
11976
11977     Add ADC via DMA example
11978
11979 commit 61faf2b773300988fe27cfde5bc045be9950a1b0
11980 Author: Keith Packard <keithp@keithp.com>
11981 Date:   Wed Mar 25 09:45:14 2009 -0700
11982
11983     Add DMA example
11984
11985 commit 7b3fdf5b42c9be9bebc1ceb7a52ff0f5a2a28fcd
11986 Author: Keith Packard <keithp@keithp.com>
11987 Date:   Wed Mar 25 01:05:36 2009 -0700
11988
11989     Back to 0dBm
11990
11991 commit 31d59b88baa2cd96dc6263d1c5877283f2cd8c36
11992 Author: Keith Packard <keithp@keithp.com>
11993 Date:   Wed Mar 25 01:03:08 2009 -0700
11994
11995     Make radio test compile again
11996
11997 commit 9ce713fdd19bf1a51370dacba3670504356c5c11
11998 Author: Keith Packard <keithp@keithp.com>
11999 Date:   Wed Mar 25 01:02:07 2009 -0700
12000
12001     Wait for xtal to stabilize
12002
12003 commit ffd43886dc902f3bb7407294018e3d62cac39480
12004 Author: Keith Packard <keithp@keithp.com>
12005 Date:   Wed Mar 25 00:55:11 2009 -0700
12006
12007     Check serial input
12008
12009 commit 029963cc94fbb47560118b5de73c537e2c14ed7c
12010 Author: Keith Packard <keithp@keithp.com>
12011 Date:   Wed Mar 25 00:50:02 2009 -0700
12012
12013     Eliminate array walking
12014
12015 commit 019456a17d36f8f9f9b72cfbc980492175086d32
12016 Author: Keith Packard <keithp@keithp.com>
12017 Date:   Wed Mar 25 00:41:49 2009 -0700
12018
12019     Add a per-char delay
12020
12021 commit cfaf187e96ba98eb8dd934409a10bc70273fe68a
12022 Author: Keith Packard <keithp@keithp.com>
12023 Date:   Wed Mar 25 00:36:35 2009 -0700
12024
12025     Use UTX1IF to wait for serial TX complete
12026
12027 commit 006124529b243c7657a94312d2c868a82878d8bb
12028 Author: Keith Packard <keithp@keithp.com>
12029 Date:   Wed Mar 25 00:29:29 2009 -0700
12030
12031     Send more interesting text
12032
12033 commit 5049acd3d1ae42304513f667f55a2ddffa4c685a
12034 Author: Keith Packard <keithp@keithp.com>
12035 Date:   Wed Mar 25 00:24:56 2009 -0700
12036
12037     More random serial bit frobbing
12038
12039 commit 50bdc2407c674a4770912d3a626f36820a7f1527
12040 Author: Keith Packard <keithp@keithp.com>
12041 Date:   Wed Mar 25 00:13:15 2009 -0700
12042
12043     Flip serial TX code around a bit
12044
12045 commit 7b7617e376afe0df1d505375b76198358330370c
12046 Author: Keith Packard <keithp@keithp.com>
12047 Date:   Wed Mar 25 00:09:47 2009 -0700
12048
12049     Try serial polarity high/high
12050
12051 commit 18edacdb1e6e429cc29a164e22ef2a566096b9d9
12052 Author: Keith Packard <keithp@keithp.com>
12053 Date:   Wed Mar 25 00:06:32 2009 -0700
12054
12055     Make serial test simpler
12056
12057 commit 62744c186792739c3bf5798c80ff87c69fbe2b65
12058 Author: Keith Packard <keithp@keithp.com>
12059 Date:   Wed Mar 25 00:03:45 2009 -0700
12060
12061     Flip start/stop bits around
12062
12063 commit 9e96107d5d1a9681b07c36bb5860c748bfe10ec0
12064 Author: Keith Packard <keithp@keithp.com>
12065 Date:   Tue Mar 24 23:57:12 2009 -0700
12066
12067     Stop high
12068
12069 commit c41ceb9a488b2209d1d3c09967d1473ce608030f
12070 Author: Keith Packard <keithp@keithp.com>
12071 Date:   Tue Mar 24 23:24:01 2009 -0700
12072
12073     Change radio to -30dBm
12074
12075 commit c35de083ca3d4f362063b056a0fd74ffe629d168
12076 Author: Keith Packard <keithp@keithp.com>
12077 Date:   Tue Mar 24 23:11:48 2009 -0700
12078
12079     Add serial test program
12080
12081 commit 8ecbd8734f0fb5588b2a8eb20720cfc6f43dfb47
12082 Author: Keith Packard <keithp@keithp.com>
12083 Date:   Tue Mar 24 22:37:38 2009 -0700
12084
12085     Wait for xtal to stabilize after changing to 24MHz
12086
12087 commit e120269fc0f8e14ddf1755337b1d092173e16da2
12088 Author: Keith Packard <keithp@keithp.com>
12089 Date:   Tue Mar 24 22:21:31 2009 -0700
12090
12091     Actually return byte read from SPI
12092
12093 commit de1ac6f99a1526fa840a52cfc10fa3edc0589bed
12094 Author: Keith Packard <keithp@keithp.com>
12095 Date:   Tue Mar 24 22:12:51 2009 -0700
12096
12097     Clear UxCSR_TX_BYTE after transmitting a byte
12098
12099 commit 3ed3ff63e46767a256d30c5da5c52ae20089a91d
12100 Author: Keith Packard <keithp@keithp.com>
12101 Date:   Tue Mar 24 20:04:58 2009 -0700
12102
12103     Led the LED turn on
12104
12105 commit 91b3a6ae74184692f45702587c4d678b2799ad8c
12106 Author: Keith Packard <keithp@keithp.com>
12107 Date:   Tue Mar 24 19:55:04 2009 -0700
12108
12109     actually write and compare SPI test bits
12110
12111 commit 7de3a43887485c3c6cf52960376ccde33fb33985
12112 Author: Keith Packard <keithp@keithp.com>
12113 Date:   Tue Mar 24 19:54:02 2009 -0700
12114
12115     Add USART-based SPI test code
12116
12117 commit ef0eef68280e9b6ca5e3bb71062e23054340e1ed
12118 Author: Keith Packard <keithp@keithp.com>
12119 Date:   Tue Mar 24 17:22:36 2009 -0700
12120
12121     Change spi test string
12122
12123 commit 8131389ee5018c05b721146a98367150cf500fdf
12124 Author: Keith Packard <keithp@keithp.com>
12125 Date:   Tue Mar 24 17:15:09 2009 -0700
12126
12127     Oops, not merging in the bit read for SPI test
12128
12129 commit 3429016d1359ec650993d2fb0596184e3f717871
12130 Author: Keith Packard <keithp@keithp.com>
12131 Date:   Tue Mar 24 17:04:45 2009 -0700
12132
12133     Adjust clock/data phase for spi test
12134
12135 commit fedd18b28ea54e1dabcd2f9e8cab3ae4ee0fd070
12136 Author: Keith Packard <keithp@keithp.com>
12137 Date:   Tue Mar 24 16:35:13 2009 -0700
12138
12139     MISO needs to be an input
12140
12141 commit f0c233f25a208a636833312b1766825815735304
12142 Author: Keith Packard <keithp@keithp.com>
12143 Date:   Tue Mar 24 15:41:55 2009 -0700
12144
12145     Add bit-banging spi eeprom test program
12146
12147 commit 6eeee64cf16ccc9218dbdde5426f25bda5e3407f
12148 Author: Bdale Garbee <bdale@gag.com>
12149 Date:   Wed Mar 18 02:58:33 2009 -0600
12150
12151     working beep at around 4khz
12152
12153 commit 4726317de811c20e8d6754762437b5c9cbb3a48c
12154 Author: Keith Packard <keithp@keithp.com>
12155 Date:   Wed Mar 18 01:54:34 2009 -0700
12156
12157     Add simple test program to light up the transmitter at 434.550MHz
12158     
12159     This starts a transmit sequence, but doesn't send any data so the
12160     transmitter just locks on.
12161
12162 commit a0a27600ee2bf237e74eb83767a8d2e7c91df24f
12163 Author: Keith Packard <keithp@keithp.com>
12164 Date:   Sun Mar 15 18:14:21 2009 -0700
12165
12166     Correctly comment which bit the beep program uses
12167
12168 commit 25b77d236c01258abfc03114c2fc9ea2d69ca6e7
12169 Author: Keith Packard <keithp@keithp.com>
12170 Date:   Sun Mar 15 18:11:53 2009 -0700
12171
12172     Add telemetrum beeper example
12173
12174 commit 164b4e4749ad64ebbe26e84fd7b4fa1aa733dbe4
12175 Author: Keith Packard <keithp@keithp.com>
12176 Date:   Sun Mar 15 18:11:20 2009 -0700
12177
12178     sdcc gets the lib path correct based on the model
12179
12180 commit 04a316133af93b79bfbebb91f05eec1015ec2abc
12181 Author: Keith Packard <keithp@keithp.com>
12182 Date:   Sun Mar 15 18:10:43 2009 -0700
12183
12184     Bump debug speed back up
12185
12186 commit 9fd63972758d6d5572f7bcaadec9b1c0e974a2e8
12187 Author: Keith Packard <keithp@keithp.com>
12188 Date:   Sat Mar 7 21:05:40 2009 -0800
12189
12190     Only flip changing bits in async mode
12191
12192 commit c8fd04e154bcfd65ae1200980bd8163caabd7fe4
12193 Author: Keith Packard <keithp@keithp.com>
12194 Date:   Sat Mar 7 21:05:06 2009 -0800
12195
12196     The debug port only works if reset is higher than clock. weird
12197
12198 commit ade11f88754b4ab0386ebf86afc5257e59238f62
12199 Author: Keith Packard <keithp@keithp.com>
12200 Date:   Sat Mar 7 21:04:38 2009 -0800
12201
12202     Make manual bit flipping sync after every transaction
12203
12204 commit e63b5271bb54afc36e4b9891e51e053ff6011092
12205 Author: Keith Packard <keithp@keithp.com>
12206 Date:   Sat Mar 7 14:49:22 2009 -0800
12207
12208     Add ccmanual
12209
12210 commit 77d754afc2d14aaa4413c13ebe3777ef385f62a9
12211 Author: Keith Packard <keithp@keithp.com>
12212 Date:   Sat Mar 7 14:48:49 2009 -0800
12213
12214     Sync after manual bit reading
12215
12216 commit 5a338c8a7394d003355f96a8777b6fe83bb8493c
12217 Author: Keith Packard <keithp@keithp.com>
12218 Date:   Sat Mar 7 14:48:35 2009 -0800
12219
12220     Flip debug pins around to match telemetrum
12221
12222 commit cc0495b7028f4b1189a00707d828a68534d1dea2
12223 Author: Keith Packard <keithp@keithp.com>
12224 Date:   Fri Mar 6 22:52:35 2009 -0800
12225
12226     Wait for a while when switching the RESET_N line
12227     
12228     The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the
12229     RESET_N line to filter out noise. This increases the time necessary to reset
12230     the chip to several microseconds which is longer than the interval between
12231     two USB packets. Flush the USB packet queue and sleep for a while after
12232     changing the value on the RESET_N line to make sure the chip sees the state
12233     change.
12234     
12235     Signed-off-by: Keith Packard <keithp@keithp.com>
12236
12237 commit 41289e6d8f1767547a33fea349866e928e44910f
12238 Author: Bdale Garbee <bdale@gag.com>
12239 Date:   Mon Mar 2 07:46:20 2009 -0700
12240
12241     minor s51.1 formatting fixes
12242     
12243     Signed-off-by: Keith Packard <keithp@keithp.com>
12244
12245 commit fdee231ed097a4348aee78fbd4aa92826b80de03
12246 Author: Keith Packard <keithp@keithp.com>
12247 Date:   Sun Mar 1 23:12:31 2009 -0800
12248
12249     Add s51 manual.
12250     
12251     This documents (briefly) the s51 hex debugging interface program, including
12252     some simple commands to test the operation of the system interactively.
12253     
12254     Signed-off-by: Keith Packard <keithp@keithp.com>
12255
12256 commit f7d91bd23b8214e09deae0aafb516331e934c49b
12257 Author: Keith Packard <keithp@keithp.com>
12258 Date:   Sun Mar 1 18:43:03 2009 -0800
12259
12260     Sometimes the link breaks and the GET_PC command returns garbage
12261
12262 commit 3cc8d11eb8d5d0b42141dd84a58d461287f59e3a
12263 Author: Keith Packard <keithp@keithp.com>
12264 Date:   Sun Jan 25 08:38:48 2009 -0800
12265
12266     Support 'set' command
12267     
12268     The 'set' command modifies target memory and registers
12269     
12270     Signed-off-by: Keith Packard <keithp@keithp.com>
12271
12272 commit 60940b4be23962db79b8e914ec943d0636dd68ad
12273 Author: Keith Packard <keithp@keithp.com>
12274 Date:   Mon Jan 5 21:45:21 2009 -0800
12275
12276     Expose ccdbg_set_clock API
12277     
12278     This allows applications to change the debug port clock
12279     rate on the fly.
12280     
12281     Signed-off-by: Keith Packard <keithp@keithp.com>
12282
12283 commit eb09e61b0682eb2aeac8e1a34d58b897ba6db8e7
12284 Author: Keith Packard <keithp@keithp.com>
12285 Date:   Mon Jan 5 21:44:44 2009 -0800
12286
12287     Use custom sdcc libraries (this needs to be configured...)
12288     
12289     Signed-off-by: Keith Packard <keithp@keithp.com>
12290
12291 commit 1ccfe0887c794397131ab1c986c25f66eea86a6c
12292 Author: Keith Packard <keithp@keithp.com>
12293 Date:   Mon Jan 5 21:43:44 2009 -0800
12294
12295     Have S51 ignore SIGINT while running under sdcdb.
12296     
12297     This prevents keyboard interrupts from accidentally stopping
12298     s51.
12299     
12300     Signed-off-by: Keith Packard <keithp@keithp.com>
12301
12302 commit 7c03937b36aac82b08f4ea0c6da33a994fe15ec7
12303 Author: Keith Packard <keithp@keithp.com>
12304 Date:   Tue Dec 30 22:40:13 2008 -0800
12305
12306     Add simple and timer sample programs
12307     
12308     Signed-off-by: Keith Packard <keithp@keithp.com>
12309
12310 commit 6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df
12311 Author: Keith Packard <keithp@keithp.com>
12312 Date:   Tue Dec 30 22:35:53 2008 -0800
12313
12314     Save/restore registers to host during memory operations. Cache ROM data.
12315     
12316     Because the debug port uses instructions for most operations, the debug code
12317     will clobber registers used by the running program. Save and restore these
12318     to avoid corrupting application data.
12319     
12320     If the ROM file is known, use that to return data instead of fetching it
12321     from the target to improve performance.
12322     
12323     Signed-off-by: Keith Packard <keithp@keithp.com>
12324
12325 commit ea366058aa467a8a7caf17e7014758f3741ea7f7
12326 Author: Keith Packard <keithp@keithp.com>
12327 Date:   Mon Dec 29 12:35:11 2008 -0800
12328
12329     Fix flashing less than a full page of data. Verify page at a time.
12330     
12331     The 8051 flashing code requires special help with counts with non-zero low
12332     byte. Also, instead of verifying the entire flash contents at the end,
12333     verify each page as it goes.
12334     
12335     Signed-off-by: Keith Packard <keithp@keithp.com>
12336
12337 commit e0697186a2f9b6139636ff5d5c162879c85caf9c
12338 Author: Keith Packard <keithp@keithp.com>
12339 Date:   Sun Dec 28 00:11:13 2008 -0800
12340
12341     Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.
12342     
12343     Not all SFRs are visible in the unified address space, so the SFR-specific
12344     accessors are required.
12345     
12346     The dump command is the same as the various 'd*'
12347     commands, but also supports dumping program memory.
12348     
12349     The new -m (monitor) flag watches the command stream between s51 and sdcdb.
12350     
12351     Signed-off-by: Keith Packard <keithp@keithp.com>
12352
12353 commit 23aca1fcbc169184e32d4ec19f28dd4fd4cfda36
12354 Author: Keith Packard <keithp@keithp.com>
12355 Date:   Sun Dec 28 00:09:30 2008 -0800
12356
12357     Save/restore regs when reading/writing memory. Add SFR access.
12358     
12359     The DPL and ACC registers are used by the memory access code,
12360     so they need to be saved and restored. Stuff them up high in ram for now;
12361     this should probably be fixed to pull them back to the host instead.
12362     
12363     Special SFR access is required as not all SFRs are visible in the unified
12364     address space.
12365     
12366     Signed-off-by: Keith Packard <keithp@keithp.com>
12367
12368 commit 1405838160b69e2cda456e21502a1d03b3aa7548
12369 Author: Keith Packard <keithp@keithp.com>
12370 Date:   Sat Dec 27 11:25:58 2008 -0800
12371
12372     s51: get start address from ihx file. re-enable breakpoints after reset.
12373     
12374     Use the start of the ihx file when asked to run from 0x0, this lets
12375     sdcdb run programs from ram.
12376     
12377     The reset command clears all hw breakpoints, so reset them afterwards.
12378     
12379     Signed-off-by: Keith Packard <keithp@keithp.com>
12380
12381 commit 1264c3676e95427bba5d01e05c303d036a7f9eca
12382 Author: Keith Packard <keithp@keithp.com>
12383 Date:   Fri Dec 26 23:05:04 2008 -0800
12384
12385     Switch to libusb-1.0 and use async interface.
12386     
12387     The async libusb interface offers substantial performance benefits by not
12388     making each command wait for the reply. This makes talking over this
12389     interface almost reasonable.
12390     
12391     Signed-off-by: Keith Packard <keithp@keithp.com>
12392
12393 commit d2d9cfd74fd66836c913c02276e09136d83b35dc
12394 Author: Keith Packard <keithp@keithp.com>
12395 Date:   Fri Dec 26 17:58:48 2008 -0800
12396
12397     s51: add breakpoints and the ability to block awaiting a breakpoint.
12398     
12399     Signed-off-by: Keith Packard <keithp@keithp.com>
12400
12401 commit 4c4093c3fdd309123fdd068c0e1ff4947104492d
12402 Author: Keith Packard <keithp@keithp.com>
12403 Date:   Mon Dec 22 19:11:56 2008 -0800
12404
12405     Add more commands to s51 assembly-language debugger
12406     
12407     Signed-off-by: Keith Packard <keithp@keithp.com>
12408
12409 commit 55eba4fa08b022197106245d36a70f575a070b0a
12410 Author: Keith Packard <keithp@keithp.com>
12411 Date:   Mon Dec 22 19:10:27 2008 -0800
12412
12413     Make read_memory debug output use ccdbg_debug.
12414     
12415     This makes it default to not being presented, which makes s51 much happier
12416     
12417     Signed-off-by: Keith Packard <keithp@keithp.com>
12418
12419 commit e75918f3667a5c8ad294bec4acef6fe81682edf6
12420 Author: Keith Packard <keithp@keithp.com>
12421 Date:   Sun Dec 21 23:33:35 2008 -0800
12422
12423     Add preliminary version of s51, a UI clone of the 8051 emulator.
12424     
12425     sdcdb provides source-level debugging using the 8051 emulator, s51. By
12426     emulating that emulator a the UI level, we should be able to get source
12427     debugging right on our target platform.
12428     
12429     This is just the preliminary structure for the program with most commands
12430     not yet implemented.
12431
12432 commit f7d49868aeae80d515b12a7e339628f1296754a6
12433 Author: Keith Packard <keithp@keithp.com>
12434 Date:   Sat Dec 20 23:30:06 2008 -0800
12435
12436     Cleanup work; separating out the cp interface to be more abstract.
12437     
12438     Signed-off-by: Keith Packard <keithp@keithp.com>
12439
12440 commit 30f23f23a6db3d12fdc9c088cf6ab47c5e5077fb
12441 Author: Keith Packard <keithp@keithp.com>
12442 Date:   Fri Dec 19 21:13:04 2008 -0800
12443
12444     Clean up autotools stuff.
12445     
12446     Signed-off-by: Keith Packard <keithp@keithp.com>
12447
12448 commit 9025eb792861930e6af918d2727c4f5d97a69936
12449 Author: Keith Packard <keithp@keithp.com>
12450 Date:   Fri Dec 19 21:11:45 2008 -0800
12451
12452     Autotools.
12453     
12454     Signed-off-by: Keith Packard <keithp@keithp.com>
12455
12456 commit ab909db28307cfbf7ee8d692506bb79d7ffd627a
12457 Author: Keith Packard <keithp@keithp.com>
12458 Date:   Fri Dec 19 19:08:13 2008 -0800
12459
12460     Ignore .ihx files
12461
12462 commit cc8db276bc4f2fd7eb00168a5c0689a8457a5c6f
12463 Author: Keith Packard <keithp@keithp.com>
12464 Date:   Fri Dec 19 19:07:37 2008 -0800
12465
12466     Move blink example to subdir
12467     
12468     Signed-off-by: Keith Packard <keithp@keithp.com>
12469
12470 commit 82e2d7ebed6682062dc400478c736bd6c91195c9
12471 Author: Keith Packard <keithp@keithp.com>
12472 Date:   Fri Dec 19 19:04:26 2008 -0800
12473
12474     Clean up makefiles, move ihx files to .ihx
12475
12476 commit 52fb5f795adfd7f62e5b6dbe65877d14361cfdae
12477 Author: Keith Packard <keithp@keithp.com>
12478 Date:   Fri Dec 19 14:39:57 2008 -0800
12479
12480     ignore more stuff
12481
12482 commit 4ecfc33f16aa36b315519e6f279da65374b67aba
12483 Author: Keith Packard <keithp@keithp.com>
12484 Date:   Fri Dec 19 14:37:53 2008 -0800
12485
12486     Add cc1111 isr stub example
12487
12488 commit d32e6658c3e489b62ba3cf6d22e3ab177b9b8a3a
12489 Author: Keith Packard <keithp@keithp.com>
12490 Date:   Fri Dec 19 14:37:29 2008 -0800
12491
12492     Add blink-tiny flash and ram versions
12493
12494 commit b4d1127ef007843c643b778b3b2f6b915b1d5d9a
12495 Author: Keith Packard <keithp@keithp.com>
12496 Date:   Fri Dec 19 14:19:29 2008 -0800
12497
12498     Flash multiple pages. Eliminate off-by-one error in hex_image length.
12499     
12500     Signed-off-by: Keith Packard <keithp@keithp.com>
12501
12502 commit 55995515b9d4fc1e193039eab697c5d03db417c2
12503 Author: Keith Packard <keithp@keithp.com>
12504 Date:   Fri Dec 19 11:04:16 2008 -0800
12505
12506     Add flash writing code.
12507     
12508     Signed-off-by: Keith Packard <keithp@keithp.com>
12509
12510 commit 0bc52385b8f86f9ca1c450ad106e6d8afe3bc153
12511 Author: Keith Packard <keithp@keithp.com>
12512 Date:   Thu Dec 18 12:37:32 2008 -0800
12513
12514     faster
12515     
12516     Signed-off-by: Keith Packard <keithp@keithp.com>
12517
12518 commit 3779cc8b32cac3640f42bd0400d4199ddae965a1
12519 Author: Keith Packard <keithp@keithp.com>
12520 Date:   Thu Dec 18 12:17:41 2008 -0800
12521
12522     cq
12523     
12524     Signed-off-by: Keith Packard <keithp@keithp.com>
12525
12526 commit dc03adc179669d41e3551d74b3c5a60db41ff217
12527 Author: Keith Packard <keithp@keithp.com>
12528 Date:   Thu Dec 18 12:07:06 2008 -0800
12529
12530     Add ability to load Intel HEX files. Add sample sdcc LED blinker.
12531     
12532     Signed-off-by: Keith Packard <keithp@keithp.com>
12533
12534 commit 807e2adacb025af77bb53c03209e9c8e0d7a5f95
12535 Author: Keith Packard <keithp@keithp.com>
12536 Date:   Thu Dec 18 00:18:50 2008 -0800
12537
12538     Add ability to read/write arbitrary memory. Write LED blinker program.
12539     
12540     Signed-off-by: Keith Packard <keithp@keithp.com>
12541
12542 commit 8c879bf51c14a5928135d59211facd72f6a32808
12543 Author: Keith Packard <keithp@keithp.com>
12544 Date:   Wed Dec 17 23:15:47 2008 -0800
12545
12546     Move manual bit-banging debug code to separate file
12547     
12548     Signed-off-by: Keith Packard <keithp@keithp.com>
12549
12550 commit aec3bbce84a5ceb92060a4b3889379f2af2404ac
12551 Author: Keith Packard <keithp@keithp.com>
12552 Date:   Wed Dec 17 23:15:19 2008 -0800
12553
12554     reduce clock to 50us
12555     
12556     Signed-off-by: Keith Packard <keithp@keithp.com>
12557
12558 commit fa168f963f8b00144d12aa2770e9c0917cfae123
12559 Author: Keith Packard <keithp@keithp.com>
12560 Date:   Wed Dec 17 23:12:59 2008 -0800
12561
12562     Fill out ccdbg-command to support all debug commands.
12563     
12564     Signed-off-by: Keith Packard <keithp@keithp.com>
12565
12566 commit 5df84df7cd6a31527dcfd11030f00ef9d8abf170
12567 Author: Keith Packard <keithp@keithp.com>
12568 Date:   Wed Dec 17 22:24:59 2008 -0800
12569
12570     Clean up bitbanging layer. Add debug printfs.
12571     
12572     Signed-off-by: Keith Packard <keithp@keithp.com>
12573
12574 commit 584e28bac8af38de433767e017977ed1adddeb36
12575 Author: Keith Packard <keithp@keithp.com>
12576 Date:   Wed Dec 17 12:32:15 2008 -0800
12577
12578     Clean up sample debug files
12579     
12580     Signed-off-by: Keith Packard <keithp@keithp.com>
12581
12582 commit e64b4dbf15e9ee1cb0de002985de7575e83d46e9
12583 Author: Keith Packard <keithp@keithp.com>
12584 Date:   Mon Dec 8 17:25:28 2008 -0800
12585
12586     Add support for input-only lines (-)
12587
12588 commit 4f38974a9941cddaba27c17c5a46f923db386c94
12589 Author: Keith Packard <keithp@keithp.com>
12590 Date:   Sat Dec 6 16:32:27 2008 -0800
12591
12592     Add another example
12593
12594 commit 3709ec3205cfb152b6568f3ea505c67fe7504c2a
12595 Author: Keith Packard <keithp@keithp.com>
12596 Date:   Sat Dec 6 16:32:12 2008 -0800
12597
12598     Add libusb support and lots more examples
12599
12600 commit 39801e6e9fb9388072ee414a447f74095a6ac960
12601 Author: Keith Packard <keithp@keithp.com>
12602 Date:   Fri Nov 28 22:57:07 2008 -0800
12603
12604     Random hacking
12605
12606 commit 01cb2799875e086ee6096627c058ee235bbc33d5
12607 Author: Keith Packard <keithp@keithp.com>
12608 Date:   Thu Nov 27 17:07:15 2008 -0800
12609
12610     Add prototypes, add stub mainline, add .gitignore
12611
12612 commit 0ffe4ef870b0e564789a1990aeab5b6651868e5b
12613 Author: Keith Packard <keithp@keithp.com>
12614 Date:   Thu Nov 27 12:33:40 2008 -0800
12615
12616     cc1111 debug port access through cp2103 serial chip