Merge branch 'branch-1.6' into debian
[fw/altos] / ChangeLog
1 commit 2e26d1ab42163988dc26b06b016c3b05efe17659
2 Merge: 639e461 65ed2f5
3 Author: Bdale Garbee <bdale@gag.com>
4 Date:   Mon Jul 4 23:47:24 2016 +0200
5
6     Merge branch 'master' into branch-1.6
7
8 commit 65ed2f588ca596fe9aa559bebd590a2a11b9859b
9 Author: Keith Packard <keithp@keithp.com>
10 Date:   Sun Jul 3 12:00:10 2016 +0200
11
12     doc: Build 1.6.5 release notes
13     
14     Signed-off-by: Keith Packard <keithp@keithp.com>
15
16 commit d60133c65b4592f0f8c832135664a8e0c922b4f0
17 Author: Keith Packard <keithp@keithp.com>
18 Date:   Sat Jul 2 22:52:38 2016 +0200
19
20     Credit Chuck Haskin for helping fix the SPI bug.
21     
22     Signed-off-by: Keith Packard <keithp@keithp.com>
23
24 commit 14e73d89d7dbb44e9ffab2820aefb693b6e8ef24
25 Author: Keith Packard <keithp@keithp.com>
26 Date:   Sat Jul 2 22:08:58 2016 +0200
27
28     Bump to 1.6.5. Add preliminary release notes
29     
30     Signed-off-by: Keith Packard <keithp@keithp.com>
31
32 commit 8a6a95bb24517af00717fd377bad82ddb2289cf0
33 Author: Keith Packard <keithp@keithp.com>
34 Date:   Thu Jun 30 20:43:03 2016 -0700
35
36     altos/cc1111: Remove 'show tasks' command
37     
38     This saves space on cc1111 parts.
39     
40     Signed-off-by: Keith Packard <keithp@keithp.com>
41
42 commit d2e286f66d2b15df128ffe9b40a201242fc4a10a
43 Author: Keith Packard <keithp@keithp.com>
44 Date:   Wed Jun 29 14:22:32 2016 -0700
45
46     Bump to testing version 1.6.4.2
47     
48     Signed-off-by: Keith Packard <keithp@keithp.com>
49
50 commit a04830a636a71808ea8ef5ac5dfa59d6978d9f3b
51 Author: Keith Packard <keithp@keithp.com>
52 Date:   Wed Jun 29 18:41:24 2016 -0700
53
54     altos: Use FIFO_THR pin for cc1120 transmit buffering
55     
56     Instead of reading NUM_TXBYTES, set the FIFO_THR pin to indicate when
57     64 bytes are available in the buffer.
58     
59     Signed-off-by: Keith Packard <keithp@keithp.com>
60
61 commit caf3fc2628c13ff38ffbaabda8aa8d146cda748e
62 Author: Keith Packard <keithp@keithp.com>
63 Date:   Wed Jun 29 18:33:56 2016 -0700
64
65     altos: Leave USB enabled in flight with -DDEBUG=1
66     
67     This leaves the command line available for diagnostics when debugging.
68     
69     Signed-off-by: Keith Packard <keithp@keithp.com>
70
71 commit c6c250711355ae8060e956e786702be250ef4527
72 Author: Keith Packard <keithp@keithp.com>
73 Date:   Wed Jun 29 12:55:30 2016 -0700
74
75     altos/stm: clean up ao_exti_enable
76     
77     Was computing (1 << pin) twice for no good reason.
78     
79     Signed-off-by: Keith Packard <keithp@keithp.com>
80
81 commit a35424cd48205af89ba023db979959dc75b06706
82 Author: Keith Packard <keithp@keithp.com>
83 Date:   Wed Jun 29 12:54:31 2016 -0700
84
85     altos: Make task list output more useful
86     
87     Add the timeout value and task id
88     
89     Signed-off-by: Keith Packard <keithp@keithp.com>
90
91 commit 6c022e094f6f3c551355742a6f9c3deb6e554fe1
92 Author: Keith Packard <keithp@keithp.com>
93 Date:   Wed Jun 29 16:07:22 2016 -0700
94
95     altos/telemini-v2.0: Remove show tasks command
96     
97     There's not enough memory for this command, and it isn't necessary.
98     
99     Signed-off-by: Keith Packard <keithp@keithp.com>
100
101 commit 349a63aeed6cdeb89bf18c7b2e2c40782c79cc00
102 Author: Keith Packard <keithp@keithp.com>
103 Date:   Wed Jun 29 12:52:37 2016 -0700
104
105     altos: Make ao_delay(0) not wait forever
106     
107     ao_delay() is implemented on top of ao_sleep_for, and ao_sleep_for
108     uses the timeout value of 0 to indicate an infinite timeout. Calls to
109     ao_delay for 0 ticks would unintentionally hit this case and end up
110     waiting forever.x
111     
112     Signed-off-by: Keith Packard <keithp@keithp.com>
113
114 commit 3b3a24f5f39a1b72cc8947c33b609f454b46aff8
115 Author: Keith Packard <keithp@keithp.com>
116 Date:   Wed Jun 29 12:49:16 2016 -0700
117
118     altos: cc1200: use FIFO threshold pin output for APRS buffering
119     
120     Instead of polling the device for fifo space, just use the available
121     pin configuration to figure out if there is enough space for a single
122     APRS buffer. Then set the APRS buffer size to match the fifo threshold
123     setting in the chip so that we know we can write the whole APRS buffer
124     once the pin says there's space.
125     
126     Signed-off-by: Keith Packard <keithp@keithp.com>
127
128 commit 658d8be170f9aea683fe62b68368736a177411a5
129 Author: Keith Packard <keithp@keithp.com>
130 Date:   Tue Jun 28 17:03:34 2016 -0700
131
132     altos: Add debug check for irq block when editing task queues
133     
134     List manipulation operations are not atomic, so interrupts need to be
135     blocked while changing them.
136     
137     Signed-off-by: Keith Packard <keithp@keithp.com>
138
139 commit 30eb5d2fa77e036690170e7057fa9df669375ae5
140 Author: Keith Packard <keithp@keithp.com>
141 Date:   Tue Jun 28 18:40:46 2016 -0700
142
143     altos/drivers: Use more reliable byte interface for CC1120 reception
144     
145     This replaces direct register access with function calls to allow that
146     code to respect the hardware requirements.
147     
148     Signed-off-by: Keith Packard <keithp@keithp.com>
149
150 commit 61ad8e5bf428246ac89cad7cb9a1edf2ef735fd5
151 Author: Keith Packard <keithp@keithp.com>
152 Date:   Tue Jun 28 18:39:31 2016 -0700
153
154     altos/stm: Add better byte-level SPI api
155     
156     This provides inline functions for sending and receiving individual
157     bytes, and setup/finish functions to wrap them in. This make the byte
158     sending respect the SPI hardware interface requirements.
159     
160     Signed-off-by: Keith Packard <keithp@keithp.com>
161
162 commit 5866d191cee56949ccab4c154a14604e83163d42
163 Author: Keith Packard <keithp@keithp.com>
164 Date:   Tue Jun 28 18:37:49 2016 -0700
165
166     altos/stm: Clean up spi_enable/disable_index functions
167     
168     These had an extra level of switch nesting for no good reason.
169     
170     Signed-off-by: Keith Packard <keithp@keithp.com>
171
172 commit 5ab4a8b911e254dc829b61cb0abc9fd0b46b84b3
173 Author: Keith Packard <keithp@keithp.com>
174 Date:   Mon Jun 27 23:25:01 2016 -0700
175
176     altos/stm: move spi execution to common ao_spi_run
177     
178     This regularizes SPI hardware use and ensures that the device is
179     turned off after it has been used and that the status register is back
180     to 'normal' the next time through.
181     
182     Signed-off-by: Keith Packard <keithp@keithp.com>
183
184 commit 69791ef235161fef404f682fd6955e7eed8dc125
185 Author: Keith Packard <keithp@keithp.com>
186 Date:   Mon Jun 27 23:26:20 2016 -0700
187
188     altos: Add STM SPI debugging
189     
190     This dumps out the SPI hardware state and history of SPI operations
191     when compiled with -DDEBUG=1. Without that, this patch does nothing.
192     
193     Signed-off-by: Keith Packard <keithp@keithp.com>
194
195 commit f418584d4d225827e08f56de86055eb3f074f8d1
196 Author: Keith Packard <keithp@keithp.com>
197 Date:   Mon Jun 27 17:26:19 2016 -0700
198
199     altos: Add STM DMA debugging
200     
201     This provides a command that shows current DMA operations when
202     compiled with -DDEBUG=1. Without that, this patch has no effect.
203     
204     Signed-off-by: Keith Packard <keithp@keithp.com>
205
206 commit 2e60cd22f6789c94343e6432822cedab028dc1ba
207 Author: Keith Packard <keithp@keithp.com>
208 Date:   Tue Jun 28 18:25:44 2016 -0700
209
210     altos/stm: Change ao_spi_send_sync definition to take const source
211     
212     Provides for a bit better error checking.
213     
214     Signed-off-by: Keith Packard <keithp@keithp.com>
215
216 commit 21a29c7452398e0cca0fb90f99fa42a2a0684668
217 Author: Keith Packard <keithp@keithp.com>
218 Date:   Tue Jun 28 17:15:27 2016 -0700
219
220     altos/stm: Add more SPI status register bits
221     
222     These weren't the original version of the docs that we had.
223     
224     Signed-off-by: Keith Packard <keithp@keithp.com>
225
226 commit 785d2697376ebd20531d22441a60c41bd927b42a
227 Author: Keith Packard <keithp@keithp.com>
228 Date:   Tue Jun 28 17:12:48 2016 -0700
229
230     altos/stm: use 0xff for dma mutex value for allocated mutexes
231     
232     DMA channels which are 'allocated' can't be shared. Instead of using
233     the value '1' in the related 'mutex', use 0xff which won't match any task.
234     
235     Signed-off-by: Keith Packard <keithp@keithp.com>
236
237 commit 0dec7d0885970a7d73468dd77220bae78e161b40
238 Author: Keith Packard <keithp@keithp.com>
239 Date:   Tue Jun 28 17:11:38 2016 -0700
240
241     altos/stm: remove ao_dma_abort
242     
243     This function isn't used anywhere.
244     
245     Signed-off-by: Keith Packard <keithp@keithp.com>
246
247 commit 974aaf73cbb720f1b1183cc239001528b6c7a5b9
248 Author: Keith Packard <keithp@keithp.com>
249 Date:   Tue Jun 28 17:09:00 2016 -0700
250
251     altos: Move comment in ao_sleep_for next to related code
252     
253     The comment got moved to the wrong place
254     
255     Signed-off-by: Keith Packard <keithp@keithp.com>
256
257 commit a7e0bb5eb661cfde31c383d605cb9cb8ca568bc7
258 Author: Keith Packard <keithp@keithp.com>
259 Date:   Tue Jun 28 17:04:59 2016 -0700
260
261     altos: Block interrupts while waking tasks sleeping on timers.
262     
263     Interrupts may not be blocked in the timer ISR, but they need to be
264     while walking the pending timer list and moving tasks back to the run
265     queue.
266     
267     Signed-off-by: Keith Packard <keithp@keithp.com>
268
269 commit 40abb0d1e2f43a60ffa34b055ebb913ee3e20faf
270 Author: Keith Packard <keithp@keithp.com>
271 Date:   Tue Jun 28 00:07:23 2016 -0700
272
273     altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too
274     
275     1.6.4 added Tmega 2.0 and TBT 3.0 firmware to linux and mac, but
276     neglected windows.
277     
278     Signed-off-by: Keith Packard <keithp@keithp.com>
279
280 commit 5b7e81628437389014fdd39e323a6f0176e02ba6
281 Author: Keith Packard <keithp@keithp.com>
282 Date:   Mon Jun 27 23:28:28 2016 -0700
283
284     Mark testing version 1.6.4.1
285     
286     Signed-off-by: Keith Packard <keithp@keithp.com>
287
288 commit 6d15cf1580563aea90e9c47f5b268c9c7bb9ba26
289 Author: Keith Packard <keithp@keithp.com>
290 Date:   Fri Jun 24 12:07:36 2016 -0700
291
292     altosdroid: Deal with multiple installed android SDKs
293     
294     Use the latest SDK's zipalign
295     
296     Signed-off-by: Keith Packard <keithp@keithp.com>
297
298 commit 3374a9069618658a33af54472d8670e3086af1e0
299 Author: Keith Packard <keithp@keithp.com>
300 Date:   Fri Jun 24 12:06:32 2016 -0700
301
302     ao-tools/ao-chaosread: Document length (-l) option
303     
304     Signed-off-by: Keith Packard <keithp@keithp.com>
305
306 commit ca59786b5022f592f6516a3ac54708789db14c94
307 Author: Keith Packard <keithp@keithp.com>
308 Date:   Mon Jun 20 10:19:32 2016 -0700
309
310     Bump android version to 13
311     
312     Need to update the maps API key in the package
313     
314     Signed-off-by: Keith Packard <keithp@keithp.com>
315
316 commit 10fa950cb9fee0ba28adfc5ead108657655bb289
317 Author: Bdale Garbee <bdale@gag.com>
318 Date:   Wed Jun 22 15:01:09 2016 -0600
319
320     switch libgtk-3-bin build-dep to gtk-update-icon-cache, closes: #825455
321
322 commit ed6eb010614b5b27757619fc629d7330fc8c4122
323 Author: Keith Packard <keithp@keithp.com>
324 Date:   Fri Jun 17 10:18:20 2016 -0700
325
326     doc: Add install-html script
327     
328     This script strips the XML-ish bits from html files so that ikiwiki
329     can parse them correctly
330     
331     Signed-off-by: Keith Packard <keithp@keithp.com>
332
333 commit 639e461ded29a48c155afea12171cbfc191ccfd7
334 Author: Bdale Garbee <bdale@gag.com>
335 Date:   Fri Jun 17 10:01:17 2016 -0600
336
337     releasing 1.6.4
338
339 commit 31cf047113ec72a78f4b500223a2c6be23bc86fd
340 Merge: 2f0c977 afe74c0
341 Author: Bdale Garbee <bdale@gag.com>
342 Date:   Fri Jun 17 10:00:10 2016 -0600
343
344     Merge branch 'master' into branch-1.6
345
346 commit afe74c067a31ce420d0d4cdac2069c1d258a5114
347 Author: Keith Packard <keithp@keithp.com>
348 Date:   Fri Jun 17 08:58:06 2016 -0700
349
350     Bump version to 1.6.4
351     
352     Signed-off-by: Keith Packard <keithp@keithp.com>
353
354 commit 0c5a1bea3ffa7c4b6b1503733e33911cbfcb3e80
355 Author: Keith Packard <keithp@keithp.com>
356 Date:   Fri Jun 17 08:54:19 2016 -0700
357
358     altoslib: Stop reflective JSON class walk at Object instead of null
359     
360     Android has classes above Object which are all tied together which
361     cause the object walking to fail in pretty spectacular ways. As Object
362     has no interesting fields, that serves as a fine barrier to the super
363     class walk and works on both android and real java.
364     
365     Signed-off-by: Keith Packard <keithp@keithp.com>
366
367 commit 383dec4449f8160c06804fba06290e7a07335934
368 Author: Keith Packard <keithp@keithp.com>
369 Date:   Fri Jun 17 08:27:12 2016 -0700
370
371     altosui: Print filename before attempting to parse in --summary mode
372     
373     Any problems handling the file are easier to debug if the filename is
374     visible above the error message.
375     
376     Signed-off-by: Keith Packard <keithp@keithp.com>
377
378 commit e8250fcb267a34fbbd8b88c6dcc8eec419bbcc68
379 Author: Keith Packard <keithp@keithp.com>
380 Date:   Fri Jun 17 08:26:31 2016 -0700
381
382     altoslib: Add back some JSON exception debugging printfs
383     
384     These make it possible to figure out where the JSON code went wrong.
385     
386     Signed-off-by: Keith Packard <keithp@keithp.com>
387
388 commit a46df4f69984e3ef0064c2b211438c8d8ffaab68
389 Author: Keith Packard <keithp@keithp.com>
390 Date:   Fri Jun 17 08:17:57 2016 -0700
391
392     altoslib: Add construction for remaining primitive array types to JSON
393     
394     AltosCompanion has an array of ints, which was missed until I tried a
395     telemetry file with companion data.
396     
397     Signed-off-by: Keith Packard <keithp@keithp.com>
398
399 commit 1ed6a3fb6356415c0d57ce2ce556435c6ff06e73
400 Author: Keith Packard <keithp@keithp.com>
401 Date:   Fri Jun 17 08:17:15 2016 -0700
402
403     altoslib: Add null constructor for AltosCompanion
404     
405     This lets it be used by the JSON code.
406     
407     Signed-off-by: Keith Packard <keithp@keithp.com>
408
409 commit 1dce20f7eee56166ac61798ca26eeb323dc8f012
410 Author: Keith Packard <keithp@keithp.com>
411 Date:   Fri Jun 17 00:52:38 2016 -0700
412
413     altoslib: Get rid of manual JSON encoding stuff
414     
415     Now that the reflective JSON stuff is working, we can delete all of
416     the manual code.
417     
418     Signed-off-by: Keith Packard <keithp@keithp.com>
419
420 commit 7175774c4f60ed3efd54417f2035b50ea0108c7b
421 Author: Keith Packard <keithp@keithp.com>
422 Date:   Fri Jun 17 00:02:05 2016 -0700
423
424     altoslib: Improve AltosState save/restore debugging
425     
426     When save/restore generate different values, write out the two
427     versions to one.json and two.json for easy comparison.
428     
429     Signed-off-by: Keith Packard <keithp@keithp.com>
430
431 commit 8df6afe843e184e98e5d965cee3af562dfa30a3b
432 Author: Keith Packard <keithp@keithp.com>
433 Date:   Fri Jun 17 00:01:15 2016 -0700
434
435     altoslib: Use reflection JSON code for frequency preferences
436     
437     This replaces the non-reflective JSON code with reflective code, which
438     is much shorter.
439     
440     Signed-off-by: Keith Packard <keithp@keithp.com>
441
442 commit 93de1d7ec841c55f5a1a63d34b422780a6fbe3c3
443 Author: Keith Packard <keithp@keithp.com>
444 Date:   Fri Jun 17 00:00:09 2016 -0700
445
446     altoslib: Add JSON-based object saving/restoring code
447     
448     This uses Java reflection to construct JSON strings for
449     most Java objects.
450     
451     Signed-off-by: Keith Packard <keithp@keithp.com>
452
453 commit 2a1b7c6c509d4d19de21abf02b63aeacba269d13
454 Author: Keith Packard <keithp@keithp.com>
455 Date:   Thu Jun 16 23:59:06 2016 -0700
456
457     altoslib: Add null constructors to AltosQuaternion and AltosRotation
458     
459     These will be used in the reflection-based JSON code
460     
461     Signed-off-by: Keith Packard <keithp@keithp.com>
462
463 commit f7e2f7f430e612c682bf55478860054ce94b995f
464 Author: Keith Packard <keithp@keithp.com>
465 Date:   Wed Jun 15 22:52:08 2016 -0700
466
467     altoslib: Remove AltosHashSet code
468     
469     Everything has switched to JSON now.
470     
471     Signed-off-by: Keith Packard <keithp@keithp.com>
472
473 commit 1b5ea911049a8afae6af475a4a2bf62a6e3aa57b
474 Author: Keith Packard <keithp@keithp.com>
475 Date:   Wed Jun 15 22:40:27 2016 -0700
476
477     altoslib: Switch preserved state format to JSON
478     
479     This is much easier to debug than the icky strings with backslashes everywhere.
480     
481     Signed-off-by: Keith Packard <keithp@keithp.com>
482
483 commit 1de8b6c340cec0b5a327392686c5a4e00f201e98
484 Author: Keith Packard <keithp@keithp.com>
485 Date:   Wed Jun 15 22:39:31 2016 -0700
486
487     doc: Updates to 1.6.4 release notes.
488     
489     Note USB fixes for host reboot and other changes.
490     
491     Signed-off-by: Keith Packard <keithp@keithp.com>
492
493 commit f28db1102685c87b9f4278268f7e91f5df18374a
494 Author: Keith Packard <keithp@keithp.com>
495 Date:   Wed Jun 15 22:38:32 2016 -0700
496
497     altosui: Don't open command window when --graph is provided
498     
499     When the user explicitly asks to open a graph, don't bring up the
500     command button window too.
501     
502     Signed-off-by: Keith Packard <keithp@keithp.com>
503
504 commit 2a4d741872449b5332f28e018fa3acc53ed7d891
505 Author: Keith Packard <keithp@keithp.com>
506 Date:   Wed Jun 15 22:37:39 2016 -0700
507
508     altosuilib: Track open frames, exit when none remain
509     
510     This will let us not have the altosui window open by causing the
511     application to shut down when the last frame closes.
512     
513     Signed-off-by: Keith Packard <keithp@keithp.com>
514
515 commit 04c6f4c54ac10f6464ffb8cab2186ac2b2eafb00
516 Author: Keith Packard <keithp@keithp.com>
517 Date:   Wed Jun 15 22:36:35 2016 -0700
518
519     altosui: Remove missing items from --summary output
520     
521     Check all values for MISSING before printing them.
522     
523     Signed-off-by: Keith Packard <keithp@keithp.com>
524
525 commit 7fd28830b6f7a20b35d85a92047ccb94c965fe29
526 Author: Keith Packard <keithp@keithp.com>
527 Date:   Wed Jun 15 22:33:55 2016 -0700
528
529     altosdroid: Auto save freq changes on 'ok'
530     
531     Add any pending changes in the edit entries to the frequency set when
532     the user selects 'ok'.
533     
534     Signed-off-by: Keith Packard <keithp@keithp.com>
535
536 commit 96eb350d3dfc83f6dfb31bbab1427f9206acde79
537 Author: Bdale Garbee <bdale@gag.com>
538 Date:   Sun Jun 12 09:23:36 2016 -0600
539
540     extend "ok" temp range to 40C, since battery charger on bench can drive temp above
541     35C at times in Bdale and Robert's production testing
542
543 commit eee7fa303fb0d80ac5d7b9c5a86af60333f61951
544 Author: Keith Packard <keithp@keithp.com>
545 Date:   Sat Jun 11 22:17:01 2016 -0700
546
547     altos/stmf0: Remove ao_usb_free
548     
549     This can't work without a lot more effort.
550     
551     Signed-off-by: Keith Packard <keithp@keithp.com>
552
553 commit 1704d27248f1845c545ec61cf1bad58bf41189af
554 Author: Keith Packard <keithp@keithp.com>
555 Date:   Sat Jun 11 22:16:12 2016 -0700
556
557     altos/stmf0: Rework the sram allocation to save a few text bytes
558     
559     Boot loaders were going over 4096 bytes of ROM. I suspect we'll need
560     more serious work soon.
561     
562     Signed-off-by: Keith Packard <keithp@keithp.com>
563
564 commit 36a08dc89ece6e2a2f0f69e3b31da17d66ceb2e2
565 Author: Keith Packard <keithp@keithp.com>
566 Date:   Fri Jun 10 14:40:26 2016 -0700
567
568     altos/cc1115l: Reduce trace buffer size
569     
570     A 32-element trace buffer is all the larger we can fit in teledongle.
571     
572     Signed-off-by: Keith Packard <keithp@keithp.com>
573
574 commit 7d21ff641a7bc35318f0f637589eabb5bb6c5152
575 Author: Keith Packard <keithp@keithp.com>
576 Date:   Fri Jun 10 14:39:25 2016 -0700
577
578     altos/stm: Handle USB reset in STM32L usb driver
579     
580     Just like lpc and stmf0, deal with the host resetting the bus while
581     rebooting by restoring all usb-related data to the initial values.
582     
583     Signed-off-by: Keith Packard <keithp@keithp.com>
584
585 commit 54f8d53584d0a902676b441cd122c01cd54f2283
586 Author: Keith Packard <keithp@keithp.com>
587 Date:   Fri Jun 10 14:33:50 2016 -0700
588
589     altos/lpc: Handle USB reset by resetting internal state
590     
591     Just like stmf0, this clears internal state at USB reset time so the
592     driver can survive host OS reboots.
593     
594     Signed-off-by: Keith Packard <keithp@keithp.com>
595
596 commit 36ba97fabbed2f2a4a89da5be221c630ea3ff66f
597 Author: Keith Packard <keithp@keithp.com>
598 Date:   Thu Jun 9 22:06:30 2016 -0700
599
600     stmf0: Do not send more data than requested for GET_DESCRIPTOR
601     
602     When Linux boots, it asks for only the first 8 bytes of the device
603     descriptor; we must limit the amount of data sent back to that amount
604     or USB will get wedged.
605     
606     Signed-off-by: Keith Packard <keithp@keithp.com>
607
608 commit 2970de9f92243b11d3beef56f3b1df3ef3579b95
609 Author: Keith Packard <keithp@keithp.com>
610 Date:   Thu Jun 9 22:05:24 2016 -0700
611
612     stmf0: Clear all USB state when resetting chip. Wakeup all sleepers
613     
614     When USB is reset, but the board is not power cycled, all of the
615     internal USB state needs to be reset, and any tasks blocked on sending
616     or receiving packets need to be awoken so they can go wait for USB to
617     start running again.
618     
619     Signed-off-by: Keith Packard <keithp@keithp.com>
620
621 commit 55c8e5aff2cc7b941503a04970f7d368261af52a
622 Author: Keith Packard <keithp@keithp.com>
623 Date:   Thu Jun 9 22:03:45 2016 -0700
624
625     telegps-v1.0: Document how SN 1959 was fixed
626     
627     SN1959 was fixed by jumpering pin 8 to pin 10 so that the DONE_INT_PIN
628     could be switched from PIO 2 to PIO 4 as pin 8 appeared to have failed.
629     
630     Signed-off-by: Keith Packard <keithp@keithp.com>
631
632 commit 4d57c8b87f29f23beb0d88f1cef179209b1c5992
633 Author: Keith Packard <keithp@keithp.com>
634 Date:   Sun Jun 5 09:17:12 2016 -0700
635
636     altosuilib: Only display map debugging when serial_debug is enabled
637     
638     This keeps the application quiet for most users.
639     
640     Signed-off-by: Keith Packard <keithp@keithp.com>
641
642 commit f982248573c1b646ac53fde980a60ada5404f6aa
643 Author: Keith Packard <keithp@keithp.com>
644 Date:   Fri May 27 20:30:18 2016 -0700
645
646     altosuilib: Fill preload map on site or lat/lon change
647     
648     This loads the map view with the selected area when the site entry is
649     changed or the user hits return in the lat/lon fields. This lets you
650     see the target launch site without having to load the whole preload set.
651     
652     Signed-off-by: Keith Packard <keithp@keithp.com>
653
654 commit f5944ba4eb3f419f8cad461872d048b5adf7b566
655 Author: Keith Packard <keithp@keithp.com>
656 Date:   Thu May 26 14:33:44 2016 -0700
657
658     doc: pad/idle indicator table was busted
659     
660     I stuck a pile of extra '|' characters in the table by mistake.
661     
662     Reported-by: Stan <stanleyosmith@gmail.com>
663     Signed-off-by: Keith Packard <keithp@keithp.com>
664
665 commit 0d966b74f756e88e5dffa92400b105f540429262
666 Author: Keith Packard <keithp@keithp.com>
667 Date:   Tue May 24 23:44:50 2016 -0700
668
669     altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
670     
671     This code isn't really new anymore...
672     
673     Signed-off-by: Keith Packard <keithp@keithp.com>
674
675 commit 59a9bdd73b580a9c934a574be7bf45c5033e14b5
676 Author: Keith Packard <keithp@keithp.com>
677 Date:   Tue May 24 23:40:47 2016 -0700
678
679     altosuilib: Have map preload respond to units and font size changes
680     
681     Just add suitable listeners so that the display updates when
682     preferences change.
683     
684     Signed-off-by: Keith Packard <keithp@keithp.com>
685
686 commit 7b5521966119fcc290591bf1b397506ef44cedea
687 Author: Keith Packard <keithp@keithp.com>
688 Date:   Tue May 24 23:40:03 2016 -0700
689
690     altoslib: use miles for distances > 1000ft.
691     
692     This makes both the map line and the other distance displays use miles
693     for distances greater than 1000 feet.
694     
695     Signed-off-by: Keith Packard <keithp@keithp.com>
696
697 commit 1ea855f95772a8a394407e0070be1ed9cc0f6650
698 Author: Keith Packard <keithp@keithp.com>
699 Date:   Sun May 15 13:59:12 2016 -0700
700
701     telegps: Add monitor idle mode
702     
703     This monitors directly connected devices. No support for doing monitor
704     idle using packet mode, as TeleGPS doesn't support that.
705     
706     Signed-off-by: Keith Packard <keithp@keithp.com>
707
708 commit df276262900551a5eecd94903eefe9a264b161ec
709 Author: Keith Packard <keithp@keithp.com>
710 Date:   Sun May 15 13:58:41 2016 -0700
711
712     telegps: Use log_space when flight_log_max is missing
713     
714     TeleGPS has this, but not flight_log_max
715     
716     Signed-off-by: Keith Packard <keithp@keithp.com>
717
718 commit 9287122edc0e2dec6b2542f4cc8cb9cf2900bb33
719 Author: Keith Packard <keithp@keithp.com>
720 Date:   Sun May 15 13:57:28 2016 -0700
721
722     altoslib: Add AltosIdleReader
723     
724     This provides an AltosFlightReader interface for monitor idle mode,
725     making that easier to provide in TeleGPS
726     
727     Signed-off-by: Keith Packard <keithp@keithp.com>
728
729 commit 3c4278a29082a2af5911e22e59f8f52549f549e3
730 Author: Keith Packard <keithp@keithp.com>
731 Date:   Sun May 15 13:56:21 2016 -0700
732
733     altoslib: Add log_space to AltosState
734     
735     TeleGPS doesn't have flight_log_max value, but does have log_space
736     which we can use for the same thing in monitor idle mode.
737     
738     Signed-off-by: Keith Packard <keithp@keithp.com>
739
740 commit f484216e72f81decb2aaa7289d6f69678990b7af
741 Author: Keith Packard <keithp@keithp.com>
742 Date:   Sun May 15 13:55:12 2016 -0700
743
744     altoslib: Set version and log space from AltosIdleFetch
745     
746     Just more data for monitor idle mode
747     
748     Signed-off-by: Keith Packard <keithp@keithp.com>
749
750 commit 29123a60272777916e5aae08369d0f03c2f135b6
751 Author: Keith Packard <keithp@keithp.com>
752 Date:   Sun May 15 13:53:38 2016 -0700
753
754     altoslib: Allow empty values in AltosHashSet representation
755     
756     Check for value termination before appending the first character.
757     
758     Signed-off-by: Keith Packard <keithp@keithp.com>
759
760 commit b1a90adac9f6e2a609ce1ccd6749462bb5c9adbe
761 Author: Keith Packard <keithp@keithp.com>
762 Date:   Thu May 12 23:33:53 2016 -0700
763
764     altoslib: Store saved state in version-independent format
765     
766     Use AltosHashSet for AltosState so that AltosDroid doesn't lose
767     tracker information when the application is upgraded.
768     
769     Signed-off-by: Keith Packard <keithp@keithp.com>
770
771 commit b13037fad0905c5933d1ff579122ba1357b02eea
772 Author: Keith Packard <keithp@keithp.com>
773 Date:   Thu May 12 19:13:05 2016 -0700
774
775     altoslib: Store common frequencies in library version-independent form
776     
777     Serializable Objects in java are very specific to the class being
778     serialized. As we bump the name of the library on a regular basis to
779     note API/ABI issues, this mean a saved a Serializable object in
780     the preferences database will fail to load across library version
781     upgrades.
782     
783     The saved tracker state and saved common frequencies were the only
784     objects saved in this form; this patch adds infrastructure for writing
785     objects in a version-independent form, and then adds support for
786     saving frequencies in that form.
787     
788     Signed-off-by: Keith Packard <keithp@keithp.com>
789
790 commit 2f4903f903223312d0a3a03dfd413059f24a07f5
791 Author: Keith Packard <keithp@keithp.com>
792 Date:   Thu May 12 19:10:19 2016 -0700
793
794     altosui/telegps/micropeak: Handle both MULTI_LIB and non-MULTI_LIB builds
795     
796     On x86 systems with -m32 and -m64 compilers, both libaltos32.so and
797     libaltos64.so are built. Otherwise, we should use libaltos.so
798     
799     altosui only dealt with libaltos32.so and libaltos64.so, so it only
800     worked on MULTI_LIB systems. telegps and micropeak only used
801     libaltos.so, so they wouldn't work correctly on multi-lib systems.
802     
803     Fix all of them to work either way.
804     
805     Signed-off-by: Keith Packard <keithp@keithp.com>
806
807 commit 64ed56fe3132faa8585c9cd7b0261ac85f70a7bd
808 Author: Keith Packard <keithp@keithp.com>
809 Date:   Thu May 12 18:05:14 2016 -0700
810
811     Automatically run 'git submodule update' if necessary
812     
813     This makes sure pdclib exists by updating for the all and
814     all-recursive targets
815     
816     Signed-off-by: Keith Packard <keithp@keithp.com>
817
818 commit 97adfff4cfb67c17a96f3ff46606b4e439422b01
819 Author: Keith Packard <keithp@keithp.com>
820 Date:   Thu May 12 12:14:03 2016 -0700
821
822     Bump java library versions
823     
824     Prepare for 1.6.4 release
825     
826     Signed-off-by: Keith Packard <keithp@keithp.com>
827
828 commit 3450efdf8bd736a33900493eeda348ec2dacf7e8
829 Author: Keith Packard <keithp@keithp.com>
830 Date:   Thu May 12 12:13:45 2016 -0700
831
832     Bump android app version
833     
834     Prepare for 1.6.4 release
835     
836     Signed-off-by: Keith Packard <keithp@keithp.com>
837
838 commit ba84b9c908d5909ea5a148c249709b21640f1eac
839 Author: Keith Packard <keithp@keithp.com>
840 Date:   Wed May 11 23:31:53 2016 -0700
841
842     telegps: Adapt to distance units switching changes
843     
844     'show_units' is no longer available; use 'parse_units' instead
845     
846     Signed-off-by: Keith Packard <keithp@keithp.com>
847
848 commit 2ec7e14f0104e3a227ff566fa2fc1f6286ddd9d0
849 Author: Keith Packard <keithp@keithp.com>
850 Date:   Wed May 11 12:48:10 2016 -0700
851
852     altoslib: Get rid of AltosMap from AltosMapLoader
853     
854     Cleans up the loader API and eliminates a AltosMapTile for every chunk
855     of map data.
856     
857     Signed-off-by: Keith Packard <keithp@keithp.com>
858
859 commit ab905d2f7d8929080042cfd16cc418ea5792c3cb
860 Author: Keith Packard <keithp@keithp.com>
861 Date:   Wed May 11 12:43:51 2016 -0700
862
863     altosdroid: make disconnect stick past pause/restart
864     
865     Clear the active_device preference on disconnect so we don't reconnect
866     anytime the service gets activated.
867     
868     Signed-off-by: Keith Packard <keithp@keithp.com>
869
870 commit 0a50669b1fde3e3c1cbc08c4836613b58ead219b
871 Author: Keith Packard <keithp@keithp.com>
872 Date:   Wed May 11 10:47:31 2016 -0700
873
874     altoslib: Clean up map file and url handling
875     
876     move it all to AltosMapStore.java
877     
878     Signed-off-by: Keith Packard <keithp@keithp.com>
879
880 commit 471091d0fddf09ed69df75e4f2fdd92e5f57b9c5
881 Author: Keith Packard <keithp@keithp.com>
882 Date:   Tue May 10 23:13:14 2016 -0700
883
884     doc: Start update for 1.6.4
885     
886     Signed-off-by: Keith Packard <keithp@keithp.com>
887
888 commit b2710128a715a109745ec40553a3d4149a7f49ab
889 Author: Keith Packard <keithp@keithp.com>
890 Date:   Tue May 10 23:04:23 2016 -0700
891
892     altosuilib: Don't flicker missing voltages when changing units
893     
894     For some reason, a value of MISSING -1 was getting used, which caused
895     displays to light up briefly with a weird value when switching between
896     metric and imperial units.
897     
898     Signed-off-by: Keith Packard <keithp@keithp.com>
899
900 commit 895cb58a6cd7424ee63c24d791b5988f41f85d31
901 Author: Keith Packard <keithp@keithp.com>
902 Date:   Tue May 10 23:03:45 2016 -0700
903
904     altosdroid: Rate limit map loading pacifier
905     
906     Just like in altosui.
907     
908     Signed-off-by: Keith Packard <keithp@keithp.com>
909
910 commit c5f49d0ac254047f13c6c1ecfb5520eff72109ac
911 Author: Keith Packard <keithp@keithp.com>
912 Date:   Tue May 10 23:02:09 2016 -0700
913
914     altoslib: Allow map preloading to be aborted
915     
916     Close the map preload dialog and it would be nice to stop loading map
917     bits.
918     
919     Signed-off-by: Keith Packard <keithp@keithp.com>
920
921 commit 2e551e7c5f82a7e35d39e8f73e8e526e5484cd5d
922 Author: Keith Packard <keithp@keithp.com>
923 Date:   Tue May 10 22:50:23 2016 -0700
924
925     altosuilib: Rate limit map loading pacifier updates
926     
927     Just updating the pacifier was consuming a huge amount of CPU. Update
928     no more than once every 100ms.
929     
930     Signed-off-by: Keith Packard <keithp@keithp.com>
931
932 commit 42021d9fdc6f7a74cc9b20ebf3cf60b4c5f4ea82
933 Author: Keith Packard <keithp@keithp.com>
934 Date:   Tue May 10 22:49:04 2016 -0700
935
936     altoslib: Remove some debug printf calls
937     
938     Signed-off-by: Keith Packard <keithp@keithp.com>
939
940 commit 60f4d69592c440ab7bb67a04f4c07fc7279d2c20
941 Author: Keith Packard <keithp@keithp.com>
942 Date:   Tue May 10 22:46:58 2016 -0700
943
944     altoslib: Switch distance from m/ft to km/miles for large values
945     
946     This adds lots of infrastructure to deal with making the unit used
947     depend on the value itself, and then uses it only for distances.
948     
949     Signed-off-by: Keith Packard <keithp@keithp.com>
950
951 commit 6a6da23335e6e5864387c7a22946f80f51056a4f
952 Author: Keith Packard <keithp@keithp.com>
953 Date:   Tue May 10 12:29:14 2016 -0700
954
955     Add TeleMega to spec list. Add TeleGPS RF output.
956     
957     Signed-off-by: Keith Packard <keithp@keithp.com>
958
959 commit d92ca1cd4dfbacebd7aa1bbcfc671daee35dc808
960 Author: Keith Packard <keithp@keithp.com>
961 Date:   Tue May 10 12:28:51 2016 -0700
962
963     Publish firmware with keithp-fat
964     
965     Signed-off-by: Keith Packard <keithp@keithp.com>
966
967 commit a371253bb5fc25e34d87507dc9b814530f4e28f6
968 Author: Keith Packard <keithp@keithp.com>
969 Date:   Mon May 9 17:57:12 2016 -0700
970
971     altosdroid: Check for closed before writing/reading bluetooth
972     
973     Signed-off-by: Keith Packard <keithp@keithp.com>
974
975 commit c57d86f6c9b56e90c986f460f93663a3e16cdf7a
976 Author: Keith Packard <keithp@keithp.com>
977 Date:   Mon May 9 17:56:28 2016 -0700
978
979     altosui/telegps: Ship firmware for new hardware
980     
981     TBT v3.0 and Tmega v2.0
982     
983     Signed-off-by: Keith Packard <keithp@keithp.com>
984
985 commit f078235803a80403014b3e54039fd2d0e0704367
986 Merge: 04759dd c457c82
987 Author: Bdale Garbee <bdale@gag.com>
988 Date:   Mon May 9 15:52:38 2016 -0600
989
990     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
991
992 commit 04759dddeb29e4de9f7e6b3673dc06c633fa2369
993 Author: Bdale Garbee <bdale@gag.com>
994 Date:   Mon May 9 15:52:21 2016 -0600
995
996     process updates made during 1.6.3 release cycle
997
998 commit c457c827a7445098ba5effd410de754ff5c65843
999 Author: Keith Packard <keithp@keithp.com>
1000 Date:   Mon May 9 11:48:42 2016 -0700
1001
1002     Bump version to 1.6.3.1
1003     
1004     Post 1.6.3 release
1005     
1006     Signed-off-by: Keith Packard <keithp@keithp.com>
1007
1008 commit b25785ee0afebaf516b8a1b8d08d36fbdadd74ca
1009 Author: Keith Packard <keithp@keithp.com>
1010 Date:   Mon May 9 11:33:48 2016 -0700
1011
1012     altos/cc1111: Use SW to drive UART RTS pin
1013     
1014     Can't get the hw to work.
1015     
1016     Signed-off-by: Keith Packard <keithp@keithp.com>
1017
1018 commit 2f0c977c747824d0798550ac64eceb1d66c50efd
1019 Author: Bdale Garbee <bdale@gag.com>
1020 Date:   Fri May 6 18:12:20 2016 -0600
1021
1022     releasing 1.6.3
1023
1024 commit 15ae97fbdb4e75a74ea2e716194661d19dec46ff
1025 Merge: ac7be4a 1216c0c
1026 Author: Bdale Garbee <bdale@gag.com>
1027 Date:   Fri May 6 18:11:01 2016 -0600
1028
1029     Merge branch 'master' into branch-1.6
1030
1031 commit 1216c0ccece4ca1492967a341c5d01e9e5068ed8
1032 Author: Keith Packard <keithp@keithp.com>
1033 Date:   Fri May 6 17:10:14 2016 -0700
1034
1035     Ignore some built files for 1.6.3
1036     
1037     Signed-off-by: Keith Packard <keithp@keithp.com>
1038
1039 commit ac7be4a40df88ee3a0992e041635e4ac4cf5ac48
1040 Merge: b53c78e ce4c8a8
1041 Author: Bdale Garbee <bdale@gag.com>
1042 Date:   Fri May 6 17:59:39 2016 -0600
1043
1044     Merge branch 'master' into branch-1.6
1045
1046 commit ce4c8a8ad57515e851207b0a82f3af791bb30d3e
1047 Merge: aa9630c 320e312
1048 Author: Bdale Garbee <bdale@gag.com>
1049 Date:   Fri May 6 17:49:30 2016 -0600
1050
1051     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
1052
1053 commit aa9630c30ee09bf358e77bf47ed0815a19237fca
1054 Author: Bdale Garbee <bdale@gag.com>
1055 Date:   Fri May 6 17:49:09 2016 -0600
1056
1057     add beep to TeleMega turnon script
1058
1059 commit 320e312db36fb6519a0bb1530d79595af18cdc86
1060 Author: Keith Packard <keithp@keithp.com>
1061 Date:   Fri May 6 16:46:57 2016 -0700
1062
1063     windows: Change install to look for browser in a different place
1064     
1065     The windows registry is a mystery.
1066     
1067     Signed-off-by: Keith Packard <keithp@keithp.com>
1068
1069 commit e0081f7ba6fc9f1e4484d3e291fd30065ad5b620
1070 Author: Keith Packard <keithp@keithp.com>
1071 Date:   Thu May 5 02:25:52 2016 -0700
1072
1073     altoslib: Fix map preloading callbacks, run in separate thread
1074     
1075     The map storage and tile callbacks were muddled together. Create
1076     clearly separate states for map data and have status updates be
1077     delivered when registering for new status events so that registration
1078     is sufficient to track the state without an explicit call to get the
1079     current state.
1080     
1081     Run the map tile creation in a separate thread so that even checking
1082     status of files on disk runs out of the UI thread.
1083     
1084     These fixes serve to make the pacifier update more smoothly, and also
1085     not over/under count tile loading so that the loading actually
1086     completes when all of the tiles are loaded.
1087     
1088     Signed-off-by: Keith Packard <keithp@keithp.com>
1089
1090 commit 13179f614a99cad3016832ac1b365eaa4208c10f
1091 Author: Keith Packard <keithp@keithp.com>
1092 Date:   Wed May 4 23:56:44 2016 -0700
1093
1094     micropeak: Change order of windows install so that java detect works
1095     
1096     I have no idea why this matters, but if you run the FTDI script before
1097     trying to detect java, then the javaw.exe program isn't found and java
1098     detection fails.
1099     
1100     Signed-off-by: Keith Packard <keithp@keithp.com>
1101
1102 commit 85191fe911a5ea4af384bff9b2ed9986679cd9fd
1103 Author: Keith Packard <keithp@keithp.com>
1104 Date:   Wed May 4 21:13:31 2016 -0700
1105
1106     doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixes
1107     
1108     Signed-off-by: Keith Packard <keithp@keithp.com>
1109
1110 commit 541996f95f9e26299618dbb79e723b82a52afd31
1111 Author: Keith Packard <keithp@keithp.com>
1112 Date:   Wed May 4 21:12:46 2016 -0700
1113
1114     doc: Update AltosDroid chapter for 1.6.3
1115     
1116     New menu structure, idle mode and frequency configuration
1117     
1118     Signed-off-by: Keith Packard <keithp@keithp.com>
1119
1120 commit b540f6f5b034f33b8e1d1c3b91e2403a56479caa
1121 Author: Keith Packard <keithp@keithp.com>
1122 Date:   Mon May 2 16:19:39 2016 -0700
1123
1124     altos: Make sure AO_MMA655X_INVERT is declared where needed
1125     
1126     Add #define AO_MMA655X_INVERT 0 to existing products which didn't
1127     declare it at all. This will make sure the value is set correctly for
1128     each new board.
1129     
1130     Signed-off-by: Keith Packard <keithp@keithp.com>
1131
1132 commit 0b0b359cbce6b818257b44b2a6aee0edcbaee40d
1133 Author: Keith Packard <keithp@keithp.com>
1134 Date:   Mon May 2 16:13:53 2016 -0700
1135
1136     altoslib: Deal with TeleMetrum v2.0 MMA6555 being inverted
1137     
1138     Dumping the MMA655X data with the 'A' command provides the raw sensor
1139     value. On TM v2.0 boards, the sensor is inverted, and all of the
1140     firmware uses the inverted value except for the 'dump the raw data'
1141     command. As a result, MonitorIdle was using the un-inverted value and
1142     displaying mystic values.
1143     
1144     I've fixed this in the ground station code by checking the product
1145     name and conditionally inverting the value (4095 - value) for
1146     TeleMetrum v2.0 products. Unknown products will generate a warning
1147     dialog on AltosUI so we'll catch places where we've failed to add a
1148     new product name.
1149     
1150     Signed-off-by: Keith Packard <keithp@keithp.com>
1151
1152 commit 1a797f5fd5d25ba635fd79ad7604763253caabf2
1153 Author: Keith Packard <keithp@keithp.com>
1154 Date:   Sat Apr 30 18:38:42 2016 -0700
1155
1156     publish AltosDroid in keithp-fat target
1157     
1158     Signed-off-by: Keith Packard <keithp@keithp.com>
1159
1160 commit 59466c1c2dbf95c427c2bb52304049eaac4d124f
1161 Author: Keith Packard <keithp@keithp.com>
1162 Date:   Sat Apr 30 18:37:05 2016 -0700
1163
1164     altoslib: Flush during set_state. Don't store listener state.
1165     
1166     The listener state wasn't used anyways, so don't bother storing
1167     it. Also, flush the state during set_state, which actually causes the
1168     state to be written out.
1169     
1170     Signed-off-by: Keith Packard <keithp@keithp.com>
1171
1172 commit 4219fd7720caeec196bf6cb1b4cf78c8fadaf3cd
1173 Author: Keith Packard <keithp@keithp.com>
1174 Date:   Sat Apr 30 18:33:25 2016 -0700
1175
1176     altoslib: Correct stats for flights without a real landing
1177     
1178     The landing time was miscomputed when the flight ended without
1179     entering the landed state, as when the recording terminates at
1180     apogee.
1181     
1182     This led to an uncomputed average boost accel, so that is now checked
1183     separately from max accel (which is done over the whole flight, not
1184     just boost).
1185     
1186     Signed-off-by: Keith Packard <keithp@keithp.com>
1187
1188 commit 9734f1198429dc8939eebf48b6e6acc1cef96485
1189 Author: Keith Packard <keithp@keithp.com>
1190 Date:   Sat Apr 30 18:30:16 2016 -0700
1191
1192     altosdroid: max height is a height, not a speed
1193     
1194     Was using the wrong units in the flight tab
1195     
1196     Signed-off-by: Keith Packard <keithp@keithp.com>
1197
1198 commit 7695da327ff8861a858b6695f4849fa1399548d8
1199 Author: Keith Packard <keithp@keithp.com>
1200 Date:   Sat Apr 30 08:46:52 2016 -0700
1201
1202     Revert "altos/stm: Run scheduler code on interrupt stack"
1203     
1204     This reverts commit 6a9546413d6a236c010e806b50506d870961d074.
1205     
1206     This causes the device to stop reliably handling interrupts.
1207
1208 commit 7db1cba64a2f6c80c5fe6e3073a0ff65be9c04c1
1209 Author: Keith Packard <keithp@keithp.com>
1210 Date:   Fri Apr 29 21:49:43 2016 -0700
1211
1212     doc: Add idle mode info to 1.6.3 release note
1213     
1214     Signed-off-by: Keith Packard <keithp@keithp.com>
1215
1216 commit ec20e2f72460010c4f59e6d59775671260e01026
1217 Author: Keith Packard <keithp@keithp.com>
1218 Date:   Thu Apr 28 12:29:16 2016 -0700
1219
1220     altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
1221     
1222     This lets us add functionality to this directly, such as the new
1223     serializable APIs.
1224     
1225     Signed-off-by: Keith Packard <keithp@keithp.com>
1226
1227 commit 3c7b68b8a513b611500dfd734182e1a2e7bdd40c
1228 Author: Keith Packard <keithp@keithp.com>
1229 Date:   Wed Apr 27 01:40:47 2016 -0400
1230
1231     altosdroid: Add configurable frequency set
1232     
1233     Signed-off-by: Keith Packard <keithp@keithp.com>
1234
1235 commit 02f47fa98536eb0ecd58cd8f063600ced60e0a8a
1236 Author: Keith Packard <keithp@keithp.com>
1237 Date:   Wed Apr 27 01:39:01 2016 -0400
1238
1239     Fix key in AndroidManifest.xml.in
1240     
1241     Signed-off-by: Keith Packard <keithp@keithp.com>
1242
1243 commit d81f94fd5339d513de9bde5a2e19f8eca526344f
1244 Author: Keith Packard <keithp@keithp.com>
1245 Date:   Tue Apr 26 21:01:44 2016 -0400
1246
1247     altosdroid: Split setup functions to separate dialog
1248     
1249     Remove them from the options menu, handle all preferences through
1250     listeners.
1251     
1252     Signed-off-by: Keith Packard <keithp@keithp.com>
1253
1254 commit 204ae5142702044eb8ad2697a55028e904067958
1255 Author: Keith Packard <keithp@keithp.com>
1256 Date:   Mon Apr 25 23:12:34 2016 -0400
1257
1258     altosdroid: Add idle mode monitoring, reboot. Start igniters
1259     
1260     This adds three idle mode operations -- monitor idle, reboot flight
1261     computer and test igniters. The igniter test isn't quite wired up.
1262     
1263     Signed-off-by: Keith Packard <keithp@keithp.com>
1264
1265 commit 565404599fe9edf9ba16aec348eeb19ea31af743
1266 Author: Keith Packard <keithp@keithp.com>
1267 Date:   Mon Apr 25 18:50:58 2016 -0400
1268
1269     altos: Clear packet queue when starting packet master
1270     
1271     This avoids overfilling the packet buffer when
1272     disconnected. Applications using packet mode shouldn't expect that
1273     output be saved across master sessions.
1274     
1275     Signed-off-by: Keith Packard <keithp@keithp.com>
1276
1277 commit c816bea3536d025568dab313d7c8944a56ba0801
1278 Author: Keith Packard <keithp@keithp.com>
1279 Date:   Mon Apr 25 18:49:45 2016 -0400
1280
1281     altos/telebt-v3.0: Flip CTS/RTS pins for BT module
1282     
1283     These are wired backwards, so ask that the right pins be used, which
1284     requires switching to software control of the pins.
1285     
1286     Signed-off-by: Keith Packard <keithp@keithp.com>
1287
1288 commit 27319e4edbc503f193475b437fa5fe2937d47cbe
1289 Author: Keith Packard <keithp@keithp.com>
1290 Date:   Mon Apr 25 18:48:47 2016 -0400
1291
1292     altos/stm32l: Add support for software-driven HW flow control
1293     
1294     This allows applications to request that the flow control bits be
1295     driven from software rather than hardware, permitting more flexible
1296     pin configuration.
1297     
1298     Signed-off-by: Keith Packard <keithp@keithp.com>
1299
1300 commit 7c9a111ac1c88467ce28e03b4a9d3eabc9d7015b
1301 Author: Keith Packard <keithp@keithp.com>
1302 Date:   Tue Jan 19 23:53:27 2016 -0800
1303
1304     altos: Use TXE instead of TC for serial on STM32l
1305     
1306     Using TXE allows for full-speed communication, rather than waiting for
1307     each byte to be transmitted before inserting the next into the queue.
1308     
1309     Signed-off-by: Keith Packard <keithp@keithp.com>
1310
1311 commit eee2ca7fa7fd77be8ca5806cad7e250053465048
1312 Author: Keith Packard <keithp@keithp.com>
1313 Date:   Mon Apr 25 11:47:45 2016 -0400
1314
1315     Debug bits for telebt
1316
1317 commit a995d73838c8e7ec5126e563baa2e59d5e071b28
1318 Author: Keith Packard <keithp@keithp.com>
1319 Date:   Fri Apr 22 19:15:51 2016 -0400
1320
1321     altoslib: Don't try to drag lines around until map is loaded
1322     
1323     When the transform is null, it's hard to draw lines.
1324     
1325     Signed-off-by: Keith Packard <keithp@keithp.com>
1326
1327 commit a5373e2f9d2f1af211aa98029d448aeb518b45ce
1328 Author: Keith Packard <keithp@keithp.com>
1329 Date:   Fri Apr 22 19:15:05 2016 -0400
1330
1331     altoslib: Report exceptions caught while opening launch sites URL
1332     
1333     This just dumps them to stdout, which helps debug on Linux at least.
1334     
1335     Signed-off-by: Keith Packard <keithp@keithp.com>
1336
1337 commit 6bca0ed8183b85e5825eb0f4093dcd749592faf3
1338 Author: Keith Packard <keithp@keithp.com>
1339 Date:   Fri Apr 22 19:00:46 2016 -0400
1340
1341     altoslib: Use feet per second for imperial speed
1342     
1343     This is more useful during descent than miles per hour...
1344     
1345     Signed-off-by: Keith Packard <keithp@keithp.com>
1346
1347 commit f49fd5d2be68de97ebe65fa4f6484746e91dd677
1348 Author: Keith Packard <keithp@keithp.com>
1349 Date:   Fri Apr 22 18:53:32 2016 -0400
1350
1351     altosdroid: Run even without Bluetooth
1352     
1353     This lets us view old state information on USB-only devices, or when
1354     the bluetooth device can't be enabled.
1355     
1356     Signed-off-by: Keith Packard <keithp@keithp.com>
1357
1358 commit ea89feedd4185a5f583fa8ddf33a2ec0906e0dc0
1359 Author: Keith Packard <keithp@keithp.com>
1360 Date:   Fri Apr 22 18:52:42 2016 -0400
1361
1362     altosdroid: Redraw offline map when my location changes
1363     
1364     Update the map view even if there isn't any current telemetry data.
1365     
1366     Signed-off-by: Keith Packard <keithp@keithp.com>
1367
1368 commit 39af826ce9032e339929eb7917b1d29c87d03f69
1369 Author: Keith Packard <keithp@keithp.com>
1370 Date:   Fri Apr 22 17:32:10 2016 -0400
1371
1372     altosdroid: Track device location in app, not telemetry service
1373     
1374     This means we get location even if there isn't a telemetry device
1375     connected, making it possible to walk to old device locations
1376     
1377     Signed-off-by: Keith Packard <keithp@keithp.com>
1378
1379 commit b3f0c4d5c4ab8288db5fcabb0e848627031c4fd1
1380 Author: Keith Packard <keithp@keithp.com>
1381 Date:   Fri Apr 22 17:31:49 2016 -0400
1382
1383     Bump version to 1.6.3
1384     
1385     Signed-off-by: Keith Packard <keithp@keithp.com>
1386
1387 commit 57c1320962ad08d52e89d39bd5852f8d228dd872
1388 Author: Keith Packard <keithp@keithp.com>
1389 Date:   Thu Apr 21 22:37:35 2016 -0400
1390
1391     altosdroid: Can only use message once
1392     
1393     And here I thought re-using the message was clever. That generates a
1394     nice exception and crashes the program.
1395     
1396     Signed-off-by: Keith Packard <keithp@keithp.com>
1397
1398 commit 4d4a39b569d7982405748b961b93dcd33e59b833
1399 Author: Keith Packard <keithp@keithp.com>
1400 Date:   Thu Apr 21 21:32:50 2016 -0400
1401
1402     Add preliminary 1.6.3 release notes
1403     
1404     Signed-off-by: Keith Packard <keithp@keithp.com>
1405
1406 commit 565d8f22c23c7c6c6817d11ef1ca02e70ba5d2ae
1407 Author: Keith Packard <keithp@keithp.com>
1408 Date:   Wed Apr 20 20:27:47 2016 -0400
1409
1410     libaltos: Fix for Mac OS X El Capitan
1411     
1412     USB enumeration for serial devices changed
1413     
1414     Signed-off-by: Keith Packard <keithp@keithp.com>
1415
1416 commit f10fbff6758dfcfbeeeb224f8ab02fa107aae5f6
1417 Author: Justin Vreeland <vreeland.justin@gmail.com>
1418 Date:   Thu Apr 21 08:30:10 2016 -0400
1419
1420     Fix java class differing only by case
1421     
1422     OSX and Windows cannot handle files with names differing only by
1423     case.  When these files are present in either there's a constant
1424     unfixable change viewable in git status and git diff.
1425     
1426     Since this code can be run and compiled on both platforms
1427     names different only by case should be avoided.
1428     
1429     Signed-off-by: Justin Vreeland <vreeland.justin@gmail.com>
1430     Signed-off-by: Keith Packard <keithp@keithp.com>
1431
1432 commit c989237366ada094cdc817f50b7f58bbcf5b377a
1433 Author: Keith Packard <keithp@keithp.com>
1434 Date:   Thu Apr 21 21:11:29 2016 -0400
1435
1436     Prepare for new Android release by updating version number
1437     
1438     10->11
1439     
1440     Signed-off-by: Keith Packard <keithp@keithp.com>
1441
1442 commit 18b10ddf0e713431cb3e1065e62b0e6f597ce9d7
1443 Author: Keith Packard <keithp@keithp.com>
1444 Date:   Thu Apr 21 21:12:06 2016 -0400
1445
1446     AltosDroid play store keys have moved, update configure.ac
1447     
1448     The actual build files were already updated, but the configure.ac bits
1449     which detect that they are available were not.
1450     
1451     Signed-off-by: Keith Packard <keithp@keithp.com>
1452
1453 commit 21d176f161b90f18f236ef887cef9676d712eee3
1454 Author: Keith Packard <keithp@keithp.com>
1455 Date:   Thu Apr 21 21:12:40 2016 -0400
1456
1457     Update java library version numbers
1458     
1459     Prepare for 1.6.3 release.
1460     
1461     Signed-off-by: Keith Packard <keithp@keithp.com>
1462
1463 commit 4db6074bb15c66bd23c513e1e41b408e5408cff8
1464 Author: Keith Packard <keithp@keithp.com>
1465 Date:   Tue Apr 19 23:19:59 2016 -0400
1466
1467     altos: avoid mixed declarations and code in ao_task.c
1468     
1469     sdcc can't handle this.
1470     
1471     Signed-off-by: Keith Packard <keithp@keithp.com>
1472
1473 commit 09acb6821ab490d69f679a195e70acb4a71ba342
1474 Author: Keith Packard <keithp@keithp.com>
1475 Date:   Tue Apr 19 23:18:46 2016 -0400
1476
1477     altoslib: switch from keySet() to keys() in altos map tiles
1478     
1479     Android appears to not have the keySet() API in the same way that
1480     regular java does, so use the alternate older keys() api instead.
1481     
1482     Signed-off-by: Keith Packard <keithp@keithp.com>
1483
1484 commit 49c3e3dffe748d0d155d4876efcaf7d39e1cc8e3
1485 Author: Keith Packard <keithp@keithp.com>
1486 Date:   Tue Apr 19 23:17:50 2016 -0400
1487
1488     altoslib: Make AltosGPSSat implement Serializable
1489     
1490     This is required to save state values in AltosDroid.
1491     
1492     Signed-off-by: Keith Packard <keithp@keithp.com>
1493
1494 commit 45bcf595d0a6a6001459f7f2055cd15e4839550b
1495 Author: Keith Packard <keithp@keithp.com>
1496 Date:   Tue Apr 19 23:17:01 2016 -0400
1497
1498     altoslib: Add debugging to AltosPreferences.state() etc
1499     
1500     This let me find why AltosDroid was losing the last state information
1501     for each target.
1502     
1503     Signed-off-by: Keith Packard <keithp@keithp.com>
1504
1505 commit 90ba010aaa84a7d8b93c63543568a16ab0cb5984
1506 Author: Keith Packard <keithp@keithp.com>
1507 Date:   Tue Apr 19 23:15:26 2016 -0400
1508
1509     altosdroid: Don't set target location if lat/lon is MISSING
1510     
1511     Otherwise, we get a nice pointer to some random location on the planet.
1512     
1513     Signed-off-by: Keith Packard <keithp@keithp.com>
1514
1515 commit fd0ca040a5cccae18145bd29b3e4c09f14df3865
1516 Author: Keith Packard <keithp@keithp.com>
1517 Date:   Wed Apr 13 06:14:33 2016 -0700
1518
1519     altos/telefiretwo-v0.2: Change alarm names in comment
1520     
1521     The PCB is labeled 'A' and 'B'.
1522     
1523     Signed-off-by: Keith Packard <keithp@keithp.com>
1524
1525 commit 3abc0fc5e4484d862709501133d35563aa0c25fa
1526 Author: Keith Packard <keithp@keithp.com>
1527 Date:   Wed Apr 13 06:11:44 2016 -0700
1528
1529     altos/stmf0: Fix external interrupts
1530     
1531     Missing a reserved address in the registers broke everything nicely,
1532     but the priority values were also wrong - stm32f0 exposes 8 bits per
1533     priority, like the stm32l, but it uses only the top two bits.
1534     
1535     Signed-off-by: Keith Packard <keithp@keithp.com>
1536
1537 commit 14fecd672807982ce6232fa3b4bdce0aebe132e8
1538 Author: Keith Packard <keithp@keithp.com>
1539 Date:   Wed Apr 6 22:32:36 2016 -0700
1540
1541     Add TeleFireTwo v0.2 project
1542     
1543     This is much like TeleFireTwo v0.1, with only one pyro channel and
1544     added siren and strobe
1545     
1546     Signed-off-by: Keith Packard <keithp@keithp.com>
1547
1548 commit 70e46100acf597014ce54cf3b642254ce1cba59b
1549 Author: Keith Packard <keithp@keithp.com>
1550 Date:   Tue Apr 5 23:45:52 2016 -0700
1551
1552     altos/telelcotwo: Add idle timeout
1553     
1554     Puts TeleLCOTwo in a low power state (drawing about 80µA) after a
1555     timeout (default two minutes) to keep from killing the battery if the
1556     device is left turned on.
1557     
1558     Signed-off-by: Keith Packard <keithp@keithp.com>
1559
1560 commit aef5049cf8311927fada922730f85f31c8ddf177
1561 Author: Keith Packard <keithp@keithp.com>
1562 Date:   Fri Dec 25 20:46:40 2015 -0800
1563
1564     altos: Use simpler debounce logic for buttons
1565     
1566     Instead of waiting for a while after the transition to decide if it
1567     has stuck, signal the event right away and then ignore other
1568     transitions for the debounce interval.
1569     
1570     This seems to work just as reliably, but has the benefit of
1571     eliminating button latency at press time.
1572     
1573     Signed-off-by: Keith Packard <keithp@keithp.com>
1574
1575 commit 4c2a7503373c0584de77f9b0e5632a58ab8bbd1f
1576 Author: Keith Packard <keithp@keithp.com>
1577 Date:   Fri Dec 25 11:26:34 2015 -0800
1578
1579     altos: Add ao_lco_two.c; alternate LCO interface code
1580     
1581     The LCO interface is likely to end up very device specific as the
1582     interactions depends on the input devices. Here's a version for
1583     TeleLCOTwo, which has two arming switches and a firing button.
1584     
1585     Signed-off-by: Keith Packard <keithp@keithp.com>
1586
1587 commit 26023cfbf7e117114a4d62b7dbfc0f907efdfb47
1588 Author: Keith Packard <keithp@keithp.com>
1589 Date:   Mon Dec 21 21:52:31 2015 -0800
1590
1591     altos: Fix telefiretwo .gitignore
1592     
1593     Was ignoring the wrong built files
1594     
1595     Signed-off-by: Keith Packard <keithp@keithp.com>
1596
1597 commit 11f8ab90d2267715010e652d709beec363f74ed5
1598 Author: Keith Packard <keithp@keithp.com>
1599 Date:   Mon Dec 21 21:50:43 2015 -0800
1600
1601     altos: Add TeleLCOTwo firmware
1602     
1603     The LCO side of a two-channel launch controller setup.
1604     
1605     Signed-off-by: Keith Packard <keithp@keithp.com>
1606
1607 commit e6bad553009704af69b08b4a22fb5eb8ac6921f8
1608 Author: Keith Packard <keithp@keithp.com>
1609 Date:   Mon Dec 21 21:48:37 2015 -0800
1610
1611     altos: Support pad/lco boxes with fixed box numbers
1612     
1613     This allows for a configuration without adjustable box numbers on
1614     either end of the link, simplifying the UI.
1615     
1616     Signed-off-by: Keith Packard <keithp@keithp.com>
1617
1618 commit 93100ae8d4c8bd8fd6bdeff2cdc87b613c5d8058
1619 Author: Keith Packard <keithp@keithp.com>
1620 Date:   Mon Dec 21 21:47:10 2015 -0800
1621
1622     altos: Allow for pad boxes with different sensor configurations
1623     
1624     This allows for a pad box without a resistor from power to each
1625     FET. That resistor is needed to detect welded relays, but in a
1626     solid-state system, that's not a possibility.
1627     
1628     Signed-off-by: Keith Packard <keithp@keithp.com>
1629
1630 commit f2038dd2cfed5bbf049144172e3f7436b6cd3a55
1631 Author: Keith Packard <keithp@keithp.com>
1632 Date:   Thu Dec 17 19:54:23 2015 -0800
1633
1634     altos: telefiretwo-v0.1 bits
1635     
1636     Get this board running.
1637     
1638     Signed-off-by: Keith Packard <keithp@keithp.com>
1639
1640 commit 26ce7a9a213bdd35a13937054988e7b8fa749632
1641 Author: Keith Packard <keithp@keithp.com>
1642 Date:   Thu Dec 17 19:30:35 2015 -0800
1643
1644     altos: Add pad support for new telefire versions
1645     
1646     Makes the voltage divider values configurable, and allows for pyro
1647     channels that don't have the resistors necessary to check for a stuck
1648     relay.
1649     
1650     Also supports STM32L processors with wider GPIO registers, and uses
1651     the new ao_gpio_set/clr_bits functions to fire igniters rather than
1652     cc1111-specific code.
1653     
1654     Signed-off-by: Keith Packard <keithp@keithp.com>
1655
1656 commit 553c89f8c64398cb1a815b1fa248980cd3f62ef8
1657 Author: Keith Packard <keithp@keithp.com>
1658 Date:   Thu Dec 17 19:29:36 2015 -0800
1659
1660     altos: Support telefire products in cc1200 driver
1661     
1662     Need to disable the pad code while testing the radio.
1663     
1664     Signed-off-by: Keith Packard <keithp@keithp.com>
1665
1666 commit b8a19e83b7b1b8e2a1fcbdd58e41f9f974ae28ff
1667 Author: Keith Packard <keithp@keithp.com>
1668 Date:   Wed Apr 13 06:16:01 2016 -0700
1669
1670     altos/detherm: Add servo driver
1671     
1672     This just provides commands to test the servo with.
1673     
1674     Signed-off-by: Keith Packard <keithp@keithp.com>
1675
1676 commit cfb91ec7ef6ef485d813af96a0f206bb7a2204dd
1677 Author: Keith Packard <keithp@keithp.com>
1678 Date:   Tue Apr 5 22:03:37 2016 -0700
1679
1680     altos/detherm: Add ms5607 to detherm
1681     
1682     Signed-off-by: Keith Packard <keithp@keithp.com>
1683
1684 commit 8da29480a2fdf890d553b30eab58fc884210c1a5
1685 Author: Keith Packard <keithp@keithp.com>
1686 Date:   Wed Dec 23 23:15:16 2015 -0800
1687
1688     altos: Add easy mini plotting helper in test code
1689     
1690     Signed-off-by: Keith Packard <keithp@keithp.com>
1691
1692 commit e3f0c5eb8e5d57cbd8882587477d1381e2a83226
1693 Author: Keith Packard <keithp@keithp.com>
1694 Date:   Thu Dec 17 19:27:42 2015 -0800
1695
1696     altos: Add ao_gpi_set/clr_bits functions
1697     
1698     These set or clear a group of bits in a single GPIO register all together.
1699     
1700     Signed-off-by: Keith Packard <keithp@keithp.com>
1701
1702 commit 097c156b13ae975c742f294b46429e8ff14c365b
1703 Author: Keith Packard <keithp@keithp.com>
1704 Date:   Sat Apr 2 22:41:06 2016 -0700
1705
1706     altos/stmf0: Add pwm and exti drivers
1707     
1708     Signed-off-by: Keith Packard <keithp@keithp.com>
1709
1710 commit 0f227683e29062224a612c4a2ab5c8b2fc166059
1711 Author: Keith Packard <keithp@keithp.com>
1712 Date:   Sat Apr 2 22:40:23 2016 -0700
1713
1714     altos: Add detherm product
1715     
1716     Signed-off-by: Keith Packard <keithp@keithp.com>
1717
1718 commit eeceee3520fae66b35a9a9b39c866c1c2e3b0c9a
1719 Author: Keith Packard <keithp@keithp.com>
1720 Date:   Sat Apr 2 19:44:06 2016 -0700
1721
1722     doc: Note that EasyMega and TeleMega report A-D continuity
1723     
1724     Signed-off-by: Keith Packard <keithp@keithp.com>
1725
1726 commit f95c781bc16d332ea5442590521074396d6981ae
1727 Author: Keith Packard <keithp@keithp.com>
1728 Date:   Sat Apr 2 19:43:32 2016 -0700
1729
1730     altos/stmf0: Support HPE clock source
1731     
1732     Allows the use of crystals instead of requiring USB.
1733     
1734     Signed-off-by: Keith Packard <keithp@keithp.com>
1735
1736 commit 9f9d77b6d025d8285e362e53a8f728ec47adb234
1737 Author: Keith Packard <keithp@keithp.com>
1738 Date:   Sat Apr 2 19:42:44 2016 -0700
1739
1740     altos/stmf0: Add SPI driver.
1741     
1742     This also changes the DMA interface a bit so we can select for
1743     interrupts on only the interesting channels.
1744     
1745     Signed-off-by: Keith Packard <keithp@keithp.com>
1746
1747 commit f5e6caab78f4ca0e5c8a2d96ef53b8752d64f4b3
1748 Author: Keith Packard <keithp@keithp.com>
1749 Date:   Sat Apr 2 19:41:21 2016 -0700
1750
1751     altos: Use mini logging for detherm, just without ADC
1752     
1753     Signed-off-by: Keith Packard <keithp@keithp.com>
1754
1755 commit 6ead4c570a264afdc4e45eed6e87bf541668be6f
1756 Author: Keith Packard <keithp@keithp.com>
1757 Date:   Sat Apr 2 19:40:19 2016 -0700
1758
1759     altos: Add Detherm log format (easymini without ADC)
1760     
1761     Signed-off-by: Keith Packard <keithp@keithp.com>
1762
1763 commit 0ee235e1126f34987522fe852ba6ab3ac92d6cfd
1764 Author: Keith Packard <keithp@keithp.com>
1765 Date:   Sat Apr 2 19:39:07 2016 -0700
1766
1767     altos: Allow for flight hardware without any ADC values
1768     
1769     Detherm has no ADC connections, so we don't need to disable the ADC
1770     when going to landed state.
1771     
1772     Signed-off-by: Keith Packard <keithp@keithp.com>
1773
1774 commit 7348cc4736c9a94f9ad299edd78199b544d0e95a
1775 Author: Keith Packard <keithp@keithp.com>
1776 Date:   Thu Mar 24 19:25:33 2016 -0600
1777
1778     altos: Add one-byte SPI output routine for LPC and STM cores
1779     
1780     This allows for SPI output at interrupt time, one byte at a time.
1781     
1782     Signed-off-by: Keith Packard <keithp@keithp.com>
1783
1784 commit b31c6fd153825ae5ad0fcea7189472af1a9cffff
1785 Author: Keith Packard <keithp@keithp.com>
1786 Date:   Thu Mar 24 19:28:16 2016 -0600
1787
1788     altos/lpc: Add fast timer
1789     
1790     This offers a faster timer callback for higher-precision operation
1791     
1792     Signed-off-by: Keith Packard <keithp@keithp.com>
1793
1794 commit a86d98b708d84c6e0b85cb950e3f1ee16cfc56f5
1795 Author: Keith Packard <keithp@keithp.com>
1796 Date:   Sat Mar 26 15:59:26 2016 -0700
1797
1798     altos/stm: Allow apps to define different stack size
1799     
1800     While 512 bytes is a reasonable size, sometimes apps don't have that
1801     much stack space.
1802     
1803     Signed-off-by: Keith Packard <keithp@keithp.com>
1804
1805 commit 4fa71ecf168e275b24534a5a20e3dd4e178c7bbd
1806 Author: Keith Packard <keithp@keithp.com>
1807 Date:   Sat Mar 26 15:54:24 2016 -0700
1808
1809     altos/stm: Validate current task SP in interrupt by looking at PSP
1810     
1811     We use a separate stack pointer for task code, which means we can
1812     verify that it is in range in any interrupt handler. This adds checks
1813     for the task stack (under #ifdef DEBUG) that run in ao_wakeup as well
1814     as at every timer interrupt.
1815     
1816     Signed-off-by: Keith Packard <keithp@keithp.com>
1817
1818 commit 6a9546413d6a236c010e806b50506d870961d074
1819 Author: Keith Packard <keithp@keithp.com>
1820 Date:   Sat Mar 26 15:49:59 2016 -0700
1821
1822     altos/stm: Run scheduler code on interrupt stack
1823     
1824     This provides a bit more room for tasks on their stack
1825     
1826     Signed-off-by: Keith Packard <keithp@keithp.com>
1827
1828 commit 55db3b3e8addaa2dc0af50470d3bc8c25cb57df3
1829 Author: Keith Packard <keithp@keithp.com>
1830 Date:   Mon Mar 21 22:28:39 2016 -0600
1831
1832     altosui,telegps: Do not allow radio calibration to be edited
1833     
1834     This leads to sorrow for almost everyone. If you want to edit this,
1835     use a terminal program.
1836     
1837     Signed-off-by: Keith Packard <keithp@keithp.com>
1838
1839 commit c61014914c80ad0dba72224109d9b147bb343562
1840 Author: Keith Packard <keithp@keithp.com>
1841 Date:   Sat Mar 26 15:57:59 2016 -0700
1842
1843     altosuilib: Control map debugging output with Serial.debug
1844     
1845     This uses the same debug control as the serial output to monitor map downloading
1846     
1847     Signed-off-by: Keith Packard <keithp@keithp.com>
1848
1849 commit 4f8a325949ed3cece4b646c808ad68677b16d1b6
1850 Author: Keith Packard <keithp@keithp.com>
1851 Date:   Sat Mar 26 15:57:21 2016 -0700
1852
1853     altoslib: use env var LAUNCH_SITES to override default URL
1854     
1855     This makes it easier to debug new launch site data before uploading.
1856     
1857     Signed-off-by: Keith Packard <keithp@keithp.com>
1858
1859 commit 2fc47e7052a08de464f08d890e222afd7dec75d8
1860 Author: Keith Packard <keithp@keithp.com>
1861 Date:   Sun Mar 20 23:11:49 2016 -0700
1862
1863     libaltos: Fix warning in linux libaltos code
1864     
1865     Just returned the wrong name of the value
1866     
1867     Signed-off-by: Keith Packard <keithp@keithp.com>
1868
1869 commit 4dddf0a9134690d94217ad12bc7372683276f8ba
1870 Author: Keith Packard <keithp@keithp.com>
1871 Date:   Sun Mar 20 22:01:07 2016 -0700
1872
1873     altosuilib: Note that Windows now supports Bluetooth
1874     
1875     Signed-off-by: Keith Packard <keithp@keithp.com>
1876
1877 commit 054f2896b98a14051e0b818090f2de178bb77283
1878 Author: Keith Packard <keithp@keithp.com>
1879 Date:   Sun Mar 20 21:54:08 2016 -0700
1880
1881     altosui: Delay between polling for igniter status in Fire Igniters
1882     
1883     This gives a remote like time to report the full status instead of
1884     sending another request before the reply has been processed.
1885     
1886     Signed-off-by: Keith Packard <keithp@keithp.com>
1887
1888 commit 1594691ea88ca84634eea237ac8137a5bdc19f5c
1889 Author: Keith Packard <keithp@keithp.com>
1890 Date:   Sun Mar 20 21:52:53 2016 -0700
1891
1892     libaltos: Add Windows BT support. Split into separate source files.
1893     
1894     Add Bluetooth support to Windows. Split libaltos into separate files.
1895     
1896     Signed-off-by: Keith Packard <keithp@keithp.com>
1897
1898 commit afba05c41f30c9273668d5ed71e0dc8c1ca53141
1899 Author: Keith Packard <keithp@keithp.com>
1900 Date:   Fri Mar 18 11:17:46 2016 -0700
1901
1902     ao-bringup: Use dfu-util to install flash loader on chaoskey
1903     
1904     Signed-off-by: Keith Packard <keithp@keithp.com>
1905
1906 commit 4635203e9be530f53b697ac0349838916e146983
1907 Author: Keith Packard <keithp@keithp.com>
1908 Date:   Fri Mar 18 11:16:59 2016 -0700
1909
1910     altos/stmf0: Construct .bin files for flash loaders
1911     
1912     This builds a .bin file which can be used with dfu-util instead of
1913     using openocd to load the initial flash loader.
1914     
1915     Signed-off-by: Keith Packard <keithp@keithp.com>
1916
1917 commit f393482ec47e857db654fa071d4df95e98dab381
1918 Author: Keith Packard <keithp@keithp.com>
1919 Date:   Fri Mar 18 11:15:57 2016 -0700
1920
1921     ao-tools: Add ao-makebin
1922     
1923     This constructs a raw binary or DFU format file for use with dfu-util,
1924     which can be used with a bare STM processor to load code before the
1925     boot loader is available.
1926     
1927     Signed-off-by: Keith Packard <keithp@keithp.com>
1928
1929 commit 1d7f88bf7521fa6d301da072f95f97fa42d9d247
1930 Author: Keith Packard <keithp@keithp.com>
1931 Date:   Fri Mar 18 10:52:03 2016 -0700
1932
1933     ao-tools/lib: Add ao_hex_image_cat function
1934     
1935     This takes two images and constructs a third containing the union of
1936     the contents along with 0xff bytes for any area between them.
1937     
1938     Signed-off-by: Keith Packard <keithp@keithp.com>
1939
1940 commit 4e738dff6dec4685b8712d3e96742971fa39c8f1
1941 Author: Keith Packard <keithp@keithp.com>
1942 Date:   Fri Mar 18 10:51:20 2016 -0700
1943
1944     ao-tools/lib: Remove trailing whitespace from ao-elf.c
1945     
1946     Signed-off-by: Keith Packard <keithp@keithp.com>
1947
1948 commit 45d61b79665197ff99f415cda7bd5907830233e9
1949 Author: Keith Packard <keithp@keithp.com>
1950 Date:   Fri Mar 18 10:50:32 2016 -0700
1951
1952     ao-tools/ao-dump-up: Remove spurious flight state strings
1953     
1954     MicroPeak doesn't have flight states like this...
1955     
1956     Signed-off-by: Keith Packard <keithp@keithp.com>
1957
1958 commit 25cdbf15e7284eb963070b28dd886aa299af6487
1959 Author: Keith Packard <keithp@keithp.com>
1960 Date:   Fri Mar 18 10:48:49 2016 -0700
1961
1962     Change how we detect and install java
1963     
1964     Detect by finding 'javaw.exe' in the current path and extracting the
1965     version from the program itself.
1966     
1967     Install by simply opening the web browser to java.com and letting the
1968     user install it themselves.
1969     
1970     Signed-off-by: Keith Packard <keithp@keithp.com>
1971
1972 commit a7c7e10b3bbfbdf9667d071634cdd6fdf12a1f85
1973 Author: Keith Packard <keithp@keithp.com>
1974 Date:   Fri Mar 18 10:17:24 2016 -0700
1975
1976     altos: Expose fast timer API from kernel/
1977     
1978     This allows multiple SoCs to provide the same driver interface
1979     
1980     Signed-off-by: Keith Packard <keithp@keithp.com>
1981
1982 commit d1af180c2d2a2caf1e13f00d83f2b86ba26de27f
1983 Author: Bart Massey <bart@cs.pdx.edu>
1984 Date:   Sat Mar 5 17:38:19 2016 -0800
1985
1986     altos: Fixed timing of panic display LED to be readable
1987     
1988     When we don't have a beeper, there's no way to signal a 'warble' for
1989     panic. So, elide that bit.
1990     
1991     Second, panic can't use the scheduler and timer because those may not
1992     be running (or may have failed), and so it uses a delay loop. Add a
1993     configurable scale value to the panic loop so that the LED blinks can
1994     be read. For stm32f0 devices, scale that by the sysclk value to
1995     automatically make them of reasonable length.
1996
1997 commit 20d9286402b7da74fef9b7c98e79d13671f6c82b
1998 Author: Keith Packard <keithp@keithp.com>
1999 Date:   Sun Mar 6 15:05:51 2016 -0800
2000
2001     libaltos: Add unistd.h to get defines for various syscalls
2002     
2003     Signed-off-by: Keith Packard <keithp@keithp.com>
2004
2005 commit ad07578d04926cb4b96c40a446c47ad3f9bad7df
2006 Author: Keith Packard <keithp@keithp.com>
2007 Date:   Sun Mar 6 15:04:23 2016 -0800
2008
2009     libaltos: jni_md.h moved to linux subdir in Java install
2010     
2011     Add the linux subdir to CFLAGS to find it.
2012     
2013     Signed-off-by: Keith Packard <keithp@keithp.com>
2014
2015 commit 7cb388a33104fd78c8cb1fa08a6f114e3e1e372d
2016 Author: Keith Packard <keithp@keithp.com>
2017 Date:   Sat Mar 5 14:37:40 2016 -0800
2018
2019     altos/stmf0: Fix build without second USB IN endpoint
2020     
2021     The code for the second IN endpoint was using the wrong ifdef.
2022     
2023     Signed-off-by: Keith Packard <keithp@keithp.com>
2024
2025 commit 99d3248a390379cfabf821ea4a195072799861eb
2026 Author: Keith Packard <keithp@keithp.com>
2027 Date:   Wed Mar 2 14:36:31 2016 -0800
2028
2029     ao-tools: Add ao-chaosread
2030     
2031     This reads from the raw descriptor to help validate the hardware.
2032     
2033     Signed-off-by: Keith Packard <keithp@keithp.com>
2034
2035 commit 88ee4ac0c91e12a02cc1954ffad0fd8603e24e55
2036 Author: Keith Packard <keithp@keithp.com>
2037 Date:   Wed Mar 2 14:01:00 2016 -0800
2038
2039     ao-bringup: Switch to v1.0 for chaoskey
2040     
2041     Not going to build any more v0.1 boards. Also, chaoskey now uses the
2042     unique ID for a serial, so we don't need to provide a serial number.
2043     
2044     Signed-off-by: Keith Packard <keithp@keithp.com>
2045
2046 commit 3a355d5c84e9d975897fa69a103952a1f1558947
2047 Author: Keith Packard <keithp@keithp.com>
2048 Date:   Wed Mar 2 14:00:06 2016 -0800
2049
2050     altos: Add ChaosKey v1.0 product
2051     
2052     Much like ChaosKey v0.1, just different SoC package and a few wiring changes.
2053     
2054     Signed-off-by: Keith Packard <keithp@keithp.com>
2055
2056 commit 05fcb717bfc44aba3c1cfd43281e323505a46402
2057 Author: Keith Packard <keithp@keithp.com>
2058 Date:   Wed Mar 2 13:54:58 2016 -0800
2059
2060     altos/chaoskey: Add another USB endpoint to read raw data
2061     
2062     This replaces having the single output switch based on a pin value and
2063     allows us to box the device and still fetch raw data.
2064     
2065     For now, this will use a special libusb2 program, ao-chaosread, to
2066     pull bits as I haven't figure out how to make linux provide two
2067     /dev entries for one USB device.
2068     
2069     Signed-off-by: Keith Packard <keithp@keithp.com>
2070
2071 commit 05354b8fee6a9af05d66bb7f4761f597da038fdd
2072 Author: Keith Packard <keithp@keithp.com>
2073 Date:   Mon Feb 15 15:26:00 2016 -0800
2074
2075     altos/chaoskey: Use SoC device ID as serial number
2076     
2077     To make manufacturing these devices tractable, we don't want to
2078     require a custom firmware load for each device, but we still want a
2079     unique serial number. Fortunately, the SoC provides a 96-bit ID which
2080     we can use.
2081     
2082     Signed-off-by: Keith Packard <keithp@keithp.com>
2083
2084 commit 5637c1b2fd7232842245af1437e33b5bb1583c7d
2085 Author: Keith Packard <keithp@keithp.com>
2086 Date:   Mon Feb 15 15:24:35 2016 -0800
2087
2088     altos/stmf0: Use device ID as usb serial number if requested
2089     
2090     This exposes the hardware device ID (which is unique per-chip) as the
2091     USB serial number, avoiding the need to create a custom ROM image for
2092     each device.
2093     
2094     Signed-off-by: Keith Packard <keithp@keithp.com>
2095
2096 commit e4006444d3d7b0c499139f58f13353988d38dbb4
2097 Author: Keith Packard <keithp@keithp.com>
2098 Date:   Mon Feb 15 15:23:15 2016 -0800
2099
2100     altos/chaoskey: Encode both hardware and software versions in product ID
2101     
2102     We have no other way of reporting the software version, so just encode
2103     it in the product ID.
2104     
2105     Signed-off-by: Keith Packard <keithp@keithp.com>
2106
2107 commit afef70bb8f31075de364ddf713f3ccf1d9c6361d
2108 Author: Keith Packard <keithp@keithp.com>
2109 Date:   Mon Feb 15 14:04:04 2016 -0800
2110
2111     altos/stmf0: Fix location of device_id register
2112     
2113     Copied from stm32l and never fixed.
2114     
2115     Signed-off-by: Keith Packard <keithp@keithp.com>
2116
2117 commit 0bae4b25882983cd0b7950b3e80b6d93a72f0847
2118 Author: Keith Packard <keithp@keithp.com>
2119 Date:   Mon Feb 8 19:15:31 2016 -0800
2120
2121     altos: Another fix for non CDC-ACM devices
2122     
2123     Need to set the bInterfaceNumber for the actual interface to zero when
2124     there isn't an INT interface before it.
2125     
2126     Signed-off-by: Keith Packard <keithp@keithp.com>
2127
2128 commit e36117ccbf7cbe3704c6b44d3ad429e720a1e16c
2129 Author: Bart Massey <bart.massey@gmail.com>
2130 Date:   Mon Feb 8 18:55:28 2016 -0800
2131
2132     Clean up stmf0 adc init.
2133     
2134     This better matches the documented cal sequence.
2135     
2136     Signed-off-by: Keith Packard <keithp@keithp.com>
2137
2138 commit 5ce26345784459f5864ef59c96c8aa633d2ddf64
2139 Author: Keith Packard <keithp@keithp.com>
2140 Date:   Sun Feb 7 22:30:27 2016 -0800
2141
2142     altos/stmf0: Add missing ao_gpio.c
2143     
2144     This contains the code for power managing the GPIO pins
2145     
2146     Signed-off-by: Keith Packard <keithp@keithp.com>
2147
2148 commit bab082605e3fca6b6d11447c45cd948ddfe74bb9
2149 Author: Keith Packard <keithp@keithp.com>
2150 Date:   Sun Feb 7 22:28:34 2016 -0800
2151
2152     altos: Add simple stats test to TRNG code
2153     
2154     This detects broken hardware by making sure the standard deviation in
2155     the raw values used to compute each buffer is at least 128.
2156     
2157     Signed-off-by: Keith Packard <keithp@keithp.com>
2158
2159 commit 147f0df6a29b37fbfb0824ecd276482f0eecb397
2160 Author: Keith Packard <keithp@keithp.com>
2161 Date:   Sun Feb 7 15:33:42 2016 -0800
2162
2163     altos: Delay TRNG ADC long enough for HV supply to stabilize
2164     
2165     Looks like it takes about 70ms for the supply to start running right,
2166     so delay after powering it up for that long.
2167     
2168     Signed-off-by: Keith Packard <keithp@keithp.com>
2169
2170 commit 1473f9234ffd34d8f37bc489dfc9fc4d7f1b3eed
2171 Author: Keith Packard <keithp@keithp.com>
2172 Date:   Sun Feb 7 00:15:47 2016 +1100
2173
2174     altos/chaoskey-v0.1: Add power management and change USB classes
2175     
2176     Enable power management.
2177     Expose only a single IN endpoint.
2178     
2179     Signed-off-by: Keith Packard <keithp@keithp.com>
2180
2181 commit 235198b85f1583d2792c7028decace61d1b4229e
2182 Author: Keith Packard <keithp@keithp.com>
2183 Date:   Sun Feb 7 00:14:22 2016 +1100
2184
2185     altos: Add power management to TRNG driver
2186     
2187     Support suspend/resume of the TRNG power supply, delaying after resume
2188     to wait for it to stabilize.
2189     
2190     Signed-off-by: Keith Packard <keithp@keithp.com>
2191
2192 commit 2ad756bd1b63a2c8450edd7001628b92279fd1b8
2193 Author: Keith Packard <keithp@keithp.com>
2194 Date:   Sun Feb 7 00:10:57 2016 +1100
2195
2196     altos: Allow USB drivers to skip CDC-ACM -specific descriptors
2197     
2198     For devices not providing the standard CDC-ACM interface, let them
2199     skip the various descriptors and interfaces to provide a more limited
2200     set of capabilities.
2201     
2202     Signed-off-by: Keith Packard <keithp@keithp.com>
2203
2204 commit a5607aad694c01c01c48229172b289f005a1b6bb
2205 Author: Keith Packard <keithp@keithp.com>
2206 Date:   Sat Feb 6 22:51:32 2016 +1100
2207
2208     altos/stmf0: Add suspend/resume support
2209     
2210     Allow USB suspend to suspend USB, GPIOs and master clock.
2211     
2212     Signed-off-by: Keith Packard <keithp@keithp.com>
2213
2214 commit 36c6d74048283d27c890054814eee2cb39b7cbb7
2215 Author: Keith Packard <keithp@keithp.com>
2216 Date:   Sat Feb 6 22:47:23 2016 +1100
2217
2218     altos: Add power management APIs
2219     
2220     This provides sequenced suspend/resume functionality, allowing modules
2221     to register for power management at configuration time.
2222     
2223     Signed-off-by: Keith Packard <keithp@keithp.com>
2224
2225 commit fbb07cf50ba7fa278d1f8201ef376ec12480e9aa
2226 Author: Keith Packard <keithp@keithp.com>
2227 Date:   Tue Jan 19 23:55:52 2016 -0800
2228
2229     altos/stmf0: Allow projects to specify non-default stack size
2230     
2231     512 may not be suitable for everyone.
2232     
2233     Signed-off-by: Keith Packard <keithp@keithp.com>
2234
2235 commit 1d7463befc18f415d8982f04e52729d3bf5b95a9
2236 Author: Keith Packard <keithp@keithp.com>
2237 Date:   Tue Jan 19 23:55:32 2016 -0800
2238
2239     altos: remove blank line in stmf0/ao_timer.c
2240     
2241     Signed-off-by: Keith Packard <keithp@keithp.com>
2242
2243 commit 35407e664886bed21dcef7764843aac03be8490c
2244 Author: Keith Packard <keithp@keithp.com>
2245 Date:   Thu Jan 28 13:58:43 2016 -0800
2246
2247     altos/chaoskey: Delay ADC reading for 250ms at startup
2248     
2249     This lets the HV supply stabilize before we start sampling values.
2250     
2251     Signed-off-by: Keith Packard <keithp@keithp.com>
2252
2253 commit f2d3202de9a5847923f72afe2969eb7ccd7342c7
2254 Author: Keith Packard <keithp@keithp.com>
2255 Date:   Thu Jan 28 00:14:36 2016 -0800
2256
2257     altos/chaoskey: Add support for flipping between raw and cooked bits
2258     
2259     Plug the 'force bootloader' thing onto the board while it's running
2260     and it will generate raw bits instead of running them through the CRC
2261     to whiten. Useful for validating the raw hardware.
2262     
2263     Signed-off-by: Keith Packard <keithp@keithp.com>
2264
2265 commit 02fd767ab60a9957faa2bff29c62ed954abc34e7
2266 Author: Keith Packard <keithp@keithp.com>
2267 Date:   Tue Jan 19 18:30:57 2016 -0800
2268
2269     src/chaoskey-v0.1: Add HV enable support
2270     
2271     Turn on the HV supply when the OS starts.
2272     
2273     Signed-off-by: Keith Packard <keithp@keithp.com>
2274
2275 commit e5be0be35f724507d7efff48339a297df73d2641
2276 Author: Robert Garbee <robert@gag.com>
2277 Date:   Sat Jan 16 10:19:47 2016 -0700
2278
2279     fix argument to ao-cal-freq so devices other than /dev/ttyACM0 work
2280
2281 commit 6a7644a0d179e1eb7d665123157ad76c956e524a
2282 Author: Keith Packard <keithp@keithp.com>
2283 Date:   Sun Jan 10 21:39:38 2016 -0800
2284
2285     Releasing: Copy TeleMega v2.0 bits to Binaries
2286     
2287     Signed-off-by: Keith Packard <keithp@keithp.com>
2288
2289 commit b53c78e75879d647935a30acb88fdd69467617a7
2290 Merge: a2ea621 64adfbb
2291 Author: Bdale Garbee <bdale@gag.com>
2292 Date:   Sun Jan 10 19:15:16 2016 -0700
2293
2294     Merge branch 'master' into branch-1.6
2295
2296 commit 64adfbbb80c90dfe244179d81beaef8a84ed8bd6
2297 Author: Bdale Garbee <bdale@gag.com>
2298 Date:   Thu Jul 16 14:47:10 2015 -0600
2299
2300     process updates from 1.6.1 release
2301
2302 commit a2ea621eac3263348aff50885c79296f8ece26ed
2303 Author: Bdale Garbee <bdale@gag.com>
2304 Date:   Sun Jan 10 19:08:12 2016 -0700
2305
2306     update Changelog from git log
2307
2308 commit 1681776abc0873bcbbbc5b2b17e15d54a1031f51
2309 Merge: 8830926 aebdcaf
2310 Author: Bdale Garbee <bdale@gag.com>
2311 Date:   Sun Jan 10 19:07:49 2016 -0700
2312
2313     Merge branch 'master' into branch-1.6
2314
2315 commit aebdcaf37eafbc13cce695fe65a455e49c6108c3
2316 Author: Bdale Garbee <bdale@gag.com>
2317 Date:   Sun Jan 10 19:06:19 2016 -0700
2318
2319     one more time, with feeling .. this time, I've updated pdclib
2320
2321 commit 88309264656220bae6ee941211f7aa1b1dc19944
2322 Author: Bdale Garbee <bdale@gag.com>
2323 Date:   Sun Jan 10 19:06:19 2016 -0700
2324
2325     one more time, with feeling .. this time, I've updated pdclib
2326
2327 commit 70e9064ca962dfd345f8a342afa130f969606553
2328 Merge: 489d22f 73ce3f7
2329 Author: Bdale Garbee <bdale@gag.com>
2330 Date:   Sun Jan 10 19:04:49 2016 -0700
2331
2332     Merge branch 'master' into branch-1.6
2333
2334 commit 73ce3f73526edfabccd3b98e6e67de6d82a84b63
2335 Author: Bdale Garbee <bdale@gag.com>
2336 Date:   Sun Jan 10 18:58:31 2016 -0700
2337
2338     submodule madness
2339
2340 commit cbec66452ecd01bbd5aebf6f98443d5e0540f5d2
2341 Merge: 4043e07 81b8f4d
2342 Author: Bdale Garbee <bdale@gag.com>
2343 Date:   Sun Jan 10 18:29:07 2016 -0700
2344
2345     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
2346
2347 commit 81b8f4da612b527915f68f632fbd94a46bc1795f
2348 Author: Keith Packard <keithp@keithp.com>
2349 Date:   Sun Jan 10 17:22:35 2016 -0800
2350
2351     doc: Remove extraneous 'first off' from legal paragraph
2352     
2353     Not helpful (bdale)
2354     
2355     Signed-off-by: Keith Packard <keithp@keithp.com>
2356
2357 commit 6a00f186a06f22638882f43f49fa0c03ea387eac
2358 Author: Keith Packard <keithp@keithp.com>
2359 Date:   Sun Jan 10 17:13:56 2016 -0800
2360
2361     doc: Remove telemini v2.0. Add telemega v2.0
2362     
2363     Reflect hardware we've actually shipped.
2364     
2365     Signed-off-by: Keith Packard <keithp@keithp.com>
2366
2367 commit 6cbf93995d90fc4790eb77bcaa233742857fe052
2368 Author: Keith Packard <keithp@keithp.com>
2369 Date:   Sun Jan 10 17:01:57 2016 -0800
2370
2371     doc: fix typo in using external active switch circuit section
2372     
2373     the -> then (bdale)
2374     
2375     Signed-off-by: Keith Packard <keithp@keithp.com>
2376
2377 commit 3547e65eecbe7bd4e16dc6f2048b7a69f29d05ff
2378 Author: Keith Packard <keithp@keithp.com>
2379 Date:   Sun Jan 10 16:59:37 2016 -0800
2380
2381     doc: Update copyright year in altusmetrum doc
2382     
2383     And note that this need to be checked for each release in RELNOTES
2384     
2385     Signed-off-by: Keith Packard <keithp@keithp.com>
2386
2387 commit 4043e0707cdc77158f709c19dd134f92b4604270
2388 Author: Bdale Garbee <bdale@gag.com>
2389 Date:   Sun Jan 10 17:45:45 2016 -0700
2390
2391     modify release procedure to reflect Keith setting version in confgure.ac
2392
2393 commit 2f35e0ba52f538ea1061bfff5bbd772b8a241386
2394 Merge: 86ccbac 3fdaf74
2395 Author: Bdale Garbee <bdale@gag.com>
2396 Date:   Sun Jan 10 17:44:03 2016 -0700
2397
2398     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
2399
2400 commit 86ccbac16f5cd0be4a4c11260816b4799cda46f2
2401 Author: Bdale Garbee <bdale@gag.com>
2402 Date:   Sun Jan 10 17:43:34 2016 -0700
2403
2404     modify bringup scripts to handle TeleMega v2.0
2405
2406 commit 3fdaf745f98f42f1ec4ae7cc682f47be8d8568eb
2407 Author: Keith Packard <keithp@keithp.com>
2408 Date:   Sun Jan 10 14:37:05 2016 -0800
2409
2410     Bump version to 1.6.2, altosdroid to 10
2411     
2412     Signed-off-by: Keith Packard <keithp@keithp.com>
2413
2414 commit ebe009b9c7c2f4de3405479f800a33b449fcbb1e
2415 Author: Bdale Garbee <bdale@gag.com>
2416 Date:   Sun Jan 10 17:41:38 2016 -0700
2417
2418     now building for m4, too
2419
2420 commit ff9c034dc942ec4bc5cc30cc593ea2165e143d55
2421 Author: Bdale Garbee <bdale@gag.com>
2422 Date:   Sun Jan 10 17:38:26 2016 -0700
2423
2424     new build dependency on asciidoc
2425
2426 commit a66e57e0e92cdbd3c6a10b835c50f55647c07351
2427 Author: Keith Packard <keithp@keithp.com>
2428 Date:   Sun Jan 10 15:56:21 2016 -0800
2429
2430     altos: Switch PWM constants to end up exposing µsec
2431     
2432     This changes the constants so the clock runs at 1MHz, making the step
2433     1µsec each. Then make the period 20000 steps, or 20ms for a 50Hz
2434     frequency as before.
2435     
2436     Signed-off-by: Keith Packard <keithp@keithp.com>
2437
2438 commit 4e29bcd07819415ebe44e22536305e9c51d9ae4c
2439 Author: Keith Packard <keithp@keithp.com>
2440 Date:   Sun Jan 10 15:44:08 2016 -0800
2441
2442     altos: Set TeleMega v2.0 PWM to support servos
2443     
2444     Typical servos use a 50Hz signal with less than 10% duty cycle. Set
2445     the divider to 10 and the range to 64000 to provide a reasonable level
2446     of detail down in the low range.
2447     
2448     Signed-off-by: Keith Packard <keithp@keithp.com>
2449
2450 commit 54c20f1caf7f2e09284a9839cfa854d71f5634a2
2451 Author: Keith Packard <keithp@keithp.com>
2452 Date:   Sun Jan 10 11:44:17 2016 -0800
2453
2454     Add release notes for 1.6.2
2455     
2456     Signed-off-by: Keith Packard <keithp@keithp.com>
2457
2458 commit 7041c386cdf37716f8daf0bc1a9204db620e3de9
2459 Author: Keith Packard <keithp@keithp.com>
2460 Date:   Sun Jan 10 12:30:34 2016 -0800
2461
2462     Update java library versions
2463     
2464     altoslib is API incompatible with 1.6.1 release due to altos.state updates.
2465     
2466     Signed-off-by: Keith Packard <keithp@keithp.com>
2467
2468 commit b560b20cc7d4d5ac219613b29707f7cb8a018273
2469 Author: Keith Packard <keithp@keithp.com>
2470 Date:   Sun Jan 10 12:30:11 2016 -0800
2471
2472     altoslib: Remove debug message from AltosMap
2473     
2474     Signed-off-by: Keith Packard <keithp@keithp.com>
2475
2476 commit 88671454e931ea5e5946438df3c437493e2356c8
2477 Author: Keith Packard <keithp@keithp.com>
2478 Date:   Sun Jan 10 12:21:24 2016 -0800
2479
2480     Elide flight computer info from APRS section of TeleGPS manual
2481     
2482     Signed-off-by: Keith Packard <keithp@keithp.com>
2483
2484 commit efd6cd5682be3d0cead71ecfa00f37428b64785f
2485 Author: Keith Packard <keithp@keithp.com>
2486 Date:   Sun Jan 10 12:15:50 2016 -0800
2487
2488     Elide pyro channel information from EasyMini docs
2489     
2490     Signed-off-by: Keith Packard <keithp@keithp.com>
2491
2492 commit 4344bf3de532f54e0185421975c3c8dff1ac8bc2
2493 Author: Keith Packard <keithp@keithp.com>
2494 Date:   Sat Jan 9 21:33:23 2016 -0800
2495
2496     altos: Insert inter telemetry-packet delay
2497     
2498     The receivers take some time to reset the radio between packets, so
2499     make sure we don't send back-to-back telemetry too quickly by delaying
2500     after sending each telemetry packet.
2501
2502 commit fe8b7ab9dd1949c53af8f09f08679bdf0280c104
2503 Author: Keith Packard <keithp@keithp.com>
2504 Date:   Sat Jan 9 16:28:53 2016 -0800
2505
2506     Switch TeleMega v2.0 to CC1200 radio chip
2507     
2508     That's what we're using, after all
2509     
2510     Signed-off-by: Keith Packard <keithp@keithp.com>
2511
2512 commit 0fd370af8bc8842000415c4d182d84b4bf6f90fa
2513 Author: Keith Packard <keithp@keithp.com>
2514 Date:   Fri Dec 25 23:27:45 2015 -0800
2515
2516     altos: Set AO_PWM_TIMER_SCALE for telemega-v2.0
2517     
2518     This is needed to configure the PWM timer correctly
2519     
2520     Signed-off-by: Keith Packard <keithp@keithp.com>
2521
2522 commit 742f7c834bb5d651d2bebf2069d4e8facc33390d
2523 Author: Keith Packard <keithp@keithp.com>
2524 Date:   Fri Dec 25 23:20:29 2015 -0800
2525
2526     altos: Get stm32l pwm driver working
2527     
2528     Fix the CCMR1_OC1PE and CCMR2_OC3PE values.
2529     Disable clock when no PWM outputs are running.
2530     Fix the apb1enr value for the timer.
2531     Set ARR value to PWM_MAX - 1 -- ARR is off by one.
2532     Sets the GPIO pins to 40MHz bandwidth for sharper edges.
2533     
2534     Tested on EasyMega, but that code is not included as it breaks the
2535     companion protocol.
2536     
2537     Signed-off-by: Keith Packard <keithp@keithp.com>
2538
2539 commit 8aa0ab9fe9ca41f6d520d388973164bc0c599a06
2540 Author: Keith Packard <keithp@keithp.com>
2541 Date:   Thu Dec 24 00:28:59 2015 -0800
2542
2543     altos: Add TeleMega v2.0, including PWM driver
2544     
2545     Signed-off-by: Keith Packard <keithp@keithp.com>
2546
2547 commit a1b760d0a01e7087bcc214fcd395541fbf268fe8
2548 Author: Keith Packard <keithp@keithp.com>
2549 Date:   Wed Dec 23 10:18:24 2015 -0800
2550
2551     ao-tools/ao-dbg: Stop using sigvec
2552     
2553     Signed-off-by: Keith Packard <keithp@keithp.com>
2554
2555 commit f28d59ddf3e1b763ce5757f572e79085963818e9
2556 Author: Keith Packard <keithp@keithp.com>
2557 Date:   Sat Nov 14 00:01:05 2015 -0800
2558
2559     doc: Remove some bogus bits from am.css
2560     
2561     Just commented out stuff which had a nested comment and was thus invalid
2562     
2563     Signed-off-by: Keith Packard <keithp@keithp.com>
2564
2565 commit 19f700f1c99d2f3dcd8775cc629037312d853ee1
2566 Author: Keith Packard <keithp@keithp.com>
2567 Date:   Fri Nov 13 23:36:02 2015 -0800
2568
2569     doc: Construct html index for documentation
2570     
2571     This gets uploaded to keith's machine as an easy way to see what's available.
2572     
2573     Signed-off-by: Keith Packard <keithp@keithp.com>
2574
2575 commit 688c5ee98565a25e77c8618e1957ed3b8eff5a56
2576 Author: Keith Packard <keithp@keithp.com>
2577 Date:   Fri Nov 13 23:17:11 2015 -0800
2578
2579     doc: Try a different trick for asciidoc build issues
2580     
2581     asciidoc creates temp files in the current directory using basename of
2582     the source filename. Doing html and pdf builds in parallel causes
2583     chaos as a result. Fix this by having the pdf target build both
2584     serially, and then have the html target just depend on the pdf target.
2585     
2586     Signed-off-by: Keith Packard <keithp@keithp.com>
2587
2588 commit 992c0eab6275cec7d5035b99952537fd7ece2ed4
2589 Author: Keith Packard <keithp@keithp.com>
2590 Date:   Fri Nov 13 22:55:35 2015 -0800
2591
2592     doc: Split out EasyMini into a separate manual
2593     
2594     EasyMini uses a tiny fraction of the overall system software;
2595     splitting the manual out makes it a lot smaller.
2596     
2597     Signed-off-by: Keith Packard <keithp@keithp.com>
2598
2599 commit b030dfb3df859b3b3cb9c666394f315edcd11f49
2600 Author: Keith Packard <keithp@keithp.com>
2601 Date:   Fri Nov 13 20:59:25 2015 -0800
2602
2603     doc: Reformat html versions a bit
2604     
2605     Color more text black, including toc. Add a bit of space around the
2606     toc. Make paragraph labels bold.
2607     
2608     Signed-off-by: Keith Packard <keithp@keithp.com>
2609
2610 commit 6260ee1419ba5c122939b28e3e8fc6f8ecf48928
2611 Author: Keith Packard <keithp@keithp.com>
2612 Date:   Fri Nov 13 20:58:58 2015 -0800
2613
2614     doc: Move pad beeps table to usage chapter
2615     
2616     This places all of the sound information in one place.
2617     
2618     Signed-off-by: Keith Packard <keithp@keithp.com>
2619
2620 commit 2133c235af9511a42b65b239c6fcbeafa0e6d272
2621 Author: Keith Packard <keithp@keithp.com>
2622 Date:   Fri Nov 13 20:58:08 2015 -0800
2623
2624     doc: Provide more actual links instead of just chapter names
2625     
2626     Replace 'see chapter "foo"' with 'see <<foo>>' so that a link is
2627     created to directly go to the relevant text.
2628     
2629     Signed-off-by: Keith Packard <keithp@keithp.com>
2630
2631 commit 87cb41dfa07153b4dc44f723c65888945b3a11b1
2632 Author: Keith Packard <keithp@keithp.com>
2633 Date:   Fri Nov 13 20:56:45 2015 -0800
2634
2635     doc: Reformat 'Using MicroPeak' section
2636     
2637     Use labeled paragraphs to make the steps stand out.
2638     
2639     Signed-off-by: Keith Packard <keithp@keithp.com>
2640
2641 commit 4c1206a47431c7d873228fdd7328e1b9ac93a390
2642 Author: Keith Packard <keithp@keithp.com>
2643 Date:   Fri Nov 13 19:45:02 2015 -0800
2644
2645     Break out common pieces from TeleGPS and AltusMetrum
2646     
2647     This creates shared files for portions of the TeleGPS and AltusMetrum
2648     manual to avoid duplicating text between the two.
2649     
2650     Signed-off-by: Keith Packard <keithp@keithp.com>
2651
2652 commit ef2ba847ca53a8ddfcddd4e51a0dd43c45161c85
2653 Author: Keith Packard <keithp@keithp.com>
2654 Date:   Sun Nov 1 21:05:20 2015 -0800
2655
2656     doc: Add product logos to books
2657     
2658     This places the product logo on the title verso in pdf form, and above
2659     the TOC in html form.
2660     
2661     Signed-off-by: Keith Packard <keithp@keithp.com>
2662
2663 commit 8642690da76a86736b97026e2a259d8cbad26262
2664 Author: Keith Packard <keithp@keithp.com>
2665 Date:   Sun Nov 1 06:20:27 2015 -0800
2666
2667     altosui: telemini outline pdf changed name
2668     
2669     It's now telemini-outline.pdf, just like the other outline files.
2670     
2671     Signed-off-by: Keith Packard <keithp@keithp.com>
2672
2673 commit c877ecce7b67272eb6dcba50a58b59cd1cbfa5ab
2674 Author: Keith Packard <keithp@keithp.com>
2675 Date:   Sun Nov 1 05:43:59 2015 -0800
2676
2677     doc: verbose mode for a2x
2678
2679 commit 13d03ee8ba3a300ef2a3a380b60f08dbe37793b0
2680 Author: Keith Packard <keithp@keithp.com>
2681 Date:   Sun Nov 1 05:08:27 2015 -0800
2682
2683     doc: Make pdf titles less ridiculously large
2684     
2685     Instead of having them grow at 20% per nesting level, use 10% instead.
2686     
2687     Signed-off-by: Keith Packard <keithp@keithp.com>
2688
2689 commit 553d9041b52cbb88662fcc5e6a277ce43bd151cd
2690 Author: Keith Packard <keithp@keithp.com>
2691 Date:   Sun Nov 1 04:23:56 2015 -0800
2692
2693     doc: Get images and tables all centered and labeled
2694     
2695     A bunch of images were using image: instead of image:: and some images
2696     and tables were missing titles.
2697     
2698     Signed-off-by: Keith Packard <keithp@keithp.com>
2699
2700 commit edcb80f25875200a73269045db71c1579b0c2c82
2701 Author: Keith Packard <keithp@keithp.com>
2702 Date:   Sun Nov 1 04:22:27 2015 -0800
2703
2704     doc: Split revhistory to separate file for html docs
2705     
2706     This avoids having the revhistory clutter the top of the document.
2707     
2708     Signed-off-by: Keith Packard <keithp@keithp.com>
2709
2710 commit 1c0f2cd7cbd8fa1360d6b18a1bf8ac0707634aa4
2711 Author: Keith Packard <keithp@keithp.com>
2712 Date:   Sun Nov 1 04:20:18 2015 -0800
2713
2714     doc: Place html book contents on left side of page with separate scrollbar
2715     
2716     This lets the user see the toc while browsing the document
2717     
2718     Signed-off-by: Keith Packard <keithp@keithp.com>
2719
2720 commit f2816b305fc9e18a1190e392d43ff489936f10f0
2721 Author: Keith Packard <keithp@keithp.com>
2722 Date:   Sun Nov 1 04:18:34 2015 -0800
2723
2724     doc: Switch to free fonts. Publish fonts with docs.
2725     
2726     Signed-off-by: Keith Packard <keithp@keithp.com>
2727
2728 commit 5b782c8f45ed6c34ed0e7f1aff6ac298c9a879ff
2729 Author: Keith Packard <keithp@keithp.com>
2730 Date:   Sat Oct 31 23:54:26 2015 -0700
2731
2732     doc: Minor makefile cleanups
2733     
2734     Signed-off-by: Keith Packard <keithp@keithp.com>
2735
2736 commit 22f399b13fbbc980315a1f6a9f5616586b680d77
2737 Author: Keith Packard <keithp@keithp.com>
2738 Date:   Sat Oct 31 23:36:03 2015 -0700
2739
2740     doc: Convert telemetry and companion docs to asciidoc
2741     
2742     Signed-off-by: Keith Packard <keithp@keithp.com>
2743
2744 commit 14ad137fd14707bc7b45a3512a4a6f81915ca1c1
2745 Author: Keith Packard <keithp@keithp.com>
2746 Date:   Sat Oct 31 22:40:13 2015 -0700
2747
2748     doc: Convert AltOS doc to asciidoc
2749     
2750     It's still pretty stale, but at least it isn't in docbook?
2751     
2752     Signed-off-by: Keith Packard <keithp@keithp.com>
2753
2754 commit ce297f14ff54d230d01fb6dedaafca571e8b836b
2755 Author: Keith Packard <keithp@keithp.com>
2756 Date:   Sat Oct 31 21:34:42 2015 -0700
2757
2758     doc: Finish converting docs to asciidoc format
2759     
2760     Signed-off-by: Keith Packard <keithp@keithp.com>
2761
2762 commit 9aed128dc0aab5d49e1b3264c864a6c3e929bffe
2763 Author: Keith Packard <keithp@keithp.com>
2764 Date:   Sat Oct 31 14:54:20 2015 -0700
2765
2766     doc: Add titles to all figures
2767     
2768     Signed-off-by: Keith Packard <keithp@keithp.com>
2769
2770 commit 7ef958cbb51a04079e2a4833917ccef57ae5a2ee
2771 Author: Keith Packard <keithp@keithp.com>
2772 Date:   Thu Oct 29 20:32:58 2015 -0700
2773
2774     doc: Add updating firmware and using am products asciidoc bits
2775     
2776     This finishes the asciidoc transition
2777     
2778     Signed-off-by: Keith Packard <keithp@keithp.com>
2779
2780 commit 41aca78e3f7c17433e3c77cd3c596bbf8acab7cb
2781 Author: Keith Packard <keithp@keithp.com>
2782 Date:   Thu Oct 29 18:38:46 2015 -0700
2783
2784     doc: Add asciidoc version of Altos Droid manual
2785     
2786     Signed-off-by: Keith Packard <keithp@keithp.com>
2787
2788 commit 5ddf9525f94f38c20327d1f2b43917e43519b949
2789 Author: Keith Packard <keithp@keithp.com>
2790 Date:   Thu Oct 29 18:14:38 2015 -0700
2791
2792     doc: Add asciidoc version of altosui chapter.
2793     
2794     Signed-off-by: Keith Packard <keithp@keithp.com>
2795
2796 commit adfbccfeb551c9d0315116912e7255a173fc3103
2797 Author: Keith Packard <keithp@keithp.com>
2798 Date:   Thu Oct 29 16:49:00 2015 +0900
2799
2800     doc: Lots more conversion from docbook to asciidoc
2801     
2802     Signed-off-by: Keith Packard <keithp@keithp.com>
2803
2804 commit c5fd0eaa786a122580ba9a3ef7bfc0f2cfd8263b
2805 Author: Keith Packard <keithp@keithp.com>
2806 Date:   Thu Oct 29 15:50:31 2015 +0900
2807
2808     doc: Add asciidoc telemini v1.0
2809     
2810     Signed-off-by: Keith Packard <keithp@keithp.com>
2811
2812 commit 8cf466d7a767a20387a8d9d6ec81ee00af3fe4a7
2813 Author: Keith Packard <keithp@keithp.com>
2814 Date:   Thu Oct 29 12:12:15 2015 +0900
2815
2816     doc: Start doc transition to asciidoc
2817     
2818     Signed-off-by: Keith Packard <keithp@keithp.com>
2819
2820 commit c1ca80318102af122cb7b5380331e37795280761
2821 Author: Keith Packard <keithp@keithp.com>
2822 Date:   Tue Oct 13 13:52:32 2015 -0700
2823
2824     doc: Force FOP to read images from doc directory
2825     
2826     Looks like something changed and fop is now reading from the directory
2827     containing the source file. xmlto places that source in /tmp, making
2828     all relative URIs fail. Fix this by creating a fop configuration file
2829     directing it to load relative to the doc directory and then pass that
2830     through xmlto.
2831     
2832     Signed-off-by: Keith Packard <keithp@keithp.com>
2833
2834 commit 0ae116dd8779fd0594d443a735e7b6834ea9b713
2835 Author: Keith Packard <keithp@keithp.com>
2836 Date:   Sat Oct 10 14:10:59 2015 -0700
2837
2838     telelco: Fix pad reset to one on radio signal loss
2839     
2840     The pad number was getting reset back to one when signal was lost,
2841     causing pad one to get fired in this case even when already set to arm mode.
2842     
2843     Signed-off-by: Keith Packard <keithp@keithp.com>
2844
2845 commit 6659d08c41d89e4aa3d5e849c066a91bb09f2dd7
2846 Author: Keith Packard <keithp@keithp.com>
2847 Date:   Mon Sep 21 07:03:30 2015 +0100
2848
2849     Create directory on keithp.com when uploading devel version
2850     
2851     Signed-off-by: Keith Packard <keithp@keithp.com>
2852
2853 commit 926522c6791c2a5529ea24ebd67eea45350e3526
2854 Author: Keith Packard <keithp@keithp.com>
2855 Date:   Mon Sep 21 07:01:19 2015 +0100
2856
2857     altoslib: Keep downloading when a parse error occurs
2858     
2859     Eventually, we'll hit a block with no valid data and give up. Until
2860     then, keep going in case the flight computer glitched and wrote bad data.
2861     
2862     Signed-off-by: Keith Packard <keithp@keithp.com>
2863
2864 commit 431c713389dc819d2433d893c898ff82c7941722
2865 Author: Keith Packard <keithp@keithp.com>
2866 Date:   Mon Sep 21 06:32:52 2015 +0100
2867
2868     altoslib: Clean up remaining direct AltosState.state users
2869     
2870     This value has been hidden to avoid having it written accidentally;
2871     there were a few more bits of code using it though.
2872     
2873     Signed-off-by: Keith Packard <keithp@keithp.com>
2874
2875 commit c1dec3bec0789e8934a6e13fd117931ba468b318
2876 Author: Keith Packard <keithp@keithp.com>
2877 Date:   Mon Sep 21 06:27:26 2015 +0100
2878
2879     Bump release number to 1.6.1.1
2880     
2881     Signed-off-by: Keith Packard <keithp@keithp.com>
2882
2883 commit 0f8272852b12cf7a349cd9fd07f17c55cdb335a1
2884 Author: Keith Packard <keithp@keithp.com>
2885 Date:   Mon Sep 21 06:25:49 2015 +0100
2886
2887     altoslib: Make sure .eeprom download file is flushed on exception
2888     
2889     Flush and close the eeprom file even if an exception occurs to make
2890     sure that contents of the file aren't lost.
2891     
2892     Signed-off-by: Keith Packard <keithp@keithp.com>
2893
2894 commit a81d028dc62a0a624051fc3c9debb9687fda931e
2895 Author: Keith Packard <keithp@keithp.com>
2896 Date:   Mon Sep 21 06:00:36 2015 +0100
2897
2898     altosuilib: In display thread, set new state synchronously
2899     
2900     When replaying telemetry, received_time gets set by both the
2901     telemetry reader (when the file is initially read) and by the replay
2902     reader (as the telemetry is processed). Because these two events are
2903     separated by the time it takes to play the file, the second time is
2904     the one we want for figuring out how long since the last telemetry
2905     packet. However, if we set the global state when pulling the state out
2906     of the telemetry reader, and then the replay reader pauses for a long
2907     time, then the voice output thread sees the intermediate time value
2908     and thinks that it has been a long time since the last packet was
2909     received and reports that the rocket may have crashed.
2910     
2911     Fix this by just holding the read state until it has been passed by
2912     the replay reader and had the received_time set to current time.
2913     
2914     Signed-off-by: Keith Packard <keithp@keithp.com>
2915
2916 commit f61c2b73f3b63aa9c3f0fbccede89c71580089ba
2917 Author: Keith Packard <keithp@keithp.com>
2918 Date:   Sun Sep 13 22:27:10 2015 -0700
2919
2920     altosdroid: Add minus sign and decimal point to lat/lon input fields
2921     
2922     Some android devices always have change-sign and decimal-point keys
2923     visible, but some do not. Make sure they're available for lat/lon input.
2924     
2925     Signed-off-by: Keith Packard <keithp@keithp.com>
2926
2927 commit 9dae5f76c5691dc94c02839eb1321426f96f2134
2928 Author: Keith Packard <keithp@keithp.com>
2929 Date:   Sun Sep 13 22:24:47 2015 -0700
2930
2931     altos/telelco: Adjust drag race UI
2932     
2933     Enter/leave drag race is done by rotating the box selector knob
2934     to a new 'dr' position and then holding down the firing button; this
2935     avoids a potential accidental firing if you somehow don't realize
2936     you've armed the box before selecting drag race mode.
2937     
2938     Signed-off-by: Keith Packard <keithp@keithp.com>
2939
2940 commit 618f7ac8f31941fcbb3ed91829de69c0f0be8e0b
2941 Author: Keith Packard <keithp@keithp.com>
2942 Date:   Sat Sep 12 20:41:37 2015 -0700
2943
2944     altoslib: Rotation off by factor of two
2945     
2946     The rotation computation was off by a factor of two when converting
2947     the rates to a quaternion (the quaternion needs to be half of the
2948     actual rotation amount). This ended up presenting a tilt angle of
2949     twice what it should be.
2950     
2951     Signed-off-by: Keith Packard <keithp@keithp.com>
2952
2953 commit 0afa07d3c1dcb5e301fcb8b4edfecdd961662478
2954 Author: Keith Packard <keithp@keithp.com>
2955 Date:   Sat Sep 12 19:20:49 2015 -0700
2956
2957     altoslib: Hide 'state' member and use accessor function
2958     
2959     Someone was smashing the state to 'landed' when no packets had been
2960     received for a while. Found that by making it impossible for anyone
2961     outside of AltosState to change the value.
2962     
2963     Signed-off-by: Keith Packard <keithp@keithp.com>
2964
2965 commit 7064bc685aebeef07711e525dea4d5fbe33d235b
2966 Merge: ea1d241 dda3f45
2967 Author: Bdale Garbee <bdale@gag.com>
2968 Date:   Tue Sep 29 00:46:42 2015 -0600
2969
2970     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
2971
2972 commit ea1d24151cf76ae8f2368673317b66958e2508c4
2973 Author: Bdale Garbee <bdale@gag.com>
2974 Date:   Tue Sep 29 00:45:27 2015 -0600
2975
2976     add automatic Bluetooth functionality check to turnon_telebt
2977
2978 commit dda3f459eaff8d4e41cb44584c8ef77b8e2b3b1c
2979 Author: Keith Packard <keithp@keithp.com>
2980 Date:   Sat Aug 29 17:29:00 2015 -0700
2981
2982     altos/telelco: Add drag race UI
2983     
2984     With the unit disarmed, press and hold the fire button for five
2985     seconds to enable drag race mode.
2986     
2987     The display will show 'dr' for five seconds and beep five times to
2988     indicate that drag race mode is enabled. The decimal points in the
2989     display will all be displayed as an additional visual aid. Once every
2990     five seconds, it will beep.
2991     
2992     With drag race mode enabled, you can select a box/pad pair and press
2993     the 'fire' button to add it to the drag race group. For the current
2994     box, all members of the drag race group will have their continuity
2995     LEDs blink slowly. There will be no indication of continuity in this
2996     mode; you'll want to check that before enabling drag race mode. If you
2997     want to de-select a member of the group, just press the fire button
2998     again. Each time you push the fire button, it will beep out the pad
2999     number added or removed.
3000     
3001     Arm the box and you will not be able to add or remove members from the
3002     drag race group. Firing will simultaneously fire all members of the
3003     drag race group.
3004     
3005     To disable drag race mode, press and hold the fire button for two
3006     seconds. It will beep twice and turn off the decimal points in the display.
3007     
3008     Signed-off-by: Keith Packard <keithp@keithp.com>
3009
3010 commit 55c1be449ef7ce389a3d94686051d272c858bee4
3011 Author: Keith Packard <keithp@keithp.com>
3012 Date:   Sat Aug 29 13:21:19 2015 -0700
3013
3014     altos/telelco: Infrastructure changes for drag racing
3015     
3016     This makes the lco management code support arming multiple pads and
3017     firing all of them at once. The UI code does not expose this yet.
3018     
3019     Signed-off-by: Keith Packard <keithp@keithp.com>
3020
3021 commit 2839796ca5ace5f0c79643afc1a868893246b621
3022 Author: Keith Packard <keithp@keithp.com>
3023 Date:   Sat Aug 29 13:20:16 2015 -0700
3024
3025     altos: Provide direct segment driving interface for LCD displays
3026     
3027     This exposes a simple bit-mask for setting the seven segments instead
3028     of just allowing hex-decimal values.
3029     
3030     Signed-off-by: Keith Packard <keithp@keithp.com>
3031
3032 commit 368f87918547f89e7eb2a92990621e75e07a3b25
3033 Author: Keith Packard <keithp@keithp.com>
3034 Date:   Sat Aug 29 13:18:46 2015 -0700
3035
3036     altos/telefire: No reply for ARMED. Ignore time for FIRE.
3037     
3038     This will let us do drag races by letting the LCO arm multiple boxes
3039     and fire them all with a single command.
3040     
3041     Signed-off-by: Keith Packard <keithp@keithp.com>
3042
3043 commit f491eec1b950e4ad35a535db254a27a3dd2ad430
3044 Author: Keith Packard <keithp@keithp.com>
3045 Date:   Thu Aug 20 23:02:04 2015 -0700
3046
3047     altos: Add HAS_COMPANION to new boards with companion connectors
3048     
3049     Thanks much to Rob Derstadt for discovering this bug!
3050     
3051     TeleMetrum v2.0, TeleMega, EasyMega, TeleBalloon v2.0 all have
3052     companion connectors and yet HAS_COMPANION was not defined. This
3053     disabled companion telemetry packets on these products, but otherwise
3054     didn't have any effect.
3055     
3056     Signed-off-by: Keith Packard <keithp@keithp.com>
3057
3058 commit b4064bf63bb95c58d74869f4ff3e440370d64692
3059 Author: Keith Packard <keithp@keithp.com>
3060 Date:   Thu Aug 20 10:51:11 2015 -0700
3061
3062     ao-telem: Add companion packet telemetry data printing
3063     
3064     Signed-off-by: Keith Packard <keithp@keithp.com>
3065
3066 commit 73dd2e2c73c42f6ce949b4aa7992f63610962c37
3067 Author: Keith Packard <keithp@keithp.com>
3068 Date:   Thu Aug 20 10:50:30 2015 -0700
3069
3070     altoslib: Add companion telemetry data support
3071     
3072     This got lost in the great telemetry rewrite
3073     
3074     Signed-off-by: Keith Packard <keithp@keithp.com>
3075
3076 commit 489d22f448d9927533e90da4d16c5a332a234a8d
3077 Merge: 570daac eaab49a
3078 Author: Bdale Garbee <bdale@gag.com>
3079 Date:   Sun Aug 16 17:53:40 2015 +0200
3080
3081     Merge branch 'master' into branch-1.6
3082
3083 commit eaab49ab1859ebe236a201f93b5352e67aa7ed2b
3084 Author: Bdale Garbee <bdale@gag.com>
3085 Date:   Sun Aug 16 17:43:32 2015 +0200
3086
3087     apply wrap-and-sort to control files
3088
3089 commit 909b048a4797b2477279750a77a82c6f5f2776d0
3090 Author: Bdale Garbee <bdale@gag.com>
3091 Date:   Fri Aug 7 20:52:48 2015 -0600
3092
3093     turnon script for TeleBT v3.0
3094
3095 commit 9e40f97b013256650364a2a7be96d7d2216ed778
3096 Author: Bdale Garbee <bdale@gag.com>
3097 Date:   Fri Jul 31 10:47:08 2015 -0600
3098
3099     add a paragraph about TeleBT battery charging to AltosDroid chapter in documentation
3100
3101 commit 773b23c48f67564eec83fc3ee085862c547ad160
3102 Author: Bdale Garbee <bdale@gag.com>
3103 Date:   Tue Jul 28 01:34:25 2015 -0600
3104
3105     move turnon_teledongle to new cal-freq code
3106
3107 commit 570daace9caf7647a09c53d5c75593cc4c98b93b
3108 Author: Bdale Garbee <bdale@gag.com>
3109 Date:   Thu Jul 16 13:36:13 2015 -0600
3110
3111     changelog for 1.6.1 release
3112
3113 commit 6e9bb9178356620bd47d9f2e31abf42b7f1a8f11
3114 Merge: e2cefd8 87c8bb3
3115 Author: Bdale Garbee <bdale@gag.com>
3116 Date:   Thu Jul 16 13:31:42 2015 -0600
3117
3118     Merge branch 'master' into branch-1.6
3119
3120 commit 87c8bb3956897830da1f7aaca2990a9571767b73
3121 Merge: 643c2fb d6445b3
3122 Author: Bdale Garbee <bdale@gag.com>
3123 Date:   Thu Jul 16 07:54:35 2015 -0600
3124
3125     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3126
3127 commit d6445b3739ac2c5dd040efdb97317a6b2a48044a
3128 Author: Keith Packard <keithp@keithp.com>
3129 Date:   Wed Jul 15 18:31:05 2015 -0700
3130
3131     Bump Java library versions
3132     
3133     Avoid problems if you have an old version of the library installed
3134     
3135     Signed-off-by: Keith Packard <keithp@keithp.com>
3136
3137 commit 643c2fb03833d658320f476ef731bbb06fe3cc31
3138 Merge: e41786f 271f56a
3139 Author: Bdale Garbee <bdale@gag.com>
3140 Date:   Wed Jul 15 16:43:50 2015 -0600
3141
3142     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3143
3144 commit 271f56a41c7e785b0fab7e572325df842d104277
3145 Author: Keith Packard <keithp@keithp.com>
3146 Date:   Wed Jul 15 11:41:03 2015 -0700
3147
3148     Bump configure.ac versions to 1.6.1
3149     
3150     And set android version to 9
3151     
3152     Signed-off-by: Keith Packard <keithp@keithp.com>
3153
3154 commit 3cb5b31a534ab0c987667f37c976a5cd589d42a5
3155 Author: Keith Packard <keithp@keithp.com>
3156 Date:   Wed Jul 15 11:40:24 2015 -0700
3157
3158     doc: Update for 1.6.1
3159     
3160     Signed-off-by: Keith Packard <keithp@keithp.com>
3161
3162 commit 7338719414ec2c34235c368a55934be0765661c1
3163 Author: Keith Packard <keithp@keithp.com>
3164 Date:   Sat Jul 11 22:33:07 2015 -0700
3165
3166     Bump version to 1.6.0.4 (android version 8)
3167     
3168     Signed-off-by: Keith Packard <keithp@keithp.com>
3169
3170 commit 52dc7dc5a791f3e7e307ae11f5c6a20b5bf71ba6
3171 Author: Keith Packard <keithp@keithp.com>
3172 Date:   Sat Jul 11 22:31:47 2015 -0700
3173
3174     altosdroid: Cleanup Makefile.am
3175     
3176     Avoid re-creating library symlinks.
3177     Make builds depend on resource files too.
3178     
3179     Signed-off-by: Keith Packard <keithp@keithp.com>
3180
3181 commit c4af5cb233013b35d6763f5adf8d11b47f847111
3182 Author: Keith Packard <keithp@keithp.com>
3183 Date:   Sat Jul 11 22:17:16 2015 -0700
3184
3185     altosdroid: Clean up tab layout
3186     
3187     Fuss with weights and gravitys, then add some wrapping layouts to get
3188     things looking reasonable on small and larger screens.
3189     
3190     Signed-off-by: Keith Packard <keithp@keithp.com>
3191
3192 commit e41786fb384892961a6547e17812a24314ce9623
3193 Author: Bdale Garbee <bdale@gag.com>
3194 Date:   Sat Jul 11 22:59:34 2015 -0600
3195
3196     add debian branch spec to vcs-git: line in control so Debian tools work right
3197
3198 commit 251263f72a1c189aac709d3d0410eb916a9f66d6
3199 Author: Keith Packard <keithp@keithp.com>
3200 Date:   Sat Jul 11 20:37:16 2015 -0700
3201
3202     altosdroid: Add 'Auto' to map tracker list
3203     
3204     Add an 'auto' menu entry when selecting trackers from the map.
3205     
3206     Signed-off-by: Keith Packard <keithp@keithp.com>
3207
3208 commit 2997c9720f58b2955925e4e99c11a6ec302114a9
3209 Author: Keith Packard <keithp@keithp.com>
3210 Date:   Sat Jul 11 20:36:18 2015 -0700
3211
3212     altosdroid: Note time at startup to avoid flipping trackers
3213     
3214     Need to set the initial 'switch' time in onStart to avoid flipping
3215     between trackers before we've done any other 'switching' action.
3216     
3217     Signed-off-by: Keith Packard <keithp@keithp.com>
3218
3219 commit 2a85f273e33a316bd044c4c8dce17c19633cffe6
3220 Author: Keith Packard <keithp@keithp.com>
3221 Date:   Sat Jul 11 20:21:34 2015 -0700
3222
3223     Generate Android version info from configure.ac
3224     
3225     This avoids having version data in two places.
3226     
3227     Signed-off-by: Keith Packard <keithp@keithp.com>
3228
3229 commit ed682ca39496849b6c0d6bdf81bee6263864895f
3230 Author: Keith Packard <keithp@keithp.com>
3231 Date:   Sat Jul 11 19:55:43 2015 -0700
3232
3233     altosdroid: Add other igniter status, various other layout changes
3234     
3235     Show the first four igniters (A-D) in the pad tab. Make pad and flight
3236     layouts look a bit better
3237     
3238     Signed-off-by: Keith Packard <keithp@keithp.com>
3239
3240 commit 84021b8e0ab9262262345ce47671c3c0c6c43566
3241 Author: Keith Packard <keithp@keithp.com>
3242 Date:   Sat Jul 11 19:54:36 2015 -0700
3243
3244     altosdroid: Don't disconnect from bluetooth onStartCommand
3245     
3246     If we've already got a bluetooth connection running, don't slam it
3247     shut when the UI starts up again.
3248     
3249     Signed-off-by: Keith Packard <keithp@keithp.com>
3250
3251 commit bdc953e26ac2dd67021f905807324c6a02e49690
3252 Author: Keith Packard <keithp@keithp.com>
3253 Date:   Sat Jul 11 19:54:07 2015 -0700
3254
3255     altosdroid: Remove a debug line in AltosVoice
3256     
3257     Signed-off-by: Keith Packard <keithp@keithp.com>
3258
3259 commit 51bf46248ca7ee3c817e62274b7366258c9f87cf
3260 Author: Keith Packard <keithp@keithp.com>
3261 Date:   Sat Jul 11 19:53:06 2015 -0700
3262
3263     altosdroid: Pop up menu of nearby trackers on map click
3264     
3265     This lets the user select one of potentially many overlapping
3266     trackers, and also makes it clear when the current tracker is being
3267     changed.
3268     
3269     Signed-off-by: Keith Packard <keithp@keithp.com>
3270
3271 commit b64ab2a8a25b0c22443bc77829c7f35b4f1c2455
3272 Author: Keith Packard <keithp@keithp.com>
3273 Date:   Sat Jul 11 19:17:40 2015 -0700
3274
3275     altosdroid: Keep speaking even when screen is off
3276     
3277     Move the voice and telemetry disabling calls from onStop to onDestroy
3278     so that a stopped application only leaves off updating the screen, and
3279     not the voice bits as well.
3280     
3281     Signed-off-by: Keith Packard <keithp@keithp.com>
3282
3283 commit d015cfc1499a263549f52d46e9e5b934fcb94f53
3284 Author: Keith Packard <keithp@keithp.com>
3285 Date:   Sat Jul 11 19:15:08 2015 -0700
3286
3287     altoslib: Preload maps based on distance rather than number of tiles
3288     
3289     This lets you get the specific area requested at all zoom levels,
3290     rather than having further detail only at lower resolution zooms.
3291     
3292     Signed-off-by: Keith Packard <keithp@keithp.com>
3293
3294 commit afa37e4667ace42c1f43b01b613e639772cfeb75
3295 Author: Keith Packard <keithp@keithp.com>
3296 Date:   Sat Jul 11 19:13:37 2015 -0700
3297
3298     altoslib: Convert longitude from distance in AltosMapTransform
3299     
3300     This computes the longitude cooresponding to a specific distance at a
3301     specific latitude.
3302     
3303     Signed-off-by: Keith Packard <keithp@keithp.com>
3304
3305 commit 1b6f3de0a547fa452d5c40775bcf59c49b229e5e
3306 Author: Keith Packard <keithp@keithp.com>
3307 Date:   Sat Jul 11 19:11:48 2015 -0700
3308
3309     altoslib: Limit simultanous map tile downloads to 128
3310     
3311     Before this change, every tile requested would get downloaded at the
3312     same time. With moving to distance-based offline map loading radius
3313     values, the number of tiles at closer zooms was in the thousands,
3314     overwhelming the network.
3315     
3316     Signed-off-by: Keith Packard <keithp@keithp.com>
3317
3318 commit b313a5a3d5aba89330c0e20eeac00cc571828953
3319 Author: Keith Packard <keithp@keithp.com>
3320 Date:   Sat Jul 11 19:10:44 2015 -0700
3321
3322     altoslib: Make earth size constants public
3323     
3324     This lets other code share the values.
3325     
3326     Signed-off-by: Keith Packard <keithp@keithp.com>
3327
3328 commit a9bc364ecc69d9085146a39198f0671de164eb2e
3329 Author: Keith Packard <keithp@keithp.com>
3330 Date:   Sat Jul 11 19:09:28 2015 -0700
3331
3332     altoslib: Make AltosMap floor/ceil static. Check transform in paint
3333     
3334     This avoids crashing in paint when no transform has been set yet.
3335     
3336     Signed-off-by: Keith Packard <keithp@keithp.com>
3337
3338 commit 002c523fae9369f0261c28f33152289d965d406b
3339 Author: Keith Packard <keithp@keithp.com>
3340 Date:   Thu Jun 25 18:40:21 2015 -0700
3341
3342     telegps: Add receiver battery to Status display
3343     
3344     Makes it a bit cramped, but it's useful to have if you're using TeleBT.
3345     
3346     Signed-off-by: Keith Packard <keithp@keithp.com>
3347
3348 commit 3d508b66c2a15286bb9af88e4d92209463e0725d
3349 Author: Keith Packard <keithp@keithp.com>
3350 Date:   Thu Jun 25 18:35:07 2015 -0700
3351
3352     altosui: Correctly show/hide receiver battery value
3353     
3354     Override the hide() test function which has the listener_state
3355     
3356     Signed-off-by: Keith Packard <keithp@keithp.com>
3357
3358 commit f76d5e4fc2ed1e0d79c096cc89793d671ecb78c3
3359 Author: Keith Packard <keithp@keithp.com>
3360 Date:   Thu Jun 25 18:33:46 2015 -0700
3361
3362     altosuilib: Receiver battery voltage lives in listener_state
3363     
3364     The code to detect whether to show or hide this entry was using
3365     functions that weren't given the listener_state and hence returned
3366     MISSING all of the time.
3367     
3368     Signed-off-by: Keith Packard <keithp@keithp.com>
3369
3370 commit 7c0f66bf64f410415afaff1b5c8e1443512b7a57
3371 Author: Keith Packard <keithp@keithp.com>
3372 Date:   Thu Jun 25 18:31:29 2015 -0700
3373
3374     altoslib: Support TeleBT v3.0 battery voltage conversion
3375     
3376     TeleBT v3.0 uses an STM32 instead of a cc1111, so it needs a different
3377     voltage computation from the raw ADC value.
3378     
3379     Signed-off-by: Keith Packard <keithp@keithp.com>
3380
3381 commit ee1b0bd05bedb8a5a631cc79c77fde8fd920ac38
3382 Author: Keith Packard <keithp@keithp.com>
3383 Date:   Thu Jun 25 18:42:29 2015 -0700
3384
3385     altos/telebt-v3.0: Report battery voltage correctly
3386     
3387     There was an extra %d, and an extra ':' in the output, making the UI
3388     not parse the voltage correctly
3389     
3390     Signed-off-by: Keith Packard <keithp@keithp.com>
3391
3392 commit 6ecd75a7abb5fcee440f7672082013088634680b
3393 Author: Keith Packard <keithp@keithp.com>
3394 Date:   Thu Jun 25 12:23:04 2015 -0700
3395
3396     altoslib: Don't crash if dragging a map view without any tiles
3397     
3398     Signed-off-by: Keith Packard <keithp@keithp.com>
3399
3400 commit 06908e377b7b932bfe3f6dfc840a0a13340f32ce
3401 Author: Keith Packard <keithp@keithp.com>
3402 Date:   Thu Jun 25 12:22:04 2015 -0700
3403
3404     altosdroid: Class of offline map view widget changed
3405     
3406     Switch around AltosViewPager to match.
3407     
3408     Signed-off-by: Keith Packard <keithp@keithp.com>
3409
3410 commit 71d924288d45b09ae655d06df9780ba286e3f3be
3411 Author: Keith Packard <keithp@keithp.com>
3412 Date:   Wed Jun 24 12:02:22 2015 -0700
3413
3414     altosdroid: Display direction in map view
3415     
3416     Use direction in map view when available, otherwise use bearing
3417     
3418     Signed-off-by: Keith Packard <keithp@keithp.com>
3419
3420 commit c7067f14359d25a8275f2b09e7b30c06c0424dbb
3421 Author: Keith Packard <keithp@keithp.com>
3422 Date:   Tue Jun 23 22:40:11 2015 -0700
3423
3424     altoslib: Fix replay to run in realtime again
3425     
3426     At some point, this got sped up to 10x normal speedx
3427     
3428     Signed-off-by: Keith Packard <keithp@keithp.com>
3429
3430 commit 3e7588e382c70e467b1f328fcfb6bc38a6b79ac7
3431 Author: Keith Packard <keithp@keithp.com>
3432 Date:   Tue Jun 23 22:22:06 2015 -0700
3433
3434     Bump version to 1.6.0.3
3435     
3436     Mark the release of 1.6.0.3 altosdroid
3437     
3438     Signed-off-by: Keith Packard <keithp@keithp.com>
3439
3440 commit 3ce5e24fefaddaa74eadba4722e904354c871387
3441 Author: Keith Packard <keithp@keithp.com>
3442 Date:   Tue Jun 23 22:21:45 2015 -0700
3443
3444     altosdroid: Update version numbers in manifest
3445     
3446     Signed-off-by: Keith Packard <keithp@keithp.com>
3447
3448 commit d9f96c45d0a3099e9e5fd3c75cc27f9415fcaf55
3449 Author: Keith Packard <keithp@keithp.com>
3450 Date:   Tue Jun 23 22:21:30 2015 -0700
3451
3452     altosdroid: Mark tab-dependent voice output as done
3453     
3454     Signed-off-by: Keith Packard <keithp@keithp.com>
3455
3456 commit aed8d3ee2561bbec59b9684fb2042186191302ca
3457 Author: Keith Packard <keithp@keithp.com>
3458 Date:   Tue Jun 23 22:04:47 2015 -0700
3459
3460     altosdroid: Make sure flight voice output always starts with 'speed'
3461     
3462     This resets the flight-mode voice output state back to start again
3463     each time the flight tab is selected
3464     
3465     Signed-off-by: Keith Packard <keithp@keithp.com>
3466
3467 commit b1b41e0823a60769e7d2d806f4d97ae043d7dae3
3468 Author: Keith Packard <keithp@keithp.com>
3469 Date:   Tue Jun 23 22:00:33 2015 -0700
3470
3471     altosdroid: Make sure whole flight state is spoken even when no-one is moving
3472     
3473     This eliminates the case where much of the flight state wasn't
3474     reported if the tracker or receiver weren't moving.
3475     
3476     Signed-off-by: Keith Packard <keithp@keithp.com>
3477
3478 commit f275e73f42e0aaf1760da99fb93c394320aafb84
3479 Author: Keith Packard <keithp@keithp.com>
3480 Date:   Tue Jun 23 21:47:06 2015 -0700
3481
3482     altoslib: Typo slipped into AltosState.java
3483     
3484     Oops.
3485     
3486     Signed-off-by: Keith Packard <keithp@keithp.com>
3487
3488 commit bfa6cd8934b993bd4a67cfc7a4eeecf9b11915ef
3489 Author: Keith Packard <keithp@keithp.com>
3490 Date:   Tue Jun 23 21:39:09 2015 -0700
3491
3492     altosdroid: Change voice output around
3493     
3494     This makes the voice output depend on the current displayed tab; where
3495     the 'recovery' and 'map' tabs get the same value.
3496     
3497     Pad
3498     
3499         Reports igniter and GPS status changes
3500     
3501     Flight
3502     
3503         Report flight state changes and max height after apogee
3504         Report current speed, height and bearing/elevation/range once
3505         every 10 seconds while the rocket is in motion.
3506     
3507     Recovery
3508     
3509         Report distance and bearing when the location of either the
3510         tracker or the receiver changes by more than 10m, but not more
3511         than once every 10 seconds.
3512     
3513     Signed-off-by: Keith Packard <keithp@keithp.com>
3514
3515 commit a761b34ed8fc64435f5a49623f4a5c55e2dda33a
3516 Author: Keith Packard <keithp@keithp.com>
3517 Date:   Tue Jun 23 21:37:25 2015 -0700
3518
3519     altosdroid: Define strings for the tab names
3520     
3521     Use these everywhere instead of replicating the same name; might
3522     reduce errors.
3523     
3524     Signed-off-by: Keith Packard <keithp@keithp.com>
3525
3526 commit 56146cd379e1319b7adcf8e22cdda55f771e11be
3527 Author: Keith Packard <keithp@keithp.com>
3528 Date:   Tue Jun 23 21:35:43 2015 -0700
3529
3530     altosdroid: Show direction to target in recover tab
3531     
3532     This takes the bearing to target and current direction of motion (from
3533     the Android API) and computes a turn amount and displays that so you
3534     don't have to know which way is north when walking towards the rocket.
3535     
3536     Signed-off-by: Keith Packard <keithp@keithp.com>
3537
3538 commit 60b8bea12edb954e6140a92c8412364c9581e3c2
3539 Author: Keith Packard <keithp@keithp.com>
3540 Date:   Tue Jun 23 21:38:37 2015 -0700
3541
3542     altoslib: Use a longer filter for descent values
3543     
3544     This makes descent speeds almost useful, a huge improvement
3545     
3546     Signed-off-by: Keith Packard <keithp@keithp.com>
3547
3548 commit 1513693602c2a4cab0783833d1844c066edabb71
3549 Author: Keith Packard <keithp@keithp.com>
3550 Date:   Mon Jun 22 23:21:05 2015 -0700
3551
3552     altosdroid: Fix line drawing to old tracker location
3553     
3554     Selecting an old tracker would often fail to switch the bearing line
3555     as it was using the map data instead of just using the local data for
3556     the relavant tracker.
3557     
3558     Signed-off-by: Keith Packard <keithp@keithp.com>
3559
3560 commit 87d2ab135b493486162d33ff172eba1f44dc0ce5
3561 Author: Keith Packard <keithp@keithp.com>
3562 Date:   Mon Jun 22 21:04:01 2015 -0700
3563
3564     altosdroid: Mark four-tab change done
3565     
3566     Signed-off-by: Keith Packard <keithp@keithp.com>
3567
3568 commit fb0bd0ec18088ef01549cdb96243d591f618e32b
3569 Author: Keith Packard <keithp@keithp.com>
3570 Date:   Mon Jun 22 20:59:17 2015 -0700
3571
3572     altosdroid: Allow tracker selection from online map widget
3573     
3574     Need separate tracker selection code for online maps
3575     
3576     Signed-off-by: Keith Packard <keithp@keithp.com>
3577
3578 commit 2b6768ed32d7be444c49caa40d30b520177bb22a
3579 Author: Keith Packard <keithp@keithp.com>
3580 Date:   Mon Jun 22 20:43:23 2015 -0700
3581
3582     altosdroid: Switch to four tabs (pad/flight/recover/map)
3583     
3584     Ascent and descent were almost the same; no reason to have both.
3585     
3586     Signed-off-by: Keith Packard <keithp@keithp.com>
3587
3588 commit 0f56903774d9e8bb033dfc0af6945e8ddc1d3065
3589 Author: Keith Packard <keithp@keithp.com>
3590 Date:   Mon Jun 22 20:08:05 2015 -0700
3591
3592     altosdroid: Select tracker by clicking on map
3593     
3594     This lets you pick a  tracker from the map, rather than having to use
3595     the menu.
3596     
3597     Signed-off-by: Keith Packard <keithp@keithp.com>
3598
3599 commit a959c1926048d1b96a06aa291131afd7c8e771c7
3600 Author: Keith Packard <keithp@keithp.com>
3601 Date:   Mon Jun 22 18:41:01 2015 -0700
3602
3603     altosdroid: Get rid of on-line only maps tab
3604     
3605     The offline tab did both, so delete the online one and replace it with
3606     the offline one.
3607     
3608     Signed-off-by: Keith Packard <keithp@keithp.com>
3609
3610 commit 18fe64cf2648568dd0bde5acd7b627f1ddb6917e
3611 Author: Keith Packard <keithp@keithp.com>
3612 Date:   Mon Jun 22 18:26:34 2015 -0700
3613
3614     altosdroid: Display online/offline maps in same tab
3615     
3616     Make the map portion switchable between online and offline maps,
3617     leaving the rest of the tab alone.
3618     
3619     Signed-off-by: Keith Packard <keithp@keithp.com>
3620
3621 commit ee656c9d41238ab2c56859a03fe6b8ce8ff2df4e
3622 Author: Keith Packard <keithp@keithp.com>
3623 Date:   Sun Jun 21 10:34:00 2015 -0700
3624
3625     altosdroid: Add map source preference
3626     
3627     Not hooked up yet.
3628     
3629     Signed-off-by: Keith Packard <keithp@keithp.com>
3630
3631 commit 9af72a2e629779833ff1787bbfc2ddc8b9d88bba
3632 Author: Keith Packard <keithp@keithp.com>
3633 Date:   Sun Jun 21 09:37:05 2015 -0700
3634
3635     altosdroid: Show receiver battery voltage in the 'pad' view
3636     
3637     Helpful to determine when the receiver battery is getting low
3638     
3639     Signed-off-by: Keith Packard <keithp@keithp.com>
3640
3641 commit 4fbe9d5a1f56178a737ede6b31e8d01a02a7543f
3642 Author: Keith Packard <keithp@keithp.com>
3643 Date:   Sun Jun 21 09:36:20 2015 -0700
3644
3645     altosdroid: Use AltosMap set_zoom_centre
3646     
3647     This keeps the center of the zoom gesture pinned to the screen.
3648     
3649     Signed-off-by: Keith Packard <keithp@keithp.com>
3650
3651 commit 08e4e291d32bdb3ac3271a85190d277b1874d277
3652 Author: Keith Packard <keithp@keithp.com>
3653 Date:   Sun Jun 21 09:35:28 2015 -0700
3654
3655     altosuilib: Use AltosMap set_zoom_centre instead of in-line version
3656     
3657     Shares the same function with altosdroid this way.
3658     
3659     Signed-off-by: Keith Packard <keithp@keithp.com>
3660
3661 commit e0c318cdd32b3c3fed5099c754aea3ebc6186a0f
3662 Author: Keith Packard <keithp@keithp.com>
3663 Date:   Sun Jun 21 09:34:29 2015 -0700
3664
3665     altoslib: Add set_zoom_centre to AltosMap
3666     
3667     This zooms around a specific point, keeping it at the same place on
3668     the screen.
3669     
3670     Signed-off-by: Keith Packard <keithp@keithp.com>
3671
3672 commit b8bdb432aacc1a273ee484a29a24b3768c274db6
3673 Author: Keith Packard <keithp@keithp.com>
3674 Date:   Sat Jun 20 11:58:08 2015 -0700
3675
3676     altosdroid: Multiple tracker support for google maps
3677     
3678     Signed-off-by: Keith Packard <keithp@keithp.com>
3679
3680 commit c72e18fa1713b6e1aa7906210e79dd6354d2390f
3681 Author: Keith Packard <keithp@keithp.com>
3682 Date:   Sat Jun 20 11:57:29 2015 -0700
3683
3684     altosdroid: Stack map markers with newest rocket on top
3685     
3686     Signed-off-by: Keith Packard <keithp@keithp.com>
3687
3688 commit 0f40284c554aaadc71a598de8f1c5fe64ea387e1
3689 Author: Keith Packard <keithp@keithp.com>
3690 Date:   Sat Jun 20 11:58:45 2015 -0700
3691
3692     altosdroid: Support for sorting rockets by age
3693     
3694     Now we can just sort rockets so that the top-most shown is the newest
3695     
3696     Signed-off-by: Keith Packard <keithp@keithp.com>
3697
3698 commit de785b409e404a5296a7ff2037f52f3029536f28
3699 Author: Keith Packard <keithp@keithp.com>
3700 Date:   Sat Jun 20 11:57:10 2015 -0700
3701
3702     altosdroid: Remove debug
3703     
3704     Just noise at this point.
3705     
3706     Signed-off-by: Keith Packard <keithp@keithp.com>
3707
3708 commit b2ad3b1ef59fe6e51c8c544f215c33f3b48c3aeb
3709 Author: Keith Packard <keithp@keithp.com>
3710 Date:   Sat Jun 20 11:55:44 2015 -0700
3711
3712     altosdroid: Switch trackers automatically when changing freq or baud
3713     
3714     This works by switching trackers when we receive telemetry newer than
3715     the last time we changed the frequency configuration.
3716     
3717     Signed-off-by: Keith Packard <keithp@keithp.com>
3718
3719 commit 4a33336b8f468c5b0f2e14c0ee0242c9a24a8b90
3720 Author: Keith Packard <keithp@keithp.com>
3721 Date:   Sat Jun 20 11:54:20 2015 -0700
3722
3723     altosuilib: Allow for no transform in map mouse wheel function
3724     
3725     Signed-off-by: Keith Packard <keithp@keithp.com>
3726
3727 commit 3882e358b6f2970cb1afebcf2a71da34a57002df
3728 Author: Keith Packard <keithp@keithp.com>
3729 Date:   Sat Jun 20 11:53:24 2015 -0700
3730
3731     altoslib: Clean up map tile removal
3732     
3733     Remove them while walking the hash table, rather than creating a list
3734     to remove.
3735     
3736     Signed-off-by: Keith Packard <keithp@keithp.com>
3737
3738 commit 0cc03210d5d53d12604688f294b6ca39e3a025de
3739 Author: Keith Packard <keithp@keithp.com>
3740 Date:   Sat Jun 20 09:35:26 2015 -0700
3741
3742     altoslib/altosuilib: Fix equals methods, add hashCode
3743     
3744     Whenever we use a class as a HashMap key, that class needs to override
3745     the equals(Object) and hashCode() methods. Otherwise, the hash table
3746     won't work right.
3747     
3748     Signed-off-by: Keith Packard <keithp@keithp.com>
3749
3750 commit 5568c30f0a4fe346b8ed58934c23653064427d65
3751 Author: Keith Packard <keithp@aimi.keithp.com>
3752 Date:   Thu Jun 18 17:37:35 2015 -0700
3753
3754     ao-bringup: Make turnon_easymega run without 'make install'
3755     
3756     Use relative paths for all altos tools
3757     
3758     Signed-off-by: Keith Packard <keithp@aimi.keithp.com>
3759
3760 commit 6cf27ddd5e84824610d6a0bcbb81ba4626b71409
3761 Author: Keith Packard <keithp@keithp.com>
3762 Date:   Thu Jun 18 17:12:41 2015 -0700
3763
3764     ao-bringup: Use local versions of tools instead of /usr/bin for turnon_easymega
3765     
3766     Signed-off-by: Keith Packard <keithp@keithp.com>
3767
3768 commit 3e5521070564e9a184f3b781dad9d39cdd963510
3769 Author: Keith Packard <keithp@keithp.com>
3770 Date:   Thu Jun 18 16:56:19 2015 -0700
3771
3772     ao-bringup: Fail turnon_easymega if accel cal fails
3773     
3774     This prevents a failing board from being reported as good
3775     
3776     Signed-off-by: Keith Packard <keithp@keithp.com>
3777
3778 commit 6683146168216aacdc0842934cec1fb48ea03518
3779 Author: Keith Packard <keithp@keithp.com>
3780 Date:   Wed Jun 17 00:12:06 2015 -0700
3781
3782     telegps: use new AltosUIFrame constraint helper
3783     
3784     Signed-off-by: Keith Packard <keithp@keithp.com>
3785
3786 commit c71abc5c29025eb57fc78968a4ccf8c34cb3a6f2
3787 Author: Keith Packard <keithp@keithp.com>
3788 Date:   Tue Jun 16 23:49:45 2015 -0700
3789
3790     micropeak: Update mac/windows FTDI drivers
3791     
3792     Use latest FTDI drivers.
3793     
3794     Signed-off-by: Keith Packard <keithp@keithp.com>
3795
3796 commit 1098f7502a603a9cf80ad950f53a2c2abdf7ec93
3797 Author: Keith Packard <keithp@keithp.com>
3798 Date:   Tue Jun 16 23:43:53 2015 -0700
3799
3800     altosuilib: Create grid-bag helper functions in AltosUIFrame
3801     
3802     This eases the burden of creating suitable GridBagConstraints values
3803     
3804     Signed-off-by: Keith Packard <keithp@keithp.com>
3805
3806 commit cdeefaba7d5ef69f28e5dfb152c5f185f8b85f2e
3807 Author: Keith Packard <keithp@keithp.com>
3808 Date:   Tue Jun 16 23:42:59 2015 -0700
3809
3810     altosuilib: Show state.product if state.device_type isn't set
3811     
3812     MonitorIdle doesn't get the device type, only the product.
3813     
3814     Signed-off-by: Keith Packard <keithp@keithp.com>
3815
3816 commit 469be0a57dc9932c26f9c38986d22f6e8b2fd6ed
3817 Author: Keith Packard <keithp@keithp.com>
3818 Date:   Tue Jun 16 23:42:22 2015 -0700
3819
3820     altoslib: Remove debug output from AltosMap
3821     
3822     It's just annoying now.
3823     
3824     Signed-off-by: Keith Packard <keithp@keithp.com>
3825
3826 commit 76532162d63239b00a51dd0ff6b1356b07b62d2d
3827 Author: Keith Packard <keithp@keithp.com>
3828 Date:   Tue Jun 16 23:41:51 2015 -0700
3829
3830     altoslib: Expose public function to set state.product
3831     
3832     Just adds a setter function for this value.
3833     
3834     Signed-off-by: Keith Packard <keithp@keithp.com>
3835
3836 commit 5cacce8099bfc4fa4019538ac88be00bd2023865
3837 Author: Keith Packard <keithp@keithp.com>
3838 Date:   Tue Jun 16 23:40:34 2015 -0700
3839
3840     altoslib: Let the application disable the link cancel dialog
3841     
3842     This lets the application control whether to pop up the cancel dialog
3843     when the link isn't working.
3844     
3845     Signed-off-by: Keith Packard <keithp@keithp.com>
3846
3847 commit 75682a5a18f28acf8f4a61a0d45dad461218186e
3848 Author: Keith Packard <keithp@keithp.com>
3849 Date:   Tue Jun 16 23:38:07 2015 -0700
3850
3851     altoslib: Set product for idle monitor
3852     
3853     This lets the UI show the product name
3854     
3855     Signed-off-by: Keith Packard <keithp@keithp.com>
3856
3857 commit c46c2c5767c6e909fa58587e6c864a4fbaa9fa20
3858 Merge: 39f4361 6cb7d76
3859 Author: Robert Garbee <robert@gag.com>
3860 Date:   Sat Jun 13 17:40:59 2015 -0600
3861
3862     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3863
3864 commit 39f4361675aa13899864f427a33d4aa48be56cd2
3865 Author: Robert Garbee <robert@gag.com>
3866 Date:   Sat Jun 13 17:40:16 2015 -0600
3867
3868     add beep when test completes
3869
3870 commit 6cb7d76c3fbe32b442713e358654d07b2506897e
3871 Author: Keith Packard <keithp@keithp.com>
3872 Date:   Sat Jun 6 20:37:53 2015 -0700
3873
3874     altosdroid: Resource changes needed for multi-tracker mode
3875     
3876     Signed-off-by: Keith Packard <keithp@keithp.com>
3877
3878 commit 78df1d5213c402780fa2ce7e062c64cf5a01c45f
3879 Author: Keith Packard <keithp@keithp.com>
3880 Date:   Sat Jun 6 20:37:27 2015 -0700
3881
3882     altosdroid: Note recent changes
3883     
3884     Signed-off-by: Keith Packard <keithp@keithp.com>
3885
3886 commit c813c2c8f71017a686128e06b5178fc99ece251c
3887 Author: Keith Packard <keithp@keithp.com>
3888 Date:   Sat Jun 6 20:36:18 2015 -0700
3889
3890     altosdroid: Add multi-tracker support
3891     
3892     This lets you view multiple trackers in the offline maps tab (online
3893     maps not done yet), saves state of each tracker to preferences.
3894     
3895     Signed-off-by: Keith Packard <keithp@keithp.com>
3896
3897 commit f79d569dfe333621d63a1d4001c85a88f736ad58
3898 Author: Keith Packard <keithp@keithp.com>
3899 Date:   Sat Jun 6 20:35:32 2015 -0700
3900
3901     altoslib: Add preferences for saving/restoring multiple flight states
3902     
3903     Signed-off-by: Keith Packard <keithp@keithp.com>
3904
3905 commit 64ca3d2e7d2b23aedfdf98ef8ebd760bd3291534
3906 Author: Keith Packard <keithp@keithp.com>
3907 Date:   Sat Jun 6 06:00:43 2015 -0700
3908
3909     ao-tools: Add missing ao-cal-freq man page
3910     
3911     Signed-off-by: Keith Packard <keithp@keithp.com>
3912
3913 commit 55753ac8b4b73ec58cb6ef874acc8d606193c5e7
3914 Author: Keith Packard <keithp@keithp.com>
3915 Date:   Fri Jun 5 22:52:51 2015 -0700
3916
3917     ao-bringup: Do telegps freq cal before testing GPS
3918     
3919     This lets the GPS get some time to see sats while we're messing with
3920     the radio frequency calibration.
3921     
3922     Signed-off-by: Keith Packard <keithp@keithp.com>
3923
3924 commit 527700623cc369cc58e15c29dc1ee374fa4efeb7
3925 Author: Keith Packard <keithp@keithp.com>
3926 Date:   Fri Jun 5 22:52:21 2015 -0700
3927
3928     ao-bringup: Use new ao-cal-freq program for cal-freq script
3929     
3930     Remove shell script bits that were unreliable.
3931     
3932     Signed-off-by: Keith Packard <keithp@keithp.com>
3933
3934 commit b9797aa9b6ca38db79c22e4dcefc6efc8a148599
3935 Author: Keith Packard <keithp@keithp.com>
3936 Date:   Fri Jun 5 22:17:02 2015 -0700
3937
3938     ao-tools: Create ao-cal-freq
3939     
3940     Create C-based frequency calibration program to replace shell script
3941     which isn't reliable.
3942     
3943     Signed-off-by: Keith Packard <keithp@keithp.com>
3944
3945 commit 7c75ec6e11a9287b2360bb62ef4ddb4f0e2083c7
3946 Author: Keith Packard <keithp@keithp.com>
3947 Date:   Tue Jun 2 12:48:42 2015 -0700
3948
3949     altosdroid: Highlight age in red when older than 10 seconds
3950     
3951     This lets you quickly identify stale data
3952     
3953     Signed-off-by: Keith Packard <keithp@keithp.com>
3954
3955 commit a533ea525620f194fd89fedad043659bb433d71b
3956 Author: Keith Packard <keithp@keithp.com>
3957 Date:   Sun May 31 23:09:18 2015 -0700
3958
3959     altosdroid: Switch from custom title to standard Holo theme
3960     
3961     This gives us the menu button, which is awfully useful on devices
3962     without a hardware version...
3963     
3964     Signed-off-by: Keith Packard <keithp@keithp.com>
3965
3966 commit 0beb02f1848e34892cca6e34ba83d6ca836d6df2
3967 Author: Keith Packard <keithp@keithp.com>
3968 Date:   Fri May 29 09:49:30 2015 -0700
3969
3970     altoslib: Require 'debug' hook in AltosMapInterface
3971     
3972     This lets the map users redirect debug messages as appropriate
3973     
3974     Signed-off-by: Keith Packard <keithp@keithp.com>
3975
3976 commit 4f1c4dddbce7b4e8673173f1690f79ba60e72ba2
3977 Author: Keith Packard <keithp@keithp.com>
3978 Date:   Fri May 29 09:43:58 2015 -0700
3979
3980     altosdroid: use 'show' to set new tab contents in onResume
3981     
3982     Hook onResume so that newly created/recreated tabs get current
3983     contents. The set_visible hook isn't sufficient for that.
3984     
3985     Signed-off-by: Keith Packard <keithp@keithp.com>
3986
3987 commit 625c496987c2d320a51f3d27f8f00bde17b46a78
3988 Author: Keith Packard <keithp@keithp.com>
3989 Date:   Fri May 29 09:42:58 2015 -0700
3990
3991     altosdroid: Missing call to super.onDetach from TabMapOffline
3992     
3993     Causes an exception when you shut down the application.
3994     
3995     Signed-off-by: Keith Packard <keithp@keithp.com>
3996
3997 commit 50e709a4088f3d6846fd66cbe9b8c437b3f9c88b
3998 Author: Keith Packard <keithp@keithp.com>
3999 Date:   Thu May 28 22:13:39 2015 -0700
4000
4001     altosdroid: Split out AltosMapView into separate file
4002     
4003     This lets us use the regular layout configuration bits in the .xml
4004     file instead of needing to patch the map object into the display. That
4005     was causing problems when re-entering the map tab as the map view
4006     would somehow end up with a zero width.
4007     
4008     Signed-off-by: Keith Packard <keithp@keithp.com>
4009
4010 commit 2e424f8dc2886aa475e6ddb21457eba08f768b16
4011 Author: Keith Packard <keithp@keithp.com>
4012 Date:   Thu May 28 22:12:26 2015 -0700
4013
4014     altosdroid: Add 'Current Location' as an option when preloading maps
4015     
4016     This lets you load maps around your current location, in case your
4017     favorite launch site isn't in the list.
4018     
4019     Signed-off-by: Keith Packard <keithp@keithp.com>
4020
4021 commit 4315b91d7afc2391e3f7444906ac226500bf1345
4022 Author: Keith Packard <keithp@keithp.com>
4023 Date:   Thu May 28 22:08:51 2015 -0700
4024
4025     altosdroid: Save selected map type in AltosDroid object
4026     
4027     The map tabs may not have been created when the map type was selected,
4028     so save the desired type in the main application object.
4029     
4030     Signed-off-by: Keith Packard <keithp@keithp.com>
4031
4032 commit 41028472fd2e7e0209125e76b94e551f9d10f89c
4033 Author: Keith Packard <keithp@keithp.com>
4034 Date:   Thu May 28 22:06:55 2015 -0700
4035
4036     altosdroid: Disable debug output on release builds
4037     
4038     We generate an awful lot of debug spew to the log; presumably that's
4039     not helping performance, so lose that for release builds.
4040     
4041     Signed-off-by: Keith Packard <keithp@keithp.com>
4042
4043 commit e2d54de24df37baa5ff3837334d97f726934ec25
4044 Author: Keith Packard <keithp@keithp.com>
4045 Date:   Thu May 28 22:05:36 2015 -0700
4046
4047     altosdroid: Look for zipalign in the new place too
4048     
4049     This build tool moved for some reason...
4050     
4051     Signed-off-by: Keith Packard <keithp@keithp.com>
4052
4053 commit 85013045ca505096064aaf45c312b158d0263d2a
4054 Author: Keith Packard <keithp@keithp.com>
4055 Date:   Thu May 28 01:05:18 2015 -0700
4056
4057     altosdroid: Add map types and map preloading UIs
4058     
4059     This adds an ugly dialog to select which maps to preload, and also
4060     adds the ability to display other map types.
4061     
4062     Signed-off-by: Keith Packard <keithp@keithp.com>
4063
4064 commit ba698c2cc48677735046d0881df9c180674e4082
4065 Author: Keith Packard <keithp@keithp.com>
4066 Date:   Thu May 28 01:01:23 2015 -0700
4067
4068     altoslib: Pass all map loader params to set_load_params
4069     
4070     Add zoom and map type to the param list so we don't call set_zoom and
4071     set_maptype separately, which only causes lots of extra image loads to
4072     get started unnecessarily.
4073     
4074     Signed-off-by: Keith Packard <keithp@keithp.com>
4075
4076 commit c63617415553d97f9be2f19b94365b53d4480c68
4077 Author: Keith Packard <keithp@keithp.com>
4078 Date:   Thu May 28 01:00:47 2015 -0700
4079
4080     altosuilib: Eliminate extra MapCache in AltosUIMapPreloadNew
4081     
4082     Use the cache from the map.
4083     
4084     Signed-off-by: Keith Packard <keithp@keithp.com>
4085
4086 commit ff01fb7275973cdbfd976d3b4e638c6235108121
4087 Author: Keith Packard <keithp@keithp.com>
4088 Date:   Thu May 28 01:00:22 2015 -0700
4089
4090     altosuilib: Get rid of AltosUIMapNew.set_load_params
4091     
4092     This isn't needed anywhere.
4093     
4094     Signed-off-by: Keith Packard <keithp@keithp.com>
4095
4096 commit b49b74847ad55e14d1dbf2872ebbe313147e9fd3
4097 Author: Keith Packard <keithp@keithp.com>
4098 Date:   Wed May 27 23:14:09 2015 -0700
4099
4100     altosuilib: Switch to altoslib map loading code
4101     
4102     Remove the map loading code from the UI bits and use the new altoslib
4103     version instead.
4104     
4105     Signed-off-by: Keith Packard <keithp@keithp.com>
4106
4107 commit 3b4e6da65158a434905dc652e46c69d2c38cea7f
4108 Author: Keith Packard <keithp@keithp.com>
4109 Date:   Wed May 27 23:12:34 2015 -0700
4110
4111     altoslib: Add map loading helper class
4112     
4113     This adds the AltosMapLoader class, which iterates over a sequence of
4114     zoom levels and formats to get local copies of a desired launch site.
4115     
4116     Signed-off-by: Keith Packard <keithp@keithp.com>
4117
4118 commit ccd557c846eed37328d6799f36e61308bcbb678a
4119 Author: Keith Packard <keithp@keithp.com>
4120 Date:   Wed May 27 23:11:58 2015 -0700
4121
4122     altoslib: Provide toString method for AltosLatLon
4123     
4124     Makes printing them easier.
4125     
4126     Signed-off-by: Keith Packard <keithp@keithp.com>
4127
4128 commit 756f501593365b80cfa6f7ca871da3291bbde67a
4129 Author: Keith Packard <keithp@keithp.com>
4130 Date:   Wed May 27 22:43:53 2015 -0700
4131
4132     altoslib: Start with map empty
4133     
4134     Don't load images from 0,0 for no good reason; wait until someone sets
4135     a desired lat/lon
4136     
4137     Signed-off-by: Keith Packard <keithp@keithp.com>
4138
4139 commit ccba2bb2f193ffd6c3a3d934a46bc06466b4b258
4140 Author: Keith Packard <keithp@keithp.com>
4141 Date:   Wed May 27 15:31:25 2015 -0700
4142
4143     altosuilib: Use altoslib site list loader
4144     
4145     Removes the custom version and uses the shared code
4146     
4147     Signed-off-by: Keith Packard <keithp@keithp.com>
4148
4149 commit 519d477cb752d9cdba78a4daa32b1f547bf889b4
4150 Author: Keith Packard <keithp@keithp.com>
4151 Date:   Wed May 27 15:30:29 2015 -0700
4152
4153     altoslib: Add AltosLaunchSite bits
4154     
4155     This asynchronously fetches the list of available launch sites from
4156     the standard location and notifies the caller when finished.
4157     
4158     Signed-off-by: Keith Packard <keithp@keithp.com>
4159
4160 commit 103a50db50be55c2293468d273dd94472dd89d94
4161 Author: Keith Packard <keithp@keithp.com>
4162 Date:   Tue May 26 23:05:49 2015 -0700
4163
4164     altosdroid: Place icons on screen instead of drawing path
4165     
4166     This makes drawing a bunch faster, and locating stuff on the screen easier.
4167     
4168     Signed-off-by: Keith Packard <keithp@keithp.com>
4169
4170 commit 2509b664df6a13e6ae9e6753dc9fa0d696a4f6c7
4171 Author: Keith Packard <keithp@keithp.com>
4172 Date:   Tue May 26 23:05:11 2015 -0700
4173
4174     altosdroid: Centralize debug printf code
4175     
4176     Create AltosDebug to hold the debug code, use it everywhere.
4177     
4178     Signed-off-by: Keith Packard <keithp@keithp.com>
4179
4180 commit bca342577740a9d04b8419ecadcff582e77f1e61
4181 Author: Keith Packard <keithp@keithp.com>
4182 Date:   Tue May 26 23:02:43 2015 -0700
4183
4184     altosdroid: Move pause before reopening bluetooth into connec thread
4185     
4186     This avoids stalling the UI while waiting for TBT to boot.
4187     
4188     Signed-off-by: Keith Packard <keithp@keithp.com>
4189
4190 commit 7975d088a4ac44c0943134fa41d0e3b88f50b98f
4191 Author: Keith Packard <keithp@keithp.com>
4192 Date:   Tue May 26 19:47:04 2015 -0700
4193
4194     altosdroid: Add offline map tab
4195     
4196     It's not very fancy yet, but it does zoom and pan, and show the path
4197     of the rocket with a line.
4198     
4199     Signed-off-by: Keith Packard <keithp@keithp.com>
4200
4201 commit f822b84d8c25159ff113fef6a419b6e18e87a87a
4202 Author: Keith Packard <keithp@keithp.com>
4203 Date:   Tue May 26 01:04:00 2015 -0700
4204
4205     altosuilib: Get rid of AltosUIVersion.java
4206     
4207     It's been moved to altoslib/AltosVersion.java
4208     
4209     Signed-off-by: Keith Packard <keithp@keithp.com>
4210
4211 commit 4895f443e4a748de2677e51869f20c05d265c944
4212 Author: Keith Packard <keithp@keithp.com>
4213 Date:   Tue May 26 00:56:17 2015 -0700
4214
4215     altosuilib: Remove old map bits
4216     
4217     Signed-off-by: Keith Packard <keithp@keithp.com>
4218
4219 commit f41fe2291891b28327c332098bdc601bc75fc4c0
4220 Author: Keith Packard <keithp@keithp.com>
4221 Date:   Tue May 26 00:46:21 2015 -0700
4222
4223     altosuilib: Use new map code for map preload UI
4224     
4225     Signed-off-by: Keith Packard <keithp@keithp.com>
4226
4227 commit cd0f4de98ea709e5f070d5f1337658590d2004a1
4228 Author: Keith Packard <keithp@keithp.com>
4229 Date:   Tue May 26 00:33:02 2015 -0700
4230
4231     altosuilib: Add AltosUIImage.java
4232     
4233     Signed-off-by: Keith Packard <keithp@keithp.com>
4234
4235 commit 501fa41111b93cc213a1114a33612858e1e93ab5
4236 Author: Keith Packard <keithp@keithp.com>
4237 Date:   Tue May 26 00:29:53 2015 -0700
4238
4239     altoslib/altosuilib: Get new Map display code running in altosui and telegps
4240     
4241     Looks like the display is all hooked up. Still need to replace the
4242     preload UIs.
4243     
4244     Signed-off-by: Keith Packard <keithp@keithp.com>
4245
4246 commit cb23b992be8ba40c97d8988c134a814a13ccd58c
4247 Author: Keith Packard <keithp@keithp.com>
4248 Date:   Mon May 25 20:34:05 2015 -0700
4249
4250     altoslib/altosuilib: Update library version to 7
4251     
4252     So many ABI/API changes
4253     
4254     Signed-off-by: Keith Packard <keithp@keithp.com>
4255
4256 commit 68effc6e39f731a2d7bbe2963999c1e785118897
4257 Author: Keith Packard <keithp@keithp.com>
4258 Date:   Mon May 25 20:33:28 2015 -0700
4259
4260     altoslib: More frobbing with new map bits
4261     
4262     Signed-off-by: Keith Packard <keithp@keithp.com>
4263
4264 commit 00aca369c4070901e0400f291d5f269b5fb8015c
4265 Author: Keith Packard <keithp@keithp.com>
4266 Date:   Mon May 25 20:10:37 2015 -0700
4267
4268     altoslib: Get new abstract mapping code compiling
4269     
4270     Not useful yet, but at least it compiles now?
4271     
4272     Signed-off-by: Keith Packard <keithp@keithp.com>
4273
4274 commit 6ca2c42061b3c0160bf0137c9cd65989c522b826
4275 Author: Keith Packard <keithp@keithp.com>
4276 Date:   Mon May 25 16:35:23 2015 -0700
4277
4278     altoslib: Build AltosVersion.java in configure.ac
4279     
4280     Signed-off-by: Keith Packard <keithp@keithp.com>
4281
4282 commit dcbd87bc685924a6587a5f4dae47d34f417601b0
4283 Author: Keith Packard <keithp@keithp.com>
4284 Date:   Mon May 25 16:26:01 2015 -0700
4285
4286     altos/telelco: Show box voltage with pad knob instead of firing button
4287     
4288     Turn left past '1' and see the firing box battery voltage instead of
4289     pushing the firing button with the box disarmed. This seems like a
4290     safer UI.
4291     
4292     Signed-off-by: Keith Packard <keithp@keithp.com>
4293
4294 commit 91f617d450c187500593d1ae785958187f68ca14
4295 Author: Keith Packard <keithp@keithp.com>
4296 Date:   Mon May 25 15:49:21 2015 -0700
4297
4298     altos/telelco: Display telefire battery voltage
4299     
4300     When the firing button is pressed while unarmed, show the telefire
4301     battery voltage in the display.
4302     
4303     Signed-off-by: Keith Packard <keithp@keithp.com>
4304
4305 commit a54aac3361b7bd18f111e5ba06fb89015504b8a4
4306 Author: Keith Packard <keithp@keithp.com>
4307 Date:   Mon May 25 15:47:46 2015 -0700
4308
4309     altos: Add telelco v0.3 (v0.2 with cc1200 instead of cc1120)
4310     
4311     Signed-off-by: Keith Packard <keithp@keithp.com>
4312
4313 commit 9b268351aee44de959dcc4c792189c10a00428fe
4314 Author: Keith Packard <keithp@keithp.com>
4315 Date:   Mon May 25 13:23:54 2015 -0700
4316
4317     telefire: Report telefire battery voltage over telemetry link
4318     
4319     Signed-off-by: Keith Packard <keithp@keithp.com>
4320
4321 commit 0e76cb2a7d5db24b6cecdccb6fb8d5bf5527fadf
4322 Author: Keith Packard <keithp@keithp.com>
4323 Date:   Sun May 24 17:28:07 2015 -0700
4324
4325     altos: Only set CMAC RSSI value on valid packet received
4326     
4327     This ignores spurious packets for the purpose of showing the RSSI
4328     value in telelco/telefire, avoiding warning about 'low RSSI' when the
4329     radio receives noise.
4330     
4331     Signed-off-by: Keith Packard <keithp@keithp.com>
4332
4333 commit e7c25e3ba04b1e9f8e6fa31e2d464fe96a074dad
4334 Author: Keith Packard <keithp@keithp.com>
4335 Date:   Sun May 24 17:25:25 2015 -0700
4336
4337     telefire: Make 'good' RSSI value configurable
4338     
4339     Different radios will have different 'good' RSSI values, so let each
4340     product configure it, leaving the default set to -90dBm, which is
4341     a solid signal value for the CC1111.
4342     
4343     Signed-off-by: Keith Packard <keithp@keithp.com>
4344
4345 commit 29edc37a8de56cb6eb028e3bf3f56aa70f109eba
4346 Author: Keith Packard <keithp@keithp.com>
4347 Date:   Thu May 21 13:49:28 2015 -0700
4348
4349     altoslib: Create display-independent map support code
4350     
4351     This takes the swing-specific map code and creates a generic version.
4352     
4353     Signed-off-by: Keith Packard <keithp@keithp.com>
4354
4355 commit 59a28811cb19d315b483df296145a2769c445f80
4356 Author: Keith Packard <keithp@keithp.com>
4357 Date:   Tue May 19 10:25:05 2015 -0700
4358
4359     Flip version to 1.6.0.2
4360     
4361     Tag a version for development builds
4362     
4363     Signed-off-by: Keith Packard <keithp@keithp.com>
4364
4365 commit f3ddaae82215e365726f2a62a3dc46bfb29eb1b5
4366 Author: Keith Packard <keithp@keithp.com>
4367 Date:   Tue May 19 10:23:09 2015 -0700
4368
4369     micropeak: Use fast load mode by default in -load script
4370     
4371     Speed up flashing in default config
4372     
4373     Signed-off-by: Keith Packard <keithp@keithp.com>
4374
4375 commit eac71f2b871357ff69581c713059a3741a82a932
4376 Author: Keith Packard <keithp@keithp.com>
4377 Date:   Tue May 19 10:22:10 2015 -0700
4378
4379     microsplash: Add 'publish' target to Makefile
4380     
4381     This dumps the resulting binary and -load script into the Binaries
4382     directory of the altusmetrumllc repo
4383     
4384     Signed-off-by: Keith Packard <keithp@keithp.com>
4385
4386 commit dba00b3d9102db99592f5822a703e64d98ace8bb
4387 Author: Keith Packard <keithp@keithp.com>
4388 Date:   Tue May 19 10:17:01 2015 -0700
4389
4390     altos: Support 32MHz xtal on cc1200
4391     
4392     I ended up building some cc1200-based boards with 32MHz xtals, so just
4393     make this an option when building the driver.
4394     
4395     Signed-off-by: Keith Packard <keithp@keithp.com>
4396
4397 commit fcb523cd083503591fa1277648e5deb258bbbaf4
4398 Author: Keith Packard <keithp@keithp.com>
4399 Date:   Tue May 19 10:16:10 2015 -0700
4400
4401     doc: Clarify what 'after motor' means
4402     
4403     Note that this means after motor burn-out, not after motor start.
4404     
4405     Signed-off-by: Keith Packard <keithp@keithp.com>
4406
4407 commit b67e6ae8ce34ef119da96b442776bb3d78b4f874
4408 Author: Keith Packard <keithp@keithp.com>
4409 Date:   Tue May 19 10:14:43 2015 -0700
4410
4411     ao-dump-up: Add --wait option to make testing µPusb easier
4412     
4413     The --wait option hangs around until a suitable device appears, so
4414     that you can test a pile of µPusb devices without needing to
4415     constantly interact with the command line.
4416     
4417     Signed-off-by: Keith Packard <keithp@keithp.com>
4418
4419 commit 2b57158737f85c7009658b3e923c66794f01bbdf
4420 Author: Keith Packard <keithp@keithp.com>
4421 Date:   Tue May 19 10:12:52 2015 -0700
4422
4423     altosui: Remove un-implemented --fetchmaps argument
4424     
4425     This has been stubbed out for a while, so just remove it.
4426     
4427     Signed-off-by: Keith Packard <keithp@keithp.com>
4428
4429 commit 3e5e9333420ede74d998556c1bbd5888e8ff75ae
4430 Author: Keith Packard <keithp@keithp.com>
4431 Date:   Tue May 19 10:09:22 2015 -0700
4432
4433     altoslib: Expose locale and non-locale floating point parsing functions
4434     
4435     UI bits use locale-specific floating point formats, so parsing those
4436     needs to use the locale. Network-based data, like .kml bits need to
4437     use non-locale-specific parsing code, so now we've got both APIs
4438     available, and each used as appropriate.
4439     
4440     Signed-off-by: Keith Packard <keithp@keithp.com>
4441
4442 commit 3fbf0a29a1b8a67b90ef965ee3e2e972c0ec33a1
4443 Author: Keith Packard <keithp@keithp.com>
4444 Date:   Mon May 18 10:52:24 2015 -0700
4445
4446     altoslib: Use Locale.ROOT for KML export
4447     
4448     This avoids locale-specific number formatting, which breaks
4449     googleearth when importing the resulting file.
4450     
4451     Signed-off-by: Keith Packard <keithp@keithp.com>
4452
4453 commit 1cc1900e13d79e0451587439c23bbb062d86cee3
4454 Author: Keith Packard <keithp@keithp.com>
4455 Date:   Mon Apr 27 22:29:45 2015 -0700
4456
4457     altosdroid: Fix tab label height problems
4458     
4459     With a newer android API versions, we can set the indicator to a View
4460     instead of just a string. This lets us wrap the desired string in a
4461     TextView and show just that for the indicator, making it exactly the
4462     right size.
4463     
4464     Signed-off-by: Keith Packard <keithp@keithp.com>
4465
4466 commit 7bfa8841b65707d629b425b306ec4cc3acfc156c
4467 Author: Keith Packard <keithp@keithp.com>
4468 Date:   Mon Apr 27 21:20:22 2015 -0700
4469
4470     altosdroid: Add USB support for TeleDongle/TeleBT
4471     
4472     This lets AltosDroid use a USB-connected receiver as well as Bluetooth devices.
4473     
4474     Signed-off-by: Keith Packard <keithp@keithp.com>
4475
4476 commit 356617a3476e237311b8bbcefd6beda8271b120d
4477 Author: Keith Packard <keithp@keithp.com>
4478 Date:   Sun Mar 29 12:10:47 2015 -0700
4479
4480     windows: Use new windows stub to launch applications
4481     
4482     This avoids needing to locate javaw on the system while also making
4483     the registry entries less fragile.
4484     
4485     Signed-off-by: Keith Packard <keithp@keithp.com>
4486
4487 commit fe76229618643f0af7eae965e7a8fc6c70410d27
4488 Author: Keith Packard <keithp@keithp.com>
4489 Date:   Sun Mar 29 12:08:42 2015 -0700
4490
4491     icon: Convert windows stub into launcher program
4492     
4493     Instead of an empty windows stub that exists only to hold icons, add
4494     useful code that allows it to find and run the related java
4495     application. This also adds more resources to that application to
4496     provide more information to Windows too.
4497     
4498     Signed-off-by: Keith Packard <keithp@keithp.com>
4499
4500 commit b1b69c8b73cbffb56c688f6a968d144b642cdff2
4501 Author: Keith Packard <keithp@keithp.com>
4502 Date:   Fri Mar 20 15:09:20 2015 -0700
4503
4504     altos/stmf0: Have fast ADC ring buffer code use wrap-around
4505     
4506     Instead of requiring that the whole set of returned values fit
4507     precisely in the ring, allow for wrap-around so that we can fetch an
4508     odd number of ADC values. The previous version required that the fetch
4509     amount always be a factor of the ADC buffer size.
4510     
4511     Signed-off-by: Keith Packard <keithp@keithp.com>
4512
4513 commit 43b4044dc71d44cb25be6397b4d66fd792580eed
4514 Author: Keith Packard <keithp@keithp.com>
4515 Date:   Thu Mar 19 01:12:24 2015 -0700
4516
4517     altos/chaoskey: Set USB VID/PID to 0x1d50/0x60c6
4518     
4519     These are allocated from the OpenMoko USB vendor ID page and offer a
4520     more 'official' number than from using the 0xfffe space.
4521     
4522     Signed-off-by: Keith Packard <keithp@keithp.com>
4523
4524 commit c3321bd9f73c89686fe983a8d99f4e54fa91550e
4525 Author: Keith Packard <keithp@keithp.com>
4526 Date:   Thu Mar 19 01:11:33 2015 -0700
4527
4528     altos: Add the ability to configure a different USB vendor ID
4529     
4530     ChaosKey will use an OpenMoko vid/pid, so we need the ability to
4531     configure a different USB vendor ID for each product.
4532     
4533     Signed-off-by: Keith Packard <keithp@keithp.com>
4534
4535 commit fce4e6926de7cb5ef6ea64a8db134c442b86153b
4536 Author: Keith Packard <keithp@keithp.com>
4537 Date:   Tue Mar 10 09:35:02 2015 -0600
4538
4539     ao-tools/ao-list: Show devices that have no TTY
4540     
4541     chaoskey doesn't advertise itself as a modem, so the kernel doesn't
4542     allocate a tty device.
4543     
4544     Signed-off-by: Keith Packard <keithp@keithp.com>
4545
4546 commit ce99807ef942de54a3f934d321baf3c3d26442bb
4547 Author: Keith Packard <keithp@keithp.com>
4548 Date:   Tue Mar 10 09:34:01 2015 -0600
4549
4550     altos/test: Support old telemega eeprom file formats in ao_flight_test
4551     
4552     The old eeprom format used different stoarge for the accel calibration
4553     data, which doesn't matter to this code, but the change in the format
4554     value does.
4555     
4556     Signed-off-by: Keith Packard <keithp@keithp.com>
4557
4558 commit f92be7e22150b2de4c899e687d3bbfc1eb842f9e
4559 Author: Keith Packard <keithp@keithp.com>
4560 Date:   Tue Mar 10 09:32:20 2015 -0600
4561
4562     altos/test: Make aprs test code compile again
4563     
4564     Adding the compressed/uncompressed config option broke the APRS test harness.
4565     
4566     Signed-off-by: Keith Packard <keithp@keithp.com>
4567
4568 commit 46f2a759dc21ebf3a7bf7e0566903fc1e7364719
4569 Author: Keith Packard <keithp@keithp.com>
4570 Date:   Tue Mar 10 09:30:53 2015 -0600
4571
4572     ao-tools/ao-mega: Clean up formatting of pyro status messages
4573     
4574     There was an extra newline and missing space.
4575     
4576     Signed-off-by: Keith Packard <keithp@keithp.com>
4577
4578 commit 2c4ebe9b4b392531cd1a5bbafc4ddc38a9391af5
4579 Author: Keith Packard <keithp@keithp.com>
4580 Date:   Tue Mar 10 09:29:52 2015 -0600
4581
4582     altosui: Add map to MonitorIdle display
4583     
4584     Nice to be able to verify that maps are working by using this mode,
4585     instead of needing to use flight monitoring.
4586     
4587     Signed-off-by: Keith Packard <keithp@keithp.com>
4588
4589 commit dec8de9c642fea1df924a667a4779a6c6c8c3453
4590 Author: Keith Packard <keithp@keithp.com>
4591 Date:   Sat Mar 7 16:53:58 2015 -0800
4592
4593     altos/stmf0: Need ao_exti.h for pin configuration
4594     
4595     Flash loader uses pin configuration to set up GPIOs for boot selection
4596     
4597     Signed-off-by: Keith Packard <keithp@keithp.com>
4598
4599 commit 4e53a5da5a8921829a3bb290e7c051950a66ab75
4600 Author: Keith Packard <keithp@keithp.com>
4601 Date:   Sat Mar 7 16:40:30 2015 -0800
4602
4603     altos: Add makefile for chaoskey flash loader
4604     
4605     Signed-off-by: Keith Packard <keithp@keithp.com>
4606
4607 commit 601f33f5e2f833fed9ab10b24a9df91905d7f766
4608 Author: Keith Packard <keithp@keithp.com>
4609 Date:   Sat Mar 7 12:38:08 2015 -0800
4610
4611     altos: Build chaoskey by default
4612     
4613     Signed-off-by: Keith Packard <keithp@keithp.com>
4614
4615 commit f3406f38d71d0c9b55c9a3ae2356a778328509a9
4616 Author: Keith Packard <keithp@keithp.com>
4617 Date:   Sat Mar 7 12:36:57 2015 -0800
4618
4619     altos: Add .gitignore for chaoskey
4620     
4621     Signed-off-by: Keith Packard <keithp@keithp.com>
4622
4623 commit 4862bec43b29264c361950700f935604f41b840b
4624 Author: Keith Packard <keithp@keithp.com>
4625 Date:   Sat Mar 7 12:33:36 2015 -0800
4626
4627     doc: Update telemetry docs to include new packet formats
4628     
4629     Add TeleMega TeleMetrum v2 and companion data packet formats.
4630     
4631     List which radio parts each product uses.
4632     
4633     Document modulation parameters for new data rates.
4634     
4635     Signed-off-by: Keith Packard <keithp@keithp.com>
4636
4637 commit cdd7ad469728fde178c69b9c99d70d6e0ab3f12d
4638 Author: Keith Packard <keithp@keithp.com>
4639 Date:   Sat Mar 7 10:18:57 2015 -0800
4640
4641     altosdroid: Deal with bluetooth connection failures better
4642     
4643     Remember when we've closed the bluetooth connection so that we stop
4644     operations, including reporting connection status messages or even
4645     starting a connection attempt.
4646     
4647     Pass the AltosBluetooth object back in connection status messages so
4648     that TelemetryService can tell when messages from closed objects get
4649     delivered. There's a queue between the two, so the above fix catches
4650     most of these instances, but not all of them.
4651     
4652     Stick a delay during reconnect -- if the TeleBT device is getting
4653     power-cycled, it will need a few seconds to reconfigure the device at
4654     startup, if AltosDroid manages to connect during that time, the
4655     configuration commands will be ignored.
4656     
4657     Unlock the AltosBluetooth device while we connect so that cancel
4658     calls will actually work.
4659     
4660     Signed-off-by: Keith Packard <keithp@keithp.com>
4661
4662 commit d446c90dab0aca7e501a0228f24c210758d84a1d
4663 Author: Keith Packard <keithp@keithp.com>
4664 Date:   Mon Mar 2 22:23:22 2015 -0800
4665
4666     altosui/telegps: Change from variable-units snuck into master
4667     
4668     show_units_name(double) only exists on the variable-units branch...
4669     
4670     Signed-off-by: Keith Packard <keithp@keithp.com>
4671
4672 commit bef7c89dac68956a94ae386fa6b87165ab6cb484
4673 Author: Keith Packard <keithp@keithp.com>
4674 Date:   Mon Mar 2 21:16:06 2015 -0800
4675
4676     altos: Missing pad field in TMv2 data packet
4677     
4678     The normal ARM padding would have filled this in correctly, but it's
4679     best to be explicit about the structure.
4680     
4681     This also adds a test to make sure the resulting telemetry declaration
4682     is exactly 32 bytes,
4683     
4684     Signed-off-by: Keith Packard <keithp@keithp.com>
4685
4686 commit 3b133656df4698ceb7af5902711edf9253a29227
4687 Author: Keith Packard <keithp@keithp.com>
4688 Date:   Mon Mar 2 21:11:33 2015 -0800
4689
4690     altos: Wait for BT disconnect before sending command
4691     
4692     If AltosDroid manages to connect to the BT module before we've
4693     configured it, we won't be able to talk to it as we can't force the
4694     module to ignore connection attempts. Wait for AltosDroid to give up
4695     and let us configure the device. Eventually, we'll manage, if
4696     AltosDroid's delay interval is longer than the time it takes to
4697     configure the unit.
4698     
4699     Signed-off-by: Keith Packard <keithp@keithp.com>
4700
4701 commit 112f528755b6c8a2f6eef3bfec21fac981ffb44f
4702 Author: Keith Packard <keithp@keithp.com>
4703 Date:   Mon Mar 2 21:08:44 2015 -0800
4704
4705     ao-tools: Add ao-flash-stm32f0x
4706     
4707     This new script uses openocd to flash stm32f0x parts
4708     
4709     Signed-off-by: Keith Packard <keithp@keithp.com>
4710
4711 commit ff3c27e3b842107680dc48084f71eb8c63f1bcab
4712 Author: Keith Packard <keithp@keithp.com>
4713 Date:   Mon Mar 2 21:06:51 2015 -0800
4714
4715     altoslib: Round frequency when configuring radio
4716     
4717     This makes sure we set the right frequency, instead of being off by
4718     1kHz on a regular basis...
4719     
4720     Signed-off-by: Keith Packard <keithp@keithp.com>
4721
4722 commit e637367e8b940e1642a07b3b7c99147561de9cf1
4723 Author: Keith Packard <keithp@keithp.com>
4724 Date:   Mon Mar 2 21:06:02 2015 -0800
4725
4726     altosui/telegps: Add config option for APRS format
4727     
4728     Allow configuration of APRS compressed/uncompressed
4729     
4730     Signed-off-by: Keith Packard <keithp@keithp.com>
4731
4732 commit 2614d20b324ab215ef22f178e3635d48e757fa9b
4733 Author: Keith Packard <keithp@keithp.com>
4734 Date:   Mon Mar 2 21:02:31 2015 -0800
4735
4736     altos: Make APRS format (compressed/uncompressed) configurable
4737     
4738     This provides a choice of compressed vs uncompressed when sending APRS
4739     packets to deal with receivers that still do not have support for the
4740     more useful compressed format.
4741     
4742     Signed-off-by: Keith Packard <keithp@keithp.com>
4743
4744 commit 0724cc334a3bd8d81bbd4641d90a7e4040330efe
4745 Author: Keith Packard <keithp@keithp.com>
4746 Date:   Sat Feb 28 16:06:23 2015 -0800
4747
4748     altos/usbtrng: Split out random number generating code to separate driver
4749     
4750     Signed-off-by: Keith Packard <keithp@keithp.com>
4751
4752 commit bd18bc5a42fcecfb710477371b9f62610a1ea640
4753 Author: Keith Packard <keithp@keithp.com>
4754 Date:   Sat Feb 28 16:04:00 2015 -0800
4755
4756     altos: Add chaoskey flash loader
4757     
4758     Signed-off-by: Keith Packard <keithp@keithp.com>
4759
4760 commit a4c436a1c39da971b72d4302623f27af9d56cc38
4761 Author: Keith Packard <keithp@keithp.com>
4762 Date:   Sat Feb 28 16:02:17 2015 -0800
4763
4764     altos: Create chaoskey product
4765     
4766     Signed-off-by: Keith Packard <keithp@keithp.com>
4767
4768 commit 476c5b87ea0901f70fe98b581ecca9afaf957607
4769 Author: Keith Packard <keithp@keithp.com>
4770 Date:   Sat Feb 28 16:00:45 2015 -0800
4771
4772     altos/stmf0: Allocate USB buffers at startup
4773     
4774     This lets the extra allocations used from ao_usb_alloc_buffers be
4775     allocated before the first USB connection happens.
4776     
4777     Signed-off-by: Keith Packard <keithp@keithp.com>
4778
4779 commit e4b415cc8f839ceae48916b5e9d78f78589186cf
4780 Author: Keith Packard <keithp@keithp.com>
4781 Date:   Sat Feb 28 16:00:17 2015 -0800
4782
4783     altos/stmf0: Typo in ao_crc_stm.c
4784     
4785     Extra semicolon
4786     
4787     Signed-off-by: Keith Packard <keithp@keithp.com>
4788
4789 commit 27aef593fb4c037fdb65c9fb397829b42d72d0f2
4790 Author: Keith Packard <keithp@keithp.com>
4791 Date:   Sat Feb 28 15:59:30 2015 -0800
4792
4793     altos/stmf0: Fix fast ADC interface
4794     
4795     This was configuring the hardware wrong, and wasn't keeping the output
4796     ring full.
4797     
4798     Signed-off-by: Keith Packard <keithp@keithp.com>
4799
4800 commit ec2d758844202108b446e6b12ec1da8812ceb265
4801 Author: Keith Packard <keithp@keithp.com>
4802 Date:   Sat Feb 28 15:07:16 2015 -0800
4803
4804     altos: Allow software to offer other USB interface classes than CDC
4805     
4806     This lets some boards offer non-CDC class USB interfaces so that the
4807     modem driver doesn't pick them up.
4808     
4809     Signed-off-by: Keith Packard <keithp@keithp.com>
4810
4811 commit 4af4e36cda96d053458eeb040e35886890917385
4812 Merge: 91b1a80 106b16b
4813 Author: Bdale Garbee <bdale@gag.com>
4814 Date:   Sun Feb 22 14:55:40 2015 -0700
4815
4816     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
4817
4818 commit 91b1a80650a7dcd7c5bf819618a8cea0fceb37d9
4819 Author: Bdale Garbee <bdale@gag.com>
4820 Date:   Sun Feb 8 09:29:01 2015 -0700
4821
4822     swap names so v3.0 is the default TeleDongle version to turn on
4823
4824 commit 106b16b4d5d024543d7ad8c4b4762151e253f3c4
4825 Author: Keith Packard <keithp@keithp.com>
4826 Date:   Mon Feb 16 22:22:37 2015 -0800
4827
4828     altosdroid: Ignore automatic tab changing while activity is saved
4829     
4830     When the activity state is saved (after onSaveInstanceState()), we
4831     can't update the UI until the activity is restarted or restored; that
4832     means any UI changes we make, like switching tabs, must deal with this
4833     by allowing those changes to be ignored, using commitAllowingStateLoss
4834     instead of commit.
4835     
4836     Signed-off-by: Keith Packard <keithp@keithp.com>
4837
4838 commit e6630ac41ca0d8563cf9a0df5d4acba8192e9624
4839 Author: Keith Packard <keithp@keithp.com>
4840 Date:   Mon Feb 16 21:35:34 2015 -0800
4841
4842     altosdroid: Missing file: DeviceAddress.java
4843     
4844     Signed-off-by: Keith Packard <keithp@keithp.com>
4845
4846 commit 8f2d82461f3cf5da157b23ea45a2fa60d56b196b
4847 Author: Keith Packard <keithp@keithp.com>
4848 Date:   Mon Feb 16 21:32:54 2015 -0800
4849
4850     altosdroid: Only speak when GUI is running
4851     
4852     Create voice in onStart, stop it in onStop. This way, if some other
4853     application is in use, the voice won't be annoying you.
4854     
4855     Signed-off-by: Keith Packard <keithp@keithp.com>
4856
4857 commit 877609a60a9f2c61c1efad8285b2a3c22f59be28
4858 Author: Keith Packard <keithp@keithp.com>
4859 Date:   Mon Feb 16 21:19:09 2015 -0800
4860
4861     altosdroid: Explicitly disconnect BT on termination or 'disconnect'
4862     
4863     This adds an explicit message to the telemetry service telling it when
4864     to stop trying to talk to the bluetooth device. Until this message is
4865     received, the service will reconnect to the specified BT device.
4866     
4867     That message is sent when you 'quit' the application, or when you 'disconnect'.
4868     
4869     Signed-off-by: Keith Packard <keithp@keithp.com>
4870
4871 commit c51d39c7ea1153cd2d0dc02c47824a9f35b22fb9
4872 Author: Keith Packard <keithp@keithp.com>
4873 Date:   Mon Feb 16 20:57:11 2015 -0800
4874
4875     altosdroid: Lots of bluetooth connection changes
4876     
4877     Appears to more reliably abort in-progress connection attempts so you
4878     can switch TBT devices without having the previous device in
4879     operation.
4880     
4881     Shows which device the connection is being attempted for.
4882     
4883     Eliminate the 10-second timer and just disable the service when the GUI
4884     shuts down while no BT connection is running.
4885     
4886     Signed-off-by: Keith Packard <keithp@keithp.com>
4887
4888 commit b13a78e4f457f67605fc6dafc7f9733746a4f70c
4889 Author: Keith Packard <keithp@keithp.com>
4890 Date:   Mon Feb 16 20:49:39 2015 -0800
4891
4892     ao-bringup: Changes for telebt for keith's hacking
4893     
4894     Make the programming device auto-detect by username.
4895     Load binary from ~/altusmetrumllc
4896     
4897     Signed-off-by: Keith Packard <keithp@keithp.com>
4898
4899 commit 2ebb4dff758058ae9512cf36518416eb69b928f0
4900 Author: Keith Packard <keithp@keithp.com>
4901 Date:   Sun Feb 15 08:57:55 2015 -0800
4902
4903     altos: Remove some accidental debug printfs from ao_packet.c
4904     
4905     While fixing the cc1200 configuration, I added some debug printfs to
4906     this code. They were accidentally committed with the fix...
4907     
4908     Signed-off-by: Keith Packard <keithp@keithp.com>
4909
4910 commit 135abf0e7c5ceb5738a0b5f68fe2be4b7abdae5e
4911 Author: Keith Packard <keithp@keithp.com>
4912 Date:   Sat Feb 14 23:18:38 2015 -0800
4913
4914     altos/cc1200: Adjust bit-sync configuration
4915     
4916     The default bit timing adjustment mechanism allows for only a 0.2%
4917     deviation from the programmed bit timing. I found one TeleMini device
4918     which is beyond that tolerance as it was built with an older crystal
4919     with more error.
4920     
4921     Switch to the more expensive synchronization mechanism which allows up
4922     to 2% timing error, but requires a multi-byte preamble (which we
4923     have). This fixes packet mode nicely.
4924     
4925     Signed-off-by: Keith Packard <keithp@keithp.com>
4926
4927 commit 9c75faf1ec51eb2f9a8dc9402653490143a784d9
4928 Author: Keith Packard <keithp@keithp.com>
4929 Date:   Sat Feb 14 08:35:47 2015 -0800
4930
4931     altos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
4932     
4933     sdcc won't embed these itself, and thus consumes too much flash for
4934     telemetrum-v1.0
4935     
4936     Signed-off-by: Keith Packard <keithp@keithp.com>
4937
4938 commit cc64e0e9d35e01b349680159a5bbd68d059134cd
4939 Author: Keith Packard <keithp@keithp.com>
4940 Date:   Sat Feb 14 01:16:42 2015 -0800
4941
4942     ao-bringup/turnon_telemini: Detect which programmer to use by $USER
4943     
4944     Bdale uses TD 100, keithp uses TD 186.
4945     
4946     Signed-off-by: Keith Packard <keithp@keithp.com>
4947
4948 commit c4f9d96bdea192486f0e3f2d80b846c39a05c0ab
4949 Author: Keith Packard <keithp@keithp.com>
4950 Date:   Sat Feb 14 01:13:21 2015 -0800
4951
4952     altosuilib: Detect pair programming by product name, not USB id
4953     
4954     With TeleDongle, TeleBT and TeleMetrum coming in both pair- and self-
4955     programmable versions, we can't use the USB id to tell them
4956     apart. Instead, fetch the device name and use that instead.
4957     
4958     Signed-off-by: Keith Packard <keithp@keithp.com>
4959
4960 commit 0e929ee2d0a3d1b1bacd36c2c3723ab860eb40b6
4961 Author: Keith Packard <keithp@keithp.com>
4962 Date:   Sat Feb 14 01:11:30 2015 -0800
4963
4964     altosui: Run all igniter status requests from non-GUI thread
4965     
4966     Anything run from the UI thread blocks the UI entirely; the Fire
4967     Igniters startup code to collect the number of pyro channels when
4968     building the UI was doing that from the UI thread. Switch that around
4969     so that the UI doesn't get built until that reply comes back, allowing
4970     the user to see the 'connecting' dialog, and cancel it if required.
4971     
4972     Signed-off-by: Keith Packard <keithp@keithp.com>
4973
4974 commit f4c812bef76a2cd95f675cb27ea89059561ceec7
4975 Author: Keith Packard <keithp@keithp.com>
4976 Date:   Fri Feb 13 23:51:10 2015 -0800
4977
4978     altos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
4979     
4980     Having arbitrary alarms firing in the middle of complicated device
4981     logic makes no sense at all. Therefore only correct use of ao_alarm
4982     and ao_clear_alarm was around a specific ao_sleep call, with correct
4983     recovery in case the alarm fires.
4984     
4985     This patch replaces all uses of ao_alarm/ao_sleep/ao_clear_alarm with
4986     ao_sleep_for, a new function which takes the alarm timeout directly.
4987     
4988     A few cases which weren't simply calling ao_sleep have been reworked
4989     to pass the timeout value down to the place where sleep *is* being
4990     called, and having that code deal with the return correctly.
4991     
4992     Signed-off-by: Keith Packard <keithp@keithp.com>
4993
4994 commit 1445725b983134d5a967dee88ef997bf15d4a422
4995 Author: Tom Marble <tmarble@info9.net>
4996 Date:   Wed Feb 11 08:21:27 2015 -0600
4997
4998     Added continuous output option to ao-usbtrng
4999
5000 commit 65837616a6d073da8e3e2bf9da524a48cffb77c2
5001 Author: Keith Packard <keithp@keithp.com>
5002 Date:   Mon Feb 9 07:28:18 2015 -0800
5003
5004     altos/stmf0: Add ao_crc_stm.c
5005     
5006     Tom discovered that this was missing
5007     
5008     Signed-off-by: Keith Packard <keithp@keithp.com>
5009
5010 commit fa813bcb6afc851cf4029b56c19ba46a3ae578f5
5011 Author: Tom Marble <tmarble@info9.net>
5012 Date:   Mon Feb 9 08:35:24 2015 -0600
5013
5014     Minor typo in man page
5015
5016 commit e2cefd8593d269ce603aaf33f4a53a5c2dcb3350
5017 Author: Bdale Garbee <bdale@gag.com>
5018 Date:   Sat Feb 7 22:36:22 2015 -0700
5019
5020     update ChangeLog for release
5021
5022 commit 26f61380ce6b4df80fa0b5a8a242cef79d5ae339
5023 Author: Bdale Garbee <bdale@gag.com>
5024 Date:   Sat Feb 7 22:23:38 2015 -0700
5025
5026     document addition of TeleDongle to the set of ARM targets to save binaries for
5027
5028 commit 4231d68bae69d9a7d1f52205002db452cd5f986d
5029 Author: Keith Packard <keithp@keithp.com>
5030 Date:   Sat Feb 7 20:42:15 2015 -0800
5031
5032     Bump java library versions
5033     
5034     Lots of minor API/ABI changes; make sure people can install both 1.5
5035     and 1.6 at the same time.
5036     
5037     Signed-off-by: Keith Packard <keithp@keithp.com>
5038
5039 commit c72d83ccd207b5300a90f2e84de6c5c96642478c
5040 Author: Keith Packard <keithp@keithp.com>
5041 Date:   Sat Feb 7 20:36:10 2015 -0800
5042
5043     altosuilib: Don't offer to graph some GPS details that TM doesn't log
5044     
5045     When using a TM eeprom file, various minor GPS details are logged
5046     (course, ground speed, climb rate, etc). Make sure these aren't
5047     offered up for graphing.
5048     
5049     Signed-off-by: Keith Packard <keithp@keithp.com>
5050
5051 commit 426bacbbd6e0573b143e7c48d71db977e53181fc
5052 Author: Keith Packard <keithp@keithp.com>
5053 Date:   Sat Feb 7 20:22:19 2015 -0800
5054
5055     altosuilib: Get the Eeprom download progress bar working again
5056     
5057     The eeprom download code wasn't computing the start of each state
5058     transition correctly, so the progress bar was snapping to the end of
5059     the chunk for each state.
5060     
5061     Invalid state values would snap the bar to the right side.
5062     
5063     Landed state wasn't ever seen, so the bar would not ever fill.
5064     
5065     Signed-off-by: Keith Packard <keithp@keithp.com>
5066
5067 commit aea188e4227993c508c7045d02f2bc87abd4e428
5068 Author: Keith Packard <keithp@keithp.com>
5069 Date:   Sat Feb 7 18:10:34 2015 -0800
5070
5071     doc: update 1.6 release notes with recent bug fixes
5072     
5073     Signed-off-by: Keith Packard <keithp@keithp.com>
5074
5075 commit 0dd733efdbb66535889aafecbba45f49266ed886
5076 Author: Keith Packard <keithp@keithp.com>
5077 Date:   Sat Feb 7 17:49:39 2015 -0800
5078
5079     altosuilib: Set the icon and title of the telemetry scanning dialog
5080     
5081     Just need to call 'super' to get the window configured correctly.
5082     
5083     Signed-off-by: Keith Packard <keithp@keithp.com>
5084
5085 commit 9d5a6914982a29d22103e0202735c9e01ee9e831
5086 Author: Keith Packard <keithp@keithp.com>
5087 Date:   Sat Feb 7 17:35:15 2015 -0800
5088
5089     altoslib: Clear saved TelemetryReader state instead of resetting in ScanUI
5090     
5091     Instead of attempting to mash the saved state from AltosScanUI, just
5092     throw it away in AltosTelemetryReader.reset. Much cleaner, and more reliable.
5093     
5094     Signed-off-by: Keith Packard <keithp@keithp.com>
5095
5096 commit cbc9ecd960d0dd27a2275b4550c30c5c88ccf5bb
5097 Author: Keith Packard <keithp@keithp.com>
5098 Date:   Sat Feb 7 17:09:40 2015 -0800
5099
5100     altosuilib: Reset telemetry state after processing it
5101     
5102     This avoids re-using stale state after switching telemetry reception
5103     parameters around, which otherwise generates spurious entries for the
5104     wrong frequencies in the scan results list.
5105     
5106     Signed-off-by: Keith Packard <keithp@keithp.com>
5107
5108 commit c0ce45100dd205f59cd84465138c74d9b31df0bb
5109 Author: Keith Packard <keithp@keithp.com>
5110 Date:   Sat Feb 7 17:08:03 2015 -0800
5111
5112     altoslib: Drop telemetry packets processed while monitoring is disabled
5113     
5114     A lag between the thread queuing telemetry packets and one pulling
5115     them out can result in stale telemetry data being returned to the
5116     reader. Fix this by dropping telemetry read while monitoring is disabled.
5117     
5118     Signed-off-by: Keith Packard <keithp@keithp.com>
5119
5120 commit 8a2be4d36a3b116d82529805430c5fb665688267
5121 Author: Keith Packard <keithp@keithp.com>
5122 Date:   Sat Feb 7 15:09:57 2015 -0800
5123
5124     altosuilib: Wait for product data while scanning
5125     
5126     Now that Altos only sends config information once every 5 seconds, we
5127     want to keep waiting for that if we're receiving packets successfully.
5128     
5129     Signed-off-by: Keith Packard <keithp@keithp.com>
5130
5131 commit e70f3dca01b15b75b0b8795eb71bd12817af4800
5132 Author: Keith Packard <keithp@keithp.com>
5133 Date:   Sat Feb 7 14:43:11 2015 -0800
5134
5135     altoslib: Mark listener as 'not running' on EOF.
5136     
5137     This adds a 'running' member to the AltosListenerState class, and when
5138     the replay reader reaches EOF, marks the listener as no longer
5139     running.
5140     
5141     AltosUI and TeleGPS now display 'done' in the 'Age' field when this
5142     occurs, to let the user know that the replay is over.
5143     
5144     Also make sure that the display timers are stopped when this happens,
5145     or when the window is closed.
5146     
5147     Signed-off-by: Keith Packard <keithp@keithp.com>
5148
5149 commit 08f07d0af123e1c307bc4c0c973da07fae8246b1
5150 Author: Keith Packard <keithp@keithp.com>
5151 Date:   Sat Feb 7 14:40:17 2015 -0800
5152
5153     altosui: Remove the dregs of AltosDroid load-old-telem code
5154     
5155     AltosDroid used to scan the old .telem file to return to the previous
5156     flight state on restart. Now it just loads the old state object
5157     instead, a vast improvement in performance.
5158     
5159     To do that, there were some changes in the altoslib code
5160     required. This patch just removes those, fixing replay bugs in TeleGPS
5161     along the way.
5162     
5163     Signed-off-by: Keith Packard <keithp@keithp.com>
5164
5165 commit 0d08c427188f7b748d9ea7651143bc843e9c2691
5166 Author: Keith Packard <keithp@keithp.com>
5167 Date:   Sat Feb 7 13:09:18 2015 -0800
5168
5169     altos: ao_packet_getchar needs to return 'int' so AO_READ_AGAIN works
5170     
5171     With ao_packet_getchar returning 'char', AO_READ_AGAIN would get
5172     converted to 0xff instead of -1 on return, making ao_packet_echo
5173     either produce a bogus character on output, breaking command
5174     responses, or wedge and never exit when the link was dropped.
5175     
5176     Signed-off-by: Keith Packard <keithp@keithp.com>
5177
5178 commit 4a5c64bef6952f25cadebc3e1f9909a5f513e015
5179 Author: Keith Packard <keithp@keithp.com>
5180 Date:   Sat Feb 7 02:37:36 2015 -0800
5181
5182     Update version 1.6 release notes with more bug fixes
5183     
5184     A few bugs found during release testing are notable enough to be
5185     included in the release notes.
5186     
5187     Signed-off-by: Keith Packard <keithp@keithp.com>
5188
5189 commit 211cb482e4da04dc032432abc236ef8b5a5e732f
5190 Author: Keith Packard <keithp@keithp.com>
5191 Date:   Sat Feb 7 01:30:21 2015 -0800
5192
5193     altos: Separate out ao_tracker force from dbg
5194     
5195     Allow enabling telemetry when USB is connected without also enabling
5196     the motion debugging output.
5197     
5198     Signed-off-by: Keith Packard <keithp@keithp.com>
5199
5200 commit f9f235bce84df3a6c0261e9d256aac544f87f70f
5201 Author: Keith Packard <keithp@keithp.com>
5202 Date:   Sat Feb 7 01:05:57 2015 -0800
5203
5204     altos/lpc: Give up on interrupt-driven SPI driver
5205     
5206     There are just too many limitations in when interrupts are delivered
5207     to make them useful. Instead, just drive the SPI directly with the
5208     CPU. At higher spi speeds (6Mhz or more), it's probably faster to do
5209     it this way anyways.
5210     
5211     Signed-off-by: Keith Packard <keithp@keithp.com>
5212
5213 commit 4b52f67abd0f9ed6d8208556007d75e7ee735cf0
5214 Author: Keith Packard <keithp@keithp.com>
5215 Date:   Sat Feb 7 01:05:03 2015 -0800
5216
5217     altos/drivers: Increase SPI speed of CC115L to 6MHz
5218     
5219     The datasheet says that the maximum for back-to-back data is 6.5MHz.
5220     
5221     Signed-off-by: Keith Packard <keithp@keithp.com>
5222
5223 commit ba22e2dbf87b139f0349f4dd8a7e6046514f5bad
5224 Author: Keith Packard <keithp@keithp.com>
5225 Date:   Fri Feb 6 23:50:49 2015 -0800
5226
5227     altoslib: Initialize GPS data to MISSING for Monitor Idle mode
5228     
5229     Make sure any un-set values are flagged correctly for the Monitor Idle
5230     UI by using the init() method.
5231     
5232     Signed-off-by: Keith Packard <keithp@keithp.com>
5233
5234 commit 31fd32cd75f4f22458f0dc82823934672e16b988
5235 Author: Keith Packard <keithp@keithp.com>
5236 Date:   Fri Feb 6 21:50:47 2015 -0800
5237
5238     altoslib: Use 'stateless' for Monitor Idle
5239     
5240     This reflects the lack of flight state progression during Monitor Idle
5241     and ensures that the GPS 'ready' indicator will light after 10 solid
5242     GPS fixes.
5243     
5244     Signed-off-by: Keith Packard <keithp@keithp.com>
5245
5246 commit 449c6731b1977c7623dd006ec2db56f383f8d85a
5247 Author: Keith Packard <keithp@keithp.com>
5248 Date:   Fri Feb 6 20:45:28 2015 -0800
5249
5250     altoslib: Support TeleGPS for Monitor Idle
5251     
5252     TeleGPS has ADC and GPS values, so build the necessary ADC parser and
5253     then hook up GPS parsing.
5254     
5255     Signed-off-by: Keith Packard <keithp@keithp.com>
5256
5257 commit 58f06706383418ebfa56d88ba51411e6185e09df
5258 Author: Keith Packard <keithp@keithp.com>
5259 Date:   Fri Feb 6 20:40:05 2015 -0800
5260
5261     altosuilib: Don't show 'Sats in view' for TeleGPS eeprom graphing
5262     
5263     We don't log the visible sats from TeleGPS, only the basic GPS
5264     info. Have AltosFlightStats track whether sat info is present, then
5265     use that to elide the Sats In View graph entry as needed.
5266     
5267     Signed-off-by: Keith Packard <keithp@keithp.com>
5268
5269 commit 35ad1833b10595564de84c88f44a214b1c134ccf
5270 Author: Keith Packard <keithp@keithp.com>
5271 Date:   Fri Feb 6 20:36:44 2015 -0800
5272
5273     altosuilib: EEProm download from TeleGPS doesn't have states
5274     
5275     As TeleGPS doesn't have flight states, the EEProm download progress
5276     bar shouldn't show 'state invalid', and it should use a different
5277     scale for each block.
5278     
5279     Fix this by having AltosConfigData know which devices have state based
5280     on their log format, then mark the progress bar state limits as
5281     'invalid/invalid' instead of 'boost/landed'. Then have the progress
5282     bar use that to set a more reasonable scale for each block.
5283     
5284     Signed-off-by: Keith Packard <keithp@keithp.com>
5285
5286 commit 66e7a8081c07d0d96a31ae34963d430f06dccdfb
5287 Author: Keith Packard <keithp@keithp.com>
5288 Date:   Fri Feb 6 04:45:17 2015 -0800
5289
5290     altoslib: Store MS5607 data in AltosConfigData for use by AltosMs5607
5291     
5292     When doing 'Monitor Idle', we fetch new config data each iteration and
5293     pass that to each of the readers, including ms5607. Instead of
5294     re-fetching the config data there, just store the ms5607 parameters
5295     when we fetch it the first time and copy it over.
5296     
5297     Signed-off-by: Keith Packard <keithp@keithp.com>
5298
5299 commit 14d524782af4f06d7f3722dcc852772ec493c2cc
5300 Author: Keith Packard <keithp@keithp.com>
5301 Date:   Fri Feb 6 03:36:10 2015 -0800
5302
5303     Package TeleDongle-v3.0 firmware with TeleGPS and AltosUI apps
5304     
5305     Signed-off-by: Keith Packard <keithp@keithp.com>
5306
5307 commit df47839824dd4e708c22fbf8f4a3054b9c45b9c3
5308 Author: Keith Packard <keithp@keithp.com>
5309 Date:   Fri Feb 6 03:34:30 2015 -0800
5310
5311     altosuilib: New teledongle and telebt devices are not pair-programmed
5312     
5313     Only list telebt-v1 and teledongle-v0 as pair-programmed devices so
5314     that newer versions go through the self-programming process
5315     
5316     Signed-off-by: Keith Packard <keithp@keithp.com>
5317
5318 commit 21ff52befb27decc4b23458315620c47d7a07b21
5319 Author: Keith Packard <keithp@keithp.com>
5320 Date:   Fri Feb 6 03:33:28 2015 -0800
5321
5322     micropeak: Install Windows AltusMetrum driver bits
5323     
5324     Make AltOS-based µPUSB devices work with MicroPeak
5325     
5326     Signed-off-by: Keith Packard <keithp@keithp.com>
5327
5328 commit a3f26f6d0c7574b8cdaecbccd7cfe89aaeb736b0
5329 Author: Keith Packard <keithp@keithp.com>
5330 Date:   Fri Feb 6 03:32:27 2015 -0800
5331
5332     micropeak: Support both FTDI and Altus Metrum USB IDs
5333     
5334     The windows driver only returns FTDI devices when
5335     altos_ftdi_list_start is invoked, so we need to call both that and the
5336     regular altos_list_start to get all of the devices.
5337     
5338     Signed-off-by: Keith Packard <keithp@keithp.com>
5339
5340 commit cc707432c6eaedb9587bb63ac570146b356b6bfd
5341 Author: Keith Packard <keithp@keithp.com>
5342 Date:   Fri Feb 6 03:31:07 2015 -0800
5343
5344     micropeak: Fix file association registry install on Windows
5345     
5346     Need to invoke DisableX64FSRedirection before setting file association
5347     registry entries or Windows won't find our application.
5348     
5349     Signed-off-by: Keith Packard <keithp@keithp.com>
5350
5351 commit 1fc5c8625f649b43d93f23a5fa1ba16773f2d0db
5352 Author: Keith Packard <keithp@keithp.com>
5353 Date:   Fri Feb 6 03:03:58 2015 -0800
5354
5355     windows: Look for current Java version in \SOFTWARE\Wow6432Node
5356     
5357     I have no idea what this is, but I found the Java version down in
5358     there...
5359     
5360     Signed-off-by: Keith Packard <keithp@keithp.com>
5361
5362 commit 83d3d967f576a57285d40e77c4a17303edeef4f1
5363 Author: Keith Packard <keithp@keithp.com>
5364 Date:   Fri Feb 6 03:03:00 2015 -0800
5365
5366     Add 'keithp-fat' target for uploading temporary builds to keithp's machine
5367     
5368     This lets me quickly prepare a new test version for Windows/Mac in a
5369     single command.
5370     
5371     Signed-off-by: Keith Packard <keithp@keithp.com>
5372
5373 commit 7a7d60d72e2e742fbc364489721f356806966c03
5374 Author: Keith Packard <keithp@keithp.com>
5375 Date:   Fri Feb 6 01:29:56 2015 -0800
5376
5377     libaltos: Use more SetupDi API to get Windows 7 listing devices
5378     
5379     My Windows 7 box doesn't include 'SymbolicName' in the registry, but
5380     SetupDiGetDeviceInstanceId *does* return something that includes
5381     vid/pid/serial, so use that in preference.
5382     
5383     Signed-off-by: Keith Packard <keithp@keithp.com>
5384
5385 commit 98db372758470cdaf7b517d670a7ce9186c787bc
5386 Author: Keith Packard <keithp@keithp.com>
5387 Date:   Thu Feb 5 22:25:35 2015 -0800
5388
5389     Update docs for 1.6
5390     
5391     Signed-off-by: Keith Packard <keithp@keithp.com>
5392
5393 commit 9fac8b639d2142c90eb95771cda1f6559e987db2
5394 Author: Keith Packard <keithp@keithp.com>
5395 Date:   Fri Jan 16 22:09:26 2015 +1300
5396
5397     altos/lpc: Double buffer USB data transfers
5398     
5399     This allocates twice the space in the USB memory so that transactions
5400     can be double buffered without using separate CPU memory.
5401     
5402     Signed-off-by: Keith Packard <keithp@keithp.com>
5403     
5404     Conflicts:
5405         src/lpc/ao_usb_lpc.c
5406
5407 commit 0671b3c8c24c9f33be77a10315c4669f33c516d7
5408 Author: Keith Packard <keithp@keithp.com>
5409 Date:   Thu Feb 5 16:08:44 2015 -0800
5410
5411     altos/lpc: Clean up USB endpoint access functions
5412     
5413     The USB device endpoints can have two pointers in them, but we use
5414     only the first. Fix the access functions to take an index as to which
5415     we want so that we can disable the other address registers with them
5416     instead of requiring open-coded access.
5417     
5418     Signed-off-by: Keith Packard <keithp@keithp.com>
5419
5420 commit a01ce949611b0c18df54c3f3877a43d27699c258
5421 Author: Keith Packard <keithp@keithp.com>
5422 Date:   Thu Feb 5 15:34:05 2015 -0800
5423
5424     altos/easymini-v1.0: Shrink stack to deal with USB changes
5425     
5426     Reverting the USB double buffering means using more RAM, need to
5427     shrink the EasyMini stack to accomodate that.
5428     
5429     Signed-off-by: Keith Packard <keithp@keithp.com>
5430
5431 commit 2bde76fe852d7908a968168580be4cd4dc0333d6
5432 Author: Keith Packard <keithp@keithp.com>
5433 Date:   Thu Feb 5 15:01:03 2015 -0800
5434
5435     altos/teledongle-v3.0: Shrink stacks to 320 bytes to fit in ram
5436     
5437     The old USB code had static in/out buffers in ram
5438     
5439     Signed-off-by: Keith Packard <keithp@keithp.com>
5440
5441 commit 5bf39f674b3d5ee98b55f42562a5ba1a9328ff07
5442 Author: Keith Packard <keithp@keithp.com>
5443 Date:   Thu Feb 5 14:56:13 2015 -0800
5444
5445     Revert LPC usb performance improvements
5446     
5447     There's something screwy going on, sticking garbage in the input
5448     buffer at boot time
5449     
5450     Signed-off-by: Keith Packard <keithp@keithp.com>
5451
5452 commit ef69872c824668146a3876f1f3d0d2e51d3e4c8d
5453 Author: Keith Packard <keithp@keithp.com>
5454 Date:   Thu Feb 5 14:54:27 2015 -0800
5455
5456     Revert "altos/lpc: Fix double-buffered USB changes"
5457     
5458     This reverts commit 41a0604ad1ea1a03e2db7d41731dbadf466b45db.
5459
5460 commit aeca3b46bc1726a06952cc2ff86f50c6d80ed1e1
5461 Author: Keith Packard <keithp@keithp.com>
5462 Date:   Wed Feb 4 22:55:24 2015 -0800
5463
5464     ao-bringup: Add turnon_teledonglev3
5465     
5466     TeleDongle v3 uses the LPC11U14 processor which has no on-chip eeprom,
5467     so we must reflash the device to set the default radio calibration value.
5468     
5469     Signed-off-by: Keith Packard <keithp@keithp.com>
5470
5471 commit bc41ab47b928b837724f8bc6b84d0b5b47c25df3
5472 Author: Keith Packard <keithp@keithp.com>
5473 Date:   Wed Feb 4 20:33:04 2015 -0800
5474
5475     altos: Rename teledongle-v1.9 as teledongle-v3.0
5476     
5477     No hardware changes from the 1.9 prototypes to the 3.0 final version.
5478     
5479     Signed-off-by: Keith Packard <keithp@keithp.com>
5480
5481 commit dbafa16cfa897b2a5c6cf455cf8675e83eb0d7d6
5482 Author: Keith Packard <keithp@keithp.com>
5483 Date:   Wed Feb 4 20:30:15 2015 -0800
5484
5485     altos/telebt-v3.0: Set initial radio cal to a sensible value
5486     
5487     CC1200 uses a different xtal than CC1120, so the default calibration
5488     needs to change. This value hit 434.550 on SN 2407, so it seems like a
5489     reasonable place to start.
5490     
5491     Signed-off-by: Keith Packard <keithp@keithp.com>
5492
5493 commit be443d8d50ad8f59a74bf2f4e810a7359ff72132
5494 Author: Keith Packard <keithp@keithp.com>
5495 Date:   Sun Feb 1 16:57:14 2015 +0100
5496
5497     altos/telebt-v3.0: Add monitor bits
5498     
5499     Will be useful to actually be able to receive telemetry
5500     
5501     Signed-off-by: Keith Packard <keithp@keithp.com>
5502
5503 commit 6eb145d48cfcabf757093433bd2314a80e490a17
5504 Author: Keith Packard <keithp@keithp.com>
5505 Date:   Sun Feb 1 16:46:40 2015 +0100
5506
5507     altos/usbtrng-v2.0: Select PA11/PA12 mapping config value
5508     
5509     Signed-off-by: Keith Packard <keithp@keithp.com>
5510
5511 commit 8f9e192e9d1c6fab9843939ff9117f6bb3725943
5512 Author: Keith Packard <keithp@keithp.com>
5513 Date:   Sun Feb 1 16:44:52 2015 +0100
5514
5515     altos/stmf0: Support PA11/PA12 remapping
5516     
5517     Small pin-count versions of the STMF0 can remap PA11/PA12 on the same
5518     pins as PA9/PA10. These are used by USB, so have the USB driver deal
5519     with remapping them.
5520     
5521     Signed-off-by: Keith Packard <keithp@keithp.com>
5522
5523 commit 466d3e977ca279f97944141fcc12c04f4f58212e
5524 Author: Keith Packard <keithp@keithp.com>
5525 Date:   Sun Feb 1 16:44:07 2015 +0100
5526
5527     altos/telebt-v3.0: Turn red LED off after initialization
5528     
5529     This lets the user know the device successfully initialized.
5530     
5531     Signed-off-by: Keith Packard <keithp@keithp.com>
5532
5533 commit 845ae016d700c37948e053ead5f7e2778356fda3
5534 Author: Keith Packard <keithp@keithp.com>
5535 Date:   Sun Feb 1 16:43:06 2015 +0100
5536
5537     altos/telebt-v3.0: Fix stdio setup for BTM
5538     
5539     Make sure the BTM module is allowed to be included in stdio, but delay
5540     adding that until the BT link is running.
5541     
5542     Signed-off-by: Keith Packard <keithp@keithp.com>
5543
5544 commit a138e05ae6241a6743ca9f64528124f5f6c8e0ee
5545 Author: Keith Packard <keithp@keithp.com>
5546 Date:   Sun Feb 1 16:42:01 2015 +0100
5547
5548     altos: Always include a check for stdio overflow
5549     
5550     For some reason, the check for running out of space to record stdio
5551     devices was disabled when only one device was expected.
5552     
5553     Signed-off-by: Keith Packard <keithp@keithp.com>
5554
5555 commit 870428a909025988a8cd834755ea166e2d1e34ca
5556 Author: Keith Packard <keithp@keithp.com>
5557 Date:   Sun Feb 1 16:39:17 2015 +0100
5558
5559     altos/btm: Add fancier debug. Pull serial reset port low.
5560     
5561     Adds an interactive debugging mode to help diagnose BTM issues.
5562     
5563     Discovered that the serial reset pin on the BTM needs to be pulled low
5564     for the device to work correctly.
5565     
5566     Leave the bt link interrupt disabled until things are initialized.
5567     
5568     Signed-off-by: Keith Packard <keithp@keithp.com>
5569
5570 commit 44a503a8cf3778cad5469c592e8ccbae58e44b97
5571 Author: Keith Packard <keithp@keithp.com>
5572 Date:   Sun Feb 1 16:36:51 2015 +0100
5573
5574     altos/stm: Add ability to delay STDIO usage for serial ports
5575     
5576     Bluetooth needs to delay adding the serial port to stdio until the
5577     link is up and running. The cc1111 serial driver had
5578     DELAY_SERIAL_*_STDIN bits which have been added to the STM serial driver.
5579     
5580     Signed-off-by: Keith Packard <keithp@keithp.com>
5581
5582 commit 252211e9e54a1e6f4efe2df6382ce60c909de70c
5583 Author: Keith Packard <keithp@keithp.com>
5584 Date:   Fri Jan 30 14:04:50 2015 +0100
5585
5586     And, also add the TeleBT v3.0 flash loader Makefile
5587     
5588     Signed-off-by: Keith Packard <keithp@keithp.com>
5589
5590 commit bfa5c70a827ac8be23ca48797edc14e13461d6ac
5591 Author: Keith Packard <keithp@keithp.com>
5592 Date:   Fri Jan 30 14:03:55 2015 +0100
5593
5594     Oops, forgot the TeleBT-v3.0 Makefile
5595     
5596     git doesn't warn about files named 'Makefile' because they're supposed
5597     to be generated...
5598     
5599     Signed-off-by: Keith Packard <keithp@keithp.com>
5600
5601 commit 8ca1f234586225caea1040bc229b63491dadc1cb
5602 Author: Keith Packard <keithp@keithp.com>
5603 Date:   Tue Jan 27 20:41:15 2015 -0800
5604
5605     altos/stmf0: Re-implement fast ADC code for stmf0
5606     
5607     This creates a ring buffer for ADC data so that ADC fetching can run
5608     in parallel with other activities.
5609     
5610     Signed-off-by: Keith Packard <keithp@keithp.com>
5611
5612 commit 3749426af1e900a1b3354922fdd7e8b3bfa38084
5613 Author: Keith Packard <keithp@keithp.com>
5614 Date:   Tue Jan 27 17:18:42 2015 -0800
5615
5616     altos/usbtrng-v2.0: Use stmf042 hardware CRC unit
5617     
5618     Switch from software to hardware for CRC computation. I think this
5619     must be faster, right?
5620     
5621     Signed-off-by: Keith Packard <keithp@keithp.com>
5622
5623 commit a95d6776dea86cdc4bdc3512505ba7e75365c127
5624 Author: Keith Packard <keithp@keithp.com>
5625 Date:   Tue Jan 27 16:55:27 2015 -0800
5626
5627     altos/stmf0: Add CRC driver
5628     
5629     Sets up the stm32f0 CRC hardware, exposing inline functions to access
5630     it. DMA access is possible, but usbtrng can't use that.
5631     
5632     Signed-off-by: Keith Packard <keithp@keithp.com>
5633
5634 commit 79f3434013650fe4e3d76e5eb56a10000ee34249
5635 Author: Keith Packard <keithp@keithp.com>
5636 Date:   Tue Jan 27 09:36:19 2015 -0800
5637
5638     altos/stmf0: Remove remaining stm32l bits from stm32f0 code
5639     
5640     These were left over from the stm32f0 initial implementation work; now
5641     it's more useful to list only the bits which are valid.
5642     
5643     Signed-off-by: Keith Packard <keithp@keithp.com>
5644
5645 commit bf08397202860a73417cd1711012eb3e33f308c3
5646 Author: Keith Packard <keithp@keithp.com>
5647 Date:   Mon Jan 26 22:23:19 2015 -0800
5648
5649     ao-tools: Add ao-usbtrng to dump RNG data for testing
5650     
5651     ao-usbtrng reads a specified number of kilobytes of random data from
5652     a random number generator.
5653     
5654     Signed-off-by: Keith Packard <keithp@keithp.com>
5655
5656 commit ee91e1da606c8a8fade278a3aeae9c1cc9014b84
5657 Author: Keith Packard <keithp@keithp.com>
5658 Date:   Mon Jan 26 22:22:00 2015 -0800
5659
5660     altos/stm: Fix typo in stm32l.h
5661     
5662     This crept in while working on the stmf0 bits. oops.
5663     
5664     Signed-off-by: Keith Packard <keithp@keithp.com>
5665
5666 commit ac1a58af4d281a9bc3572dc503982a94e439a4c1
5667 Author: Keith Packard <keithp@keithp.com>
5668 Date:   Mon Jan 26 22:16:18 2015 -0800
5669
5670     altos/usbtrng-v2.0: Add random output command
5671     
5672     Read chunks of random ADC data, do some CRC16 computations to de-bias
5673     and merge 4 bytes of input data into 2 bytes of output data, then dump
5674     that out over USB.
5675     
5676     Signed-off-by: Keith Packard <keithp@keithp.com>
5677
5678 commit 729bb7a405460db8d44c9ff6ee903b28c7499a02
5679 Author: Keith Packard <keithp@keithp.com>
5680 Date:   Mon Jan 26 22:14:57 2015 -0800
5681
5682     altos/stmf0: Add ADC and DMA APIs
5683     
5684     The ADC api is what USBtrng wants; a way to repeatedly read a single
5685     ADC input as fast as possible.
5686     
5687     Signed-off-by: Keith Packard <keithp@keithp.com>
5688
5689 commit a01effc2f64c757c907e0f4937b4d3710b97bde0
5690 Author: Keith Packard <keithp@keithp.com>
5691 Date:   Mon Jan 26 22:12:40 2015 -0800
5692
5693     altos/stmf0: Add faster USB path
5694     
5695     This adds a way to allocate private USB buffers for sending data
5696     without needing to copy it again. It requires ensuring that all
5697     accesses are 16 bits aligned to 16 bit boundaries.
5698     
5699     Signed-off-by: Keith Packard <keithp@keithp.com>
5700
5701 commit e1d5bcb1968e280b8ebdf6c8b12e8a87167fd890
5702 Author: Keith Packard <keithp@keithp.com>
5703 Date:   Mon Jan 26 22:10:47 2015 -0800
5704
5705     altos/stmf0: Fix linker scripts to make ao_boot work
5706     
5707     The flash loader ended up assuming ao_boot was at the start of ram,
5708     while the application stuck it after the interrupt table (where it
5709     needs to go).
5710     
5711     Signed-off-by: Keith Packard <keithp@keithp.com>
5712
5713 commit 32c68670af9f8aa690c64d64502e559c0df0c1db
5714 Author: Keith Packard <keithp@keithp.com>
5715 Date:   Sun Jan 25 19:58:38 2015 -0800
5716
5717     ao-tools: Add --wait option to ao-usbload
5718     
5719     This waits forever for USB writes to complete, instead of timing out
5720     after five seconds. Useful when debugging the device.
5721     
5722     Signed-off-by: Keith Packard <keithp@keithp.com>
5723
5724 commit 02b07a202839d6e68b3f0db7f8965478661db140
5725 Author: Keith Packard <keithp@keithp.com>
5726 Date:   Sun Jan 25 19:37:05 2015 -0800
5727
5728     altos: Add flash-loader to usbtrng-v2.0
5729     
5730     Uses the new STM32F042 flash loading bits.
5731     
5732     Signed-off-by: Keith Packard <keithp@keithp.com>
5733
5734 commit df881bce8576f091b2d8cb53b8ce8a43aeedecde
5735 Author: Keith Packard <keithp@keithp.com>
5736 Date:   Sun Jan 25 19:35:19 2015 -0800
5737
5738     altos: Add self-flash support for STM32F042 processor
5739     
5740     Also moves the usual address for applications out of the way of the
5741     flash loader.
5742     
5743     Signed-off-by: Keith Packard <keithp@keithp.com>
5744
5745 commit 02e1058fa52ee7c867ea6c9031ebb9e21d14889c
5746 Author: Keith Packard <keithp@keithp.com>
5747 Date:   Sun Jan 25 16:43:48 2015 -0800
5748
5749     altos: USBtrng v2.0 hardware bringup
5750     
5751     Gets the USB connection running and blinks the LEDs.
5752     
5753     Signed-off-by: Keith Packard <keithp@keithp.com>
5754
5755 commit 02f03df6d089cafae99f8ce15dcbd87f6e78d749
5756 Author: Keith Packard <keithp@keithp.com>
5757 Date:   Sun Jan 25 16:42:39 2015 -0800
5758
5759     altos: Initial STMF04x support
5760     
5761     Basic clock configuration, OS support, LED and USB drivers.
5762     
5763     Signed-off-by: Keith Packard <keithp@keithp.com>
5764
5765 commit 0e7d1c89fea98eabca738f10cbfebec631be3bb7
5766 Author: Keith Packard <keithp@keithp.com>
5767 Date:   Sat Jan 24 11:18:59 2015 -0800
5768
5769     altos: Add support for TeleBT v3.0
5770     
5771     Add support to the BTM driver for non-CC1111 interrupts
5772     Add HW flow control to STM serial driver
5773     
5774     Signed-off-by: Keith Packard <keithp@keithp.com>
5775
5776 commit 41a0604ad1ea1a03e2db7d41731dbadf466b45db
5777 Author: Keith Packard <keithp@keithp.com>
5778 Date:   Thu Jan 22 21:31:45 2015 -0800
5779
5780     altos/lpc: Fix double-buffered USB changes
5781     
5782     These got merged when we were down in Auckland, but before they'd been
5783     finished. Transmitting worked fine, but receiving was mis-configuring
5784     the OUT buffer size in the hardware.
5785     
5786     Signed-off-by: Keith Packard <keithp@keithp.com>
5787
5788 commit 291eec859606b73b43072cd2debfbb92659e0d95
5789 Author: Keith Packard <keithp@keithp.com>
5790 Date:   Thu Jan 22 20:34:43 2015 -0800
5791
5792     altos: Get rid of some accidental debug code
5793     
5794     I was debugging the accelerometer calibration code and left some
5795     printfs in it, which made TM run out of flash space.
5796     
5797     Signed-off-by: Keith Packard <keithp@keithp.com>
5798
5799 commit e05e0c6b71a1df65f188e00622e9632eb27510fd
5800 Author: Keith Packard <keithp@keithp.com>
5801 Date:   Fri Jan 16 22:09:26 2015 +1300
5802
5803     Set version to 1.5.9.1
5804
5805 commit 2a053d3d157e00b6a6406f4f78ddb8e298b6c4b7
5806 Author: Keith Packard <keithp@keithp.com>
5807 Date:   Mon Dec 22 17:27:09 2014 -0800
5808
5809     altos/lpc: Switch LPC SPI driver to interrupt-driven
5810     
5811     This improves performance for SPI transfers, while allowing other
5812     tasks to get work done during longer SPI transfers.
5813     
5814     Signed-off-by: Keith Packard <keithp@keithp.com>
5815
5816 commit 213a6604ec225e843f30244e6f94d0ebb3d27e46
5817 Author: Keith Packard <keithp@keithp.com>
5818 Date:   Mon Dec 22 17:11:51 2014 -0800
5819
5820     altos: Adjust CC1200 RSSI reporting value
5821     
5822     On the test setup, we were about 13dB off, so tweak the settings to
5823     suit. This result wasn't tested; it's just a rough offset until we get
5824     a production run of TeleDongle boards back to do more systematic
5825     measurements.
5826     
5827     Signed-off-by: Keith Packard <keithp@keithp.com>
5828
5829 commit 014dcc1f179237dc247fafa4a2cff91809260681
5830 Author: Keith Packard <keithp@keithp.com>
5831 Date:   Mon Dec 22 17:10:33 2014 -0800
5832
5833     altos: Document cc115l power measured at RF setting 0x03 as -31.75dBm
5834     
5835     We built a custom TeleGPS load for radio sensitivity measurements with
5836     the lowest documented power level setting (0x03), and measured the
5837     power out at that value of -31.75dBm on the test board.
5838     
5839     Signed-off-by: Keith Packard <keithp@keithp.com>
5840
5841 commit cf09ee2a4b093c56b64260c3db3f5e07143aa888
5842 Author: Keith Packard <keithp@keithp.com>
5843 Date:   Tue Dec 9 21:44:53 2014 -0800
5844
5845     ao-bringup: Clear pending output before setting frequency.
5846     
5847     Maybe this will unwedge things
5848     
5849     Signed-off-by: Keith Packard <keithp@keithp.com>
5850
5851 commit 5b7ec0c69343db3793c0317939b5eff1f2d04752
5852 Author: Keith Packard <keithp@keithp.com>
5853 Date:   Sat Dec 6 15:08:53 2014 -0800
5854
5855     micropeak: Support µPUSB with our own USB ids
5856     
5857     This matches the new µPUSB id as well as the FTDI USB id.
5858     
5859     Signed-off-by: Keith Packard <keithp@keithp.com>
5860
5861 commit 7e52ef59082cb2afdba498233c429321c37a6ac3
5862 Author: Keith Packard <keithp@keithp.com>
5863 Date:   Sat Dec 6 15:08:29 2014 -0800
5864
5865     altoslib: Add usbtrng, usbrelay and mpusb USB ids
5866     
5867     Signed-off-by: Keith Packard <keithp@keithp.com>
5868
5869 commit 7339d2379713b5b7e4c4fe6bad89ed93f9d39e82
5870 Merge: d1f9121 b6462ca
5871 Author: Bdale Garbee <bdale@gag.com>
5872 Date:   Sat Dec 6 15:39:53 2014 -0700
5873
5874     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
5875
5876 commit d1f9121593fe30b924223e89ef4d596b5bec2b25
5877 Author: Bdale Garbee <bdale@gag.com>
5878 Date:   Sat Dec 6 15:39:35 2014 -0700
5879
5880     improve test procedures for TeleMega
5881
5882 commit b6462ca3a7e99fe390ec97f94c23d36fab8c294d
5883 Author: Keith Packard <keithp@keithp.com>
5884 Date:   Sun Nov 23 18:56:40 2014 -0800
5885
5886     altos/cc1200: With PQT wide open, we can't use PQT_REACHED for start
5887     
5888     Because we're allowing even signals only weakly correlated with the
5889     preamble through to sync detection, we can't use the PQT_REACHED
5890     symbol to tell when a packet header has been seen. Instead, just look
5891     for SYNC_FOUND.
5892     
5893     Signed-off-by: Keith Packard <keithp@keithp.com>
5894
5895 commit 0e3eeaf59688dac92eb3a27d589923126cb34e00
5896 Author: Keith Packard <keithp@keithp.com>
5897 Date:   Sun Nov 23 18:50:57 2014 -0800
5898
5899     altos/cc1200: Open up preamble detect to improve sensitivity
5900     
5901     Increase soft decision PQT value to max (15) to ensure that we detect
5902     even weak packets.
5903     
5904     Signed-off-by: Keith Packard <keithp@keithp.com>
5905
5906 commit eabeb76a2a9acb624ae364c4f0f315bfc3549d98
5907 Author: Keith Packard <keithp@keithp.com>
5908 Date:   Sun Nov 23 18:31:15 2014 -0800
5909
5910     altos/cc1200: Wait for packet to be placed in FIFO during receive
5911     
5912     This changes the receive code to use MCU_STATUS, waiting for
5913     MARC_STATUS1 to indicate that the packet is in the fifo before reading
5914     it out.
5915     
5916     It also fixes the receive timeout code to keep receiving if the
5917     preamble or sync have been seen when the timeout fires. This makes
5918     TeleLCO able to use short timeouts during scanning while still
5919     successfully receiving packets.
5920     
5921     Signed-off-by: Keith Packard <keithp@keithp.com>
5922
5923 commit 2163f6e6b341b7840f03e89d568699b8ea186435
5924 Author: Keith Packard <keithp@keithp.com>
5925 Date:   Sun Nov 16 16:39:18 2014 -0800
5926
5927     altos/teledongle-v1.8: Make this the same as teledongle v1.9
5928     
5929     Remove RSSI LED blinking, add CRC error LED
5930     
5931     Signed-off-by: Keith Packard <keithp@keithp.com>
5932
5933 commit 54f7ab842a8cba3003cd5a9deb2515151263ca2e
5934 Author: Keith Packard <keithp@keithp.com>
5935 Date:   Sun Nov 16 16:38:12 2014 -0800
5936
5937     altos: Allow TeleMega to be built without MPU6000
5938     
5939     Robert Braibish's board has a dead MPU6000; this fix lets the TeleMega
5940     firmware build without that driver so the rest of the board could be verified.
5941     
5942     Signed-off-by: Keith Packard <keithp@keithp.com>
5943
5944 commit f16ea9abfaac9eee3b0935c586e383ae046d6cf5
5945 Author: Keith Packard <keithp@keithp.com>
5946 Date:   Sun Nov 16 16:37:15 2014 -0800
5947
5948     altosui: Remove duplicate AltosUIPreferencesBackend.java
5949     
5950     There's a copy in altosuilib
5951     
5952     Signed-off-by: Keith Packard <keithp@keithp.com>
5953
5954 commit abdf3177293c57e659017b64819c13f11c126011
5955 Author: Keith Packard <keithp@keithp.com>
5956 Date:   Sun Nov 16 13:41:27 2014 -0800
5957
5958     altos/microsplash: fix .gitignore to ignore resulting binary
5959
5960 commit 97a321692c2e41a1d3f77fb541780ada945eff52
5961 Author: Keith Packard <keithp@keithp.com>
5962 Date:   Sun Nov 16 13:40:15 2014 -0800
5963
5964     Add AltosDroid release note for version 1.5
5965
5966 commit 47956ac01397c0a7fafc6b0a4840113186924b2e
5967 Author: Keith Packard <keithp@keithp.com>
5968 Date:   Sun Nov 16 13:17:55 2014 -0800
5969
5970     altosdroid: East and West were flipped in all GPS output
5971     
5972     East is positive, West is negative
5973     
5974     Signed-off-by: Keith Packard <keithp@keithp.com>
5975
5976 commit 5aae1446026a08bf8f09c56b960545eff30a8bd1
5977 Author: Keith Packard <keithp@keithp.com>
5978 Date:   Sat Nov 15 22:52:42 2014 -0800
5979
5980     altosdroid: Save AltosState and restore at startup
5981     
5982     Instead of re-parsing the old logfile, save the current state in the
5983     preferences database and restore at restart of the
5984     TelemetryService. This makes the state get restored even before the BT
5985     connection is recovered.
5986     
5987     Signed-off-by: Keith Packard <keithp@keithp.com>
5988
5989 commit 52ce23327bd81e2d40a1817442e75bd6b60ffe95
5990 Author: Keith Packard <keithp@keithp.com>
5991 Date:   Sat Nov 15 22:50:31 2014 -0800
5992
5993     altoslib: add AltosPreferences state save/restore interfaces
5994     
5995     This serializes an entire AltosState object and stores it in the
5996     preferences database for later retrieval. AltosDroid uses this to
5997     recover the old state data when restarting.
5998     
5999     Signed-off-by: Keith Packard <keithp@keithp.com>
6000
6001 commit a488da3ca72fe0778b2d79a8cac935621d1d789d
6002 Author: Keith Packard <keithp@keithp.com>
6003 Date:   Sat Nov 15 22:49:06 2014 -0800
6004
6005     altosdroid: TabMap needs to expose () constructor
6006     
6007     Otherwise we get an exception at startup time for some reason.
6008     
6009     Signed-off-by: Keith Packard <keithp@keithp.com>
6010
6011 commit deda23963586eb07a32f9a3c83a0355178e19340
6012 Author: Keith Packard <keithp@keithp.com>
6013 Date:   Sat Nov 15 22:48:15 2014 -0800
6014
6015     altoslib: Add getBytes/putBytes interface to AltosPreferencesBackend
6016     
6017     This lets us store arbitrary binary data in the preferences database
6018     
6019     Signed-off-by: Keith Packard <keithp@keithp.com>
6020
6021 commit e5dd00ef0014364fc059970cc020f209b3b16cf8
6022 Author: Keith Packard <keithp@keithp.com>
6023 Date:   Sat Nov 15 22:46:01 2014 -0800
6024
6025     altosdroid: Don't display MISSING flight number
6026     
6027     Just check and clear the entry if we end up seeing that value
6028     
6029     Signed-off-by: Keith Packard <keithp@keithp.com>
6030
6031 commit 60edcfe410e7fa848813d6c1ed8dc9808887d041
6032 Author: Keith Packard <keithp@keithp.com>
6033 Date:   Sat Nov 15 16:03:32 2014 -0800
6034
6035     altoslib: Make AltosState serializable
6036     
6037     This involved making every class it references serializable as well
6038     
6039     Signed-off-by: Keith Packard <keithp@keithp.com>
6040
6041 commit 4d4fee0b0091a1b6257a06f62b1078778cdb417f
6042 Author: Keith Packard <keithp@keithp.com>
6043 Date:   Mon Nov 10 14:41:17 2014 -0800
6044
6045     altoslib: Missing headers for mag sensor in CSV output
6046     
6047     Kelsey Black <nmonic@gmail.com> reported that the TeleMega CSV output
6048     was missing the header labels for the mag sensor data.
6049     
6050     Signed-off-by: Keith Packard <keithp@keithp.com>
6051
6052 commit 437eba2ff27b2b7dfd0f363819b9a43ab8b28ead
6053 Author: Keith Packard <keithp@keithp.com>
6054 Date:   Thu Nov 6 20:04:47 2014 -0800
6055
6056     altos: Reset interrupt flags before TX in CC1200 driver
6057     
6058     Failing to reset the flags set during interrupt leads to
6059     short-circuiting transmission and not a lot of packets going out.
6060     
6061     Signed-off-by: Keith Packard <keithp@keithp.com>
6062
6063 commit 7f742824673e5e6034defdb09b66d4d56eb8d4fe
6064 Author: Keith Packard <keithp@keithp.com>
6065 Date:   Thu Nov 6 16:05:49 2014 -0800
6066
6067     altos/teledongle-v1.9: Switch to NXP processor as on prototype boards
6068     
6069     Signed-off-by: Keith Packard <keithp@keithp.com>
6070
6071 commit 6a082d9b5ed169b9d4153885f3535987e5ae5d84
6072 Author: Keith Packard <keithp@keithp.com>
6073 Date:   Thu Nov 6 16:04:56 2014 -0800
6074
6075     altos/lpc: Disable JTAG when using pins for GPIO
6076     
6077     JTAG is enabled by default, making those pins not support GPIO unless
6078     specifically configured.
6079     
6080     Signed-off-by: Keith Packard <keithp@keithp.com>
6081
6082 commit 58db263cc835be0abb972654c2d7369718c88b37
6083 Author: Keith Packard <keithp@keithp.com>
6084 Date:   Thu Nov 6 16:04:14 2014 -0800
6085
6086     altos/lpc: Declare SPI send parameters as const
6087     
6088     This matches STM
6089     
6090     Signed-off-by: Keith Packard <keithp@keithp.com>
6091
6092 commit d3dd45b060c996153ff8195bd371e9e1f3b15efb
6093 Author: Keith Packard <keithp@keithp.com>
6094 Date:   Thu Nov 6 16:02:47 2014 -0800
6095
6096     altos: Use other TeleDongle LED for CRC-invalid packet reporting
6097     
6098     Instead of blinking out some fake-o RSSI indication, just blink the
6099     red LED when a packet with a bad CRC is received.
6100     
6101     Signed-off-by: Keith Packard <keithp@keithp.com>
6102
6103 commit 2313cdacefb2139bc68cd98e782c54d706af0704
6104 Author: Keith Packard <keithp@keithp.com>
6105 Date:   Thu Nov 6 16:02:07 2014 -0800
6106
6107     altosuilib: GPS errors are recorded in floating point, not integers
6108     
6109     Fix the format used to present them in the info table.
6110     
6111     Signed-off-by: Keith Packard <keithp@keithp.com>
6112
6113 commit 2f0ff9675017655846a8abc617b4dc9a3666d0b9
6114 Author: Keith Packard <keithp@keithp.com>
6115 Date:   Thu Nov 6 16:01:24 2014 -0800
6116
6117     altos: Use AO_SPO_SPEED_FAST for CC1200
6118     
6119     This asks for the fastest available SPI speed, instead of fixing it to
6120     8MHz, which may not be supported on every architecture.
6121     
6122     Signed-off-by: Keith Packard <keithp@keithp.com>
6123
6124 commit 80a0397dde2f787fb20fd2520b274b826c68ed5a
6125 Author: Keith Packard <keithp@keithp.com>
6126 Date:   Thu Nov 6 16:00:06 2014 -0800
6127
6128     altos: Stop attempting to ramp power on CC115L
6129     
6130     The PA register on the 115L isn't in any way monotonic, making the old
6131     code broken. Just rempve it instead of fixing it; we don't ramp
6132     anywhere else...
6133     
6134     Signed-off-by: Keith Packard <keithp@keithp.com>
6135
6136 commit f2e5ffd839fe5be99359e4c86a96f03148bac698
6137 Author: Keith Packard <keithp@keithp.com>
6138 Date:   Thu Nov 6 15:58:42 2014 -0800
6139
6140     altos: Declare port register type only in arch header
6141     
6142     Instead of defaulting to 8 bits, explicitly require declaration of the
6143     type of the port register for each architecture.
6144     
6145     Signed-off-by: Keith Packard <keithp@keithp.com>
6146
6147 commit f2060d6ca222a04608e598baf59757f12ea2ec70
6148 Author: Keith Packard <keithp@keithp.com>
6149 Date:   Thu Nov 6 13:27:29 2014 -0800
6150
6151     Move teledongle 1.9 to 1.8; there's a new 1.9
6152     
6153     1.9 is now the lpc11u14-based form-factor prototype board.
6154     
6155     Signed-off-by: Keith Packard <keithp@keithp.com>
6156
6157 commit b67556949aa080fc5e70771e972de880e44eca12
6158 Author: Keith Packard <keithp@keithp.com>
6159 Date:   Wed Nov 5 22:11:44 2014 -0800
6160
6161     altos: Rename microwater to microsplash
6162     
6163     Signed-off-by: Keith Packard <keithp@keithp.com>
6164
6165 commit b0e903a76276e33f531eade42ac721c9490c6758
6166 Author: Keith Packard <keithp@keithp.com>
6167 Date:   Thu Oct 30 21:59:45 2014 -0700
6168
6169     altosui: Pop up 'Connecting' dialog during Monitor Idle
6170     
6171     This was a bit harder than expected as I had to wire up a way to shut
6172     down the whole monitor idle window when you clicked on the cancel button.
6173     
6174     Signed-off-by: Keith Packard <keithp@keithp.com>
6175
6176 commit ef00182c79bd7a56fbc5d782cb8f4aa0079bb86f
6177 Author: Keith Packard <keithp@keithp.com>
6178 Date:   Sat Oct 25 21:14:25 2014 -0700
6179
6180     altos: Increase CC1200 SPI data rate to 8MHz
6181     
6182     This got set to 125kHz to make debugging with a logic analyzer easier
6183     and never changed back to a reasonable speed.
6184     
6185     Signed-off-by: Keith Packard <keithp@keithp.com>
6186
6187 commit 4d51570ed8776461d084726149923c5be43d622e
6188 Author: Keith Packard <keithp@keithp.com>
6189 Date:   Sat Oct 25 19:56:25 2014 -0700
6190
6191     altos: Fix up telemetry delay computations
6192     
6193     With RDF, APRS and telemetry all being sent at varying rates,
6194     computing when to send the next radio data is not as simple as sending
6195     telemetry and then figuring out whether to send RDF and/or APRS.
6196     
6197     Fix this by computing times for the next telemetry/rdf/aprs packet,
6198     and only sending each when that time has passed. Compute the delay
6199     until the next radio activity as the minimum time to any transmission.
6200     
6201     This also adds code to the config bits to reset the radio times
6202     whenever something changes that might affect which radio data to send
6203     next.
6204     
6205     Signed-off-by: Keith Packard <keithp@keithp.com>
6206
6207 commit c831f1ffb378c20b7513d209d60cdd5dee9db85b
6208 Author: Keith Packard <keithp@keithp.com>
6209 Date:   Sat Oct 25 17:44:48 2014 -0700
6210
6211     altos: Perform cc1200 calibration less often. Tweak radio params
6212     
6213     This performs calibration after every 4 operations, or when the
6214     frequency changes. This reduces the time it takes to get to receive
6215     mode.
6216     
6217     This also makes the sync and preamble qualifiers more strict to reject
6218     bad packets.
6219     
6220     Signed-off-by: Keith Packard <keithp@keithp.com>
6221
6222 commit 3f7263f57b1b697d92ed6c3d62956e5bdfc11f24
6223 Author: Keith Packard <keithp@keithp.com>
6224 Date:   Sat Oct 25 11:20:44 2014 -0700
6225
6226     altos: Remove old AO_SEND_ALL_BARO bits
6227     
6228     This was used for testing the original TeleMini which couldn't log
6229     data at full speed.
6230     
6231     Signed-off-by: Keith Packard <keithp@keithp.com>
6232
6233 commit ae4be19f8ab0899a879a10aec28dc381f44dd2c7
6234 Author: Keith Packard <keithp@keithp.com>
6235 Date:   Sat Oct 25 10:21:30 2014 -0700
6236
6237     altos: Build TeleDongle v1.9 by default
6238     
6239     Signed-off-by: Keith Packard <keithp@keithp.com>
6240
6241 commit 51ef3fad6435c0b21945d48fbbaa5a4c092c4960
6242 Author: Keith Packard <keithp@keithp.com>
6243 Date:   Sat Oct 25 10:20:07 2014 -0700
6244
6245     altos: Increase PQT value for cc1200 improving sensitivity
6246     
6247     The PQT value indicates how 'good' the preamble is; higher values
6248     allow a lower quality of preamble to pass the test, permitting more
6249     packets to be decoded.
6250     
6251     Signed-off-by: Keith Packard <keithp@keithp.com>
6252
6253 commit 9102183b40f0b32d4fb6d24502b79a6431184310
6254 Author: Keith Packard <keithp@keithp.com>
6255 Date:   Sat Oct 25 10:17:48 2014 -0700
6256
6257     altos: Sort out ao_gps_print altitude fetching
6258     
6259     ao_gps_print is used by both teledongle/telebt and the host-based GPS
6260     test code. The first instance uses the old internal GPS structure,
6261     containing just a 16-bit altitude while the second uses an
6262     ao_telemetry structure, which contains 32 bits split into two
6263     members.
6264     
6265     Signed-off-by: Keith Packard <keithp@keithp.com>
6266
6267 commit cb83b5432e1320726ad496ded78cced7274618b0
6268 Author: Keith Packard <keithp@keithp.com>
6269 Date:   Tue Oct 7 05:36:18 2014 +0200
6270
6271     altos/teledongle-v1.9: Add remaining code to complete the project
6272     
6273     This turns the prototype board into a full teledongle
6274     
6275     Signed-off-by: Keith Packard <keithp@keithp.com>
6276
6277 commit 4a3fe79266a77f8fc001117f49db1d2f14f9e6b6
6278 Author: Keith Packard <keithp@keithp.com>
6279 Date:   Tue Oct 7 05:34:06 2014 +0200
6280
6281     altos: Complete cc1200 driver
6282     
6283     Deal with differences between cc1120 and cc1200, including built-in
6284     packet support and various register changes.
6285     
6286     This now works to send and receive telemetry, as well as send APRS and
6287     RDF.
6288     
6289     Signed-off-by: Keith Packard <keithp@keithp.com>
6290
6291 commit 7fea8b245cdccc1ec77aa559433952f339676473
6292 Author: Keith Packard <keithp@keithp.com>
6293 Date:   Tue Oct 7 05:35:10 2014 +0200
6294
6295     altos: Expose telemetry altitude macros even without GPS
6296     
6297     This allows for APRS testing in the new teledongle code
6298     
6299     Signed-off-by: Keith Packard <keithp@keithp.com>
6300
6301 commit 484b530a16a54ca8fde412c3f466bfe7eed978cd
6302 Author: Keith Packard <keithp@keithp.com>
6303 Date:   Tue Oct 7 05:32:00 2014 +0200
6304
6305     altos: Mark STM ao_spi_send as taking const pointer
6306     
6307     We don't write to this, so let it be const for type checking
6308     
6309     Signed-off-by: Keith Packard <keithp@keithp.com>
6310
6311 commit c17dff05b70d98e3193e8e68cc9599f3a30270b5
6312 Author: Keith Packard <keithp@keithp.com>
6313 Date:   Fri Oct 24 19:10:45 2014 -0700
6314
6315     ao-tools/ao-send-telem: Add verbose, fake and rate options
6316     
6317     Verbose dumps some data while sending packets.
6318     Fake sends constructed packets, once every 500ms.
6319     Rate sets the transmit bit rate.
6320     
6321     Signed-off-by: Keith Packard <keithp@keithp.com>
6322
6323 commit e2562ee43b8558df0836217ea3a187b36e2669b3
6324 Author: Keith Packard <keithp@keithp.com>
6325 Date:   Wed Oct 15 16:10:11 2014 -0700
6326
6327     altosuilib: Try to detect the architecture when loading JNI lib
6328     
6329     Look at sun.arch.data.model and os.arch to try and load the right
6330     libaltos file the first time.
6331     
6332     Signed-off-by: Keith Packard <keithp@keithp.com>
6333
6334 commit 88df7cd314269fa1debe226b49b7e4e9dc238d8e
6335 Author: Keith Packard <keithp@keithp.com>
6336 Date:   Fri Oct 24 21:21:19 2014 -0700
6337
6338     altoslib: synchronize access to serial debug output list
6339     
6340     This list is access by both the receiver and the monitor task, so it
6341     needs to be locked to prevent collisions.
6342     
6343     Signed-off-by: Keith Packard <keithp@keithp.com>
6344
6345 commit 221824b038bf18ca43a38c82d18b0ae9586ba565
6346 Author: Bdale Garbee <bdale@gag.com>
6347 Date:   Thu Oct 9 13:11:16 2014 -0600
6348
6349     document pyro current limits in an appendix
6350
6351 commit ffda6989e856e66a1bea253e82cb70f51ada3e7a
6352 Author: Keith Packard <keithp@keithp.com>
6353 Date:   Sun Oct 5 00:07:10 2014 -0700
6354
6355     altos: Add prototype TeleDongle v1.9 code
6356     
6357     Lights up the hardware, sends carrier and RDF tones. A bit more cc1200
6358     work to be done still.
6359     
6360     Signed-off-by: Keith Packard <keithp@keithp.com>
6361
6362 commit 27a467d802a80a33ea20eb5cda2558d03caa2c00
6363 Author: Keith Packard <keithp@keithp.com>
6364 Date:   Sun Oct 5 00:03:28 2014 -0700
6365
6366     altos: Copy cc1120 driver to cc1200 driver and hack a bit
6367     
6368     The cc1200 is similar to the cc1120, although many registers have
6369     changed.
6370     
6371     This driver can send a bare carrier and an RDF tone, but does not yet
6372     receive or transmit telemetry data.
6373     
6374     Signed-off-by: Keith Packard <keithp@keithp.com>
6375
6376 commit 62628c8b429d06ee834f0b6511c430cbeaab9303
6377 Author: Keith Packard <keithp@keithp.com>
6378 Date:   Sat Oct 4 00:30:54 2014 -0700
6379
6380     altos: Fix syntax error with ao_log_mega change.
6381     
6382     Missed a semi-colon.
6383     
6384     Signed-off-by: Keith Packard <keithp@keithp.com>
6385
6386 commit 00ae706dab6e8fddef4c5730a17c433a022228b7
6387 Author: Keith Packard <keithp@keithp.com>
6388 Date:   Sat Oct 4 00:11:13 2014 -0700
6389
6390     altoslib: Compute tilt angle from eeprom data
6391     
6392     This copies the computation of tilt angle from the firmware so that
6393     post-flight analysis can also show the data.
6394     
6395     This change also renames all of the imu values to make them easier to
6396     understand:
6397     
6398         accel   gyro    axis
6399     
6400         along   roll    length of the board
6401         across  pitch   across the board
6402         through yaw     through the board.
6403     
6404     Signed-off-by: Keith Packard <keithp@keithp.com>
6405
6406 commit a757fd5af53f5721a949181372548afa4757d6c9
6407 Author: Keith Packard <keithp@keithp.com>
6408 Date:   Sat Oct 4 00:10:03 2014 -0700
6409
6410     altosui: Update 'Imperial Units' checkbox when units change
6411     
6412     If you have two graphs running, make sure the imperial units
6413     checkboxes agree.
6414     
6415     Signed-off-by: Keith Packard <keithp@keithp.com>
6416
6417 commit 656d8fe17532ca6c7d1d43996f187df2f14f5395
6418 Author: Keith Packard <keithp@keithp.com>
6419 Date:   Sat Oct 4 00:07:39 2014 -0700
6420
6421     altoslib: Deal with new Mega log format that has 32-bit gyro cal
6422     
6423     This adds parsing for the new log format type to get all 32 bits of
6424     the gyro calibration data.
6425     
6426     Signed-off-by: Keith Packard <keithp@keithp.com>
6427
6428 commit 9521dc63671b69065d27fc1ccba6d20cc90643cb
6429 Author: Keith Packard <keithp@keithp.com>
6430 Date:   Sat Oct 4 00:04:39 2014 -0700
6431
6432     altos: Record 32-bits for gyro calibration values
6433     
6434     The gyro ground calibration values are scaled by 512 to provide a bit
6435     more precision for the computations. This means they don't fit in 16
6436     bits, so change the format of the flight log record. Also change the
6437     reported format so that AltosUI has a chance of figuring it out.
6438     
6439     Signed-off-by: Keith Packard <keithp@keithp.com>
6440
6441 commit 95d9248da78f86240dbe77e2c206420dc509c9cf
6442 Author: Keith Packard <keithp@keithp.com>
6443 Date:   Mon Sep 29 12:57:27 2014 -0700
6444
6445     altosui: Check for map and stats table when changing units/fonts in graph
6446     
6447     AltosGraphUI wasn't making sure the map and stats tables were present
6448     before attempting to adjust font size and units.
6449     
6450     Signed-off-by: Keith Packard <keithp@keithp.com>
6451
6452 commit 40c5535b65a75374fb1dbbd994c29324db814f5b
6453 Author: Keith Packard <keithp@keithp.com>
6454 Date:   Mon Sep 29 12:56:04 2014 -0700
6455
6456     altos: Handle antenna down in ao_flight_test
6457     
6458     Parse the Pad orientation config value and flip the accelerometer
6459     value back around in antenna down configuration.
6460     
6461     Signed-off-by: Keith Packard <keithp@keithp.com>
6462
6463 commit b97a125a9f8bd9619833647a9b6aa6329103e136
6464 Author: Keith Packard <keithp@keithp.com>
6465 Date:   Fri Sep 26 22:58:13 2014 -0700
6466
6467     ao-bringup: Auto-select programmer for teledongle turnon
6468     
6469     Bdale's programmer is SN 100, Keith's is SN 186. Use the username to
6470     figure out which one to use.
6471     
6472     Signed-off-by: Keith Packard <keithp@keithp.com>
6473
6474 commit b4eba3f3a58a9c35e3699ff14405b997c1318d91
6475 Author: Keith Packard <keithp@keithp.com>
6476 Date:   Fri Sep 26 22:53:39 2014 -0700
6477
6478     altos: Make sure we drop the SPI mutex when aborting cc1120 recv
6479     
6480     The cc1120 receive code is 'twisty', in that it acquires the SPI mutex
6481     in the middle of an interrupt handler so that it can quickly start the
6482     radio when the signal comes in. This means we have to be careful to
6483     drop that mutex in all paths which leave the receive code, including
6484     when the packet receive is aborted mid-way through the process.
6485     
6486     Signed-off-by: Keith Packard <keithp@keithp.com>
6487
6488 commit 22661ba69b8919116092382f1f5aa0dc79d02cc9
6489 Author: Bdale Garbee <bdale@gag.com>
6490 Date:   Sat Sep 13 17:56:51 2014 -0600
6491
6492     store cal value correctly even when we didn't need to change it
6493
6494 commit b0eb63205223e2982d0ded08503c3f128420270f
6495 Author: Keith Packard <keithp@keithp.com>
6496 Date:   Sat Sep 13 15:59:18 2014 -0700
6497
6498     altosdroid: Update notebook to reflect current status
6499     
6500     Signed-off-by: Keith Packard <keithp@keithp.com>
6501
6502 commit 9dc426756742fb967fdd21e1fcec54edeb4b12ac
6503 Author: Keith Packard <keithp@keithp.com>
6504 Date:   Sat Sep 13 15:52:56 2014 -0700
6505
6506     altosui: Bring up main window when doing --replay or --graph
6507     
6508     This shows the main window when replaying or graphing files so that
6509     you can interact with that, changing the global configuration or doing
6510     other stuff.
6511     
6512     Signed-off-by: Keith Packard <keithp@keithp.com>
6513
6514 commit 75d5368cb2a95f3f7385952669a14765460f549d
6515 Author: Keith Packard <keithp@keithp.com>
6516 Date:   Sat Sep 13 15:51:50 2014 -0700
6517
6518     altosui: Fix --replay to run in realtime after boost
6519     
6520     I added the ability to rapidly replay files for AltosDroid to recover
6521     from a crash, but didn't change AltosUI to use realtime mode again.
6522     
6523     Signed-off-by: Keith Packard <keithp@keithp.com>
6524
6525 commit 04b5cc37659b1b3d6b62f1ef17b17c0492434cba
6526 Author: Bdale Garbee <bdale@gag.com>
6527 Date:   Sat Sep 13 16:37:42 2014 -0600
6528
6529     reflect filename changes in LLC repo
6530
6531 commit 93d1cedc94358ebf5c2af537a25a242f6c19954c
6532 Author: Keith Packard <keithp@keithp.com>
6533 Date:   Sat Sep 13 15:23:40 2014 -0700
6534
6535     altosdroid: Automatically sign the released version if the key is available
6536     
6537     Look in ~/altusmetrumllc for release.keystore and Passphrase and
6538     enable building and signing of the release binary.
6539     
6540     Signed-off-by: Keith Packard <keithp@keithp.com>
6541
6542 commit 2731486c12678a7d3bd7ec79e74a2fcaf20845bd
6543 Author: Keith Packard <keithp@keithp.com>
6544 Date:   Sat Sep 13 13:38:31 2014 -0700
6545
6546     altosdroid: Update version code and name for 1.5
6547     
6548     Signed-off-by: Keith Packard <keithp@keithp.com>
6549
6550 commit e151c144fcdb1da96e715f29c049dc4869e1d53d
6551 Author: Keith Packard <keithp@keithp.com>
6552 Date:   Sat Sep 13 13:00:58 2014 -0700
6553
6554     Mark master branch as past the 1.5 point
6555     
6556     Signed-off-by: Keith Packard <keithp@keithp.com>
6557
6558 commit ff7c006e50515040d43399899fac26a3fe26d8a7
6559 Author: Bdale Garbee <bdale@gag.com>
6560 Date:   Sat Sep 13 12:31:08 2014 -0600
6561
6562     updated to reflect changes from 1.5 release
6563
6564 commit 20d640ec504afbfdb69dba1b241d84af1e62abed
6565 Author: Keith Packard <keithp@keithp.com>
6566 Date:   Fri Sep 12 20:58:26 2014 -0700
6567
6568     ao-bringup: Improve igniter testing. Add TeleMega and TeleMetrum testing.
6569     
6570     The script lets you re-try each one when they fail, which is nice if
6571     you're hand-holding the setup.
6572     
6573     The TeleMetrum and TeleMega tests are adapted from the EasyMega tests
6574     and are hooked up to the turnon scripts.
6575     
6576     Signed-off-by: Keith Packard <keithp@keithp.com>
6577
6578 commit e0077866138a1e29ede7181e39f04860b866543a
6579 Author: Keith Packard <keithp@keithp.com>
6580 Date:   Fri Sep 12 20:57:05 2014 -0700
6581
6582     ao-tools/ao-test-igniter: Remove bogus printf
6583     
6584     This must have been left over from testing; it prints "device (null)",
6585     which isn't very useful.
6586     
6587     Signed-off-by: Keith Packard <keithp@keithp.com>
6588
6589 commit 6681d31929266fec9711b3d89a4f074cd2afcc6e
6590 Author: Keith Packard <keithp@keithp.com>
6591 Date:   Fri Sep 12 20:56:29 2014 -0700
6592
6593     ao-tools/ao-test-gps: Improve output formatting
6594     
6595     Add a newline before printing out the flags and sats at exit time
6596     
6597     Signed-off-by: Keith Packard <keithp@keithp.com>
6598
6599 commit f2d045570d2cda0abde67a68506cb3fc2e119ec3
6600 Author: Keith Packard <keithp@keithp.com>
6601 Date:   Fri Sep 12 17:22:37 2014 -0700
6602
6603     ao-bringup: Use C version of ao-test-gps in test-telegps
6604     
6605     Signed-off-by: Keith Packard <keithp@keithp.com>
6606
6607 commit d0e597789ac298b108ea04cc1a2c999bcf14bc9c
6608 Author: Keith Packard <keithp@keithp.com>
6609 Date:   Fri Sep 12 17:22:03 2014 -0700
6610
6611     ao-tools: Add ao-test-gps program
6612     
6613     This waits for GPS to report lock
6614     
6615     Signed-off-by: Keith Packard <keithp@keithp.com>
6616
6617 commit def036794f1460a5457e6b86350712c336e296d6
6618 Author: Keith Packard <keithp@keithp.com>
6619 Date:   Fri Sep 12 16:38:59 2014 -0700
6620
6621     ao-bringup: Use C version of test-flash for telegps
6622     
6623     Signed-off-by: Keith Packard <keithp@keithp.com>
6624
6625 commit 1630a8e458f174d6df1aa30ff30e3f02a10bdbf7
6626 Author: Keith Packard <keithp@keithp.com>
6627 Date:   Thu Sep 11 19:59:58 2014 -0700
6628
6629     altosui: Ignore built .desktop file
6630     
6631     Signed-off-by: Keith Packard <keithp@keithp.com>
6632
6633 commit 807e62ccebc83eb6427a63431d06effa074e5e76
6634 Author: Keith Packard <keithp@keithp.com>
6635 Date:   Thu Sep 11 19:56:13 2014 -0700
6636
6637     altos: Make sure we don't beep out continuity twice in idle mode
6638     
6639     If the battery voltage report takes longer than the initialiation
6640     sequence, we could get to the state reporting after the state had
6641     switched from startup to idle. This would result in continuity being
6642     reported the first time through the loop. Then, as the state had
6643     already changed, we'd pass through the while test and go back to
6644     report continuity a second time.
6645     
6646     Fixed by using the state remembered before beeping out the voltage to
6647     decide whether to report the continuity.
6648     
6649     Signed-off-by: Keith Packard <keithp@keithp.com>
6650
6651 commit d7ad490a33900a788b15d1600ebaa2a71e6f35ff
6652 Author: Keith Packard <keithp@keithp.com>
6653 Date:   Thu Sep 11 15:57:21 2014 -0700
6654
6655     altos: Add smaller altitude table file to .gitignore
6656     
6657     Signed-off-by: Keith Packard <keithp@keithp.com>
6658
6659 commit 7ad8921b164103629b246c25860297454aa7ec6b
6660 Author: Keith Packard <keithp@keithp.com>
6661 Date:   Thu Sep 11 15:56:14 2014 -0700
6662
6663     altos/test: Add TMv2 test program to .gitignore
6664
6665 commit 0cedc27e22a9fbc9ccfe1b403c84d728bb23220d
6666 Author: Keith Packard <keithp@keithp.com>
6667 Date:   Thu Sep 11 15:00:25 2014 -0700
6668
6669     altos: Fix ability to disable telemetry by setting interval to 0
6670     
6671     For non-zero telemetry intervals, the radio code limits the value
6672     based on the data rate. However, a zero interval means that telemetry
6673     should be entirely disabled, so that value should be left alone when
6674     checking.
6675     
6676     Signed-off-by: Keith Packard <keithp@keithp.com>
6677
6678 commit 6dafd7bf947d892e430cd565eb92a3366abb3604
6679 Author: Keith Packard <keithp@keithp.com>
6680 Date:   Thu Sep 11 14:23:29 2014 -0700
6681
6682     telegps: Was mis-configuring the 'Configure Device' dialog
6683     
6684     Make sure we show 'rate_label' instead of showing 'radio_enable_label'
6685     twice.
6686     
6687     Signed-off-by: Keith Packard <keithp@keithp.com>
6688
6689 commit 368c7d583380b4453f432d5a965a1e4c45a92f92
6690 Author: Keith Packard <keithp@keithp.com>
6691 Date:   Thu Sep 11 14:14:07 2014 -0700
6692
6693     altoslib: Stop re-loading previous flight when starting telemetry monitoring
6694     
6695     This feature is necessary on AltosDroid because there's no other UI
6696     for reloading an old flight. It's not useful on the desktop where you
6697     really just want to see new telemetry; old telemetry is availbale
6698     through the 'graph flight' or 'replay' mechanisms.
6699     
6700     AltosDroid uses a different class for reading telemetry data, so we
6701     can just remove this feature from altoslib at this point.
6702     
6703     Signed-off-by: Keith Packard <keithp@keithp.com>
6704
6705 commit 2ee937b603b181bb24768eb4d0e2f918a5377fd3
6706 Author: Bdale Garbee <bdale@gag.com>
6707 Date:   Wed Sep 10 01:29:56 2014 -0600
6708
6709     use dh_installmime, which requires telling configure to stay out of the way
6710
6711 commit 22e68da2cb3b0b42708876f1dde52dbfd0ce4bf7
6712 Author: Bdale Garbee <bdale@gag.com>
6713 Date:   Wed Sep 10 00:26:10 2014 -0600
6714
6715     another build dep
6716
6717 commit 615b69b19557a9683eeb0475b30a053a35ca51ac
6718 Merge: a72b768 0365493
6719 Author: Bdale Garbee <bdale@gag.com>
6720 Date:   Wed Sep 10 01:30:37 2014 -0600
6721
6722     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
6723
6724 commit 036549343416183f973d00a86d897d4a368c1d6f
6725 Author: Keith Packard <keithp@keithp.com>
6726 Date:   Wed Sep 10 00:03:53 2014 -0700
6727
6728     configure: Add --disable-install-shared-mime-info option
6729     
6730     This inhibits the installation of the shared mime info data file and
6731     updating of the shared mime database. Necessary if you want to use a
6732     distribution-specific shared mime installation hook, like dh_installmime
6733     
6734     Signed-off-by: Keith Packard <keithp@keithp.com>
6735
6736 commit 1992a1e3046a5414ce8d394e1cd8e5e6f6338d29
6737 Author: Keith Packard <keithp@keithp.com>
6738 Date:   Tue Sep 9 23:43:10 2014 -0700
6739
6740     .desktop: Use %F instead of %f in .desktop files
6741     
6742     %F is a list of files, %f is a single file. All of our tools can
6743     handle lists of files, so make the .desktop file reflect that.
6744     
6745     Signed-off-by: Keith Packard <keithp@keithp.com>
6746
6747 commit a72b7683606d3e741043011c929482a0a168a5c9
6748 Author: Bdale Garbee <bdale@gag.com>
6749 Date:   Tue Sep 9 23:44:45 2014 -0600
6750
6751     more build dependencies for processing icons
6752
6753 commit 1fb200d18cc385230b3af574816ec354682cc5c9
6754 Author: Keith Packard <keithp@keithp.com>
6755 Date:   Tue Sep 9 23:00:14 2014 -0700
6756
6757     icons: Use DESTDIR when updating mime/icon caches
6758     
6759     This is done in install-data-hook and needs to explicitly use DESTDIR
6760     
6761     Signed-off-by: Keith Packard <keithp@keithp.com>
6762
6763 commit a8c799c48a52bf13466536db627b66bfe2a435cd
6764 Author: Keith Packard <keithp@keithp.com>
6765 Date:   Tue Sep 9 09:38:03 2014 -0700
6766
6767     altoslib/altosuilib: clean all versions of the .jar file
6768     
6769     When we switch libary versions, we want to remove the old ones; just
6770     have 'make clean' remove all versions of the libaries.
6771     
6772     Signed-off-by: Keith Packard <keithp@keithp.com>
6773
6774 commit cef3be371cb3a9e481c2bd6abdf22c51953773f1
6775 Author: Keith Packard <keithp@keithp.com>
6776 Date:   Tue Sep 9 09:37:13 2014 -0700
6777
6778     altoslib/altosuilib: Add EasyMega support
6779     
6780     This makes flashing find the right files, and Monitor Idle show all of
6781     the state data.
6782     
6783     Signed-off-by: Keith Packard <keithp@keithp.com>
6784
6785 commit 08a82617c53718055d97df4fa60f3e5051d65383
6786 Author: Keith Packard <keithp@keithp.com>
6787 Date:   Tue Sep 9 09:09:22 2014 -0700
6788
6789     altos/easymega: Set USB PID for EasyMega to 0x0028
6790     
6791     It was using 0x0023, which is for TeleMega. 0x0028 is what's listed in
6792     usbvidpid.h.
6793     
6794     Signed-off-by: Keith Packard <keithp@keithp.com>
6795
6796 commit 9d3ab4c78f79d659ce800def77bc441c95fa15be
6797 Author: Keith Packard <keithp@keithp.com>
6798 Date:   Tue Sep 9 09:02:51 2014 -0700
6799
6800     altoslib: Fix idle monitor parsing of MMA655x state
6801     
6802     There's no ':' after 'MMA655X value' in the output, and the parser
6803     returns 'true' on success, not false.
6804     
6805     With this, 'Monitor Idle' now reports correct accelerometer readings.
6806     
6807     Signed-off-by: Keith Packard <keithp@keithp.com>
6808
6809 commit 2b7ba0a5be70ae1d661afb2592ce8a6bf660c793
6810 Author: Keith Packard <keithp@keithp.com>
6811 Date:   Tue Sep 9 09:01:42 2014 -0700
6812
6813     Tag version 1.4.9.3
6814     
6815     This should be the final firmware version for 1.5
6816     
6817     Signed-off-by: Keith Packard <keithp@keithp.com>
6818
6819 commit 445d61c3810154193aebbf0f08f075ac8e107baf
6820 Author: Keith Packard <keithp@keithp.com>
6821 Date:   Sat Sep 6 22:56:25 2014 -0700
6822
6823     altosui: Include EasyMega firmware in fat release
6824     
6825     Signed-off-by: Keith Packard <keithp@keithp.com>
6826
6827 commit f0d2d34f84980ab45ecedae17546f4d71e020c5e
6828 Merge: 8c212cd 6c812f1
6829 Author: Bdale Garbee <bdale@gag.com>
6830 Date:   Sat Sep 6 23:42:47 2014 -0600
6831
6832     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
6833
6834 commit 6c812f10761ec4ebf13e29ccef1d6c2c864f1158
6835 Author: Keith Packard <keithp@keithp.com>
6836 Date:   Sat Sep 6 22:28:13 2014 -0700
6837
6838     doc: Update for version 1.5 release
6839     
6840     Add stuff about EasyMega and telemetry rate configuration. Update
6841     screen shots as needed.
6842     
6843     Signed-off-by: Keith Packard <keithp@keithp.com>
6844
6845 commit d83afa9320c24056469984873af0a3c70bee0962
6846 Author: Keith Packard <keithp@keithp.com>
6847 Date:   Sat Sep 6 20:44:30 2014 -0700
6848
6849     altos: Scale packet master receive delay by baud rate
6850     
6851     Increase the time we wait for return packets based on the remote
6852     protocol baud rate.
6853     
6854     Signed-off-by: Keith Packard <keithp@keithp.com>
6855
6856 commit e7515e3a88d53c50dd9b962cc8f43ce5376ccd0b
6857 Author: Keith Packard <keithp@keithp.com>
6858 Date:   Sat Sep 6 20:43:32 2014 -0700
6859
6860     altoslib: Increase timeouts when using low baud rate remote protocol
6861     
6862     When using 2400 or 9600 baud remote link rates, we need to increase
6863     the packet timeout from 500ms to much longer values to avoid annoying
6864     the user with timeout warnings.
6865     
6866     Signed-off-by: Keith Packard <keithp@keithp.com>
6867
6868 commit 46f08f8709c538f3fee8e166598f0bb930df6e3c
6869 Author: Keith Packard <keithp@keithp.com>
6870 Date:   Sat Sep 6 20:41:58 2014 -0700
6871
6872     altoslib: Update local callsign/baud rate when using remote protocol
6873     
6874     We've had code to synchronously update the local and remote radio
6875     frequencies when doing configuration over the remote link. This patch
6876     adds the same code when changing the call sign and baud rate.
6877     
6878     Signed-off-by: Keith Packard <keithp@keithp.com>
6879
6880 commit f395bcaa620490954d4a42de9b4870bc12bedc91
6881 Author: Keith Packard <keithp@keithp.com>
6882 Date:   Sat Sep 6 20:39:37 2014 -0700
6883
6884     altos: Reduce deviation at 2400/9600 baud
6885     
6886     There's no reason to use 20.5kHz deviation at 2400 and 9600 baud, and
6887     if we get a better receiver, we'll want to use narrower deviation to
6888     have less bandwidth sucking noise into the radio. The new values are
6889     (nominally) 5.125kHz deviation for 9600 baud and 1.5kHz deviation for
6890     2400 baud.
6891     
6892     Signed-off-by: Keith Packard <keithp@keithp.com>
6893
6894 commit 8c212cd5bfa03f71a31d84bd0051314e77d88461
6895 Merge: e9714e3 dd26ec2
6896 Author: Bdale Garbee <bdale@gag.com>
6897 Date:   Sat Sep 6 13:41:36 2014 -0600
6898
6899     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
6900     
6901     Conflicts:
6902         ao-bringup/turnon_telemega
6903
6904 commit e9714e34091abe657aa1b30aeda9466331aa39c1
6905 Author: Bdale Garbee <bdale@gag.com>
6906 Date:   Sat Sep 6 13:40:59 2014 -0600
6907
6908     tweaking test scripts
6909
6910 commit dd26ec2e706bdd29090759deeb90090a0e3b74f0
6911 Author: Keith Packard <keithp@keithp.com>
6912 Date:   Sat Sep 6 00:39:41 2014 -0700
6913
6914     altosdroid: Mark completed items as 'done'
6915     
6916     Frequency display
6917     Re-load data on restart
6918     Auto re-connect to TBT at correct freq
6919     
6920     Signed-off-by: Keith Packard <keithp@keithp.com>
6921
6922 commit 18671803d078aa798b603c67b741c3ba4374f41d
6923 Author: Keith Packard <keithp@keithp.com>
6924 Date:   Sat Sep 6 00:14:26 2014 -0700
6925
6926     altosdroid: Add imperial unit support
6927     
6928     Provides a menu entry to switch units, changes all value displays to
6929     use the AltosLib units conversion code.
6930     
6931     Signed-off-by: Keith Packard <keithp@keithp.com>
6932
6933 commit 2b2ebd2fee46158abd1ae050cd6d1040ead849a0
6934 Author: Keith Packard <keithp@keithp.com>
6935 Date:   Fri Sep 5 23:10:07 2014 -0700
6936
6937     altosdroid: Update tab contents before switching
6938     
6939     Make sure the new tab contents are updated before switching tabs so
6940     that the user doesn't see old stuff.
6941     
6942     Signed-off-by: Keith Packard <keithp@keithp.com>
6943
6944 commit 08bbb1c3de73c9aaf920b11247eae544df6eac0c
6945 Author: Keith Packard <keithp@keithp.com>
6946 Date:   Fri Sep 5 22:06:21 2014 -0700
6947
6948     altosdroid: Ignore TelemetryService messages after service shutdown
6949     
6950     Messages may get delivered after the service has been shut down;
6951     ignore those.
6952     
6953     Signed-off-by: Keith Packard <keithp@keithp.com>
6954
6955 commit 101ac21f05a69bdeb07d423aa18017eca04fc47f
6956 Author: Keith Packard <keithp@keithp.com>
6957 Date:   Thu Sep 4 11:28:40 2014 -0700
6958
6959     altosdroid: add new TelemetryState.java
6960     
6961     Signed-off-by: Keith Packard <keithp@keithp.com>
6962
6963 commit 2b03aca995b0151d7e820775f6a9d4afec462633
6964 Author: Keith Packard <keithp@keithp.com>
6965 Date:   Wed Sep 3 22:59:09 2014 -0700
6966
6967     altosui: Don't mark altimeter dirty when opening pyro panel
6968     
6969     Skip setting the UI dirty when filling in the pyro firing time value.
6970     
6971     Signed-off-by: Keith Packard <keithp@keithp.com>
6972
6973 commit be38fb88d11bda1ba1caca38220773d3abcede19
6974 Author: Keith Packard <keithp@keithp.com>
6975 Date:   Wed Sep 3 22:58:22 2014 -0700
6976
6977     altos: Allow negative values for pyro configuration data
6978     
6979     All of the integer pyro configuration parameters may be negative, so
6980     parse that correctly.
6981     
6982     Signed-off-by: Keith Packard <keithp@keithp.com>
6983
6984 commit 3842735e303f0bf6f46ed8cb659c92d8bb9bd137
6985 Author: Keith Packard <keithp@keithp.com>
6986 Date:   Wed Sep 3 22:32:49 2014 -0700
6987
6988     altosdroid: Use single object to pass data to UI
6989     
6990     Instead of having separate messages for each piece of telemetry state,
6991     package the whole mess up in one object and send it for any
6992     change. This simplifies tracking within the UI by avoiding corner
6993     cases during reconnect.
6994     
6995     Signed-off-by: Keith Packard <keithp@keithp.com>
6996
6997 commit adc46e2f1346d98ef4f6c2351fef95fbc8ddf831
6998 Author: Keith Packard <keithp@keithp.com>
6999 Date:   Wed Sep 3 22:12:15 2014 -0700
7000
7001     altos/telefire: Add firing length to manual pad command
7002     
7003     This adds an optional length of time (in 1/10s of a second) to the
7004     ao_pad_manual function to enable testing of igniters without needing
7005     to use TeleLCO.
7006     
7007     Signed-off-by: Keith Packard <keithp@keithp.com>
7008
7009 commit b838a974d0dad43ff02060d8d913d9369eb20e96
7010 Author: Keith Packard <keithp@keithp.com>
7011 Date:   Mon Sep 1 18:25:00 2014 -0500
7012
7013     altosui: Fix 'pad' screen for TeleGPS
7014     
7015     Don't report pad position for TeleGPS
7016     
7017     Signed-off-by: Keith Packard <keithp@keithp.com>
7018
7019 commit 7735cee871d02215517cb9d91cd552f003ca6a50
7020 Author: Keith Packard <keithp@keithp.com>
7021 Date:   Mon Sep 1 18:23:42 2014 -0500
7022
7023     altoslib: Catch a couple null pointers in AltosConfigTD
7024     
7025     When messing with TD, I hit a couple of paths that could try to
7026     dereference null pointers. Check for those.
7027     
7028     Signed-off-by: Keith Packard <keithp@keithp.com>
7029
7030 commit 57f0ae384f3c206ea777dc7c93b594ae3901f354
7031 Author: Keith Packard <keithp@keithp.com>
7032 Date:   Mon Sep 1 18:21:49 2014 -0500
7033
7034     altoslib: Ignore extra AO_LOG_FLIGHT records from TeleGPS
7035     
7036     TeleGPS was inserting a spurious AO_LOG_FLIGHT record each time it
7037     turned on, which confused altoslib quite a bit.
7038     
7039     Signed-off-by: Keith Packard <keithp@keithp.com>
7040
7041 commit a4202b4180e77e2a39ca071d3b8b8256ff0fc7b5
7042 Author: Keith Packard <keithp@keithp.com>
7043 Date:   Mon Sep 1 18:12:29 2014 -0500
7044
7045     altos: Don't add AO_LOG_FLIGHT to existing GPS logs
7046     
7047     When appending to a TeleGPS log, don't stick another flight value into
7048     the log. That just confuses the ground station software.
7049     
7050     Signed-off-by: Keith Packard <keithp@keithp.com>
7051
7052 commit aa7dd289ee72f7a49a08ce0229c4e0e0404499d0
7053 Author: Keith Packard <keithp@keithp.com>
7054 Date:   Sun Aug 31 00:28:15 2014 -0500
7055
7056     altosdroid: reload previous log file at connect time
7057     
7058     Use the saved logfile to re-load the previous state at startup time.
7059     
7060     Signed-off-by: Keith Packard <keithp@keithp.com>
7061
7062 commit 00a3eace5ea885205270137f190538b010fd679f
7063 Author: Keith Packard <keithp@keithp.com>
7064 Date:   Sun Aug 31 00:27:54 2014 -0500
7065
7066     altosdroid: Add missing preferences backend file
7067     
7068     Signed-off-by: Keith Packard <keithp@keithp.com>
7069
7070 commit a5e348905a510bb2dcf6d7734f5681fb8338cd87
7071 Author: Keith Packard <keithp@keithp.com>
7072 Date:   Sun Aug 31 00:11:28 2014 -0500
7073
7074     altoslib: create logfiles preference object. check link in existing_data
7075     
7076     The logfiles preference hash wasn't getting created, resulting in
7077     crashes.
7078     
7079     When there was no link, don't try to load existing data.
7080     
7081     Signed-off-by: Keith Packard <keithp@keithp.com>
7082
7083 commit bc3fbcb35090be3856284ccf4d908ebf39d02bec
7084 Author: Keith Packard <keithp@keithp.com>
7085 Date:   Sun Aug 31 00:08:33 2014 -0500
7086
7087     altosdroid: Add quit. Restart. Show freq in title.
7088     
7089     Add a quit button to menu.
7090     When restarting, reconnect to previous device.
7091     When connecting, set the freq/rate to previous values.
7092     
7093     Signed-off-by: Keith Packard <keithp@keithp.com>
7094
7095 commit 0b70ea04e807c69a987d5976ab217f9f65fb1e09
7096 Author: Keith Packard <keithp@keithp.com>
7097 Date:   Fri Aug 29 22:33:36 2014 -0500
7098
7099     altosdroid: fixup fetching active device address
7100     
7101     Signed-off-by: Keith Packard <keithp@keithp.com>
7102
7103 commit 0014addf3356bad1eff76cffc396fb120308646c
7104 Author: Keith Packard <keithp@keithp.com>
7105 Date:   Fri Aug 29 22:08:43 2014 -0500
7106
7107     altoslib: TeleMega telemetry pyro voltages are uint8
7108     
7109     Using int8 means that voltages over about 6V are reported incorrectly.
7110     
7111     Signed-off-by: Keith Packard <keithp@keithp.com>
7112
7113 commit 810f9a4f79b0480973d84595140d3f8948ce26d9
7114 Author: Keith Packard <keithp@keithp.com>
7115 Date:   Fri Aug 29 15:22:43 2014 -0500
7116
7117     altosdroid: start restoring from log data on startup
7118     
7119     Remember which flight was last being received and reload that file
7120     
7121     Signed-off-by: Keith Packard <keithp@keithp.com>
7122
7123 commit 5872bd10df14b47de0e541bff16d9220af0558aa
7124 Author: Keith Packard <keithp@keithp.com>
7125 Date:   Fri Aug 29 15:12:38 2014 -0500
7126
7127     altos: Make sure pyro remains valid during delay
7128     
7129     Keep checking pyro status while waiting for delay to expire to make
7130     sure nothing changes. Disable pyro channel if something does.
7131     
7132     Signed-off-by: Keith Packard <keithp@keithp.com>
7133
7134 commit 54994d02a5ca5bb91512f31748a48a0140d3a640
7135 Author: Keith Packard <keithp@keithp.com>
7136 Date:   Thu Aug 28 19:52:30 2014 -0700
7137
7138     ao-bringup: Test EasyMega boards
7139
7140 commit 3c9cb4836edd4811fcdbb6ebbd25eb507a2ef5b1
7141 Author: Keith Packard <keithp@keithp.com>
7142 Date:   Mon Aug 18 10:57:26 2014 -0700
7143
7144     ao-bringup: Use ao-cal-accel instead of cal-accel in turnon scripts
7145     
7146     Signed-off-by: Keith Packard <keithp@keithp.com>
7147
7148 commit fac03ae9762f2af95b1ce5d99894173f9d9146f0
7149 Author: Keith Packard <keithp@keithp.com>
7150 Date:   Mon Aug 18 10:53:04 2014 -0700
7151
7152     Add ao-tools/ao-cal-accel
7153     
7154     This C version may be more reliable than the nickle version
7155     
7156     Signed-off-by: Keith Packard <keithp@keithp.com>
7157
7158 commit b357544dd64f5b0f209c6cc6cb4fa392a2c3e1fa
7159 Author: Bdale Garbee <bdale@gag.com>
7160 Date:   Mon Aug 18 11:25:32 2014 -0600
7161
7162     turn echo back on after accel cal in turnon_telemetrum so rest is easier
7163
7164 commit 44e389c31e5958c1a050fbe0dce5d7971a9d6a86
7165 Author: Keith Packard <keithp@keithp.com>
7166 Date:   Sun Aug 17 21:03:12 2014 -0700
7167
7168     altos: Add telerepeat-v1.0
7169     
7170     This uses TeleBT hardware to provide a telemetry repeater, receiving
7171     packets on one frequency and re-transmitting them on another.
7172     
7173     Signed-off-by: Keith Packard <keithp@keithp.com>
7174
7175 commit 5a51efd7f9b49ffadc91ccaf7a0d69566301c009
7176 Author: Keith Packard <keithp@keithp.com>
7177 Date:   Thu Jun 26 16:29:37 2014 -0700
7178
7179     altosui: Make Windows java test "smarter"
7180     
7181     Or at least have it try more options, and then finally ask the user
7182     before downloading and installing java
7183     
7184     Signed-off-by: Keith Packard <keithp@keithp.com>
7185
7186 commit bb7522acf040f41740ecd059e3d5d2480b652420
7187 Author: Keith Packard <keithp@keithp.com>
7188 Date:   Sun Aug 17 20:59:45 2014 -0700
7189
7190     telegps-v1.0: Provide one log and append to it
7191     
7192     Instead of creating per-flight logs, create a single log and append
7193     data to it each time TeleGPS is powered on. This avoids potentially
7194     running out of log space just because the device is powered off/on.
7195     
7196     Signed-off-by: Keith Packard <keithp@keithp.com>
7197
7198 commit 1530c24cc75cdf9ba87c7e153ff28bf7beb4384c
7199 Author: Keith Packard <keithp@keithp.com>
7200 Date:   Sun Aug 17 20:57:16 2014 -0700
7201
7202     cc1111: Wait for internal flash write to complete
7203     
7204     This ensures that we don't try to start another write too soon.
7205     
7206     Signed-off-by: Keith Packard <keithp@keithp.com>
7207
7208 commit 80e20b241359452028298567c76b2f644da5ad23
7209 Author: Keith Packard <keithp@keithp.com>
7210 Date:   Sun Aug 17 20:56:22 2014 -0700
7211
7212     Use -ldl when testing whether -m32 and -m64 builds work
7213     
7214     We only need -ldl, and not -lbluetooth now that libaltos uses dlopen
7215     on the bluetooth library
7216     
7217     Signed-off-by: Keith Packard <keithp@keithp.com>
7218
7219 commit 830f31fd6dc280e7a63ba689b7a48beff5c49072
7220 Author: Keith Packard <keithp@keithp.com>
7221 Date:   Sun Aug 17 20:55:34 2014 -0700
7222
7223     ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry
7224     
7225     Add state tracking so the telemetry sending code works.
7226     
7227     Signed-off-by: Keith Packard <keithp@keithp.com>
7228
7229 commit 629b29b2718c174be9c811f224d0acf73fba4aff
7230 Author: Keith Packard <keithp@keithp.com>
7231 Date:   Sun Aug 17 20:54:44 2014 -0700
7232
7233     altoslib: Remove some debug printfs
7234     
7235     Signed-off-by: Keith Packard <keithp@keithp.com>
7236
7237 commit ef1dd370564b99da033109f2fb5f7bf29711a13f
7238 Author: Keith Packard <keithp@keithp.com>
7239 Date:   Sun Aug 17 20:53:31 2014 -0700
7240
7241     altoslib: Improve performance of AltosLib.hexbytes
7242     
7243     On an android device, this function was spending quite a bit of time
7244     calling hexbyte. Open code the conversion to improve performance.
7245     
7246     Signed-off-by: Keith Packard <keithp@keithp.com>
7247
7248 commit ee9f68ec877e3e5a67179f8c8abafbccc80eb804
7249 Author: Keith Packard <keithp@keithp.com>
7250 Date:   Sun Aug 17 20:51:36 2014 -0700
7251
7252     altoslib: Close serial port when AltosFlash fails to detect a target
7253     
7254     AltosDebug.check_connection raises an exception when the link fails,
7255     but the AltosFlash constructor didn't close the serial port in this
7256     case, causing the serial port to appear to be busy.
7257     
7258     Signed-off-by: Keith Packard <keithp@keithp.com>
7259
7260 commit 76fd424e4624cb376ac2cf84b01b77599756680a
7261 Author: Keith Packard <keithp@keithp.com>
7262 Date:   Sun Aug 17 20:50:38 2014 -0700
7263
7264     altoslib: Handle link timeout in AltosDebug.read_memory
7265     
7266     link.get_reply returns null on a link error; don't crash in
7267     read_memory when this happens.
7268     
7269     Signed-off-by: Keith Packard <keithp@keithp.com>
7270
7271 commit 935f769fee351545622e223a283fca64608ca410
7272 Author: Keith Packard <keithp@keithp.com>
7273 Date:   Sun Aug 17 20:49:27 2014 -0700
7274
7275     altoslib: Parse 'Log fixed:' configuration value
7276     
7277     TeleGPS holds a single flight record and constantly appends data to it
7278     instead of having separate flight records on the board. It reports
7279     'Log fixed: 1' to let AltosLib know that the size of the per-flight
7280     log is not configurable.
7281     
7282     Signed-off-by: Keith Packard <keithp@keithp.com>
7283
7284 commit 59dfe661fcb504f390d9726378c676f2b5b005f3
7285 Author: Keith Packard <keithp@keithp.com>
7286 Date:   Sun Aug 17 20:48:23 2014 -0700
7287
7288     altosdroid: Skip updating hidden UI elements
7289     
7290     Instead of updating everything in the UI, only update the visible UI
7291     elements to save a bunch of computation.
7292     
7293     Signed-off-by: Keith Packard <keithp@keithp.com>
7294
7295 commit b1f1844aa514893228080704da3b3ccf855bda1e
7296 Author: Keith Packard <keithp@keithp.com>
7297 Date:   Sun Aug 17 20:46:48 2014 -0700
7298
7299     altosdroid: Add telemetry rate support
7300     
7301     Provides a menu to select the receiver telemetry bit rate
7302     
7303     Signed-off-by: Keith Packard <keithp@keithp.com>
7304
7305 commit e935ebe55705cb0506aac0859583d54fd8e5ca46
7306 Author: Keith Packard <keithp@keithp.com>
7307 Date:   Thu Aug 14 19:03:29 2014 -0700
7308
7309     altos: Report additional pyro channels via beeper
7310     
7311     Send a beep for each additional pyro channel, low for no igniter, mid
7312     for igniter. Does not change the reporting for the apogee/main channels.
7313     
7314     Signed-off-by: Keith Packard <keithp@keithp.com>
7315
7316 commit c4dd29fcbbb93e991993a0aa444748dba4ee7dde
7317 Author: Keith Packard <keithp@keithp.com>
7318 Date:   Tue Jul 22 14:18:06 2014 -0700
7319
7320     altos: Document which TeleFire alarm pins are which
7321     
7322     Signed-off-by: Keith Packard <keithp@keithp.com>
7323
7324 commit d8e2b661e895fc59ded002a02191dcccce75f548
7325 Author: Keith Packard <keithp@keithp.com>
7326 Date:   Sat Jul 19 22:35:30 2014 -0700
7327
7328     altos: Have MicroKite just start recording at startup
7329     
7330     This avoids having MicroKite try to detect boost and has it just start
7331     recording data immediately.
7332     
7333     Signed-off-by: Keith Packard <keithp@keithp.com>
7334
7335 commit 59976c44d1b6ee6505cfa4efd9a26ec4302f6c33
7336 Author: Bdale Garbee <bdale@gag.com>
7337 Date:   Thu Aug 14 18:16:14 2014 -0600
7338
7339     change easymega from v0.1 to v1.0, tweak to build on master, add to Makefile
7340
7341 commit 4828be0ca5252ac9cd6061209385dcd6c4c57965
7342 Merge: 17e894d 165b7dc
7343 Author: Bdale Garbee <bdale@gag.com>
7344 Date:   Thu Aug 14 17:08:36 2014 -0600
7345
7346     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
7347
7348 commit 165b7dcf6fba90b15ff32b891cba4b9111c1965b
7349 Author: Keith Packard <keithp@keithp.com>
7350 Date:   Wed Jul 16 17:13:25 2014 -0700
7351
7352     altoslib: Handle TeleGPS files for KML export
7353     
7354     TeleGPS files had state values that couldn't be converted to colors,
7355     which resulted in a truncated file that wasn't much use for anything.
7356     
7357     Signed-off-by: Keith Packard <keithp@keithp.com>
7358
7359 commit 17e894d1b65231d07df009bc4e8ca92864ccf790
7360 Author: Bdale Garbee <bdale@gag.com>
7361 Date:   Tue Jul 15 23:15:50 2014 -0600
7362
7363     update turnon tools
7364
7365 commit ec7ceb607f5ba7e1ed5cfd32b7a452a5f364b095
7366 Author: Keith Packard <keithp@keithp.com>
7367 Date:   Tue Jul 15 00:44:14 2014 -0700
7368
7369     linux-fat: Fix up fat linux install icons, mime types and .desktop files
7370     
7371     use the standard xdg utilities to install mime type and .desktop
7372     files. The standard xdg icon installer doesn't handle svg icons, so we
7373     have to do those manually.
7374     
7375     With this patch, xfce, gnome3 and kde4 all place the applications in
7376     user-visible menus, display correct file icons and launch correct
7377     applications for our file types.
7378     
7379     Signed-off-by: Keith Packard <keithp@keithp.com>
7380
7381 commit fb914d37018a585a879161483609d3c0be556d1e
7382 Author: Keith Packard <keithp@keithp.com>
7383 Date:   Mon Jul 14 02:32:03 2014 -0700
7384
7385     altosuilib: Fix minor scan UI nits
7386     
7387     Wasn't computing geometry correctly and overlapped the 2400 baud entry
7388     with the list of scan results.
7389     
7390     Was not saving the telemetry rate/telemetry style when switching to
7391     monitor mode, which caused the new monitor to come up with the wrong values.
7392     
7393     Signed-off-by: Keith Packard <keithp@keithp.com>
7394
7395 commit 54b58e925e27e87bf2903678f87b7544ee2e8167
7396 Author: Keith Packard <keithp@keithp.com>
7397 Date:   Mon Jul 14 00:46:41 2014 -0700
7398
7399     Set version to 1.4.9.2
7400
7401 commit 9e9151c3b4bb9ce329e1b44440a7aceb9f39b9a0
7402 Author: Keith Packard <keithp@keithp.com>
7403 Date:   Mon Jul 14 00:45:13 2014 -0700
7404
7405     altoslib: Parse eeprom 'altitude-32' fields
7406     
7407     This lets us tell if the altimeter supports 32-bit GPS altitudes in
7408     the eeprom log.
7409     
7410     Signed-off-by: Keith Packard <keithp@keithp.com>
7411
7412 commit 0fd867f504dd7df62e95da98ded511bb7b9e4c66
7413 Author: Keith Packard <keithp@keithp.com>
7414 Date:   Sun Jul 13 20:44:39 2014 -0700
7415
7416     altos/test: Build TeleMetrumV2 flight test variant
7417     
7418     Parses TeleMetrumV2 eeprom files and runs the TeleMetrumV2 flight code.
7419     
7420     Signed-off-by: Keith Packard <keithp@keithp.com>
7421
7422 commit 50aec54bdc35962145eff9b465f9cd7b3d9fea0b
7423 Author: Keith Packard <keithp@keithp.com>
7424 Date:   Sun Jul 13 20:43:27 2014 -0700
7425
7426     altos: Make ao_gps_print deal with telem containing 32-bit altitude values
7427     
7428     ao_gps_print is used with new telem packets from a few places; use
7429     AO_TELEMETRY_LOCATION_ALTITUDE when necessary.
7430     
7431     Signed-off-by: Keith Packard <keithp@keithp.com>
7432
7433 commit 6c3d09bf40f2af6e8722f33a70b41e5d94ceaf9f
7434 Author: Keith Packard <keithp@keithp.com>
7435 Date:   Sun Jul 13 20:42:41 2014 -0700
7436
7437     altos: Interrupt radio receive when changing data rate
7438     
7439     This aborts any pending radio receive when changing the data rate so
7440     that the radio can be reprogrammed to receive at the correct rate.
7441     
7442     Signed-off-by: Keith Packard <keithp@keithp.com>
7443
7444 commit 5d1adc6775a66633661af747bc4176e06f97630f
7445 Author: Keith Packard <keithp@keithp.com>
7446 Date:   Sun Jul 13 20:41:36 2014 -0700
7447
7448     ao-tools: Add a few GPS telem/eeprom constants
7449     
7450     These make it possible to encode/decode GPS data from telemetry and
7451     eeprom files
7452     
7453     Signed-off-by: Keith Packard <keithp@keithp.com>
7454
7455 commit 6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f
7456 Author: Keith Packard <keithp@keithp.com>
7457 Date:   Sun Jul 13 20:40:40 2014 -0700
7458
7459     ao-tools: Provide altitude to temperature conversion function
7460     
7461     This takes altitude and computes the 'normal' temperature for
7462     that.
7463     
7464     Signed-off-by: Keith Packard <keithp@keithp.com>
7465
7466 commit e447e1e5c90d3fc1be9c5a1c966c7c688a87ba18
7467 Author: Keith Packard <keithp@keithp.com>
7468 Date:   Sun Jul 13 11:06:29 2014 -0700
7469
7470     ao-tools: Add TMv2 and Tgps log formats to cc.h
7471     
7472     Signed-off-by: Keith Packard <keithp@keithp.com>
7473
7474 commit a60ba449ec237ad3b8dade9dcea603b349dbccb1
7475 Author: Keith Packard <keithp@keithp.com>
7476 Date:   Sat Jul 12 23:52:05 2014 -0700
7477
7478     altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software
7479     
7480     This lets us set the rate to a lower value to improve range. 9600 baud
7481     works great; 2400 baud makes the initial search take a long time.
7482     
7483     Signed-off-by: Keith Packard <keithp@keithp.com>
7484
7485 commit fa155693282746861b227afd6cbccc83dfd1bbed
7486 Author: Keith Packard <keithp@keithp.com>
7487 Date:   Thu Jul 10 21:27:30 2014 -0700
7488
7489     telegps: Missing function in TeleGPSConfigUI
7490     
7491     set_altitude_32 was added to the abstract class but not here.
7492     
7493     Signed-off-by: Keith Packard <keithp@keithp.com>
7494
7495 commit 405626971b47d4d4031312232bf13ad3d4bace7f
7496 Author: Keith Packard <keithp@keithp.com>
7497 Date:   Thu Jul 10 21:13:49 2014 -0700
7498
7499     libaltos: typo in libaltos broke the build
7500     
7501     When converting this to use dlopen, I mis-typed the name hci_read_remote_name
7502     
7503     Signed-off-by: Keith Packard <keithp@keithp.com>
7504
7505 commit 5f5b03879d9daa68a56498b45ae87a804cb1926b
7506 Author: Keith Packard <keithp@keithp.com>
7507 Date:   Thu Jul 10 18:43:31 2014 -0700
7508
7509     altosui: Don't show bluetooth UI bits on mac/windows
7510     
7511     This just confuses people into thinking that bluetooth is supported on
7512     those machines.
7513     
7514     Signed-off-by: Keith Packard <keithp@keithp.com>
7515
7516 commit aac3fdce54233993c91d326df3732a7c448ac54a
7517 Author: Keith Packard <keithp@keithp.com>
7518 Date:   Thu Jul 10 18:42:37 2014 -0700
7519
7520     libaltos: Bind to libbluetooth at runtime on demand
7521     
7522     This lets us reliably start and run without libbluetooth present.
7523     
7524     Signed-off-by: Keith Packard <keithp@keithp.com>
7525
7526 commit 59702e5ff8d0522b0aa9dcca863309eaafbcda09
7527 Author: Keith Packard <keithp@keithp.com>
7528 Date:   Thu Jul 10 17:27:43 2014 -0700
7529
7530     altoslib: Extend telemetry heights from 16 to 32 bits
7531     
7532     Uses the GPS data and/or previous kalman data to compute the upper 16
7533     bits of the truncated telemetry altitude value.
7534     
7535     Signed-off-by: Keith Packard <keithp@keithp.com>
7536
7537 commit 6dc58c63d202e918f16d5fbe9b188d422edcdd9c
7538 Author: Keith Packard <keithp@keithp.com>
7539 Date:   Thu Jul 10 17:26:19 2014 -0700
7540
7541     altosui: Fix the 'Graph' button on the landed tab
7542     
7543     It hasn't been getting enabled since the state tabs were rewritten.
7544     
7545     Signed-off-by: Keith Packard <keithp@keithp.com>
7546
7547 commit 013e9ccfbe76dc46e8c69ea314950bed83d9a39f
7548 Author: Keith Packard <keithp@keithp.com>
7549 Date:   Thu Jul 10 17:18:38 2014 -0700
7550
7551     altos: Use 32-bits for flight state data (alt/speed/accel)
7552     
7553     Stores 32-bits for all of the flight parameters. Uses 64-bit
7554     intermediates for kalman computation.
7555     
7556     Signed-off-by: Keith Packard <keithp@keithp.com>
7557
7558 commit 31ae24b5da3e198e7555ea3768d3cbdec3a28a5f
7559 Author: Keith Packard <keithp@keithp.com>
7560 Date:   Thu Jul 10 17:15:09 2014 -0700
7561
7562     altos: Record pdop value in TeleMetrumV2 log
7563     
7564     There's only one byte free, so we'll record the pdop value
7565     
7566     Signed-off-by: Keith Packard <keithp@keithp.com>
7567
7568 commit 47e62bb26984f6c84660c1d0451f77c2d6ad7e5a
7569 Author: Keith Packard <keithp@keithp.com>
7570 Date:   Thu Jul 10 17:13:09 2014 -0700
7571
7572     altos: Scale DOP values by 10 in GPS drivers
7573     
7574     sky traq was scaling by 5, ublox was scaling by 100.
7575     
7576     Signed-off-by: Keith Packard <keithp@keithp.com>
7577
7578 commit ed2a08c50d6b8ebcc8c1d2f15e73c1f2a1e25041
7579 Author: Keith Packard <keithp@keithp.com>
7580 Date:   Thu Jul 10 17:10:49 2014 -0700
7581
7582     altoslib: Handle wide GPS altitude values in eeprom and telemetry
7583     
7584     Detect when the wider data is present and handle it correctly
7585     
7586     Signed-off-by: Keith Packard <keithp@keithp.com>
7587
7588 commit 34d5be68ca23e8beb05db9a480faef63ecc911d0
7589 Author: Keith Packard <keithp@keithp.com>
7590 Date:   Thu Jul 10 17:07:48 2014 -0700
7591
7592     altos: Extend GPS altitudes to at least 24 bits everywhere
7593     
7594     Telemetry gets a special 'mode' flag indicating that 24-bit data is
7595     present; log files get new data and log readers are expected to detect
7596     that via the firmware version number.
7597     
7598     Signed-off-by: Keith Packard <keithp@keithp.com>
7599
7600 commit 0d044af0c5025a63026d05adcab68f265f179668
7601 Author: Keith Packard <keithp@keithp.com>
7602 Date:   Thu Jul 10 16:19:52 2014 -0700
7603
7604     altosuilib: Allow for unitless axes in graphs
7605     
7606     DOP values have no units.
7607     
7608     Signed-off-by: Keith Packard <keithp@keithp.com>
7609
7610 commit a2f44fa867b17a0f1c1ee9aa9b99ecaa102a361b
7611 Author: Keith Packard <keithp@keithp.com>
7612 Date:   Thu Jul 10 16:19:34 2014 -0700
7613
7614     altosuilib: Add GPS DOP values to info table
7615     
7616     Signed-off-by: Keith Packard <keithp@keithp.com>
7617
7618 commit 61cbad00b68d9f4f2fed7b76132433e263966952
7619 Author: Keith Packard <keithp@keithp.com>
7620 Date:   Thu Jul 10 16:19:17 2014 -0700
7621
7622     altosuilib: Add GPS DOP values to graph
7623     
7624     Signed-off-by: Keith Packard <keithp@keithp.com>
7625
7626 commit 9dafabd77676e08da4067cd405b6f03bf8d8ff85
7627 Author: Keith Packard <keithp@keithp.com>
7628 Date:   Thu Jul 10 16:17:56 2014 -0700
7629
7630     altoslib: Ensure CSV output is consistent
7631     
7632     Scan entire flight to figure out which columns to include before
7633     outputing header or data. Limit data output to values which are valid.
7634     
7635     Signed-off-by: Keith Packard <keithp@keithp.com>
7636
7637 commit b8fa4e9a077e8e04b922d0c434c139ad0a57ee66
7638 Author: Keith Packard <keithp@keithp.com>
7639 Date:   Thu Jul 10 16:15:52 2014 -0700
7640
7641     altoslib: Clean up GPS DOP support in AltosState
7642     
7643     Parse out hdop/pdop/vdop from telem and eeprom. Deal with legacy
7644     eeprom files that have dop/100 instead of dop/10 values.
7645     
7646     Clear state DOP values to MISSING at startup
7647     
7648     Signed-off-by: Keith Packard <keithp@keithp.com>
7649
7650 commit 6f2a4c610dfacbf500650db0eeeca6623bb49c5c
7651 Author: Keith Packard <keithp@keithp.com>
7652 Date:   Thu Jul 10 00:26:55 2014 -0700
7653
7654     micropeak/altosui/telegps: Fix icon file names
7655     
7656     The icon file names are now structured to have an organization name
7657     and application name component. This should avoid collisions with
7658     other packages when the icon files are installed in a shared
7659     directory, as on Linux. Within the Java .jar file, the new names need
7660     to be correctly referenced or we won't find them.
7661     
7662     Signed-off-by: Keith Packard <keithp@keithp.com>
7663
7664 commit 1684291ba9a4f3bc2828e7b079ac27efcba6a163
7665 Author: Keith Packard <keithp@keithp.com>
7666 Date:   Tue Jul 8 23:47:09 2014 -0700
7667
7668     altos/telemini-v2.0: Enable beep config and radio rate config
7669     
7670     use the smaller pa to altitude table to make room for the new code
7671     
7672     Signed-off-by: Keith Packard <keithp@keithp.com>
7673
7674 commit d926ccfbd4596eb3f981d2fcf8f6fc6ccc427db6
7675 Author: Keith Packard <keithp@keithp.com>
7676 Date:   Tue Jul 8 23:46:24 2014 -0700
7677
7678     altos: Add smaller pa to altitude table for TeleMini
7679     
7680     TeleMini doesn't have space for the larger table, and the smaller one
7681     isn't that much less accurate at lower altitudes.
7682     
7683     Signed-off-by: Keith Packard <keithp@keithp.com>
7684
7685 commit 1a55cbe1923280f7009c13d5eb5b2ccac89219c2
7686 Author: Keith Packard <keithp@keithp.com>
7687 Date:   Tue Jul 8 23:45:10 2014 -0700
7688
7689     altos/telemini-v2.0: Add memory decorations to new telemetry variables
7690     
7691     This lets TeleMini-v2.0 compile.
7692     
7693     Signed-off-by: Keith Packard <keithp@keithp.com>
7694
7695 commit 95f3a2825377bdb6737446df051c069d58f42d08
7696 Author: Keith Packard <keithp@keithp.com>
7697 Date:   Tue Jul 8 23:43:31 2014 -0700
7698
7699     altosui: Hide inactive altimeter configuration entries
7700     
7701     Instead of disabling them, just hide them so that entries that do not
7702     apply to a particular device won't get shown at all.
7703     
7704     Signed-off-by: Keith Packard <keithp@keithp.com>
7705
7706 commit 78db9e350db104da87e0fe4b72aa41bf6cf45e1d
7707 Author: Keith Packard <keithp@keithp.com>
7708 Date:   Sun Jul 6 20:10:21 2014 -0700
7709
7710     Bump version to 1.4.9.1 -- on the way to 1.5
7711
7712 commit d1527a5457210eb914312cf8857bfb88982a8462
7713 Author: Keith Packard <keithp@keithp.com>
7714 Date:   Sun Jul 6 12:35:13 2014 -0700
7715
7716     Add support for the "kite" micropeak variant
7717     
7718     This uses a 100m 'launch detect' altitude and logs data every 19.2s
7719     instead of every .192s.
7720     
7721     Signed-off-by: Keith Packard <keithp@keithp.com>
7722
7723 commit f02cc3eec53e9d703837dad55ec2e6625b192588
7724 Author: Keith Packard <keithp@keithp.com>
7725 Date:   Sat Jul 5 00:16:57 2014 -0700
7726
7727     telegps: Support variable telemetry rate
7728     
7729     Add combo box to monitoring window and device configuration.
7730     
7731     Signed-off-by: Keith Packard <keithp@keithp.com>
7732
7733 commit efb86669b5a74f244e2218f3385db633c36208af
7734 Author: Keith Packard <keithp@keithp.com>
7735 Date:   Fri Jul 4 23:41:16 2014 -0700
7736
7737     altosui: Support telemetry data rates
7738     
7739     Add combo box to flight UI and flight hardware configuration UIs
7740     Add telemetry rate to the TD/TBT config dialog
7741     
7742     Signed-off-by: Keith Packard <keithp@keithp.com>
7743
7744 commit 9557a24b02911a93d74ee29ce359e40266cb4fed
7745 Author: Keith Packard <keithp@keithp.com>
7746 Date:   Fri Jul 4 23:57:42 2014 -0700
7747
7748     altosuilib: Add telemetry rate to Scan UI
7749     
7750     Let the user scan for multiple data rates as well as telemetry formats
7751     and frequencies
7752     
7753     Signed-off-by: Keith Packard <keithp@keithp.com>
7754
7755 commit 55e6558fa7cb23fb1363a86c83fbd6abf67ea324
7756 Author: Keith Packard <keithp@keithp.com>
7757 Date:   Wed Jul 2 22:48:13 2014 -0700
7758
7759     altoslib: Support multiple telemetry rates
7760     
7761     Altos now supports 2400 and 9600 baud in addition to the classic 38400
7762     baud rate. Add support to altoslib for these as well
7763     
7764     Signed-off-by: Keith Packard <keithp@keithp.com>
7765
7766 commit 292cb8380b478542555b5f370e8252eafa2f74ac
7767 Author: Keith Packard <keithp@keithp.com>
7768 Date:   Sat Jul 5 00:04:06 2014 -0700
7769
7770     altos: Rework packet receive for cc1120
7771     
7772     Instead of blocking on PQT, just set up the receiver to start going
7773     and when the first bit interrupt comes in, grab the SPI bus if
7774     possible and configure it for reception. This improves sensitivity in
7775     the radio by a significant amount while making the code conceptually a
7776     bit nicer.
7777     
7778     Signed-off-by: Keith Packard <keithp@keithp.com>
7779
7780 commit e0ee2ac6bc68b73e13bf34fac3ffd4a3b79dce98
7781 Author: Keith Packard <keithp@keithp.com>
7782 Date:   Wed Jul 2 22:34:48 2014 -0700
7783
7784     altos: Add telemetry rate support to CC1120 driver
7785     
7786     This supports the new 2400 and 9600 baud rates
7787     
7788     Signed-off-by: Keith Packard <keithp@keithp.com>
7789
7790 commit 91461251f3aa8e1b37a3456f8fb94ab16bc0bec2
7791 Author: Keith Packard <keithp@keithp.com>
7792 Date:   Fri Jul 4 23:42:30 2014 -0700
7793
7794     altos: Packet reception tuning for cc1120 driver
7795     
7796     This adjusts the cc1120 receive parameters to increase sensitivity at
7797     the expense of reporting many more invalid packets to the UI.
7798     
7799     Signed-off-by: Keith Packard <keithp@keithp.com>
7800
7801 commit 8935e29e5aa9c01cd00b275a35dd7b99c00980c3
7802 Author: Keith Packard <keithp@keithp.com>
7803 Date:   Wed Jul 2 22:41:20 2014 -0700
7804
7805     altos: Add 2400 and 9600 baud telemetry support to cc115l driver
7806     
7807     Signed-off-by: Keith Packard <keithp@keithp.com>
7808
7809 commit aba1703a1cff3da001d64bf2d15a591816e3350e
7810 Author: Keith Packard <keithp@keithp.com>
7811 Date:   Wed Jul 2 22:31:59 2014 -0700
7812
7813     altos/cc1111: Add 2400 and 9600 baud telemetry rate support
7814     
7815     Signed-off-by: Keith Packard <keithp@keithp.com>
7816
7817 commit c20ddde2f9eb0ad8dbb982e9d0cbe91639160a34
7818 Author: Keith Packard <keithp@keithp.com>
7819 Date:   Wed Jul 2 22:30:23 2014 -0700
7820
7821     altos/cc1111: Adjust receive parameters to improve sensitivity
7822     
7823     This removes the packet quality test and carrier sense tests when
7824     deciding whether to start decoding a packet. This lets more bad
7825     packets through, but the CRC check catches those and now we're
7826     regularly receiving packets down to -110 or even -112 dBm. Before this
7827     change, we'd rarely see packets as low as -105dBm
7828     
7829     Signed-off-by: Keith Packard <keithp@keithp.com>
7830
7831 commit ea5887027e7a39da2b7d84a142d74950b7a24703
7832 Author: Keith Packard <keithp@keithp.com>
7833 Date:   Sat Jul 5 00:09:25 2014 -0700
7834
7835     altos: Call ao_telemetry_reset_interval when telemetry rate changes
7836     
7837     This lets the radio code adjust the telemetry packet sending pattern
7838     when the data rate changes.
7839     
7840     Signed-off-by: Keith Packard <keithp@keithp.com>
7841
7842 commit 214a38eb2b084baec526aa42016eddb954038639
7843 Author: Keith Packard <keithp@keithp.com>
7844 Date:   Wed Jul 2 22:44:07 2014 -0700
7845
7846     altos: Add config support for 2400 and 9600 baud telemetry rates
7847     
7848     Signed-off-by: Keith Packard <keithp@keithp.com>
7849
7850 commit 0605b5a1cdff5cfd71fc9ef3161a62d74a1124b4
7851 Author: Keith Packard <keithp@keithp.com>
7852 Date:   Wed Jul 2 22:42:10 2014 -0700
7853
7854     altos: Add defines for 2400 and 9600 baud telemetry rates
7855     
7856     Signed-off-by: Keith Packard <keithp@keithp.com>
7857
7858 commit f8567a7be7ccd5dcc57ab65e63efe45e62008127
7859 Author: Keith Packard <keithp@keithp.com>
7860 Date:   Fri Jul 4 23:26:57 2014 -0700
7861
7862     altos: Reduce configuration data telemetry to once per 5 seconds
7863     
7864     This data is constant, so we don't need to send it very often. Once
7865     every five seconds should be plenty.
7866     
7867     Signed-off-by: Keith Packard <keithp@keithp.com>
7868
7869 commit 657d455a2fad36193e6b3a7037d9ba7f09ae1168
7870 Author: Keith Packard <keithp@keithp.com>
7871 Date:   Wed Jul 2 22:46:07 2014 -0700
7872
7873     altos: Use TeleMetrum v1.9 board for MegaDongle experiments
7874     
7875     This configures the MegaDongle v0.1 directory to use the pin
7876     assignments in TeleMetrum v1.9 boards.
7877     
7878     Signed-off-by: Keith Packard <keithp@keithp.com>
7879
7880 commit 48508479b0f6f8d6e73db1cae8ee8acdaba022d8
7881 Author: Keith Packard <keithp@keithp.com>
7882 Date:   Wed Jul 2 22:45:01 2014 -0700
7883
7884     altos: Stop sticking cc1111 firmware in src directory
7885     
7886     This just clutters src.
7887     
7888     Signed-off-by: Keith Packard <keithp@keithp.com>
7889
7890 commit 500353ec83af0da7fce3d67f2707f4725b1f50ba
7891 Author: Keith Packard <keithp@keithp.com>
7892 Date:   Wed Jul 2 22:42:43 2014 -0700
7893
7894     altos: ao_rssi subsystem needs to use AO_LED_TYPE instead of uint8_t
7895     
7896     Signed-off-by: Keith Packard <keithp@keithp.com>
7897
7898 commit cb15cb8db5ef570b57f89d4e58734554542f99ff
7899 Author: Keith Packard <keithp@keithp.com>
7900 Date:   Fri Jul 4 23:22:20 2014 -0700
7901
7902     altosuilib: Remove debug printfs from map cache
7903     
7904     Just annoying
7905     
7906     Signed-off-by: Keith Packard <keithp@keithp.com>
7907
7908 commit 2e99ff2c99f5d4a2fa196507e794c690665ab39e
7909 Author: Keith Packard <keithp@keithp.com>
7910 Date:   Fri Jul 4 23:20:51 2014 -0700
7911
7912     altoslib: Preserve receiver_serial across state reset for new transmitter
7913     
7914     When the transmitter serial or flight number changes, we re-init the
7915     state information, but we want to preserve the receiver serial number
7916     so that the log file has that in the name
7917     
7918     Signed-off-by: Keith Packard <keithp@keithp.com>
7919
7920 commit d6e64790287d684cb9b70c67fa270825932cc020
7921 Author: Keith Packard <keithp@keithp.com>
7922 Date:   Wed Jun 25 13:50:54 2014 -0700
7923
7924     altoslib: Disable telemetry while getting config data
7925     
7926     We're seeing some log files created without a suitable -via- number
7927     included. My hypothesis is that incoming telemetry is getting
7928     interleaved with the configuration data containing the serial
7929     number. This change simply disables telemetry while retrieving the
7930     configuration data to try and keep that from happening.
7931     
7932     Signed-off-by: Keith Packard <keithp@keithp.com>
7933
7934 commit 98c3c3f7edd58358939f7dacf5b8f4c336712f5b
7935 Author: Keith Packard <keithp@keithp.com>
7936 Date:   Fri Jul 4 23:38:53 2014 -0700
7937
7938     altosui/telegps: Undo the frequency/telemetry menu changes
7939     
7940     Using menus for these items isn't what we want; we want to show the
7941     current value on the screen, which is what a combo box is for. Switch
7942     back to those and remove the frequency and telemetry config from the
7943     TeleGPS menu bar so that Mac OS X is happy.
7944     
7945     Signed-off-by: Keith Packard <keithp@keithp.com>
7946
7947 commit 505c6a1f8b8d68fe6f74dcb4428c860157fae3de
7948 Author: Bdale Garbee <bdale@gag.com>
7949 Date:   Wed Jun 25 13:37:56 2014 -0600
7950
7951     note need to push the updated repo with production binaries during release
7952
7953 commit 75db560e2c9fbb2889db507acc93e889bf15bc2a
7954 Author: Bdale Garbee <bdale@gag.com>
7955 Date:   Tue Jun 24 22:43:04 2014 -0600
7956
7957     Windows sucks, hard .. make sure filenames are legal in .mdwn files
7958
7959 commit 61ca8493566d5ea0da379970ab94f80a462dd368
7960 Author: Bdale Garbee <bdale@gag.com>
7961 Date:   Tue Jun 24 22:35:43 2014 -0600
7962
7963     update Releasing file based on learnings from 1.4.1 release
7964
7965 commit 424112349d54bb6360403683f8012b83f49220be
7966 Author: Keith Packard <keithp@keithp.com>
7967 Date:   Tue Jun 24 20:57:29 2014 -0700
7968
7969     telegps: Disable tracker config when not available
7970     
7971     Tracker motion and interval were both left enabled even when the
7972     device being configured didn't support them. Disable them like other
7973     elements.
7974     
7975     Signed-off-by: Keith Packard <keithp@keithp.com>
7976
7977 commit 7427f8bac7b3743ce0ab990612bf7168b95e22f9
7978 Author: Keith Packard <keithp@keithp.com>
7979 Date:   Tue Jun 24 20:52:34 2014 -0700
7980
7981     altosui: Don't show the tracker motion value when switching units
7982     
7983     The tracker value was left enabled when hidden; the logic for deciding
7984     whether to update it with new information used only the enabled state,
7985     not the visible state. Set both states when hiding it to keep things
7986     more consistent
7987     
7988     Signed-off-by: Keith Packard <keithp@keithp.com>
7989
7990 commit 6cb5955ab5aa3b42a507c4a02812cb5569b8562b
7991 Author: Keith Packard <keithp@keithp.com>
7992 Date:   Fri Jun 20 11:56:58 2014 -0700
7993
7994     Add note about including Google maps API key
7995     
7996     Signed-off-by: Keith Packard <keithp@keithp.com>
7997
7998 commit f95b0e03c75d09e8ff4dbf9083cd3c8a30fdc4e6
7999 Author: Keith Packard <keithp@keithp.com>
8000 Date:   Fri Jun 20 11:51:11 2014 -0700
8001
8002     Add 1.4.1 release notes
8003     
8004     Signed-off-by: Keith Packard <keithp@keithp.com>
8005
8006 commit b2c5f7d10265794a5778546f2e3eca7d763eab56
8007 Author: Keith Packard <keithp@keithp.com>
8008 Date:   Tue Jun 24 20:31:50 2014 -0700
8009
8010     Clean all .desktop files, ignore them too
8011     
8012     All .desktop files are built from .desktop.in files, so just remove
8013     all of them in make clean, and ignore all of them in .gitignore.
8014     This makes the rename less painful.
8015     
8016     Signed-off-by: Keith Packard <keithp@keithp.com>
8017
8018 commit d1065424d144b8dab949db7e57140ffdf244bd48
8019 Author: Bdale Garbee <bdale@gag.com>
8020 Date:   Tue Jun 24 21:22:26 2014 -0600
8021
8022     need the api key in Bdale's root too
8023
8024 commit bd440afc2a6e37b74fffcf1b977e149485095316
8025 Merge: 5d4f912 a0ccab8
8026 Author: Bdale Garbee <bdale@gag.com>
8027 Date:   Tue Jun 24 21:17:53 2014 -0600
8028
8029     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
8030
8031 commit a0ccab8e4235934538a03f8be3b37aa1bbd6b144
8032 Author: Keith Packard <keithp@keithp.com>
8033 Date:   Tue Jun 24 20:15:38 2014 -0700
8034
8035     altosuilib: Mark 'Configure AltosUI' window with maps key status
8036     
8037     This lets us check a build to make sure it has a maps key
8038     
8039     Signed-off-by: Keith Packard <keithp@keithp.com>
8040
8041 commit 5d4f912bcc6784f975c82f7b0ed8dc360e60aae8
8042 Author: Bdale Garbee <bdale@gag.com>
8043 Date:   Tue Jun 24 21:12:59 2014 -0600
8044
8045     make sure to use Google Maps API key for official builds
8046
8047 commit 048ce00ea0d1d2744552942559aa1da2431ab954
8048 Author: Keith Packard <keithp@keithp.com>
8049 Date:   Tue Jun 24 18:26:04 2014 -0700
8050
8051     icon: Generate altusmetrum.xpm and install it
8052     
8053     This is for the debian menu, still a required part of a debian package.
8054     
8055     Signed-off-by: Keith Packard <keithp@keithp.com>
8056
8057 commit dbff6dd42f8b6fb90c8d3f07bde48a6be0bfddf0
8058 Author: Keith Packard <keithp@keithp.com>
8059 Date:   Tue Jun 24 18:25:31 2014 -0700
8060
8061     altosuilib: Outline map lines and distance value with white
8062     
8063     This makes the value and line visible on dark backgrounds
8064     
8065     Signed-off-by: Keith Packard <keithp@keithp.com>
8066
8067 commit ade2cc9abb8ca403a9ae5d1f9c145ab72ce94919
8068 Author: Keith Packard <keithp@keithp.com>
8069 Date:   Tue Jun 24 18:24:02 2014 -0700
8070
8071     altosuilib: Make map cache size configurable
8072     
8073     Systems with sufficient memory can get smoother map scrolling by
8074     making the cache larger. Would be nice to do this automatically?
8075     
8076     Signed-off-by: Keith Packard <keithp@keithp.com>
8077
8078 commit 97269bb90c1602a1f8c54fc7b6c34383a0370621
8079 Author: Keith Packard <keithp@keithp.com>
8080 Date:   Tue Jun 24 15:58:35 2014 -0700
8081
8082     Bump version to 1.4.1.1
8083
8084 commit 309d91d25099bebda21e165165efa9ce86cb0a47
8085 Author: Keith Packard <keithp@keithp.com>
8086 Date:   Tue Jun 24 15:57:13 2014 -0700
8087
8088     altos/ao_flight_test: Get the Tmega version compiling again
8089     
8090     A few changes broke this recently.
8091     
8092     Signed-off-by: Keith Packard <keithp@keithp.com>
8093
8094 commit 443bbb09468df7c1a10f2c76996c92380d8b8c23
8095 Author: Keith Packard <keithp@keithp.com>
8096 Date:   Tue Jun 24 15:56:11 2014 -0700
8097
8098     altos: Add optional debugging to print out pyro firing status
8099     
8100     This dumps pyro check failures for ao_flight_test so you can see why
8101     pyro charges aren't firing.
8102     
8103     Signed-off-by: Keith Packard <keithp@keithp.com>
8104
8105 commit 0a19073649570016db28d5e2a4a225273732adb5
8106 Author: Keith Packard <keithp@keithp.com>
8107 Date:   Sun Jun 22 21:13:54 2014 -0700
8108
8109     ao-bringup: Use the C tools to test EasyMini
8110     
8111     I think my USB driver in the kernel is broken; the nickle versions of
8112     these  tools did very strange things and never worked.
8113     
8114     Signed-off-by: Keith Packard <keithp@keithp.com>
8115
8116 commit fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7
8117 Author: Keith Packard <keithp@keithp.com>
8118 Date:   Sun Jun 22 21:12:37 2014 -0700
8119
8120     ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
8121     
8122     C versions of the test programs used to validate hardware prior to ship
8123     
8124     Signed-off-by: Keith Packard <keithp@keithp.com>
8125
8126 commit 6cc2d671c0e335fbedb0e97699f8f273502c6807
8127 Author: Keith Packard <keithp@keithp.com>
8128 Date:   Sun Jun 22 21:06:24 2014 -0700
8129
8130     altosui/telegps: Expose configurable APRS SSID
8131     
8132     Signed-off-by: Keith Packard <keithp@keithp.com>
8133
8134 commit 3f3382126bf1122b1a78abe8458af5ec112a1f95
8135 Author: Keith Packard <keithp@keithp.com>
8136 Date:   Sun Jun 22 21:05:05 2014 -0700
8137
8138     altos: Make APRS SSID configurable
8139     
8140     This uses the low-digit from the serial number by default, but lets
8141     the user change it if desired.
8142     
8143     Signed-off-by: Keith Packard <keithp@keithp.com>
8144
8145 commit ca1c62ca3ea016a1a5baa4520e484c102280c3e3
8146 Author: Keith Packard <keithp@keithp.com>
8147 Date:   Sat Jun 21 18:27:42 2014 -0700
8148
8149     altosui: Add Ignitor tab to Monitor Idle mode
8150     
8151     Oops; missed adding this when I included it in the Monitor Flight window.
8152     
8153     Signed-off-by: Keith Packard <keithp@keithp.com>
8154
8155 commit 602d6a2424a5c16e22febf6b4e6b3816022261c7
8156 Author: Keith Packard <keithp@keithp.com>
8157 Date:   Fri Jun 20 00:41:17 2014 -0700
8158
8159     altos/aprs: Encode last serial number in SSID. Transmit serial in comment
8160     
8161     This makes it a lot easier to tell which device is sending
8162     information, and to receive data from multiple devices on the same
8163     receiver.
8164     
8165     Signed-off-by: Keith Packard <keithp@keithp.com>
8166
8167 commit 3016ee5f21ec66bf9230b90ab1420b8fad628f8d
8168 Author: Keith Packard <keithp@keithp.com>
8169 Date:   Fri Jun 20 00:40:10 2014 -0700
8170
8171     altosuilib: Wrap radio frequency menu in JMenuBar when used in config
8172     
8173     The device config dialogs place the radio frequency menu inside a
8174     dialog box; it needs to be inside a MenuBar to work properly, so
8175     create one to hold it.
8176     
8177     Signed-off-by: Keith Packard <keithp@keithp.com>
8178
8179 commit 1b0f56ddb2b85b68232c22a7a8b8744cb9ad76f9
8180 Author: Keith Packard <keithp@keithp.com>
8181 Date:   Thu Jun 19 14:33:27 2014 -0700
8182
8183     Rename icon files to fit XDG specifications. Add file icons. Add mime types
8184     
8185     Our SVG icons now follow XDG standards by including a vendor
8186     prefix. The new file type icons include application-vnd.altusmetrum as
8187     a prefix so that they match the mime types declared.
8188     
8189     Signed-off-by: Keith Packard <keithp@keithp.com>
8190
8191 commit 37856672c57f2fd91184c2391a201bbbdc48545e
8192 Author: Keith Packard <keithp@keithp.com>
8193 Date:   Thu Jun 19 10:25:07 2014 -0700
8194
8195     linux: .desktop files must begin with organization name
8196     
8197     The spec requires that .desktop files start with the organization
8198     name, so I've renamed all of them to altusmetrum-<application>.desktop
8199     
8200     Signed-off-by: Keith Packard <keithp@keithp.com>
8201
8202 commit 1d773cb8921848c99f12b8cd9840cb0267b66e1f
8203 Author: Keith Packard <keithp@keithp.com>
8204 Date:   Wed Jun 18 20:35:12 2014 -0700
8205
8206     windows: Missed adding 'refresh-sh.nsh'
8207     
8208     This script forces windows explorer to reload icons.
8209     
8210     Signed-off-by: Keith Packard <keithp@keithp.com>
8211
8212 commit 7767a045d446ea2bc5fe1ec98d89274155f956c4
8213 Author: Keith Packard <keithp@keithp.com>
8214 Date:   Wed Jun 18 16:18:05 2014 -0700
8215
8216     macosx: Respond to apple messages in all apps
8217     
8218     This connects the callbacks in AltosUIFrame to actually do something
8219     useful with them.
8220     
8221     Signed-off-by: Keith Packard <keithp@keithp.com>
8222
8223 commit d5bdb1c5974788b9569897435808fd01b04b0c4d
8224 Author: Keith Packard <keithp@keithp.com>
8225 Date:   Wed Jun 18 16:14:44 2014 -0700
8226
8227     altosuilib: Hook up apple messages to callbacks
8228     
8229     This supports open, quit and preferences. I'm leaving 'about' to the
8230     existing stuff until I decide it's worth the effort to create a fancy
8231     about dialog.
8232     
8233     Signed-off-by: Keith Packard <keithp@keithp.com>
8234
8235 commit e3eab18682e77c5394918448409d383a28ba23ad
8236 Author: Keith Packard <keithp@keithp.com>
8237 Date:   Wed Jun 18 14:16:36 2014 -0700
8238
8239     altosui: Ship TeleMetrum v2.0 firmware with AltosUI
8240     
8241     Signed-off-by: Keith Packard <keithp@keithp.com>
8242
8243 commit fac94c593285eacda57de257fa2be0548341b567
8244 Author: Keith Packard <keithp@keithp.com>
8245 Date:   Wed Jun 18 14:15:27 2014 -0700
8246
8247     macosx: Define icons for our file types on OS X
8248     
8249     Adds definitions to the Info.plist files shipped to specify which
8250     icons to show for .telem, .eeprom and .mpd files. Note that the
8251     applications don't respond to open apple events, so double clicking on
8252     a file only starts the application.
8253     
8254     Signed-off-by: Keith Packard <keithp@keithp.com>
8255
8256 commit 5871225a0c442cf5afa41a444ff8bfb8f4002721
8257 Author: Keith Packard <keithp@keithp.com>
8258 Date:   Wed Jun 18 02:16:51 2014 -0700
8259
8260     windows installer: Create file associations for Windows.
8261     
8262     This makes icons appear for the files in the file manager, and lets
8263     you double-click on the files to open the appropriate application.
8264     
8265     Signed-off-by: Keith Packard <keithp@keithp.com>
8266
8267 commit c93c4efefee0dbf6d193466efd6761d9a1849ae9
8268 Author: Keith Packard <keithp@keithp.com>
8269 Date:   Wed Jun 18 02:15:04 2014 -0700
8270
8271     icon: Construct .exe files to hold windows icons for file associations
8272     
8273     It appears that creating an executable with an icon resource is the
8274     only way to display icons for files. Fortunately, that's not all that
8275     hard.
8276     
8277     Signed-off-by: Keith Packard <keithp@keithp.com>
8278
8279 commit 3f4e765c05ddbae83ca0c0176572cd698f285d08
8280 Author: Keith Packard <keithp@keithp.com>
8281 Date:   Tue Jun 17 20:46:33 2014 -0700
8282
8283     Fix java version detection and downloading
8284     
8285     Move java stuff to a common include file, java.nsh
8286     
8287     Let any version no older than 1.6 serve by using ${VersionCompare}
8288     
8289     Use version 6 downloads as those don't require a click-through agreement.
8290     
8291     Signed-off-by: Keith Packard <keithp@keithp.com>
8292
8293 commit 495e84540943cccb6d1cb965a772021f7dc5f639
8294 Author: Keith Packard <keithp@keithp.com>
8295 Date:   Tue Jun 17 00:08:03 2014 -0700
8296
8297     Sign our .inf file with the comodo key. Update signing-driver
8298     
8299     I've tested this on Windows 7 and it appears to work. No idea if it
8300     works on Windows 8 yet.
8301     
8302     Signed-off-by: Keith Packard <keithp@keithp.com>
8303
8304 commit b397e4ff45f054acb1347ffa5468950febc431f7
8305 Author: Keith Packard <keithp@keithp.com>
8306 Date:   Mon Jun 16 23:03:49 2014 -0700
8307
8308     altos/micropeak: Add load script template
8309     
8310     Signed-off-by: Keith Packard <keithp@keithp.com>
8311
8312 commit c8078d352a7f54a4a97d25af080155d3f875536a
8313 Author: Keith Packard <keithp@keithp.com>
8314 Date:   Mon Jun 16 22:49:34 2014 -0700
8315
8316     java: Bump java library versions for next release
8317     
8318     Prepare for future release by bumping java versions now
8319     
8320     Signed-off-by: Keith Packard <keithp@keithp.com>
8321
8322 commit 75766b0e7ee30fb3bfbf90ecb68f7758bac6eeba
8323 Author: Keith Packard <keithp@keithp.com>
8324 Date:   Mon Jun 16 22:48:25 2014 -0700
8325
8326     altosui: Fix ground station configure frequency list
8327     
8328     Fix the API to match the switch to a menu, wrap in a menu bar to make
8329     it work.
8330     
8331     Signed-off-by: Keith Packard <keithp@keithp.com>
8332
8333 commit ed38b1b596062b2232fa78a3181f6eaf5818b651
8334 Author: Keith Packard <keithp@keithp.com>
8335 Date:   Mon Jun 16 21:58:13 2014 -0700
8336
8337     altosuilib: Move menu bars into the Mac OS X top bar
8338     
8339     Setting these properties causes the top menu bar to get placed into
8340     the Mac OS X window system menu bar
8341     
8342     Signed-off-by: Keith Packard <keithp@keithp.com>
8343
8344 commit e612693e33ef3b0e22db0656792992fa6e961ff2
8345 Author: Keith Packard <keithp@keithp.com>
8346 Date:   Mon Jun 16 21:57:35 2014 -0700
8347
8348     altosui/telegps: Use menus for frequency list and telemetry formats
8349     
8350     This will let us move them into the Mac OS X menu bar, as well as
8351     making them look a bit nicer.
8352     
8353     Signed-off-by: Keith Packard <keithp@keithp.com>
8354
8355 commit 6579e4cae8fea65780f1c4677f29c1fc17ca41e2
8356 Author: Keith Packard <keithp@keithp.com>
8357 Date:   Mon Jun 16 15:59:09 2014 -0700
8358
8359     altos/micropeak: Create a script to load firmware.
8360     
8361     The micropeak-load script flashes micropeak with firmware from
8362     whatever directory it is sitting in. A 'publish' target in the source
8363     directory copies the script and hex to ~/altusmetrumllc/Binaries
8364     
8365     Signed-off-by: Keith Packard <keithp@keithp.com>
8366
8367 commit 31beeb0882d27cbc05e28118611feec4ae43d9da
8368 Author: Keith Packard <keithp@keithp.com>
8369 Date:   Mon Jun 16 11:02:49 2014 -0700
8370
8371     doc: Add instructions for flash recovery technique
8372     
8373     The flash recovery section explained which pins to connect, but lacked
8374     explicit instructions on how to make it work.
8375
8376 commit f167d348b147e89d269ad35806e39f28cf104afb
8377 Author: Bdale Garbee <bdale@gag.com>
8378 Date:   Sun Jun 15 18:41:25 2014 -0600
8379
8380     notes updated for TeleGPS and 1.4 release learnings
8381
8382 commit 9ab3a1de95b705783c31a7e16447f52c10b6b480
8383 Author: Bdale Garbee <bdale@gag.com>
8384 Date:   Sun Jun 15 17:44:42 2014 -0600
8385
8386     turn-on support for TeleGPS
8387
8388 commit b40351d5cb9802133f443d4f5150958b03b9e8f0
8389 Author: Bdale Garbee <bdale@gag.com>
8390 Date:   Sun Jun 15 17:43:50 2014 -0600
8391
8392     tagging 1.4 release
8393
8394 commit 97a7cbaee806965ca7c696fb02f6e1d24b026b9b
8395 Author: Bdale Garbee <bdale@gag.com>
8396 Date:   Sun Jun 15 17:43:06 2014 -0600
8397
8398     add release to revision history
8399
8400 commit 79c3dc334d79eacd63bbbbec046fc2c31266560c
8401 Author: Bdale Garbee <bdale@gag.com>
8402 Date:   Sun Jun 15 17:40:27 2014 -0600
8403
8404     tweaks
8405
8406 commit a6c61fb993d3fd15183f8755d9058f05c606c9c0
8407 Merge: 0634119 4384899
8408 Author: Keith Packard <keithp@keithp.com>
8409 Date:   Sun Jun 15 16:31:01 2014 -0700
8410
8411     Merge remote-tracking branch 'origin/master'
8412
8413 commit 0634119df45bf8d8a040b47bdfc6d9801b5e069a
8414 Author: Keith Packard <keithp@keithp.com>
8415 Date:   Sun Jun 15 16:24:28 2014 -0700
8416
8417     micropeak: Deal with 64-bit windows
8418     
8419     Install 64-bit version of java. Install our bits in the 64-bit app directory
8420     
8421     Signed-off-by: Keith Packard <keithp@keithp.com>
8422
8423 commit b6eb1ac1b777b6c11e8f24c5ab5915b224101d40
8424 Author: Keith Packard <keithp@keithp.com>
8425 Date:   Sun Jun 15 16:16:59 2014 -0700
8426
8427     Add notes about windows driver signing in the 'signing-driver' file
8428     
8429     Signed-off-by: Keith Packard <keithp@keithp.com>
8430
8431 commit 6277827520df4df5ecda58898e5f99035f90282c
8432 Author: Keith Packard <keithp@keithp.com>
8433 Date:   Sun Jun 15 16:11:49 2014 -0700
8434
8435     altosui: Ship telegps firmware
8436     
8437     Signed-off-by: Keith Packard <keithp@keithp.com>
8438
8439 commit 3b5651d311d4268a130996e71afc11b508e59637
8440 Author: Keith Packard <keithp@keithp.com>
8441 Date:   Sun Jun 15 16:10:15 2014 -0700
8442
8443     windows: Sign altusmetrum.inf with altusmetrum.cat
8444     
8445     This .cat file will need to be updated when we get our 'real'
8446     signature.
8447     
8448     Signed-off-by: Keith Packard <keithp@keithp.com>
8449
8450 commit ef6998c2d052bf639f257b71baefacf3a652506f
8451 Author: Keith Packard <keithp@keithp.com>
8452 Date:   Sun Jun 15 16:06:42 2014 -0700
8453
8454     icon: Add drop-shadows to the SVG files; stop generating in the png versions
8455     
8456     Now everyone gets drop shadows.
8457     
8458     Signed-off-by: Keith Packard <keithp@keithp.com>
8459
8460 commit 43848991defaeb7fae994101675b0056f9d9a2ed
8461 Author: Bdale Garbee <bdale@gag.com>
8462 Date:   Sun Jun 15 17:29:49 2014 -0600
8463
8464     update Releasing document to include TeleGPS firmware files in those copied
8465
8466 commit 90e03dfc8534fc4fc25f6a5ee9ec109b98baa238
8467 Author: Bdale Garbee <bdale@gag.com>
8468 Date:   Sun Jun 15 17:28:02 2014 -0600
8469
8470     document mounting hole size for TeleGPS
8471
8472 commit 44fc36b3f74386f0055eac4d9b9d201e6fff0847
8473 Author: Keith Packard <keithp@keithp.com>
8474 Date:   Sun Jun 15 16:08:27 2014 -0700
8475
8476     altosui: Deal with 64-bit windows
8477     
8478     Get a 64-bit java version installed
8479     
8480     Signed-off-by: Keith Packard <keithp@keithp.com>
8481
8482 commit 1a563026409ccff5dea6f89e567accb09bc4b5f6
8483 Author: Keith Packard <keithp@keithp.com>
8484 Date:   Sun Jun 15 14:09:09 2014 -0700
8485
8486     telegps: Deal with 64-bit windows differently on install
8487     
8488     Download a 64-bit version of java as needed, install in 64-bit paths
8489     instead of 32-bit paths.
8490     
8491     Signed-off-by: Keith Packard <keithp@keithp.com>
8492
8493 commit abf731b3d79b66d9da62496cebf157f2888a4c93
8494 Author: Keith Packard <keithp@keithp.com>
8495 Date:   Sun Jun 15 12:39:49 2014 -0700
8496
8497     windows: Rename telemetrum.inf to altusmetrum.inf
8498     
8499     Use the corporate name for this file
8500     
8501     Signed-off-by: Keith Packard <keithp@keithp.com>
8502
8503 commit 8073007292875169a6304824ae52039ce6564813
8504 Author: Keith Packard <keithp@keithp.com>
8505 Date:   Sat Jun 14 22:29:01 2014 -0700
8506
8507     telegps: Include telegps firmware in windows package
8508     
8509     This was disabled when the firmware wasn't ready yet
8510     
8511     Signed-off-by: Keith Packard <keithp@keithp.com>
8512
8513 commit 6cad0b783f654864f0d6d8726c74605f108db3e0
8514 Author: Keith Packard <keithp@keithp.com>
8515 Date:   Sat Jun 14 22:23:10 2014 -0700
8516
8517     altosuilib: Remove some debugging printfs
8518     
8519     Signed-off-by: Keith Packard <keithp@keithp.com>
8520
8521 commit 823ef386f9dc5c5df197936f4254921f2e0282b0
8522 Author: Keith Packard <keithp@keithp.com>
8523 Date:   Sat Jun 14 20:08:40 2014 -0700
8524
8525     altoslib: AltosFlightStatsTable: another editable text field that shouldn't be
8526     
8527     Signed-off-by: Keith Packard <keithp@keithp.com>
8528
8529 commit 5392ee3c5328f8384ed30a2d147e4be96075e064
8530 Author: Keith Packard <keithp@keithp.com>
8531 Date:   Sat Jun 14 18:51:25 2014 -0700
8532
8533     altosuilib: Serialize access to async tile notify function in preload
8534     
8535     This ensures that we see each tile getting downloaded and don't
8536     mis-count, which would result in wedging the process
8537     
8538     Signed-off-by: Keith Packard <keithp@keithp.com>
8539
8540 commit 23708b4760250f55e8e3b1a0141df9a9ee17a936
8541 Author: Keith Packard <keithp@keithp.com>
8542 Date:   Sat Jun 14 18:34:09 2014 -0700
8543
8544     icon: Make the icon shadows a bit less harsh
8545     
8546     Signed-off-by: Keith Packard <keithp@keithp.com>
8547
8548 commit 4e3318645d08dda483aced97450b344629902c4d
8549 Author: Keith Packard <keithp@keithp.com>
8550 Date:   Sat Jun 14 18:11:28 2014 -0700
8551
8552     debian: Build requires /usr/bin/convert now
8553     
8554     This is provided by either graphicsmagick or imagemagick
8555     
8556     Signed-off-by: Keith Packard <keithp@keithp.com>
8557
8558 commit 382e27de3472489f8f26c8c0868732d67754ecf5
8559 Author: Keith Packard <keithp@keithp.com>
8560 Date:   Sat Jun 14 18:09:31 2014 -0700
8561
8562     telegps/micropeak: Ship built Mac OSX icons
8563     
8564     Signed-off-by: Keith Packard <keithp@keithp.com>
8565
8566 commit 33da986161c38936cff82fe43046f0bcd5e24d8e
8567 Author: Keith Packard <keithp@keithp.com>
8568 Date:   Sat Jun 14 18:07:39 2014 -0700
8569
8570     icon: Build resolutions needed for Java bits too
8571     
8572     Signed-off-by: Keith Packard <keithp@keithp.com>
8573
8574 commit 66c4a091bb6a294f9d406e75f3634492c886d139
8575 Author: Keith Packard <keithp@keithp.com>
8576 Date:   Sat Jun 14 18:06:36 2014 -0700
8577
8578     altosui: Build MacOSX icon from svg
8579     
8580     Signed-off-by: Keith Packard <keithp@keithp.com>
8581
8582 commit b825ea71ebcc4a8da3e339ab3e21b0ad47f2e48f
8583 Author: Keith Packard <keithp@keithp.com>
8584 Date:   Sat Jun 14 18:02:51 2014 -0700
8585
8586     icon: Build windows ico files, clean built files
8587     
8588     Signed-off-by: Keith Packard <keithp@keithp.com>
8589
8590 commit 4ec960b705b87b15d015abb2a9a3e23eee414f1d
8591 Author: Keith Packard <keithp@keithp.com>
8592 Date:   Sat Jun 14 17:51:46 2014 -0700
8593
8594     icon: Create all icons from .svg files
8595     
8596     Remove images from repository, leaving only the svg files and build
8597     instructions
8598     
8599     Signed-off-by: Keith Packard <keithp@keithp.com>
8600
8601 commit 951fda701ed31f4d8390c130215597e8f63e837e
8602 Author: Keith Packard <keithp@keithp.com>
8603 Date:   Sat Jun 14 16:26:22 2014 -0700
8604
8605     altosuilib: Make graph enable buttons be CheckBoxes instead of RadioButtons
8606     
8607     aj noticed.
8608     
8609     Signed-off-by: Keith Packard <keithp@keithp.com>
8610
8611 commit 8e00f59be582de86cef28b33ce5523f39d3dc933
8612 Author: Keith Packard <keithp@keithp.com>
8613 Date:   Sat Jun 14 16:05:51 2014 -0700
8614
8615     telegps: Fix Mac icon file name
8616     
8617     Signed-off-by: Keith Packard <keithp@keithp.com>
8618
8619 commit 92943bf4536d4167edd097e61de5e6b4f29130f8
8620 Author: Keith Packard <keithp@keithp.com>
8621 Date:   Sat Jun 14 15:44:20 2014 -0700
8622
8623     micropeak: Make statistics entries un-editable
8624     
8625     Otherwise you can actually type in the various fields.x
8626     
8627     Signed-off-by: Keith Packard <keithp@keithp.com>
8628
8629 commit 1fc3032d688cbb7c09c1dffde30cc815f3594e29
8630 Author: Keith Packard <keithp@keithp.com>
8631 Date:   Sat Jun 14 15:20:07 2014 -0700
8632
8633     alotsuilib: Remove old "mega" and "mini" file extensions from data chooser
8634     
8635     We never shipped AltosUI which stored mega/mini files in different extensions
8636     
8637     Signed-off-by: Keith Packard <keithp@keithp.com>
8638
8639 commit c11b2f5caa3fbe2bc977e716ec1c3ccee9e75884
8640 Author: Keith Packard <keithp@keithp.com>
8641 Date:   Sat Jun 14 14:41:13 2014 -0700
8642
8643     altosui/telegps: Switch to AltosUIIndicator and AltosUIFlightTab
8644     
8645     Removes replicated code across all flight tabs
8646     
8647     Signed-off-by: Keith Packard <keithp@keithp.com>
8648
8649 commit f5887a3e7cf993e23dbb1e0f6b9ebece78c34413
8650 Author: Keith Packard <keithp@keithp.com>
8651 Date:   Sat Jun 14 14:40:24 2014 -0700
8652
8653     altosuilib: Add AltosUIFlightTab class
8654     
8655     This covers most of the common functions for all flight status display tabs.
8656     
8657     Signed-off-by: Keith Packard <keithp@keithp.com>
8658
8659 commit 8250777e6e869bcee9781691caa1f2a7cfb33b43
8660 Author: Keith Packard <keithp@keithp.com>
8661 Date:   Sat Jun 14 14:39:26 2014 -0700
8662
8663     altosuilib: Add more options to AltosUIIndicator to suit AltosUI
8664     
8665     This makes AltosUIIndicator capable of displaying most stuff in AltosUI
8666     
8667     Signed-off-by: Keith Packard <keithp@keithp.com>
8668
8669 commit 19273a4a341342ca6b5d65cfc490d92cbf23356f
8670 Author: Keith Packard <keithp@keithp.com>
8671 Date:   Sat Jun 14 14:38:00 2014 -0700
8672
8673     altosuilib: Make sure only one thread is closing serial device
8674     
8675     Multiple closers can cause a crash by freeing the libaltos device twice
8676     
8677     Signed-off-by: Keith Packard <keithp@keithp.com>
8678
8679 commit 2903f0911e79e381c6125022bb84096321c258eb
8680 Author: Keith Packard <keithp@keithp.com>
8681 Date:   Sat Jun 14 14:37:35 2014 -0700
8682
8683     altosuilib: provide getName() for AltosInfoTable
8684     
8685     Signed-off-by: Keith Packard <keithp@keithp.com>
8686
8687 commit 242e968a6982f2ceaa79780cbeec8c4e21321b44
8688 Author: Keith Packard <keithp@keithp.com>
8689 Date:   Sat Jun 14 14:36:49 2014 -0700
8690
8691     altosuilib: In graph, show zero sats in view as 0 instead of MISSING
8692     
8693     Signed-off-by: Keith Packard <keithp@keithp.com>
8694
8695 commit c7553c54765dcc9ac532fe52aae9594b2ad5e560
8696 Author: Keith Packard <keithp@keithp.com>
8697 Date:   Sat Jun 14 14:36:11 2014 -0700
8698
8699     altosuilib: Require all flight display classes to provide a name
8700     
8701     Signed-off-by: Keith Packard <keithp@keithp.com>
8702
8703 commit 14f0faae48849ff6f1e326a294b54c504c730bb9
8704 Author: Keith Packard <keithp@keithp.com>
8705 Date:   Sat Jun 14 14:34:59 2014 -0700
8706
8707     altoslib: When GPS disappears, set range and elevation to MISSING
8708     
8709     Use MISSING instead of bogus values so that displayers can tell what
8710     to do.
8711     
8712     Signed-off-by: Keith Packard <keithp@keithp.com>
8713
8714 commit 451950bba9ee3b25b5d0c6e5f0b55f08a5b29f73
8715 Author: Keith Packard <keithp@keithp.com>
8716 Date:   Sat Jun 14 14:33:58 2014 -0700
8717
8718     altoslib: Add units converters for latitude and longitude
8719     
8720     Makes display of these values consistent across all instances
8721     
8722     Signed-off-by: Keith Packard <keithp@keithp.com>
8723
8724 commit ae7084f5199318dc6582e212492a50cfda1cebb8
8725 Author: Keith Packard <keithp@keithp.com>
8726 Date:   Fri Jun 13 22:36:00 2014 -0700
8727
8728     doc: TeleGPS docs are complete
8729     
8730     All TeleGPS features should now be documented to some degree
8731     
8732     Signed-off-by: Keith Packard <keithp@keithp.com>
8733
8734 commit bfbabfa60f3cedd994f693867bce56aad05be02a
8735 Author: Keith Packard <keithp@keithp.com>
8736 Date:   Fri Jun 13 22:04:57 2014 -0700
8737
8738     telegps: Allow TeleGPS preferences to have a custom title and label
8739     
8740     Don't just inherit the AltosUI ones
8741     
8742     Signed-off-by: Keith Packard <keithp@keithp.com>
8743
8744 commit 536db8d03aedb45698c42418c50a46d609fc98ad
8745 Author: Keith Packard <keithp@keithp.com>
8746 Date:   Fri Jun 13 22:04:35 2014 -0700
8747
8748     doc: Add a bunch more stuff to the telegps docs
8749     
8750     Signed-off-by: Keith Packard <keithp@keithp.com>
8751
8752 commit 9a6a3c34293eac6442f766e13ce148f595e891eb
8753 Author: Keith Packard <keithp@keithp.com>
8754 Date:   Fri Jun 13 21:26:33 2014 -0700
8755
8756     altosuilib: Make map-cache per-window instead of global
8757     
8758     This consumes more memory, but avoids cache conflicts between windows
8759     
8760     Signed-off-by: Keith Packard <keithp@keithp.com>
8761
8762 commit 92895c87bc3d97bf4990f1feda0bd8b07da4c405
8763 Author: Keith Packard <keithp@keithp.com>
8764 Date:   Fri Jun 13 21:25:41 2014 -0700
8765
8766     telegps: Shuffle menu entries around
8767     
8768     I think this makes them a bit more logical
8769     
8770     Signed-off-by: Keith Packard <keithp@keithp.com>
8771
8772 commit fb2d0c1ef98d9df3f64fb756d78392ce63a73435
8773 Author: Keith Packard <keithp@keithp.com>
8774 Date:   Fri Jun 13 15:54:08 2014 -0700
8775
8776     altosdroid: Improve voice for TeleGPS
8777     
8778     This avoids making lots of useless voice announcements for TeleGPS
8779     
8780     Signed-off-by: Keith Packard <keithp@keithp.com>
8781
8782 commit 191ea4a7bbcb22d70c648a9ba746f1061e6f74cb
8783 Author: Keith Packard <keithp@keithp.com>
8784 Date:   Fri Jun 13 15:53:30 2014 -0700
8785
8786     altosdroid: Don't crash when the map is touched
8787     
8788     The map 'canScroll' method was crashing when dereferencing a null
8789     value somewhere. Just check all of them and bail instead of crashing.
8790     
8791     Signed-off-by: Keith Packard <keithp@keithp.com>
8792
8793 commit 3f7e885055f8a97f334e0cd3163b760b174114b6
8794 Author: Keith Packard <keithp@keithp.com>
8795 Date:   Fri Jun 13 15:23:30 2014 -0700
8796
8797     telegps: Add status tab
8798     
8799     This includes pad-relative information, battery voltage and version information
8800     
8801     Signed-off-by: Keith Packard <keithp@keithp.com>
8802
8803 commit 876acbdc22ff93c22836f789e0b6394eb19e0da3
8804 Author: Keith Packard <keithp@keithp.com>
8805 Date:   Fri Jun 13 15:22:25 2014 -0700
8806
8807     altoslib: Correctly save firmware version in AltosState
8808     
8809     It wasn't getting cloned
8810     
8811     Signed-off-by: Keith Packard <keithp@keithp.com>
8812
8813 commit 3bfba8f9dbc1627a317804713f83b9d06566d008
8814 Author: Keith Packard <keithp@keithp.com>
8815 Date:   Fri Jun 13 15:21:28 2014 -0700
8816
8817     altoslib: Add conversion class for voltages
8818     
8819     Provide a common presentation for voltage values
8820     
8821     Signed-off-by: Keith Packard <keithp@keithp.com>
8822
8823 commit 7ed63b6c3d5878a59f52f4114b5b01942735805f
8824 Author: Keith Packard <keithp@keithp.com>
8825 Date:   Fri Jun 13 15:20:20 2014 -0700
8826
8827     altosuilib: Build some common classes for displaying values in flight window
8828     
8829     Right now, all of the flight displays have piles of custom code for
8830     displaying values. These new widgets should be able to replace most of
8831     that.
8832     
8833     Signed-off-by: Keith Packard <keithp@keithp.com>
8834
8835 commit a21dbb05fad2625d17bc2302faa96dc295e6ed7c
8836 Author: Keith Packard <keithp@keithp.com>
8837 Date:   Fri Jun 13 00:28:38 2014 -0700
8838
8839     telegps: Show flight number in monitor window
8840     
8841     This lets the user find the flight by number
8842     
8843     Signed-off-by: Keith Packard <keithp@keithp.com>
8844
8845 commit 8cb41ce9a64029b611b3595c86a4a8e74b952ff4
8846 Author: Keith Packard <keithp@keithp.com>
8847 Date:   Fri Jun 13 00:28:09 2014 -0700
8848
8849     telegps: Disconnect telemetry device when closing monitor window
8850     
8851     Signed-off-by: Keith Packard <keithp@keithp.com>
8852
8853 commit fd9ae83492648c5d39f60bdcff15481efb365701
8854 Author: Keith Packard <keithp@keithp.com>
8855 Date:   Fri Jun 13 00:27:19 2014 -0700
8856
8857     altoslib: Remove telem monitoring when closing log file
8858     
8859     If we don't remove the telemetry monitor, the telemetry device will
8860     still be sending telemetry, which isn't good.
8861     
8862     Signed-off-by: Keith Packard <keithp@keithp.com>
8863
8864 commit 07baa7596b36cf808cd1ee26ff158b1cf8585294
8865 Author: Keith Packard <keithp@keithp.com>
8866 Date:   Fri Jun 13 00:01:46 2014 -0700
8867
8868     altoslib: Call state.set_serial first for telemetry parsing
8869     
8870     If we ever get around to supporting multiple simultaneous remote
8871     devices, we'll need to notice that the serial changed right away
8872     
8873     Signed-off-by: Keith Packard <keithp@keithp.com>
8874
8875 commit f49540acd48292bd9f68ded647561d0e800c619d
8876 Author: Keith Packard <keithp@keithp.com>
8877 Date:   Thu Jun 12 23:59:37 2014 -0700
8878
8879     altos/telegps: Create new flight if current flight is erased
8880     
8881     telegps is unique in that USB may be connected while a flight is
8882     active and sensible things should happen. If a flight is being
8883     recorded and gets erased, then a new flight should be started.
8884     
8885     This is done by hooking in the flight erase code and calling out to
8886     the tracker code to figure out whether to switch to a new flight or not.
8887     
8888     Signed-off-by: Keith Packard <keithp@keithp.com>
8889
8890 commit 8117ba3553789a2bae9beb92fbe9e14e3cc79389
8891 Author: Keith Packard <keithp@keithp.com>
8892 Date:   Thu Jun 12 23:56:07 2014 -0700
8893
8894     altos: Define ao_log_mutex in ao_log.c rather than every log product
8895     
8896     Signed-off-by: Keith Packard <keithp@keithp.com>
8897
8898 commit dcaaf51245b44a440ee8590512f71195c30c16ae
8899 Author: Keith Packard <keithp@keithp.com>
8900 Date:   Thu Jun 12 21:54:13 2014 -0700
8901
8902     altos/telegps: Keep ring of recent GPS positions to detect motion quickly
8903     
8904     Instead of comparing only against the last logged value, keep a ring
8905     and start logging as soon as we move away from the furthest one in the ring.
8906     
8907     Signed-off-by: Keith Packard <keithp@keithp.com>
8908
8909 commit 740d964ab82da8695c04650926afee4a0905011c
8910 Author: Keith Packard <keithp@keithp.com>
8911 Date:   Thu Jun 12 21:53:07 2014 -0700
8912
8913     altos/telegps: Set default log to 496kB for 4 logs
8914     
8915     This leaves space for four flight logs.
8916     
8917     Signed-off-by: Keith Packard <keithp@keithp.com>
8918
8919 commit 77b5c0cc7f085aa3c0fada5d4a943eeaf16cf6e0
8920 Author: Keith Packard <keithp@keithp.com>
8921 Date:   Thu Jun 12 21:52:13 2014 -0700
8922
8923     altos: Show current flight number for TeleGPS
8924     
8925     Signed-off-by: Keith Packard <keithp@keithp.com>
8926
8927 commit bfdaa95cb72c833896076d4e1a4bfe61d9549fed
8928 Author: Keith Packard <keithp@keithp.com>
8929 Date:   Thu Jun 12 15:59:20 2014 -0700
8930
8931     debian: Fix build depends icotool -> icoutils
8932     
8933     Signed-off-by: Keith Packard <keithp@keithp.com>
8934
8935 commit 7e911c2afff78db2e385c6346c90bfcd72a8f3fb
8936 Author: Keith Packard <keithp@keithp.com>
8937 Date:   Thu Jun 12 14:34:02 2014 -0700
8938
8939     altos/telegps: Don't log data when plugged in to USB
8940     
8941     We don't want to accidentally log stuff when you're just trying to
8942     charge the battery.
8943     
8944     Signed-off-by: Keith Packard <keithp@keithp.com>
8945
8946 commit 7d77d83685cbfce5323767bbfae3bd18be175ffc
8947 Author: Keith Packard <keithp@keithp.com>
8948 Date:   Thu Jun 12 14:32:15 2014 -0700
8949
8950     telegps: Don't re-add frequency menu when already present.
8951     
8952     If the receiver disappears, we'll stop tracking, but won't pull the
8953     frequency menu down. Doing that would take a bit of work, and it
8954     doesn't seem worth the effort. As a kludge-around, avoid re-creating
8955     the frequency menu if it's already displayed when we connect to
8956     another device.
8957     
8958     Signed-off-by: Keith Packard <keithp@keithp.com>
8959
8960 commit 8044eb8e23366e91c741060939baff5137f841c7
8961 Author: Keith Packard <keithp@keithp.com>
8962 Date:   Thu Jun 12 14:12:08 2014 -0700
8963
8964     altosui/telegps: Reduce CPU time needed for flight displays
8965     
8966     Don't update displays which aren't shown; track hierarchy changes to
8967     trigger display from most recent state data.
8968     
8969     Don't update values which haven't changed; remember previous values
8970     and compare with new before updating widget contents.
8971     
8972     Signed-off-by: Keith Packard <keithp@keithp.com>
8973
8974 commit e00ffe6ab6197ab48ba8ce3cf71a197f7215649f
8975 Author: Keith Packard <keithp@keithp.com>
8976 Date:   Wed Jun 11 23:28:55 2014 -0700
8977
8978     doc: Add TeleGPS screenshots
8979     
8980     Signed-off-by: Keith Packard <keithp@keithp.com>
8981
8982 commit c7774114f7bc62e2100c7575b1dcf3536ed56343
8983 Author: Keith Packard <keithp@keithp.com>
8984 Date:   Wed Jun 11 23:28:36 2014 -0700
8985
8986     doc: Update altusmetrum docs and screen shots for 1.4
8987     
8988     Signed-off-by: Keith Packard <keithp@keithp.com>
8989
8990 commit 1ed591c7bdf19fe54bbde1827d0717f0ae51e003
8991 Author: Keith Packard <keithp@keithp.com>
8992 Date:   Wed Jun 11 23:27:16 2014 -0700
8993
8994     telegps: Remove 'Flight' from titles
8995     
8996     Signed-off-by: Keith Packard <keithp@keithp.com>
8997
8998 commit 0495f1b5282d8f7449cbbc1dbf99d63818d7c03c
8999 Author: Keith Packard <keithp@keithp.com>
9000 Date:   Wed Jun 11 23:26:36 2014 -0700
9001
9002     altos/telegps: Build .ihx versions for TeleGPS
9003     
9004     Needed to load with java
9005     
9006     Signed-off-by: Keith Packard <keithp@keithp.com>
9007
9008 commit 6f306b267f63d0f59fb77b1ce41c678042dd6802
9009 Author: Keith Packard <keithp@keithp.com>
9010 Date:   Wed Jun 11 23:04:46 2014 -0700
9011
9012     altosuilib: Repaint map when starting line draw
9013     
9014     Starting line draw will remove any existing line, so repaint to get
9015     rid of it
9016     
9017     Signed-off-by: Keith Packard <keithp@keithp.com>
9018
9019 commit efb6a3d5ed12f8061a48a66efcfe066e68eaf792
9020 Author: Keith Packard <keithp@keithp.com>
9021 Date:   Wed Jun 11 23:04:11 2014 -0700
9022
9023     altoslib: Report GPS height when baro height is not available
9024     
9025     Signed-off-by: Keith Packard <keithp@keithp.com>
9026
9027 commit 57272609b0d2890029fdeceeca14da93cebdb471
9028 Author: Keith Packard <keithp@keithp.com>
9029 Date:   Wed Jun 11 21:37:23 2014 -0700
9030
9031     altosui: Don't list tracker parameters when configuring altimeter
9032     
9033     Signed-off-by: Keith Packard <keithp@keithp.com>
9034
9035 commit bfc0c65c9f9ec9547d71016fc897ba35bdb414f8
9036 Author: Keith Packard <keithp@keithp.com>
9037 Date:   Wed Jun 11 20:36:49 2014 -0700
9038
9039     altosuilib: Handle font and units changes in maps and stats table
9040     
9041     Add AltosFontListener and AltosUnitsListener bits as needed
9042     
9043     Signed-off-by: Keith Packard <keithp@keithp.com>
9044
9045 commit 2182c49298e0862a60dea104450d5f74dbeaeeb2
9046 Author: Keith Packard <keithp@keithp.com>
9047 Date:   Wed Jun 11 19:57:24 2014 -0700
9048
9049     doc: Update 1.4 release notes to include a few more changes
9050     
9051     pyro firing time.
9052     flight erase on TeleMega/TeleMetrum v2
9053     
9054     Signed-off-by: Keith Packard <keithp@keithp.com>
9055
9056 commit d744e588b7504f314e39b1407152d11c031673c9
9057 Author: Keith Packard <keithp@keithp.com>
9058 Date:   Wed Jun 11 19:51:37 2014 -0700
9059
9060     altosui: Add pyro firing time configuration
9061     
9062     Signed-off-by: Keith Packard <keithp@keithp.com>
9063
9064 commit fcbfb3aea20e564045fc6a86f978cacabfc73226
9065 Author: Keith Packard <keithp@keithp.com>
9066 Date:   Wed Jun 11 18:58:09 2014 -0700
9067
9068     altosdroid: Altosdroid build doesn't work in parallel, so stop trying
9069     
9070     Signed-off-by: Keith Packard <keithp@keithp.com>
9071
9072 commit c661d5de7d9c8e430211e0f97ab0bf3f09a1a543
9073 Author: Keith Packard <keithp@keithp.com>
9074 Date:   Wed Jun 11 18:53:42 2014 -0700
9075
9076     altos: Re-enable telemini v2.0 builds
9077     
9078     Signed-off-by: Keith Packard <keithp@keithp.com>
9079
9080 commit 18b0f0966dfc4d1a716d4faea6f661bd3594bd94
9081 Author: Keith Packard <keithp@keithp.com>
9082 Date:   Wed Jun 11 18:53:10 2014 -0700
9083
9084     altos/telemini-v2.0: Disable beep frequency config on TeleMini v2.0
9085     
9086     Not enough flash otherwise.
9087     
9088     Signed-off-by: Keith Packard <keithp@keithp.com>
9089
9090 commit ac5b15692874ea3f7b3814250ab49c68786aa982
9091 Author: Keith Packard <keithp@keithp.com>
9092 Date:   Wed Jun 11 18:51:19 2014 -0700
9093
9094     altosuilib: Remove old widget-based map UI
9095     
9096     Signed-off-by: Keith Packard <keithp@keithp.com>
9097
9098 commit 7a70e6fe3a11382d7f6653d19afac9ceb563db3b
9099 Author: Keith Packard <keithp@keithp.com>
9100 Date:   Wed Jun 11 18:50:07 2014 -0700
9101
9102     altos: Disable TeleMini v2.0 build for now
9103
9104 commit a8325483adb8d9ffda62d3f4900cf52bde70ff62
9105 Author: Keith Packard <keithp@keithp.com>
9106 Date:   Wed Jun 11 18:48:11 2014 -0700
9107
9108     altoslib: Use GPS seconds as an additional sort key for TeleGPS eeprom
9109     
9110     Long idle periods with TeleGPS can easily overflow 16 bits of tick
9111     count. Using the GPS seconds provides an additional sort which will
9112     span the tick wrap-around.
9113     
9114     Signed-off-by: Keith Packard <keithp@keithp.com>
9115
9116 commit db2443fdbf65b65703217174303027c439124a83
9117 Author: Keith Packard <keithp@keithp.com>
9118 Date:   Wed Jun 11 18:46:47 2014 -0700
9119
9120     altosuilib: Rewrite map GUI bits
9121     
9122     Use a single large Canvas and draw images on top by hand.
9123     
9124     Signed-off-by: Keith Packard <keithp@keithp.com>
9125
9126 commit ac33ca137551e32235cd2a0304da4b5e7af51a44
9127 Author: Keith Packard <keithp@keithp.com>
9128 Date:   Tue Jun 10 11:36:03 2014 -0700
9129
9130     telegps: Add statistics tab to graph UI
9131     
9132     Signed-off-by: Keith Packard <keithp@keithp.com>
9133
9134 commit 73249dbf16382c91c2a220ff852a4f099fe0de3d
9135 Author: Keith Packard <keithp@keithp.com>
9136 Date:   Tue Jun 10 11:35:30 2014 -0700
9137
9138     altosuilib: Move AltosFlightStatsTable to altosuilib
9139     
9140     So that TeleGPS can share it
9141     
9142     Signed-off-by: Keith Packard <keithp@keithp.com>
9143
9144 commit 9ef32b103c5c312aaa90b6546e504f2edeb1f99a
9145 Author: Keith Packard <keithp@keithp.com>
9146 Date:   Tue Jun 10 11:34:21 2014 -0700
9147
9148     altosuilib: Skip voice announcements for invalid values
9149     
9150     When height and speed values aren't available, don't say anything
9151     
9152     Signed-off-by: Keith Packard <keithp@keithp.com>
9153
9154 commit 90686853e46b7f0df9bdaf671f859819eef926e0
9155 Author: Keith Packard <keithp@keithp.com>
9156 Date:   Tue Jun 10 11:32:57 2014 -0700
9157
9158     altosui: Show "Missing" instead of huge numbers in descent/landed tabs
9159     
9160     Signed-off-by: Keith Packard <keithp@keithp.com>
9161
9162 commit 7bdd0deabaae38ddfecd1ea2ea8deaf9af40b2ac
9163 Author: Keith Packard <keithp@keithp.com>
9164 Date:   Tue Jun 10 11:31:53 2014 -0700
9165
9166     altoslib: Use GPS speed/height values when other sensors are missing
9167     
9168     This lets TeleGPS report height/speed values without needing to
9169     customize every AltosState user to pull out GPS values when the other
9170     sensors aren't present.
9171     
9172     Signed-off-by: Keith Packard <keithp@keithp.com>
9173
9174 commit 6fc58142d2a108c91d257eb0175098bf082834f9
9175 Author: Keith Packard <keithp@keithp.com>
9176 Date:   Tue Jun 10 11:30:36 2014 -0700
9177
9178     altosuilib: Split battery graph enable out from other adc enables
9179     
9180     This lets TeleGPS just show the battery voltage values without also
9181     adding enable lines for the other flight computer ADC values like
9182     ignitor voltages.
9183     
9184     Signed-off-by: Keith Packard <keithp@keithp.com>
9185
9186 commit 9d39bbd22e6cde1bbb39e7b5450f297d47365769
9187 Author: Keith Packard <keithp@keithp.com>
9188 Date:   Tue Jun 10 10:19:43 2014 -0700
9189
9190     altoslib: Check for time going backwards when replaying from file
9191     
9192     Signed-off-by: Keith Packard <keithp@keithp.com>
9193
9194 commit ff13cf1359e1f4ae33b16a5867fd364993566b65
9195 Author: Keith Packard <keithp@keithp.com>
9196 Date:   Tue Jun 10 10:18:44 2014 -0700
9197
9198     altoslib: Add new 'stateless' flight state for TeleGPS
9199     
9200     TeleGPS has no flight state, so add a new 'stateless' state for code
9201     to handle this case differently than any of the existing states
9202     
9203     Signed-off-by: Keith Packard <keithp@keithp.com>
9204
9205 commit 871fb4753a3b54cc2e22309e80e24dfe9cc54511
9206 Author: Keith Packard <keithp@keithp.com>
9207 Date:   Tue Jun 10 10:15:47 2014 -0700
9208
9209     altoslib: TeleGPS no longer logs satellite information
9210     
9211     This doubles the amount of space available to log position information
9212     
9213     Signed-off-by: Keith Packard <keithp@keithp.com>
9214
9215 commit 5f2029bd4e31289fb03e6af39abdbc16f8b8fa78
9216 Author: Keith Packard <keithp@keithp.com>
9217 Date:   Tue Jun 10 10:14:07 2014 -0700
9218
9219     altoslib/altosui/telegps: Switch TeleGPS config to motion/interval
9220     
9221     TeleGPS had configurable boost-detect values; those have been replaced
9222     with a configurable stop-tracking motion limit and logging/telemetry
9223     interval value.
9224     
9225     Signed-off-by: Keith Packard <keithp@keithp.com>
9226
9227 commit ae1174317fc476e39077f7dc257ec08709c6b301
9228 Author: Keith Packard <keithp@keithp.com>
9229 Date:   Tue Jun 10 10:11:03 2014 -0700
9230
9231     altoslib/altosui/telegps: Change log size configuration
9232     
9233     * Use new log-space value provided by firmware when available.
9234     
9235     * Divide that up into 1-8 flights and offer those sizes as options to
9236       the user instead of a fixed set of sizes.
9237     
9238     * Show how many flights each selection will store
9239     
9240     * This also checks values provided by the user
9241     
9242     Signed-off-by: Keith Packard <keithp@keithp.com>
9243
9244 commit 44ca50a2c9404c92cc887a23dfa25b335ebe6198
9245 Author: Keith Packard <keithp@keithp.com>
9246 Date:   Tue Jun 10 09:55:04 2014 -0700
9247
9248     altos: Set TeleGPS default log size to half of avaiable memory
9249     
9250     LPC11U14 doesn't have on-chip config space, so we're consuming a block
9251     of external flash. As a result, only 1984kB are available for
9252     logging. Set the default log size to half of that to store two flights.
9253     
9254     Signed-off-by: Keith Packard <keithp@keithp.com>
9255
9256 commit 9d7f4fb6af0fee843191766858e39a481aeda347
9257 Author: Keith Packard <keithp@keithp.com>
9258 Date:   Tue Jun 10 09:52:15 2014 -0700
9259
9260     altos: Simplify tracker logic, removing boost detect
9261     
9262     This removes the ao_flight_state value from the tracker code and makes
9263     it simply log position information when the device has moved within
9264     the last 10 log intervals. This also changes the configuration
9265     parameters to define what 'motionless' means, and what interval to
9266     configure the GPS receiver for, log data and send telemetry.
9267     
9268     Signed-off-by: Keith Packard <keithp@keithp.com>
9269
9270 commit c5a7889a8da3da64deb0f118656784e0ee3fd511
9271 Author: Keith Packard <keithp@keithp.com>
9272 Date:   Tue Jun 10 09:47:04 2014 -0700
9273
9274     Revert adding state to GPS location packets
9275     
9276     TeleGPS no longer has ao_flight_state
9277     
9278     Signed-off-by: Keith Packard <keithp@keithp.com>
9279
9280 commit f6d633d73a8f826cf2a3128e3e234bd11af49718
9281 Author: Keith Packard <keithp@keithp.com>
9282 Date:   Tue Jun 10 09:44:57 2014 -0700
9283
9284     Revert "ao-tools: Parse TeleGPS state value from gps location packet"
9285     
9286     This reverts commit 428d09294ba0395fedd71346ad00fd90a4cdde97.
9287
9288 commit da9575fce5ff4dfe83522e290973a01c43e4661f
9289 Author: Keith Packard <keithp@keithp.com>
9290 Date:   Tue Jun 10 09:42:43 2014 -0700
9291
9292     altos: Make extra pyro channel firing time configurable
9293     
9294     This adds a 'I' parameter to set the extra pyro channel firing time
9295     (in ticks). This has no effect on the main/drogue channels.
9296     
9297     Signed-off-by: Keith Packard <keithp@keithp.com>
9298
9299 commit 75df97b5f6ade3310618a477b685d39b7fd4666e
9300 Author: Keith Packard <keithp@keithp.com>
9301 Date:   Tue Jun 10 09:37:43 2014 -0700
9302
9303     altos: Report total available log space in version command
9304     
9305     This provides a more accurate means of determining available log space
9306     than guessing whether some portion of the flash chip holds
9307     configuration data.
9308     
9309     Signed-off-by: Keith Packard <keithp@keithp.com>
9310
9311 commit 998eae61ecf56dd6ead4ec6ad82c952ae84170df
9312 Author: Keith Packard <keithp@keithp.com>
9313 Date:   Tue Jun 10 09:36:59 2014 -0700
9314
9315     Revert "altos: Write current flight state to GPS data from GPS drivers"
9316     
9317     This reverts commit db6003d34595fbd103d5b131912b6a797254f1c5.
9318
9319 commit d696b34b4823647e2e91093ba9d5a351d3a52f8a
9320 Author: Keith Packard <keithp@keithp.com>
9321 Date:   Sun Jun 8 16:08:30 2014 -0700
9322
9323     Revert "altoslib: Parse TeleGPS state value from GPS telemetry packet"
9324     
9325     This reverts commit d69547796caf74405f8304d23d4ae318315bbd7b.
9326
9327 commit 5c117621444bc13aebbc7dc618b4a56f620931ac
9328 Author: Keith Packard <keithp@keithp.com>
9329 Date:   Sat Jun 7 22:37:30 2014 -0700
9330
9331     Bump to version 1.3.2.4
9332
9333 commit b33de8ba1e48d8ad0cb78f1c5692bb81da916080
9334 Author: Keith Packard <keithp@keithp.com>
9335 Date:   Sat Jun 7 22:25:17 2014 -0700
9336
9337     altoslib: Recover battery voltage from TeleGPS configuration packet
9338     
9339     TeleGPS stuffs battery voltage in the apogee_delay slot of the
9340     configuration packet. Pull it out from there and stick it into the
9341     current state.
9342     
9343     Signed-off-by: Keith Packard <keithp@keithp.com>
9344
9345 commit 6950506beacb1bcd5b8e54c3935174cf800e9aed
9346 Author: Keith Packard <keithp@keithp.com>
9347 Date:   Sat Jun 7 22:24:08 2014 -0700
9348
9349     altoslib: TeleMega uses 5.6k/10k divider for v_batt
9350     
9351     I suspect the 15 and 27 values are a 'close approximation' for integer
9352     work on the cc1111 devices
9353     
9354     Signed-off-by: Keith Packard <keithp@keithp.com>
9355
9356 commit ee2216af17f23781ea912caba29fbd7e4d9ff480
9357 Author: Keith Packard <keithp@keithp.com>
9358 Date:   Sat Jun 7 22:23:19 2014 -0700
9359
9360     altos: Enable ADC for TeleGPS v1.0 battery voltage measuring
9361     
9362     Signed-off-by: Keith Packard <keithp@keithp.com>
9363
9364 commit ef85b3bc5300904ebfb878b1c7313a82b5b7aebf
9365 Author: Keith Packard <keithp@keithp.com>
9366 Date:   Sat Jun 7 21:57:43 2014 -0700
9367
9368     altos: Encode TeleGPS battery voltage in configuration packet
9369     
9370     TeleGPS doesn't need apogee delay, so re-purpose it for the battery voltage
9371     
9372     Signed-off-by: Keith Packard <keithp@keithp.com>
9373
9374 commit d69547796caf74405f8304d23d4ae318315bbd7b
9375 Author: Keith Packard <keithp@keithp.com>
9376 Date:   Sat Jun 7 21:13:40 2014 -0700
9377
9378     altoslib: Parse TeleGPS state value from GPS telemetry packet
9379     
9380     TeleGPS adds 0x80 to the state value to signify that this otherwise
9381     unused byte contains the current state value
9382     
9383     Signed-off-by: Keith Packard <keithp@keithp.com>
9384
9385 commit 428d09294ba0395fedd71346ad00fd90a4cdde97
9386 Author: Keith Packard <keithp@keithp.com>
9387 Date:   Sat Jun 7 21:12:44 2014 -0700
9388
9389     ao-tools: Parse TeleGPS state value from gps location packet
9390     
9391     TeleGPS encodes state in a spare gps location packet byte, masking in
9392     0x80 to signify that the state value is valid
9393     
9394     Signed-off-by: Keith Packard <keithp@keithp.com>
9395
9396 commit 23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1
9397 Author: Keith Packard <keithp@keithp.com>
9398 Date:   Sat Jun 7 21:12:09 2014 -0700
9399
9400     altos: Make telegps builds depend on ao_tracker.h
9401     
9402     Signed-off-by: Keith Packard <keithp@keithp.com>
9403
9404 commit d165079b9275c69e727a1dac996ad1788c58ed40
9405 Author: Keith Packard <keithp@keithp.com>
9406 Date:   Sat Jun 7 21:11:33 2014 -0700
9407
9408     altos: Reduce tracker GPS buffer to 4 samples
9409     
9410     We just don't have enough RAM for 8 samples.
9411     
9412     Signed-off-by: Keith Packard <keithp@keithp.com>
9413
9414 commit bd9e4f30b2a491b030246943767960ab053ac94c
9415 Author: Keith Packard <keithp@keithp.com>
9416 Date:   Sat Jun 7 21:05:01 2014 -0700
9417
9418     altos: Define lat/lon sum variables as 64-bit instead of 16
9419     
9420     Oops. 16 bits won't hold position information...
9421     
9422     Signed-off-by: Keith Packard <keithp@keithp.com>
9423
9424 commit 08550425fca3da73d8f16de567a2c956b85d676e
9425 Author: Keith Packard <keithp@keithp.com>
9426 Date:   Sat Jun 7 21:02:26 2014 -0700
9427
9428     altos: Use 0x80 to indicate valid state value in the GPS location packet
9429     
9430     And only set this for tracker products; other products place state in
9431     separate state packets
9432     
9433     Signed-off-by: Keith Packard <keithp@keithp.com>
9434
9435 commit d8b271502bfd1301b2244e3be5e8c9917a9c624a
9436 Author: Keith Packard <keithp@keithp.com>
9437 Date:   Sat Jun 7 12:17:46 2014 -0700
9438
9439     Set version to 1.3.2.3
9440     
9441     Mayhem 2014 Saturday 2014-6-7
9442     
9443     Signed-off-by: Keith Packard <keithp@keithp.com>
9444
9445 commit d550c3b3eccbb0283c588b5df69edb2e9b44b4cc
9446 Author: Keith Packard <keithp@keithp.com>
9447 Date:   Sat Jun 7 11:52:28 2014 -0700
9448
9449     telegps: Track graph windows as one of the TeleGPS windows
9450     
9451     TeleGPS exits when the number of windows goes to zero; track graphing
9452     windows in addition to the usual flight monitoring windows.
9453     
9454     Signed-off-by: Keith Packard <keithp@keithp.com>
9455
9456 commit 9f2189e0b99aa32b788ecb4576dcb9bcc926f4e2
9457 Author: Keith Packard <keithp@keithp.com>
9458 Date:   Sat Jun 7 11:50:42 2014 -0700
9459
9460     altosuilib: Fix crash when initializing site map cache
9461     
9462     Signed-off-by: Keith Packard <keithp@keithp.com>
9463
9464 commit 611dc26ab4a3ee303c0253698b1e12931aa3644f
9465 Author: Keith Packard <keithp@keithp.com>
9466 Date:   Sat Jun 7 11:50:04 2014 -0700
9467
9468     altosuilib: Add GPS altitude as a possible graph value
9469     
9470     Signed-off-by: Keith Packard <keithp@keithp.com>
9471
9472 commit 5617919091d4c4a1e627470ddab0b45cf649f7a1
9473 Author: Keith Packard <keithp@keithp.com>
9474 Date:   Sat Jun 7 11:49:14 2014 -0700
9475
9476     altosuilib: Show GPS instead of (missing) flight data for TeleGPS graphs
9477     
9478     Signed-off-by: Keith Packard <keithp@keithp.com>
9479
9480 commit e0dfa934ba76d6f913af37999e05c20e614bd3e9
9481 Author: Keith Packard <keithp@keithp.com>
9482 Date:   Sat Jun 7 11:47:11 2014 -0700
9483
9484     altoslib: Record whether flight data includes sensor values in AltosFlightStats
9485     
9486     Provide a way to elide the usual flight data from a graph for TeleGPS
9487     
9488     Signed-off-by: Keith Packard <keithp@keithp.com>
9489
9490 commit fcea12ac416b1eab11e9e8aae801358574308f73
9491 Author: Keith Packard <keithp@keithp.com>
9492 Date:   Sat Jun 7 11:46:32 2014 -0700
9493
9494     altoslib:  Add TeleGPS log parsing code
9495     
9496     Signed-off-by: Keith Packard <keithp@keithp.com>
9497
9498 commit 537db628c0223f0c1f797705a353857c696f8051
9499 Author: Keith Packard <keithp@keithp.com>
9500 Date:   Sat Jun 7 11:44:55 2014 -0700
9501
9502     altoslib: All products with logging have the 'l' command
9503     
9504     Instead of listing products with the 'l' command, just exclude
9505     products that don't have logging from using the 'l' command to collect
9506     the number of stored flights.
9507     
9508     Signed-off-by: Keith Packard <keithp@keithp.com>
9509
9510 commit d562a5d3a6dfea334a66ee74893b400bdca09315
9511 Author: Keith Packard <keithp@keithp.com>
9512 Date:   Sat Jun 7 11:44:07 2014 -0700
9513
9514     altos: Switch TeleGPS to GPS logging format
9515     
9516     It's customized for TeleGPS uses
9517     
9518     Signed-off-by: Keith Packard <keithp@keithp.com>
9519
9520 commit d71e6a5fc68d5b9bc1d12bbfc3fd5a4d86fb12f2
9521 Author: Keith Packard <keithp@keithp.com>
9522 Date:   Sat Jun 7 11:41:59 2014 -0700
9523
9524     altos: Update other CONFIG_EEPROM users to set LOG_ERASE_MARK
9525     
9526     All products placing config and erase marks in on-CPU EEPROM needs to
9527     configure the erase code correctly.
9528     
9529     Signed-off-by: Keith Packard <keithp@keithp.com>
9530
9531 commit 394ab536257ab58de0190b3828dd3bb897ad4474
9532 Author: Keith Packard <keithp@keithp.com>
9533 Date:   Sat Jun 7 11:40:41 2014 -0700
9534
9535     altos: Write tracker logging from tracker thread directly
9536     
9537     Also, logs 8 pre-launch GPS packets so we can get the ground position.
9538     
9539     Signed-off-by: Keith Packard <keithp@keithp.com>
9540
9541 commit db6003d34595fbd103d5b131912b6a797254f1c5
9542 Author: Keith Packard <keithp@keithp.com>
9543 Date:   Sat Jun 7 11:39:10 2014 -0700
9544
9545     altos: Write current flight state to GPS data from GPS drivers
9546     
9547     This will be useful with TeleGPS which has no other packet containing
9548     flight state.
9549     
9550     Signed-off-by: Keith Packard <keithp@keithp.com>
9551
9552 commit 302842ccda46a0a3d58b60d5c7fc82e05f614b0b
9553 Author: Keith Packard <keithp@keithp.com>
9554 Date:   Sat Jun 7 11:34:29 2014 -0700
9555
9556     altos: Add TeleGPS logging format
9557     
9558     This is mostly like the mega format, but places the flight state in a
9559     spare byte of the GPS data and writes the gps starting location to the
9560     flight packet.
9561     
9562     Log data is written by the main tracker thread; there's no reason for
9563     a separate thread given the GPS update rate and the lack of flight
9564     controls. This means ao_log_gps has an API to be called from there,
9565     rather than a thread to run.
9566     
9567     Signed-off-by: Keith Packard <keithp@keithp.com>
9568
9569 commit 62aa51f0b785bea146d1e9331e6253de2d547c94
9570 Author: Keith Packard <keithp@keithp.com>
9571 Date:   Sat Jun 7 11:01:14 2014 -0700
9572
9573     altos/telemega-v1.0: Adjust config params to make flight erase work
9574     
9575     Flight erase records are supposed to be written after the ao_config to
9576     eeprom in telemega. They were getting written in the middle of one of
9577     the pyro channel config blocks. Put a bunch of space between the two
9578     by making the config max 1024 bytes instead of 128 bytes.
9579     
9580     Set the log erase marker to 0x55 -- eeprom comes from the factory as
9581     0x00, so we use any value other than 0x55 to indicate 'unused' erase
9582     slots.
9583     
9584     Save space for more flight erase blocks; we've  got plenty.
9585     
9586     Signed-off-by: Keith Packard <keithp@keithp.com>
9587
9588 commit 5d973570ef2324b21a64477eecb0a292652ff467
9589 Author: Keith Packard <keithp@keithp.com>
9590 Date:   Sat Jun 7 10:54:14 2014 -0700
9591
9592     altos: Clear out eeprom erase records when writing entry 0
9593     
9594     When writing config/erase to eeprom, there's no 'erase' operation as
9595     on-chip eeprom is writable at a byte level. As such, we can't tell
9596     when the erase blocks get reset when the config gets written. When
9597     this happens, erase block 0 gets written explicitly, so just use that
9598     call to trigger explicit erasing of the data.
9599     
9600     Signed-off-by: Keith Packard <keithp@keithp.com>
9601
9602 commit 1d6ca536c688d35b3cba0a829b04b93c5124b328
9603 Author: Keith Packard <keithp@keithp.com>
9604 Date:   Sat Jun 7 10:09:51 2014 -0700
9605
9606     altos: Allow value other than 0 for marking erased flights
9607     
9608     on-chip eeprom doesn't erase to 0xff, so let TeleMega use a different
9609     value.
9610     
9611     Signed-off-by: Keith Packard <keithp@keithp.com>
9612
9613 commit b8a29d65ec605a995de1d1ec8b110d620d2f7a87
9614 Author: Keith Packard <keithp@keithp.com>
9615 Date:   Sat Jun 7 10:05:21 2014 -0700
9616
9617     altos: Allow AO_CONFIG_MAX_SIZE to be configured. Validate it.
9618     
9619     TeleMega config is 200 bytes. AO_CONFIG_MAX_SIZE was 128. That didn't
9620     work out well when logging erased flight information. Allow TeleMega
9621     to use a larger value (1k), and then do a compiler hack to make sure
9622     the defined value is at least as large as the ao_config structure.
9623     
9624     Signed-off-by: Keith Packard <keithp@keithp.com>
9625
9626 commit 1873d539a8f1a0e1e8ad539af5d49a77a129b928
9627 Author: Keith Packard <keithp@keithp.com>
9628 Date:   Sat Jun 7 07:41:11 2014 -0700
9629
9630     altos: Move ao_tracker.c to kernel
9631     
9632     Doesn't make sense to be in product
9633     
9634     Signed-off-by: Keith Packard <keithp@keithp.com>
9635
9636 commit 6a79fe8144dcab10294caa4b0eac967eeb0d8e7e
9637 Author: Keith Packard <keithp@keithp.com>
9638 Date:   Thu Jun 5 21:42:10 2014 -0700
9639
9640     altos: Add telegps-v1.0 code and loader
9641     
9642     Signed-off-by: Keith Packard <keithp@keithp.com>
9643
9644 commit 0e867c67c8e2c40058ae36723e06b2ce00bd0419
9645 Author: Keith Packard <keithp@keithp.com>
9646 Date:   Thu Jun 5 21:40:39 2014 -0700
9647
9648     altos/telegps-v0.3: Remove ao_flight_number from main program
9649     
9650     We've got logging enabled now
9651     
9652     Signed-off-by: Keith Packard <keithp@keithp.com>
9653
9654 commit f830d4e9202d2a138fc9aaacb2388f94390399db
9655 Author: Keith Packard <keithp@keithp.com>
9656 Date:   Thu Jun 5 21:39:50 2014 -0700
9657
9658     altos/telegps-v0.3: Disable APRS by default. Set log max to 1M
9659     
9660     And adjust default radio cal to be a bit closer
9661     
9662     Signed-off-by: Keith Packard <keithp@keithp.com>
9663
9664 commit cab6d80f11e07dd26b865727eb7ce4fd45be5c7c
9665 Author: Keith Packard <keithp@keithp.com>
9666 Date:   Thu Jun 5 21:37:38 2014 -0700
9667
9668     altos: Force telemetry on by default for v0.3 TeleGPS boards
9669     
9670     These don't have a USB connect indicator, so just turn on telemetry by
9671     default
9672     
9673     Signed-off-by: Keith Packard <keithp@keithp.com>
9674
9675 commit 102b1977c138b30c2d2592ab310f7be072130a3b
9676 Author: Keith Packard <keithp@keithp.com>
9677 Date:   Thu Jun 5 21:36:16 2014 -0700
9678
9679     altos/lpc: HAS_USB_CONNECT has been changed to mean a custom pin
9680     
9681     The LPC stuff isn't actually very useful and TeleGPS uses a custom pin
9682     instead, and was using HAS_USB_CONNECT to mean the same thing. That
9683     wasn't good.
9684     
9685     Signed-off-by: Keith Packard <keithp@keithp.com>
9686
9687 commit ec3de3ac461f2380d23c5c5d948333a9a210c400
9688 Author: Keith Packard <keithp@keithp.com>
9689 Date:   Thu Jun 5 21:35:41 2014 -0700
9690
9691     altos: Fix config to set default log size for all devices with log
9692     
9693     Not just devices with flight
9694     
9695     Signed-off-by: Keith Packard <keithp@keithp.com>
9696
9697 commit d8f84ba82bab653c041eb85f93b9dcb1083bd849
9698 Author: Keith Packard <keithp@keithp.com>
9699 Date:   Thu Jun 5 18:55:26 2014 -0700
9700
9701     altos: Add AO_LOG_FLIGHT packet to TeleGPS logs
9702     
9703     This encodes the flight number for tracking of data files.
9704     
9705     Signed-off-by: Keith Packard <keithp@keithp.com>
9706
9707 commit fe0aaf4413035f9de2c805c612c71188ec8c6f4d
9708 Author: Keith Packard <keithp@keithp.com>
9709 Date:   Thu Jun 5 18:49:59 2014 -0700
9710
9711     altos/telegps-v0.3: Add tracker task
9712     
9713     Signed-off-by: Keith Packard <keithp@keithp.com>
9714
9715 commit 6160ddadeae324b4a68db800c98c339156b63076
9716 Author: Keith Packard <keithp@keithp.com>
9717 Date:   Thu Jun 5 18:49:01 2014 -0700
9718
9719     altos: Add debug to tracker to force launch
9720     
9721     This lets us test the move from pad to drogue state
9722     
9723     Signed-off-by: Keith Packard <keithp@keithp.com>
9724
9725 commit 4a29df3f9f6c4969eb01598f6917ce78c9ce37a6
9726 Author: Keith Packard <keithp@keithp.com>
9727 Date:   Thu Jun 5 18:47:27 2014 -0700
9728
9729     altos: tracker distance computation flipped arguments around
9730     
9731     ao_distance takes (lat, lon, lat, lon) not (lat, lat, lon, lon)
9732     
9733     Signed-off-by: Keith Packard <keithp@keithp.com>
9734
9735 commit b619199345256cdc456f8a0b99c0ad9335e877c7
9736 Author: Keith Packard <keithp@keithp.com>
9737 Date:   Thu Jun 5 18:45:18 2014 -0700
9738
9739     altos: Fix tracker start state
9740     
9741     Make sure log can start by scanning existing logs
9742     Enable RDF by default
9743     Turn off telemetry until we decide whether to turn it on in the loop
9744     Allow TeleGPS v0.3 to run without ADC
9745     
9746     Signed-off-by: Keith Packard <keithp@keithp.com>
9747
9748 commit 97dac0f66bc938940e6b49409d950a1736c92655
9749 Author: Keith Packard <keithp@keithp.com>
9750 Date:   Thu Jun 5 18:44:26 2014 -0700
9751
9752     altos: Stick flight state in GPS location packets
9753     
9754     Useful for TeleGPS
9755     
9756     Signed-off-by: Keith Packard <keithp@keithp.com>
9757
9758 commit eebcf07950e909e4516b08c32e289a870f772793
9759 Author: Keith Packard <keithp@keithp.com>
9760 Date:   Thu Jun 5 18:35:45 2014 -0700
9761
9762     altos: Have tracker average 5 GPS samples before moving to pad mode
9763     
9764     Avoids early GPS noise right after lock
9765     
9766     Signed-off-by: Keith Packard <keithp@keithp.com>
9767
9768 commit e063701310c1ab5b766c27f24088699aad142fbd
9769 Author: Keith Packard <keithp@keithp.com>
9770 Date:   Thu Jun 5 18:33:33 2014 -0700
9771
9772     altos: Change tracker not-moving speed to 2m/s and document
9773     
9774     Just adjust to avoid sensing motion from GPS noise
9775     
9776     Signed-off-by: Keith Packard <keithp@keithp.com>
9777
9778 commit d7df6e8c47df35c0d27f1a2559ecc305ef28d271
9779 Author: Keith Packard <keithp@keithp.com>
9780 Date:   Thu Jun 5 18:31:06 2014 -0700
9781
9782     altos: ao_distance was overflowing when checking for longitude wrap
9783     
9784     Need to shift everyone right one bit to fit in 32 bits
9785     
9786     Signed-off-by: Keith Packard <keithp@keithp.com>
9787
9788 commit 2db2b75f8847ca0066bb19771653a65c9098ae52
9789 Author: Keith Packard <keithp@keithp.com>
9790 Date:   Thu Jun 5 17:24:57 2014 -0700
9791
9792     altos: Allow cc115l driver to be built without radio power control
9793     
9794     TeleGPS just wants full power, so remove the configuration option
9795     
9796     Signed-off-by: Keith Packard <keithp@keithp.com>
9797
9798 commit b8201bc9ba4a5f5f0522b68493cd5e7f013fd4bb
9799 Author: Keith Packard <keithp@keithp.com>
9800 Date:   Thu Jun 5 17:14:28 2014 -0700
9801
9802     altos: Include sensor logging task only on flight boards
9803     
9804     This lets TeleGPS use the logging infrastructure without wasting a
9805     task to log sensor data
9806     
9807     Signed-off-by: Keith Packard <keithp@keithp.com>
9808
9809 commit 3e28d8a242955d65d8cd50dbba4cad4609e2e1ae
9810 Author: Keith Packard <keithp@keithp.com>
9811 Date:   Thu Jun 5 17:12:06 2014 -0700
9812
9813     altos: Add tracker task for TeleGPS
9814     
9815     This replaces the flight code to monitor GPS state and switch flight
9816     states between startup/pad/drogue
9817     
9818     Signed-off-by: Keith Packard <keithp@keithp.com>
9819
9820 commit 6e152dd5c0786a650aed8f0c09babdc93895bff1
9821 Author: Keith Packard <keithp@keithp.com>
9822 Date:   Thu Jun 5 17:10:28 2014 -0700
9823
9824     altos: Add ao_distance.c to compute cartesian distances on the globe
9825     
9826     This is not a great circle distance, but should be good enough for
9827     points reasonably close together
9828     
9829     Signed-off-by: Keith Packard <keithp@keithp.com>
9830
9831 commit 8e7b8b0533e03e89425296d464b7a1a26fb63686
9832 Author: Keith Packard <keithp@keithp.com>
9833 Date:   Thu Jun 5 16:52:36 2014 -0700
9834
9835     telegps: Update icon and icon building
9836     
9837     Switch to satellite icon, build the osx and windows icons.
9838     
9839     Signed-off-by: Keith Packard <keithp@keithp.com>
9840
9841 commit 1bcafc452f50e518c4d86cbd6b9057c4bf7e676f
9842 Author: Keith Packard <keithp@keithp.com>
9843 Date:   Thu Jun 5 16:50:29 2014 -0700
9844
9845     altosuilib: Let the user hand-edit the preload map radius
9846     
9847     In case they want more than 5
9848     
9849     Signed-off-by: Keith Packard <keithp@keithp.com>
9850
9851 commit f59d69064763cfad2b4b15fd9660fd5fa21dba5e
9852 Author: Keith Packard <keithp@keithp.com>
9853 Date:   Mon Jun 2 23:43:54 2014 -0700
9854
9855     doc: Create release notes for version 1.4
9856     
9857     Signed-off-by: Keith Packard <keithp@keithp.com>
9858
9859 commit cd2179cb0d71749f3637cc3ee03ccc6adfd74aae
9860 Author: Keith Packard <keithp@keithp.com>
9861 Date:   Mon Jun 2 22:59:23 2014 -0700
9862
9863     telegps: Trap AltosConfigDataException in telegps config
9864     
9865     This was added for pyro configuration errors in AltosUI
9866     
9867     Signed-off-by: Keith Packard <keithp@keithp.com>
9868
9869 commit 5e4087cd2fbb3ac67f90cd82edaa73c1eedbf67c
9870 Author: Keith Packard <keithp@keithp.com>
9871 Date:   Mon Jun 2 22:23:31 2014 -0700
9872
9873     altoslib: Add missing AltosConfigDataException file
9874
9875 commit ace5f42b5567cff07a61b622171ac364ea8c165d
9876 Author: Keith Packard <keithp@keithp.com>
9877 Date:   Mon Jun 2 22:07:39 2014 -0700
9878
9879     altosui: Display error message when parsing pyro channel values fails
9880     
9881     Build an exception handling chain to get numeric parse errors
9882     propagated all the way back to the original 'save' command and up into
9883     a dialog window, including the pyro channel, field and value that were
9884     in error.
9885     
9886     Signed-off-by: Keith Packard <keithp@keithp.com>
9887
9888 commit 206fbb99d28961ce159e3affdd5c96f5e379a603
9889 Author: Keith Packard <keithp@keithp.com>
9890 Date:   Mon Jun 2 22:06:22 2014 -0700
9891
9892     altosui: Fix pyro channel value formatting
9893     
9894     Was using %6.1f for 1 and 2 fraction digit values as the
9895     conditional structure for figuring out which format to use was
9896     broken.
9897     
9898     Signed-off-by: Keith Packard <keithp@keithp.com>
9899
9900 commit d20c608ce833fb8949dce527f92887775d216823
9901 Author: Keith Packard <keithp@keithp.com>
9902 Date:   Mon Jun 2 22:05:11 2014 -0700
9903
9904     altos: Fetch/store only 8 bits for pyro state values
9905     
9906     These fields are uint8_t, not int16_t. Fetching and storing 16 bits is
9907     a bad idea.
9908     
9909     Signed-off-by: Keith Packard <keithp@keithp.com>
9910
9911 commit b7abc063fb27da29cd7a717bbea15f92882bd205
9912 Author: Keith Packard <keithp@keithp.com>
9913 Date:   Mon Jun 2 22:04:11 2014 -0700
9914
9915     altos: Maximum pyro configuration parameter has 4 bytes in the name
9916     
9917     "f>=" needs four bytes, not just three to store the whole string. If
9918     we only store three, then we never manage to compare correctly as the
9919     null terminating byte is missing.
9920     
9921     Signed-off-by: Keith Packard <keithp@keithp.com>
9922
9923 commit 7385c76af46ff400b9e79a8540199be289cb57c0
9924 Author: Keith Packard <keithp@keithp.com>
9925 Date:   Mon Jun 2 22:03:26 2014 -0700
9926
9927     altos: Configuring pyro channels can use more than 48 characters
9928     
9929     Increase the command buffer from 48 to 128 bytes to hold the longest
9930     pyro configuration commands
9931     
9932     Signed-off-by: Keith Packard <keithp@keithp.com>
9933
9934 commit 177d3c0333fd4218f01e05c78cbc5f186c8e32c0
9935 Author: Keith Packard <keithp@keithp.com>
9936 Date:   Fri May 30 17:27:10 2014 -0700
9937
9938     altos: Allow sparse GPS data logging for TeleGPS
9939     
9940     When the device hasn't moved for a while, stop logging data. Start as
9941     soon as it moves again.
9942     
9943     Signed-off-by: Keith Packard <keithp@keithp.com>
9944
9945 commit 12c408c5aa1d234fe9c946078d8a343b4fda7ebb
9946 Author: Keith Packard <keithp@keithp.com>
9947 Date:   Fri May 30 17:30:08 2014 -0700
9948
9949     altos: Test APRS altitude encoding
9950     
9951     Verify fixed point version against naïve implementation
9952     
9953     Signed-off-by: Keith Packard <keithp@keithp.com>
9954
9955 commit a7b0a5613c8e59b4c672b21f8d0890fd5cffd4dc
9956 Author: Keith Packard <keithp@keithp.com>
9957 Date:   Fri May 30 17:24:51 2014 -0700
9958
9959     altos: Switch APRS altitude encoding computation to fixed point
9960     
9961     APRS altitude is logarithmically encoded, so this implementation
9962     includes a fixed point log-base-2 function along with a bit of other
9963     fixed point stuff. This eliminates all floating point from TeleGPS,
9964     saving around 4kB of code space.
9965     
9966     Signed-off-by: Keith Packard <keithp@keithp.com>
9967
9968 commit 2d9842ee011139f5783a102ceb2b7f4c88b1a10f
9969 Author: Keith Packard <keithp@keithp.com>
9970 Date:   Fri May 30 17:17:42 2014 -0700
9971
9972     telegps: Add config for tracker starting distances
9973     
9974     Signed-off-by: Keith Packard <keithp@keithp.com>
9975
9976 commit 29d325f418b401f61580288b5947b0df8ac5b717
9977 Author: Keith Packard <keithp@keithp.com>
9978 Date:   Thu May 29 22:03:48 2014 -0700
9979
9980     telegps: Fixup windows fat build harder
9981
9982 commit b74dfc9c2cbe14593738eb994e9163d466155326
9983 Author: Keith Packard <keithp@keithp.com>
9984 Date:   Thu May 29 21:48:11 2014 -0700
9985
9986     TeleGPS firmware isn't quite ready, don't include in windows fat build yet
9987
9988 commit e60d0456f59c76ad786bc8f8065fbe84e6cae922
9989 Author: Keith Packard <keithp@keithp.com>
9990 Date:   Thu May 29 21:37:53 2014 -0700
9991
9992     Capture windows build error messages
9993
9994 commit 48074131ad05b4646e5d2dcf30ba4a1d17e249f8
9995 Author: Keith Packard <keithp@keithp.com>
9996 Date:   Thu May 29 16:39:26 2014 -0700
9997
9998     telegps: Add missing TeleGPSGraphUI.java file
9999     
10000     Signed-off-by: Keith Packard <keithp@keithp.com>
10001
10002 commit ca7e64a09823977e1af028e9482424e643beee68
10003 Author: Keith Packard <keithp@keithp.com>
10004 Date:   Thu May 29 14:40:39 2014 -0700
10005
10006     Build telegps distribution bits with 'make fat'
10007     
10008     Signed-off-by: Keith Packard <keithp@keithp.com>
10009
10010 commit bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057
10011 Author: Keith Packard <keithp@keithp.com>
10012 Date:   Thu May 29 14:36:14 2014 -0700
10013
10014     telegps: Add graph display
10015     
10016     Moved the altosui graph files to altosuilib and fixed things up.
10017     
10018     Signed-off-by: Keith Packard <keithp@keithp.com>
10019
10020 commit f80075be4ebb9c5fe00c24b8c7638fad23267424
10021 Author: Keith Packard <keithp@keithp.com>
10022 Date:   Thu May 29 14:03:58 2014 -0700
10023
10024     java: Refactor AltosFlightDisplay units and font update handling
10025     
10026     Make AltosFlightDisplay explicitly implement AltosFontListener and
10027     AltosUnitsListener interfaces to make everyone use the same API. Then,
10028     actually go implement units listeners so that changing units updates
10029     all of the active displays immediately
10030     
10031     Signed-off-by: Keith Packard <keithp@keithp.com>
10032
10033 commit 71715337eb532a1fbe1a753240e7417d5223489f
10034 Author: Keith Packard <keithp@keithp.com>
10035 Date:   Thu May 29 10:16:15 2014 -0700
10036
10037     telegps: Add info table
10038     
10039     Move a couple of files from altosui to altosuilib, hook up the info
10040     table after changing it to implement the AltosFlightDisplay interface
10041     
10042     Signed-off-by: Keith Packard <keithp@keithp.com>
10043
10044 commit 13f84be8d1568a3fc2ed5eef5dcc2093c149285e
10045 Author: Keith Packard <keithp@keithp.com>
10046 Date:   Wed May 28 22:53:06 2014 -0700
10047
10048     telegps: Add flash device functionality
10049     
10050     Move bits from altosui to altosuilib and use those.
10051     
10052     Signed-off-by: Keith Packard <keithp@keithp.com>
10053
10054 commit 8ba523cd793f2263bb1acd7a5a10f8964075bdc5
10055 Author: Keith Packard <keithp@keithp.com>
10056 Date:   Wed May 28 22:45:23 2014 -0700
10057
10058     telegps: Auto-connect to any base stations plugged in at startup
10059     
10060     Signed-off-by: Keith Packard <keithp@keithp.com>
10061
10062 commit c30130d0bdc18ee351eb3d02e51f70f8a05905b1
10063 Author: Keith Packard <keithp@keithp.com>
10064 Date:   Wed May 28 22:06:43 2014 -0700
10065
10066     telegps: Don't try to ship TeleGPS firmware yet
10067     
10068     It's not quite ready. Instead, ship TBT and TD firmware.
10069     
10070     Signed-off-by: Keith Packard <keithp@keithp.com>
10071
10072 commit 3871b9ac036e3adfa1da089245fc7973b268c921
10073 Author: Keith Packard <keithp@keithp.com>
10074 Date:   Wed May 28 21:56:52 2014 -0700
10075
10076     telegps: Add 'Info' tab
10077     
10078     This contains a summary of the tracking info, including position,
10079     speed and course.
10080     
10081     Signed-off-by: Keith Packard <keithp@keithp.com>
10082
10083 commit 4cec35564324f909dcddeb7c0d83a2daa8223042
10084 Author: Keith Packard <keithp@keithp.com>
10085 Date:   Wed May 28 20:58:01 2014 -0700
10086
10087     telegps: Hook up data download dialog
10088     
10089     Signed-off-by: Keith Packard <keithp@keithp.com>
10090
10091 commit 9a4c2c7fc6af922d052e23a1b99bf847fbf9b0e9
10092 Author: Keith Packard <keithp@keithp.com>
10093 Date:   Wed May 28 20:48:59 2014 -0700
10094
10095     telegps: Add scan UI
10096     
10097     Move scan UI bits into altosuilib, allow telegps to not show telemetry
10098     format options.
10099     
10100     Signed-off-by: Keith Packard <keithp@keithp.com>
10101
10102 commit 82a69777c67128192b50bbf77ace0a6525f49cac
10103 Author: Keith Packard <keithp@keithp.com>
10104 Date:   Wed May 28 20:24:04 2014 -0700
10105
10106     telegps: Add preferences dialog
10107     
10108     Signed-off-by: Keith Packard <keithp@keithp.com>
10109
10110 commit a7fd31842a602a8ac803d0e09efb4ffabf7a289b
10111 Author: Keith Packard <keithp@keithp.com>
10112 Date:   Wed May 28 20:19:44 2014 -0700
10113
10114     telegps: Add device configuration dialogs
10115     
10116     Signed-off-by: Keith Packard <keithp@keithp.com>
10117
10118 commit d6c5904e2a05c8ae023a8cd954cf16c19c477d7d
10119 Author: Keith Packard <keithp@keithp.com>
10120 Date:   Wed May 28 20:00:10 2014 -0700
10121
10122     telegps: Use altosui's Instdrv NSIS plugin for telegps
10123     
10124     Instead of copying it, just point at it
10125     
10126     Signed-off-by: Keith Packard <keithp@keithp.com>
10127
10128 commit fe14315d4cfccf8b53d9c4b7fa79302fd36b2c9a
10129 Author: Keith Packard <keithp@keithp.com>
10130 Date:   Wed May 28 19:50:52 2014 -0700
10131
10132     telegps: Working towards building fat versions of telegps application
10133     
10134     Lots more of the bits necessary for windows/macosx
10135     
10136     Signed-off-by: Keith Packard <keithp@keithp.com>
10137
10138 commit 47ff6f7528e3984012e874f91ea4f5c1d68cb465
10139 Author: Keith Packard <keithp@keithp.com>
10140 Date:   Wed May 28 19:45:01 2014 -0700
10141
10142     doc: Add outline of TeleGPS doc
10143     
10144     No actual content, mostly a place holder to make the build work
10145     
10146     Signed-off-by: Keith Packard <keithp@keithp.com>
10147
10148 commit e19121d5e7368ef723d4642d26c24252a386a790
10149 Author: Keith Packard <keithp@keithp.com>
10150 Date:   Wed May 28 19:44:21 2014 -0700
10151
10152     Mark version 1.3.2.2
10153     
10154     Preliminary 1.3.3 version (1.4?)
10155     
10156     Signed-off-by: Keith Packard <keithp@keithp.com>
10157
10158 commit 2fa7785f9efdefaf0fc2fa8e0b03c85047613b84
10159 Author: Keith Packard <keithp@keithp.com>
10160 Date:   Wed May 28 16:08:30 2014 -0700
10161
10162     telegps: Add first version of telegps
10163     
10164     Not much implemented yet, but a shell of the UI and the map
10165     
10166     Signed-off-by: Keith Packard <keithp@keithp.com>
10167
10168 commit 9b3516419981967a1c6ab956269139977ac368ca
10169 Author: Keith Packard <keithp@keithp.com>
10170 Date:   Wed May 28 16:06:14 2014 -0700
10171
10172     altosui/altosuilib: Shuffle lots more code from altosui into
10173     altosuilib
10174     
10175     All of the bluetooth management stuff, and AltosSerial.
10176     
10177     Signed-off-by: Keith Packard <keithp@keithp.com>
10178
10179 commit 02e657e45e217dc483a81f28020cfe65a826e9be
10180 Author: Keith Packard <keithp@keithp.com>
10181 Date:   Wed May 28 10:43:09 2014 -0700
10182
10183     Document the need for ~/altusmetrumllc/google-maps-api-key
10184     
10185     Stick this in Releasing
10186     
10187     Signed-off-by: Keith Packard <keithp@keithp.com>
10188
10189 commit 9b9e4bf1b51c45553879141811748e65debfc251
10190 Author: Tom Marble <tmarble@info9.net>
10191 Date:   Wed May 28 14:08:02 2014 -0500
10192
10193     jenkins.sh: make -j 4 can fail, fix for altosui-test
10194
10195 commit 96ffe5bbd2a1b44ddda6cb25d37d2b0a672045f5
10196 Author: Tom Marble <tmarble@info9.net>
10197 Date:   Wed May 28 12:50:42 2014 -0500
10198
10199     fix for jenkins.sh
10200
10201 commit 5eaef0c98488fa3fbd3a6494dc15e1b793eb6f94
10202 Author: Tom Marble <tmarble@info9.net>
10203 Date:   Wed May 28 12:38:36 2014 -0500
10204
10205     add jenkins.sh
10206
10207 commit 324380dcf86be338c6d556b901d6889ddde97f7e
10208 Author: Keith Packard <keithp@keithp.com>
10209 Date:   Wed May 28 10:31:47 2014 -0700
10210
10211     altosuilib: Don't try to draw to destroyed map windows
10212     
10213     Signed-off-by: Keith Packard <keithp@keithp.com>
10214
10215 commit 1e5807ef428c9a0eb88ed8a3aef40098ab347d80
10216 Author: Keith Packard <keithp@keithp.com>
10217 Date:   Wed May 28 10:27:52 2014 -0700
10218
10219     altosuilib: Publish AltosSiteMap.centre. Add prefetchMaps with old API
10220     
10221     This gets altosui working again.
10222     
10223     Signed-off-by: Keith Packard <keithp@keithp.com>
10224
10225 commit 52ce41952c5a3c31532fa4f0d1b3155a162b76f4
10226 Author: Keith Packard <keithp@keithp.com>
10227 Date:   Wed May 28 10:16:38 2014 -0700
10228
10229     altosuilib: Update map preloading UI to include zoom and maptypes
10230     
10231     This lets you specify precisely which maps to load.
10232     
10233     Signed-off-by: Keith Packard <keithp@keithp.com>
10234
10235 commit 5c3991768d3cb17fc99ad32b2d6d8d11f0e37dfa
10236 Author: Keith Packard <keithp@keithp.com>
10237 Date:   Wed May 28 02:18:41 2014 -0700
10238
10239     altosuilib: Remove debug printf in AltosSiteMapCache
10240     
10241     Signed-off-by: Keith Packard <keithp@keithp.com>
10242
10243 commit 4a5ef9eaa8b809c56813625133120e7e91fc8e65
10244 Author: Keith Packard <keithp@keithp.com>
10245 Date:   Wed May 28 02:06:18 2014 -0700
10246
10247     altoslib: When log-format is missing, use product
10248     
10249     log-format was added for 1.0; earlier log files don't include that,
10250     but do say which product they're from.
10251     
10252     Signed-off-by: Keith Packard <keithp@keithp.com>
10253
10254 commit 3773e89c47d356c4df58edc5725c33bca89b9605
10255 Author: Keith Packard <keithp@keithp.com>
10256 Date:   Wed May 28 00:42:24 2014 -0700
10257
10258     altosuilib: Add google maps API key, configured with -with-google-key
10259     
10260     This places the actual key outside of the repository, allowing the
10261     user to configure the name of the file containing the key. By default,
10262     this pulls the key from $HOME/altusmetrumllc/google-maps-api-key.
10263     
10264     With the key present, there are no longer any rate limits to loading
10265     map data.
10266     
10267     Signed-off-by: Keith Packard <keithp@keithp.com>
10268
10269 commit e6cfa25702b3dc1d492c5f1a4d0b4ba4831d30bd
10270 Author: Keith Packard <keithp@keithp.com>
10271 Date:   Tue May 27 20:34:29 2014 -0700
10272
10273     altosuilib: Decompress map images asynchronously and in parallel
10274     
10275     This speeds up loading map images from disk quite a bit, and keeps the
10276     UI responsive while that happens as well.
10277     
10278     Signed-off-by: Keith Packard <keithp@keithp.com>
10279
10280 commit 8e44580cbe978f1570d4d2ac13d3dd7cd470ecf7
10281 Author: Keith Packard <keithp@keithp.com>
10282 Date:   Tue May 27 15:39:13 2014 -0700
10283
10284     altosuilib: Add distance measuring line to site map.
10285     
10286     Use any modifier or button other than the left one to draw a line on
10287     the map. The length of the line is shown at the start of the line.
10288     
10289     Signed-off-by: Keith Packard <keithp@keithp.com>
10290
10291 commit c674a20432c2cb97e5bc2a3de891f78b9e172fe9
10292 Author: Keith Packard <keithp@keithp.com>
10293 Date:   Tue May 27 11:05:02 2014 -0700
10294
10295     altos: Fake flight code changes in kernel and stm
10296     
10297     Redirects data input from local sensors to USB sourced data, leaving
10298     USB enabled when the computer goes into pad mode.
10299     
10300     Signed-off-by: Keith Packard <keithp@keithp.com>
10301
10302 commit db08e99361d82de63058d3388823f486e5fc9839
10303 Author: Keith Packard <keithp@keithp.com>
10304 Date:   Tue May 27 10:58:53 2014 -0700
10305
10306     altosuilib: Add multiple zoom levels and content types to map
10307     
10308     Also changes the file format for hybrid, satellite and terrain maps to
10309     jpg to save disk space.
10310     
10311     Signed-off-by: Keith Packard <keithp@keithp.com>
10312
10313 commit 535271f7312f1a88af11d4f1dbf3d405b660f26c
10314 Author: Keith Packard <keithp@keithp.com>
10315 Date:   Sun May 25 21:14:42 2014 -0700
10316
10317     altos/test: Fix ADC structure for mega, use ao_config.h
10318     
10319     This switches from hand-coding the ao_config structure to using
10320     ao_config.h and also updates the ADC structure for ao_flight_test_mega
10321     to using the same one as telemega does natively
10322     
10323     Signed-off-by: Keith Packard <keithp@keithp.com>
10324
10325 commit 1894b51daceaf9fb6b49a0625e09a366985d15b6
10326 Author: Keith Packard <keithp@keithp.com>
10327 Date:   Sun May 25 21:12:29 2014 -0700
10328
10329     altos: Move ao_config declarations to ao_config.h
10330     
10331     No sense leaving these in ao.h, and it's nice to make that file smaller
10332     
10333     Signed-off-by: Keith Packard <keithp@keithp.com>
10334
10335 commit 3d5db24708b37d86eac187169e2553a408dfeb83
10336 Author: Keith Packard <keithp@keithp.com>
10337 Date:   Sun May 25 21:11:23 2014 -0700
10338
10339     altos: Make MS5607 PROM a public variable
10340     
10341     This will let the fake flight code update it as necessary, without
10342     creating a new interface in ao_ms5607.c
10343     
10344     Signed-off-by: Keith Packard <keithp@keithp.com>
10345
10346 commit 4df84dd5d007120f54cbda380789306608f2fc46
10347 Author: Keith Packard <keithp@keithp.com>
10348 Date:   Sun May 25 21:08:44 2014 -0700
10349
10350     micropeak: Add -Xlint:unchecked to javac line
10351     
10352     This shows missing parametric type errors
10353     
10354     Signed-off-by: Keith Packard <keithp@keithp.com>
10355
10356 commit f0216d721ed13f4d3dc608bb6ad8f83732b27c0a
10357 Author: Keith Packard <keithp@keithp.com>
10358 Date:   Sun May 25 21:01:38 2014 -0700
10359
10360     altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
10361     
10362     API has changed for these libraries, time to bump the file versions
10363     
10364     Signed-off-by: Keith Packard <keithp@keithp.com>
10365
10366 commit d63319f6f29ef714bb1d5c359c2448f63e7a4534
10367 Author: Keith Packard <keithp@keithp.com>
10368 Date:   Sun May 25 20:58:24 2014 -0700
10369
10370     ao-tools: Add cc_usb_write function
10371     
10372     This writes raw bytes to the USB port; useful for sending binary data
10373     for flashing or the upcoming flight test stuff.
10374     
10375     Signed-off-by: Keith Packard <keithp@keithp.com>
10376
10377 commit 0a6c76fc0525d6588a1d88127f0085f13a02f1af
10378 Author: Keith Packard <keithp@keithp.com>
10379 Date:   Sun May 25 20:55:11 2014 -0700
10380
10381     altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory
10382     
10383     Prepare to share with TeleGPS application.
10384     
10385     This also has the changes to the site map tile which cache only a few
10386     images and regenerate the flight path on the fly, saving piles of memory
10387     
10388     Signed-off-by: Keith Packard <keithp@keithp.com>
10389
10390 commit 4ac7797d3efb9cc2d9fae88519f55e40b1050224
10391 Author: Keith Packard <keithp@keithp.com>
10392 Date:   Sun May 25 20:47:49 2014 -0700
10393
10394     altosui/altosuilib: Cleanup -Xlint:unchecked warnings
10395     
10396     Add parametric types to avoid unchecked warnings.
10397     
10398     Signed-off-by: Keith Packard <keithp@keithp.com>
10399
10400 commit b60a3689910731d9bdb8a431a3dcc9e99f961b35
10401 Author: Keith Packard <keithp@keithp.com>
10402 Date:   Thu May 22 18:46:58 2014 -0700
10403
10404     altoslib: Move CSV/KML output code to altoslib
10405     
10406     It's sharable, so share it
10407     
10408     Signed-off-by: Keith Packard <keithp@keithp.com>
10409
10410 commit 2625a464417c8475c66101757ca2c30cd6c74e0c
10411 Author: Keith Packard <keithp@keithp.com>
10412 Date:   Wed May 21 14:02:35 2014 -0700
10413
10414     altos: Add config values for tracker start motion limits
10415     
10416     TeleGPS switches from 'pad' to 'drogue' states after the device moves
10417     a specified distance from the initial starting point. These values can
10418     be configured, and this is the configuration for them.
10419     
10420     Signed-off-by: Keith Packard <keithp@keithp.com>
10421
10422 commit 161ae96f9ec11e2586df07c0f6d724ddc4dad76c
10423 Author: Keith Packard <keithp@keithp.com>
10424 Date:   Wed May 21 14:00:05 2014 -0700
10425
10426     altos/test: Parse mega ground data. Fix pyro parsing
10427     
10428     This gets ao_flight_test_mega working with eeprom files
10429     
10430     Signed-off-by: Keith Packard <keithp@keithp.com>
10431
10432 commit 43be26603827b5930bf3e8082610cfa19b45534d
10433 Author: Keith Packard <keithp@keithp.com>
10434 Date:   Wed May 21 13:58:54 2014 -0700
10435
10436     altos/test: Get APRS generation test working again
10437     
10438     APRS now includes sat info, so we have to fake that up to generate an
10439     APRS test file
10440     
10441     Signed-off-by: Keith Packard <keithp@keithp.com>
10442
10443 commit 2a3846df381a5eeac8ec3327c770af502aaf4e76
10444 Author: Keith Packard <keithp@keithp.com>
10445 Date:   Wed May 21 01:37:57 2014 -0700
10446
10447     altos: Don't define ao_ignite_decivolt without igniters
10448     
10449     Signed-off-by: Keith Packard <keithp@keithp.com>
10450
10451 commit af782e92c6a0c0a6b0fc2fa52519749a88ca8fb8
10452 Author: Keith Packard <keithp@keithp.com>
10453 Date:   Wed May 21 01:36:40 2014 -0700
10454
10455     altos: Expose ao_gps_set_rate from u-blox driver
10456     
10457     This lets applications set the desired GPS update rate to reduce power usage
10458     
10459     Signed-off-by: Keith Packard <keithp@keithp.com>
10460
10461 commit 8b488bdd0f5c91be7e5aae1c8f0193e713734b14
10462 Author: Keith Packard <keithp@keithp.com>
10463 Date:   Wed May 21 01:35:33 2014 -0700
10464
10465     altos: Fix cc115l debug build
10466     
10467     New compiler warning flags and moving to the nxp require a few minor
10468     changes in the code to make it work.
10469     
10470     Signed-off-by: Keith Packard <keithp@keithp.com>
10471
10472 commit cb228304d8df3063914ab505a530d4ea79ca027d
10473 Author: Keith Packard <keithp@keithp.com>
10474 Date:   Wed May 21 01:34:27 2014 -0700
10475
10476     altos: Allow APRS to send just battery voltage
10477     
10478     Don't require apogee and main voltages as well
10479     
10480     Signed-off-by: Keith Packard <keithp@keithp.com>
10481
10482 commit ca338a897ba3237652a3ae092e660f26c9e35074
10483 Author: Keith Packard <keithp@keithp.com>
10484 Date:   Wed May 21 01:39:46 2014 -0700
10485
10486     altos/lpc: whitespace
10487     
10488     Signed-off-by: Keith Packard <keithp@keithp.com>
10489
10490 commit 0a3312e725d914bbba6355e07d2f1d2833d2d6c2
10491 Author: Keith Packard <keithp@keithp.com>
10492 Date:   Wed May 21 01:39:01 2014 -0700
10493
10494     altos/lpc: adc code computes number of active ADC channels
10495     
10496     Don't require the application to provide AO_NUM_ADC when AO_ADC_NUM is
10497     computed automatically.
10498     
10499     Signed-off-by: Keith Packard <keithp@keithp.com>
10500
10501 commit b278a73cb54ba2f107bf91089f87c11528f017ab
10502 Author: Keith Packard <keithp@keithp.com>
10503 Date:   Wed May 21 01:41:38 2014 -0700
10504
10505     altos/stm: Make stm applications depend on ao_boot.h
10506     
10507     This should make sure they get recompiled when boot stuff changes.
10508     
10509     Signed-off-by: Keith Packard <keithp@keithp.com>
10510
10511 commit f3544daf08f38aa8e28ca214a19ab7fd47c0c802
10512 Author: Keith Packard <keithp@keithp.com>
10513 Date:   Fri May 16 00:00:12 2014 -0600
10514
10515     altosui: Remove another beep config debug printf
10516     
10517     Signed-off-by: Keith Packard <keithp@keithp.com>
10518
10519 commit eeacc001ba089b4bf5552b8ef36e61a0a96efabe
10520 Author: Keith Packard <keithp@keithp.com>
10521 Date:   Thu May 15 23:57:50 2014 -0600
10522
10523     altosui: Remove debug printf about beep config
10524     
10525     Signed-off-by: Keith Packard <keithp@keithp.com>
10526
10527 commit 6833e466d7d77765199bf4d21437c34a4eceb044
10528 Author: Keith Packard <keithp@keithp.com>
10529 Date:   Thu May 15 23:46:41 2014 -0600
10530
10531     altos: stm and lpc ao_boot.h were identical. move to kernel.
10532     
10533     These two files were absolutely identical, so share them by moving
10534     under kernel instead.x
10535     
10536     Signed-off-by: Keith Packard <keithp@keithp.com>
10537
10538 commit 211d9af507daf9a8611ed1813415bee27e3839eb
10539 Author: Keith Packard <keithp@keithp.com>
10540 Date:   Thu May 15 23:34:17 2014 -0600
10541
10542     altos: Use explicit boot loader signal in ao_boot_reboot
10543     
10544     Instead of just "knowing" that ao_boot_loader will be passed zero when
10545     the application wants to get back to the boot loader, explicitly
10546     define the values so that both sides always agree.
10547     
10548     Signed-off-by: Keith Packard <keithp@keithp.com>
10549
10550 commit 0bf1c74e83fe49a11916b52596363f4dd56c522c
10551 Author: Keith Packard <keithp@keithp.com>
10552 Date:   Thu May 15 23:10:54 2014 -0600
10553
10554     doc: Document the Apogee Lockout setting
10555     
10556     Signed-off-by: Keith Packard <keithp@keithp.com>
10557
10558 commit dbb0fcf6d161a9d49fe699c37a18e4c33c409b59
10559 Author: Bdale Garbee <bdale@gag.com>
10560 Date:   Thu May 15 17:20:39 2014 -0600
10561
10562     include EasyMega Makefiles
10563
10564 commit 0948f5d96456b2e7f57ad75dfc9ef455ba197163
10565 Author: Bdale Garbee <bdale@gag.com>
10566 Date:   Thu May 15 17:19:08 2014 -0600
10567
10568     working?
10569
10570 commit 0fd608868aa03f81b2d902e1da13ee0b1ab20b78
10571 Author: Bdale Garbee <bdale@gag.com>
10572 Date:   Thu May 15 16:23:17 2014 -0600
10573
10574     lose the (old) easymega-v1.0 directory in favor of my fresher 0.1
10575
10576 commit 819f73698f57e76dca50fe4fadccebd23ffb776d
10577 Author: Keith Packard <keithp@keithp.com>
10578 Date:   Thu May 15 09:31:24 2014 -0600
10579
10580     altos: Make quadrature debounce per-pin rather than per-device
10581     
10582     Debouncing per-pin means we don't lose transitions, which makes
10583     counting a lot more precise.
10584     
10585     Signed-off-by: Keith Packard <keithp@keithp.com>
10586
10587 commit da13064382e9673e69cdfae6abbac253c9fc42fc
10588 Author: Keith Packard <keithp@keithp.com>
10589 Date:   Thu May 15 09:30:32 2014 -0600
10590
10591     altos/telemini-v2.0: Enable beep frequency configuration
10592     
10593     Now that there's space for this, add it in.
10594     
10595     Signed-off-by: Keith Packard <keithp@keithp.com>
10596
10597 commit 36002fc724702d34302f3cc0df593019ca8db4e0
10598 Author: Keith Packard <keithp@keithp.com>
10599 Date:   Thu May 15 09:29:52 2014 -0600
10600
10601     altos/telemini-v2.0: Remove old baro->alt conversion table
10602     
10603     TeleMini doesn't have two baro sensors...
10604     
10605     Signed-off-by: Keith Packard <keithp@keithp.com>
10606
10607 commit d0d29cc233b0d444782530fea15d957b2b4c45d7
10608 Author: Keith Packard <keithp@keithp.com>
10609 Date:   Thu May 15 09:28:30 2014 -0600
10610
10611     altos/cc1111: Switch P1_0 from a green LED to USB pullup
10612     
10613     Signed-off-by: Keith Packard <keithp@keithp.com>
10614
10615 commit 3225fb54ec1beaf6dc8553ab4f5b86bea6bdf1f3
10616 Author: Keith Packard <keithp@keithp.com>
10617 Date:   Thu May 15 09:27:34 2014 -0600
10618
10619     altos/cc1111: Add support for CPU-driven USB pullup
10620     
10621     Signed-off-by: Keith Packard <keithp@keithp.com>
10622
10623 commit 940ec6a2d5b054f68da39945a00f4d1b36d1b318
10624 Author: Keith Packard <keithp@keithp.com>
10625 Date:   Tue May 13 22:46:19 2014 -0700
10626
10627     altos/cc1111: Errata fix isn't needed for discontinued products
10628     
10629     And, doesn't fit in memory for some of them, so don't compile it.
10630     
10631     Signed-off-by: Keith Packard <keithp@keithp.com>
10632
10633 commit feb0b5f8b28767197f87e5818812d6640c1f40e6
10634 Author: Keith Packard <keithp@keithp.com>
10635 Date:   Tue May 13 17:30:47 2014 -0700
10636
10637     altos/cc1111: Wait for xtal to be stable
10638     
10639     Errata http://www.ti.com/lit/er/swrz022c/swrz022c.pdf says that the
10640     xtal is stable bit is bogus and that you need to just delay for a while.
10641     
10642     Signed-off-by: Keith Packard <keithp@keithp.com>
10643
10644 commit 8124af8c27b2b9e446aa3a4f1da83d4db7c1ea87
10645 Merge: 6dd7eae 3bcf4bd
10646 Author: Keith Packard <keithp@keithp.com>
10647 Date:   Mon May 12 23:21:55 2014 -0700
10648
10649     Merge remote-tracking branch 'origin/master'
10650
10651 commit 6dd7eae5e4752d2098797e96953db8923e26835b
10652 Author: Keith Packard <keithp@keithp.com>
10653 Date:   Mon May 12 23:20:08 2014 -0700
10654
10655     ao-tools/ao-usbload: Check image flash usage against device flash availability
10656     
10657     For devices which report the range of valid flash addresses from their
10658     boot loader, check the loaded image to make sure it fits within that range.
10659     
10660     Signed-off-by: Keith Packard <keithp@keithp.com>
10661
10662 commit 8a114bac1145359f3953ce70f049a6be71df5300
10663 Author: Keith Packard <keithp@keithp.com>
10664 Date:   Mon May 12 23:18:41 2014 -0700
10665
10666     altos/flash-loader: Check memory addresses against flash space
10667     
10668     This validates memory read/write requests to make sure they are within
10669     the available flash memory space.
10670     
10671     This also reports the flash base and bounds addresses in the 'version'
10672     command so that the loader can validate the image before attempting to
10673     write it.
10674     
10675     Signed-off-by: Keith Packard <keithp@keithp.com>
10676
10677 commit a25c34ef0a92beaa0695e0d0020eda5e26b309e2
10678 Author: Keith Packard <keithp@keithp.com>
10679 Date:   Mon May 12 22:56:38 2014 -0700
10680
10681     altos/stm: Use #define'd constants for GPIO register addresses
10682     
10683     This lets the compiler short-circuit the tests in ao_enable_gpio and
10684     ao_disable_gpio to save a bit of code space and time.
10685     
10686     Signed-off-by: Keith Packard <keithp@keithp.com>
10687
10688 commit 530894f508874f4cb3db644ca9ca679ed704f964
10689 Author: Keith Packard <keithp@keithp.com>
10690 Date:   Mon May 12 22:55:38 2014 -0700
10691
10692     altos/stm: Figure out available flash space based on chip id registers
10693     
10694     Look at the flash size and the device id registers to figure out how
10695     much flash is available.
10696     
10697     Signed-off-by: Keith Packard <keithp@keithp.com>
10698
10699 commit 2c543be5548ccda6bd29a2a7659fcc287f7a9f07
10700 Author: Keith Packard <keithp@keithp.com>
10701 Date:   Mon May 12 22:54:35 2014 -0700
10702
10703     altos/stm: White space fix in ao_boot_pin.c
10704
10705 commit 2f196323a2829f9537f3b339f19478127ffde623
10706 Author: Keith Packard <keithp@keithp.com>
10707 Date:   Mon May 12 22:53:07 2014 -0700
10708
10709     altos/stm: Use flash address of boot loader instead of 0x0
10710     
10711     Flash is at 0x08000000, but when the chip boots, it can be at 0x0 as
10712     well. Use the 0x08000000 address when rebooting to flash
10713     
10714     Signed-off-by: Keith Packard <keithp@keithp.com>
10715
10716 commit 6a6053dfed6fc1a7f50be0c62782d0050758cd0b
10717 Author: Keith Packard <keithp@keithp.com>
10718 Date:   Mon May 12 22:51:50 2014 -0700
10719
10720     altos: Assume all LPC products will have 32KB of flash
10721     
10722     If we ever use something smaller than this, we'll need to figure out
10723     how to tell how much memory the device has.
10724     
10725     Signed-off-by: Keith Packard <keithp@keithp.com>
10726
10727 commit d1908101241b1002fbc582b0a2c27045065a6615
10728 Author: Keith Packard <keithp@keithp.com>
10729 Date:   Mon May 12 22:51:16 2014 -0700
10730
10731     altos: Report amount of program space available in the version command
10732     
10733     Signed-off-by: Keith Packard <keithp@keithp.com>
10734
10735 commit 3af4e824938fe07fe75c6d24d9906aebfbe578f3
10736 Author: Keith Packard <keithp@keithp.com>
10737 Date:   Mon May 12 22:50:41 2014 -0700
10738
10739     altos: Add LED test command to pca9922 driver
10740     
10741     This lets you control the LEDs from the command line to test things.
10742     
10743     Signed-off-by: Keith Packard <keithp@keithp.com>
10744
10745 commit 47750e236c45ab03f28fc3393996edb2bd4312e3
10746 Author: Keith Packard <keithp@keithp.com>
10747 Date:   Mon May 12 22:49:39 2014 -0700
10748
10749     ao-bringup: Use official binaries for EasyMini turnon
10750     
10751     Don't use locally built ones, use the official ones found in
10752     ~/altusmetrumllc/Binaries to ensure that all devices are shipped with
10753     known firmware.
10754     
10755     Signed-off-by: Keith Packard <keithp@keithp.com>
10756
10757 commit 5f4a1b3e553276a4d6727c111fe290fa3690fa1e
10758 Author: Keith Packard <keithp@keithp.com>
10759 Date:   Mon May 12 22:48:45 2014 -0700
10760
10761     ao-bringup: test-baro should accept altitudes a bit below sea level
10762     
10763     Testing baro sensors on a particularly high pressure day at Keith's
10764     house yields altitudes down to -20m or so.
10765     
10766     Signed-off-by: Keith Packard <keithp@keithp.com>
10767
10768 commit 238ddde1ffdb8521d06519306cfb76271ae552b9
10769 Author: Keith Packard <keithp@keithp.com>
10770 Date:   Mon May 12 22:47:55 2014 -0700
10771
10772     atosui: Hide Callsign and RSSI tabs for devices without a radio
10773     
10774     When doing Monitor Idle with EasyMini, it's nice to not put fields on
10775     the screen which won't ever have useful data in them.
10776     
10777     Signed-off-by: Keith Packard <keithp@keithp.com>
10778
10779 commit 3bcf4bdd3e3f3751ad9d517696b5573dd4593846
10780 Author: Bdale Garbee <bdale@gag.com>
10781 Date:   Mon May 12 17:31:14 2014 -0600
10782
10783     update TeleMega turn-on script and Releasing for new stable firmware home
10784
10785 commit cbb6f7a3abbde39163f2905badba0ae88744b104
10786 Author: Bdale Garbee <bdale@gag.com>
10787 Date:   Fri May 9 12:30:25 2014 -0600
10788
10789     fix copyright year
10790
10791 commit 8d9c79f5c162e07d57d42c6ba5825a3327a911d5
10792 Author: Keith Packard <keithp@keithp.com>
10793 Date:   Fri May 9 00:05:39 2014 -0700
10794
10795     altos: Simplify quadrature tracking
10796     
10797     Set the timer to 200Hz for a 5ms debounce interval. Then, simply look
10798     for transitions ending in both bits in the encoder being off, which
10799     indicates the the encoder is resting in a detent. If bit '2' is
10800     turning off, the encoder was rotated clockwise, otherwise the encoder
10801     was rotated counter clockwise.
10802     
10803     This is a lot more reliable, although still not perfect.
10804     
10805     Signed-off-by: Keith Packard <keithp@keithp.com>
10806
10807 commit ef48e1bb73c791d731b0d2c0e5beef1539103049
10808 Author: Keith Packard <keithp@keithp.com>
10809 Date:   Mon May 5 23:46:34 2014 -0700
10810
10811     altos: Clean up trailing whitespace in ao_pad.c
10812     
10813     Signed-off-by: Keith Packard <keithp@keithp.com>
10814
10815 commit c8ad50495e2d81209a4882dd4f82c19d9ae2ac34
10816 Author: Keith Packard <keithp@keithp.com>
10817 Date:   Mon May 5 23:45:30 2014 -0700
10818
10819     altos: Fix byte offsets in the mega AO_LOG_FLIGHT packets
10820     
10821     Just comments, but even those should be correct
10822     
10823     Signed-off-by: Keith Packard <keithp@keithp.com>
10824
10825 commit b22dff94778b1f15a6ad1989d526b936f0fa09ea
10826 Author: Keith Packard <keithp@keithp.com>
10827 Date:   Mon May 5 23:43:44 2014 -0700
10828
10829     altos: ublox driver always offers course data when it has a fix
10830     
10831     Set the AO_GPS_COURSE_VALID bit to signal that this part of the GPS
10832     data is valid.
10833     
10834     Signed-off-by: Keith Packard <keithp@keithp.com>
10835
10836 commit c9d6a1fbb3148f03864df6d1ed5f6b6dccd7b383
10837 Author: Keith Packard <keithp@keithp.com>
10838 Date:   Mon May 5 23:41:43 2014 -0700
10839
10840     altosui: Add GPS course, ground speed and climb rate to graphs
10841     
10842     Signed-off-by: Keith Packard <keithp@keithp.com>
10843
10844 commit 39fbc4cb1d4c92522c90aa5e36fd62a4827d8306
10845 Author: Keith Packard <keithp@keithp.com>
10846 Date:   Mon May 5 23:38:44 2014 -0700
10847
10848     altoslib: Parse remaining mega AO_LOG_FLIGNT and AO_LOG_GPS_TIME fields
10849     
10850     GPS fields past 'day' were not getting parsed. Ground values for the
10851     IMU were not getting parsed, but a false 'temperature' value was being read.
10852     
10853     Signed-off-by: Keith Packard <keithp@keithp.com>
10854
10855 commit d2e6efa810b7fccc5af937386a40ae5af064bf26
10856 Author: Keith Packard <keithp@keithp.com>
10857 Date:   Mon May 5 23:38:05 2014 -0700
10858
10859     altoslib: Add a comment to remind us to fix the IMU code to deal with calibration
10860     
10861     Signed-off-by: Keith Packard <keithp@keithp.com>
10862
10863 commit d59d6787bfe26c3b18491ece602ad6cc5cf26c42
10864 Author: Keith Packard <keithp@keithp.com>
10865 Date:   Sat May 3 10:58:31 2014 -0700
10866
10867     altos: 8051 64 * 16 multiply function was broken for negative 64-bit
10868     
10869     It was jumping around the actual multiply when the 64-bit argument was negative.
10870     
10871     Signed-off-by: Keith Packard <keithp@keithp.com>
10872
10873 commit c49e13a7807a74bb66c83cd4a2e10eb601f59e62
10874 Author: Bdale Garbee <bdale@gag.com>
10875 Date:   Thu May 8 16:24:26 2014 -0600
10876
10877     relay control implemented, this project is now complete
10878
10879 commit acaad70e3db8f0b6ae45ca8309833db57bdf5ca2
10880 Author: Bdale Garbee <bdale@gag.com>
10881 Date:   Thu May 8 16:09:11 2014 -0600
10882
10883     first cut of usbrelay-v0.1 support .. LEDs wiggle, not switching relay yet
10884
10885 commit 2dfc4bc92b11252f17103f28198a702a3fdc2b2d
10886 Author: Keith Packard <keithp@keithp.com>
10887 Date:   Fri May 2 13:53:08 2014 -0700
10888
10889     altosui: Add configuration UI for beeper tone
10890     
10891     Signed-off-by: Keith Packard <keithp@keithp.com>
10892
10893 commit 027b1470c7a2d007eaab5c8d49f772b0c7559b80
10894 Author: Keith Packard <keithp@keithp.com>
10895 Date:   Fri May 2 12:26:07 2014 -0700
10896
10897     altos: Add configurable beep tone
10898     
10899     This lets you directly set the mid-range beep tone; the high and low
10900     tones remain set off of that in the same ratio as before.
10901     
10902     Note that none of the cc1111 products get this feature as they don't
10903     have enough flash space anymore...
10904     
10905     Signed-off-by: Keith Packard <keithp@keithp.com>
10906
10907 commit 8e3842660274ac4bcd7b5a78f5db215222b1c4de
10908 Author: Keith Packard <keithp@keithp.com>
10909 Date:   Wed Apr 30 22:14:37 2014 -0700
10910
10911     altos: For telelco discovery packets, retry 5 times with shorter timeout
10912     
10913     A timeout of 10ms is more than enough to receive a query packet, but
10914     if we miss it during device discovery, it's a pain, so retry 5 times
10915     to make sure we find everyone.
10916     
10917     Signed-off-by: Keith Packard <keithp@keithp.com>
10918
10919 commit 0223fced2c6d2b9f63ede6258afae46c3f55c200
10920 Author: Keith Packard <keithp@keithp.com>
10921 Date:   Wed Apr 30 22:13:44 2014 -0700
10922
10923     ao-tools: Clean up ao-sym structure an initializers
10924     
10925     Remove unused 'default_addr' field. Use named initializers when
10926     setting up the struct.
10927     
10928     Signed-off-by: Keith Packard <keithp@keithp.com>
10929
10930 commit 35efd4e51ece706234f80c076eb7f4f70c66098d
10931 Author: Keith Packard <keithp@keithp.com>
10932 Date:   Wed Apr 30 22:12:30 2014 -0700
10933
10934     ao-load: Make ao_sym static to avoid collision with ao-editaltos
10935     
10936     ao-load doesn't use ao-editaltos at this point, but does share the
10937     same name for the symbol table. To make the linker happier, make the
10938     ao-load version static.
10939     
10940     Signed-off-by: Keith Packard <keithp@keithp.com>
10941
10942 commit fd406000659a11862e05c22dbb20cdb738f56b01
10943 Author: Keith Packard <keithp@keithp.com>
10944 Date:   Wed Apr 30 22:11:39 2014 -0700
10945
10946     ao-telem: Dump orientation field from TeleMega sensor telemetry packet
10947     
10948     Signed-off-by: Keith Packard <keithp@keithp.com>
10949
10950 commit 2cf65d60e1c73dbff0badbe1ee6cb43d75bf803c
10951 Author: Keith Packard <keithp@keithp.com>
10952 Date:   Wed Apr 30 22:10:29 2014 -0700
10953
10954     altosui: Mark TeleMega additional pyro ignitor fired points in graphs
10955     
10956     Add markers to indicate when each additional pyro channel fires
10957     
10958     Signed-off-by: Keith Packard <keithp@keithp.com>
10959
10960 commit ecebb3902868d1d7485d2bc99ba4140c6b90567e
10961 Author: Keith Packard <keithp@keithp.com>
10962 Date:   Wed Apr 30 21:30:46 2014 -0700
10963
10964     altoslib: Track pyro firing state when reading mega eeprom files
10965     
10966     TeleMega records whether each pyro has been fired in the eeprom file;
10967     track that in the AltosState record.
10968     
10969     Signed-off-by: Keith Packard <keithp@keithp.com>
10970
10971 commit 5fb246fb50e262aa81ef7eb430be9782cfcf8848
10972 Author: Keith Packard <keithp@keithp.com>
10973 Date:   Tue Apr 29 19:04:30 2014 -0700
10974
10975     altosui: Add extra ignitors to graphable objects
10976     
10977     List all of the available extra ignitors as possible things to graph.
10978     
10979     Signed-off-by: Keith Packard <keithp@keithp.com>
10980
10981 commit f8429152e438eb72618edaf5983ae1cd5d3d4dab
10982 Author: Bdale Garbee <bdale@gag.com>
10983 Date:   Sun Apr 13 08:58:36 2014 -0600
10984
10985     ugly hack (just make sleep longer) to work around ttyACM* discovery issue
10986
10987 commit 3b5c4d88671e6c511fbfb1ce6b046f558dd6c2bf
10988 Author: Keith Packard <keithp@keithp.com>
10989 Date:   Sat Apr 12 17:46:34 2014 -0700
10990
10991     altos: Switch beeping to farnsworth spacing
10992     
10993     Use 17wpm/12wpm farnsworth spacing for the state reports. Leave the
10994     numeric reports running slowly as those require counting.
10995     
10996     Signed-off-by: Keith Packard <keithp@keithp.com>
10997
10998 commit 8628f7e02834a476d5cb3afa4cbf8d46a4b3c513
10999 Author: Keith Packard <keithp@keithp.com>
11000 Date:   Sat Apr 12 17:45:38 2014 -0700
11001
11002     altosuilib: Make lines in graphs 2 units wide
11003     
11004     This makes the graphs a lot easier to read.
11005     
11006     Signed-off-by: Keith Packard <keithp@keithp.com>
11007
11008 commit 9e18c524fa2d1f648f265b3c3105f5ceacf06c10
11009 Author: Keith Packard <keithp@keithp.com>
11010 Date:   Fri Apr 11 16:40:06 2014 -0700
11011
11012     altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
11013     
11014     Just cleaning up the source code.
11015     
11016     Signed-off-by: Keith Packard <keithp@keithp.com>
11017
11018 commit 7b275ddfe20f54857d7d1abb98607c406b678090
11019 Author: Keith Packard <keithp@keithp.com>
11020 Date:   Fri Apr 11 16:31:32 2014 -0700
11021
11022     altos: Add 'microwater' product
11023     
11024     This is a custom firmware spin for micropeak designed for use with
11025     water rockets that sets the boost detect altitude to 10m instead of 30m.
11026     
11027     Signed-off-by: Keith Packard <keithp@keithp.com>
11028
11029 commit 99c729495a8cc589718607ee35d22454c6af2994
11030 Author: Keith Packard <keithp@keithp.com>
11031 Date:   Sun Apr 6 23:46:48 2014 -0700
11032
11033     altosui: Disable flight log configuration while flights are stored
11034     
11035     The log code won't let you resize the maximum flight log while there
11036     is still data on the flight computer; the code to figure that out in
11037     the UI was busted, leaving users confused about why it wasn't working.
11038     
11039     Signed-off-by: Keith Packard <keithp@keithp.com>
11040
11041 commit 4211c59e585545817b3cac02b41bb73106d6403e
11042 Author: Keith Packard <keithp@keithp.com>
11043 Date:   Sun Apr 6 22:27:37 2014 -0700
11044
11045     altos: Fix nanopeak compile
11046     
11047     Nanopeak uses port B bit 3 for the LED instead of bit 4. Fix the async
11048     code to support arbitrary bits for the serial LED.
11049     
11050     Signed-off-by: Keith Packard <keithp@keithp.com>
11051
11052 commit 350d941a825d0271933de0bfdea82d3af5744c21
11053 Author: Keith Packard <keithp@keithp.com>
11054 Date:   Sun Apr 6 20:14:49 2014 -0700
11055
11056     altos: Provide stable binaries for MicroPeak
11057     
11058     Publish MicroPeak .hex file to LLC repo and install it from there,
11059     rather than rebuilding it locally. This ensures that the installed
11060     bits don't depend on local configuration of any kind.
11061     
11062     Signed-off-by: Keith Packard <keithp@keithp.com>
11063
11064 commit 2427eae5f3b429d302fbe14f708dcbc68c851954
11065 Author: Keith Packard <keithp@keithp.com>
11066 Date:   Sun Apr 6 19:48:07 2014 -0700
11067
11068     altos: Replace C code attiny async output with inline asm
11069     
11070     Using inline asm instead of C ensures that compiler changes will not
11071     affect the timing of the serial data.
11072     
11073     Signed-off-by: Keith Packard <keithp@keithp.com>
11074
11075 commit 1d943d4cade0a40723143626abf6e67f8eca9dcb
11076 Author: Keith Packard <keithp@keithp.com>
11077 Date:   Sat Apr 5 18:17:17 2014 -0700
11078
11079     altos: Build TeleBalloon v2.0 by default
11080     
11081     We're supporting this now, we might as well build it.
11082     
11083     Signed-off-by: Keith Packard <keithp@keithp.com>
11084
11085 commit c14cfb1436c988eb0a0d26d7c4d83aeccecbc8a3
11086 Author: Keith Packard <keithp@keithp.com>
11087 Date:   Sat Apr 5 18:16:21 2014 -0700
11088
11089     ao-bringup: Split out easymini test into separate script
11090     
11091     This lets you run the easy mini testing code without also flashing the device.
11092     
11093     Signed-off-by: Keith Packard <keithp@keithp.com>
11094
11095 commit 9cb10d73fee0e3f36c778fd2a9c9992b87669fe2
11096 Author: Keith Packard <keithp@keithp.com>
11097 Date:   Sat Apr 5 18:14:35 2014 -0700
11098
11099     altosui: Add ignitor tab for TeleMega extra ignitors
11100     
11101     Show the current state of the additional ignitors in another tab;
11102     there's not really room in the 'Pad' tab.
11103     
11104     Signed-off-by: Keith Packard <keithp@keithp.com>
11105
11106 commit ca66a035edecd7feffcd22257d3413ce0e189c07
11107 Author: Keith Packard <keithp@keithp.com>
11108 Date:   Sat Apr 5 00:28:13 2014 -0700
11109
11110     doc: Document new voltage beeping at startup time
11111
11112 commit 18148c33540cda8cb6658724a048ffd426c1a6bb
11113 Author: Keith Packard <keithp@keithp.com>
11114 Date:   Sat Apr 5 00:20:22 2014 -0700
11115
11116     Bump version to 1.3.3
11117     
11118     Signed-off-by: Keith Packard <keithp@keithp.com>
11119
11120 commit 0d367fc24bfd0377db6f3b00a888a18245616767
11121 Author: Keith Packard <keithp@keithp.com>
11122 Date:   Sat Apr 5 00:18:57 2014 -0700
11123
11124     altos: Report battery voltage instead of S at startup
11125     
11126     This works on everything with a beeper except TeleMetrum v1.0 which
11127     just doesn't have enough flash space for the code.
11128     
11129     Signed-off-by: Keith Packard <keithp@keithp.com>
11130
11131 commit 8bd732ac9cb816630f46dd269448ff8422620df8
11132 Author: Keith Packard <keithp@keithp.com>
11133 Date:   Fri Apr 4 23:40:22 2014 -0700
11134
11135     doc: Outline files are now generated, so don't put them in git
11136     
11137     Signed-off-by: Keith Packard <keithp@keithp.com>
11138
11139 commit ca4b20f9781b1dc6974d26952973dfe0d607478c
11140 Author: Keith Packard <keithp@keithp.com>
11141 Date:   Fri Apr 4 23:38:40 2014 -0700
11142
11143     ao-tools: Wait for device to become ready instead of failing
11144     
11145     For some reason, USB devices take 'a while' to become usable; instead
11146     of bailing immediately, sit around waiting to see if the device
11147     becomes usable if we get an EBUSY or EACCES error.
11148     
11149     Signed-off-by: Keith Packard <keithp@keithp.com>
11150
11151 commit 2424c0e6fe53789dc83d1e96439dcdc13e847b07
11152 Author: Keith Packard <keithp@keithp.com>
11153 Date:   Fri Apr 4 23:37:15 2014 -0700
11154
11155     ao-tools: Use 'program' command in ao-flash-lpc instead of 'flash'
11156     
11157     The program meta-command is supposed to do the whole thing, and seems
11158     more reliable in actually getting what we want flashed to the board.
11159     
11160     Signed-off-by: Keith Packard <keithp@keithp.com>
11161
11162 commit 4800497fa1fc449807ef0097cc3fed367641ae29
11163 Author: Keith Packard <keithp@keithp.com>
11164 Date:   Fri Apr 4 23:36:34 2014 -0700
11165
11166     ao-bringup: Get turnon_telemini working
11167     
11168     This script now does complete testing of the board
11169     
11170     Signed-off-by: Keith Packard <keithp@keithp.com>
11171
11172 commit 24167015705ae831692b95735968b04a876f935e
11173 Author: Keith Packard <keithp@keithp.com>
11174 Date:   Fri Apr 4 23:34:48 2014 -0700
11175
11176     altos: Rename 'core' to 'kernel'
11177     
11178     core remains a bad name to use -- dirvish skips files (and
11179     directories, it seems) with that name.
11180     
11181     Signed-off-by: Keith Packard <keithp@keithp.com>
11182
11183 commit bb9fdef607728cc326a82aa632e59724f272e53b
11184 Author: Keith Packard <keithp@keithp.com>
11185 Date:   Thu Apr 3 00:10:19 2014 -0700
11186
11187     altoslib: Missed a couple of easy mini voltage API changes
11188     
11189     Oh, and Tm was using Em conversions (which is almost right, except Tm
11190     doesn't have the history)
11191     
11192     Signed-off-by: Keith Packard <keithp@keithp.com>
11193
11194 commit 834cd051af1b80a98678de221d3c45cb30f8bb0d
11195 Author: Keith Packard <keithp@keithp.com>
11196 Date:   Wed Apr 2 23:35:36 2014 -0700
11197
11198     Add easymini turnon script and helpers
11199     
11200     Signed-off-by: Keith Packard <keithp@keithp.com>
11201
11202 commit 21d584b9bf93b96a05ab374105493c0e17df320f
11203 Author: Keith Packard <keithp@keithp.com>
11204 Date:   Wed Apr 2 22:04:18 2014 -0700
11205
11206     altoslib: Fix EasyMini voltage computations
11207     
11208     Early Em prototypes had a 3.0V regulator.
11209     Early v1.0 boards measured power past the blocking diode.
11210     
11211     Deal with both conditions to try and report more accurate voltages for
11212     EasyMini data.
11213     
11214     Signed-off-by: Keith Packard <keithp@keithp.com>
11215
11216 commit adddad0dd45f67d01487c8dd75b040ca3ab50fe2
11217 Author: Keith Packard <keithp@keithp.com>
11218 Date:   Wed Apr 2 20:36:26 2014 -0700
11219
11220     altoslib: Ignore speed/accel after boost when finding maxima
11221     
11222     Large spikes in acceleration often occur with ejection charges, which
11223     can cause bogus acceleration and speed data to be seen. Ignore those
11224     for the purpose of computing the maximum values of each.
11225     
11226     Signed-off-by: Keith Packard <keithp@keithp.com>
11227
11228 commit ff4deb417a460d96645fb6934890c2c195142be3
11229 Author: Keith Packard <keithp@keithp.com>
11230 Date:   Fri Mar 28 23:33:25 2014 -0700
11231
11232     altos: HAS_LED is useless; remove it
11233     
11234     ao_flight was trying to decide whether to turn off the red LED by
11235     checking whether HAS_LED was defined. And yet, none of the flight
11236     firmware defines that anymore, except for easymini which defines it to
11237     zero.
11238     
11239     Remove all uses and defines of this value, substituting AO_LED_RED in
11240     ao_flight.c, which has to be defined for the ao_led_off call to work.
11241     
11242     Signed-off-by: Keith Packard <keithp@keithp.com>
11243
11244 commit ca0bf9fb2d6323d7a454e5ce04b48d11366eee67
11245 Author: Keith Packard <keithp@keithp.com>
11246 Date:   Sun Mar 16 18:12:33 2014 -0700
11247
11248     Add easymega firmware
11249     
11250     A trimmed down TeleMega build with no radio or GPS, along with pin
11251     changes necessary for the device.
11252     
11253     Signed-off-by: Keith Packard <keithp@keithp.com>
11254
11255 commit 7e0b549b9b30d0a1290d28b2b94025a98af6a4de
11256 Author: Keith Packard <keithp@keithp.com>
11257 Date:   Mon Mar 10 22:55:45 2014 -0700
11258
11259     altosui: Hide Tilt Angle values when not available
11260     
11261     In the Ascent table, make sure the tilt angle fields are hidden when
11262     they are set to MISSING.
11263     
11264     Signed-off-by: Keith Packard <keithp@keithp.com>
11265
11266 commit 3b50e50fb814a572f7b4ea9e268a1ae150fe678c
11267 Author: Keith Packard <keithp@keithp.com>
11268 Date:   Sun Mar 9 21:10:10 2014 -0700
11269
11270     altos: Another missing usbtrng file
11271
11272 commit b5ac64bc0a6fd0fc23f39283e469c9820bdc88fe
11273 Author: Keith Packard <keithp@keithp.com>
11274 Date:   Sun Mar 9 21:08:25 2014 -0700
11275
11276     altos: Missing ao_pins files for usbtrng
11277     
11278     Signed-off-by: Keith Packard <keithp@keithp.com>
11279
11280 commit 469bd376d84bf8d76faa3b726d96061d4d98b998
11281 Author: Keith Packard <keithp@keithp.com>
11282 Date:   Sun Mar 9 20:59:43 2014 -0700
11283
11284     altos: Fix LPC LED driver
11285     
11286     Was using wrong types
11287     
11288     Signed-off-by: Keith Packard <keithp@keithp.com>
11289
11290 commit 6a4a074d690fb34af49704ac3cc4826eaf06dd9d
11291 Author: Keith Packard <keithp@keithp.com>
11292 Date:   Sun Mar 9 20:58:36 2014 -0700
11293
11294     altos: fix building LPC serial support for STDIO
11295     
11296     Signed-off-by: Keith Packard <keithp@keithp.com>
11297
11298 commit 9671ca6c42544463fd551f81113c221265a2296e
11299 Author: Keith Packard <keithp@keithp.com>
11300 Date:   Sun Mar 9 20:57:31 2014 -0700
11301
11302     altos: Don't require projects to define PACKET_HAS_SLAVE
11303     
11304     Really, most don't need it, and whinging about not having it defined
11305     isn't useful.
11306     
11307     Signed-off-by: Keith Packard <keithp@keithp.com>
11308
11309 commit e1e00a4b67fbdbae339219b35aefd44a1bcf9486
11310 Author: Keith Packard <keithp@keithp.com>
11311 Date:   Sat Mar 8 21:39:33 2014 -0800
11312
11313     Add USB True Random Number Generator product
11314     
11315     Just basic device support
11316     
11317     Signed-off-by: Keith Packard <keithp@keithp.com>
11318
11319 commit 6dad9ca543fbed3f849b01300224b1b21ef2eb08
11320 Author: Keith Packard <keithp@keithp.com>
11321 Date:   Sat Mar 8 16:25:33 2014 -0800
11322
11323     Re-add LCD bits to stm-demo
11324
11325 commit 32f0f39a953dabe19ec92611570e4a82da8f8dce
11326 Author: Keith Packard <keithp@keithp.com>
11327 Date:   Sat Mar 8 16:25:10 2014 -0800
11328
11329     Add flash loader for stm-demo board
11330
11331 commit 4c7da6d0ad568448c37761cd0c0108b9161a9345
11332 Author: Keith Packard <keithp@keithp.com>
11333 Date:   Fri Mar 7 21:27:26 2014 -0800
11334
11335     doc: Add separate outline pdf generation
11336     
11337     This generates one-page pdf files that contain just the outline of
11338     each product.
11339     
11340     Signed-off-by: Keith Packard <keithp@keithp.com>
11341
11342 commit 8f2a85027b496451c5934eb36fcdffbd5e5da177
11343 Author: Keith Packard <keithp@keithp.com>
11344 Date:   Fri Feb 28 23:04:54 2014 -0800
11345
11346     Install .desktopfile as _SCRIPTS so they are left executable
11347     
11348     .desktop files should be marked executable so that the desktop
11349     environment knows they are correct.
11350     
11351     Signed-off-by: Keith Packard <keithp@keithp.com>
11352
11353 commit a072cbb137126e677d3ebbf0245ec4ea5aa481ad
11354 Author: Keith Packard <keithp@keithp.com>
11355 Date:   Fri Feb 28 21:16:57 2014 -0800
11356
11357     altosui: Retry device enumeration after rebooting for self flash
11358     
11359     Windows takes 'a while' to include the rebooted device in the list of
11360     available devices, so try a few times with a 100ms delay so that we
11361     can avoid asking the user to select from an empty list.
11362     
11363     Signed-off-by: Keith Packard <keithp@keithp.com>
11364
11365 commit ac2cfb03158b4902466a72edad5dc471ee6bdb91
11366 Author: Keith Packard <keithp@keithp.com>
11367 Date:   Fri Feb 28 21:16:36 2014 -0800
11368
11369     Mark development sequence to 1.3.3 by bumping version to 1.3.2.1
11370     
11371     Signed-off-by: Keith Packard <keithp@keithp.com>
11372
11373 commit 57e5d13c0577e1b0a6e8117e2d04eeda6cf0b045
11374 Author: Keith Packard <keithp@keithp.com>
11375 Date:   Sun Feb 23 17:42:08 2014 -0800
11376
11377     libaltos: Link so with -znoexecstack flag
11378     
11379     This marks the library as not requiring an executable stack, which
11380     openjdk prefers
11381     
11382     Signed-off-by: Keith Packard <keithp@keithp.com>
11383
11384 commit 104b8bfc9b37fda175f2cb2a1e33601fbf6f48f6
11385 Merge: 403b95e 1edf7ef
11386 Author: Bdale Garbee <bdale@gag.com>
11387 Date:   Thu Feb 20 13:23:52 2014 -0700
11388
11389     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11390
11391 commit 403b95ee27782309b564855b85285c9f5f5c7068
11392 Author: Bdale Garbee <bdale@gag.com>
11393 Date:   Thu Feb 20 13:23:32 2014 -0700
11394
11395     update turnon scripts to store cal values
11396
11397 commit 3ef0cc28758c68e6076afa809e157a84ce3661fb
11398 Author: Bdale Garbee <bdale@gag.com>
11399 Date:   Thu Feb 20 13:23:20 2014 -0700
11400
11401     typo fixes from Matt Kraai
11402
11403 commit 1edf7ef8026ac4ab698a7f99671e9348d18ffd0a
11404 Author: Keith Packard <keithp@keithp.com>
11405 Date:   Tue Feb 18 09:47:51 2014 -0800
11406
11407     altos: Create balloon-specific load for TMv2 hardware
11408     
11409     Signed-off-by: Keith Packard <keithp@keithp.com>
11410
11411 commit ff4ae350c24b3d6ef71e29191bb719b07ab9c5bb
11412 Author: Keith Packard <keithp@keithp.com>
11413 Date:   Tue Feb 18 09:46:17 2014 -0800
11414
11415     altos: Make balloon code run again
11416     
11417     This fixes the balloon code so that it works with recent altos bits
11418     
11419     Signed-off-by: Keith Packard <keithp@keithp.com>
11420
11421 commit 8b6f051663dd17492bece9efb9e898ef113ab414
11422 Author: Keith Packard <keithp@keithp.com>
11423 Date:   Tue Feb 18 09:45:41 2014 -0800
11424
11425     altos: Set reasonable accel values when !HAS_ACCEL
11426     
11427     This lets us use telemetrum log and telemetry formats for balloons
11428     
11429     Signed-off-by: Keith Packard <keithp@keithp.com>
11430
11431 commit 9f6983e3d61fa5231f3d0ce33dbc5aadf946b597
11432 Author: Keith Packard <keithp@keithp.com>
11433 Date:   Tue Feb 18 09:44:52 2014 -0800
11434
11435     altos: Expose ao_usb_running globally
11436     
11437     This lets other bits of the code know when USB has been connected.
11438     
11439     Signed-off-by: Keith Packard <keithp@keithp.com>
11440
11441 commit 9b9d5b273a410e315739c5c6eaa4105523056b9a
11442 Author: Keith Packard <keithp@keithp.com>
11443 Date:   Tue Feb 18 09:43:43 2014 -0800
11444
11445     altos: Move balloon flight code to core
11446     
11447     This lets us create more than one balloon product
11448     
11449     Signed-off-by: Keith Packard <keithp@keithp.com>
11450
11451 commit 43b1797189095c402e1c35bdc317c4196e180e66
11452 Author: Keith Packard <keithp@keithp.com>
11453 Date:   Mon Feb 17 21:30:28 2014 -0800
11454
11455     doc: Need to publish .svg files as well
11456     
11457     The drill templates are all .svg files that are referenced by the
11458     generated html.
11459     
11460     Signed-off-by: Keith Packard <keithp@keithp.com>
11461
11462 commit 874d0065ecb066ee746a016876edebc7cc6e3d96
11463 Author: Keith Packard <keithp@keithp.com>
11464 Date:   Mon Feb 17 21:27:57 2014 -0800
11465
11466     Re-create drill templates
11467     
11468     Using inkscape, the drill templates weren't getting printed
11469     correctly. Switching to hand-generated svg fixes that.
11470     
11471     The .xsl file is also fixed to really encourage the images to be
11472     printed at exactly 100%.
11473     
11474     Signed-off-by: Keith Packard <keithp@keithp.com>
11475
11476 commit 6e713f0a53d608a8855884b7a48e4e3423d8a3d2
11477 Author: Bdale Garbee <bdale@gag.com>
11478 Date:   Mon Feb 17 00:15:58 2014 -0700
11479
11480     deliver images used in MicroPeak manual to web server, too
11481
11482 commit 1d421a43494cf2003ac23fb8cd21d6ae05edfac8
11483 Author: Bdale Garbee <bdale@gag.com>
11484 Date:   Mon Feb 17 00:10:05 2014 -0700
11485
11486     update copyright year assertion in MicroPeak manual, remember during releases
11487
11488 commit a3ddb5906167e445f937b16fafb7f5c537852f0a
11489 Author: Keith Packard <keithp@keithp.com>
11490 Date:   Sun Feb 16 18:01:10 2014 -0800
11491
11492     Mark .desktop files as executable
11493     
11494     Signed-off-by: Keith Packard <keithp@keithp.com>
11495
11496 commit c860d837a0c97a091c5f47fce91bdb8beb4602d3
11497 Author: Keith Packard <keithp@keithp.com>
11498 Date:   Sun Feb 16 15:53:50 2014 -0800
11499
11500     micropeak: Construct linux install script
11501     
11502     Uses the same script as altosui, just edits the final path name
11503     
11504     Signed-off-by: Keith Packard <keithp@keithp.com>
11505
11506 commit 948a614a62754fd4fffd9b84ad83fd444e4f0437
11507 Author: Keith Packard <keithp@keithp.com>
11508 Date:   Sun Feb 16 15:17:40 2014 -0800
11509
11510     Move .desktop and icon management out of debian dir
11511     
11512     This constructs a .desktop file from a template and installs it, along
11513     with suitable .svg icons, during the normal build process
11514     
11515     Signed-off-by: Keith Packard <keithp@keithp.com>
11516
11517 commit 066a01ad0b4e73fdb47b43a42c1d0b7fae81a180
11518 Author: Keith Packard <keithp@keithp.com>
11519 Date:   Sun Feb 16 14:57:38 2014 -0800
11520
11521     Put altusmetrum.svg and micropeak.svg in icon directory
11522     
11523     Signed-off-by: Keith Packard <keithp@keithp.com>
11524
11525 commit 95f5a6ef52947088993d395874cf6aa502fd2503
11526 Merge: 135b6d4 de2a619
11527 Author: Bdale Garbee <bdale@gag.com>
11528 Date:   Sun Feb 16 15:53:35 2014 -0700
11529
11530     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
11531
11532 commit 135b6d4019f584c050b3d70c11fb5bcf2c7396c4
11533 Author: Bdale Garbee <bdale@gag.com>
11534 Date:   Sun Feb 16 15:53:22 2014 -0700
11535
11536     use svg in the .desktop file
11537
11538 commit 13dccd1869cdf00d4aa0df55a3ece33936cd520a
11539 Author: Bdale Garbee <bdale@gag.com>
11540 Date:   Sun Feb 16 15:51:32 2014 -0700
11541
11542     have the cal-freq script save cal values to a file
11543
11544 commit de2a619900ee23911c866d5aaff63a0f9388bfc7
11545 Author: Keith Packard <keithp@keithp.com>
11546 Date:   Sun Feb 16 13:01:29 2014 -0800
11547
11548     Add linux installer script
11549     
11550     Create a linux installer shell script that unpacks the archive in a
11551     sensible place and adds a .desktop file to the environment
11552     
11553     Signed-off-by: Keith Packard <keithp@keithp.com>
11554
11555 commit bf268354535a3a7b2e093235e5347ed2a6d809ff
11556 Author: Bdale Garbee <bdale@gag.com>
11557 Date:   Thu Feb 13 21:53:13 2014 -0700
11558
11559     updating changelog for release
11560
11561 commit e53be56179f4cd93227b6bdc28c2ae60b81db57d
11562 Author: Keith Packard <keithp@keithp.com>
11563 Date:   Sun Feb 9 23:47:47 2014 -0800
11564
11565     doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
11566     
11567     Signed-off-by: Keith Packard <keithp@keithp.com>
11568
11569 commit d24ef4aa9429f4884548e5c9fd48d57e640f0d9d
11570 Author: Keith Packard <keithp@keithp.com>
11571 Date:   Sun Feb 9 23:46:39 2014 -0800
11572
11573     doc: Add remaining configurable parameters to the System Operation chapter
11574     
11575     Yes, this duplicates the section in the AltosUI chapter, but I'm not
11576     sure how to describe the device without talking about it in two
11577     places, so we might as well make both of them complete.
11578     
11579     Signed-off-by: Keith Packard <keithp@keithp.com>
11580
11581 commit e76948d382cf6980c3a5b6c48405d71c8811780b
11582 Author: Keith Packard <keithp@keithp.com>
11583 Date:   Sun Feb 9 22:54:31 2014 -0800
11584
11585     altos: Put locked/unlocked GPS status in APRS comments
11586     
11587     Replace the 'S' (which marks the field showing sats in view) with
11588     either 'L' or 'U' to tell the user whether the GPS receiver is locked
11589     or unlocked.
11590     
11591     This also removes the colons in the comment field to shorten it. This
11592     makes it fit on one line of my FT1D display.
11593     
11594     Signed-off-by: Keith Packard <keithp@keithp.com>
11595
11596 commit 5001a0f882af53dde33fc531215944c9d727baf4
11597 Author: Keith Packard <keithp@keithp.com>
11598 Date:   Sun Feb 9 22:53:05 2014 -0800
11599
11600     altos: Re-send previous GPS position in APRS if lock is lost
11601     
11602     APRS radios often show only the last received APRS packet, which means
11603     that erasing the last known GPS position when we lose lock by sending
11604     0/0/0 is unhelpful. Instead, just send the last known position, and
11605     make sure that we send 0/0/0 before we're locked the first time.
11606     
11607     Signed-off-by: Keith Packard <keithp@keithp.com>
11608
11609 commit 864d1e2282ac1d241478cf663ee24112c9d3dc37
11610 Author: Keith Packard <keithp@keithp.com>
11611 Date:   Sat Feb 8 22:02:02 2014 -0800
11612
11613     altos: Fixup named ADC printing
11614     
11615     Print all ADC values on one line when using named ADC values
11616     
11617     Signed-off-by: Keith Packard <keithp@keithp.com>
11618
11619 commit f750ef6f9745b15af45bb80f5b46b9e6f51796d8
11620 Author: Keith Packard <keithp@keithp.com>
11621 Date:   Sat Feb 8 20:05:02 2014 -0800
11622
11623     altos: Add needed math sources to TeleGPS v0.1 build
11624     
11625     APRS requires the logf function to report altitude.
11626     
11627     Signed-off-by: Keith Packard <keithp@keithp.com>
11628
11629 commit 6367ab2dec718c512073f70dfab86dbd1656b1fe
11630 Author: Keith Packard <keithp@keithp.com>
11631 Date:   Sat Feb 8 20:02:54 2014 -0800
11632
11633     altos: Report nsat in view in APRS packet
11634     
11635     This adds the number of sats in view (as opposed to the number of sats
11636     in solution) to the APRS packet.
11637     
11638     Signed-off-by: Keith Packard <keithp@keithp.com>
11639
11640 commit 8ddbbdcdc498a19ebf4a440bbf5d73b6538e0a57
11641 Author: Keith Packard <keithp@keithp.com>
11642 Date:   Sat Feb 8 20:00:56 2014 -0800
11643
11644     altos: Don't write more than 12 sat infos in ublox driver
11645     
11646     This was overwriting memory past the end of the ao_gps_tracking_data
11647     array, which isn't a good idea.
11648     
11649     Signed-off-by: Keith Packard <keithp@keithp.com>
11650
11651 commit 324073d14ed8215b74d9df51f2229827cd4401d0
11652 Author: Keith Packard <keithp@keithp.com>
11653 Date:   Sat Feb 1 00:32:43 2014 -0800
11654
11655     altos/stm: Block interrupts while reprogramming flash
11656     
11657     Wouldn't work well to get interrupted...
11658     
11659     Signed-off-by: Keith Packard <keithp@keithp.com>
11660
11661 commit d6d56c20465455b759f60a03fc96aa228ab9102e
11662 Author: Keith Packard <keithp@keithp.com>
11663 Date:   Sat Feb 1 00:06:30 2014 -0800
11664
11665     altos: Enable system timer in flash loader and prod watchdog with it
11666     
11667     This makes it possible to reflash the board without needing to disable
11668     the watchdog.
11669     
11670     Signed-off-by: Keith Packard <keithp@keithp.com>
11671
11672 commit 1d3420e51db4d1a46237e97aeb189d2a8eba7f5e
11673 Author: Keith Packard <keithp@keithp.com>
11674 Date:   Fri Jan 31 17:44:45 2014 -0800
11675
11676     altos: Eliminate warnings in FAT code
11677     
11678     The FAT file system code wasn't cleaned up when the warning fixes were
11679     done recently.
11680     
11681     Signed-off-by: Keith Packard <keithp@keithp.com>
11682
11683 commit 7a8adfed8fbbcaac71da9c6d54bbd3091f4d7511
11684 Author: Keith Packard <keithp@keithp.com>
11685 Date:   Thu Mar 21 10:16:35 2013 -0700
11686
11687     altos: Add watchdog timer task
11688     
11689     This new task frobs a pin periodically to inform the hardware that the
11690     operating system is running.
11691     
11692     Signed-off-by: Keith Packard <keithp@keithp.com>
11693
11694 commit 63683f91f5fe9588c1d905a572509cb674aaad68
11695 Author: Keith Packard <keithp@keithp.com>
11696 Date:   Wed Jan 23 21:36:18 2013 -0800
11697
11698     altos: Add names when reporting STM ADC values
11699     
11700     Signed-off-by: Keith Packard <keithp@keithp.com>
11701
11702 commit 7fdf6a6cc252c7813a857714f6088b7fd5bfab40
11703 Author: Keith Packard <keithp@keithp.com>
11704 Date:   Sat Feb 8 14:31:06 2014 -0800
11705
11706     doc: Add title page image to altusmetrum.pdf
11707     
11708     Signed-off-by: Keith Packard <keithp@keithp.com>
11709
11710 commit 2c70a7a49cc0e92df90ea17a870d661ca857c145
11711 Author: Keith Packard <keithp@keithp.com>
11712 Date:   Sat Feb 8 14:30:52 2014 -0800
11713
11714     doc: Ignore generate template XSL file
11715     
11716     Signed-off-by: Keith Packard <keithp@keithp.com>
11717
11718 commit 2320b788c47757032b2874e64479ef382456c2d3
11719 Author: Keith Packard <keithp@keithp.com>
11720 Date:   Sat Feb 8 14:24:48 2014 -0800
11721
11722     doc: Document GPS max height addition
11723     
11724     Signed-off-by: Keith Packard <keithp@keithp.com>
11725
11726 commit 8363326cd87fb1e53ad78146c0503aa476d2da89
11727 Author: Keith Packard <keithp@keithp.com>
11728 Date:   Sat Feb 8 14:24:13 2014 -0800
11729
11730     doc: Update micropeak docs to include lots of pictures
11731     
11732     Signed-off-by: Keith Packard <keithp@keithp.com>
11733
11734 commit 306028b33ebed45bcf379740cc3c01c2360c51f4
11735 Author: Keith Packard <keithp@keithp.com>
11736 Date:   Sat Feb 8 10:25:33 2014 -0800
11737
11738     doc: Micropeak doc updates for 1.3.2
11739     
11740     New 'download' button.
11741     Update download instructions for new USB adapter.
11742     
11743     Signed-off-by: Keith Packard <keithp@keithp.com>
11744
11745 commit 28d5239bff234cc1158a270a29c0e39067f613c3
11746 Author: Keith Packard <keithp@keithp.com>
11747 Date:   Fri Feb 7 22:45:26 2014 -0800
11748
11749     micropeak: Missing a couple of new exceptions when loading files
11750     
11751     The change to keep reading on invalid chars from the serial port
11752     exposed a couple of new exceptions from the MicroData code which the
11753     file loading code needs to cope with.
11754     
11755     Signed-off-by: Keith Packard <keithp@keithp.com>
11756
11757 commit 8d0d59c51138dc1b1bbf6933354fe9faf4d67986
11758 Author: Keith Packard <keithp@keithp.com>
11759 Date:   Fri Feb 7 22:32:17 2014 -0800
11760
11761     micropeak: Keep reading until we get valid data
11762     
11763     Don't stop just because we saw something invalid on the serial line;
11764     let the user try again, or cancel when they get bored.
11765     
11766     However, if the serial line disappears or some other fatal error
11767     occurs, then do stop and put up an error dialog.
11768     
11769     Signed-off-by: Keith Packard <keithp@keithp.com>
11770
11771 commit 4a5b3837b460d1b6fcea99312728114c4734495a
11772 Author: Keith Packard <keithp@keithp.com>
11773 Date:   Thu Feb 6 17:08:34 2014 -0800
11774
11775     altos: report 0/0/0 for APRS position when GPS is not locked
11776     
11777     We were reporting whatever the GPS device sent, even if it wasn't
11778     reporting a valid status. That's not terribly useful.
11779     
11780     Signed-off-by: Keith Packard <keithp@keithp.com>
11781
11782 commit 9e0bda088c097ac6bcc677d7b6d00683e73a68fb
11783 Author: Keith Packard <keithp@keithp.com>
11784 Date:   Mon Feb 3 00:24:38 2014 -0800
11785
11786     micropeak: Watch serial data during download
11787     
11788     This adds a text area to monitor the incoming serial data in case some
11789     problem occurs.
11790     
11791     Signed-off-by: Keith Packard <keithp@keithp.com>
11792
11793 commit 0c2f28cbc1cb312d3bcc8951176d79f234a1af04
11794 Author: Keith Packard <keithp@keithp.com>
11795 Date:   Mon Feb 3 00:26:42 2014 -0800
11796
11797     altoslib: Use existing unicode Charset in AltosLink
11798     
11799     Instead of making AltosLink look up the unicode charset, just provide
11800     it directly.
11801     
11802     Signed-off-by: Keith Packard <keithp@keithp.com>
11803
11804 commit 7df221c42948cb42cf777b899263c8ec9067bd55
11805 Author: Keith Packard <keithp@keithp.com>
11806 Date:   Fri Jan 31 18:09:26 2014 -0800
11807
11808     doc: Mention that an APRS interval of 0 disables it entirely
11809     
11810     And mention that the value is a time in seconds between APRS packets.
11811     
11812     Signed-off-by: Keith Packard <keithp@keithp.com>
11813
11814 commit 230af613d372afe540c6a8860199d717eedecf57
11815 Author: Keith Packard <keithp@keithp.com>
11816 Date:   Thu Jan 30 20:54:24 2014 -0800
11817
11818     doc: Replace screen captures with 'active' window ones
11819     
11820     These are the same as the previous captures, just with the titlebar
11821     highlighted instead of grey so that they're all consistent. These were
11822     also done with the gimp which makes the areas outside of the window
11823     (like outside the rounded corners) have zero alpha so that the white
11824     background shows through.
11825     
11826     Signed-off-by: Keith Packard <keithp@keithp.com>
11827
11828 commit 7e3088ece81ef85f3dbd4df51954bc90681d6b6e
11829 Author: Keith Packard <keithp@keithp.com>
11830 Date:   Thu Jan 30 18:42:08 2014 -0800
11831
11832     doc: Update screen capture of pyro config with correct names
11833     
11834     With the UI now using letters as TeleMega does, update the screen shot
11835     used in the manual to match
11836     
11837     Signed-off-by: Keith Packard <keithp@keithp.com>
11838
11839 commit eb9262901aff4f69fa3d2357693634cbee9bca46
11840 Author: Keith Packard <keithp@keithp.com>
11841 Date:   Thu Jan 30 18:38:01 2014 -0800
11842
11843     altosui: Use letter names for pyro channels in pyro config UI
11844     
11845     TeleMega has the extra pyro channels labeled A, B, C, D instead of 0,
11846     1, 2, 3. Use those names in the UI to avoid confusion.
11847     
11848     Signed-off-by: Keith Packard <keithp@keithp.com>
11849
11850 commit 4e94d785d9a1cce4eb5b3063d55e825719afb58e
11851 Author: Keith Packard <keithp@keithp.com>
11852 Date:   Tue Jan 28 21:52:57 2014 -0800
11853
11854     doc: Add explicit paragraph about using one battery with Tmega
11855     
11856     Just in case the factory-supplied jumper gets lost.
11857     
11858     Signed-off-by: Keith Packard <keithp@keithp.com>
11859
11860 commit f4f31590518875eda40473dd2178d6976a4f86a3
11861 Author: Bdale Garbee <bdale@gag.com>
11862 Date:   Tue Jan 28 18:21:10 2014 -0700
11863
11864     use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0
11865
11866 commit 6b70b8b6bb4e8eae8159ec966847092d0b1deab3
11867 Author: Keith Packard <keithp@keithp.com>
11868 Date:   Fri Jan 24 22:43:25 2014 -0800
11869
11870     altoslib: Don't lose gps_height value between GPS samples
11871     
11872     gps_height is now reliably updated whenever GPS altitude data is
11873     received, so don't try to reset it between samples.
11874     
11875     Signed-off-by: Keith Packard <keithp@keithp.com>
11876
11877 commit ea8c9ca9dd24a026ea5bfe5a1ac70857181a88c8
11878 Author: Keith Packard <keithp@keithp.com>
11879 Date:   Fri Jan 24 22:40:49 2014 -0800
11880
11881     altosui: Show GPS max height in flight stats window of graph
11882     
11883     Uses the new state.max_gps_height() function.#
11884     
11885     Signed-off-by: Keith Packard <keithp@keithp.com>
11886
11887 commit e4616233f3942d2796ba6633477670a83669957b
11888 Author: Keith Packard <keithp@keithp.com>
11889 Date:   Fri Jan 24 22:39:10 2014 -0800
11890
11891     altoslib: Track GPS altitude values to be able to report max gps height
11892     
11893     This adds separate GPS altitude and GPS ground altitude values so that
11894     the AltosState object can report GPS max height.
11895     
11896     Signed-off-by: Keith Packard <keithp@keithp.com>
11897
11898 commit aa2edc97ac0c880e569baca453ff6302ad6da65f
11899 Author: Keith Packard <keithp@keithp.com>
11900 Date:   Fri Jan 24 21:34:39 2014 -0800
11901
11902     doc: Fix spelling of decelerate
11903
11904 commit eb3ffd06575ddd0be061aa2717c7075c823ed54e
11905 Author: Keith Packard <keithp@keithp.com>
11906 Date:   Fri Jan 24 21:31:17 2014 -0800
11907
11908     doc: Document flight computer wiring connections
11909     
11910     This details all of the wiring connections for each flight computer
11911     and explains how to wire batteries, switches and how to use external
11912     pyro batteries and active switches with each one.
11913     
11914     Signed-off-by: Keith Packard <keithp@keithp.com>
11915
11916 commit ee480d180cbdd712ab13d39716c38aabd4678d95
11917 Author: Keith Packard <keithp@keithp.com>
11918 Date:   Fri Jan 24 10:10:00 2014 -0800
11919
11920     Set version to 1.3.2 in preparation for release
11921     
11922     Signed-off-by: Keith Packard <keithp@keithp.com>
11923
11924 commit 9c4674d90f9b111e1b47abb7aee714ed12fa3aa5
11925 Author: Keith Packard <keithp@keithp.com>
11926 Date:   Fri Jan 24 09:35:55 2014 -0800
11927
11928     doc: Add 1.3.2 release notes
11929     
11930     Signed-off-by: Keith Packard <keithp@keithp.com>
11931
11932 commit 94be1e3eb9f94a59522743374d02a1f229266931
11933 Author: Keith Packard <keithp@keithp.com>
11934 Date:   Fri Jan 24 09:21:46 2014 -0800
11935
11936     altos: Tmega Don't try to log info about more than 12 GPS sats
11937     
11938     The mega log format has a single packet for GPS info which holds a
11939     maximum of 12 satellites. Bdale managed to get 14 sats in view, which
11940     ended up crashing the ground station software, and also overflowed the
11941     gps_tracking_data structure.
11942     
11943     Signed-off-by: Keith Packard <keithp@keithp.com>
11944
11945 commit dd28429405498fca0788ce9c19093898c84b10e5
11946 Author: Keith Packard <keithp@keithp.com>
11947 Date:   Thu Jan 23 22:16:36 2014 -0800
11948
11949     altoslib: Validate TeleMega GPS_SAT log packet nsat
11950     
11951     Make sure nsat is not more than the size of the array
11952     
11953     Signed-off-by: Keith Packard <keithp@keithp.com>
11954
11955 commit afbae4c6b7a658f690cb827acfef015e9e2da318
11956 Author: Bdale Garbee <bdale@gag.com>
11957 Date:   Wed Jan 22 21:31:03 2014 -0700
11958
11959     update notes on how to release
11960
11961 commit 0ef0c50536e5eb6ad3455b5828983307edbab828
11962 Author: Bdale Garbee <bdale@gag.com>
11963 Date:   Wed Jan 22 20:53:03 2014 -0700
11964
11965     freshen ChangeLog for release
11966
11967 commit 200137060651f48c99276c8feb0e15980a9b46be
11968 Author: Bdale Garbee <bdale@gag.com>
11969 Date:   Wed Jan 22 20:52:09 2014 -0700
11970
11971     update copyright date on main documentation file
11972
11973 commit 63171339c03cf9bf3d691511889223bf43024124
11974 Author: Keith Packard <keithp@keithp.com>
11975 Date:   Tue Jan 21 23:02:27 2014 -0800
11976
11977     doc: Update for 1.3.1
11978     
11979     Add 1.3.1 release notes. Update screen shots. Document new functionality
11980     
11981     Signed-off-by: Keith Packard <keithp@keithp.com>
11982
11983 commit e6a73d6cbe149a930f8c4e2dac655bc3f6270013
11984 Author: Keith Packard <keithp@keithp.com>
11985 Date:   Tue Jan 21 23:01:28 2014 -0800
11986
11987     doc: Fix image widths to make them all scale the same amount
11988     
11989     Hand-compute scale factors so that all images are presented at the
11990     same relative size as they would be on the screen.
11991     
11992     Signed-off-by: Keith Packard <keithp@keithp.com>
11993
11994 commit e61c02b51e069aa58b36f59b9ca8e7c8284bc93a
11995 Author: Keith Packard <keithp@keithp.com>
11996 Date:   Tue Jan 21 22:13:01 2014 -0800
11997
11998     altosui: Handle serial-port startup errors in idle-monitor
11999     
12000     Trap exceptions during idle monitor startup and report them.
12001     
12002     Signed-off-by: Keith Packard <keithp@keithp.com>
12003
12004 commit 42922b40fc695bdaa92e3fb0b41a248f7df918d0
12005 Author: Keith Packard <keithp@keithp.com>
12006 Date:   Tue Jan 21 22:01:39 2014 -0800
12007
12008     altosui: Handle already-opened link in IgniteUI
12009     
12010     Must run the link open from the UI thread so that we can put up the
12011     in-use dialog immdiately; otherwise the UI thread is blocked which
12012     means the dialog never appears and the app appears to hang.
12013     
12014     Signed-off-by: Keith Packard <keithp@keithp.com>
12015
12016 commit f118e33416e45ea9a2b5ede4157bd8b58ddb6ebb
12017 Author: Keith Packard <keithp@keithp.com>
12018 Date:   Tue Jan 21 21:37:18 2014 -0800
12019
12020     altosuilib: Remove some spurious debug printfs
12021     
12022     Signed-off-by: Keith Packard <keithp@keithp.com>
12023
12024 commit 677fcafd3816b6d8d86b2dc41b840d97b5ccbf07
12025 Author: Keith Packard <keithp@keithp.com>
12026 Date:   Tue Jan 21 21:34:58 2014 -0800
12027
12028     altoslib: Fetch target device config for Fire Igniter npyro value
12029     
12030     The code was using the AltosLink config_data, which is always the
12031     locally connected device's configuration. When using the packet link,
12032     that's not terribly useful when asking how many extra pyro channels
12033     are available.
12034     
12035     Signed-off-by: Keith Packard <keithp@keithp.com>
12036
12037 commit 13cf4000bd53ac4af66231d56e24c9eb11178a5f
12038 Merge: 7a8551f 99fedbf
12039 Author: Keith Packard <keithp@keithp.com>
12040 Date:   Tue Jan 21 20:59:06 2014 -0800
12041
12042     Merge remote-tracking branch 'origin/master'
12043
12044 commit 99fedbf0ed42a5d4fa80f094576ca0260040ef5e
12045 Author: Bdale Garbee <bdale@gag.com>
12046 Date:   Tue Jan 21 21:31:25 2014 -0700
12047
12048     set version to 1.3.1 for release
12049
12050 commit 7a8551fe8e5f0a90cbc494842715a96f08c11900
12051 Author: Anthony Towns <aj@erisian.com.au>
12052 Date:   Mon Jan 20 19:38:21 2014 +1000
12053
12054     altosui: rate limit map downloads
12055
12056 commit 0faa098f05d43eefc1fa54462401171fca5034cb
12057 Author: Anthony Towns <aj@erisian.com.au>
12058 Date:   Mon Jan 20 05:10:58 2014 +1000
12059
12060     altosui: --fetchmaps gets same number of maps as GUI
12061
12062 commit aab5873c87d6ecfe0854751746f80d4bc7ebeffa
12063 Author: Anthony Towns <aj@erisian.com.au>
12064 Date:   Mon Jan 20 04:52:43 2014 +1000
12065
12066     AltosSiteMapPreload: only load 49 maps
12067     
12068     Google Static Maps API limits queries to 50 maps per IP per minute,
12069     so querying a 7x7 array instead of a 9x9 array seems more likely to
12070     work well.
12071
12072 commit 7f9cda0e2531a7bba7f1b4e3b7212a62b5bec1ed
12073 Author: Keith Packard <keithp@keithp.com>
12074 Date:   Sun Jan 19 00:17:06 2014 -0800
12075
12076     altosui: Make romconfig serial and radio cal fields 8 digits wide
12077     
12078     This ensure that they are wide enough to show a cc1120 calibration
12079     value, which is 7 digits.
12080     
12081     Signed-off-by: Keith Packard <keithp@keithp.com>
12082
12083 commit 2b891115c95453d9002d8ef307a27e14eda145a5
12084 Author: Bdale Garbee <bdale@gag.com>
12085 Date:   Fri Jan 17 20:55:45 2014 -0700
12086
12087     set version to 1.3.0.2 for test flights this weekend
12088
12089 commit c33ec8207c0e5d4c855e87b2746371b19d437f7d
12090 Author: Bdale Garbee <bdale@gag.com>
12091 Date:   Fri Jan 17 20:47:16 2014 -0700
12092
12093     use firmware in /usr/share/altos for production flashing
12094
12095 commit cfcb127b248b62231049b6b50cf9b7edc2731f0a
12096 Author: Keith Packard <keithp@keithp.com>
12097 Date:   Wed Jan 15 13:28:16 2014 -0800
12098
12099     altos: Add missing ADC divider values for Tmega v1.0
12100     
12101     Somehow I left these out of the previous commit
12102     
12103     Signed-off-by: Keith Packard <keithp@keithp.com>
12104
12105 commit 9001d5780a41986017bd3bbc7f8c5556b116c351
12106 Author: Keith Packard <keithp@keithp.com>
12107 Date:   Wed Jan 15 12:42:59 2014 -0800
12108
12109     Ignore 32 and 64 bit cjnitest apps
12110
12111 commit c743eaa060080a7bd236466b93cff3abc96f405b
12112 Author: Keith Packard <keithp@keithp.com>
12113 Date:   Wed Jan 15 12:40:26 2014 -0800
12114
12115     altos: Report battery, apogee and main voltages over APRS
12116     
12117     This makes APRS more usable when you mute the RF audio on the HT.
12118     
12119     Signed-off-by: Keith Packard <keithp@keithp.com>
12120
12121 commit cc06242e882cba462791962c199b7c89e79adc65
12122 Author: Keith Packard <keithp@keithp.com>
12123 Date:   Tue Jan 14 23:29:59 2014 -0800
12124
12125     altos: Use factory calibration for all acceleration computations
12126     
12127     The ground acceleration value will vary depending on the tilt angle of
12128     the airframe, which will result in incorrect acceleration computations
12129     during flight. This also avoids accidental boost detect when moving
12130     the airframe around in pad mode.
12131     
12132     Signed-off-by: Keith Packard <keithp@keithp.com>
12133
12134 commit 9d812b3db418fd9816731b761a0853eb38f5a265
12135 Author: Keith Packard <keithp@keithp.com>
12136 Date:   Tue Jan 14 23:21:40 2014 -0800
12137
12138     altos: Switch APRS to compressed position format
12139     
12140     This provides lat/lon/alt in fewer bytes while improving precision.
12141     
12142     Signed-off-by: Keith Packard <keithp@keithp.com>
12143
12144 commit f560d5063b1339dbfb3e6723cfadb7b4c5eace25
12145 Author: Keith Packard <keithp@keithp.com>
12146 Date:   Tue Jan 14 23:18:40 2014 -0800
12147
12148     doc: Ship telemini outline as pdf file too
12149     
12150     Build telemini.pdf from telemini.svg and include it in all of the
12151     released packages.
12152     
12153     Signed-off-by: Keith Packard <keithp@keithp.com>
12154
12155 commit 06ffd8022ff5ac74274c9839d42c0c47274cb8b9
12156 Author: Keith Packard <keithp@keithp.com>
12157 Date:   Wed Jan 1 22:08:13 2014 -0800
12158
12159     altosui: Require both libaltos32 and libaltos64 for fat Linux tarball
12160     
12161     No sense shipping a broken tarball ever
12162     
12163     Signed-off-by: Keith Packard <keithp@keithp.com>
12164
12165 commit 8bff2822c242d2878b408b9c0d8a7647108ea4b1
12166 Author: Keith Packard <keithp@keithp.com>
12167 Date:   Wed Jan 1 22:02:56 2014 -0800
12168
12169     libaltos: Build -m64 and -m32 for fat tarball when possible
12170     
12171     Check to see if we can compile libaltos for both 32 bit and 64 bit
12172     systems, and then use those when generating the linux tarball.
12173     
12174     Signed-off-by: Keith Packard <keithp@keithp.com>
12175
12176 commit 95d77eaff708397d8b1e29904dc47d8ea09e8754
12177 Author: Keith Packard <keithp@keithp.com>
12178 Date:   Wed Jan 1 22:02:04 2014 -0800
12179
12180     Bump version to 1.3.9.1
12181     
12182     Lots of new features; let's not release with 1.3 set
12183     
12184     Signed-off-by: Keith Packard <keithp@keithp.com>
12185
12186 commit b15bd24bbe48e338497c6257f5fe2c7fd1cbffbb
12187 Author: Keith Packard <keithp@keithp.com>
12188 Date:   Wed Jan 1 22:00:24 2014 -0800
12189
12190     altosui: Handle a missing libaltos when starting up
12191     
12192     Skip a null list of devices when figuring out what to open monitor
12193     windows for during startup.
12194     
12195     Signed-off-by: Keith Packard <keithp@keithp.com>
12196
12197 commit c35ea586b9e792c45b287924fd256928308d9a36
12198 Author: Keith Packard <keithp@keithp.com>
12199 Date:   Wed Jan 1 21:12:20 2014 -0800
12200
12201     altos: Flip acceleration data consistently for orientation changes
12202     
12203     Must flip the acceleration calibration data using the same function as
12204     flipping the actual acceleration data or the calibration will no
12205     longer be valid after changing orientation. For the MMA655x, this
12206     means using 4095 in both places, rather than using 0x7fff for the
12207     calibration data changes and 4095 for the data value changes. For the
12208     MPU6000, this means using 0 in both places.
12209     
12210     Signed-off-by: Keith Packard <keithp@keithp.com>
12211
12212 commit afc16e805145c3e9ab4ba948f9ab1d9aa2b27afb
12213 Author: Keith Packard <keithp@keithp.com>
12214 Date:   Sat Dec 28 10:18:53 2013 -0800
12215
12216     altos: Add 'O' command for TeleMega orient testing
12217     
12218     Only present when HAS_FLIGHT_DEBUG is enabled, this command lets the
12219     user check the orientation tracking code by showing the current
12220     orientation and when the calibration values are reset.
12221     
12222     Signed-off-by: Keith Packard <keithp@keithp.com>
12223
12224 commit 9877f6b880a0e89fbfbf1a39ded94bdc1891f3d9
12225 Author: Keith Packard <keithp@keithp.com>
12226 Date:   Sat Dec 28 10:17:37 2013 -0800
12227
12228     altosui: Switch Graph to AltosOrient type
12229     
12230     The graph was using a private class for orient type, use the altoslib one
12231     
12232     Signed-off-by: Keith Packard <keithp@keithp.com>
12233
12234 commit aa01f06acfbf029958a55f68175b6868817b333f
12235 Author: Keith Packard <keithp@keithp.com>
12236 Date:   Sat Dec 28 10:16:24 2013 -0800
12237
12238     altosui: Adjust info table column width
12239     
12240     Make sure the info table can show a full longitude value
12241     
12242     Signed-off-by: Keith Packard <keithp@keithp.com>
12243
12244 commit bbc4940730e6b431f1b9ccd9bbaf9faa0ffb2b1f
12245 Author: Keith Packard <keithp@keithp.com>
12246 Date:   Sat Dec 28 10:15:26 2013 -0800
12247
12248     altosui: Add orient to ascent and info table views
12249     
12250     This adds 'tilt angle' to both ascent and info table views
12251     
12252     Signed-off-by: Keith Packard <keithp@keithp.com>
12253
12254 commit 053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88
12255 Author: Keith Packard <keithp@keithp.com>
12256 Date:   Sat Dec 28 10:13:05 2013 -0800
12257
12258     altoslib: Add AltosOrient class and max_orient()
12259     
12260     This adds the class necessary to put orient into a UI.
12261     
12262     Signed-off-by: Keith Packard <keithp@keithp.com>
12263
12264 commit 081455dcba860f3e4df8cd66f3fe686b204034ad
12265 Author: Keith Packard <keithp@keithp.com>
12266 Date:   Sat Dec 21 08:56:00 2013 -0800
12267
12268     altosui: Extend Fire Igniter to additional channels
12269     
12270     This lets the UI test fire other pyro channels on TeleMega
12271     
12272     Signed-off-by: Keith Packard <keithp@keithp.com>
12273
12274 commit 9cf9a67f937185c0c0bb5b2bae4f420755965799
12275 Author: Keith Packard <keithp@keithp.com>
12276 Date:   Sat Dec 21 06:46:46 2013 -0800
12277
12278     altosui: Switch from radio buttons to check boxes in pyro config. Add close
12279     
12280     First of (we hope) many review comments from Troj.
12281     
12282     Signed-off-by: Keith Packard <keithp@keithp.com>
12283
12284 commit 9289200ccb661b10ff892760ecbc752c7745de6b
12285 Author: Keith Packard <keithp@keithp.com>
12286 Date:   Fri Dec 20 23:04:43 2013 -0800
12287
12288     altos: Turn on -Werror for STM and LPC builds
12289     
12290     Now that the build completes with no warnings, make future warnings
12291     into errors.
12292     
12293     Signed-off-by: Keith Packard <keithp@keithp.com>
12294
12295 commit 16b37b49985daf21ebb93b3d6ae64af67533be22
12296 Author: Keith Packard <keithp@keithp.com>
12297 Date:   Fri Dec 20 23:02:51 2013 -0800
12298
12299     altos: Turn on warnings for LPC products too
12300     
12301     Signed-off-by: Keith Packard <keithp@keithp.com>
12302
12303 commit f578d9455eec9ea0eccd2d5e21349e274ea4281a
12304 Author: Keith Packard <keithp@keithp.com>
12305 Date:   Fri Dec 20 23:02:21 2013 -0800
12306
12307     altos/lpc: Missing */ in definition of PIO0_4
12308     
12309     Would maek using these values pretty hard.
12310     
12311     Signed-off-by: Keith Packard <keithp@keithp.com>
12312
12313 commit 14790172e02d4e1624c35797f87ffd94345d54ff
12314 Author: Keith Packard <keithp@keithp.com>
12315 Date:   Fri Dec 20 23:00:43 2013 -0800
12316
12317     altos: lpc exti setup was incorrectly testing mode
12318     
12319     Check for NOCONFIGURE bit was missing parens
12320     
12321     Signed-off-by: Keith Packard <keithp@keithp.com>
12322
12323 commit 48f996a9d65631238b4de446530f31f83acb99f5
12324 Author: Keith Packard <keithp@keithp.com>
12325 Date:   Fri Dec 20 22:59:42 2013 -0800
12326
12327     altos: cc115l driver tone_run wasn't recording number of tones
12328     
12329     This would prevent the cc115l driver from ever sending tones.
12330     
12331     Signed-off-by: Keith Packard <keithp@keithp.com>
12332
12333 commit e11fcc299f4a1a0461a3442ca13f8984d76c30ff
12334 Author: Keith Packard <keithp@keithp.com>
12335 Date:   Fri Dec 20 22:58:10 2013 -0800
12336
12337     altos: Clean up warnings for LPC products
12338     
12339     Unused varibles, functions and parameters.
12340     
12341     Signed-off-by: Keith Packard <keithp@keithp.com>
12342
12343 commit 4ed108fb86676daea17264d7159c2cff9ea7a6e4
12344 Author: Keith Packard <keithp@keithp.com>
12345 Date:   Fri Dec 20 22:45:56 2013 -0800
12346
12347     altos/stm: Turn on -Wextra
12348     
12349     All of the warnings for STM projects are cleaned up now
12350     
12351     Signed-off-by: Keith Packard <keithp@keithp.com>
12352
12353 commit 1406a5b0721a135913a9801e9eea9e91f0a536b4
12354 Author: Keith Packard <keithp@keithp.com>
12355 Date:   Fri Dec 20 22:45:01 2013 -0800
12356
12357     altos: Add default button return value from ao_button_get
12358     
12359     This "can't" happen, but it's not unreasonable to have a default
12360     return value.
12361     
12362     Signed-off-by: Keith Packard <keithp@keithp.com>
12363
12364 commit 316d898715746a379068ac8511692bdb9da14b39
12365 Author: Keith Packard <keithp@keithp.com>
12366 Date:   Fri Dec 20 22:44:20 2013 -0800
12367
12368     altos: unsigned value in ao_pyro_set checked for negative value
12369     
12370     No sense checking unsigned values for less than zero.
12371     
12372     Signed-off-by: Keith Packard <keithp@keithp.com>
12373
12374 commit 5c9172ba5681ff93d63c9c263a453d0025170045
12375 Author: Keith Packard <keithp@keithp.com>
12376 Date:   Fri Dec 20 22:43:18 2013 -0800
12377
12378     altos: Clean up -Wextra warnings
12379     
12380     Unused variables, mismatching signed/unsigned and a few other misc
12381     warnings.
12382     
12383     Signed-off-by: Keith Packard <keithp@keithp.com>
12384
12385 commit db8f3426ac1cf756a2e4974ca61a5ae9048c80ce
12386 Author: Keith Packard <keithp@keithp.com>
12387 Date:   Fri Dec 20 22:21:23 2013 -0800
12388
12389     altos: Turn on -Wall for stm compiles
12390     
12391     The warnings are all cleaned up now, leave this on by default
12392     
12393     Signed-off-by: Keith Packard <keithp@keithp.com>
12394
12395 commit b31b4622d5bd92c0cc0851818f5b595dbdb60ead
12396 Author: Keith Packard <keithp@keithp.com>
12397 Date:   Fri Dec 20 22:15:25 2013 -0800
12398
12399     altos: Clean up some minor warnings from -Wall
12400     
12401     Unused variables, functions and labels, missing enums in switch.
12402     
12403     Signed-off-by: Keith Packard <keithp@keithp.com>
12404
12405 commit 755082d36231c1b247bc0e1f13919dd9b5c362a8
12406 Author: Keith Packard <keithp@keithp.com>
12407 Date:   Fri Dec 20 22:13:32 2013 -0800
12408
12409     altos: mma655x also needs ao_sensor_errors
12410     
12411     TeleMetrum has an MMA655X but no IMU, so it needs an explicit addition
12412     for sensor errors.
12413     
12414     Signed-off-by: Keith Packard <keithp@keithp.com>
12415
12416 commit 758acb92cccbe4b64a35a1883b42713738c90630
12417 Author: Keith Packard <keithp@keithp.com>
12418 Date:   Fri Dec 20 22:08:11 2013 -0800
12419
12420     altos: Complain about sensor self-test errors only in idle mode
12421     
12422     When the accelerometer says to go into pad mode, don't look for other
12423     sensor self test errors. Only look for sensor self test errors to
12424     choose between idle and invalid mode. This will prevent minor sensor
12425     self test errors from letting the rocket fly safely.
12426     
12427     Signed-off-by: Keith Packard <keithp@keithp.com>
12428
12429 commit c8b27410e45cc3d80ad4b896bffe70e9aec5e3aa
12430 Author: Keith Packard <keithp@keithp.com>
12431 Date:   Fri Dec 20 22:06:52 2013 -0800
12432
12433     altos: 3-axis accel calibration was invalid in explicit accel cal mode
12434     
12435     When explicit Z-axis accel calibration values were provided to the 'c
12436     a' command, the 3-axis accelerometer calibration values would get set
12437     to uninitialized values. Not so helpful.
12438     
12439     Signed-off-by: Keith Packard <keithp@keithp.com>
12440
12441 commit 2a912dcde191e2f750845c464611641a5abdc28a
12442 Author: Keith Packard <keithp@keithp.com>
12443 Date:   Fri Dec 20 22:04:53 2013 -0800
12444
12445     altos: Execute self-test on MMA655X part
12446     
12447     This doesn't check for fine calibration, just makes sure the part is
12448     within the broad tolerances specified by the manufacturer. The subtle fix
12449     here was actually getting reset working -- there was a typo in the
12450     bitpattern definition which caused the reset to fail, making it hard
12451     to self-test the part, as self-test is only valid before the part is running.
12452     
12453     Signed-off-by: Keith Packard <keithp@keithp.com>
12454
12455 commit b89fb51a963635e2effe3a31f803bfc29c2c46b7
12456 Author: Keith Packard <keithp@keithp.com>
12457 Date:   Fri Dec 20 19:44:38 2013 -0800
12458
12459     altoslib: Bump library version
12460     
12461     Prepare for next release by making sure we notice that the API/ABI for
12462     this library has changed.
12463     
12464     Signed-off-by: Keith Packard <keithp@keithp.com>
12465
12466 commit 8e5f3b922100f9de54b9650df14749e81b1a6562
12467 Author: Keith Packard <keithp@keithp.com>
12468 Date:   Fri Dec 20 19:40:31 2013 -0800
12469
12470     altosui: Add imu and mag sensor values to plots
12471     
12472     Makes for a lot of potential graph elements.
12473     
12474     Signed-off-by: Keith Packard <keithp@keithp.com>
12475
12476 commit f65880cf5bfcba5005c32db2b300448e585f3e45
12477 Author: Keith Packard <keithp@keithp.com>
12478 Date:   Fri Dec 20 19:39:40 2013 -0800
12479
12480     altosuilib: Rearrange graph enable buttons
12481     
12482     Eliminate separate 'enable' radio button, provide for multiple columns
12483     
12484     Signed-off-by: Keith Packard <keithp@keithp.com>
12485
12486 commit 796cb90e3241103f79ae12565cf6f0dad21cb57c
12487 Author: Keith Packard <keithp@keithp.com>
12488 Date:   Fri Dec 20 19:38:29 2013 -0800
12489
12490     altoslib: Fetch 'orient' value from Mega Sensor packet
12491     
12492     The mega sensor packet had a spare byte to hold the current
12493     orientation value.
12494     
12495     Signed-off-by: Keith Packard <keithp@keithp.com>
12496
12497 commit 91bcfae2e64ecb2e7de1292b264910382b635aea
12498 Author: Keith Packard <keithp@keithp.com>
12499 Date:   Fri Dec 20 19:37:08 2013 -0800
12500
12501     altoslib: Convert IMU and Mag sensor values to useful units
12502     
12503     Convert from raw sensor values to metric units
12504     
12505     Signed-off-by: Keith Packard <keithp@keithp.com>
12506
12507 commit 2ad31bad20b20615e9d8b29088e2488fddc81ac9
12508 Author: Mike Beattie <mike@ethernal.org>
12509 Date:   Fri Dec 20 15:06:37 2013 +1300
12510
12511     altosdroid: improve build system dependencies
12512     
12513     Signed-off-by: Mike Beattie <mike@ethernal.org>
12514
12515 commit 0e3b3ce66035e8a90fd708d9a4bc01370174c9eb
12516 Author: Mike Beattie <mike@ethernal.org>
12517 Date:   Fri Dec 20 15:06:07 2013 +1300
12518
12519     altosdroid: update to latest google play services
12520     
12521     Signed-off-by: Mike Beattie <mike@ethernal.org>
12522
12523 commit 96f2ae5fc0d3bf88704d2ae1b4df5dc6aefc523b
12524 Author: Mike Beattie <mike@ethernal.org>
12525 Date:   Fri Dec 20 15:05:42 2013 +1300
12526
12527     altosdroid: force older jarsigner signing algorithm for java 1.7
12528     
12529     (increment versionCode, re-upload to Play Store)
12530     
12531     Signed-off-by: Mike Beattie <mike@ethernal.org>
12532
12533 commit ac12e77e3dffc9e9ddb1578a38b32783ad64e940
12534 Author: Bdale Garbee <bdale@gag.com>
12535 Date:   Thu Dec 19 03:22:21 2013 -0700
12536
12537     updated notes from 1.3 release
12538
12539 commit 27528961457865acc3a38b822268df6d7cb86cfd
12540 Merge: 4006eff a31629d
12541 Author: Bdale Garbee <bdale@gag.com>
12542 Date:   Thu Dec 19 02:00:10 2013 -0700
12543
12544     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
12545
12546 commit 4006effc538289c36a1563c1b717231991292c0c
12547 Author: Bdale Garbee <bdale@gag.com>
12548 Date:   Thu Dec 19 01:58:24 2013 -0700
12549
12550     fix missing newline at end of src/test/Makefile
12551
12552 commit a31629dfceb5e9cf1d5c654b8bd87d575f73c34b
12553 Author: Keith Packard <keithp@keithp.com>
12554 Date:   Thu Dec 19 00:58:50 2013 -0800
12555
12556     altosui: Ship EasyMini firmware too
12557     
12558     Missing the FIRMWARE_EMINI define left all easy mini firmware out of
12559     the distribution
12560     
12561     Signed-off-by: Keith Packard <keithp@keithp.com>
12562
12563 commit bc3610d8cecbfed40c62d4dcb93fc9a4d2a7c9e3
12564 Author: Bdale Garbee <bdale@gag.com>
12565 Date:   Thu Dec 19 01:29:55 2013 -0700
12566
12567     update ChangeLog from git
12568
12569 commit 701c26ed85c28ac59e338975f2a6ba6bd25f6493
12570 Author: Keith Packard <keithp@keithp.com>
12571 Date:   Thu Dec 19 00:16:16 2013 -0800
12572
12573     altosdroid: bump versionName to 1.3 and versionCode to 4
12574     
12575     Signed-off-by: Keith Packard <keithp@keithp.com>
12576
12577 commit 9f95ffbad918a73cfd5460d6ce037d680465c35d
12578 Author: Keith Packard <keithp@keithp.com>
12579 Date:   Thu Dec 19 00:12:21 2013 -0800
12580
12581     altosui: When device has no valid romconfig, set RF cal to 0
12582     
12583     This is intended to signal to the user that no valid value was found
12584     and that they'd best pick something sensible.
12585     
12586     Signed-off-by: Keith Packard <keithp@keithp.com>
12587
12588 commit a04c1dd5df76c9127615bc797a9d9f764eec1234
12589 Author: Keith Packard <keithp@keithp.com>
12590 Date:   Thu Dec 19 00:08:50 2013 -0800
12591
12592     altos/lpc: Stop sending SETUP IN when the requested size is reached
12593     
12594     The host won't keep asking for SETUP IN packets once it has received
12595     the amount of data requested, so check to see if we've sent that much
12596     and flip back to IDLE state if so.
12597     
12598     Signed-off-by: Keith Packard <keithp@keithp.com>
12599
12600 commit 1ab12861c3e70d7c22b27d988546a925616a0adc
12601 Author: Keith Packard <keithp@keithp.com>
12602 Date:   Wed Dec 18 23:27:34 2013 -0800
12603
12604     altos/lpc: Reset less of the device on USB reset.
12605     
12606     This leaves most of the device configured across USB reset, which
12607     appears to help when sending a IN reply to the first SETUP packet;
12608     without this change, the IN reply would always get a length of 0,
12609     which is fine for SET_ADDRESS, but not for GET_DESCRIPTOR_DEVICE,
12610     which OS X appears to send before setting the address (go figure).
12611     
12612     Signed-off-by: Keith Packard <keithp@keithp.com>
12613
12614 commit 3b13cc2ca035b13582cd2e59ba7286f872f43c6e
12615 Author: Keith Packard <keithp@keithp.com>
12616 Date:   Wed Dec 18 22:00:13 2013 -0800
12617
12618     altoslib: Remove some old debug printfs for self flashing
12619     
12620     These aren't necessary anymore and just slow down flashing boards.
12621     
12622     Signed-off-by: Keith Packard <keithp@keithp.com>
12623
12624 commit 408b0dea338147382e94717dab85b4a204e7bdf5
12625 Author: Keith Packard <keithp@keithp.com>
12626 Date:   Wed Dec 18 21:08:33 2013 -0800
12627
12628     micropeak: Add micropeak man page
12629     
12630     Signed-off-by: Keith Packard <keithp@keithp.com>
12631
12632 commit 2b2ba87d5f68b9e052dddd49d69341f36d777122
12633 Author: Keith Packard <keithp@keithp.com>
12634 Date:   Wed Dec 18 21:02:15 2013 -0800
12635
12636     ao-tools: Add man pages for ao-flash utilities
12637     
12638     These aren't very wordy, but these tools are pretty simple scripts.
12639     
12640     Signed-off-by: Keith Packard <keithp@keithp.com>
12641
12642 commit 39cb8c2896317b7538353be979ac99baffc14489
12643 Merge: 2a6016c ee42796
12644 Author: Bdale Garbee <bdale@gag.com>
12645 Date:   Wed Dec 18 21:53:52 2013 -0700
12646
12647     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
12648
12649 commit 2a6016cfabc8cd56f5219871e3b3df316a639289
12650 Author: Bdale Garbee <bdale@gag.com>
12651 Date:   Wed Dec 18 21:53:36 2013 -0700
12652
12653     update Debian standards version we claim compliance with
12654
12655 commit ee4279613b4757453d0d8f8afc06037c61eeb520
12656 Author: Keith Packard <keithp@keithp.com>
12657 Date:   Wed Dec 18 20:32:05 2013 -0800
12658
12659     altos: Try IMU self-test 10 times before giving up
12660     
12661     This should keep the device from failing to boot unless the IMU is
12662     actually broken. Oh, and if self test does fail, this places the
12663     flight computer in 'Invalid' state rather than panic.
12664     
12665     Signed-off-by: Keith Packard <keithp@keithp.com>
12666
12667 commit 1bf84ec28a41f7bd1b11ba45b4639856266227bc
12668 Author: Keith Packard <keithp@keithp.com>
12669 Date:   Wed Dec 18 20:30:58 2013 -0800
12670
12671     doc: Add tables describing AltOS beeps and flashes
12672     
12673     Provide a convenient place to reference when listening to the device.
12674     
12675     Signed-off-by: Keith Packard <keithp@keithp.com>
12676
12677 commit 0673344289772ed89483948184d6608c272c7c26
12678 Author: Keith Packard <keithp@keithp.com>
12679 Date:   Wed Dec 18 18:20:55 2013 -0800
12680
12681     altos/stm: Semantic error in STM usb disable caused it to not work
12682     
12683     The USB enable register wasn't actually getting rewritten with the
12684     enable bit turned off, so the USB device was still powered on in flight.
12685     
12686     Signed-off-by: Keith Packard <keithp@keithp.com>
12687
12688 commit 122f491e459b6ff417932370b3f1aa2091c71aca
12689 Author: Bdale Garbee <bdale@gag.com>
12690 Date:   Wed Dec 18 18:30:54 2013 -0700
12691
12692     update release docs to include option for submodules
12693
12694 commit d9982c257463f23be940eea66bd4dc3aadff0043
12695 Merge: 1b97ed2 b63fc05
12696 Author: Bdale Garbee <bdale@gag.com>
12697 Date:   Wed Dec 18 18:25:35 2013 -0700
12698
12699     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
12700
12701 commit 1b97ed2b64bcbcd969124964f1e49837899f1c70
12702 Author: Bdale Garbee <bdale@gag.com>
12703 Date:   Wed Dec 18 18:25:03 2013 -0700
12704
12705     we're using packaged and local-to-our-tree ARM toolchain now
12706
12707 commit b63fc05481bf6d57e6385704ce53c1c19afa9c2e
12708 Author: Keith Packard <keithp@keithp.com>
12709 Date:   Wed Dec 18 14:34:31 2013 -0800
12710
12711     doc: typo in micropeak doc hole->hold
12712
12713 commit 6827961c002757f8e74de44f6eb9c9029d099ebc
12714 Author: Keith Packard <keithp@keithp.com>
12715 Date:   Wed Dec 18 14:25:41 2013 -0800
12716
12717     doc: Update micropeak quick start guide to note new boost detect
12718     
12719     Now waits for one minute and 30m of altitude change to avoid false detections.
12720     
12721     Signed-off-by: Keith Packard <keithp@keithp.com>
12722
12723 commit c0966cd40f05f3a65b0c977b4b92586a58192f4b
12724 Author: Keith Packard <keithp@keithp.com>
12725 Date:   Wed Dec 18 14:22:51 2013 -0800
12726
12727     micropeak: Compile for java 6
12728     
12729     Don't a require later version as not all target OSes support it
12730     
12731     Signed-off-by: Keith Packard <keithp@keithp.com>
12732
12733 commit eea036650e62bc0f8652155974b512686754fd13
12734 Author: Keith Packard <keithp@keithp.com>
12735 Date:   Wed Dec 18 14:08:41 2013 -0800
12736
12737     Move pdclib build results to pdclib-root
12738     
12739     This makes pdclib easier to manage as a submodule
12740     
12741     Signed-off-by: Keith Packard <keithp@keithp.com>
12742
12743 commit c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25
12744 Author: Keith Packard <keithp@keithp.com>
12745 Date:   Wed Dec 18 13:36:04 2013 -0800
12746
12747     altosui: Remove some debug printfs
12748     
12749     Signed-off-by: Keith Packard <keithp@keithp.com>
12750
12751 commit 58ceb9c845d51547244538fe6beec27e9a232af8
12752 Author: Keith Packard <keithp@keithp.com>
12753 Date:   Wed Dec 18 13:25:31 2013 -0800
12754
12755     altosdroid: Use altoslib standard voltages to control lights
12756     
12757     Signed-off-by: Keith Packard <keithp@keithp.com>
12758
12759 commit dbcf3264f950c4e1d450828c9f161b4c418bee97
12760 Author: Keith Packard <keithp@keithp.com>
12761 Date:   Wed Dec 18 13:22:45 2013 -0800
12762
12763     altoslib: Define 3.8 as a good battery and 3.5 as a good igniter
12764     
12765     Use defined values everywhere instead of copying. Adjust battery up to
12766     3.8 to ensure there's enough voltage to not trip the comparators
12767     
12768     Signed-off-by: Keith Packard <keithp@keithp.com>
12769
12770 commit b19a648b667c298d2d9d5ed4ee9db661be058d1a
12771 Author: Keith Packard <keithp@keithp.com>
12772 Date:   Wed Dec 18 13:09:48 2013 -0800
12773
12774     altoslib: create eeprom download thread before telling monitor about it
12775     
12776     Telling the monitor too early resulted in passing a null thread
12777     handle, which meant that 'cancel' wouldn't ever work.
12778     
12779     Signed-off-by: Keith Packard <keithp@keithp.com>
12780
12781 commit 216405bc49ef2fc0e9941989f054e41f2fef9cfe
12782 Author: Keith Packard <keithp@keithp.com>
12783 Date:   Wed Dec 18 12:40:22 2013 -0800
12784
12785     altoslib: Don't close telemetry reader at startup unless something fails
12786     
12787     Was always closing the file, which led to very little telemetry being received.
12788     
12789     Signed-off-by: Keith Packard <keithp@keithp.com>
12790
12791 commit f2e589c59ed0a4c586c5accca8772df15010c46a
12792 Author: Keith Packard <keithp@keithp.com>
12793 Date:   Wed Dec 18 12:16:55 2013 -0800
12794
12795     libaltos: Import newly build libaltos.dylib
12796
12797 commit 0484ca97828da0d56be7bf395fa4a4b09c591e02
12798 Author: Keith Packard <keithp@keithp.com>
12799 Date:   Wed Dec 18 12:15:54 2013 -0800
12800
12801     libaltos: remove usb id filtering from darwin code
12802     
12803     Signed-off-by: Keith Packard <keithp@keithp.com>
12804
12805 commit 36197a388a9ba1d1ee4acd96ac0079ad3af9d3d0
12806 Author: Keith Packard <keithp@keithp.com>
12807 Date:   Wed Dec 18 12:15:22 2013 -0800
12808
12809     libaltos: fix test harness main type
12810     
12811     Signed-off-by: Keith Packard <keithp@keithp.com>
12812
12813 commit 119dd56512404e0c39dd5001ba4da9373515c02c
12814 Author: Keith Packard <keithp@keithp.com>
12815 Date:   Wed Dec 18 11:25:05 2013 -0800
12816
12817     altosui: Add docs to Mac OS X dmg distribution
12818     
12819     Signed-off-by: Keith Packard <keithp@keithp.com>
12820
12821 commit 6df58bb0115a8da13d35ab38861f6231bea7f2a7
12822 Merge: 4383baf 02195f2
12823 Author: Bdale Garbee <bdale@gag.com>
12824 Date:   Wed Dec 18 12:19:31 2013 -0700
12825
12826     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
12827
12828 commit 4383bafc6ccdde10f06882ba3e96126c61d5e988
12829 Author: Bdale Garbee <bdale@gag.com>
12830 Date:   Wed Dec 18 12:18:30 2013 -0700
12831
12832     a fresher changelog entry for test builds
12833
12834 commit 7db8e8190bc8b9a17a7b5107954e2362a0e9c7a2
12835 Author: Bdale Garbee <bdale@gag.com>
12836 Date:   Wed Dec 18 11:08:55 2013 -0700
12837
12838     need to include the Cortex toolchain
12839
12840 commit 02195f2970fb7243fd9a9992abb6ada6709db4e1
12841 Author: Keith Packard <keithp@keithp.com>
12842 Date:   Wed Dec 18 11:14:40 2013 -0800
12843
12844     fix git: path for pdclib
12845     
12846     Signed-off-by: Keith Packard <keithp@keithp.com>
12847
12848 commit fbca372edd5609bc253b622b55b7faffd19ae6cd
12849 Author: Keith Packard <keithp@keithp.com>
12850 Date:   Wed Dec 18 11:12:44 2013 -0800
12851
12852     Use git: path for pdclib
12853     
12854     Signed-off-by: Keith Packard <keithp@keithp.com>
12855
12856 commit e2635d07d0f0a91dd7d59f2c94765a40907d2732
12857 Author: Keith Packard <keithp@keithp.com>
12858 Date:   Wed Dec 18 11:08:11 2013 -0800
12859
12860     Ignore .dll files in libaltos
12861     
12862     Signed-off-by: Keith Packard <keithp@keithp.com>
12863
12864 commit 8fdbdebdbb4d1579fd2af47430807d0d2a78105b
12865 Author: Keith Packard <keithp@keithp.com>
12866 Date:   Wed Dec 18 11:07:55 2013 -0800
12867
12868     ao-tools: complain if st-flash is not available
12869     
12870     Signed-off-by: Keith Packard <keithp@keithp.com>
12871
12872 commit 8f529633cd4be8a0edb1b067bbf5d7cc055dcc1b
12873 Author: Keith Packard <keithp@keithp.com>
12874 Date:   Wed Dec 18 10:55:06 2013 -0800
12875
12876     altos: get stm-bringup building again
12877     
12878     Signed-off-by: Keith Packard <keithp@keithp.com>
12879
12880 commit 262ee65885d55902df96f4aec6a114f5ac6f2c61
12881 Author: Keith Packard <keithp@keithp.com>
12882 Date:   Wed Dec 18 10:53:09 2013 -0800
12883
12884     Remove stale stm test apps from regular build
12885
12886 commit 90386115204bd3bfa55deb5ebe1972bacdba725a
12887 Author: Keith Packard <keithp@keithp.com>
12888 Date:   Wed Dec 18 10:50:45 2013 -0800
12889
12890     altos/stm: Update pdclib paths for flash-loader builds
12891     
12892     Signed-off-by: Keith Packard <keithp@keithp.com>
12893
12894 commit eb659fb0ee80c25312be36b3d8adb686813db125
12895 Author: Keith Packard <keithp@keithp.com>
12896 Date:   Wed Dec 18 10:43:16 2013 -0800
12897
12898     altos: create target pdclib directories before building
12899
12900 commit 9c200c3bc742b4dd1a7e28bfce9d5b27e833aae5
12901 Author: Keith Packard <keithp@keithp.com>
12902 Date:   Wed Dec 18 10:01:29 2013 -0800
12903
12904     altos: Build pdclib locally if necessary
12905     
12906     Signed-off-by: Keith Packard <keithp@keithp.com>
12907
12908 commit fbde0c3e4bdb419d6bd4dbcc96b0e01c59e9fa13
12909 Author: Keith Packard <keithp@keithp.com>
12910 Date:   Wed Dec 18 09:59:33 2013 -0800
12911
12912     include pdclib in wrong place
12913
12914 commit 77b04d662a6704f5db10522a2f9b169d31df5bea
12915 Author: Keith Packard <keithp@keithp.com>
12916 Date:   Wed Dec 18 02:03:15 2013 -0800
12917
12918     altosui: Hide non-applicable altimeter config values
12919     
12920     This makes configuring EasyMini a lot easier...
12921     
12922     Signed-off-by: Keith Packard <keithp@keithp.com>
12923
12924 commit 012abeda6ae846d74729e96e7ed7c8af2edca572
12925 Author: Keith Packard <keithp@keithp.com>
12926 Date:   Wed Dec 18 02:02:12 2013 -0800
12927
12928     altos/lpc: Be a bit more resistant to toolchain section name changes
12929     
12930     Just add some wild cards on the ends of each section name in case the
12931     toolchain changes names in the future.
12932     
12933     Signed-off-by: Keith Packard <keithp@keithp.com>
12934
12935 commit e26306c9350ef1d107d4257ef1c09d15165c9154
12936 Author: Keith Packard <keithp@keithp.com>
12937 Date:   Wed Dec 18 01:14:11 2013 -0800
12938
12939     altoslib: Pass InterruptedException up the stack instead of hiding it
12940     
12941     When interrupting a thread that is talking to a serial device, it's
12942     important not to have that thread discard the InterruptedException so
12943     that it will actually terminate. This patch removes a bunch of places
12944     that were discarding InterruptedExceptions and lets higher level code
12945     see them so that they can exit cleanly.
12946     
12947     Signed-off-by: Keith Packard <keithp@keithp.com>
12948
12949 commit 18852efa108ba6e6e69dfd5076d4f4c01f62b4ef
12950 Author: Keith Packard <keithp@keithp.com>
12951 Date:   Wed Dec 18 01:12:11 2013 -0800
12952
12953     altos: Make TeleMega v0.1 work more like TeleMega v1.0
12954     
12955     I've still got one working v0.1 board which is useful for testing
12956     stuff, so make it work more like the released TeleMega:
12957     
12958      * Use E for drogue, F for main
12959      * Use on-chip eeprom for config
12960      * Fix ADC report printf to match
12961     
12962     Signed-off-by: Keith Packard <keithp@keithp.com>
12963
12964 commit 1f035ac2df1cfa6964ae904aba0aedde279ca921
12965 Author: Keith Packard <keithp@keithp.com>
12966 Date:   Tue Dec 17 23:50:54 2013 -0800
12967
12968     altos: Use all 16 bits of setup packet len when limiting reply len
12969     
12970     We were only using the low 8 bits of the setup packet reply max len,
12971     which meant that if the other side sent a weird max len (as Windows 7
12972     does), then we'd truncate our setup reply to whatever was in the low 8
12973     bits of that value.
12974     
12975     Signed-off-by: Keith Packard <keithp@keithp.com>
12976
12977 commit 1280ba2e51b36f417f3adb6d101405ee75e7e509
12978 Author: Keith Packard <keithp@keithp.com>
12979 Date:   Tue Dec 17 22:53:45 2013 -0800
12980
12981     altosui: Add EasyMini bits to fat distribution images. Update telemetrum.inf
12982     
12983     Signed-off-by: Keith Packard <keithp@keithp.com>
12984
12985 commit 212a1b66ae04317b7b42ba57573b910fde09ca6c
12986 Author: Keith Packard <keithp@keithp.com>
12987 Date:   Tue Dec 17 20:24:19 2013 -0800
12988
12989     doc: Publish images with HTML bits
12990     
12991     Otherwise the html won't render right.
12992     
12993     Signed-off-by: Keith Packard <keithp@keithp.com>
12994
12995 commit 2ecb6a8276b2ce40d2a4da586dbc17581cfda26d
12996 Author: Keith Packard <keithp@keithp.com>
12997 Date:   Tue Dec 17 20:23:00 2013 -0800
12998
12999     altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too much
13000     
13001     We can't hold the GPS mutex while waiting for the GPS receiver to load
13002     data as it protects the GPS data with the GPS mutex.
13003     
13004     Signed-off-by: Keith Packard <keithp@keithp.com>
13005
13006 commit e44ce127ece149e7b07be49142bc0f9d50bbe97d
13007 Author: Keith Packard <keithp@keithp.com>
13008 Date:   Tue Dec 17 20:05:12 2013 -0800
13009
13010     doc: Add screen shots everywhere
13011     
13012     This has screen shots of every dialog in altosui
13013     
13014     Signed-off-by: Keith Packard <keithp@keithp.com>
13015
13016 commit e4b223df372348718b74d2ecad4957f3e30f8d79
13017 Author: Keith Packard <keithp@keithp.com>
13018 Date:   Tue Dec 17 17:37:39 2013 -0800
13019
13020     Add altosui image and attempt to add launch photo to title
13021
13022 commit 1d093383fe58fc8c8c11e1c7cd1cd929ae1bd9e4
13023 Author: Bdale Garbee <bdale@gag.com>
13024 Date:   Tue Dec 17 14:53:59 2013 -0700
13025
13026     further documentation tweaks
13027
13028 commit 90c88bab305c43eb62f964fd3ff350b8b0b5320d
13029 Merge: d5d6d10 dffbdd9
13030 Author: Bdale Garbee <bdale@gag.com>
13031 Date:   Tue Dec 17 14:09:30 2013 -0700
13032
13033     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
13034     
13035     Conflicts:
13036         doc/altusmetrum.xsl
13037
13038 commit d5d6d10ceb724081c7cf89a3885d7e6c3da14604
13039 Author: Bdale Garbee <bdale@gag.com>
13040 Date:   Tue Dec 17 14:08:12 2013 -0700
13041
13042     capture my changes so far
13043
13044 commit dffbdd93d7a86a12d83a412de37dfd2a5f063995
13045 Author: Keith Packard <keithp@keithp.com>
13046 Date:   Tue Dec 17 11:38:46 2013 -0800
13047
13048     doc: Add product pictures to manual
13049     
13050     Signed-off-by: Keith Packard <keithp@keithp.com>
13051
13052 commit 9d8da4ef325171960e16fc027c6039cb63eae942
13053 Author: Keith Packard <keithp@keithp.com>
13054 Date:   Tue Dec 17 11:19:54 2013 -0800
13055
13056     Keep tables together on a page
13057
13058 commit 7acd0cf17c5ca7a00893f35c7fe9c657389070e0
13059 Author: Keith Packard <keithp@keithp.com>
13060 Date:   Tue Dec 17 10:33:29 2013 -0800
13061
13062     doc: Convert several more itemizedlists to variablelists
13063     
13064     When defining a term, use variablelist to pull the term out to the left.
13065     
13066     Signed-off-by: Keith Packard <keithp@keithp.com>
13067
13068 commit 8bb6dd75a602792936d623713fb009fea25ef491
13069 Author: Keith Packard <keithp@keithp.com>
13070 Date:   Mon Dec 16 21:21:24 2013 -0800
13071
13072     Clean up reflashing section, include section on self-flash recovery
13073     
13074     Signed-off-by: Keith Packard <keithp@keithp.com>
13075
13076 commit 1562affc4951e147eba20380ea5be2e9f7152789
13077 Author: Keith Packard <keithp@keithp.com>
13078 Date:   Sat Dec 14 11:47:31 2013 -0800
13079
13080     ao-tools: Use st-flash for STM flashing instead of openocd
13081     
13082     st-flash, from the stlink tools, appears more reliable when flashing
13083     STM CPUs.
13084     
13085     Signed-off-by: Keith Packard <keithp@keithp.com>
13086
13087 commit 7d7ae63d8dfcc99a30285e0bd2411901941d1813
13088 Author: Bdale Garbee <bdale@gag.com>
13089 Date:   Sat Dec 14 12:16:03 2013 -0700
13090
13091     add serial number to ao-usbload call, pass SERIAL to cal-freq
13092
13093 commit c94ca50fd9f24f271c160f6e0e95cb7340289354
13094 Author: Bdale Garbee <bdale@gag.com>
13095 Date:   Fri Dec 13 18:37:29 2013 -0700
13096
13097     temporarily force stlink location in debian/rules to allow complete build
13098
13099 commit 6545a72012e94a50d185e1c4ecff3c3769d60acd
13100 Author: Keith Packard <keithp@keithp.com>
13101 Date:   Tue Dec 10 00:54:32 2013 -0800
13102
13103     java: Missed libaltos java compile flags from previous patch
13104     
13105     Signed-off-by: Keith Packard <keithp@keithp.com>
13106
13107 commit 8959c059ec67f5334e31abbe3f831dd571a0b464
13108 Author: Keith Packard <keithp@keithp.com>
13109 Date:   Tue Dec 10 00:51:01 2013 -0800
13110
13111     java: Add -target 1.6 to all java compiles
13112     
13113     This makes sure the results can run with the old JVM
13114     
13115     Signed-off-by: Keith Packard <keithp@keithp.com>
13116
13117 commit a4596c134aa5e7867f1ca1d86d36afb2af9b8999
13118 Author: Keith Packard <keithp@keithp.com>
13119 Date:   Tue Dec 10 00:39:52 2013 -0800
13120
13121     altos: Remove ARM .ihx files on 'make clean'
13122     
13123     Signed-off-by: Keith Packard <keithp@keithp.com>
13124
13125 commit 50753e84871b2a01d270d28b8b77a19614d2180c
13126 Author: Keith Packard <keithp@keithp.com>
13127 Date:   Tue Dec 10 00:03:20 2013 -0800
13128
13129     Set version to 1.3 in preparation for release
13130     
13131     Signed-off-by: Keith Packard <keithp@keithp.com>
13132
13133 commit 54f7888dc65ffc27c6ee5ef93953bd9b8fc029ed
13134 Author: Keith Packard <keithp@keithp.com>
13135 Date:   Tue Dec 10 00:00:31 2013 -0800
13136
13137     doc: More altusmetrum.xsl updates for 1.3
13138     
13139     Spell checking even
13140     
13141     Signed-off-by: Keith Packard <keithp@keithp.com>
13142
13143 commit a140b3ad689bcebdcf87caab1e64048f693a9b85
13144 Author: Keith Packard <keithp@keithp.com>
13145 Date:   Mon Dec 9 23:16:13 2013 -0800
13146
13147     debian: .ihx and .map files are left in subdirs now
13148     
13149     Install them from the right place
13150     
13151     Signed-off-by: Keith Packard <keithp@keithp.com>
13152
13153 commit 95c1a5a61267233cf2c16175aeb73bfb7d12ba8f
13154 Author: Keith Packard <keithp@keithp.com>
13155 Date:   Mon Dec 9 23:14:55 2013 -0800
13156
13157     altosui: Ship TeleMega-v1.0 firmware
13158     
13159     Signed-off-by: Keith Packard <keithp@keithp.com>
13160
13161 commit b023c87e2b86ba57cbf97be1ab76b532e0a00fad
13162 Author: Keith Packard <keithp@keithp.com>
13163 Date:   Mon Dec 9 23:12:40 2013 -0800
13164
13165     ao-bringup: Add turnon_telemega script
13166     
13167     And a few helper programs
13168     
13169     Signed-off-by: Keith Packard <keithp@keithp.com>
13170
13171 commit ecb0465be76e9299511aeec663d267967834f6c3
13172 Author: Keith Packard <keithp@keithp.com>
13173 Date:   Mon Dec 9 16:06:22 2013 -0800
13174
13175     altos: Rename telemega-v0.3 to telemega-v1.0
13176     
13177     Signed-off-by: Keith Packard <keithp@keithp.com>
13178
13179 commit dd91a5d5069ff940e07b8817a934ee65d4e8e235
13180 Author: Keith Packard <keithp@keithp.com>
13181 Date:   Sun Dec 8 21:08:36 2013 -0800
13182
13183     altos: Oops. Was only filling out part of the TeleMetrum ADC record
13184     
13185     Because it's missing a return, we'd end up filling out one element of
13186     the ADC record per interrupt, and rotating through which one was set,
13187     hitting all of the even offsets within the struct. Yikes!
13188     
13189     Signed-off-by: Keith Packard <keithp@keithp.com>
13190
13191 commit c1711890c002fe359bd6c3fdf4092b35d464c6d9
13192 Author: Keith Packard <keithp@keithp.com>
13193 Date:   Sun Dec 8 21:07:17 2013 -0800
13194
13195     altosui: When flashing to TeleDongle or TeleBT, match any .ihx file
13196     
13197     Let the user pick any .ihx file when using a device which can only be
13198     used as a pair programmer. Note that 'telemetrum' can be either, and
13199     we'll assume that it's a self-programmed device (v2) for now.
13200     
13201     Signed-off-by: Keith Packard <keithp@keithp.com>
13202
13203 commit 710343a23c7e6e9c079eafdf3aeea8a40cc2ce61
13204 Author: Keith Packard <keithp@keithp.com>
13205 Date:   Sun Dec 8 20:34:11 2013 -0800
13206
13207     altosui: Match directories in hex file matcher
13208     
13209     This makes it possible to navigate around the file system
13210     
13211     Signed-off-by: Keith Packard <keithp@keithp.com>
13212
13213 commit fd92bb8ff3be257925bf6e969d93a7f9dd941fb8
13214 Author: Keith Packard <keithp@keithp.com>
13215 Date:   Sun Dec 8 20:33:22 2013 -0800
13216
13217     altoslib: Don't require radio_cal or usb_descriptors in AltosRomconfig
13218     
13219     Not all products will have these values, so allow them to be missing
13220     
13221     Signed-off-by: Keith Packard <keithp@keithp.com>
13222
13223 commit 68adbf5bf08ed8af2f34c0d95d9c3d457574372d
13224 Author: Keith Packard <keithp@keithp.com>
13225 Date:   Sun Dec 8 20:11:46 2013 -0800
13226
13227     Add new tools to .gitignore
13228     
13229     Signed-off-by: Keith Packard <keithp@keithp.com>
13230
13231 commit 2cdb90d9214f8e66b3574cbd9c5ed073a7861681
13232 Author: Keith Packard <keithp@keithp.com>
13233 Date:   Sun Dec 8 20:09:10 2013 -0800
13234
13235     altoslib: Add self-flashing code
13236     
13237     This adds the ability to use the AltOS flash-loader on both STM and
13238     NXP processors.
13239     
13240     Signed-off-by: Keith Packard <keithp@keithp.com>
13241
13242 commit 70d0841b4017e7580c893c7033c04fb2964adab6
13243 Author: Keith Packard <keithp@keithp.com>
13244 Date:   Sun Dec 8 20:07:23 2013 -0800
13245
13246     altoslib: Add AltosNoSymbol exception
13247     
13248     Signed-off-by: Keith Packard <keithp@keithp.com>
13249
13250 commit 4e1b134e29313a1bdac18de57fe547299e5ded2a
13251 Author: Keith Packard <keithp@keithp.com>
13252 Date:   Sun Dec 8 20:04:43 2013 -0800
13253
13254     altoslib: Use symbols in AltosRomconfig instead of fixed offsets
13255     
13256     The new Hexfile symbol code automatically adds the needed romconfig
13257     symbols for cc1111 products, and ARM-based products have symbols in
13258     the .ihx files. This means that we can rely on using symbols when
13259     finding config values in memory.
13260     
13261     Signed-off-by: Keith Packard <keithp@keithp.com>
13262
13263 commit 1183417145de549b9281f9e210d216facf3a94ef
13264 Author: Keith Packard <keithp@keithp.com>
13265 Date:   Sun Dec 8 19:59:37 2013 -0800
13266
13267     altosuilib: Don't match product_altusmetrum for product_basestation or product_altimeter
13268     
13269     It's been years since we've shipped boards configured with
13270     product_altusmetrum, but now we've repurposed that code for the flash
13271     loader. When matching an explicit product, go ahead and also match
13272     altusmetrum so that the flash loader will fit, but when matching
13273     basestation or altimeter, don't as that will avoid popping up the
13274     flight monitor UI at startup when a board is running the boot loader.
13275     
13276     Signed-off-by: Keith Packard <keithp@keithp.com>
13277
13278 commit e0af4569446b12c026aa0ffd52c55839d69af0e1
13279 Author: Keith Packard <keithp@keithp.com>
13280 Date:   Sun Dec 8 19:48:27 2013 -0800
13281
13282     altoslib: Publish mapping from product name back to USB id
13283     
13284     This lets us choose which device to flash based on the filename
13285     
13286     Signed-off-by: Keith Packard <keithp@keithp.com>
13287
13288 commit 88fa5fa6acbdd66d1338ca73cbbac219d62b5136
13289 Author: Keith Packard <keithp@keithp.com>
13290 Date:   Sun Dec 8 19:47:44 2013 -0800
13291
13292     altoslib: Create AltosProgrammer class
13293     
13294     This provides an abstract interface to flashing boards, for
13295     dongle-based and self-programming boards.
13296     
13297     Signed-off-by: Keith Packard <keithp@keithp.com>
13298
13299 commit 7b0c1fbccb4ef1ae2ed356292cc8762360532b7f
13300 Author: Keith Packard <keithp@keithp.com>
13301 Date:   Sun Dec 8 19:46:30 2013 -0800
13302
13303     altoslib: Add symbols to .ihx files
13304     
13305     Create a new 0xfe record type to hold the symbols, and append them
13306     after the EOF record so that other tools might continue to work.
13307     
13308     Signed-off-by: Keith Packard <keithp@keithp.com>
13309
13310 commit b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4
13311 Author: Keith Packard <keithp@keithp.com>
13312 Date:   Sun Dec 8 19:43:13 2013 -0800
13313
13314     altoslib: Support binary reading/writing in AltosLink
13315     
13316     Binary reads require an explicit length, and do not work while
13317     telemetry is running.
13318     
13319     Signed-off-by: Keith Packard <keithp@keithp.com>
13320
13321 commit 2cb7a96567e1302a699f78290fab5e29693940ab
13322 Author: Keith Packard <keithp@keithp.com>
13323 Date:   Sun Dec 8 19:05:01 2013 -0800
13324
13325     altos/stm: arm-none-eabi-binutils now puts 'main' into .text.startup
13326     
13327     Change name of .text.ram to .ramtext, then load .text* into flash and
13328     .ramtext into ram. This ensures that 'main' and anything else in a
13329     random .text.* segment will get loaded into flash as appropriate.
13330     
13331     Signed-off-by: Keith Packard <keithp@keithp.com>
13332
13333 commit 3e22a0dce4248cce862147c985078de44c427b12
13334 Author: Keith Packard <keithp@keithp.com>
13335 Date:   Sun Dec 8 19:04:11 2013 -0800
13336
13337     ao-tools: build ao-usbload by default
13338     
13339     Signed-off-by: Keith Packard <keithp@keithp.com>
13340
13341 commit b1f3525afa801038f7087a3a2caf369f2460a5db
13342 Author: Keith Packard <keithp@keithp.com>
13343 Date:   Sun Dec 8 11:41:09 2013 -0800
13344
13345     altoslib: AltosEepromMonitor had false import of altosuilib
13346     
13347     Not needed, and breaks the build
13348     
13349     Signed-off-by: Keith Packard <keithp@keithp.com>
13350
13351 commit eded084c6caa1f9423d690c8b45c8042f8355987
13352 Author: Keith Packard <keithp@keithp.com>
13353 Date:   Sun Dec 8 11:17:28 2013 -0800
13354
13355     altos: remove all versions of stm-demo executable
13356     
13357     Signed-off-by: Keith Packard <keithp@keithp.com>
13358
13359 commit bb72b4018dd6a422afe1916d9538bb9ff1e45353
13360 Author: Keith Packard <keithp@keithp.com>
13361 Date:   Sun Dec 8 11:15:37 2013 -0800
13362
13363     altos: Change flash loader name to just AltosFlash
13364     
13365     Remove the software version string from the product name
13366     
13367     Signed-off-by: Keith Packard <keithp@keithp.com>
13368
13369 commit 52b19511222980138faddb2047707baceff0a596
13370 Author: Keith Packard <keithp@keithp.com>
13371 Date:   Sun Dec 8 11:14:29 2013 -0800
13372
13373     altos: Build .ihx files for all arm projects
13374     
13375     The .ihx version can be processed by the java loader
13376     
13377     Signed-off-by: Keith Packard <keithp@keithp.com>
13378
13379 commit a1e4750a7d4af72e8e9086735885f48c9b56c18e
13380 Author: Keith Packard <keithp@keithp.com>
13381 Date:   Sun Dec 8 11:11:41 2013 -0800
13382
13383     altos: Allow products to override default 100mA USB current
13384     
13385     This will allow products to specify their own current limit.
13386     
13387     Signed-off-by: Keith Packard <keithp@keithp.com>
13388
13389 commit 25aaf6122cbddcbc6a80460dac8ccb9f45743ae0
13390 Author: Keith Packard <keithp@keithp.com>
13391 Date:   Sun Dec 8 11:10:00 2013 -0800
13392
13393     ao-tools: Clean up ao-stmload and ao-usbload options. Add --raw
13394     
13395     ao-stmload only uses stlink, ao-usbload only uses self-flashing, so
13396     clear up the options in the two programs. The new --raw option skips
13397     the serial and radio cal rewriting when flashing the boot loader.
13398     
13399     Signed-off-by: Keith Packard <keithp@keithp.com>
13400
13401 commit ebb36d56c732ffe9cdb8d2ea53d00e1d4ece8f97
13402 Author: Keith Packard <keithp@keithp.com>
13403 Date:   Sun Dec 8 11:07:46 2013 -0800
13404
13405     ao-tools: Allow building without stlink and readline
13406     
13407     This adds --without-stlink and --without-readline options to configure
13408     to disable these features, and adjusts the build process and code to
13409     handle that.
13410     
13411     Signed-off-by: Keith Packard <keithp@keithp.com>
13412
13413 commit 5fd0dc6f69e7614ba71bbc215b32260a11595af3
13414 Author: Keith Packard <keithp@keithp.com>
13415 Date:   Sat Dec 7 23:27:30 2013 -0800
13416
13417     ao-tools: Add ao-flash-stm and ao-flash-lpc scripts
13418     
13419     These use openocd to download boot loaders to the arm-based products
13420     
13421     Signed-off-by: Keith Packard <keithp@keithp.com>
13422
13423 commit eee9b3ce1e5adae5aa4566050b6d6048344e92c4
13424 Author: Keith Packard <keithp@keithp.com>
13425 Date:   Sat Dec 7 09:54:17 2013 -0800
13426
13427     altosuilib: Deal with AltosUnits API change
13428     
13429     The abstract methods in AltosUnits now pass the 'imperial_units' flag
13430     explicitly, so deal with that in AltosUnits itself
13431     
13432     Signed-off-by: Keith Packard <keithp@keithp.com>
13433
13434 commit 407696f11ac1736e840c9b702592c46197d14c2c
13435 Author: Keith Packard <keithp@keithp.com>
13436 Date:   Sat Dec 7 09:53:10 2013 -0800
13437
13438     altosui: Clean up serial close handling
13439     
13440     Unify serial close processing in a single function (close_serial),
13441     make everyone else call that. This avoids a couple of cases where the
13442     device would be closed and not removed from the devices_opened list,
13443     leading to 'device is already in use' messages.
13444     
13445     Signed-off-by: Keith Packard <keithp@keithp.com>
13446
13447 commit 1a47532f411488f003726aa9365ede5dc90c5b78
13448 Author: Keith Packard <keithp@keithp.com>
13449 Date:   Sat Dec 7 09:51:58 2013 -0800
13450
13451     altosui: Don't try to report bearing/elevation without GPS
13452     
13453     If the distance from the pad cannot be computed (due to lacking GPS),
13454     then don't try to report it.
13455     
13456     Signed-off-by: Keith Packard <keithp@keithp.com>
13457
13458 commit 44249a9262a16ed103aedf30a300003fc2a17579
13459 Author: Keith Packard <keithp@keithp.com>
13460 Date:   Sat Dec 7 09:49:00 2013 -0800
13461
13462     altos: Nothing in altos uses AES decryption, so don't compile it
13463     
13464     Saves a bit of space where AES is used, and avoids some compiler warnings.
13465     
13466     Signed-off-by: Keith Packard <keithp@keithp.com>
13467
13468 commit cdb32b1717db4e8cb8cf94d810e74ce2b569566b
13469 Author: Keith Packard <keithp@keithp.com>
13470 Date:   Sat Dec 7 09:47:45 2013 -0800
13471
13472     altos/test: Compute and plot tilt based on GPS track
13473     
13474     This lets us compare the gyro-computed tilt angle against the actual
13475     flight path.
13476     
13477     Signed-off-by: Keith Packard <keithp@keithp.com>
13478
13479 commit 6fbf4829569d5edb476654f4e383b834af527dc6
13480 Author: Keith Packard <keithp@keithp.com>
13481 Date:   Sat Dec 7 09:40:53 2013 -0800
13482
13483     altos: Telemega uses eeprom, include it in main file
13484     
13485     ao_telemega.c didn't include ao_eeprom.h leaving a function undefined
13486     
13487     Signed-off-by: Keith Packard <keithp@keithp.com>
13488
13489 commit 2a9b0cdff5db03dc11b6ef69cf5436c834c3acc4
13490 Author: Keith Packard <keithp@keithp.com>
13491 Date:   Sat Dec 7 09:39:41 2013 -0800
13492
13493     altos: Add lots more GPS data to mega log
13494     
13495     There's plenty of space in the GPS log packets to hold course, speed,
13496     climb and DOP values, so just stick them in.
13497     
13498     Signed-off-by: Keith Packard <keithp@keithp.com>
13499
13500 commit de2e812b02a99a2f6d85f15a9600265931f6f6b0
13501 Author: Keith Packard <keithp@keithp.com>
13502 Date:   Sat Dec 7 09:38:50 2013 -0800
13503
13504     src/cc1111: Turn off RC osc after xtal is running
13505     
13506     There's no reason to keep running the RC oscillator after we switch to
13507     the crystal, so turn it off.
13508     
13509     Signed-off-by: Keith Packard <keithp@keithp.com>
13510
13511 commit 473ae38ade0552c5ff3ca088b21345ed5dfad5d0
13512 Author: Keith Packard <keithp@keithp.com>
13513 Date:   Thu Nov 28 15:21:26 2013 -0800
13514
13515     doc: First pass for 1.3 finished; docs have most major sections updated.
13516     
13517     Final edits and corrections still required.
13518     
13519     Signed-off-by: Keith Packard <keithp@keithp.com>
13520
13521 commit 6d9b93bfd637eb690159fc5efda0390eb602c6a7
13522 Author: Keith Packard <keithp@keithp.com>
13523 Date:   Thu Nov 28 10:44:07 2013 -0800
13524
13525     ao-tools: Split out USB loader to ao-usbload
13526     
13527     Leave ao-stmload using just stlinkv2
13528     
13529     Signed-off-by: Keith Packard <keithp@keithp.com>
13530
13531 commit f27dff090c8f3a63bd932715643980703160bde6
13532 Author: Keith Packard <keithp@keithp.com>
13533 Date:   Thu Nov 28 10:31:32 2013 -0800
13534
13535     ao-tools: Split out altos symbol editing from ao-stmload
13536     
13537     to be shared with ao-usbload
13538     
13539     Signed-off-by: Keith Packard <keithp@keithp.com>
13540
13541 commit 5ef287723f8d8bfbfb3582d22bfb5c2a3129414a
13542 Author: Keith Packard <keithp@keithp.com>
13543 Date:   Thu Nov 28 09:52:38 2013 -0800
13544
13545     ao-tools: Missing ao-selfload.h
13546
13547 commit e6c9ca218d944443c86555e513534d82713af936
13548 Author: Keith Packard <keithp@keithp.com>
13549 Date:   Thu Nov 28 09:52:01 2013 -0800
13550
13551     ao-tools: move 16/32-bit readers from ao-stmload to lib
13552
13553 commit d93a65a90f19e4816231e03b1f399af6e3742aee
13554 Author: Keith Packard <keithp@keithp.com>
13555 Date:   Thu Nov 28 09:46:13 2013 -0800
13556
13557     ao-tools: Move ao-selfload into library
13558     
13559     This needs to be shared between ao-stmload and ao-usbload
13560     
13561     Signed-off-by: Keith Packard <keithp@keithp.com>
13562
13563 commit 14204e3d147ad99cc249ad8de254809180fe5c38
13564 Author: Keith Packard <keithp@keithp.com>
13565 Date:   Thu Nov 28 09:31:02 2013 -0800
13566
13567     ao-tools: Add ao-elftohex and .ihx symbol support
13568     
13569     ao-elftohex converts an elf file into a hex file so that we can load
13570     it with java.
13571     
13572     Signed-off-by: Keith Packard <keithp@keithp.com>
13573
13574 commit ee07f1a0f8e431bebb3b948f6249f5f33413e966
13575 Author: Keith Packard <keithp@keithp.com>
13576 Date:   Thu Nov 28 09:29:52 2013 -0800
13577
13578     ao-tools: Add debug printf support
13579
13580 commit 95a8180f3d7929dbad65c80421f99c925f245af0
13581 Author: Keith Packard <keithp@keithp.com>
13582 Date:   Wed Nov 27 13:59:06 2013 -0800
13583
13584     ao-tools: Create general elf and hex library routines
13585     
13586     Pulls the elf stuff out of ao-stmload, change the hex stuff into ao_
13587     routines.
13588     
13589     Signed-off-by: Keith Packard <keithp@keithp.com>
13590
13591 commit 73b1a7e644e255558378ab66de6426a7dfd8a7dc
13592 Author: Keith Packard <keithp@keithp.com>
13593 Date:   Mon Nov 25 01:15:36 2013 -0800
13594
13595     doc: Work on AltosUI Pyro config docs a bit more.
13596     
13597     Signed-off-by: Keith Packard <keithp@keithp.com>
13598
13599 commit 82b42935d047d2f7c2f7a63a3efb72a3f1d5594e
13600 Author: Keith Packard <keithp@keithp.com>
13601 Date:   Mon Nov 25 00:02:06 2013 -0800
13602
13603     altosui: Handle units in pyro config.
13604     
13605     This lets you edit the pyro configuration using imperial units if
13606     desired.
13607     
13608     Signed-off-by: Keith Packard <keithp@keithp.com>
13609
13610 commit 8da565bbafa2925aa889cf9249497a709a814b7f
13611 Author: Keith Packard <keithp@keithp.com>
13612 Date:   Mon Nov 25 00:01:20 2013 -0800
13613
13614     doc: Add telemetry enable and APRS interval config docs
13615     
13616     Also starts working on the pyro channel config window docs
13617     
13618     Signed-off-by: Keith Packard <keithp@keithp.com>
13619
13620 commit f743934ebd1a7c7c8b6db0223f0309e590aa15cd
13621 Author: Keith Packard <keithp@keithp.com>
13622 Date:   Sun Nov 24 21:55:20 2013 -0800
13623
13624     doc: use correct quotes in altusmetrum.xsl
13625     
13626     Signed-off-by: Keith Packard <keithp@keithp.com>
13627
13628 commit 6f4abc14065aebceaac9313e4dcd4300e19999cf
13629 Author: Keith Packard <keithp@keithp.com>
13630 Date:   Sun Nov 24 21:50:27 2013 -0800
13631
13632     doc: "rocketry electronics" instead of listing products
13633
13634 commit 31a1c701bfaea97225e12ea0688b934790e3737e
13635 Author: Keith Packard <keithp@keithp.com>
13636 Date:   Sun Nov 24 21:28:26 2013 -0800
13637
13638     Use more 1/4 single characters
13639
13640 commit 96f33e780958adaaa4a9cc127caecaeb3f4c978c
13641 Author: Keith Packard <keithp@keithp.com>
13642 Date:   Sun Nov 24 21:25:06 2013 -0800
13643
13644     Remove duplicate log description. Describe pyro config.
13645     
13646     Signed-off-by: Keith Packard <keithp@keithp.com>
13647
13648 commit 3eaaefe6d746a2f53995a2470c5024f37c87c393
13649 Author: Keith Packard <keithp@keithp.com>
13650 Date:   Sun Nov 24 20:05:52 2013 -0800
13651
13652     Extend the hardware overview chapter. Edit System Operations
13653     
13654     Extend the overview chapter to include tables describing the
13655     electronic and physical board characteristics of each board.
13656     
13657     Finish most of the System Operation stuff, still need to add pyro
13658     channel configuration
13659     
13660     Signed-off-by: Keith Packard <keithp@keithp.com>
13661
13662 commit ceed62fd97972b35f4cf6560625135723cb8610f
13663 Author: Keith Packard <keithp@keithp.com>
13664 Date:   Mon Nov 18 13:48:18 2013 -0800
13665
13666     debian: Build now depends on 'xmlto' for docs
13667     
13668     This wraps xsltproc, fop and xmllint for formatting pdf files
13669     
13670     Signed-off-by: Keith Packard <keithp@keithp.com>
13671
13672 commit 92753d4b8d6b17ebc7a9b65680abd46648726393
13673 Author: Keith Packard <keithp@keithp.com>
13674 Date:   Mon Nov 18 12:43:33 2013 -0800
13675
13676     doc: Use system fo docbool.xsl instead of network one
13677     
13678     Instead of reading the master stylesheet from the network, just use
13679     the one installed on the system.
13680     
13681     Signed-off-by: Keith Packard <keithp@keithp.com>
13682
13683 commit 89fc38f2cf143bed1fe8c4a4972267b15c9aa467
13684 Author: Keith Packard <keithp@keithp.com>
13685 Date:   Mon Nov 18 12:42:38 2013 -0800
13686
13687     doc: Make pdf files depend on local stylesheet
13688     
13689     Now that we're using our own, rebuild the docs when it changes
13690     
13691     Signed-off-by: Keith Packard <keithp@keithp.com>
13692
13693 commit f9bbca59a9034cf7e6df4577e627d7447f3a9d51
13694 Author: Keith Packard <keithp@keithp.com>
13695 Date:   Mon Nov 18 12:42:20 2013 -0800
13696
13697     doc: Make micropeak.xsl validate
13698     
13699     Signed-off-by: Keith Packard <keithp@keithp.com>
13700
13701 commit 0a3e27e3a392be4cfe03d200068a7e69bb2f3fdb
13702 Author: Keith Packard <keithp@keithp.com>
13703 Date:   Mon Nov 18 12:38:52 2013 -0800
13704
13705     Make companion.xsl validate
13706     
13707     Signed-off-by: Keith Packard <keithp@keithp.com>
13708
13709 commit d212d782bff977d609a9da1b805de4a2615fb474
13710 Author: Keith Packard <keithp@keithp.com>
13711 Date:   Mon Nov 18 12:37:23 2013 -0800
13712
13713     doc: Make telemetry.xsl validate
13714     
13715     Signed-off-by: Keith Packard <keithp@keithp.com>
13716
13717 commit 87fbe12bdaf10c9ba7ba43608b1e980cdc09d496
13718 Author: Keith Packard <keithp@keithp.com>
13719 Date:   Mon Nov 18 12:29:42 2013 -0800
13720
13721     doc: Make altos.xsl validate
13722     
13723     Signed-off-by: Keith Packard <keithp@keithp.com>
13724
13725 commit 963a61986ea4b48fdca0989479e9c50acb0f1a9d
13726 Author: Keith Packard <keithp@keithp.com>
13727 Date:   Mon Nov 18 12:12:54 2013 -0800
13728
13729     doc: Switch to xorg style to generate index
13730     
13731     This style sheet generates a nice PDF index
13732     
13733     Signed-off-by: Keith Packard <keithp@keithp.com>
13734
13735 commit 9953a5f0440b269dac5c675f120e6a31dde8ec69
13736 Author: Keith Packard <keithp@keithp.com>
13737 Date:   Mon Nov 18 12:06:31 2013 -0800
13738
13739     doc: Get altusmetrum.xsl to validate
13740     
13741     Mostly involved getting the listitem contents into para elements.
13742     
13743     Signed-off-by: Keith Packard <keithp@keithp.com>
13744
13745 commit 152d978dc4be49b6b764e5e1966bd860c46054ea
13746 Author: Keith Packard <keithp@keithp.com>
13747 Date:   Mon Nov 18 12:05:10 2013 -0800
13748
13749     doc: Start work on 1.3 doc updates
13750     
13751     Add 1.3 release notes.
13752     
13753     Signed-off-by: Keith Packard <keithp@keithp.com>
13754
13755 commit 71705532374f222e51c66e2f1214dd01b3efc8bd
13756 Author: Keith Packard <keithp@keithp.com>
13757 Date:   Tue Nov 12 15:02:50 2013 +0900
13758
13759     Bump to version 1.2.9.4
13760
13761 commit 12481415c2e5fb03b003343c9499df711eb14f91
13762 Author: Keith Packard <keithp@keithp.com>
13763 Date:   Tue Nov 12 16:26:02 2013 +0900
13764
13765     altos: include ao_eeprom.h in ao_telemetrum.c to define ao_eeprom_init
13766     
13767     Signed-off-by: Keith Packard <keithp@keithp.com>
13768
13769 commit bf893a4149b05b97f18f9f487af805adef859d74
13770 Author: Keith Packard <keithp@keithp.com>
13771 Date:   Tue Nov 12 16:22:49 2013 +0900
13772
13773     altos: Make sure flight erase log comes after config blog
13774     
13775     Oops. When converting from ao_storage to ao_config, I accidentally had
13776     the flight erase log overwriting the config block.
13777     
13778     Signed-off-by: Keith Packard <keithp@keithp.com>
13779
13780 commit 92eafd01f2809f39c5bc4058977c790d94a99df1
13781 Author: Keith Packard <keithp@keithp.com>
13782 Date:   Tue Nov 12 16:08:50 2013 +0900
13783
13784     altos: Move telemega to using internal eeprom for config
13785     
13786     And crank up the default per-flight storage to 1MB
13787     
13788     Signed-off-by: Keith Packard <keithp@keithp.com>
13789
13790 commit 9c53ad6f8222878a26efecebd3bb1d1fe054a4b6
13791 Author: Keith Packard <keithp@keithp.com>
13792 Date:   Tue Nov 12 16:06:59 2013 +0900
13793
13794     altos: Move TeleMetrum v2.0 to using internal eeprom for config
13795     
13796     This leaves the whole 8MB of flash for flight storage
13797     
13798     Signed-off-by: Keith Packard <keithp@keithp.com>
13799
13800 commit 83437b2fe304599e22d0a98b5410808bcb67dc97
13801 Author: Keith Packard <keithp@keithp.com>
13802 Date:   Tue Nov 12 15:45:32 2013 +0900
13803
13804     altos: Allow use of internal EEPROM for config storage
13805     
13806     This stops exposing eeprom as 'storage' and instead exposes it with a
13807     separate eeprom API so that it can be used for config storage without
13808     also using it for flight log storage.
13809     
13810     The config code has been changed to allow it to either use storage for
13811     configuration data or eeprom.
13812     
13813     Signed-off-by: Keith Packard <keithp@keithp.com>
13814
13815 commit b57f1cabfe5052306cb4c28793bea477f4aeb2d2
13816 Author: Keith Packard <keithp@keithp.com>
13817 Date:   Tue Nov 12 15:18:58 2013 +0900
13818
13819     altos: Don't hold GPS mutex while waiting in TM v2.0 report
13820     
13821     Holding the GPS mutex while waiting for the GPS code to dump data into
13822     the GPS variables is rather counter-productive.
13823     
13824     Signed-off-by: Keith Packard <keithp@keithp.com>
13825
13826 commit 0951b1ef83d8d741d65811fa23bde43ee843a939
13827 Author: Keith Packard <keithp@keithp.com>
13828 Date:   Tue Nov 12 15:18:53 2013 +0900
13829
13830     altos: Build TM v2.0 firmware by default
13831     
13832     Signed-off-by: Keith Packard <keithp@keithp.com>
13833
13834 commit 3c40272713d93e79bb0989eefe191cd2bfe56a44
13835 Author: Keith Packard <keithp@keithp.com>
13836 Date:   Tue Nov 12 15:01:13 2013 +0900
13837
13838     ignore "compile" script
13839
13840 commit 28327883d377896caddbad0f9efded56a227edd1
13841 Author: Keith Packard <keithp@keithp.com>
13842 Date:   Tue Nov 12 14:59:40 2013 +0900
13843
13844     Add TeleMini v2.0 turnon script
13845
13846 commit cffbc025532487bbd9b467476be05d0997b5133e
13847 Author: Keith Packard <keithp@keithp.com>
13848 Date:   Tue Nov 12 14:56:47 2013 +0900
13849
13850     ao-tools: add ao-mega man page, ignore executable
13851
13852 commit 40d3575a9365d77ca507ebee226d51d081e1ecc6
13853 Author: Keith Packard <keithp@keithp.com>
13854 Date:   Tue Nov 12 14:54:57 2013 +0900
13855
13856     altos: Clean up .gitignore and add a few random files
13857     
13858     Signed-off-by: Keith Packard <keithp@keithp.com>
13859
13860 commit 9d2eb0b00a5a0faefce95bce949be7206b0aad37
13861 Author: Keith Packard <keithp@keithp.com>
13862 Date:   Tue Nov 12 14:48:21 2013 +0900
13863
13864     Add ublox checksum generating program
13865
13866 commit d5367f20fa1ae71496fde071953c2cda89654071
13867 Author: Keith Packard <keithp@keithp.com>
13868 Date:   Tue Nov 12 14:45:51 2013 +0900
13869
13870     Ignore mac .dmg files
13871
13872 commit 0093d5b368669e0c324f8d9dfcd2f004de85ee5c
13873 Author: Keith Packard <keithp@keithp.com>
13874 Date:   Tue Nov 12 14:37:57 2013 +0900
13875
13876     altosui, altoslib: Move eeprom download code to altoslib
13877     
13878     This should make adding eeprom downloading to altosdroid easier
13879     
13880     Signed-off-by: Keith Packard <keithp@keithp.com>
13881
13882 commit 45db3076b257adcf2c9f69ed0927f09d94af7a50
13883 Author: Keith Packard <keithp@keithp.com>
13884 Date:   Tue Nov 12 14:28:30 2013 +0900
13885
13886     altosui: Make AltosEepromDownload not swing-dependent
13887     
13888     Will move to altoslib
13889     
13890     Signed-off-by: Keith Packard <keithp@keithp.com>
13891
13892 commit 6aa99c160f0695eb25ccc0598e4c36224c89dab4
13893 Author: Keith Packard <keithp@keithp.com>
13894 Date:   Tue Nov 12 14:06:20 2013 +0900
13895
13896     altoslib: Start moving eeprom download logic to altoslib
13897     
13898     Signed-off-by: Keith Packard <keithp@keithp.com>
13899
13900 commit 74d73a2cd0b6a228eb396552e1d16685669349c0
13901 Author: Keith Packard <keithp@keithp.com>
13902 Date:   Tue Nov 12 14:03:42 2013 +0900
13903
13904     altoslib: Raise ParseException on invalid eeprom format
13905     
13906     Make sure the user knows when data are not downloaded successfully
13907     because the UI doesn't understand the eeprom format.
13908     
13909     Signed-off-by: Keith Packard <keithp@keithp.com>
13910
13911 commit bdd6244d8b4a55c9aa4fb79b0cb1a0727afbc2ac
13912 Author: Keith Packard <keithp@keithp.com>
13913 Date:   Tue Nov 12 14:01:55 2013 +0900
13914
13915     altos: Add orientation tracking to ao_flight_test
13916     
13917     Shows calculated offset from vertical in ao_flight_test output
13918     
13919     Signed-off-by: Keith Packard <keithp@keithp.com>
13920
13921 commit 29b48b63305881471d9b97ef3fb236af03cb79f5
13922 Author: Keith Packard <keithp@keithp.com>
13923 Date:   Mon Oct 28 00:36:13 2013 -0700
13924
13925     altos: Don't hold GPS mutex while waiting for GPS data in report code
13926     
13927     Oops. This kinda breaks anyone else waiting for GPS data
13928     
13929     Signed-off-by: Keith Packard <keithp@keithp.com>
13930
13931 commit d3628bd2dd3612065792aef6c7ae5bc967b4f081
13932 Author: Keith Packard <keithp@keithp.com>
13933 Date:   Mon Oct 28 00:24:59 2013 -0700
13934
13935     altos: sample profile address range was too narrow
13936     
13937     The range was cranked down at some point to diagnose issues within the
13938     task scheduler. Unfortunately, that change got merged, which meant
13939     that general profiling lost information outside of the lower 4kB of code.
13940     
13941     Signed-off-by: Keith Packard <keithp@keithp.com>
13942
13943 commit 7c1c6728bce4237ca3a8f6fde01356697a465dfd
13944 Author: Keith Packard <keithp@keithp.com>
13945 Date:   Sun Oct 27 23:47:27 2013 -0700
13946
13947     altos: Make telemega v0.3 compile with new quaternion code
13948     
13949     Adds lots more math code
13950     
13951     Signed-off-by: Keith Packard <keithp@keithp.com>
13952
13953 commit e838bd2847e5684ce93b6f7cbe736ebed681c3c6
13954 Author: Keith Packard <keithp@keithp.com>
13955 Date:   Sun Oct 27 23:46:54 2013 -0700
13956
13957     altos: Make telemega v0.1 compile with new quaternion code
13958     
13959     Adds the necessary math code
13960     
13961     Signed-off-by: Keith Packard <keithp@keithp.com>
13962
13963 commit 9b0ce8ca65d76b9cf55dfff002e13ce2fbb5f7fc
13964 Author: Keith Packard <keithp@keithp.com>
13965 Date:   Sun Oct 27 23:45:48 2013 -0700
13966
13967     altos: Add orientation test when HAS_FLIGHT_DEBUG is set
13968     
13969     This just dumps the current orientation to stdout so you can monitor
13970     it in real time
13971     
13972     Signed-off-by: Keith Packard <keithp@keithp.com>
13973
13974 commit 5d9e715d570b24ac124c30772b11923bd26ed670
13975 Author: Keith Packard <keithp@keithp.com>
13976 Date:   Sun Oct 27 23:44:47 2013 -0700
13977
13978     altos: Update quaternion tests to check vectors_to_rotation
13979     
13980     Signed-off-by: Keith Packard <keithp@keithp.com>
13981
13982 commit 195fd70cdc7f519cd8d4ac323088ed0b6c188280
13983 Author: Keith Packard <keithp@keithp.com>
13984 Date:   Sun Oct 27 23:42:58 2013 -0700
13985
13986     altos: Change ao_mpu6000_gyro arg to float
13987     
13988     This lets callers pass more precision than just the original sensor value
13989     
13990     Signed-off-by: Keith Packard <keithp@keithp.com>
13991
13992 commit 3d3fe7e9b6502432868f4430befac871dfea4869
13993 Author: Keith Packard <keithp@keithp.com>
13994 Date:   Sun Oct 27 23:42:26 2013 -0700
13995
13996     altos: Fixup for 32-bit gyro averages
13997     
13998     Signed-off-by: Keith Packard <keithp@keithp.com>
13999
14000 commit 4bebade9e9004bad81df1a423687f3e3f356f1c2
14001 Author: Keith Packard <keithp@keithp.com>
14002 Date:   Sun Oct 27 23:37:55 2013 -0700
14003
14004     altos: Correct incremental rotation computation
14005     
14006     Trying to compute the combined rotation by taking the x/y/z rotations
14007     as a vector is a good approximation, but not accurate enough for our
14008     application given the large angles we sometimes see.
14009     
14010     Instead, use a correct-but-expensive function with a pile of
14011     transcendental function calls. The STM32L seems to be fast enough at least...
14012     
14013     Signed-off-by: Keith Packard <keithp@keithp.com>
14014
14015 commit 06b0c1b768a7d3eae57e66bc9aea25db49f9ea8a
14016 Author: Keith Packard <keithp@keithp.com>
14017 Date:   Sun Oct 27 23:35:54 2013 -0700
14018
14019     altos: Compute initial rotation from vertical
14020     
14021     This initializes the rotation with the angle from vertical, rather
14022     than simply recording the off-angle vector. Doing this allows us to
14023     accurately track the true orientation of the rocket, instead of just
14024     the offset from the initial non-vertical orientation.
14025     
14026     Signed-off-by: Keith Packard <keithp@keithp.com>
14027
14028 commit cdbe8ce33e4a75e85caf07538ed7e997f462b758
14029 Author: Keith Packard <keithp@keithp.com>
14030 Date:   Sun Oct 27 23:33:11 2013 -0700
14031
14032     altos: Fixup for ao_sample_orient rename
14033     
14034     Signed-off-by: Keith Packard <keithp@keithp.com>
14035
14036 commit d96fd33aa8a220d547512eb43c88fc8f5651e39e
14037 Author: Keith Packard <keithp@keithp.com>
14038 Date:   Sun Oct 27 23:28:50 2013 -0700
14039
14040     altos: Add sinf to math code
14041     
14042     Needed for the quaternion gyro tracking code
14043     
14044     Signed-off-by: Keith Packard <keithp@keithp.com>
14045
14046 commit fa7d0ba0efdde3ac9fb4df0589f9ead07b7ffff5
14047 Author: Keith Packard <keithp@keithp.com>
14048 Date:   Sun Oct 27 23:26:28 2013 -0700
14049
14050     altos: Keep 9 more bits of average pad IMU gyro data
14051     
14052     This reduces the offset error by a bit, minimizing gyro drift.
14053     
14054     Signed-off-by: Keith Packard <keithp@keithp.com>
14055
14056 commit 58f08c4b3cb9049d0c9cb02cde0d8dbdc3d33920
14057 Author: Keith Packard <keithp@keithp.com>
14058 Date:   Sun Oct 27 23:23:59 2013 -0700
14059
14060     altos: Rename ao_orient to ao_sample_orient
14061     
14062     Keeps it clear where this name comes from.
14063     
14064     Signed-off-by: Keith Packard <keithp@keithp.com>
14065
14066 commit c10cb9d31765e6ef0ba737bc484c5aed22a332f9
14067 Author: Keith Packard <keithp@keithp.com>
14068 Date:   Sun Oct 27 23:11:37 2013 -0700
14069
14070     altos: Add functions to init quaternions from vector pairs and euler angles
14071     
14072     Our low sampling rate means that the "cheap" hack for
14073     integrating quaternion rotations by using sin(x) ≃ x doesn't work, so
14074     instead we have to compute the partial rotation the hard way.
14075     
14076     Signed-off-by: Keith Packard <keithp@keithp.com>
14077
14078 commit 3b25860b5b3b69642928dd9c30dec4b4b937a88c
14079 Author: Keith Packard <keithp@keithp.com>
14080 Date:   Sun Oct 27 23:11:09 2013 -0700
14081
14082     altos: Add some comments describing quaternion multiplication
14083     
14084     Signed-off-by: Keith Packard <keithp@keithp.com>
14085
14086 commit 616977d2955da13383a1869b9ccdb07338172109
14087 Author: Keith Packard <keithp@keithp.com>
14088 Date:   Sun Oct 27 23:10:13 2013 -0700
14089
14090     altos: Mark arguments to quaternion functions as const
14091     
14092     Lets us pass constants without the compile whinging
14093     
14094     Signed-off-by: Keith Packard <keithp@keithp.com>
14095
14096 commit e923e11e185fd42d2a83e18b3d13bd839a72b1aa
14097 Author: Keith Packard <keithp@keithp.com>
14098 Date:   Sun Oct 27 22:44:49 2013 -0700
14099
14100     altos: IMU accel calibration values need to be signed
14101     
14102     The MPU6000 reports signed values.
14103     
14104     Signed-off-by: Keith Packard <keithp@keithp.com>
14105
14106 commit 351d53836e201834a2d89773a08ab7c2dab2b2f4
14107 Author: Keith Packard <keithp@keithp.com>
14108 Date:   Fri Oct 25 04:34:16 2013 -0700
14109
14110     altos: Calibrate IMU accelerometers too
14111     
14112     Average the IMU accelerometer values pointing up and down so that we
14113     have a zero-g offset for all three axes. This can then be used to
14114     compute which direction the rocket is pointing while sitting on the pad.
14115     
14116     Signed-off-by: Keith Packard <keithp@keithp.com>
14117
14118 commit 08143a922fe27bc50a19924f46538f9476ab5fd1
14119 Author: Keith Packard <keithp@keithp.com>
14120 Date:   Fri Oct 25 04:05:09 2013 -0700
14121
14122     altos: Add gyro-based orientation tracking
14123     
14124     This tracks the angle-from-vertical as an additional input to the pyro
14125     channels.
14126     
14127     Signed-off-by: Keith Packard <keithp@keithp.com>
14128
14129 commit ba99630f33440b993c69830856d2a7741ffdef71
14130 Author: Keith Packard <keithp@keithp.com>
14131 Date:   Fri Oct 25 04:03:39 2013 -0700
14132
14133     altos: Fix GPS test frameworks to handle shared ao_gps_new variable
14134     
14135     Signed-off-by: Keith Packard <keithp@keithp.com>
14136
14137 commit b83876718b1a535ee04ca0351ad57814454ec646
14138 Author: Keith Packard <keithp@keithp.com>
14139 Date:   Fri Oct 25 04:00:49 2013 -0700
14140
14141     altos: Add floating point math functions from newlib
14142     
14143     These are all BSD licensed, so we can simply include them directly
14144     
14145     Signed-off-by: Keith Packard <keithp@keithp.com>
14146
14147 commit 039446f54ef6968a3f0b37ce32ca6bdcdbe62546
14148 Author: Keith Packard <keithp@keithp.com>
14149 Date:   Mon Oct 14 22:41:43 2013 -0700
14150
14151     altos: Merge GPS logging into a single function
14152     
14153     Create a new global, ao_gps_new, which indicates new GPS position and
14154     satellite data.
14155     
14156     Use ao_gps_new as the new sleep/wakeup address.
14157     
14158     Merge the separate gps position/satellite logging tasks into a single
14159     function which waits for new data and writes out the changed values.
14160     
14161     Signed-off-by: Keith Packard <keithp@keithp.com>
14162
14163 commit 5c4b3658a96f1a64ccebf7bddda06b15b4ac4a6f
14164 Author: Keith Packard <keithp@keithp.com>
14165 Date:   Mon Oct 14 21:49:39 2013 -0700
14166
14167     altos: Use #define values for ublox packet types
14168     
14169     One case was using hex values instead of the #define equivalents.
14170     
14171     Signed-off-by: Keith Packard <keithp@keithp.com>
14172
14173 commit db4cd8b3838d27bebdeb6a085a739a36f7634a91
14174 Author: Keith Packard <keithp@keithp.com>
14175 Date:   Mon Oct 14 20:42:14 2013 -0700
14176
14177     altoslib,altosui: Be more robust when graphing bogus .telem files
14178     
14179     Deal with files containing multiple serial number/flight number values
14180     by preserving the boost_tick value across state resets.
14181     
14182     Check for invalid state when computing actual boost time for the stats
14183     window.
14184     
14185     Ignore invalid speed/accel values when computing averages.
14186     
14187     Signed-off-by: Keith Packard <keithp@keithp.com>
14188
14189 commit 1bd9786802751391cca3b83ac3045029e00e39ee
14190 Author: Keith Packard <keithp@keithp.com>
14191 Date:   Sun Oct 13 22:05:20 2013 -0700
14192
14193     altos/micropeak: Increase boost detect to 30m
14194     
14195     This meant increasing the data buffering as well so that we could
14196     reliably capture the flight data back to the ground, even for slow
14197     flights.
14198     
14199     And, with the buffer extra large, we work backwards from the current
14200     buffer location to find the last ground location rather than working
14201     forwards from the first buffered location. This ensures that we don't
14202     capture noise before boost and instead capture a nice flight curve instead.
14203     
14204     Signed-off-by: Keith Packard <keithp@keithp.com>
14205
14206 commit e0e98597887a970f31b33895adb77d35e06b34ff
14207 Author: Bdale Garbee <bdale@gag.com>
14208 Date:   Thu Oct 10 14:35:54 2013 -0700
14209
14210     updated turn-on script for telebt 1.1
14211
14212 commit 8af5dd05fe56768f225251bbc66831494d80048e
14213 Author: Keith Packard <keithp@keithp.com>
14214 Date:   Thu Oct 10 10:02:03 2013 -0700
14215
14216     Another try at skipping broken avr-gcc
14217     
14218     Signed-off-by: Keith Packard <keithp@keithp.com>
14219
14220 commit 2296175eff9e4286eaf44451690701a46595987e
14221 Author: Keith Packard <keithp@keithp.com>
14222 Date:   Thu Oct 10 09:47:52 2013 -0700
14223
14224     Make sure the AVR compiler can actually link stuff
14225     
14226     avr-gcc was broken for a while, causing all linking to fail. Check for
14227     that and don't try to build avr bits in that case.
14228     
14229     Signed-off-by: Keith Packard <keithp@keithp.com>
14230
14231 commit aa169b80039728e35b0dec3be66a8483d48a3458
14232 Author: Keith Packard <keithp@keithp.com>
14233 Date:   Thu Oct 10 08:04:22 2013 -0700
14234
14235     altos: Fix stm-bringup demo build to use installed pdclib
14236     
14237     Signed-off-by: Keith Packard <keithp@keithp.com>
14238
14239 commit d8d3835fedf9b7c4d203f321e72c2b086ebb3b97
14240 Author: Keith Packard <keithp@keithp.com>
14241 Date:   Thu Oct 10 00:00:05 2013 -0700
14242
14243     altos: Use installed pdclib
14244     
14245     Switch over to the installed pdclib everywhere
14246     
14247     Signed-off-by: Keith Packard <keithp@keithp.com>
14248
14249 commit 7f6cbfac7c1965add91ebfc28ca3eac4561b4fb6
14250 Author: Keith Packard <keithp@keithp.com>
14251 Date:   Wed Oct 9 12:04:14 2013 -0700
14252
14253     Bump version to 1.2.9.3
14254     
14255     Rocketober, 2013
14256     
14257     Signed-off-by: Keith Packard <keithp@keithp.com>
14258
14259 commit e947bc5e1abcd054a584d69240f91123bad2178e
14260 Author: Keith Packard <keithp@keithp.com>
14261 Date:   Wed Oct 9 12:06:30 2013 -0700
14262
14263     doc: Add easymini outline to distribution
14264     
14265     Signed-off-by: Keith Packard <keithp@keithp.com>
14266
14267 commit 18cb5f0b8f0917cbd4ff80f0920e8e5b35c822a1
14268 Author: Keith Packard <keithp@keithp.com>
14269 Date:   Wed Oct 9 10:14:16 2013 -0700
14270
14271     doc: Add EasyMini outline drawing
14272     
14273     Signed-off-by: Keith Packard <keithp@keithp.com>
14274
14275 commit c584b5fc1128c7bfd7fb921ddc3a8ec498803b53
14276 Author: Keith Packard <keithp@keithp.com>
14277 Date:   Wed Oct 9 12:37:30 2013 -0700
14278
14279     altos: Messed up the ifeq syntax a bit so ARM bits weren't getting built
14280     
14281     $(x) is not the same as ($x)
14282     
14283     Signed-off-by: Keith Packard <keithp@keithp.com>
14284
14285 commit 74885d75621dad04984d8309c2618202f4d2b35e
14286 Author: Keith Packard <keithp@keithp.com>
14287 Date:   Tue Oct 8 10:03:50 2013 -0700
14288
14289     altosui: Binaries to package are only in per-product dirs now
14290     
14291     Each cc1111 project used to stick the binary in src/, but I got rid of
14292     that when we ended up with so much stuff in src that it was a mess.
14293     
14294     Building the release now requires looking in the appropriate directory
14295     for each binary to ship.
14296     
14297     Signed-off-by: Keith Packard <keithp@keithp.com>
14298
14299 commit 0e5d1f3ce39495e3702ecd22cb45972e13a5c986
14300 Author: Keith Packard <keithp@keithp.com>
14301 Date:   Tue Oct 8 09:50:21 2013 -0700
14302
14303     altos: avr-gcc appears to find the loader scripts without help now
14304     
14305     At some point, avr-gcc lost its ability to find the loader scripts
14306     necessary to link programs. That appears to be fixed now, at least on
14307     my machine.
14308     
14309     Signed-off-by: Keith Packard <keithp@keithp.com>
14310
14311 commit f7cccbb7a624a2a47b21682f416a135a28319b41
14312 Author: Keith Packard <keithp@keithp.com>
14313 Date:   Tue Oct 8 09:39:29 2013 -0700
14314
14315     altos: Broken test for M0 compiler in src/Makefile
14316     
14317     Was causing it to try to compiler M0 progs only when *no* compiler was found.
14318     
14319     Signed-off-by: Keith Packard <keithp@keithp.com>
14320
14321 commit 488a527267decece48e6682e0e0c7fc29cbed329
14322 Merge: 6a1e398 f6661cc
14323 Author: Keith Packard <keithp@keithp.com>
14324 Date:   Tue Oct 8 09:26:41 2013 -0700
14325
14326     Merge remote-tracking branch 'origin/master'
14327     
14328     Signed-off-by: Keith Packard <keithp@keithp.com>
14329     
14330     Conflicts:
14331         configure.ac
14332
14333 commit 6a1e398e590121458176758858bb4210f3eb5a55
14334 Author: Keith Packard <keithp@keithp.com>
14335 Date:   Tue Oct 8 09:22:03 2013 -0700
14336
14337     Add --with parameters to configure for compiler selection
14338     
14339     This allows the user to specify which compiler to use for each target
14340     CPU. Also checks to make sure the arm compiler supports -m0 and -m3
14341     cpu type flags. The build now actually uses the specified compilers too.
14342     
14343     Signed-off-by: Keith Packard <keithp@keithp.com>
14344
14345 commit 16965716c02eb79b449d9d3b264814d775660134
14346 Author: Keith Packard <keithp@keithp.com>
14347 Date:   Tue Oct 8 09:20:12 2013 -0700
14348
14349     altos/stm: New GAS version requires flags in APSR assignment
14350     
14351     Signed-off-by: Keith Packard <keithp@keithp.com>
14352
14353 commit 258d225df1f4afe1cfdc9c43208bcd75d18cdf2d
14354 Author: Keith Packard <keithp@keithp.com>
14355 Date:   Mon Oct 7 22:00:15 2013 -0700
14356
14357     altos: Rename easymini-v0.1 to easymini-v1.0
14358     
14359     The production boards are the same as the modified v0.1 boards
14360     
14361     Signed-off-by: Keith Packard <keithp@keithp.com>
14362
14363 commit 8f7edcee2db30652ce0b147f282de3396c3786ad
14364 Author: Keith Packard <keithp@keithp.com>
14365 Date:   Mon Oct 7 21:53:53 2013 -0700
14366
14367     altos/lpc, altos/stm: ARM requires ISB after switching stack pointers
14368     
14369     This sticks a barrier in the CPU to prevent using the wrong stack
14370     register past the change.
14371     
14372     Signed-off-by: Keith Packard <keithp@keithp.com>
14373
14374 commit 4254de22864de2ed7ae5928c6b8bfd9df1c8a3fb
14375 Author: Keith Packard <keithp@keithp.com>
14376 Date:   Mon Oct 7 21:51:30 2013 -0700
14377
14378     altos: Don't require an LED for ao_flight
14379     
14380     EasyMini has no LEDs. Deal with it.
14381     
14382     Signed-off-by: Keith Packard <keithp@keithp.com>
14383
14384 commit 71666409624bf544e8a55fa5ee91d2f8514a03ca
14385 Author: Keith Packard <keithp@keithp.com>
14386 Date:   Mon Oct 7 21:49:55 2013 -0700
14387
14388     Change differentiation filter constants and limits
14389     
14390     Larger limits avoids clipping legit data. Using the same filter time
14391     for both ascent and descent makes the results look a bit cleaner.
14392     
14393     Signed-off-by: Keith Packard <keithp@keithp.com>
14394
14395 commit f6661cc015e1a92450dc3eede97d66005f69cc72
14396 Author: Bdale Garbee <bdale@gag.com>
14397 Date:   Mon Oct 7 21:56:46 2013 -0600
14398
14399     new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
14400
14401 commit 8bd218854e968d2b9407489359be0c4a1aefd2c8
14402 Author: Keith Packard <keithp@keithp.com>
14403 Date:   Thu Sep 19 00:29:25 2013 -0500
14404
14405     altos: Set TeleMini v2.0 USB ID correctly
14406     
14407     Uses 0x0027
14408     
14409     Signed-off-by: Keith Packard <keithp@keithp.com>
14410
14411 commit 3bf7ed1761e08d0cb43b0ed330226ec38c844591
14412 Author: Keith Packard <keithp@keithp.com>
14413 Date:   Thu Sep 19 00:28:55 2013 -0500
14414
14415     Add TeleMini v2.0 telemetry support
14416     
14417     Includes AltosLib and ao-telem
14418     
14419     Signed-off-by: Keith Packard <keithp@keithp.com>
14420
14421 commit be7f56b86478ef4a23a2af77338c580b9c9e5e3b
14422 Author: Keith Packard <keithp@keithp.com>
14423 Date:   Thu Sep 19 00:26:24 2013 -0500
14424
14425     altoslib: Prefer averaged ground pres for ground alt computation
14426     
14427     If ground pressure is recorded (as from an eeprom file), then prefer
14428     that value to the average of the pre-boost ground pressures when
14429     computing the ground altitude.
14430     
14431     Signed-off-by: Keith Packard <keithp@keithp.com>
14432
14433 commit 56b577e55c264c8e3152bb2b2cca02fa8836ac1e
14434 Author: Keith Packard <keithp@keithp.com>
14435 Date:   Sun Sep 15 14:29:46 2013 -0700
14436
14437     altos/telemetrum-v2.0: Use red LED during boot time
14438     
14439     If the LED is stuck on, then the board has failed to initialize,
14440     so use red instead of green as a warning indicator.
14441     
14442     Signed-off-by: Keith Packard <keithp@keithp.com>
14443
14444 commit 1fa3ff9ba6d04303b3de6952675532492c85182f
14445 Author: Keith Packard <keithp@keithp.com>
14446 Date:   Sun Sep 15 14:29:09 2013 -0700
14447
14448     altos/telemini-v2.0: Change initialization order
14449     
14450     Make sure busses are running before devices are initialized
14451     
14452     Signed-off-by: Keith Packard <keithp@keithp.com>
14453
14454 commit 0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857
14455 Author: Keith Packard <keithp@keithp.com>
14456 Date:   Sun Sep 15 14:21:08 2013 -0700
14457
14458     altos: Stop copying cc1111 binaries to the altos/src dir
14459     
14460     Just clutters up that directory.
14461     
14462     Signed-off-by: Keith Packard <keithp@keithp.com>
14463
14464 commit b86c69d56261da54745076b1f5a9c8e8e44787c2
14465 Author: Keith Packard <keithp@keithp.com>
14466 Date:   Sun Sep 15 14:13:59 2013 -0700
14467
14468     altos: Add nanopeak-v0.1
14469     
14470     The same as micropeak, just a few different pins
14471     
14472     Signed-off-by: Keith Packard <keithp@keithp.com>
14473
14474 commit 690094e2d7d9cfe5eb4edb478fd79e5d133c6b4b
14475 Author: Keith Packard <keithp@keithp.com>
14476 Date:   Sun Sep 15 14:11:50 2013 -0700
14477
14478     altos: Move micropeak sources around
14479     
14480     This sticks the micropeak sources in appropriate directories, rather
14481     than in the micropeak product directory so that they can be shared
14482     with future micropeak-style products.
14483     
14484     Signed-off-by: Keith Packard <keithp@keithp.com>
14485
14486 commit 2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c
14487 Author: Keith Packard <keithp@keithp.com>
14488 Date:   Fri Sep 6 18:24:46 2013 -0700
14489
14490     altosui: Include device name in Table view
14491     
14492     It's part of the telemetry, so we might as well display it
14493     
14494     Signed-off-by: Keith Packard <keithp@keithp.com>
14495
14496 commit ae675c66594d366774d8f7f9c78f1236d3810eed
14497 Author: Keith Packard <keithp@keithp.com>
14498 Date:   Fri Sep 6 18:23:06 2013 -0700
14499
14500     altoslib: TeleMetrum v2 telemetry includes computes Pa/°C, not raw values
14501     
14502     Telemetry sends converted pressure/temp values as it doesn't include the
14503     MS5607 calibration data.
14504     
14505     Signed-off-by: Keith Packard <keithp@keithp.com>
14506
14507 commit 4e22b34bde421a9df090c9196fd4347468c8176a
14508 Author: Keith Packard <keithp@keithp.com>
14509 Date:   Fri Sep 6 16:54:07 2013 -0700
14510
14511     altoslib: Add receiver serial to telem file names
14512     
14513     Makes it easy to record telemetry from multiple sites and compare them later.
14514     
14515     Signed-off-by: Keith Packard <keithp@keithp.com>
14516
14517 commit 0ad95614685a73856bb26a94866909e5fc025434
14518 Author: Keith Packard <keithp@keithp.com>
14519 Date:   Fri Sep 6 16:52:51 2013 -0700
14520
14521     altosui: Set 'flight' value in AltosEepromMonitor window during download
14522     
14523     This feature was lost in the AltosState updates
14524     
14525     Signed-off-by: Keith Packard <keithp@keithp.com>
14526
14527 commit b66e0d4c107a0727279d03d1d0e1e40a9eaaa3bc
14528 Author: Keith Packard <keithp@keithp.com>
14529 Date:   Fri Sep 6 16:52:06 2013 -0700
14530
14531     altosui: Load Telem files in AltosDataChooser too
14532     
14533     Telem file loading was stubbed out from AltosState changes
14534     
14535     Signed-off-by: Keith Packard <keithp@keithp.com>
14536
14537 commit a1512255d20c8a395f30ed4914ddd3295842312b
14538 Author: Keith Packard <keithp@keithp.com>
14539 Date:   Fri Sep 6 16:51:44 2013 -0700
14540
14541     altoslib: Add TeleMini eeprom file to Makefile.am
14542     
14543     Signed-off-by: Keith Packard <keithp@keithp.com>
14544
14545 commit 1e52d34137626ca756ea01f317ef7c359e464a5b
14546 Author: Keith Packard <keithp@keithp.com>
14547 Date:   Fri Sep 6 16:50:46 2013 -0700
14548
14549     altoslib: Lock access to AltosLink config_data
14550     
14551     Prevents multiple callers from trying to get config data at the same
14552     time and messing up the serial line
14553     
14554     Signed-off-by: Keith Packard <keithp@keithp.com>
14555
14556 commit 29bb16397f14ed617ca3fbf48f2a7b726fd627d8
14557 Author: Keith Packard <keithp@keithp.com>
14558 Date:   Fri Sep 6 16:49:36 2013 -0700
14559
14560     altoslib: Set 'valid' for valid TeleMetrum eeprom download
14561     
14562     Had separate 'tick_valid' value, which wasn't useful as the supertype
14563     didn't look there.
14564     
14565     Signed-off-by: Keith Packard <keithp@keithp.com>
14566
14567 commit a299a5a9a1b89c7ebc00ebd33a789793a6835181
14568 Author: Keith Packard <keithp@keithp.com>
14569 Date:   Fri Sep 6 16:48:52 2013 -0700
14570
14571     altoslib/altosui: Add TeleMini-v1.0 eeprom support
14572     
14573     Got lost in the AltosState transition
14574     
14575     Signed-off-by: Keith Packard <keithp@keithp.com>
14576
14577 commit 82b3e3e4889aa5d4d157df1ad82e28068fda9e2a
14578 Author: Keith Packard <keithp@keithp.com>
14579 Date:   Thu Sep 5 23:31:22 2013 -0700
14580
14581     altosui: Remove debugging printf from InfoTable
14582     
14583     Signed-off-by: Keith Packard <keithp@keithp.com>
14584
14585 commit 7f4650990e8a7cfcf8461e8928dfc426c9a563cc
14586 Author: Keith Packard <keithp@keithp.com>
14587 Date:   Thu Sep 5 22:57:19 2013 -0700
14588
14589     altos: Set tick value in new TeleMetrum v2 sensor packets
14590     
14591     Was getting left with the old value, which wasn't very useful
14592     
14593     Signed-off-by: Keith Packard <keithp@keithp.com>
14594
14595 commit 7314bf807544eecf2fd970e93c752ff15688bb42
14596 Author: Keith Packard <keithp@keithp.com>
14597 Date:   Thu Sep 5 22:56:57 2013 -0700
14598
14599     ao-tools/ao-telem: Parse new TM v2 packets
14600     
14601     Signed-off-by: Keith Packard <keithp@keithp.com>
14602
14603 commit ffdf82445817d1c97699f7de82534420b87d0ea7
14604 Author: Keith Packard <keithp@keithp.com>
14605 Date:   Thu Sep 5 22:56:11 2013 -0700
14606
14607     altosui: Fix 'Graph Flight' button in landed dialog
14608     
14609     Telemetry file reading was broken (oops!)
14610     
14611     Signed-off-by: Keith Packard <keithp@keithp.com>
14612
14613 commit 0e3edacceb169326b8f5727bb5737d8238e9e40b
14614 Author: Keith Packard <keithp@keithp.com>
14615 Date:   Thu Sep 5 22:55:43 2013 -0700
14616
14617     altoslib: Remove debug printf from AltosTelemetryMetrumSensor
14618     
14619     Signed-off-by: Keith Packard <keithp@keithp.com>
14620
14621 commit 59f0deff6d7bae22fb1b9a0649f3481b3d287d8e
14622 Author: Keith Packard <keithp@keithp.com>
14623 Date:   Thu Sep 5 22:55:09 2013 -0700
14624
14625     altoslib: Rewrite AltosTelemetryIterable
14626     
14627     Sort while reading instead of sorting separately.
14628     
14629     Signed-off-by: Keith Packard <keithp@keithp.com>
14630
14631 commit effc62354fc82bb937c6f445a147fc92153a0731
14632 Author: Keith Packard <keithp@keithp.com>
14633 Date:   Thu Sep 5 22:54:02 2013 -0700
14634
14635     altoslib: Record time_change in AltosState correctly
14636     
14637     time_change is used to make real-time playback work.
14638     
14639     Signed-off-by: Keith Packard <keithp@keithp.com>
14640
14641 commit b9ee58a7af839462680a0bdf1c1721017269986f
14642 Author: Keith Packard <keithp@keithp.com>
14643 Date:   Thu Sep 5 22:53:14 2013 -0700
14644
14645     altoslib: Update received time when replaying flights
14646     
14647     Received time is otherwise recorded as the time when the packets were
14648     read from the file, which doesn't work in real-time playback
14649     
14650     Signed-off-by: Keith Packard <keithp@keithp.com>
14651
14652 commit e17e3691d93636eebbd7381f2df1303dc46ea96c
14653 Author: Keith Packard <keithp@keithp.com>
14654 Date:   Thu Sep 5 22:52:22 2013 -0700
14655
14656     altoslib: Only open log file when both flight and serial are known
14657     
14658     Some telemetry formats include serial and flight in different packets,
14659     so wait for both before creating the file
14660     
14661     Signed-off-by: Keith Packard <keithp@keithp.com>
14662
14663 commit a9c495c7ca1e08b7ac76b0dab8b3bd9bd3a7edfc
14664 Author: Keith Packard <keithp@keithp.com>
14665 Date:   Thu Sep 5 15:03:07 2013 -0700
14666
14667     altoslib: Use AltosTelemetry.parse to pull telem lines apart
14668     
14669     Signed-off-by: Keith Packard <keithp@keithp.com>
14670
14671 commit 9f017b4837b106e8c422955a95762f1bf3c78016
14672 Author: Keith Packard <keithp@keithp.com>
14673 Date:   Thu Sep 5 15:02:47 2013 -0700
14674
14675     altoslib: Remove more AltosRecord based files
14676     
14677     Signed-off-by: Keith Packard <keithp@keithp.com>
14678
14679 commit 984515452f9ab56dad112d725469acfa54e2233b
14680 Author: Keith Packard <keithp@keithp.com>
14681 Date:   Thu Sep 5 11:55:24 2013 -0700
14682
14683     altoslib: remove AltosRecord based eeprom code
14684     
14685     Signed-off-by: Keith Packard <keithp@keithp.com>
14686
14687 commit 3325df306933f080619f13ba1db45de484613d5a
14688 Author: Keith Packard <keithp@keithp.com>
14689 Date:   Thu Sep 5 11:50:41 2013 -0700
14690
14691     altoslib: Remove AltosRecord-based telemetry code
14692     
14693     All of this is now AltosState based
14694     
14695     Signed-off-by: Keith Packard <keithp@keithp.com>
14696
14697 commit e9e9c6592c49109288a4e02e780b130fadb97db7
14698 Author: Mike Beattie <mike@ethernal.org>
14699 Date:   Tue Sep 3 15:11:33 2013 +1200
14700
14701     altosdroid: convert rogue files to unix line endings
14702     
14703     Signed-off-by: Mike Beattie <mike@ethernal.org>
14704
14705 commit 93e66b4911b7285f9095712ef746571153c3f088
14706 Author: Mike Beattie <mike@ethernal.org>
14707 Date:   Thu Sep 5 03:11:42 2013 +1200
14708
14709     altosdroid: more updates for new AltosState
14710     
14711     Signed-off-by: Mike Beattie <mike@ethernal.org>
14712     
14713     Conflicts:
14714         altosdroid/src/org/altusmetrum/AltosDroid/AltosVoice.java
14715
14716 commit ee14ad16c242e8bd7a9d33ebf569211d1490b8e1
14717 Author: Mike Beattie <mike@ethernal.org>
14718 Date:   Tue Sep 3 15:10:23 2013 +1200
14719
14720     altosdroid: update to support new state code
14721     
14722     Signed-off-by: Mike Beattie <mike@ethernal.org>
14723     
14724     Conflicts:
14725         altosdroid/src/org/altusmetrum/AltosDroid/TabAscent.java
14726         altosdroid/src/org/altusmetrum/AltosDroid/TabDescent.java
14727         altosdroid/src/org/altusmetrum/AltosDroid/TabPad.java
14728
14729 commit 5b976a6651f4eb05d30afc08b9e1f27c7e52ae00
14730 Author: Keith Packard <keithp@keithp.com>
14731 Date:   Thu Sep 5 11:33:48 2013 -0700
14732
14733     altoslib: Finish AltosState changes. Update version number.
14734     
14735     Removes all of the AltosRecord bits, changes the monitor idle bits to
14736     have per-object state updaters.
14737     
14738     Signed-off-by: Keith Packard <keithp@keithp.com>
14739
14740 commit b984ff81d6b8979574e0248ffe8876634b8e1942
14741 Author: Keith Packard <keithp@keithp.com>
14742 Date:   Tue Sep 3 17:42:42 2013 -0600
14743
14744     altoslib: Set measured acceleration for measured acceleration
14745     
14746     Was setting computed acceleration even for measured data
14747     
14748     Signed-off-by: Keith Packard <keithp@keithp.com>
14749
14750 commit 96a651cc1b81b30f4cbde454e34cf80ed8825945
14751 Author: Keith Packard <keithp@keithp.com>
14752 Date:   Tue Sep 3 17:42:00 2013 -0600
14753
14754     altoslib: Clear sat data when tick changes
14755     
14756     Sat data comes in multiple records, but the tick is always the same,
14757     so use that to tell when the set of sats is new
14758     
14759     Signed-off-by: Keith Packard <keithp@keithp.com>
14760
14761 commit 4de934c283a839fcbb246b36aa15362f3cf8629c
14762 Author: Keith Packard <keithp@keithp.com>
14763 Date:   Tue Sep 3 17:41:12 2013 -0600
14764
14765     altoslib: Start integrated value at 0 by default
14766     
14767     Check for MISSING and start at zero in that case
14768     
14769     Signed-off-by: Keith Packard <keithp@keithp.com>
14770
14771 commit cfd8e4ebb3cb63937a71537095adb911d6211817
14772 Author: Keith Packard <keithp@keithp.com>
14773 Date:   Tue Sep 3 17:40:04 2013 -0600
14774
14775     altoslib: Use first few baro samples for ground pressure on TM
14776     
14777     TM didn't record the ground baro reading in the log file, so pull out
14778     the first few measured baro samples and use those instead.
14779     
14780     Signed-off-by: Keith Packard <keithp@keithp.com>
14781
14782 commit 6ee99c1861ef1898a77aead41d80383e697bd248
14783 Author: Keith Packard <keithp@keithp.com>
14784 Date:   Tue Sep 3 17:38:20 2013 -0600
14785
14786     altoslib: Make Ascent/descent use different filter values. Always filter.
14787     
14788     In derivative code, use a shorter filter during ascent as the baro
14789     sensor is cleaner then. Then, make sure to always filter the values as
14790     the very first few baro samples can be noisy, which generates a bad
14791     starting speed.
14792     
14793     Signed-off-by: Keith Packard <keithp@keithp.com>
14794
14795 commit 70e67925cff98984d49fbc3f60e880c91e6d5079
14796 Author: Keith Packard <keithp@keithp.com>
14797 Date:   Tue Sep 3 17:36:16 2013 -0600
14798
14799     altoslib: Remove duplicate cmd/tick from TM eeprom file code
14800     
14801     Also replace tick setting with super call (which does that)
14802     
14803     Signed-off-by: Keith Packard <keithp@keithp.com>
14804
14805 commit bc54014cfd4dbca67fa9db66e906ab8212a2eaa2
14806 Author: Keith Packard <keithp@keithp.com>
14807 Date:   Tue Sep 3 17:35:23 2013 -0600
14808
14809     altoslib: Clean up metrum eeprom file reading
14810     
14811     Spurious tick setting, fix some local variable names
14812     
14813     Signed-off-by: Keith Packard <keithp@keithp.com>
14814
14815 commit d203a2da2641bec21a4257c8a7b03d9a1eba53a5
14816 Author: Keith Packard <keithp@keithp.com>
14817 Date:   Tue Sep 3 17:34:41 2013 -0600
14818
14819     altoslib: Correct mega/metrum eeprom years by adding 2000
14820     
14821     The files contain a single byte for year, which is always years since 2000.
14822     
14823     Signed-off-by: Keith Packard <keithp@keithp.com>
14824
14825 commit 999c3c7866613e658a6c26374499bc516bbc944d
14826 Author: Keith Packard <keithp@keithp.com>
14827 Date:   Tue Sep 3 17:32:37 2013 -0600
14828
14829     altoslib: Correct tick wrapping in eeprom file reading
14830     
14831     Just need to signal that at least one record has been read to know
14832     when to start checking for wrap
14833     
14834     Signed-off-by: Keith Packard <keithp@keithp.com>
14835
14836 commit 7d3af3d74f70a0933829be91ad3e3be04b1f1023
14837 Author: Keith Packard <keithp@keithp.com>
14838 Date:   Tue Sep 3 17:31:58 2013 -0600
14839
14840     altoslib: Ensure eeprom file body always exists
14841     
14842     Create an empty list of body elements if none were read from the file
14843     
14844     Signed-off-by: Keith Packard <keithp@keithp.com>
14845
14846 commit 528e2e41112cad8a81bccbb89c3bd202b818a506
14847 Author: Keith Packard <keithp@keithp.com>
14848 Date:   Mon Sep 2 23:10:23 2013 -0600
14849
14850     altoslib: More AltosState hacking
14851     
14852     EasyMini graphs are looking good now.
14853     
14854     Signed-off-by: Keith Packard <keithp@keithp.com>
14855
14856 commit 224a1e01bacb7db0076129906ed58e1c785e1b14
14857 Author: Keith Packard <keithp@keithp.com>
14858 Date:   Mon Sep 2 23:08:34 2013 -0600
14859
14860     altos: Not all products have pins to control flash loader
14861     
14862     TeleGPS has no exposed pins for this function
14863     
14864     Signed-off-by: Keith Packard <keithp@keithp.com>
14865
14866 commit 77dc89ed5b7bf8f5b3fa3b6131660f1a98f583ea
14867 Author: Keith Packard <keithp@keithp.com>
14868 Date:   Sat Aug 31 23:11:39 2013 -0500
14869
14870     altoslib/altosui: Further AltosState transition work
14871     
14872     Parses most eeprom and telem records now; altosui updated to show from
14873     AltosState info.
14874     
14875     Signed-off-by: Keith Packard <keithp@keithp.com>
14876
14877 commit c781469ff907a32bd43a5d781391b6859b14cd32
14878 Author: Keith Packard <keithp@keithp.com>
14879 Date:   Sat Aug 31 23:10:56 2013 -0500
14880
14881     altos/telegps: Initialize logging system
14882     
14883     Otherwise, very little logging works
14884     
14885     Signed-off-by: Keith Packard <keithp@keithp.com>
14886
14887 commit 7ec1b97d278c7aec3199fb7270f0dcf9484c879f
14888 Merge: 017ed54 4188153
14889 Author: Keith Packard <keithp@keithp.com>
14890 Date:   Sat Aug 31 08:22:09 2013 -0500
14891
14892     Merge branch 'master' into new-state
14893
14894 commit 4188153548fca104bb49cda2d502c708fe4b49d7
14895 Author: Keith Packard <keithp@keithp.com>
14896 Date:   Sat Aug 31 08:20:48 2013 -0500
14897
14898     altos/lpc: Add bits for building flash loaders
14899     
14900     Signed-off-by: Keith Packard <keithp@keithp.com>
14901
14902 commit 017ed54ff69ef2f7740ea2578e22bf72e88deafb
14903 Author: Keith Packard <keithp@keithp.com>
14904 Date:   Sat Aug 31 08:19:28 2013 -0500
14905
14906     altoslib/altosui: Fixes for state changes
14907     
14908     Format for gps alt (now double).
14909     Use new code for csv file loading.
14910     
14911     Signed-off-by: Keith Packard <keithp@keithp.com>
14912
14913 commit f07f6d55edf5b97020680b3ce1d9e00bb3df64a6
14914 Author: Keith Packard <keithp@keithp.com>
14915 Date:   Sat Aug 31 01:48:02 2013 -0500
14916
14917     altoslib/altosui: Get legacy telem working with new AltosState structure
14918     
14919     Make AltosTelemetry work without AltosRecord
14920     
14921     Signed-off-by: Keith Packard <keithp@keithp.com>
14922
14923 commit de8d9c5630ae46378c50faf97f7d2e97fe139e30
14924 Author: Keith Packard <keithp@keithp.com>
14925 Date:   Thu Aug 29 19:24:51 2013 -0500
14926
14927     altoslib, altosui: Restructured state management now does TM eeprom files
14928     
14929     Removed uses of AltosRecord from AltosState, now just need to rewrite
14930     the other AltosState changing code to match
14931     
14932     Signed-off-by: Keith Packard <keithp@keithp.com>
14933
14934 commit ce1378385ef273010498e81c205f42d8e32c7dc1
14935 Author: Keith Packard <keithp@keithp.com>
14936 Date:   Thu Aug 29 19:22:18 2013 -0500
14937
14938     altos: Split EasyMini and TeleMini log formats
14939     
14940     Same data, but EasyMini uses a 3.0V supply while TeleMini uses 3.3V,
14941     which changes the intepretation of all of the ADC values
14942     
14943     Signed-off-by: Keith Packard <keithp@keithp.com>
14944
14945 commit 04d7d0f829ba953ffeca8ad9887a4b6b2b5d5087
14946 Author: Keith Packard <keithp@keithp.com>
14947 Date:   Tue Aug 27 21:28:07 2013 -0600
14948
14949     altoslib: Start restructuring AltosState harder
14950     
14951     Make per-packet code update state itself rather than having all state
14952     updates done centrally. Will make adding new packet types easier.
14953     
14954     Signed-off-by: Keith Packard <keithp@keithp.com>
14955
14956 commit dcc51bb18985c24fa35bce0dd42ea3d847b960bf
14957 Merge: 7c82acc a73b025
14958 Author: Keith Packard <keithp@keithp.com>
14959 Date:   Wed Aug 28 22:52:58 2013 -0600
14960
14961     Merge remote-tracking branch 'origin/telemini'
14962     
14963     Signed-off-by: Keith Packard <keithp@keithp.com>
14964     
14965     Conflicts:
14966         src/core/ao_telemetry.c
14967         src/core/ao_telemetry.h
14968     
14969     Added both Mini and Metrum telemetry defines
14970
14971 commit 7c82acc1c1c5b7b4da7c7ecb3b2fd90140e4c703
14972 Author: Keith Packard <keithp@keithp.com>
14973 Date:   Wed Aug 28 22:12:25 2013 -0600
14974
14975     altos/stm: Make sure we switch to MSI during timer init
14976     
14977     Need to ensure that the CPU is actually using the MSI during timer
14978     init or all of the other clock changes won't work
14979     
14980     Signed-off-by: Keith Packard <keithp@keithp.com>
14981
14982 commit 6802b6a65b1fec06c2c873282be792c40b3c8f5e
14983 Author: Keith Packard <keithp@keithp.com>
14984 Date:   Wed Aug 28 22:10:58 2013 -0600
14985
14986     altos/stm: Remove stale timer defines
14987     
14988     Stuff from when we weren't using systick
14989     
14990     Signed-off-by: Keith Packard <keithp@keithp.com>
14991
14992 commit 8e9ed70f50e3f535c2580820771bb1bc3cd055fe
14993 Author: Keith Packard <keithp@keithp.com>
14994 Date:   Wed Aug 28 22:08:51 2013 -0600
14995
14996     altos/stm: Make sampling profiler work again
14997     
14998     Disable the separate stack as that means we can't figure out the PC
14999     from the timer interrupt. Move ao_idle_loc after the interrupt release
15000     so that we see idle tasks correctly.
15001     
15002     Signed-off-by: Keith Packard <keithp@keithp.com>
15003
15004 commit 2fa87754c5c11bb86e9b1878580c3d4f4b2463f5
15005 Author: Keith Packard <keithp@keithp.com>
15006 Date:   Wed Aug 28 22:08:04 2013 -0600
15007
15008     altos/stm: New compiler doesn't correctly build flash bits yet
15009     
15010     Use /opt/cortex until we make the packaged one work
15011     
15012     Signed-off-by: Keith Packard <keithp@keithp.com>
15013
15014 commit 4887af0bf90661a3fdca76f1797a704888edab06
15015 Author: Keith Packard <keithp@keithp.com>
15016 Date:   Wed Aug 28 22:04:18 2013 -0600
15017
15018     altos: Force u-blox to 9600 baud for now
15019     
15020     The Max-7 parts just aren't happy switching baud rates, managing only
15021     about half the time. Someday I'll figure out why, but until then, make
15022     things work by just leaving the chips at 9600 baud
15023     
15024     Signed-off-by: Keith Packard <keithp@keithp.com>
15025
15026 commit 61163980f096d555a843e25cd9fe1aec93bbbbba
15027 Author: Keith Packard <keithp@keithp.com>
15028 Date:   Wed Aug 28 22:02:48 2013 -0600
15029
15030     altos: Add debugging to ublox GPS driver
15031     
15032     The new max 7 parts seem to be unhappy about switching baud rates, so
15033     I've added a pile of debugging to help out. Some day, I'll figure out
15034     how to make them work, this code is being left in place to help with that.
15035     
15036     Signed-off-by: Keith Packard <keithp@keithp.com>
15037
15038 commit 44d4c66b21d6b5a0c656fdff6d01ef1d125c1101
15039 Author: Keith Packard <keithp@keithp.com>
15040 Date:   Wed Aug 28 21:54:31 2013 -0600
15041
15042     altos: Update time for next alarm each time a task is added
15043     
15044     Adding a task with a sooner timeout than existing alarm tasks was not
15045     correctly updating the time to fire the next alarm, causing tasks to
15046     be delayed by the wrong amount.
15047     
15048     Signed-off-by: Keith Packard <keithp@keithp.com>
15049
15050 commit 39475c7b8da4f29936f73ffa2bff112f50ee9328
15051 Author: Keith Packard <keithp@keithp.com>
15052 Date:   Wed Aug 28 21:52:29 2013 -0600
15053
15054     altos: TM v2 places the MMA6555 upside down compared to Tmega
15055     
15056     Means we need to invert the data coming out to make it work
15057     
15058     Signed-off-by: Keith Packard <keithp@keithp.com>
15059
15060 commit f222e8504bfd01027e3c380c239a2cde2c367d74
15061 Author: Keith Packard <keithp@keithp.com>
15062 Date:   Tue Aug 27 22:00:29 2013 -0600
15063
15064     altos/telemetrum-v2.0: Use 9600 baud for ublox
15065     
15066     Something is up with the Max 7
15067     
15068     Signed-off-by: Keith Packard <keithp@keithp.com>
15069
15070 commit abde595116f6e8b60ec9ce81554c05de11fd456e
15071 Author: Keith Packard <keithp@keithp.com>
15072 Date:   Tue Aug 27 21:36:02 2013 -0600
15073
15074     altos/telemetrum-v2.0: Fix MMA6555 SPI pin assignment
15075     
15076     For TM v2.0, it's on PB 3-5, not PE13-15
15077     
15078     Signed-off-by: Keith Packard <keithp@keithp.com>
15079
15080 commit 454a41359b94e9bcf8582420abc359bbab9d8176
15081 Author: Keith Packard <keithp@keithp.com>
15082 Date:   Fri Aug 23 11:25:56 2013 -0700
15083
15084     altos: Rename TeleMetrum v2.0 ADC sense members
15085     
15086     Use sense_a and sense_m instead of sense[2]
15087     
15088     Signed-off-by: Keith Packard <keithp@keithp.com>
15089
15090 commit 6aade70be0a7669d65a8606753d21e4eef5592cd
15091 Author: Keith Packard <keithp@keithp.com>
15092 Date:   Tue Aug 20 14:20:56 2013 -0700
15093
15094     altos: Add TeleMetrum v2.0 boot loader
15095     
15096     Signed-off-by: Keith Packard <keithp@keithp.com>
15097
15098 commit 7b0f9b25a56fa8b4aa1c2e9d79c43e6a97cab0c0
15099 Author: Keith Packard <keithp@keithp.com>
15100 Date:   Tue Aug 20 11:40:17 2013 -0700
15101
15102     altos: Initial TeleMetrum v2.0 bits
15103     
15104     Adds new telemetry and logging formats along with code for TeleMetrum
15105     v2.0 design.
15106     
15107     Signed-off-by: Keith Packard <keithp@keithp.com>
15108
15109 commit a73b02518fcbc9fc0807ed8e141d3a06e8ad8214
15110 Author: Keith Packard <keithp@keithp.com>
15111 Date:   Mon Aug 26 18:46:02 2013 -0700
15112
15113     altos: Don't use ao_data on cc1111 projects
15114     
15115     cc1111 ao_adc.c supplies the needed globals at this point, and linking
15116     both into the program leads to two different versions of each at
15117     different addresses (yay SDCC linker!)
15118     
15119     Signed-off-by: Keith Packard <keithp@keithp.com>
15120
15121 commit d54156caf856ab5570f050692b333a2c5d991265
15122 Author: Keith Packard <keithp@keithp.com>
15123 Date:   Mon Aug 26 18:44:23 2013 -0700
15124
15125     altos: Make ao_wakeup reentrant
15126     
15127     In case we end up invoking it from two places at once.
15128     
15129     Signed-off-by: Keith Packard <keithp@keithp.com>
15130
15131 commit 7e941695aa27e5eaf453ca1128b8d835472410a4
15132 Author: Keith Packard <keithp@keithp.com>
15133 Date:   Mon Aug 26 18:43:20 2013 -0700
15134
15135     altos: Check for MS5607 MISO low before sleeping
15136     
15137     If the MISO line goes low before we manage to configure the
15138     interrupts, we'll miss it entirely unless we check the pin explicitly.
15139     
15140     Signed-off-by: Keith Packard <keithp@keithp.com>
15141
15142 commit 9b9acb88aa97e8565cdf9342fc59a5aee08e3d34
15143 Author: Keith Packard <keithp@keithp.com>
15144 Date:   Mon Aug 26 17:18:57 2013 -0700
15145
15146     altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.
15147     
15148     Signed-off-by: Keith Packard <keithp@keithp.com>
15149
15150 commit 7274b77666df9d2cab2854ec1a403d80e5fce73b
15151 Author: Keith Packard <keithp@keithp.com>
15152 Date:   Mon Aug 26 17:18:17 2013 -0700
15153
15154     altos: Use %ld and %lu for MS5607 debug output
15155     
15156     The value are 'long', so use the right printf format.
15157     
15158     Signed-off-by: Keith Packard <keithp@keithp.com>
15159
15160 commit 4e3955a5b0ac125bd807920c467f959618449fbc
15161 Author: Keith Packard <keithp@keithp.com>
15162 Date:   Mon Aug 26 17:17:47 2013 -0700
15163
15164     altos/cc1111: Wake up non-ADC sensor code each timer tick
15165     
15166     Make sure the MS5607 code gets told to sample every tick
15167     
15168     Signed-off-by: Keith Packard <keithp@keithp.com>
15169
15170 commit 3b2f83a7d686b5fbc0aaa56d48cb734f353631c8
15171 Author: Keith Packard <keithp@keithp.com>
15172 Date:   Mon Aug 26 17:16:54 2013 -0700
15173
15174     altos/cc1111: Leave pin interrupts completely disabled at init time
15175     
15176     Don't even turn in the PICTL bits as that seems to cause the chip to
15177     be unhappy.
15178     
15179     Signed-off-by: Keith Packard <keithp@keithp.com>
15180
15181 commit 8ca98dc8c868c47c372d6b666c36e691fa402824
15182 Author: Keith Packard <keithp@keithp.com>
15183 Date:   Mon Aug 26 17:15:55 2013 -0700
15184
15185     altos: Get telemini to copy current MS5607 state to ring.
15186     
15187     The ADC code is responsible for actually inserting the non-ADC data
15188     into the ring, so do the copy there.
15189     
15190     Signed-off-by: Keith Packard <keithp@keithp.com>
15191
15192 commit af9f9cf0c21630562c74fae41773319229bf44d3
15193 Author: Keith Packard <keithp@keithp.com>
15194 Date:   Mon Aug 26 16:42:45 2013 -0700
15195
15196     cc1111: Hacky pin interrupt support. Only useful for TeleMini v2
15197     
15198     This code is designed to support the MS5607 MISO interrupt bits.
15199     
15200     Signed-off-by: Keith Packard <keithp@keithp.com>
15201
15202 commit 2380a4b9bd69629c78eec0a87ff8681a0524d8d2
15203 Author: Keith Packard <keithp@keithp.com>
15204 Date:   Mon Aug 26 16:41:33 2013 -0700
15205
15206     cc1111: Rework ADC configuration a bit, fix Tm V2 ADC usage
15207     
15208     The Tm v2 ADC code was not actually fetching and storing the ADC
15209     conversion values.
15210     
15211     Signed-off-by: Keith Packard <keithp@keithp.com>
15212
15213 commit aeb1c8a2aa533cb2805f0dbe848e098c8cae2b39
15214 Author: Keith Packard <keithp@keithp.com>
15215 Date:   Mon Aug 26 16:39:47 2013 -0700
15216
15217     ao-tools: Use TeleDongle for default ao-dbg target
15218     
15219     Makes more sense than assuming we're still using the old TI developer board.
15220     
15221     Signed-off-by: Keith Packard <keithp@keithp.com>
15222
15223 commit 377a44cbfd5c8a659d2fecabb154726717a41900
15224 Author: Keith Packard <keithp@keithp.com>
15225 Date:   Sun Aug 25 22:34:09 2013 -0700
15226
15227     altos: Build more products by default
15228     
15229     We keep creating more hardware...
15230     
15231     Signed-off-by: Keith Packard <keithp@keithp.com>
15232
15233 commit e72147e215a982ce701099626424b9a856ac9d09
15234 Author: Keith Packard <keithp@keithp.com>
15235 Date:   Sun Aug 25 22:33:30 2013 -0700
15236
15237     altos: Changes required by cc1111 multi-spi support
15238     
15239     These drivers got missed
15240     
15241     Signed-off-by: Keith Packard <keithp@keithp.com>
15242
15243 commit af6f4205b00669af40acffc528cc8093b0236cf6
15244 Author: Keith Packard <keithp@keithp.com>
15245 Date:   Sun Aug 25 22:29:46 2013 -0700
15246
15247     Bump version to 1.2.9.2
15248     
15249     Set version for Airfest testing
15250     
15251     Signed-off-by: Keith Packard <keithp@keithp.com>
15252
15253 commit 312f6194a4bc75473cb0d61a6d58b66fb1f7c068
15254 Author: Keith Packard <keithp@keithp.com>
15255 Date:   Wed Jun 12 00:43:31 2013 -0700
15256
15257     altos/teletiny-v2.0: Support multiple SPI busses on CC1111
15258     
15259     Needed for TeleMini v2.0
15260     
15261     Signed-off-by: Keith Packard <keithp@keithp.com>
15262
15263 commit 2c2bbfd9a1a4b9de42cf566f21f179ff5ede0419
15264 Author: Keith Packard <keithp@keithp.com>
15265 Date:   Thu May 23 16:52:59 2013 -0600
15266
15267     altos: Add exti and spi to telemini-v2.0
15268     
15269     No longer builds like this
15270     
15271     Signed-off-by: Keith Packard <keithp@keithp.com>
15272
15273 commit 56911f27376b0fe91a464e369bb8aa1531b3c7dc
15274 Author: Keith Packard <keithp@keithp.com>
15275 Date:   Thu May 23 02:17:51 2013 -0600
15276
15277     altos: Make TeleMini v2.0 fit
15278     
15279     Mash lots of storage locations and code around to shrink stuff down to size
15280     
15281     Signed-off-by: Keith Packard <keithp@keithp.com>
15282
15283 commit cb844328322fd7d9f4dafb58b322257a70b347e6
15284 Author: Keith Packard <keithp@keithp.com>
15285 Date:   Wed May 22 19:20:54 2013 -0600
15286
15287     altos: Add 64-bit subtraction
15288     
15289     Signed-off-by: Keith Packard <keithp@keithp.com>
15290
15291 commit 5ccd902d0fd2adc40c72982babb60fac4da6a087
15292 Author: Keith Packard <keithp@keithp.com>
15293 Date:   Wed May 22 17:08:55 2013 -0700
15294
15295     altos: Add 64x64 multiply. Test 64 ops for dest same as either source
15296     
15297     The test change is to ensure that the destination may be one of the 64
15298     bit sources.
15299     
15300     Signed-off-by: Keith Packard <keithp@keithp.com>
15301
15302 commit f7602ae566a5cbf2d2cbb1d68bad7e2d1177a33a
15303 Author: Keith Packard <keithp@keithp.com>
15304 Date:   Wed May 22 14:38:19 2013 -0700
15305
15306     altos: Make 64x16 mul a bit faster
15307     
15308     the unsigned 32x32 multiply really does work, just use it
15309     
15310     Signed-off-by: Keith Packard <keithp@keithp.com>
15311
15312 commit 3114baef45803250a2e5cdd2ee4a9171f2045b0c
15313 Author: Keith Packard <keithp@keithp.com>
15314 Date:   Wed May 22 14:32:50 2013 -0700
15315
15316     altos: Add 64-bit add/mul/shift for SDCC
15317     
15318     SDCC doeesn't provide a native 64-bit type (sigh), so
15319     implement the minimal operations necessary for the MS5607 conversion
15320     routine.
15321     
15322     Signed-off-by: Keith Packard <keithp@keithp.com>
15323
15324 commit d0b4e926ecececa7499a301b6135189be119512e
15325 Author: Keith Packard <keithp@keithp.com>
15326 Date:   Wed May 22 13:03:06 2013 -0700
15327
15328     Initial TeleMini bits
15329     
15330     Signed-off-by: Keith Packard <keithp@keithp.com>
15331
15332 commit 3ded57394f6dfd7beb9526c031a5c6c6c9926917
15333 Author: Keith Packard <keithp@keithp.com>
15334 Date:   Sun Aug 25 22:22:55 2013 -0700
15335
15336     altos: Explicitly list the linker script needed for AVR targets.
15337     
15338     Something changed in the binutils-avr package which makes the linker
15339     fail to find the script in the default location.
15340     
15341     Signed-off-by: Keith Packard <keithp@keithp.com>
15342
15343 commit 203951f6e049ec7e95489849a2bfaa01aa19c0c9
15344 Merge: 4babe73 b363a62
15345 Author: Keith Packard <keithp@keithp.com>
15346 Date:   Sun Aug 25 22:00:27 2013 -0700
15347
15348     Merge branch 'master' into telegps-v0.3
15349
15350 commit b363a628fc6137c3395a48ef13de7a799ec3e2c3
15351 Author: Keith Packard <keithp@keithp.com>
15352 Date:   Wed May 22 19:31:15 2013 -0600
15353
15354     altos: MS5607 pressure computation for low temperatures was wrong
15355     
15356     Second correction only applies to temps < -15°C, not 15°C.
15357     
15358     Signed-off-by: Keith Packard <keithp@keithp.com>
15359
15360 commit aa2948803d33dbee6f1eab30370178252df2b56d
15361 Author: Keith Packard <keithp@keithp.com>
15362 Date:   Sat Aug 17 17:45:06 2013 +0200
15363
15364     altos: Wake up on LPC usart ISR only once
15365     
15366     Instead of waking up after every character, wait until the FIFO is
15367     empty to reduce overhead
15368     
15369     Signed-off-by: Keith Packard <keithp@keithp.com>
15370
15371 commit 10f88c46df9a266f62452dc25275c79a3bb0653d
15372 Author: Keith Packard <keithp@keithp.com>
15373 Date:   Sat Aug 17 17:43:18 2013 +0200
15374
15375     altos: Set default LPC stack to 512 bytes, Em to 384 bytes
15376     
15377     The default for lpc has been raised to 512 bytes, but Em doesn't have
15378     enough RAM for that.
15379     
15380     Signed-off-by: Keith Packard <keithp@keithp.com>
15381
15382 commit 41428d1e1e44a17eea5fda2b34cabafbdebf1464
15383 Author: Keith Packard <keithp@keithp.com>
15384 Date:   Sat Aug 17 17:35:08 2013 +0200
15385
15386     altosdroid: Add note to report TeleBT battery level
15387     
15388     Signed-off-by: Keith Packard <keithp@keithp.com>
15389
15390 commit e908eb090fc2aaa03b35dc37c3e008b05ad44d80
15391 Author: Keith Packard <keithp@keithp.com>
15392 Date:   Fri Aug 23 11:24:18 2013 -0700
15393
15394     altos: Use installed arm compiler for LPC
15395     
15396     Signed-off-by: Keith Packard <keithp@keithp.com>
15397
15398 commit 1aed2eb5c7d477a2f3d4fada22980041aba97cb8
15399 Author: Keith Packard <keithp@keithp.com>
15400 Date:   Fri Aug 23 11:22:10 2013 -0700
15401
15402     altos/lpc: Stop using burst mode for LPC ADC
15403     
15404     Burst mode doesn't stop after one round of conversions, so we end up
15405     getting incorrect values in whatever the last conversion register is.
15406     
15407     Just use single conversions and take an interrupt per channel.
15408     
15409     Also, slow down the ADC so that our values are more stable -- just
15410     need to make sure we get the whole conversion sequence done 100 times
15411     a second.
15412     
15413     Signed-off-by: Keith Packard <keithp@keithp.com>
15414
15415 commit 4babe7310f78338ca36ab9d31ac833eada27485f
15416 Author: Keith Packard <keithp@keithp.com>
15417 Date:   Sat Aug 24 23:22:18 2013 -0700
15418
15419     altos: Allow products to disable RDF entirely
15420     
15421     TeleGPS doesn't ever want RDF
15422     
15423     Signed-off-by: Keith Packard <keithp@keithp.com>
15424
15425 commit a1ec15f4585e23eb67affbe7d9d97261576b198d
15426 Author: Keith Packard <keithp@keithp.com>
15427 Date:   Sat Aug 24 23:21:53 2013 -0700
15428
15429     altos: Add telegps v0.3 product
15430     
15431     Signed-off-by: Keith Packard <keithp@keithp.com>
15432
15433 commit e2f385946132690ca6dc141d7c7830ae0cfe3458
15434 Author: Keith Packard <keithp@keithp.com>
15435 Date:   Tue Aug 20 08:54:44 2013 -0700
15436
15437     altos: various cc115l driver hacks
15438     
15439     Try to recover from TX_FIFO_UNDERFLOW by resetting the chip at idle
15440     time.
15441     
15442     Do a calibration phase during setup.
15443     
15444     Program power to ramp up to limit key down noise.
15445     
15446     Signed-off-by: Keith Packard <keithp@keithp.com>
15447
15448 commit 0dd55f66d79f54b450fd8122aecd84d68b810bf4
15449 Author: Keith Packard <keithp@keithp.com>
15450 Date:   Sat Aug 17 17:45:06 2013 +0200
15451
15452     altos: Wake up on LPC usart ISR only once
15453     
15454     Instead of waking up after every character, wait until the FIFO is
15455     empty to reduce overhead
15456     
15457     Signed-off-by: Keith Packard <keithp@keithp.com>
15458
15459 commit a0dd93ccf0920260b41c4003955617fd0cd1c8b4
15460 Author: Keith Packard <keithp@keithp.com>
15461 Date:   Sat Aug 17 17:43:18 2013 +0200
15462
15463     altos: Set default LPC stack to 512 bytes, Em to 384 bytes
15464     
15465     The default for lpc has been raised to 512 bytes, but Em doesn't have
15466     enough RAM for that.
15467     
15468     Signed-off-by: Keith Packard <keithp@keithp.com>
15469
15470 commit 9a22a300009679a14d66214a5d61e9e6a177279f
15471 Author: Keith Packard <keithp@keithp.com>
15472 Date:   Sat Aug 17 17:40:33 2013 +0200
15473
15474     altos: Allow ublox to run at other baud rates
15475     
15476     Provides a configuration option to set the ublox serial baud rate to
15477     something other than 57600 baud
15478     
15479     Signed-off-by: Keith Packard <keithp@keithp.com>
15480
15481 commit e0a0a747624c2df66ca4a73b5a0de014ea204dca
15482 Author: Keith Packard <keithp@keithp.com>
15483 Date:   Sat Aug 17 17:36:35 2013 +0200
15484
15485     altos: allow projects to override default config values
15486     
15487     Override default radio power and APRS interval
15488     
15489     Signed-off-by: Keith Packard <keithp@keithp.com>
15490
15491 commit bed68ef5a6999b2e23853958502a689a7dbc15b3
15492 Author: Keith Packard <keithp@keithp.com>
15493 Date:   Sat Aug 17 17:35:08 2013 +0200
15494
15495     altosdroid: Add note to report TeleBT battery level
15496     
15497     Signed-off-by: Keith Packard <keithp@keithp.com>
15498
15499 commit f0e126251360f050b7121f167771c057bda8747e
15500 Merge: d95a2c5 4fe47ad
15501 Author: Keith Packard <keithp@keithp.com>
15502 Date:   Sat Aug 17 17:33:31 2013 +0200
15503
15504     Merge branch 'master' into telegps-v0.3
15505
15506 commit 4fe47adc7aca54951a50b1c1ae95cb02e46f8d3d
15507 Author: Keith Packard <keithp@keithp.com>
15508 Date:   Sat Aug 17 17:30:52 2013 +0200
15509
15510     altosui: AltosDbm class was missing somehow
15511     
15512     This doesn't appear to have been added?
15513     
15514     Signed-off-by: Keith Packard <keithp@keithp.com>
15515
15516 commit 4ff54bb96f6c00c0c2c7dd32f81403bac331621a
15517 Merge: fa0859a 01f8df0
15518 Author: Keith Packard <keithp@keithp.com>
15519 Date:   Sat Aug 17 16:03:26 2013 +0200
15520
15521     Merge remote-tracking branch 'origin/master'
15522
15523 commit fa0859a51576efe231effcb5995f325f9e7e0fcb
15524 Author: Keith Packard <keithp@keithp.com>
15525 Date:   Sat Aug 17 16:01:44 2013 +0200
15526
15527     altos: Make FAT test program link explicitly against libcrypto
15528     
15529     For some reason, the MD5_Final symbol isn't resolved when linking only
15530     against libssl.
15531     
15532     Signed-off-by: Keith Packard <keithp@keithp.com>
15533
15534 commit 01f8df088759ee7e6bc3900a013e0ea4fafaf984
15535 Merge: e2ebe60 15063cb
15536 Author: Bdale Garbee <bdale@gag.com>
15537 Date:   Tue Jul 30 00:15:06 2013 -0600
15538
15539     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
15540
15541 commit e2ebe60adf061479a1259a5c68b9cd5f5bacf644
15542 Author: Bdale Garbee <bdale@gag.com>
15543 Date:   Tue Jul 30 00:14:41 2013 -0600
15544
15545     add a note about callsign matching and case sensitivity to the manual
15546
15547 commit d95a2c5d1ddce913dcb1d1ab5dc59f6a588ab599
15548 Author: Keith Packard <keithp@keithp.com>
15549 Date:   Mon Jun 24 14:29:43 2013 -0700
15550
15551     altos: Remove ao_radio_gpio_bits from normal build
15552     
15553     Only needed for the CC115L_TRACE code, and it only builds on STM
15554     
15555     Signed-off-by: Keith Packard <keithp@keithp.com>
15556
15557 commit c542a2ed0f222bd0ec84e4a9651585d441dd7ccf
15558 Author: Keith Packard <keithp@keithp.com>
15559 Date:   Mon Jun 24 14:29:01 2013 -0700
15560
15561     altos/lpc: Rename serial port to 'serial0'
15562     
15563     This lets existing serial port users find the right function.
15564     
15565     Signed-off-by: Keith Packard <keithp@keithp.com>
15566
15567 commit 324ceea43c115f4bed3a5276e57559c6c76b07c1
15568 Author: Keith Packard <keithp@keithp.com>
15569 Date:   Tue Jul 2 17:54:38 2013 -0700
15570
15571     micropeak: Add Download button to menu bar
15572     
15573     It's the most common activity, after all
15574     
15575     Signed-off-by: Keith Packard <keithp@keithp.com>
15576
15577 commit 156e60954fae15bc090984f79cd5594f910ca913
15578 Author: Keith Packard <keithp@keithp.com>
15579 Date:   Tue Jul 2 17:53:51 2013 -0700
15580
15581     altosdroid: Just use GPS location provider to build on 4.2
15582     
15583     Attempts to use the network provider cause the app to crash
15584     
15585     Signed-off-by: Keith Packard <keithp@keithp.com>
15586
15587 commit e148582217d6e02ac90a68e2bb2532947378d36f
15588 Author: Keith Packard <keithp@keithp.com>
15589 Date:   Mon Jun 24 14:28:06 2013 -0700
15590
15591     altos: Support mega-style logging without ADC
15592     
15593     Used for TeleGPS, just exposes the necessary log writing function
15594     without also including the ADC writing code.
15595     
15596     Signed-off-by: Keith Packard <keithp@keithp.com>
15597
15598 commit 261ec8fc7043e9314469e919aa96acc461f7e5f2
15599 Author: Keith Packard <keithp@keithp.com>
15600 Date:   Mon Jun 24 14:26:23 2013 -0700
15601
15602     altosui: Add EasyMini USB ids
15603     
15604     Signed-off-by: Keith Packard <keithp@keithp.com>
15605
15606 commit 0dd148e388944d8d265da51d62806c4a00b2c13d
15607 Author: Keith Packard <keithp@keithp.com>
15608 Date:   Mon Jun 24 14:23:53 2013 -0700
15609
15610     altos/lpc: Add boot loader
15611     
15612     Support the USB boot loader, add USB pull-up support.
15613     
15614     Signed-off-by: Keith Packard <keithp@keithp.com>
15615
15616 commit 2568b36ae9d38ae1607ec08b84b06e0fe84bd3ba
15617 Author: Keith Packard <keithp@keithp.com>
15618 Date:   Sat Jun 22 00:53:38 2013 -0700
15619
15620     altos/telefire-v0.1: Use same LED selection as the v0.2 setup
15621     
15622     Signed-off-by: Keith Packard <keithp@keithp.com>
15623
15624 commit 58eda6f873f5d6e8e219f769bdf67ce4dbc96fd7
15625 Author: Keith Packard <keithp@keithp.com>
15626 Date:   Fri Jun 21 19:40:59 2013 -0700
15627
15628     altos/lpc: Don't disable all interrupts when disabling one interrupt
15629     
15630     The nvic iser and icer registers read value indicates all enabled
15631     interrupts, icer writes disable the set interrupts. Re-writing icer
15632     with the current value ends up disabling all interrupts, not exactly
15633     what we wanted.
15634     
15635     Signed-off-by: Keith Packard <keithp@keithp.com>
15636
15637 commit 9081d881bc48bf7fdce617d300ac02c1a5962239
15638 Author: Keith Packard <keithp@keithp.com>
15639 Date:   Fri Jun 21 19:40:03 2013 -0700
15640
15641     altos/lpc: Remove ao_usb_task structure
15642     
15643     It's not used
15644     
15645     Signed-off-by: Keith Packard <keithp@keithp.com>
15646
15647 commit 23f11b188fc6aacd29e7f01a7d8a40853b7655df
15648 Author: Keith Packard <keithp@keithp.com>
15649 Date:   Fri Jun 21 19:39:27 2013 -0700
15650
15651     altos/lpc: Enable brown-out-detector
15652     
15653     Make sure the processor does something sensible when the power disappears.
15654     
15655     Signed-off-by: Keith Packard <keithp@keithp.com>
15656
15657 commit e9e713bc8ab2080d5c1c38570b112f13c886bd11
15658 Author: Keith Packard <keithp@keithp.com>
15659 Date:   Wed Jun 19 22:45:54 2013 -0700
15660
15661     altos/telefire: Radio status (no data, weak data, good data) on LEDs
15662     
15663     Instead of blinking RX/TX, report the radio status on the telefire
15664     nodes, just like telelco does. This makes the LEDs on telefire
15665     *exactly the same* as the LEDs on telelco, which seems like a good idea.
15666     
15667     Signed-off-by: Keith Packard <keithp@keithp.com>
15668
15669 commit d90c2fa650de4cdb008d5e2559463c08da8db934
15670 Author: Keith Packard <keithp@keithp.com>
15671 Date:   Wed Jun 19 22:44:16 2013 -0700
15672
15673     altos: PCA9922 LED driver needs Enable driven low to latch values
15674     
15675     Driving Enable high means anything going past on the clock and data
15676     pair is reflected on the LEDs, which isn't terribly useful
15677     
15678     Signed-off-by: Keith Packard <keithp@keithp.com>
15679
15680 commit 572faa19b9a496866e3b589d5eb9f37a680206ab
15681 Author: Keith Packard <keithp@keithp.com>
15682 Date:   Wed Jun 19 22:42:58 2013 -0700
15683
15684     altos/cc1111: Fetch RSSI for TeleFire from correct byte
15685     
15686     Reading the status byte doesn't provide very useful RSSI info
15687     
15688     Signed-off-by: Keith Packard <keithp@keithp.com>
15689
15690 commit 025beb0fea011d0e3dab59b5d16e7ffae97c613c
15691 Author: Keith Packard <keithp@keithp.com>
15692 Date:   Mon Jun 17 14:52:32 2013 -0700
15693
15694     altos/lpc: Get rid of ADC filter
15695     
15696     Now that the source of the Vcc noise has been identified, remove the
15697     unnecessary ADC filtering.
15698     
15699     Signed-off-by: Keith Packard <keithp@keithp.com>
15700
15701 commit 10f3d0084ff1c0b3dbf28c5d44727b514caeee20
15702 Author: Keith Packard <keithp@keithp.com>
15703 Date:   Mon Jun 17 14:00:43 2013 -0700
15704
15705     altosui: Add raw pressure to the AltosUI graph
15706     
15707     A nice addition, and useful when diagnosing baro sensor issues
15708     
15709     Signed-off-by: Keith Packard <keithp@keithp.com>
15710
15711 commit 298e54856b5f8809b43f24407caa4a6be60822f3
15712 Author: Keith Packard <keithp@keithp.com>
15713 Date:   Mon Jun 17 14:00:11 2013 -0700
15714
15715     altos/lpc: Get the IRC turned off after boot time
15716     
15717     This involved carefully moving the USB away from the IRC before
15718     turning it off.
15719     
15720     Signed-off-by: Keith Packard <keithp@keithp.com>
15721
15722 commit b3ad488477def157e277e239e81f164b49725925
15723 Author: Keith Packard <keithp@keithp.com>
15724 Date:   Mon Jun 17 13:58:41 2013 -0700
15725
15726     altos: Disable USB on all flight computers when in flight mode
15727     
15728     There was a check to only disable USB on boards with radios, but for
15729     EasyMini, we want to disable USB too for flight mode.
15730     
15731     Signed-off-by: Keith Packard <keithp@keithp.com>
15732
15733 commit 2e2f3f2556e714833d8b7d0f65877b07b3dc2cb5
15734 Author: Keith Packard <keithp@keithp.com>
15735 Date:   Sun Jun 16 22:32:16 2013 -0700
15736
15737     altos: Declare m25 write-in-progress as 'ao_port_t'
15738     
15739     This lets us use port bits greater than 7 for M25 chip selects
15740     
15741     Signed-off-by: Keith Packard <keithp@keithp.com>
15742
15743 commit dcf769198863c1b0f1b05f41d0c052a3dbfef247
15744 Author: Keith Packard <keithp@keithp.com>
15745 Date:   Sun Jun 16 22:31:58 2013 -0700
15746
15747     altos/lpc: Remove spurious semicolon
15748     
15749     Signed-off-by: Keith Packard <keithp@keithp.com>
15750
15751 commit d040adeef9df4cda31dce603db81dc7ce19ec0d1
15752 Author: Keith Packard <keithp@keithp.com>
15753 Date:   Sun Jun 16 22:31:31 2013 -0700
15754
15755     altos/lpc: Don't disable all of the clocks just yet, USB doesn't work
15756     
15757     Signed-off-by: Keith Packard <keithp@keithp.com>
15758
15759 commit 1676c7dbc3dcce2962be9ef9a58d37c7b48e3c0f
15760 Author: Keith Packard <keithp@keithp.com>
15761 Date:   Sun Jun 16 15:07:54 2013 -0700
15762
15763     altos/lpc: Turn off more clocks, disable USART for easymini
15764     
15765     Try to reduce noise on the power supply.
15766     
15767     Signed-off-by: Keith Packard <keithp@keithp.com>
15768
15769 commit be9ee9ed2d041c4ab4e77ee2010fe3c7a1ca6597
15770 Author: Keith Packard <keithp@keithp.com>
15771 Date:   Sat Jun 15 01:20:49 2013 -0700
15772
15773     altos/lpc: Filter ADC inputs
15774     
15775     They're amazingly noisy on EasyMini, so just filter them as the only
15776     thing we use them for is battery and pyro numbers.
15777     
15778     Signed-off-by: Keith Packard <keithp@keithp.com>
15779
15780 commit 7361371190bf3805b6d0414e61f697aca7c7cff1
15781 Author: Keith Packard <keithp@keithp.com>
15782 Date:   Fri Jun 14 04:38:11 2013 -0700
15783
15784     altos/lpc: Make ADC inputs work
15785     
15786     They're still very unstable (bouncing around a lot), but at least they
15787     seem to report useful stuff now.
15788     
15789     Signed-off-by: Keith Packard <keithp@keithp.com>
15790
15791 commit 6827d0a7c59d606ea05387465f1ad4d914babd49
15792 Author: Keith Packard <keithp@keithp.com>
15793 Date:   Tue Jun 11 16:31:20 2013 -0700
15794
15795     altosui: Use preferred units for main deployment height configuration
15796     
15797     Show and accept values in the preferred units; create a separate list
15798     of preferred values for each set of units
15799     
15800     Signed-off-by: Keith Packard <keithp@keithp.com>
15801
15802 commit 15063cbb8f76bffea71575d295ca87b7ceca36d8
15803 Author: Keith Packard <keithp@keithp.com>
15804 Date:   Sun Jun 9 23:18:09 2013 -0700
15805
15806     altos/telelco: Add 30ms delay in search after finding a box
15807     
15808     This gives the remote boxes time to get back to listening for messages
15809     after receiving the packet from the found box.
15810     
15811     Signed-off-by: Keith Packard <keithp@keithp.com>
15812
15813 commit 988924b51980ad43e39bc4785a625ff25eb16449
15814 Author: Keith Packard <keithp@keithp.com>
15815 Date:   Sun Jun 9 22:09:13 2013 -0700
15816
15817     altos: Add fast-timer API. Use for quadrature and button drivers
15818     
15819     This splits the fast-timer portion out of the debounce helper code and
15820     shares that with the quadrature driver which now uses it directly.
15821     
15822     Signed-off-by: Keith Packard <keithp@keithp.com>
15823
15824 commit 72b6c699d355fcd41addb9919d846e63105b9db7
15825 Author: Keith Packard <keithp@keithp.com>
15826 Date:   Mon May 13 22:34:19 2013 -0700
15827
15828     altos: Add debounce helper. Use in button and quadrature drivers for TeleLCO
15829     
15830     Signed-off-by: Keith Packard <keithp@keithp.com>
15831
15832 commit 47b7e1d819e48aaebf6ffda49effbee041ce8750
15833 Author: Keith Packard <keithp@keithp.com>
15834 Date:   Sun Jun 9 12:13:06 2013 -0700
15835
15836     altos/telefire: Leave siren on all the time. Add siren/strobe debugging.
15837     
15838     The 50% duty cycle wasn't actually loud enough outside.
15839     
15840     Signed-off-by: Keith Packard <keithp@keithp.com>
15841
15842 commit 187f661c2512e4260d0ca64134de8fad199f5944
15843 Author: Keith Packard <keithp@keithp.com>
15844 Date:   Sun Jun 9 10:00:54 2013 -0700
15845
15846     altos: Add telefire v0.2 support
15847     
15848     Signed-off-by: Keith Packard <keithp@keithp.com>
15849
15850 commit 8ba2035c78293bc312804722249df76dd4692d71
15851 Author: Keith Packard <keithp@keithp.com>
15852 Date:   Sun Jun 9 09:53:07 2013 -0700
15853
15854     altos: Add driver for 74hc165 shift register
15855     
15856     Just reads one byte from the shift register using the SPI driver and returns it
15857     
15858     Signed-off-by: Keith Packard <keithp@keithp.com>
15859
15860 commit 3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb
15861 Author: Keith Packard <keithp@keithp.com>
15862 Date:   Sun May 26 22:38:56 2013 -0600
15863
15864     altos: Add pyro operations to regular ignite commands
15865     
15866     Instead of having separate commands, just mix the two sets together.
15867     
15868     Signed-off-by: Keith Packard <keithp@keithp.com>
15869
15870 commit 4bc1f3390b9ebbe07af4bc0f0a1c0915193ddf42
15871 Author: Keith Packard <keithp@keithp.com>
15872 Date:   Sun May 26 19:41:22 2013 -0600
15873
15874     Set version to 1.2.9.1
15875     
15876     Mark bits to be used on Monday of NSL 2013
15877     
15878     Signed-off-by: Keith Packard <keithp@keithp.com>
15879
15880 commit 6f131e740477d29b6623fa336da79e53f765a55b
15881 Author: Keith Packard <keithp@keithp.com>
15882 Date:   Sun May 26 19:48:03 2013 -0600
15883
15884     altos: Make manual pyro firing command work again
15885     
15886     Signed-off-by: Keith Packard <keithp@keithp.com>
15887
15888 commit 5ca472333a3587f0e47d54f5edc287494262ef98
15889 Author: Keith Packard <keithp@keithp.com>
15890 Date:   Sun May 26 19:47:02 2013 -0600
15891
15892     altos: write pyro fired to correct log field
15893     
15894     Signed-off-by: Keith Packard <keithp@keithp.com>
15895
15896 commit 956f4dff1cc521059434743624b1271fb92b96ae
15897 Author: Keith Packard <keithp@keithp.com>
15898 Date:   Sun May 26 19:39:13 2013 -0600
15899
15900     altos: Light pyro charges simultaneously if so configured
15901     
15902     Don't try to be nice to the battery, just let the pyro circuit deal
15903     with it and try to get all of the specified circuits going at the same
15904     time if they're configured to do so.
15905     
15906     Signed-off-by: Keith Packard <keithp@keithp.com>
15907
15908 commit 62547a042d042fadec652c5081f96816a8e66970
15909 Author: Keith Packard <keithp@keithp.com>
15910 Date:   Sun May 26 19:03:12 2013 -0600
15911
15912     altos,altosui: Add pyro state logging for TeleMega
15913     
15914     Only in the log file (no obvious space in the telem packets), but at
15915     least we should be able to check for pyro failures.
15916     
15917     Signed-off-by: Keith Packard <keithp@keithp.com>
15918
15919 commit 277577fecc71e3c52b823938f396cf42be403ebe
15920 Author: Keith Packard <keithp@keithp.com>
15921 Date:   Sun May 26 19:01:58 2013 -0600
15922
15923     altos: Add pyro code testing to ao_flight_test for TeleMega
15924     
15925     This parses the pyro settings and signals when the pyro channels are
15926     fired in the output.
15927     
15928     Signed-off-by: Keith Packard <keithp@keithp.com>
15929
15930 commit b1408c13f176f3f021e9face48c4cd33528ee96c
15931 Author: Keith Packard <keithp@keithp.com>
15932 Date:   Sun May 26 18:58:41 2013 -0600
15933
15934     ao-tools/ao-mega: Dump 'pyro' state from mega log
15935     
15936     Signed-off-by: Keith Packard <keithp@keithp.com>
15937
15938 commit 8083aa731c99d09bdd4a8c216bb11f846734d7df
15939 Author: Keith Packard <keithp@keithp.com>
15940 Date:   Sun May 26 18:57:58 2013 -0600
15941
15942     ao-tools: Add ao-mega tool to parse TeleMega eeprom files
15943     
15944     Signed-off-by: Keith Packard <keithp@keithp.com>
15945
15946 commit 21689ef744ddf43965ccad89dc1133a905011d7f
15947 Author: Keith Packard <keithp@keithp.com>
15948 Date:   Sun May 26 18:54:02 2013 -0600
15949
15950     altosui: Missing 'break' after selecting 'mega' format detection
15951     
15952     Caused 'mega' logs to be dumped in 'mini' format which didn't work well.
15953     
15954     Signed-off-by: Keith Packard <keithp@keithp.com>
15955
15956 commit 17e0ccccc8619f96d2cf56bd98d63a7e59f5301d
15957 Author: Keith Packard <keithp@keithp.com>
15958 Date:   Sun May 26 18:50:10 2013 -0600
15959
15960     altosui: Stop downloading mega eeprom on empty block
15961     
15962     Signed-off-by: Keith Packard <keithp@keithp.com>
15963
15964 commit 013cba5ed1fde72240a68ec648bd14977f5e48a4
15965 Author: Keith Packard <keithp@keithp.com>
15966 Date:   Mon May 20 21:41:01 2013 -0700
15967
15968     doc: Update description of graph window to note new tabs (config and map)
15969     
15970     Signed-off-by: Keith Packard <keithp@keithp.com>
15971
15972 commit e711c708b0d2c8d8c2d72e34a795ad8e9b5ab5de
15973 Author: Keith Packard <keithp@keithp.com>
15974 Date:   Mon May 20 21:37:20 2013 -0700
15975
15976     Create release notes for 1.2.1
15977     
15978     Move most of the 1.2 content to the 1.2.1 block
15979     
15980     Signed-off-by: Keith Packard <keithp@keithp.com>
15981
15982 commit 2344ba81fa51215471099e56518112478bdf2e73
15983 Author: Keith Packard <keithp@keithp.com>
15984 Date:   Tue May 21 11:31:05 2013 -0700
15985
15986     Separate out cortex-m0 compiler tests in configure
15987     
15988     The summon arm toolchain doesn't work for cortex-m0 parts, but the
15989     linaro toolchain does. Look in /usr/bin for the -m0 compiler but
15990     continue to use /opt/cortex/bin for the -m3 compiler
15991     
15992     Signed-off-by: Keith Packard <keithp@keithp.com>
15993
15994 commit 85eb75c3251d8e141d7269fc7ffa6197174ea8c3
15995 Author: Keith Packard <keithp@keithp.com>
15996 Date:   Tue May 21 11:30:44 2013 -0700
15997
15998     altos: Can't use inline functions because SDCC doesn't do that
15999     
16000     Sigh.
16001     
16002     Signed-off-by: Keith Packard <keithp@keithp.com>
16003
16004 commit fd5567882b732f8947b44b217552077c82a3d28e
16005 Merge: fd55c1f 57b4d82
16006 Author: Keith Packard <keithp@keithp.com>
16007 Date:   Tue May 21 11:16:54 2013 -0700
16008
16009     Merge branch 'lpc'
16010
16011 commit fd55c1fe53adf5c50dcd3ce8296f80871cec73e9
16012 Author: Keith Packard <keithp@keithp.com>
16013 Date:   Tue May 21 11:16:33 2013 -0700
16014
16015     Bump master version to 1.2.9 to avoid confusion with 1.2 releases
16016     
16017     Signed-off-by: Keith Packard <keithp@keithp.com>
16018
16019 commit 1bffe8caf0294e9cfef2dab1c6b5a8d1d87ac3a2
16020 Author: Keith Packard <keithp@keithp.com>
16021 Date:   Tue May 21 11:08:15 2013 -0700
16022
16023     altos: Set the path for the STM32L compiler explicitly
16024     
16025     This makes sure we use the known toolchain for STM32L builds
16026     
16027     Signed-off-by: Keith Packard <keithp@keithp.com>
16028
16029 commit 7282fab337dc48d32606276e5f51c057a3bff8cb
16030 Author: Keith Packard <keithp@keithp.com>
16031 Date:   Tue May 21 11:04:25 2013 -0700
16032
16033     altosui: Add TeleBT firmware to release
16034     
16035     Signed-off-by: Keith Packard <keithp@keithp.com>
16036
16037 commit 57b4d82dee10b142b820aa306028a288a85214f6
16038 Author: Keith Packard <keithp@keithp.com>
16039 Date:   Sun May 19 23:07:54 2013 -0700
16040
16041     Add Mini logging format. Use in EasyMini
16042     
16043     This is a 16-byte record that includes all of the sensor data in each
16044     sensor record, along with records for flight state changes.
16045     
16046     Signed-off-by: Keith Packard <keithp@keithp.com>
16047
16048 commit 27e9b93f3d35890a49575b2ead1983ce3c2fc213
16049 Merge: a4df257 d9cbef8
16050 Author: Keith Packard <keithp@keithp.com>
16051 Date:   Sun May 19 20:40:42 2013 -0700
16052
16053     Merge branch 'master' into lpc
16054
16055 commit d9cbef8cd364aae54855cc5bc64fb8c2b22057b0
16056 Author: Keith Packard <keithp@keithp.com>
16057 Date:   Sun May 19 20:35:42 2013 -0700
16058
16059     altos/telemega: The last two igniters are apogee and main
16060     
16061     Not the first two. TeleMega v0.3 has these marked on the silk
16062     
16063     Signed-off-by: Keith Packard <keithp@keithp.com>
16064
16065 commit a4df2575b4e782e83cc4e9b1d2e5cd2397a97dd8
16066 Author: Keith Packard <keithp@keithp.com>
16067 Date:   Sun May 19 20:33:35 2013 -0700
16068
16069     altos/easymini: Initialize beep and ADC. Declare use of igniter bits.
16070     
16071     This makes easymini actually work!
16072     
16073     Signed-off-by: Keith Packard <keithp@keithp.com>
16074
16075 commit a87a8e8067d7b2d0ff3a3274af9f1e919b5b7793
16076 Author: Keith Packard <keithp@keithp.com>
16077 Date:   Sun May 19 20:32:34 2013 -0700
16078
16079     altos/easymini: Use different pins for igniter outputs
16080     
16081     Was using the I2C outputs which are open drain, which makes it
16082     impossible to force them high as needed to driver our igniters.
16083     
16084     Signed-off-by: Keith Packard <keithp@keithp.com>
16085
16086 commit 16eb0b04df3d1db65bd40717133abe94db0f2a15
16087 Author: Keith Packard <keithp@keithp.com>
16088 Date:   Sun May 19 20:31:48 2013 -0700
16089
16090     altos/easymini: MS5607 chip select bits were defined wrong
16091     
16092     Signed-off-by: Keith Packard <keithp@keithp.com>
16093
16094 commit 455802b7e853956180799c058e9561876d98d831
16095 Author: Keith Packard <keithp@keithp.com>
16096 Date:   Sun May 19 20:30:49 2013 -0700
16097
16098     altos/easymini: Easymini doesn't have USB connect or VBUS wiring
16099     
16100     Disable these in ao_pins.h
16101     
16102     Signed-off-by: Keith Packard <keithp@keithp.com>
16103
16104 commit 35b120c4154df0351c3a802f86dda224a7643068
16105 Author: Keith Packard <keithp@keithp.com>
16106 Date:   Sun May 19 20:27:53 2013 -0700
16107
16108     altos/lpc: Force idle mode if USB gets an address during boot time
16109     
16110     This lets EasyMini be booted to idle mode by simply plugging it into USB.
16111     
16112     Signed-off-by: Keith Packard <keithp@keithp.com>
16113
16114 commit c1f01cd4406063191a51cb68fc4634eabfc60fc2
16115 Author: Keith Packard <keithp@keithp.com>
16116 Date:   Sun May 19 20:27:05 2013 -0700
16117
16118     altos/lpc: Reset SPI device at startup time
16119     
16120     Wasn't doing the reset sequence correctly (write 0, then write 1).
16121     
16122     Signed-off-by: Keith Packard <keithp@keithp.com>
16123
16124 commit e0ad8b5b5e1b4c7a9ffba9d25f3c32ce708c3ec5
16125 Author: Keith Packard <keithp@keithp.com>
16126 Date:   Sun May 19 20:26:07 2013 -0700
16127
16128     altos/lpc: Configuring wrong pin for SPI1 MOSI
16129     
16130     Was setting configuration for PIO1_21 instead of PIO0_21.
16131     
16132     Signed-off-by: Keith Packard <keithp@keithp.com>
16133
16134 commit b9bb088a36fd351809f4c378356327ffa663c974
16135 Author: Keith Packard <keithp@keithp.com>
16136 Date:   Sun May 19 20:25:13 2013 -0700
16137
16138     altos/lpc: Allow for alternate SPI SCLK0 pin usage
16139     
16140     SPI SCLK0 can appear on three different pins; let the application
16141     configure which one it wants.
16142     
16143     Signed-off-by: Keith Packard <keithp@keithp.com>
16144
16145 commit 397109139fb9ff27ec7cfb0cafa65d1dbea053bd
16146 Author: Keith Packard <keithp@keithp.com>
16147 Date:   Sun May 19 20:24:11 2013 -0700
16148
16149     altos/lpc: Leave SPI enabled all the time
16150     
16151     Might be able to turn it off with some care; more experimentation required.
16152     
16153     Signed-off-by: Keith Packard <keithp@keithp.com>
16154
16155 commit e383d7a28d01729c50f933ceda77ea767d1b8087
16156 Author: Keith Packard <keithp@keithp.com>
16157 Date:   Sun May 19 20:22:20 2013 -0700
16158
16159     altos/lpc: Create TX/RX busy macros for SPI driver
16160     
16161     Check for both fifo status *and* device busy to make sure the device
16162     is idle before we touch any registers.
16163     
16164     Signed-off-by: Keith Packard <keithp@keithp.com>
16165
16166 commit 07d261c08214837b5d5cac4d2be43e51a0c47868
16167 Author: Keith Packard <keithp@keithp.com>
16168 Date:   Sun May 19 20:19:15 2013 -0700
16169
16170     altos/lpc: Fix beeper driver
16171     
16172     Set prescale limit, not current prescale value (pr instead of pc).
16173     Flip output 1 on PWM match (set emc toggle for channel 1).
16174     Don't hold counter in reset (turn off CRST bit).
16175     
16176     Signed-off-by: Keith Packard <keithp@keithp.com>
16177
16178 commit 3fe11b277dd7268eb445d120c8f9537f95148891
16179 Author: Keith Packard <keithp@keithp.com>
16180 Date:   Sun May 19 20:18:44 2013 -0700
16181
16182     altos/lpc: Missing parens around ao_gpio_set macro
16183     
16184     Signed-off-by: Keith Packard <keithp@keithp.com>
16185
16186 commit a78012782c779de3433b91e6b854b2fdbd7230fd
16187 Author: Keith Packard <keithp@keithp.com>
16188 Date:   Sun May 19 20:17:48 2013 -0700
16189
16190     altos/lpc: SPI runs off main clock (48MHz), not sysclk (24MHz)
16191     
16192     Update SPI speed definitions to match
16193     
16194     Signed-off-by: Keith Packard <keithp@keithp.com>
16195
16196 commit d51c9fda3478f205e4bcdf1b7bf21eb1e0a516bc
16197 Author: Keith Packard <keithp@keithp.com>
16198 Date:   Sun May 19 20:07:52 2013 -0700
16199
16200     altos/lpc: Pull ADC data from the correct registers
16201     
16202     Was just stepping through register space arbitrarily, which would have
16203     worked for EasyMini, but might have failed later if the ADC pin usage
16204     wasn't consecutive.
16205     
16206     Signed-off-by: Keith Packard <keithp@keithp.com>
16207
16208 commit 6343bd774f542a4f915cf1fca2053d03e93bf2c3
16209 Author: Keith Packard <keithp@keithp.com>
16210 Date:   Sun May 19 20:06:03 2013 -0700
16211
16212     altos/lpc: Don't use loader to place USB endpoint data in USB ram
16213     
16214     Instead, just assign a fixed address in registers.ld. This avoids a
16215     confusing section in the elf file.
16216     
16217     Signed-off-by: Keith Packard <keithp@keithp.com>
16218
16219 commit 35a05041d3ca3e69a146bd3bf8038c0f1cbc1b42
16220 Author: Keith Packard <keithp@keithp.com>
16221 Date:   Sun May 19 20:04:29 2013 -0700
16222
16223     altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607
16224     
16225     This asks the EXTI code to not mess with the pin configuration so that
16226     the MS5607 driver can get interrupts on the MISO pin while still using
16227     it for SPI.
16228     
16229     Signed-off-by: Keith Packard <keithp@keithp.com>
16230
16231 commit 098fd43a740ee2a782f82b6b71965b60cdba2d62
16232 Author: Keith Packard <keithp@keithp.com>
16233 Date:   Sun May 19 20:00:24 2013 -0700
16234
16235     altos/lpc: Make EXTI code work.
16236     
16237     Clear rise/fall bits in ISR to avoid re-entering.
16238     Block interrupts around enable/disable bits.
16239     Create shared _ao_exti_set_enable function to control mask changes.
16240     
16241     Signed-off-by: Keith Packard <keithp@keithp.com>
16242
16243 commit f794e6c95697b034be315632fddb3a5475c43b5b
16244 Author: Keith Packard <keithp@keithp.com>
16245 Date:   Sun May 19 19:57:23 2013 -0700
16246
16247     altos: Use ao_spi_get/put_bit in MS5607 driver
16248     
16249     Replace open-coded ao_spi_get/put and ao_gpio_set sequences
16250     
16251     Signed-off-by: Keith Packard <keithp@keithp.com>
16252
16253 commit b7ab41e4dc92dcd382f4c05459088d8df8b70075
16254 Author: Keith Packard <keithp@keithp.com>
16255 Date:   Sun May 19 19:51:32 2013 -0700
16256
16257     altos/attiny: Fix ao_spi_get_bit/ao_spi_put_bit macros
16258     
16259     These were never written, so just use ao_spi_get/put_mask.
16260     
16261     A precursor to changing how the MS5607 drives the SPI bus
16262     
16263     Signed-off-by: Keith Packard <keithp@keithp.com>
16264
16265 commit 49f9cdda5f1812687b82915acc78a9d9136255bf
16266 Author: Keith Packard <keithp@keithp.com>
16267 Date:   Sat May 18 03:54:30 2013 -0700
16268
16269     altos: ignore built files in easymini-v0.1
16270     
16271     Signed-off-by: Keith Packard <keithp@keithp.com>
16272
16273 commit c57e1630002c921739ff22395497d93027d381b6
16274 Author: Keith Packard <keithp@keithp.com>
16275 Date:   Sat May 18 03:53:32 2013 -0700
16276
16277     altos: Build easymini-v0.1
16278     
16279     Signed-off-by: Keith Packard <keithp@keithp.com>
16280
16281 commit 278300b2bc98b92cc71ec016ab0fc93eb3696435
16282 Author: Keith Packard <keithp@keithp.com>
16283 Date:   Sat May 18 03:52:59 2013 -0700
16284
16285     altos: Initialize SPI for easymini
16286     
16287     Doesn't work very well without this
16288     
16289     Signed-off-by: Keith Packard <keithp@keithp.com>
16290
16291 commit cbe5eee76faf386eefe69539935ab318944ac452
16292 Author: Keith Packard <keithp@keithp.com>
16293 Date:   Sat May 18 03:52:14 2013 -0700
16294
16295     altos/lpc: Stick USB control structure in USB memory
16296     
16297     No reason to have that in regular ram, and it means we've got space
16298     for large enough stacks now
16299     
16300     Signed-off-by: Keith Packard <keithp@keithp.com>
16301
16302 commit 3587bfd248e115bb1abb28f71b263575b4e8e367
16303 Author: Keith Packard <keithp@keithp.com>
16304 Date:   Sat May 18 03:22:10 2013 -0700
16305
16306     altos: Add easymini-v0.1 product
16307     
16308     Signed-off-by: Keith Packard <keithp@keithp.com>
16309
16310 commit c4991db4809ae547fdb245e3cb42517fa7524de5
16311 Author: Keith Packard <keithp@keithp.com>
16312 Date:   Sat May 18 03:21:43 2013 -0700
16313
16314     altos/lpc: Use separate interrupt stack
16315     
16316     Signed-off-by: Keith Packard <keithp@keithp.com>
16317
16318 commit 5311720525ac73e9d42067b68adf25fc2e054af5
16319 Author: Keith Packard <keithp@keithp.com>
16320 Date:   Sat May 18 03:21:20 2013 -0700
16321
16322     altos/lpc: Try a smaller stack.
16323     
16324     Signed-off-by: Keith Packard <keithp@keithp.com>
16325
16326 commit f5218e2544dcb659aec6c3adee50d61cab1bba3a
16327 Author: Keith Packard <keithp@keithp.com>
16328 Date:   Sat May 18 03:19:41 2013 -0700
16329
16330     altos/lpc: Add pin interrupt driver
16331     
16332     Signed-off-by: Keith Packard <keithp@keithp.com>
16333
16334 commit c0d0147251bfcebd753196b74c22c00c3116fd22
16335 Author: Keith Packard <keithp@keithp.com>
16336 Date:   Sat May 18 03:18:55 2013 -0700
16337
16338     altos/lpc: Add beep driver
16339     
16340     Hardwired to our current beeper pin
16341     
16342     Signed-off-by: Keith Packard <keithp@keithp.com>
16343
16344 commit 166977c65bddb50d600a3c1e1f278c425b673697
16345 Author: Keith Packard <keithp@keithp.com>
16346 Date:   Sat May 18 03:18:19 2013 -0700
16347
16348     altos/lpc: Add ADC driver
16349     
16350     Uses burst mode to get the whole set of values in one interrupt
16351     
16352     Signed-off-by: Keith Packard <keithp@keithp.com>
16353
16354 commit ed25a46571d988ccf37ae915dff97b5f00bcf9cf
16355 Author: Keith Packard <keithp@keithp.com>
16356 Date:   Sat May 18 03:16:41 2013 -0700
16357
16358     altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h
16359     
16360     Lots more devices
16361     
16362     Signed-off-by: Keith Packard <keithp@keithp.com>
16363
16364 commit 2b0b7bf1462341718e582223a880f2dfcd79e2ad
16365 Author: Keith Packard <keithp@keithp.com>
16366 Date:   Sat May 18 03:15:58 2013 -0700
16367
16368     altos/lpc: Clean up broken IOCONF defines
16369     
16370     Missing comment closes
16371     
16372     Signed-off-by: Keith Packard <keithp@keithp.com>
16373
16374 commit 08887678f900adae81dcb1a7f5353d98d127aafd
16375 Author: Keith Packard <keithp@keithp.com>
16376 Date:   Sat May 18 03:14:57 2013 -0700
16377
16378     altos/lpc: Fix ao_enable_input, add ao_enable_analog
16379     
16380     Signed-off-by: Keith Packard <keithp@keithp.com>
16381
16382 commit 15ca452b60271e3a0f7327216df04eef5b985240
16383 Author: Keith Packard <keithp@keithp.com>
16384 Date:   Sat May 18 03:14:16 2013 -0700
16385
16386     altos: LPC interrupt priorities are just 0-3
16387     
16388     Signed-off-by: Keith Packard <keithp@keithp.com>
16389
16390 commit 935a7ff38010ec4ad19f315f8a2a1557c01ae554
16391 Author: Keith Packard <keithp@keithp.com>
16392 Date:   Sat May 18 03:13:17 2013 -0700
16393
16394     altos: Add LPC spi driver
16395     
16396     Signed-off-by: Keith Packard <keithp@keithp.com>
16397
16398 commit d9b42470e8889b44bb08858a610285410a200ab9
16399 Author: Keith Packard <keithp@keithp.com>
16400 Date:   Sat May 18 03:02:38 2013 -0700
16401
16402     altos: Use ao_port_t in m25 driver
16403     
16404     This uses ao_port_t for all of the chip select masks
16405     
16406     Signed-off-by: Keith Packard <keithp@keithp.com>
16407
16408 commit 28890aa5893898cd0bb0ac033e491eb307a84ca5
16409 Author: Keith Packard <keithp@keithp.com>
16410 Date:   Sat May 18 03:02:01 2013 -0700
16411
16412     altos: Use ao_data_pres macro in ao_log_tiny
16413     
16414     Now it works on easymini too
16415     
16416     Signed-off-by: Keith Packard <keithp@keithp.com>
16417
16418 commit 82afe3a3b737c43dbeaad41ea5af1841357297a6
16419 Author: Keith Packard <keithp@keithp.com>
16420 Date:   Sat May 18 02:54:55 2013 -0700
16421
16422     altos: Check for packet mode before trying to disable it in flight code
16423     
16424     This is only relevant for telemini
16425     
16426     Signed-off-by: Keith Packard <keithp@keithp.com>
16427
16428 commit 52063c2679752033135fff928c7686e368d2a825
16429 Author: Keith Packard <keithp@keithp.com>
16430 Date:   Sat May 18 02:54:30 2013 -0700
16431
16432     altos: ao_data_get is in ao_data.c now, not ao_adc.c
16433     
16434     Signed-off-by: Keith Packard <keithp@keithp.com>
16435
16436 commit e4385d29fc1b233b3ad56d4af68a175e760c1751
16437 Author: Keith Packard <keithp@keithp.com>
16438 Date:   Sat May 18 02:53:32 2013 -0700
16439
16440     altos: Allow architecture to define the type of port registers
16441     
16442     LPC11U14 has 32-bit ports, STM32 has 16 bit ports.
16443     
16444     Signed-off-by: Keith Packard <keithp@keithp.com>
16445
16446 commit ca4f3161258356c06fe1270f7ccdf0d6939e2d34
16447 Author: Keith Packard <keithp@keithp.com>
16448 Date:   Sat May 18 02:52:49 2013 -0700
16449
16450     altos: Move ao_data.c from stm to core
16451     
16452     This should be used on every processor
16453     
16454     Signed-off-by: Keith Packard <keithp@keithp.com>
16455
16456 commit ac089d4fb930b7dbc4161259fd9bddba94395ebc
16457 Author: Keith Packard <keithp@keithp.com>
16458 Date:   Fri May 17 03:36:47 2013 -0700
16459
16460     altos/lpc: Get USB working
16461     
16462     The lpc demo now has a USB command line.
16463     Also allocates system stack so we know when ram is tight at build time
16464     
16465     Signed-off-by: Keith Packard <keithp@keithp.com>
16466
16467 commit 185e6d15bcda229949a984910d7394203d301db9
16468 Author: Keith Packard <keithp@keithp.com>
16469 Date:   Thu May 16 18:58:24 2013 -0700
16470
16471     altos: Allow target-specific USB endpoint specifications
16472     
16473     The LPC has only a small number of endpoints, and those are not
16474     configurable. Let the LPC USB driver pick the IN and OUT endpoints by itself.
16475     
16476     Signed-off-by: Keith Packard <keithp@keithp.com>
16477
16478 commit 6c35e21a86ab32bc91eb10a60c071b702fc0f963
16479 Author: Keith Packard <keithp@keithp.com>
16480 Date:   Tue May 7 19:27:17 2013 -0700
16481
16482     altos: Finish off LPC USB register definitions
16483     
16484     Signed-off-by: Keith Packard <keithp@keithp.com>
16485
16486 commit 918342016705303baa1630c62c290aaf2dcc2801
16487 Author: Keith Packard <keithp@keithp.com>
16488 Date:   Thu Apr 25 20:38:32 2013 -0700
16489
16490     altos/lpc: Start adding USB register defines
16491     
16492     Signed-off-by: Keith Packard <keithp@keithp.com>
16493
16494 commit 91d201abcbe9373360919406427b7e4fb9e1b42e
16495 Author: Keith Packard <keithp@keithp.com>
16496 Date:   Mon Apr 22 17:10:24 2013 -0500
16497
16498     altos/lpc: Start adding USB register definitions
16499     
16500     Just the bare struct, no defines yet.
16501     
16502     Signed-off-by: Keith Packard <keithp@keithp.com>
16503
16504 commit 9bf67798b134ad796c2f4bc9240ee450722148ec
16505 Author: Keith Packard <keithp@keithp.com>
16506 Date:   Sat Apr 20 00:40:38 2013 -0500
16507
16508     altos/lpc: Take advantage of USART TX fifo
16509     
16510     The USART has a 16-byte TX fifo; keep rough track of how full it is to
16511     avoid waiting for an interrupt after every TX byte.
16512     
16513     Signed-off-by: Keith Packard <keithp@keithp.com>
16514
16515 commit 9e8f6ba8b779cd9635f82d6da5f113715c3ee4c7
16516 Author: Keith Packard <keithp@keithp.com>
16517 Date:   Sat Apr 20 00:20:55 2013 -0500
16518
16519     altos/lpc: Get USART running
16520     
16521     Adds a simple demo thread that spews data to the serial port
16522     
16523     Signed-off-by: Keith Packard <keithp@keithp.com>
16524
16525 commit f9d0eb3f3154f98abb0c8952d7171f3e7d3de9b2
16526 Author: Keith Packard <keithp@keithp.com>
16527 Date:   Thu Apr 18 16:15:52 2013 -0500
16528
16529     altos/lpc: Get 100Hz timer running
16530     
16531     Use systick, which is built into the ARM core
16532     
16533     Signed-off-by: Keith Packard <keithp@keithp.com>
16534
16535 commit 04b243e6ef212f54ed284cfbde6d5abb637bf60e
16536 Author: Keith Packard <keithp@keithp.com>
16537 Date:   Thu Apr 18 15:55:26 2013 -0500
16538
16539     lpcxpresso: Add ao_demo.c
16540     
16541     Kinda necessary for the demo to build
16542     
16543     Signed-off-by: Keith Packard <keithp@keithp.com>
16544
16545 commit bcc65597d3d20f1d58df784100af766cee5f0f20
16546 Author: Keith Packard <keithp@keithp.com>
16547 Date:   Thu Apr 18 15:54:13 2013 -0500
16548
16549     lpc: Initial lpcxpresso bits
16550     
16551     This gets the LPC11U14 clock set to the PLL and blinks the LED.
16552     
16553     Signed-off-by: Keith Packard <keithp@keithp.com>
16554
16555 commit 6735a391c2a1e3be01ac9e68b44ec0974592c11c
16556 Author: Keith Packard <keithp@keithp.com>
16557 Date:   Fri May 17 03:34:50 2013 -0700
16558
16559     libaltos: use PurgeComm in Windows altos_close to abort in-progress ops
16560     
16561     Instead of manually signalling the related events, use PurgeComm which
16562     can then abort the operations itself. Also make sure all of the
16563     relevant handles are set to INVALID before closing them to avoid race conditions.
16564     
16565     Signed-off-by: Keith Packard <keithp@keithp.com>
16566
16567 commit bd8d061d0f63158b5b03814d77cb76fdf5a0abad
16568 Author: Keith Packard <keithp@keithp.com>
16569 Date:   Fri May 17 03:27:20 2013 -0700
16570
16571     libaltos: Build the linux library targets when doing a 'fat' build
16572     
16573     These are necessary for the fat release, so make sure they're built then.
16574     
16575     Signed-off-by: Keith Packard <keithp@keithp.com>
16576
16577 commit 8a19805a6b079450b5afd5fa2334cede8495ae4a
16578 Author: Keith Packard <keithp@keithp.com>
16579 Date:   Fri May 17 03:21:08 2013 -0700
16580
16581     altos/cc1111: Hack on USB driver to make Windows happy
16582     
16583     The Windows modem driver is quite chatty at startup time, getting and
16584     setting the comm parameters each time the device is opened. Sometimes,
16585     when setting the parameters, the cc1111 would STALL EP0.
16586     
16587     Most of the time, Windows would happily pass this as an error back to
16588     AltosUI which would then re-try the open (and succeed, most of the
16589     time).
16590     
16591     Sometimes, Windows would stall for 30 seconds before passing the error
16592     back. This made the whole UI freeze, and I suspect most people assumed
16593     our app had died.
16594     
16595     A bit of analysis with the beagle USB sniffer and I discovered the
16596     STALL settings, but there wasn't any correlation between the data on
16597     the wire and when the STALL would be generated.
16598     
16599     So, I found a couple of other cc1111 USB stacks on the net and just
16600     looked to see how our driver differed. There wasn't anything clearly
16601     related, but there were a list of small differences:
16602     
16603      1) Other drivers didn't bother waiting for the hardware to
16604         ack the USBADDR setting; doing it this way means we can set
16605         the address *before* acking the setup packet. It'll get
16606         set eventually, at which point the device will start responding to
16607         packets again.
16608     
16609         Easy to fix, and saves a bit of code space too.
16610     
16611      2) The other drivers set the STALL bit for setup packets which aren't
16612         understood. This shouldn't have any effect on 'good' systems as
16613         those shouldn't ever be generating bogus setup packets anyways.
16614     
16615         The driver already handled the STALL state in the interrupt
16616         handler, the only requirement was to figure out when to explicitly
16617         set the STALL bit.
16618     
16619         That required moving the state updating code from the start of the
16620         ep0 setup handling to the end, after the setup packet had been
16621         examined and data queued in or out as appropriate.
16622     
16623      3) Our driver explicitly queued an IN packet for any setup request
16624         that wasn't waiting for an OUT pack. This appears to tie in with
16625         the USBADDR change above as before I made that change, this change
16626         caused the driver to fail to respond to most setup packets.
16627     
16628         This was simple once the above change was made, just move the
16629         generation of the IN packet inside the code that switched to the
16630         IN state.
16631     
16632     Signed-off-by: Keith Packard <keithp@keithp.com>
16633
16634 commit 4ef0136c27e8f47a1eb38f9cbcd2c61288732d78
16635 Author: Keith Packard <keithp@keithp.com>
16636 Date:   Wed May 15 15:32:59 2013 -0700
16637
16638     altos: Generate unmodulated carrier for CC1120 test mode
16639     
16640     This sets the deviation to 0, enables the preamble and turns on the
16641     transmitter. It will sit there happily sending a bare carrier forever
16642     
16643     Signed-off-by: Keith Packard <keithp@keithp.com>
16644
16645 commit 1931e028bebc3cd8df9392e30eb0e888d0799768
16646 Author: Keith Packard <keithp@keithp.com>
16647 Date:   Tue May 14 22:29:06 2013 -0700
16648
16649     altos: Move MS5607 info from 'v' to 'c s'
16650     
16651     Makes more sense there.
16652     
16653     Signed-off-by: Keith Packard <keithp@keithp.com>
16654
16655 commit 69b9f613ad36b8039f223ed30f8c75913916d82c
16656 Author: Keith Packard <keithp@keithp.com>
16657 Date:   Tue May 14 22:19:07 2013 -0700
16658
16659     altos: Remove some MMA655x debugging printfs
16660     
16661     Signed-off-by: Keith Packard <keithp@keithp.com>
16662
16663 commit 0571531066918fdefe9447f3b4192d0c6c477afa
16664 Author: Keith Packard <keithp@keithp.com>
16665 Date:   Tue May 14 10:48:24 2013 -0700
16666
16667     altos: Grab SPI mutex until MPU6000 I2C mode is disabled
16668     
16669     If other drivers use the SPI bus, the MPU6000 gets confused as its
16670     sitting on the bus looking for I2C messages. Just grab the mutex
16671     before the OS is running and hold onto it until the MPU6000 has been initialized.
16672     
16673     Signed-off-by: Keith Packard <keithp@keithp.com>
16674
16675 commit 9beacd77b3e8106e036e50a67312dfee414fbc51
16676 Author: Keith Packard <keithp@keithp.com>
16677 Date:   Tue May 14 09:01:49 2013 -0700
16678
16679     altos: Initialize MPU6000 CS pin for SPI mode
16680     
16681     Without this, we can't talk to the chip very well
16682     
16683     Signed-off-by: Keith Packard <keithp@keithp.com>
16684
16685 commit 6d553230903ddd0ec522c07be0df975b38ef23d3
16686 Author: Keith Packard <keithp@keithp.com>
16687 Date:   Tue May 14 09:56:16 2013 -0700
16688
16689     altos: Fix telemega v0.3 igniter order (drogue/main moved). Label ADC dump
16690     
16691     telemega moves the igniters around so that E/F are now drogue/main.
16692     Add custom labels for ADC values to make parsing possible
16693     
16694     Signed-off-by: Keith Packard <keithp@keithp.com>
16695
16696 commit a4e4eec827d61a05fda52ddb68b55f17b6028d5e
16697 Author: Keith Packard <keithp@keithp.com>
16698 Date:   Tue May 14 09:25:08 2013 -0700
16699
16700     altos: gps serial routines are called ao_gps_*, not ao_ublox_*
16701     
16702     This caused the u-blox driver to use serial port 1 instead of the
16703     project-specified serial port.
16704     
16705     Signed-off-by: Keith Packard <keithp@keithp.com>
16706
16707 commit 461215eea72ff9d64748304e76b08da37ee3dfe9
16708 Author: Keith Packard <keithp@keithp.com>
16709 Date:   Tue May 14 09:21:54 2013 -0700
16710
16711     altos: Give u-blox 3 seconds after boot before we bug it
16712     
16713     Signed-off-by: Keith Packard <keithp@keithp.com>
16714
16715 commit 5e9193f6375be27e5f7a0321fd34b6acfe81247f
16716 Author: Keith Packard <keithp@keithp.com>
16717 Date:   Tue May 14 09:12:29 2013 -0700
16718
16719     altos: Add 'g' command to ublox GPS code.
16720     
16721     Take the gps_dump function from ao_gps_skytraq.c and move it to a new
16722     file so it can be shared with the u-blox driver. That affects every
16723     skytraq and u-blox user as they need to include the new file.
16724     
16725     Signed-off-by: Keith Packard <keithp@keithp.com>
16726
16727 commit cdad289a0803babecd30cbc0a95be99c5caadeb5
16728 Author: Keith Packard <keithp@keithp.com>
16729 Date:   Wed May 15 01:24:56 2013 -0700
16730
16731     altos: Add flash-loader for telescience-v0.2
16732     
16733     Signed-off-by: Keith Packard <keithp@keithp.com>
16734
16735 commit 116d8570766fbd3ef529111171935637a2e466af
16736 Author: Keith Packard <keithp@keithp.com>
16737 Date:   Tue May 14 08:51:22 2013 -0700
16738
16739     altos: Set u-blox navigation settings
16740     
16741     Airborne mode, < 4g (as good as it gets)
16742     Only use 3D fixes (2D isn't very useful)
16743     
16744     Signed-off-by: Keith Packard <keithp@keithp.com>
16745
16746 commit fb0fb6f4beab484e7fe55b39d18c1f19778f1211
16747 Author: Keith Packard <keithp@keithp.com>
16748 Date:   Tue May 14 08:35:24 2013 -0700
16749
16750     altos: Use symbolic names for ublox packet id
16751     
16752     Signed-off-by: Keith Packard <keithp@keithp.com>
16753
16754 commit 1ccfd2d2e4b84e72e5502cb72a7da6372b5e2b47
16755 Author: Keith Packard <keithp@keithp.com>
16756 Date:   Tue May 14 01:06:20 2013 -0700
16757
16758     altosui: Generate useful KML files from TeleGPS logs
16759     
16760     Use GPS altitude when baro altitude is not present.
16761     Don't require flight number.
16762     
16763     Signed-off-by: Keith Packard <keithp@keithp.com>
16764
16765 commit bdea4c88318a41ade3d3b6b2cbfc097ae3e4f3be
16766 Author: Keith Packard <keithp@keithp.com>
16767 Date:   Tue May 14 00:38:34 2013 -0700
16768
16769     altosui: Use GPS alt + baro height for KML altitude
16770     
16771     GPS altitude is generally more absolutely correct than baro altitude,
16772     so use that as the nominal pad altitude when generating a KML
16773     file. This results in a KML file that has the flight trace start and
16774     end closer to the ground, which is always nice.
16775     
16776     Signed-off-by: Keith Packard <keithp@keithp.com>
16777
16778 commit 43f94e923a6a87520edcbb8fb4829e6ddf708908
16779 Author: Keith Packard <keithp@keithp.com>
16780 Date:   Tue May 14 00:24:53 2013 -0700
16781
16782     altoslib: Use sequence numbers to track GPS updates to AltosRecord
16783     
16784     State objects now record what GPS sequence ID they have to know when
16785     the GPS data has been updated. Record objects bump the GPS sequence
16786     each time new GPS data is recorded. This way, record objects aren't
16787     modified as they're iterated over to generate the list of state
16788     objects which makes it possible to iterate multiple times and get the
16789     same resulting set of states.
16790     
16791     Signed-off-by: Keith Packard <keithp@keithp.com>
16792
16793 commit c88aa32b979f379e3cf316dcb651e264c32a5283
16794 Author: Keith Packard <keithp@keithp.com>
16795 Date:   Mon May 13 22:59:26 2013 -0700
16796
16797     altos/test: ao_gps_test_ublox uses ao_gps_blox.h
16798     
16799     Signed-off-by: Keith Packard <keithp@keithp.com>
16800
16801 commit 61f5183fb6aff63c1133011b5625814ee56e96da
16802 Author: Keith Packard <keithp@keithp.com>
16803 Date:   Mon May 13 22:58:18 2013 -0700
16804
16805     altos: Struct used for u-blox testing had lat/lon swapped
16806     
16807     The structs in ao_gps_ublox.h are used only by the test framework, but
16808     it's useful to have that look right anyways.
16809     
16810     Signed-off-by: Keith Packard <keithp@keithp.com>
16811
16812 commit 5a730dd7a78b5ae428bcfe809257dabedc4338f5
16813 Author: Keith Packard <keithp@keithp.com>
16814 Date:   Mon May 13 22:33:12 2013 -0700
16815
16816     altos: Switch TeleMega v0.3 to u-blox
16817     
16818     Signed-off-by: Keith Packard <keithp@keithp.com>
16819
16820 commit d2f0dcc73df612d10ed12d364fe661ccd831f037
16821 Author: Keith Packard <keithp@keithp.com>
16822 Date:   Mon May 13 22:32:25 2013 -0700
16823
16824     altos: Provide a define for the number of sat infos in a telem packet
16825     
16826     12 fit, but it's best to use a symbolic constant
16827     
16828     Signed-off-by: Keith Packard <keithp@keithp.com>
16829
16830 commit 50457f9983ec0a432f1050464382749436e3da94
16831 Author: Keith Packard <keithp@keithp.com>
16832 Date:   Mon May 13 22:31:31 2013 -0700
16833
16834     altos: Add U-Blox GPS driver
16835     
16836     Uses binary mode.
16837     
16838     Signed-off-by: Keith Packard <keithp@keithp.com>
16839
16840 commit 125ff0b7c74af4db98a81439ee9f1b92fe8b8833
16841 Author: Keith Packard <keithp@keithp.com>
16842 Date:   Mon May 13 22:29:22 2013 -0700
16843
16844     altos: Don't bother fixing telelco-v0.1, just disable it
16845     
16846     Lots of stuff to do to make this old project build; just disable it
16847     instead of fixing
16848     
16849     Signed-off-by: Keith Packard <keithp@keithp.com>
16850
16851 commit 672edb20434248038ef5fbb87f2c0984bd5ad513
16852 Author: Keith Packard <keithp@keithp.com>
16853 Date:   Mon May 13 22:28:27 2013 -0700
16854
16855     altosuilib: Mistake in the MegaDongle listing -- was set to TeleMega
16856     
16857     Signed-off-by: Keith Packard <keithp@keithp.com>
16858
16859 commit 80a6b0ea5c36c307a8edc79ad10ef7a8ff3d480e
16860 Author: Keith Packard <keithp@keithp.com>
16861 Date:   Mon May 13 22:27:00 2013 -0700
16862
16863     altoslib: Correct hexfile address ranges
16864     
16865     Stop trying to use sentinal values for addresses and just keep a
16866     boolean tracking whether they've been initialized. Avoids precision
16867     errors in the variables.
16868     
16869     Signed-off-by: Keith Packard <keithp@keithp.com>
16870
16871 commit 9bd717e71d69338b1af521b37e8bd975e503398e
16872 Author: Keith Packard <keithp@keithp.com>
16873 Date:   Fri May 10 19:21:18 2013 -0700
16874
16875     altosui: Wait for valid callsign/flight when graphing
16876     
16877     Wait for the data record to indicate that the flight value is valid
16878     before setting the graph callsign/flight/serial data.
16879     
16880     Signed-off-by: Keith Packard <keithp@keithp.com>
16881
16882 commit 106d212ff5920c39d95751ef6249dc141970412c
16883 Merge: ecb1285 09d5d6f
16884 Author: Keith Packard <keithp@keithp.com>
16885 Date:   Thu May 9 21:06:52 2013 -0700
16886
16887     Merge branch 'master-fixes' into stm-flash-fixes
16888
16889 commit 09d5d6f546ccef2bfd4941e590f047485bb73d76
16890 Author: Keith Packard <keithp@keithp.com>
16891 Date:   Thu May 9 21:06:23 2013 -0700
16892
16893     micropeak: Use new 'last logdir' preference for MicroPeak save/load dialogs
16894     
16895     Signed-off-by: Keith Packard <keithp@keithp.com>
16896
16897 commit 95a3a089f9c97684918937eecd94dcac77c47696
16898 Author: Keith Packard <keithp@keithp.com>
16899 Date:   Thu May 9 21:04:52 2013 -0700
16900
16901     Information from configure about android build was misprinted
16902     
16903     A typo in the script caused it to print either 'yes' or ''
16904     
16905     Signed-off-by: Keith Packard <keithp@keithp.com>
16906
16907 commit 17eada6e586731defa9fd75316670c2b2b1601ee
16908 Author: Keith Packard <keithp@keithp.com>
16909 Date:   Thu May 9 21:04:11 2013 -0700
16910
16911     altoslib: Add non-persistent 'last logdir' preference
16912     
16913     This is used to record the last directory for reading or writing log
16914     files so that the UI can pop back to the same place next time.
16915     
16916     Signed-off-by: Keith Packard <keithp@keithp.com>
16917
16918 commit 271e8adbc9549c7b3b4d0ec14e4edb1a6ab715d1
16919 Author: Keith Packard <keithp@keithp.com>
16920 Date:   Thu May 9 21:03:38 2013 -0700
16921
16922     Add altosdroid notebook entry for imperial units
16923     
16924     Signed-off-by: Keith Packard <keithp@keithp.com>
16925
16926 commit ecb128579e7576fc27c8ca93708f316b9ac91630
16927 Author: Keith Packard <keithp@keithp.com>
16928 Date:   Sun Apr 28 23:06:24 2013 -0700
16929
16930     altos: Wait after configuring boot pin before testing it
16931     
16932     Clearly the pin isn't quite ready just after it's been configured, so
16933     hang around for a while (100 nops) to let things setting down before
16934     testing the value of the pin. Makes booting a lot more reliable.
16935     
16936     Signed-off-by: Keith Packard <keithp@keithp.com>
16937
16938 commit 4a90eec4b8ee4a35711aa74c13b3f30d12c0fe08
16939 Author: Keith Packard <keithp@keithp.com>
16940 Date:   Sat Apr 27 15:33:04 2013 -0700
16941
16942     altos/stm: Create per-product flash loaders
16943     
16944     Split the flash loader prototype into pieces so that each product can
16945     build a custom flash loader with very little code.
16946     
16947     Signed-off-by: Keith Packard <keithp@keithp.com>
16948
16949 commit b131c5ac59bbd339a724892586023a43f97c7f90
16950 Author: Keith Packard <keithp@keithp.com>
16951 Date:   Sat Apr 27 00:37:15 2013 -0700
16952
16953     altos: Add ao_boot_chain to telemega v0.3
16954     
16955     Signed-off-by: Keith Packard <keithp@keithp.com>
16956
16957 commit 1695f6af46ea647119d651fc09c97d604d08c736
16958 Author: Keith Packard <keithp@keithp.com>
16959 Date:   Sat Apr 27 00:26:11 2013 -0700
16960
16961     ao-tools/ao-stmload: Add --verbose flag
16962     
16963     This dumps out the serial communication so you can see where things go wrong.
16964     
16965     Signed-off-by: Keith Packard <keithp@keithp.com>
16966
16967 commit f6d6df03826083a244715b88a30ad681f17b4510
16968 Author: Keith Packard <keithp@keithp.com>
16969 Date:   Sat Apr 27 00:25:36 2013 -0700
16970
16971     altos: Remove stdio from stm-flash
16972     
16973     This saves enough memory to fit in under 4kB
16974     
16975     Signed-off-by: Keith Packard <keithp@keithp.com>
16976
16977 commit a2e0676f476b0e2bdd5102315ebd5904b57f384a
16978 Author: Keith Packard <keithp@keithp.com>
16979 Date:   Sat Apr 27 00:24:08 2013 -0700
16980
16981     altos: Get rodata into flash, make sure sections are aligned
16982     
16983     .rodata* needs to be in flash; otherwise strings get left in ram.
16984     Failing to align sections makes the initialized data get dumped into
16985     the wrong place in memory.
16986     
16987     Signed-off-by: Keith Packard <keithp@keithp.com>
16988
16989 commit 2e092b383d55bcf9e2a230ccfe85052adb18b254
16990 Author: Keith Packard <keithp@keithp.com>
16991 Date:   Sat Apr 27 00:23:14 2013 -0700
16992
16993     altos: Make stm-bringup build again
16994     
16995     stm requires AO_BOOT_LOADER_BASE now
16996     
16997     Signed-off-by: Keith Packard <keithp@keithp.com>
16998
16999 commit 0b1797312b34ba2b8121f82605f8d2c419167737
17000 Author: Keith Packard <keithp@keithp.com>
17001 Date:   Sat Apr 27 00:20:47 2013 -0700
17002
17003     altos: Run self loader when application sets boot addr to 0
17004     
17005     This causes the flash loader startup code to fall into the loader when
17006     the application sets the boot address to zero.
17007     
17008     Signed-off-by: Keith Packard <keithp@keithp.com>
17009
17010 commit e2412e867138635d79ea0fa8d43efc0a6aa19784
17011 Author: Keith Packard <keithp@keithp.com>
17012 Date:   Sat Apr 27 00:19:13 2013 -0700
17013
17014     altos: Allow STM usb driver to be used without stdio
17015     
17016     This lets the self flashing loader be linked without any of the stdio
17017     code, which saves a bunch of memory.
17018     
17019     Signed-off-by: Keith Packard <keithp@keithp.com>
17020
17021 commit afad5ae893a48785f3b50ff4125dc78648343a2d
17022 Author: Keith Packard <keithp@keithp.com>
17023 Date:   Mon Apr 22 20:08:35 2013 -0600
17024
17025     altos/stm-flash: Check target flash address against AO_BOOT_APPLICATION_BASE
17026     
17027     Allows that value to change
17028     
17029     Signed-off-by: Keith Packard <keithp@keithp.com>
17030
17031 commit 9ae987073f90402821120dbe962fceb4fc9f5435
17032 Author: Keith Packard <keithp@keithp.com>
17033 Date:   Mon Apr 22 20:59:12 2013 -0500
17034
17035     ao-tools/ao-stmload: application base moved to 0x08001000
17036     
17037     And, use a symbolic name so it can be easily moved in the future
17038     
17039     Signed-off-by: Keith Packard <keithp@keithp.com>
17040
17041 commit 9029722708b54826aa9374555470cb40922c5da5
17042 Author: Keith Packard <keithp@keithp.com>
17043 Date:   Mon Apr 22 20:56:00 2013 -0500
17044
17045     ao-tools: reboot to loader now uses 'X' instead of 'L'
17046     
17047     'L' is used by lots of other commands; switch to 'X' which is free.
17048     
17049     Sigh. Someday we'll have words for commands instead of just letters
17050     
17051     Signed-off-by: Keith Packard <keithp@keithp.com>
17052
17053 commit dfc268e0021e1cd3045f73339a749d292a6a6300
17054 Author: Keith Packard <keithp@keithp.com>
17055 Date:   Mon Apr 22 20:35:57 2013 -0500
17056
17057     altos: Use flash loader on all STM products
17058     
17059     Includes the boot chain stuff
17060     
17061     Signed-off-by: Keith Packard <keithp@keithp.com>
17062
17063 commit 8ded61d59888c79ef1f94e664b5fb770841a801a
17064 Author: Keith Packard <keithp@keithp.com>
17065 Date:   Mon Apr 22 20:33:33 2013 -0500
17066
17067     altos/stm: Provide another 4kB of flash space for apps
17068     
17069     With the flash loader now < 4kB, we can use the spare 4kB for applications
17070     
17071     Signed-off-by: Keith Packard <keithp@keithp.com>
17072
17073 commit 6cd015b8b6b02bd8e0ce28f248426ae75c242b53
17074 Author: Keith Packard <keithp@keithp.com>
17075 Date:   Mon Apr 22 20:32:18 2013 -0500
17076
17077     altos/stm: Shrink stm flash loader to < 4kB
17078     
17079     Saves 4kB of flash space for applications.
17080     
17081     Signed-off-by: Keith Packard <keithp@keithp.com>
17082
17083 commit 02681adbc5919bd3713788da352aa36ace619ef4
17084 Author: Keith Packard <keithp@keithp.com>
17085 Date:   Mon Apr 22 20:30:31 2013 -0500
17086
17087     altos/stm: Allow core timer to be excluded from build
17088     
17089     This removes all of the support for the base 100Hz timer from the
17090     system, saving space when not needed
17091     
17092     Signed-off-by: Keith Packard <keithp@keithp.com>
17093
17094 commit a453e2245996854e722346789f972fd088e33ba8
17095 Author: Keith Packard <keithp@keithp.com>
17096 Date:   Mon Apr 22 20:29:56 2013 -0500
17097
17098     altos/stm: Don't define task macros when not tasking
17099     
17100     The necessary data structures aren't defined in this case.
17101     
17102     Signed-off-by: Keith Packard <keithp@keithp.com>
17103
17104 commit 8d0f4bc23eae4f1e085bfb853c995f1fb6b8b594
17105 Author: Keith Packard <keithp@keithp.com>
17106 Date:   Mon Apr 22 20:27:52 2013 -0500
17107
17108     altos: Eliminate stdio looping when system has a single stdio source
17109     
17110     No need to loop if there's only one
17111     
17112     Signed-off-by: Keith Packard <keithp@keithp.com>
17113
17114 commit 6f3bbb11880f45284f1f094990ffa32a66bf4560
17115 Author: Keith Packard <keithp@keithp.com>
17116 Date:   Mon Apr 22 20:24:48 2013 -0500
17117
17118     altos: Move ao_notask to core
17119     
17120     The STM flash loader wants to be taskless too, share this very simple
17121     implementation of sleep/wakeup.
17122     
17123     Signed-off-by: Keith Packard <keithp@keithp.com>
17124
17125 commit 21356aec543dd85426a52469426351ce006a17dd
17126 Author: Keith Packard <keithp@keithp.com>
17127 Date:   Sun Mar 24 16:16:55 2013 -0700
17128
17129     ao-tools/ao-stmload: Remove IRC dregs in source code
17130     
17131     oops.
17132     
17133     Signed-off-by: Keith Packard <keithp@keithp.com>
17134
17135 commit 9df4e874b2785aec4aecce2f767543ee9f638b4f
17136 Author: Keith Packard <keithp@keithp.com>
17137 Date:   Sun Mar 24 16:15:21 2013 -0700
17138
17139     altosui/altoslib: Move more flashing code from altosui to altoslib
17140     
17141     Required a bit of refactoring to eliminate swing types from the
17142     flashing code, but nothing major.
17143     
17144     Signed-off-by: Keith Packard <keithp@keithp.com>
17145
17146 commit 09e0c304b420a12fa1616005db946523c6e5bef1
17147 Author: Keith Packard <keithp@keithp.com>
17148 Date:   Sun Mar 24 16:01:08 2013 -0700
17149
17150     altosui & altoslib: Move a pile of debug/programming bits to altoslib
17151     
17152     Prepare to create external Java utilities to flash devices
17153     
17154     Signed-off-by: Keith Packard <keithp@keithp.com>
17155
17156 commit 9acd488c5f945511f813d84c3c6f69846d4601e8
17157 Author: Keith Packard <keithp@keithp.com>
17158 Date:   Sun Mar 24 15:35:15 2013 -0700
17159
17160     altosui: Support 32-bit ihx files
17161     
17162     This just borrows the same 32-bit ihx parsing changes from ao-tools.
17163     
17164     Signed-off-by: Keith Packard <keithp@keithp.com>
17165
17166 commit c9ba2d17b979410acfa41f9954674757f7f321fc
17167 Author: Keith Packard <keithp@keithp.com>
17168 Date:   Sun Mar 24 15:33:31 2013 -0700
17169
17170     ao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing
17171     
17172     This splits loading into ELF and IHX paths, and splits flashing into
17173     stlink and self-flashing paths.
17174     
17175     Signed-off-by: Keith Packard <keithp@keithp.com>
17176
17177 commit 1f30b1f14dbab6e6ea94177e459c80732e31e433
17178 Author: Keith Packard <keithp@keithp.com>
17179 Date:   Sun Mar 24 15:30:24 2013 -0700
17180
17181     ao-tools/lib: Add loading support for 32-bit ihx files
17182     
17183     These place the upper 16 bits of the address in a special record. That
17184     requires handling records in file order, so don't sort them in address
17185     order anymore, instead find the bounds of the loaded data by scanning
17186     them all.
17187     
17188     Signed-off-by: Keith Packard <keithp@keithp.com>
17189
17190 commit 7d98fc5d3f106f3063608a2e5c69d9359061437a
17191 Author: Keith Packard <keithp@keithp.com>
17192 Date:   Sun Mar 24 15:27:42 2013 -0700
17193
17194     altos/stm: Add comments to the .ld files explaining how the romconfig stuff works
17195     
17196     Would be nice to be able to explicitly define addresses for the
17197     romconfig variables, but I can't figure out how to make that
17198     work. Instead, just explicitly load the files in teh right order to
17199     make things land in the right places.
17200     
17201     Signed-off-by: Keith Packard <keithp@keithp.com>
17202
17203 commit ab1cbc0f51ddf897a3a7a768862d9dfe26a6c14d
17204 Author: Keith Packard <keithp@keithp.com>
17205 Date:   Sun Mar 24 15:26:26 2013 -0700
17206
17207     altos/stm: Add .elf to .ihx rule
17208     
17209     Uses objcopy -O ihex to extract the initialized bits from an elf file
17210     
17211     Signed-off-by: Keith Packard <keithp@keithp.com>
17212
17213 commit 9362d400d06aa3badfc826d8edbd7c55406b4f7d
17214 Author: Keith Packard <keithp@keithp.com>
17215 Date:   Sun Mar 24 15:24:42 2013 -0700
17216
17217     altos: Switch ao_stm_flash to read/write binary blocks
17218     
17219     Change from development testing code to something that actually reads
17220     and writes data from the USB link.
17221     
17222     Signed-off-by: Keith Packard <keithp@keithp.com>
17223
17224 commit a3f668e71751608ea2e38519003446bc6ceb348f
17225 Author: Keith Packard <keithp@keithp.com>
17226 Date:   Sun Mar 24 15:21:58 2013 -0700
17227
17228     altos: Create ihx version of stm-demo
17229     
17230     Both ao-stmload and the eventual java loader will support ihx files.
17231     
17232     Signed-off-by: Keith Packard <keithp@keithp.com>
17233
17234 commit 5db4d5e5b1272b161102e889e65b9c7bc7928352
17235 Author: Keith Packard <keithp@keithp.com>
17236 Date:   Sat Mar 23 02:23:03 2013 -0700
17237
17238     altos: Add erase command to stm-flash app. Validate addresses.
17239     
17240     This also leaves the code writing fixed values and printing read data
17241     in ascii instead of binary. Useful for debugging, will want changing
17242     for the product.
17243     
17244     Signed-off-by: Keith Packard <keithp@keithp.com>
17245
17246 commit ac6b4fca0970faa0a537a813242585693b839469
17247 Author: Keith Packard <keithp@keithp.com>
17248 Date:   Sat Mar 23 02:21:27 2013 -0700
17249
17250     altos: Fix STM flash programming
17251     
17252     Wait for flash to go non-busy after writing or erasing a page and
17253     before jumping back out of the RAM code.
17254     
17255     Export a separate 'erase' operation for testing.
17256     
17257     Re-lock flash after every operation.
17258     
17259     Signed-off-by: Keith Packard <keithp@keithp.com>
17260
17261 commit 35ef1f17e3efaa6d586ab7bb301f8133d52023b6
17262 Author: Keith Packard <keithp@keithp.com>
17263 Date:   Sat Mar 23 02:18:55 2013 -0700
17264
17265     altos: Validate boot chain start address
17266     
17267     If the first block of boot memory has been smashed, and the start
17268     address is bogus, don't bother trying to jump to the
17269     application. This makes the system more resiliant to flash failures,
17270     presuming the loader erases the first block, programs the other blocks
17271     and then finally comes back to program the first block.
17272     
17273     Signed-off-by: Keith Packard <keithp@keithp.com>
17274
17275 commit db7f17980c303e442f88c8a4168351dbc2c0b1a0
17276 Author: Keith Packard <keithp@keithp.com>
17277 Date:   Sat Mar 23 02:17:04 2013 -0700
17278
17279     altos: Mark .boot section as (NOLOAD)
17280     
17281     For some reason, the silly linker marks things in section .boot as
17282     data rather than bss, so they'd end up initialized by default. Force
17283     them to be NOLOAD so they preserve values across reboot so that boot
17284     chaining works properly.
17285     
17286     Signed-off-by: Keith Packard <keithp@keithp.com>
17287
17288 commit efc0898d824ebd0abe0b088ed9a8b40c34623ab7
17289 Author: Keith Packard <keithp@keithp.com>
17290 Date:   Sat Mar 23 02:15:35 2013 -0700
17291
17292     altos: Fix up stm-flash output file name. Use discovery LED pins
17293     
17294     Include the AltOS version in the file name, just like any other AltOS
17295     program.
17296     
17297     Switch the LEDs to the discovery board as we're using
17298     that. Eventually, we'll stop using LEDs entirely.
17299     
17300     Signed-off-by: Keith Packard <keithp@keithp.com>
17301
17302 commit 4bc55ee8fabc9f4c997c2a515d74baada590c93e
17303 Author: Keith Packard <keithp@keithp.com>
17304 Date:   Mon Mar 11 18:14:28 2013 -0700
17305
17306     altos: Add actual flashing functions to stm-flash app
17307     
17308     Signed-off-by: Keith Packard <keithp@keithp.com>
17309
17310 commit b1a43ce313c85cb7f8f16f7f0647d9d4320ba692
17311 Author: Keith Packard <keithp@keithp.com>
17312 Date:   Mon Mar 11 13:21:04 2013 -0700
17313
17314     altos: Clean up boot loader support
17315     
17316     Split out code into separate files.
17317     Add support for getting back to boot loader from application.
17318     
17319     Signed-off-by: Keith Packard <keithp@keithp.com>
17320
17321 commit 56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc
17322 Author: Keith Packard <keithp@keithp.com>
17323 Date:   Mon Mar 11 00:01:52 2013 -0700
17324
17325     altos: Add program flash function
17326     
17327     And get it loaded to RAM so it can execute correctly.
17328     
17329     Nothing calls it yet...
17330     
17331     Signed-off-by: Keith Packard <keithp@keithp.com>
17332
17333 commit c9c35b100c3fcae661501d2bf89eedc7fceb2e1c
17334 Author: Keith Packard <keithp@keithp.com>
17335 Date:   Sun Mar 10 21:02:59 2013 -0700
17336
17337     altos: Make stm-flash capable of switching to application
17338     
17339     This shrinks the base OS load down a bit as well so that stm-flash
17340     fits comfortably in the first 8kB of memory.
17341     
17342     Signed-off-by: Keith Packard <keithp@keithp.com>
17343
17344 commit a6887032b4d217bca5236ea15389218f10d69545
17345 Author: Keith Packard <keithp@keithp.com>
17346 Date:   Sun Feb 24 00:18:14 2013 -0800
17347
17348     Add STM self-flashing loader
17349     
17350     This allows the real application to get loaded at 0x2000 and jumps to
17351     that at startup time if the boot pin is set appropriately
17352     
17353     Signed-off-by: Keith Packard <keithp@keithp.com>
17354
17355 commit 887209b61ac3012d0fd2206cf1016c44f59cb432
17356 Author: Keith Packard <keithp@keithp.com>
17357 Date:   Tue May 7 19:29:06 2013 -0700
17358
17359     altos: Sanity check barometer before going to pad mode
17360     
17361     Make sure the barometer is reporting some sensible value before
17362     letting TM try to fly the rocket.
17363     
17364     Signed-off-by: Keith Packard <keithp@keithp.com>
17365
17366 commit 802ca114ca064a9dd557a82e992653b145f8e660
17367 Author: Keith Packard <keithp@keithp.com>
17368 Date:   Tue May 7 19:28:07 2013 -0700
17369
17370     altos: Elide M25 debug output from storage info command
17371     
17372     This is just chip-specific info that no UI actually needs. It takes a
17373     bunch of ROM to write it though, making TeleMetrum not have much space left.
17374     
17375     Signed-off-by: Keith Packard <keithp@keithp.com>
17376
17377 commit 3876b5bfad383119339aea51e2cf301012a1f991
17378 Author: Keith Packard <keithp@keithp.com>
17379 Date:   Mon May 6 16:08:52 2013 -0700
17380
17381     altos: Set APRS deviation to 3kHz
17382     
17383     I finally found a bunch of references to APRS on the net and they all
17384     appear to assume a 3kHz deviation. Let's see if this works better with
17385     Yaesu radios.
17386     
17387     Signed-off-by: Keith Packard <keithp@keithp.com>
17388
17389 commit 4458b5a3cd3f88188c820cd0763f4e1d99fff311
17390 Author: Keith Packard <keithp@keithp.com>
17391 Date:   Fri May 3 01:07:06 2013 -0700
17392
17393     altos/test: Fix warning in ao_aprs_test
17394     
17395     Was not forward-declaring ao_radio_send_aprs, causing a warning
17396     
17397     Signed-off-by: Keith Packard <keithp@keithp.com>
17398
17399 commit 091582c446319fe4a79154153ece5372b2faec83
17400 Author: Keith Packard <keithp@keithp.com>
17401 Date:   Wed May 1 08:58:17 2013 -0700
17402
17403     altos: Use SYSTICK on STM32L
17404     
17405     It's probably more power efficient than using one of the timers, and
17406     it's certainly easier to configure.
17407     
17408     Signed-off-by: Keith Packard <keithp@keithp.com>
17409
17410 commit b7b0ddfddee3f8e21f21d67cd9f522fa50777265
17411 Author: Keith Packard <keithp@keithp.com>
17412 Date:   Wed May 1 08:56:57 2013 -0700
17413
17414     altos: Mark GPS telemetry packets with GPS time stamp
17415     
17416     This provides a reasonable accurate indication of the system time when
17417     the GPS location data was received, and also makes sure GPS packets
17418     get some timestamp when no other telemetry is being transmitted.
17419     
17420     Signed-off-by: Keith Packard <keithp@keithp.com>
17421
17422 commit 6a6a5d0afa646564a9277ad3bd80c4225247a27b
17423 Author: Keith Packard <keithp@keithp.com>
17424 Date:   Tue Apr 30 20:25:20 2013 -0700
17425
17426     altoslib: Update GPS state even if new state is unlocked
17427     
17428     Otherwise, we can't see fine GPS details while GPS is unlocked, and
17429     that's annoying
17430     
17431     Signed-off-by: Keith Packard <keithp@keithp.com>
17432
17433 commit 1e9b405e939136d25d937334d1f14f06c7d6127b
17434 Author: Keith Packard <keithp@keithp.com>
17435 Date:   Tue Apr 30 19:04:26 2013 -0700
17436
17437     altos: Use separate exception stack on STM32L
17438     
17439     This reserves 512 bytes of memory for a stack, then makes sure that
17440     exceptions continue to use that stack while processes use the per-task
17441     stack.
17442     
17443     Signed-off-by: Keith Packard <keithp@keithp.com>
17444
17445 commit ac72d1c298fc553808a8e04a65482d4990f177d7
17446 Author: Keith Packard <keithp@keithp.com>
17447 Date:   Tue Apr 30 18:57:53 2013 -0700
17448
17449     altos: Reduce stack usage of FAT driver and logger
17450     
17451     Move some large stack arrays to static storage.
17452     Also eliminates some printf error messages which don't seem that
17453     useful except for debugging.
17454     
17455     Signed-off-by: Keith Packard <keithp@keithp.com>
17456
17457 commit df70e3e87874d80516c6d43cfe745d511d54f206
17458 Author: Keith Packard <keithp@keithp.com>
17459 Date:   Tue Apr 30 00:12:44 2013 -0700
17460
17461     altos: Open up the DVGA gain to use all of the available settings
17462     
17463     We usually work in RF quiet areas; let the AGC hardware try all of the
17464     available gain settings.
17465     
17466     Signed-off-by: Keith Packard <keithp@keithp.com>
17467
17468 commit e18910659e56ea52ee493d8cc4bce4b219d5bb75
17469 Author: Keith Packard <keithp@keithp.com>
17470 Date:   Tue Apr 30 00:06:08 2013 -0700
17471
17472     altos: Stop using telelco v0.2 top LEDS for radio TX/RX
17473     
17474     The top LEDs are now used for signal strength; a red LED indicates
17475     failed communcations, so we don't need to blink stuff and annoy the user.
17476     
17477     Signed-off-by: Keith Packard <keithp@keithp.com>
17478
17479 commit 8744fd5d541955b0920c7d8e2696039cdcfdf1dc
17480 Author: Keith Packard <keithp@keithp.com>
17481 Date:   Tue Apr 30 00:05:33 2013 -0700
17482
17483     altos: Make cc1120 driver return false on recv timeout
17484     
17485     Was returning an uninitialized value, which was often not zero
17486     
17487     Signed-off-by: Keith Packard <keithp@keithp.com>
17488
17489 commit 4fe42801f42f2fc2688555f4585dbebc28bb2d61
17490 Author: Keith Packard <keithp@keithp.com>
17491 Date:   Mon Apr 29 23:53:43 2013 -0700
17492
17493     altos: Reconfigure CC1120 receiver to match our usage
17494     
17495     Open up the AGC to the full range.
17496     Set the AGC ref based on our receive BW (100kHz).
17497     
17498     Signed-off-by: Keith Packard <keithp@keithp.com>
17499
17500 commit eb0e1720be2aa4fb6729ceada09c18947bfee2bc
17501 Author: Keith Packard <keithp@keithp.com>
17502 Date:   Mon Apr 29 23:20:25 2013 -0700
17503
17504     altos: Compute "real" RSSI value in radio code as needed
17505     
17506     Instead of dragging around the weird CC1111 RSSI values, just compute
17507     a dBm value in a signed 8-bit integer, ao_radio_rssi. Use that
17508     everywhere we need RSSI internally. We leave the weird CC1111 value in
17509     the packet reply as that's what the host expects.
17510     
17511     Signed-off-by: Keith Packard <keithp@keithp.com>
17512
17513 commit 949700f276b80b4eb28f15b5559714f430f227f1
17514 Author: Keith Packard <keithp@keithp.com>
17515 Date:   Mon Apr 29 20:24:16 2013 -0700
17516
17517     altosdroid: Add Notebook entry for reloading telem data option
17518     
17519     This lets the user recover the rocket flight data after stopping the
17520     application but before recovering the rocket.
17521     
17522     Signed-off-by: Keith Packard <keithp@keithp.com>
17523
17524 commit c9f2e6471c11a1f9feb183e05f24c53968098bdb
17525 Author: Keith Packard <keithp@keithp.com>
17526 Date:   Sun Apr 28 23:30:29 2013 -0700
17527
17528     altos: More .gitignore bits
17529     
17530     stm-demo
17531     
17532     Signed-off-by: Keith Packard <keithp@keithp.com>
17533
17534 commit ab99d71c4ba97a28ee463170d10712b2de94dc50
17535 Author: Keith Packard <keithp@keithp.com>
17536 Date:   Sun Apr 28 23:27:32 2013 -0700
17537
17538     altos: Add a bunch of .gitignore files
17539     
17540     Ignore ao_product.h and built binaries
17541     
17542     Signed-off-by: Keith Packard <keithp@keithp.com>
17543
17544 commit 85d32468210c9989ae52bd29f883c4380af43961
17545 Author: Keith Packard <keithp@keithp.com>
17546 Date:   Sun Apr 28 23:25:37 2013 -0700
17547
17548     altos: Add ublox checksum app to generate ublox config lines
17549     
17550     Signed-off-by: Keith Packard <keithp@keithp.com>
17551
17552 commit 257500776935b5950cd7c49f9c799b3174d9232d
17553 Author: Keith Packard <keithp@keithp.com>
17554 Date:   Sun Apr 28 23:22:41 2013 -0700
17555
17556     altos: Add .gitignore to kalman test dir
17557
17558 commit 5a77a62bce5e5ab5998f24588839f3c8a1cc6221
17559 Author: Keith Packard <keithp@keithp.com>
17560 Date:   Sun Apr 28 23:21:17 2013 -0700
17561
17562     altos: Build test framework for kalman filter
17563     
17564     This has some known flight data and generates kalman filter
17565     information for them to test
17566     
17567     Signed-off-by: Keith Packard <keithp@keithp.com>
17568
17569 commit 24a03d0c64fc0b56ad5ccfd6588aa47690ea2a65
17570 Author: Keith Packard <keithp@keithp.com>
17571 Date:   Sun Apr 28 23:15:28 2013 -0700
17572
17573     altos: Ignore ao_aes_test binary
17574     
17575     Signed-off-by: Keith Packard <keithp@keithp.com>
17576
17577 commit e2c697af790d53c68154facc19e4096aed5de798
17578 Author: Keith Packard <keithp@keithp.com>
17579 Date:   Sun Apr 28 23:14:50 2013 -0700
17580
17581     altos/test: Add telemega plot helper script
17582     
17583     Signed-off-by: Keith Packard <keithp@keithp.com>
17584
17585 commit 086217bbde6d549cad61bdde728c75d29023d1c6
17586 Author: Keith Packard <keithp@keithp.com>
17587 Date:   Sun Apr 28 23:11:27 2013 -0700
17588
17589     altos: Add nickle micropeak log parsing code
17590     
17591     I think this was just some debugging stuff, but it doesn't seem useless
17592     
17593     Signed-off-by: Keith Packard <keithp@keithp.com>
17594
17595 commit 5d46d26d714cc172b5ea493478d9dd3cad323152
17596 Author: Keith Packard <keithp@keithp.com>
17597 Date:   Sun Apr 28 23:09:54 2013 -0700
17598
17599     altos: Add telelco-v0.2 project
17600     
17601     Signed-off-by: Keith Packard <keithp@keithp.com>
17602
17603 commit 38d4110e59a44687d8a4743b8cd04cbf2761c9d8
17604 Author: Keith Packard <keithp@keithp.com>
17605 Date:   Sun Apr 28 23:08:03 2013 -0700
17606
17607     altos: Allow LCD segments to not be multiplexed across digits
17608     
17609     This allows each LCD segment to be individually configured as to which
17610     COM and which SEG drives it, permitting maximum flexibility in wiring.
17611     
17612     Signed-off-by: Keith Packard <keithp@keithp.com>
17613
17614 commit f09b2fc7fcfb1b3dcb1a46a8b9856092dd59866b
17615 Author: Keith Packard <keithp@keithp.com>
17616 Date:   Sun Apr 28 23:05:18 2013 -0700
17617
17618     altos: Clear any broken cc1120 TX fifo bits before transmitting
17619     
17620     This just goes and clears the transmitter before using it, just in
17621     case it got wedged somehow. It also clears the bits while waiting for
17622     the radio to go idle, otherwise it'd never make it.
17623     
17624     Signed-off-by: Keith Packard <keithp@keithp.com>
17625
17626 commit b878ca38045b1bee6ea4d649298727ac3fa197c2
17627 Author: Keith Packard <keithp@keithp.com>
17628 Date:   Sun Apr 28 23:03:57 2013 -0700
17629
17630     altos: Make cc1120 driver wait for TX finished
17631     
17632     Otherwise, we may come in and try to use the radio again too quickly,
17633     causing it to go into a TX fifo error state.
17634     
17635     This change watches the MARC status until the transmitter is
17636     explicitly marked as finished.
17637     
17638     Signed-off-by: Keith Packard <keithp@keithp.com>
17639
17640 commit f677a83348a9568679240ee9d731ab454f289831
17641 Author: Keith Packard <keithp@keithp.com>
17642 Date:   Sun Apr 28 23:02:12 2013 -0700
17643
17644     altos: Provide timeout value to ao_radio_recv
17645     
17646     Instead of using ao_alarm around calls to ao_radio_recv, provide an
17647     explicit timeout value as needed by radio functions with more
17648     complicated system interaction than the cc1111. The timeout is 8 bits
17649     of clock ticks.
17650     
17651     Signed-off-by: Keith Packard <keithp@keithp.com>
17652
17653 commit 0488cd9cffc837e99490a0761216bbc5847ff400
17654 Author: Keith Packard <keithp@keithp.com>
17655 Date:   Sun Apr 28 22:52:23 2013 -0700
17656
17657     altos: Build test framework for AES code
17658     
17659     Simple CBC-CMAC test with a constant 0 key and constant 0 data for now.
17660     
17661     Signed-off-by: Keith Packard <keithp@keithp.com>
17662
17663 commit 3edbaa90fb7cb31fa0bd835a7c6c8930fd6dfeb6
17664 Author: Keith Packard <keithp@keithp.com>
17665 Date:   Sat Apr 27 23:23:33 2013 -0700
17666
17667     altos: Make telemega-v0.3 binary use the right name
17668     
17669     Signed-off-by: Keith Packard <keithp@keithp.com>
17670
17671 commit 168188f6650dc9a777d57f9c7a8ff1be957bc892
17672 Author: Keith Packard <keithp@keithp.com>
17673 Date:   Mon Apr 22 20:23:48 2013 -0500
17674
17675     altos/stm: Remove USB EP0 task
17676     
17677     Handl EP0 actions from interrupt handler. This allows USB to be used
17678     in a taskless environment, like the STM flash loader
17679     
17680     Signed-off-by: Keith Packard <keithp@keithp.com>
17681
17682 commit 0b6128d634c49e1790675ae8111e970b1af1f141
17683 Author: Keith Packard <keithp@keithp.com>
17684 Date:   Sun Mar 24 15:29:32 2013 -0700
17685
17686     ao-tools/lib: Deal with binary USB data in debugging output
17687     
17688     Dump non-ascii characters in hex format.
17689     
17690     Signed-off-by: Keith Packard <keithp@keithp.com>
17691
17692 commit 3cbec0292d5167bce5c23eeea95f7a2d13bccc79
17693 Author: Keith Packard <keithp@keithp.com>
17694 Date:   Sun Mar 24 15:20:09 2013 -0700
17695
17696     altos/stm: Always declare all romconfig variables
17697     
17698     I haven't figured out how to assign addresses for specific initialized
17699     variables, so we'll just have to always declare all of them and make
17700     sure that we add new ones at the end.
17701     
17702     Signed-off-by: Keith Packard <keithp@keithp.com>
17703
17704 commit 4551be8b03a795ece94fd303a1f556c63c0a0096
17705 Author: Keith Packard <keithp@keithp.com>
17706 Date:   Sun Mar 24 15:14:12 2013 -0700
17707
17708     altos: Call ao_task_init before initializing any drivers
17709     
17710     When using task queues, the sleep queues must be initialized before
17711     any invocation of ao_wakeup or the OS will crash. Just make sure
17712     ao_task_init is always invoked early in the task process to get that done.
17713     
17714     Signed-off-by: Keith Packard <keithp@keithp.com>
17715
17716 commit 6dea353e732b6e19586c844796bc3bb848cc92f8
17717 Author: Keith Packard <keithp@keithp.com>
17718 Date:   Sun Mar 10 21:05:34 2013 -0700
17719
17720     altos: Expose ao_put_string function
17721     
17722     This works like puts, except it doesn't add a trailing newline.
17723     
17724     Signed-off-by: Keith Packard <keithp@keithp.com>
17725
17726 commit 1629acba4a63baae2c687ed56a17d02faf45f5e5
17727 Author: Keith Packard <keithp@keithp.com>
17728 Date:   Thu May 2 23:14:02 2013 -0700
17729
17730     Allow build without SDCC
17731     
17732     The AltOS directory handles not building the cc1111 apps when sdcc is
17733     missing already, so don't require it, just whinge if it's missing
17734     
17735     Signed-off-by: Keith Packard <keithp@keithp.com>
17736
17737 commit 7cce6c205e4595894e033ab8f0acc8064bf9f561
17738 Merge: 75f8229 5591509
17739 Author: Bdale Garbee <bdale@gag.com>
17740 Date:   Mon Apr 29 17:24:43 2013 -0600
17741
17742     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
17743
17744 commit 75f8229d4a8d7c9a28ea3d88fda72af0d1f1ccc2
17745 Author: Bdale Garbee <bdale@gag.com>
17746 Date:   Mon Apr 29 17:11:48 2013 -0600
17747
17748     add libssl-dev as a build dep since it's used in FAT filesystem test code
17749
17750 commit f2a8ac537d254cc08c0be9c16bf2d5cc03fd04fc
17751 Author: Bdale Garbee <bdale@gag.com>
17752 Date:   Mon Apr 29 17:06:57 2013 -0600
17753
17754     point to pkgconfig content in /opt/cortex so stlink stuff works
17755
17756 commit 55915098f2668e3a71568d51a9888dc4bdf40992
17757 Author: Keith Packard <keithp@keithp.com>
17758 Date:   Sat Apr 27 16:07:34 2013 -0700
17759
17760     altosdroid: Add wish for persistent TBT and freq settings
17761     
17762     Signed-off-by: Keith Packard <keithp@keithp.com>
17763
17764 commit 38a680e1407a80ff8ad19e1a90dd4e87b22fe922
17765 Author: Keith Packard <keithp@keithp.com>
17766 Date:   Sat Apr 27 00:37:36 2013 -0700
17767
17768     altos: All STM ADC users need to declare HAS_ADC_TEMP
17769     
17770     Otherwise we can't configure the ADC unit correctly at boot time
17771     
17772     Signed-off-by: Keith Packard <keithp@keithp.com>
17773
17774 commit 2717f14567c1fe1bb061024332c8022ef0e06049
17775 Author: Keith Packard <keithp@keithp.com>
17776 Date:   Sat Apr 27 00:36:11 2013 -0700
17777
17778     altos: Build telemega-v0.3 by default
17779     
17780     Signed-off-by: Keith Packard <keithp@keithp.com>
17781
17782 commit cef4e3ee95037050ae859fb2fdc0a57373764bd8
17783 Merge: fefc021 f3ee7de
17784 Author: Keith Packard <keithp@keithp.com>
17785 Date:   Thu Apr 25 22:22:50 2013 -0700
17786
17787     Merge remote-tracking branch 'origin/master'
17788
17789 commit fefc021045089ffd00d03e4c4e6cf42a13692828
17790 Author: Keith Packard <keithp@keithp.com>
17791 Date:   Thu Apr 25 22:21:26 2013 -0700
17792
17793     altos: Add TeleMega v0.3 support
17794     
17795     Includes adding SPI support to the MPU6000 driver
17796     
17797     Signed-off-by: Keith Packard <keithp@keithp.com>
17798
17799 commit 38206dd71e70565ded505a1e86257cd49b10bf9b
17800 Author: Keith Packard <keithp@keithp.com>
17801 Date:   Thu Apr 25 21:27:03 2013 -0700
17802
17803     altos: Add MR25 everspin MRAM driver
17804     
17805     Signed-off-by: Keith Packard <keithp@keithp.com>
17806
17807 commit 4ed83e34d1163c7fae0a205528c60dc83973082a
17808 Author: Keith Packard <keithp@keithp.com>
17809 Date:   Thu Apr 25 21:25:39 2013 -0700
17810
17811     altos: Make SD card driver compile without radio support
17812     
17813     The SD card driver blocks the radio when trying to access the card as
17814     that operation appears very sensitive to RFI. This fix makes the
17815     driver work when there *isn't* a radio driver in the same device.
17816     
17817     Signed-off-by: Keith Packard <keithp@keithp.com>
17818
17819 commit f3ee7deb6b2fbae7e3c66fe0af0cba36378793f1
17820 Author: Bdale Garbee <bdale@gag.com>
17821 Date:   Thu Apr 25 00:26:39 2013 -0600
17822
17823     document need for an ARM Cortex toolchain in /opt/cortex, point to build docs
17824
17825 commit 90b0db1ae53182c94bf12d661446fc369d916366
17826 Author: Keith Packard <keithp@keithp.com>
17827 Date:   Mon Apr 22 15:53:04 2013 -0500
17828
17829     Re-add telemega outline pictures
17830     
17831     after the great renaming
17832     
17833     Signed-off-by: Keith Packard <keithp@keithp.com>
17834
17835 commit e9a6c4f71e02bb0073dcd030de735904494da81f
17836 Author: Keith Packard <keithp@keithp.com>
17837 Date:   Mon Apr 22 15:15:03 2013 -0500
17838
17839     altos: Re-generate TeleMega bits
17840     
17841     Lost in the great megametrum rename
17842     
17843     Signed-off-by: Keith Packard <keithp@keithp.com>
17844
17845 commit aa7eac32adf4c2cdf441991d02411758f2682d1e
17846 Author: Bdale Garbee <bdale@gag.com>
17847 Date:   Mon Apr 22 13:00:26 2013 -0600
17848
17849     name change from MegaMetrum to TeleMega
17850
17851 commit 8c05f608c8f103649c1e5ec0d5742621e233af78
17852 Author: Keith Packard <keithp@keithp.com>
17853 Date:   Mon Apr 22 11:06:36 2013 -0500
17854
17855     Move cortex toolchain to /opt/cortex
17856     
17857     Signed-off-by: Keith Packard <keithp@keithp.com>
17858
17859 commit 6f92ab336a258e8b1ddf58de33d6883251b9532d
17860 Author: Keith Packard <keithp@keithp.com>
17861 Date:   Sun Apr 21 21:04:50 2013 -0500
17862
17863     altosdroid: Add request for sat images to AltosDroid Notebook
17864     
17865     Signed-off-by: Keith Packard <keithp@keithp.com>
17866
17867 commit 045da152fae82712b937bc81f02c9531e042cbe0
17868 Author: Keith Packard <keithp@keithp.com>
17869 Date:   Sun Apr 21 20:53:14 2013 -0500
17870
17871     altosdroid: Add a few more Notebook entries
17872     
17873     Signed-off-by: Keith Packard <keithp@keithp.com>
17874
17875 commit 27afe30176051fca816d85c1be265ac663ef851c
17876 Author: Mike Beattie <mike@ethernal.org>
17877 Date:   Mon Apr 22 13:50:35 2013 +1200
17878
17879     altosdroid: Bump APK version, and re-upload.
17880     
17881     Didn't re-build altoslib for the previous APK!
17882     
17883     Signed-off-by: Mike Beattie <mike@ethernal.org>
17884
17885 commit 759376cd0aac61c5afce31aed27ef98aba791173
17886 Author: Mike Beattie <mike@ethernal.org>
17887 Date:   Mon Apr 22 13:50:13 2013 +1200
17888
17889     altos: update .gitignore files
17890     
17891     Signed-off-by: Mike Beattie <mike@ethernal.org>
17892
17893 commit b4ffb3ed36fc8696603616bf5f31b07fb3829614
17894 Author: Bdale Garbee <bdale@gag.com>
17895 Date:   Sat Apr 20 23:55:06 2013 -0600
17896
17897     document my snazzy new 4-pin to MM v0.1 debug cable
17898
17899 commit 45d638634e389bab61b0ee792420609eb8a9ad97
17900 Author: Keith Packard <keithp@keithp.com>
17901 Date:   Sat Apr 20 22:30:23 2013 -0500
17902
17903     altosdroid: Add Notebook to track feature requests
17904     
17905     Signed-off-by: Keith Packard <keithp@keithp.com>
17906
17907 commit 2e28d3541b8da31ebef5a199baf8f544d238298e
17908 Author: Keith Packard <keithp@keithp.com>
17909 Date:   Sat Apr 20 22:16:28 2013 -0500
17910
17911     libaltos: Delay after opening bluetooth device on linux
17912     
17913     Writes immediately after the open disappear sometimes.
17914     
17915     Signed-off-by: Keith Packard <keithp@keithp.com>
17916
17917 commit 02a564bbc3a23b4f90685e8b29083ddb3e4b3563
17918 Author: Keith Packard <keithp@keithp.com>
17919 Date:   Sat Apr 20 22:05:01 2013 -0500
17920
17921     libaltos: Try Bluetooth open 5 times on EBUSY
17922     
17923     After closing Bluetooth, it can take a second before the device is up
17924     for another connection. Hang around retrying a few times.
17925     
17926     Signed-off-by: Keith Packard <keithp@keithp.com>
17927
17928 commit 6348186397dbef6da912586cea58d6663c511501
17929 Author: Keith Packard <keithp@keithp.com>
17930 Date:   Sat Apr 20 21:40:47 2013 -0500
17931
17932     doc: Start filling in details about Altos Droid flight monitoring
17933     
17934     This is almost all identical to AltosUI; I think we'll want to share
17935     the two sections.
17936     
17937     Signed-off-by: Keith Packard <keithp@keithp.com>
17938
17939 commit 0d49c16c6c33264952854b9f24bc737d92036449
17940 Author: Keith Packard <keithp@keithp.com>
17941 Date:   Sat Apr 20 17:38:15 2013 -0500
17942
17943     doc: Add a bunch of Altos Droid material to the docs
17944     
17945     Signed-off-by: Keith Packard <keithp@keithp.com>
17946
17947 commit 6055ee0b7fb99f1b41ece8ba912bdd201ea35b1b
17948 Author: Mike Beattie <mike@ethernal.org>
17949 Date:   Sun Apr 21 14:52:56 2013 +1200
17950
17951     altosdroid: Release v1.2, push to play store.
17952     
17953     Signed-off-by: Mike Beattie <mike@ethernal.org>
17954
17955 commit 49caac78786014d443d9c05f47b5eb3070ec9bd3
17956 Merge: 5b7bbf1 cbf38c5
17957 Author: Mike Beattie <mike@ethernal.org>
17958 Date:   Sun Apr 21 14:51:07 2013 +1200
17959
17960     Merge branch 'altosdroid'
17961
17962 commit cbf38c557a2046b6d6af3a9aebc0cef8e0dc5f11
17963 Author: Mike Beattie <mike@ethernal.org>
17964 Date:   Sun Apr 21 14:46:41 2013 +1200
17965
17966     altosdroid: Make the service class implement locationlistener
17967     
17968     Signed-off-by: Mike Beattie <mike@ethernal.org>
17969
17970 commit c5b31a14e1ceeb9a33e0016f345832344d24ced7
17971 Author: Mike Beattie <mike@ethernal.org>
17972 Date:   Sun Apr 21 14:44:07 2013 +1200
17973
17974     altosdroid: fix up 'send last' code.
17975     
17976     Signed-off-by: Mike Beattie <mike@ethernal.org>
17977
17978 commit cc674d8f991a3a055236ad8b51fecd99080540e1
17979 Author: Mike Beattie <mike@ethernal.org>
17980 Date:   Sun Apr 21 14:41:50 2013 +1200
17981
17982     altosdroid: check for mAltosVoice being null.
17983     
17984     Signed-off-by: Mike Beattie <mike@ethernal.org>
17985
17986 commit 7701e142f9e3a81c536c546c9a0abfb3ba709abc
17987 Author: Mike Beattie <mike@ethernal.org>
17988 Date:   Sun Apr 21 14:41:28 2013 +1200
17989
17990     altosdroid: set tab height based on screen density.
17991     
17992     Signed-off-by: Mike Beattie <mike@ethernal.org>
17993
17994 commit a9e02e32cb10e5b5f17cd555bb28fdc205ac3612
17995 Author: Mike Beattie <mike@ethernal.org>
17996 Date:   Sun Apr 21 14:40:58 2013 +1200
17997
17998     altosdroid: Add filters for TeleBT bluetooth devices.
17999     
18000     Signed-off-by: Mike Beattie <mike@ethernal.org>
18001
18002 commit b0d6e2000d1b48859f5a276a5af254cc1a6cc9ad
18003 Author: Mike Beattie <mike@ethernal.org>
18004 Date:   Sun Apr 21 14:40:33 2013 +1200
18005
18006     altosdroid: incorrect property syntax in pad xml
18007     
18008     Signed-off-by: Mike Beattie <mike@ethernal.org>
18009
18010 commit d1ca6b5805cb5e934e013463448b75dd4a3c864f
18011 Author: Mike Beattie <mike@ethernal.org>
18012 Date:   Sun Apr 21 14:40:03 2013 +1200
18013
18014     altosdroid: whitespace and import tidyup
18015     
18016     Signed-off-by: Mike Beattie <mike@ethernal.org>
18017
18018 commit ecfc8a08147cfd179b341475333d68a39c978f0f
18019 Author: Keith Packard <keithp@keithp.com>
18020 Date:   Sat Apr 20 17:16:50 2013 -0500
18021
18022     altosdroid: Update distance/bearing on map tab
18023     
18024     Signed-off-by: Keith Packard <keithp@keithp.com>
18025
18026 commit 5b7bbf183e558330d27702aa1bebf205f0e094aa
18027 Author: Bdale Garbee <bdale@gag.com>
18028 Date:   Sat Apr 20 12:22:38 2013 -0600
18029
18030     improve text in telebt turn-on script
18031
18032 commit ff332e640b27c6be37dabef58ebac350ac2347b2
18033 Merge: b300060 87d6ed2
18034 Author: Keith Packard <keithp@keithp.com>
18035 Date:   Wed Apr 17 10:41:05 2013 -0700
18036
18037     Merge branch 'master' into droid-gps
18038
18039 commit b3000609e4010ff4d29debe72ea1866e775af539
18040 Author: Keith Packard <keithp@keithp.com>
18041 Date:   Wed Apr 17 10:38:54 2013 -0700
18042
18043     altosdroid: Fix integer formatting in tabs
18044     
18045     Was trying to use AltosDroid.number for integers, which didn't work as
18046     it expected doubles.
18047     
18048     Signed-off-by: Keith Packard <keithp@keithp.com>
18049
18050 commit 87d6ed24f3650981ae1ff9bfdb0298d2c01e7575
18051 Author: Keith Packard <keithp@keithp.com>
18052 Date:   Tue Apr 16 17:47:17 2013 -0700
18053
18054     altosui: Disable main deploy setting for TeleGPS
18055     
18056     Just like all of the other flight computer settings, disable the main
18057     deploy altitude configuration for TeleGPS.
18058     
18059     Signed-off-by: Keith Packard <keithp@keithp.com>
18060
18061 commit a03aaaca60ccb4b44595e5e1c1047d07d8b6d60f
18062 Author: Keith Packard <keithp@keithp.com>
18063 Date:   Tue Apr 16 17:33:42 2013 -0700
18064
18065     altosui: Handle broken network in map tile loading
18066     
18067     Handle missing pngfiles in AltosSetMapCache by checking ImageIO.read
18068     for null return.
18069     
18070     Do incremental map tile downloading asynchronously so that the UI
18071     doesn't lock up when the network is slow
18072     
18073     Signed-off-by: Keith Packard <keithp@keithp.com>
18074
18075 commit c2640c09c76ce32e471dcf6df83095d146bb39a2
18076 Author: Keith Packard <keithp@keithp.com>
18077 Date:   Tue Apr 16 14:22:23 2013 -0700
18078
18079     altosdroid: Check for missing values
18080     
18081     When displaying numbers, check for MISSING values and display nothing
18082     
18083     Signed-off-by: Keith Packard <keithp@keithp.com>
18084
18085 commit d5a557004c00d1ae25da04dc63c78b816562a236
18086 Merge: 6592a5b 5b04176
18087 Author: Keith Packard <keithp@keithp.com>
18088 Date:   Mon Apr 15 23:26:33 2013 -0700
18089
18090     Merge branch 'master' into droid-gps
18091
18092 commit 5b041769dc926f0aa18072f46abca60b11ede44b
18093 Author: Keith Packard <keithp@keithp.com>
18094 Date:   Mon Apr 15 23:25:55 2013 -0700
18095
18096     altosui: remove debug message from AltosFlightUI
18097     
18098     Signed-off-by: Keith Packard <keithp@keithp.com>
18099
18100 commit 6592a5be127a9c95d3b2e7d5aa6ffba71c6748b9
18101 Merge: c6f85cb eba3aa9
18102 Author: Keith Packard <keithp@keithp.com>
18103 Date:   Mon Apr 15 23:19:44 2013 -0700
18104
18105     Merge branch 'master' into droid-gps
18106
18107 commit eba3aa949decacd5592472a3cda920aa6a06d96f
18108 Author: Keith Packard <keithp@keithp.com>
18109 Date:   Mon Apr 15 23:14:22 2013 -0700
18110
18111     altoslib: Check for null state.gps before accessing it in eeprom records
18112     
18113     Used to be we'd set state.gps to garbage before seeing the first GPS
18114     record; now we leave it null, which will cause crashes for code that
18115     doesn't expect it. The code for reading and replaying eeprom data was
18116     not checking and was nicely crashing as a result.
18117     
18118     Signed-off-by: Keith Packard <keithp@keithp.com>
18119
18120 commit c6f85cb149dff8732104521cb62b355e8a0d7148
18121 Merge: 3cd8ff1 58dd4b8
18122 Author: Keith Packard <keithp@keithp.com>
18123 Date:   Sun Apr 14 20:02:10 2013 -0700
18124
18125     Merge branch 'master' into droid-gps
18126
18127 commit 58dd4b88fe738e005a13dfd69651853ea7f79205
18128 Author: Keith Packard <keithp@keithp.com>
18129 Date:   Sun Apr 14 14:54:52 2013 -0700
18130
18131     micropeak: Oops. Lost the call to actually start downloading data
18132     
18133     Lost when adding the 'help' text somehow; presumably a debugging issue.
18134     
18135     Signed-off-by: Keith Packard <keithp@keithp.com>
18136
18137 commit 3cd8ff18a7546c1e251747ba26240cb130003ef1
18138 Author: Keith Packard <keithp@keithp.com>
18139 Date:   Sat Apr 13 12:13:18 2013 -0700
18140
18141     altosdroid: Update UI even if no telem has been received. Center map.
18142     
18143     This allows the receiver location to be displayed even when telemetry
18144     is not.
18145     
18146     Center the map on the first valid location, either receiver or
18147     rocket. Update center if a significantly more precise location is received.
18148     
18149     Signed-off-by: Keith Packard <keithp@keithp.com>
18150
18151 commit 192bc28fbe2a8613d0b42e4fb3f7674a1a50abc7
18152 Author: Keith Packard <keithp@keithp.com>
18153 Date:   Sat Apr 13 11:45:23 2013 -0700
18154
18155     altosdroid: Get rid of a couple of startup messages
18156     
18157     These are just annoying
18158     
18159     Signed-off-by: Keith Packard <keithp@keithp.com>
18160
18161 commit e4b6fc3238ad9911fd40ef25accf82a401cb190f
18162 Author: Keith Packard <keithp@keithp.com>
18163 Date:   Sat Apr 13 11:39:14 2013 -0700
18164
18165     altosdroid: Show our position in the map tab. Squeeze to fit phones
18166     
18167     Shrink everything to fit on phones, then add phone location to the map tab
18168     
18169     Signed-off-by: Keith Packard <keithp@keithp.com>
18170
18171 commit 2f7015afcca7c6042365d2124d3a5b7219e8e588
18172 Merge: 5077f3a 778daf0
18173 Author: Keith Packard <keithp@keithp.com>
18174 Date:   Sat Apr 13 10:51:04 2013 -0700
18175
18176     Merge branch 'master' into droid-gps
18177
18178 commit 5077f3ad1967a33712e9ff411e3b2a0b4e1a5c4a
18179 Author: Keith Packard <keithp@keithp.com>
18180 Date:   Sat Apr 13 10:50:26 2013 -0700
18181
18182     altosdroid: Shrink text so it fits on my phone
18183     
18184     Yes, this is a hack; will try to figure out how to make it resizeable
18185     
18186     Signed-off-by: Keith Packard <keithp@keithp.com>
18187
18188 commit 778daf0ccbd8a073da33497e33c29400d0ecc464
18189 Author: Keith Packard <keithp@keithp.com>
18190 Date:   Sat Apr 13 10:39:14 2013 -0700
18191
18192     Windows: Add all of the AltusMetrum USB IDs to telemetrum.inf
18193     
18194     This should make Windows load the driver
18195     
18196     Signed-off-by: Keith Packard <keithp@keithp.com>
18197
18198 commit 25c01719f17be8da73a859867c14df0fc29b5441
18199 Author: Keith Packard <keithp@keithp.com>
18200 Date:   Thu Apr 11 22:16:03 2013 -0700
18201
18202     libaltos: Retry Windows serial port open five times
18203     
18204     Maybe this helps?
18205     
18206     Signed-off-by: Keith Packard <keithp@keithp.com>
18207
18208 commit 679401fff981b675dd5a188c64e8940254588800
18209 Author: Keith Packard <keithp@keithp.com>
18210 Date:   Fri Apr 12 03:09:16 2013 -0700
18211
18212     altos: Make sure the packet format is set reasonably for radio test
18213     
18214     Dunno if this matters, but it might as well be set reasonably
18215     
18216     Signed-off-by: Keith Packard <keithp@keithp.com>
18217
18218 commit 1430c48cfef1ef21831205f4fadd26ca6c7f5dbe
18219 Author: Keith Packard <keithp@keithp.com>
18220 Date:   Fri Apr 12 00:55:59 2013 -0700
18221
18222     altoslib: Remove spurious debug message
18223     
18224     Signed-off-by: Keith Packard <keithp@keithp.com>
18225
18226 commit cdbf8053658c71a657005af68202023d0b4af1fe
18227 Author: Keith Packard <keithp@keithp.com>
18228 Date:   Fri Apr 12 02:42:37 2013 -0700
18229
18230     altos: Don't include bufio debug commands by default
18231     
18232     We shouldn't need these
18233     
18234     Signed-off-by: Keith Packard <keithp@keithp.com>
18235
18236 commit c54bd59780275ece87eafb8143cf0637b35e794c
18237 Author: Keith Packard <keithp@keithp.com>
18238 Date:   Fri Apr 12 02:35:15 2013 -0700
18239
18240     altos: Stick a mutex around FAT operations
18241     
18242     This allows the command line and logging operations to occur safely in parallel
18243     
18244     Signed-off-by: Keith Packard <keithp@keithp.com>
18245
18246 commit 7e6e2ca60c65a4fe2bee0bd8b9b89d45a7dbcfb3
18247 Author: Keith Packard <keithp@keithp.com>
18248 Date:   Fri Apr 12 01:55:33 2013 -0700
18249
18250     altos: Delay while waking up SD card a bit
18251     
18252     This seems to make bringing the card from idle to ready mode more
18253     reliable. If you spam the card with requests, it will eventually
18254     whinge and shut down communications.
18255     
18256     Signed-off-by: Keith Packard <keithp@keithp.com>
18257
18258 commit 19ef593be9ff3f329e44472735d90c80129d2795
18259 Author: Keith Packard <keithp@keithp.com>
18260 Date:   Fri Apr 12 01:04:55 2013 -0700
18261
18262     altosdroid: The Map already draws our location; no receiver marker needed
18263     
18264     Signed-off-by: Keith Packard <keithp@keithp.com>
18265
18266 commit 1ec6fb3b9cec0f864d6e65d0cc6b4dd42edd3e16
18267 Author: Keith Packard <keithp@keithp.com>
18268 Date:   Fri Apr 12 01:00:36 2013 -0700
18269
18270     altosdroid: Check state.gps != null before using it
18271     
18272     Avoid crashing.
18273     
18274     Signed-off-by: Keith Packard <keithp@keithp.com>
18275
18276 commit 02243463adbdfb860f69580f544da9026dc7cbd4
18277 Author: Keith Packard <keithp@keithp.com>
18278 Date:   Fri Apr 12 00:55:59 2013 -0700
18279
18280     altoslib: Remove spurious debug message
18281     
18282     Signed-off-by: Keith Packard <keithp@keithp.com>
18283
18284 commit 9212ce268f3a4a9f3f019f23f6eef8b57207d340
18285 Author: Keith Packard <keithp@keithp.com>
18286 Date:   Fri Apr 12 00:19:24 2013 -0700
18287
18288     altosdroid: Compute course from android device to rocket, display it
18289     
18290     Signed-off-by: Keith Packard <keithp@keithp.com>
18291
18292 commit f02bb1df132443fc27b69f23f382ea87e610f533
18293 Author: Keith Packard <keithp@keithp.com>
18294 Date:   Thu Apr 11 23:56:47 2013 -0700
18295
18296     altoslib: Add range and elevation to AltosGreatCircle
18297     
18298     Move the computations from AltosState here so they can be re-used elsewhere.
18299     
18300     Signed-off-by: Keith Packard <keithp@keithp.com>
18301
18302 commit 9a8cc23de5776ea3fa2bdc96cbe63422eb555d63
18303 Author: Keith Packard <keithp@keithp.com>
18304 Date:   Thu Apr 11 22:39:14 2013 -0700
18305
18306     altosdroid: Mike was right -- only need one LocationListener
18307     
18308     I mis-read the docs and thought we needed two listeners, one for GPS
18309     and one for network position. Looks like we don't
18310     
18311     Signed-off-by: Keith Packard <keithp@keithp.com>
18312
18313 commit 83ce46c73b0e876f9f630943af19ea97b3a21d3c
18314 Author: Keith Packard <keithp@keithp.com>
18315 Date:   Thu Apr 11 22:34:36 2013 -0700
18316
18317     altosdroid: Send LOCATION and CRC_ERROR messages to UI.
18318     
18319     This collects all position changes and crc error increments and sends
18320     them along to the UI for presentation.
18321     
18322     Signed-off-by: Keith Packard <keithp@keithp.com>
18323
18324 commit 1f88d345c407e409611448d0e8813ab5a6de0a0b
18325 Author: Keith Packard <keithp@keithp.com>
18326 Date:   Thu Apr 11 22:16:25 2013 -0700
18327
18328     altosdroid: Hook up the position listeners
18329     
18330     Signed-off-by: Keith Packard <keithp@keithp.com>
18331
18332 commit 81730670b6848bebb2c6a8ac7813419112f2779a
18333 Author: Keith Packard <keithp@keithp.com>
18334 Date:   Tue Apr 9 14:53:25 2013 -0700
18335
18336     doc: Add an outline of an AltosDroid chapter
18337     
18338     Not much content yet, but I think this is pretty much the sections we need
18339     
18340     Signed-off-by: Keith Packard <keithp@keithp.com>
18341
18342 commit 07fb6efc54b8575627572a2113bdbc62914bafb5
18343 Author: Keith Packard <keithp@keithp.com>
18344 Date:   Tue Apr 9 00:38:25 2013 -0700
18345
18346     altoslib/altosui: Adapt monitor idle to new AltosListenerState
18347     
18348     Move the receiver battery monitoring to the new spot
18349     
18350     Signed-off-by: Keith Packard <keithp@keithp.com>
18351
18352 commit 398c02b945a58634c8932f07df2c2be8438da7d1
18353 Author: Keith Packard <keithp@keithp.com>
18354 Date:   Tue Apr 9 00:28:05 2013 -0700
18355
18356     altoslib/altosui: Carry receiver status around in AltosListenerState
18357     
18358     This moves the crc_errors into the new structure and adds a receiver
18359     battery voltage value there as well. Now the receiver status can be
18360     monitored separately from the flight status. That also means that code
18361     receiving state updates should be prepared to accept missing listener
18362     or flight state values.
18363     
18364     Signed-off-by: Keith Packard <keithp@keithp.com>
18365
18366 commit 08eb1e3e1abb1aa4f5ea92b781a2ff8f480006c5
18367 Author: Keith Packard <keithp@keithp.com>
18368 Date:   Mon Apr 8 17:42:18 2013 -0700
18369
18370     altos: Monitor battery voltage on telebt
18371     
18372     Signed-off-by: Keith Packard <keithp@keithp.com>
18373
18374 commit 6ba0df9b440b69bf5bc5f4e435b431adf303fee2
18375 Merge: 1d3ab47 28adf55
18376 Author: Bdale Garbee <bdale@gag.com>
18377 Date:   Mon Apr 8 18:02:37 2013 -0600
18378
18379     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
18380
18381 commit 28adf5541354715b185dbb45b28c97c7d9cf8bcd
18382 Author: Keith Packard <keithp@keithp.com>
18383 Date:   Mon Apr 8 16:48:40 2013 -0700
18384
18385     altos: Create telebt-v1.0 product. Remove old telebt products
18386     
18387     Signed-off-by: Keith Packard <keithp@keithp.com>
18388
18389 commit 1d3ab47d82fe005ab6854386c0ffa5771ee49bf6
18390 Author: Keith Packard <keithp@keithp.com>
18391 Date:   Mon Apr 8 16:48:40 2013 -0700
18392
18393     altos: Create telebt-v1.0 product. Remove old telebt products
18394     
18395     Signed-off-by: Keith Packard <keithp@keithp.com>
18396
18397 commit 0c0dc761095a5a77c87c3b4dcd1d42a4e79f6604
18398 Author: Keith Packard <keithp@keithp.com>
18399 Date:   Sat Apr 6 23:48:36 2013 -0700
18400
18401     altos: Try RDF mode for TX calibration
18402     
18403     Trying to get the radio to stop modulating the carrier when
18404     calibrating the radio, we'll try RDF mode which says no preamble or
18405     sync data. This might shift the frequency though?
18406     
18407     Signed-off-by: Keith Packard <keithp@keithp.com>
18408
18409 commit 30c397296bcdaceb4c2c9d0509dc591b489ece02
18410 Author: Keith Packard <keithp@keithp.com>
18411 Date:   Tue Apr 2 17:44:06 2013 -0700
18412
18413     altosui: Graph TeleMini flights without crashing
18414     
18415     Adding maps to the graph UI failed to check for missing GPS data in a
18416     couple of places causing crashes when fed a TeleMini file.
18417     
18418     Signed-off-by: Keith Packard <keithp@keithp.com>
18419
18420 commit 67b8bdb4ea8c22688d4f18416593346585595cfa
18421 Author: Keith Packard <keithp@keithp.com>
18422 Date:   Tue Apr 2 17:29:40 2013 -0700
18423
18424     altosui: Display current GPS in 'pad' tab for 'startup' staten
18425     
18426     This is the state for telegps, so just display the current GPS info as
18427     we don't know where it started at.
18428     
18429     Signed-off-by: Keith Packard <keithp@keithp.com>
18430
18431 commit 907cc6c50755c0d19b93c15678d6f3022a6ee10b
18432 Author: Keith Packard <keithp@keithp.com>
18433 Date:   Tue Apr 2 16:48:05 2013 -0700
18434
18435     altosui: Hide flight-related tabs for telegps
18436     
18437     Products without a flight state don't need ascent/descent/landed tabs.
18438     
18439     Signed-off-by: Keith Packard <keithp@keithp.com>
18440
18441 commit e747156d0ea4b62eea30a8f486ee105ee35dcaf5
18442 Author: Keith Packard <keithp@keithp.com>
18443 Date:   Tue Apr 2 16:47:07 2013 -0700
18444
18445     altosui: Don't display missing sensor data
18446     
18447     For devices without sensors, don't display temperature, barometric and
18448     accelerometer-derived values.
18449     
18450     Signed-off-by: Keith Packard <keithp@keithp.com>
18451
18452 commit 997cdef3fe04acdd566d287e70981f7b7934d0c8
18453 Author: Keith Packard <keithp@keithp.com>
18454 Date:   Tue Apr 2 16:44:58 2013 -0700
18455
18456     altoslib: Make any incoming telem packet update the RSSI value
18457     
18458     Every packet has RSSI info, so use the latest one available. This
18459     makes telegps RSSI available as it never sends sensor packets (having
18460     no sensors).
18461     
18462     Signed-off-by: Keith Packard <keithp@keithp.com>
18463
18464 commit 0cd203e418e73a1f11460425985b7575c2f0a76c
18465 Author: Keith Packard <keithp@keithp.com>
18466 Date:   Tue Apr 2 16:43:53 2013 -0700
18467
18468     Set telegps USB id to 0025
18469     
18470     It was accidentally using the same ID as megadongle...
18471     
18472     Signed-off-by: Keith Packard <keithp@keithp.com>
18473
18474 commit 96c32125a780ad6b39c015f4abbae07fead68582
18475 Author: Keith Packard <keithp@keithp.com>
18476 Date:   Tue Apr 2 16:41:29 2013 -0700
18477
18478     altos: Shorten SD initialization timeouts.
18479     
18480     This makes failure when no card is present much quicker.
18481     
18482     Signed-off-by: Keith Packard <keithp@keithp.com>
18483
18484 commit 985df526ec142258ef990d0b55b0a14e13c099b4
18485 Author: Keith Packard <keithp@keithp.com>
18486 Date:   Mon Apr 1 02:39:35 2013 -0700
18487
18488     altos: Horrible kludge -- disable radio while talking with SD card
18489     
18490     The SD card really doesn't like the RFI generated by our enormous
18491     radio, so just lock the radio out while working with the card.
18492     
18493     Signed-off-by: Keith Packard <keithp@keithp.com>
18494
18495 commit 14c63f94f36a95272d91695039abf54efb423a91
18496 Author: Keith Packard <keithp@keithp.com>
18497 Date:   Mon Apr 1 02:10:14 2013 -0700
18498
18499     altos: Add defines for the specific pins used for telegps SPI
18500     
18501     These aren't needed at this point, but who knows?
18502     
18503     Signed-off-by: Keith Packard <keithp@keithp.com>
18504
18505 commit b34370cea662eb245e43aca20a6650b84b55ef6f
18506 Author: Keith Packard <keithp@keithp.com>
18507 Date:   Mon Apr 1 02:08:18 2013 -0700
18508
18509     altos: Retry SD card I/O. Use time for timeouts instead of counts
18510     
18511     Sometimes I/O operations may fail; give the card a chance and retry
18512     the operation in case it works the next time.
18513     
18514     Replace the loop counts with loops that check the clock so that
18515     they'll have consistent timeouts even if the CPU or SPI speed changes.
18516     
18517     Signed-off-by: Keith Packard <keithp@keithp.com>
18518
18519 commit b3a41bed39ec1abfc3ab74e9be7dd393e975542b
18520 Author: Keith Packard <keithp@keithp.com>
18521 Date:   Mon Apr 1 02:07:06 2013 -0700
18522
18523     altos: Provide build hooks for sampling profiler in telegps
18524     
18525     Might prove useful if the CPU is ever doing anything?
18526     
18527     Signed-off-by: Keith Packard <keithp@keithp.com>
18528
18529 commit fae116fbebb9658fe15690ff43dfe8568a58c2a9
18530 Author: Keith Packard <keithp@keithp.com>
18531 Date:   Mon Apr 1 02:06:03 2013 -0700
18532
18533     altos: Add a FAT test that re-writes the same file multiple times
18534     
18535     This caught a bunch of FAT cluster chain allocation bugs.
18536     
18537     Signed-off-by: Keith Packard <keithp@keithp.com>
18538
18539 commit 79d01a571935138b24b86a7181307ee014d248ed
18540 Author: Keith Packard <keithp@keithp.com>
18541 Date:   Mon Apr 1 02:03:57 2013 -0700
18542
18543     altos: Support open on multiple simultaneous FAT files
18544     
18545     Need to be able to see the contents of a log file, even if the logger
18546     is running.
18547     
18548     Signed-off-by: Keith Packard <keithp@keithp.com>
18549
18550 commit 0838b6c8797b84cf8df8f92ee20fb6ae79e434d7
18551 Author: Keith Packard <keithp@keithp.com>
18552 Date:   Mon Apr 1 02:02:14 2013 -0700
18553
18554     altos: Make sure FAT cluster allocation works for size zero files
18555     
18556     There were some rounding errors mis-computing the number of clusters
18557     needed, and the logic to figure out how to re-connect a chain was broken.
18558     
18559     Signed-off-by: Keith Packard <keithp@keithp.com>
18560
18561 commit 76bd204de744c34e5cbf6efa93adb89bc2cb08b3
18562 Author: Keith Packard <keithp@keithp.com>
18563 Date:   Mon Apr 1 02:00:21 2013 -0700
18564
18565     altos: let FAT tracing work in ao_fat_test as needed
18566     
18567     This allows the FAT DBG hooks to be enabled even if some other module
18568     turned DBG off.
18569     
18570     Signed-off-by: Keith Packard <keithp@keithp.com>
18571
18572 commit a764bf06d0975cbf1620b079351c7437053ea1a8
18573 Author: Keith Packard <keithp@keithp.com>
18574 Date:   Mon Apr 1 01:58:37 2013 -0700
18575
18576     altos: Flush the on-board mega log after every sample interval.
18577     
18578     SPI flash parts don't need flushing, but the SD card does. Make sure
18579     the SD card contents are sane after every logging interval has passed
18580     by flushing all dirty blocks to the device.
18581     
18582     Signed-off-by: Keith Packard <keithp@keithp.com>
18583
18584 commit c2de64b10894b366398a8b37ebd2305d9be46d46
18585 Author: Keith Packard <keithp@keithp.com>
18586 Date:   Sun Mar 31 16:11:27 2013 -0700
18587
18588     altos: Create the log file if it doesn't already exist
18589     
18590     open will return failure unless the file already exists.
18591     
18592     Signed-off-by: Keith Packard <keithp@keithp.com>
18593
18594 commit 659a6915f5ba5129096e55ccc04c975d216546ae
18595 Author: Keith Packard <keithp@keithp.com>
18596 Date:   Sun Mar 31 16:10:33 2013 -0700
18597
18598     altos: Make ao_fat_readdir return real error values instead of 1/0
18599     
18600     This way, we can distinguish between 'something bad happened' and
18601     'you're at the end of the directory'.
18602     
18603     Signed-off-by: Keith Packard <keithp@keithp.com>
18604
18605 commit 182ceaac7d91dc6e9ebac6455d5de0c10687796b
18606 Author: Keith Packard <keithp@keithp.com>
18607 Date:   Sun Mar 31 13:55:16 2013 -0700
18608
18609     altos: Increase SD card timeout at startup time
18610     
18611     Sometimes the SD card takes 'a while' to go into idle mode at first
18612     power up. Just hang around waiting for a long time.
18613     
18614     Signed-off-by: Keith Packard <keithp@keithp.com>
18615
18616 commit d813566cdc4d43a43ed988dde4a3ceeccf24efe6
18617 Author: Keith Packard <keithp@keithp.com>
18618 Date:   Sun Mar 31 12:46:41 2013 -0700
18619
18620     altos: Fix command-line FAT filename parsing
18621     
18622     Pad extension with spaces
18623     
18624     Signed-off-by: Keith Packard <keithp@keithp.com>
18625
18626 commit db01557ce493c435db177fda78653697ba2afa51
18627 Author: Keith Packard <keithp@keithp.com>
18628 Date:   Sat Mar 23 02:10:38 2013 -0700
18629
18630     ao-tools/ao-stmload: Be smarter about ELF parsing. Retry open on failure.
18631     
18632     Figuring out what goes where is tricky; turns out we want to pull all
18633     of the sections that map inside any program area that is supposed to
18634     be loaded from the file.
18635     
18636     So, we walk the program headers, then walk all of the section headers
18637     looking for those that suck data from the same portion of the
18638     file. Compute where in ROM each relevant section goes and build a full
18639     ROM image in memory using that.
18640     
18641     This patch also adds code to close and re-open the device if the first
18642     open failed to do what we want. Much nicer to have the computer figure
18643     out when the open succeeded rather than having people re-run the app.
18644     
18645     Signed-off-by: Keith Packard <keithp@keithp.com>
18646
18647 commit 144b44e13ce3361ff59cbb555e84d542455a4e17
18648 Author: Keith Packard <keithp@keithp.com>
18649 Date:   Sun Mar 31 12:39:32 2013 -0700
18650
18651     altos: Unmount file system after each testing pass in ao_fat_test
18652     
18653     Otherwise, we use stale data and 'bad things' happen.
18654     
18655     Signed-off-by: Keith Packard <keithp@keithp.com>
18656
18657 commit a70139c9a8a177df8f20f525703b13c0aec0fbc7
18658 Author: Keith Packard <keithp@keithp.com>
18659 Date:   Sun Mar 31 12:29:37 2013 -0700
18660
18661     altos: Don't add fat commands when building ao_fat_test
18662     
18663     Signed-off-by: Keith Packard <keithp@keithp.com>
18664
18665 commit 8b2f211758dfa97230a730b8c4b31e0e711c19c9
18666 Author: Keith Packard <keithp@keithp.com>
18667 Date:   Sun Mar 24 15:04:57 2013 -0700
18668
18669     altos/stm: Always check for idle IN buffer before sending
18670     
18671     Unlike the AVR and CC1111 USB drivers, the STM usb driver queues IN
18672     bytes in a local buffer instead of in the driver; this means that the
18673     driver is queuing bytes while the previous IN packet is queued for the
18674     host, which allows for overlapping execution.
18675     
18676     It also means that when the local buffer is full, we must check to see
18677     if the host has picked up the previous IN packet before trying to
18678     queue another IN packet for transmission. This is done by always
18679     waiting for the IN buffer to be ready before sending data.
18680     
18681     Signed-off-by: Keith Packard <keithp@keithp.com>
18682
18683 commit de199601a177fc2d45ad9bd7357111111844d40a
18684 Author: Keith Packard <keithp@keithp.com>
18685 Date:   Sun Mar 24 15:03:59 2013 -0700
18686
18687     altos/stm: Add debugging mechanism to STM USB driver
18688     
18689     This adds a pile of debugging hooks to the USB driver to try and
18690     isolate various lockup-related issues. It's all disabled by default,
18691     of course.
18692     
18693     Signed-off-by: Keith Packard <keithp@keithp.com>
18694
18695 commit 4f1f3e836393304434130d362771a39f6f8f859a
18696 Author: Keith Packard <keithp@keithp.com>
18697 Date:   Sun Mar 24 15:00:20 2013 -0700
18698
18699     altos: Do not release interrupts from any pollchar function
18700     
18701     getchar relies on interrupts being blocked across the pollchar calls
18702     and into the sleep call or it may go to sleep with data pending.
18703     
18704     This prefixes all pollchar functions with _ to indicate that they are
18705     to be called with interrupts blocked and eliminates all interrupt
18706     manipulation calls from within the pollchar functions.
18707     
18708     Signed-off-by: Keith Packard <keithp@keithp.com>
18709
18710 commit 7afcec1a1dce140dfa569469df4ef42ed407a742
18711 Author: Keith Packard <keithp@keithp.com>
18712 Date:   Sun Mar 31 12:23:31 2013 -0700
18713
18714     altos: Add sdcard read/write tracing
18715     
18716     This just dumps info in trace mode about read and write commands
18717     
18718     Signed-off-by: Keith Packard <keithp@keithp.com>
18719
18720 commit a0595d94c7deea29d9e3d4bcbc106b9bed5ee103
18721 Author: Keith Packard <keithp@keithp.com>
18722 Date:   Sun Mar 31 12:22:28 2013 -0700
18723
18724     altos: Move fat mount information to separate command.
18725     
18726     This makes the mount report precise error information and then prints
18727     that with the 'M' command.
18728     
18729     Signed-off-by: Keith Packard <keithp@keithp.com>
18730
18731 commit a0628541e1bfc3e4a122cc824188ed53fddf733e
18732 Author: Keith Packard <keithp@keithp.com>
18733 Date:   Sun Mar 31 12:21:03 2013 -0700
18734
18735     altos: Disable CC115L debug commands
18736     
18737     now that it appears to work, leave these disabled by default
18738     
18739     Signed-off-by: Keith Packard <keithp@keithp.com>
18740
18741 commit d8826b1ad5487de9345b7dcaf6c75a45117ff538
18742 Author: Keith Packard <keithp@keithp.com>
18743 Date:   Sun Mar 31 10:35:47 2013 -0700
18744
18745     altos: Add SD card writing function
18746     
18747     Now that the FAT code seems to be operational, go back and add
18748     SD writing.
18749     
18750     Signed-off-by: Keith Packard <keithp@keithp.com>
18751
18752 commit 649999863c7228ead0225968752d068dc0d30091
18753 Author: Keith Packard <keithp@keithp.com>
18754 Date:   Sat Mar 30 01:33:49 2013 -0700
18755
18756     altos: Add logging and telem to telegps
18757     
18758     This turns on telemetry, APRS, RDF and data logging for telegps.
18759     
18760     Data is logged as soon as GPS has a date to create the right
18761     filename, using files of the form YYYYMMDD.LOG which just barely fits
18762     in a FAT filename.
18763     
18764     Telemetry/RDF/APRS are all separately controllable.
18765     
18766     Signed-off-by: Keith Packard <keithp@keithp.com>
18767
18768 commit b3d8956df3a3ecb3918b5db4d78b057d68541c33
18769 Author: Keith Packard <keithp@keithp.com>
18770 Date:   Sat Mar 30 01:32:30 2013 -0700
18771
18772     altos: Export ao_fat_sync and ao_fat_full functions
18773     
18774     ao_fat_sync() flushes the bufio data to disk along with any fsinfo
18775     changes. ao_fat_full() returns whether the file system is full.
18776     
18777     Signed-off-by: Keith Packard <keithp@keithp.com>
18778
18779 commit 7455a892e8bf5402e7ff2c4bd2ddad05dfe76638
18780 Author: Keith Packard <keithp@keithp.com>
18781 Date:   Sat Mar 30 01:31:12 2013 -0700
18782
18783     altos: Lock cc115l radio mutex when using global radio values
18784     
18785     This moves the locking up above the global state variable uses so that
18786     multiple radio users (as if we had any) won't collide.
18787     
18788     Signed-off-by: Keith Packard <keithp@keithp.com>
18789
18790 commit bd32140df2a595ce66d603b98516bae519327c5d
18791 Author: Keith Packard <keithp@keithp.com>
18792 Date:   Sat Mar 30 01:30:18 2013 -0700
18793
18794     altos: Configure cc115l sync byte count for each radio mode
18795     
18796     two sync bytes for packet mode, disable sync for rdf/aprs mode.
18797     
18798     Signed-off-by: Keith Packard <keithp@keithp.com>
18799
18800 commit 93a9aa703a0173e13b327ed432e6d52e90ebfa1b
18801 Author: Keith Packard <keithp@keithp.com>
18802 Date:   Fri Mar 29 17:05:36 2013 -0700
18803
18804     altos: Get CC115L radio working.
18805     
18806     This involved figuring out which GPIO signal would reliably indicate
18807     that the transmitter was finished; I ended up using the PA_PD bit for
18808     this.
18809     
18810     This also converts all of the radio users to the long packet support
18811     as the CC115L has only a 64-byte fifo, not large enough to hold either
18812     an RDF tone or a regular AltOS telemetry packet.
18813     
18814     This also renames the public API for sending APRS packets from
18815     ao_radio_send_lots to ao_radio_send_aprs, which is at least more
18816     accurate. The workings of that API haven't changed, just the name.
18817     
18818     Signed-off-by: Keith Packard <keithp@keithp.com>
18819
18820 commit 9aeed244879f90b5b6dab1c7ca095cc001b03fe5
18821 Author: Keith Packard <keithp@keithp.com>
18822 Date:   Fri Mar 29 12:13:59 2013 -0700
18823
18824     altos: Add temporary RF power settings
18825     
18826     These expose the raw cc115l and rfpa0133 register settings so that we
18827     can calibrate them against measured power outputs.
18828     
18829     I've tested them to verify that they change how much power the board
18830     consumes, so they're clearly doing something...
18831     
18832     Signed-off-by: Keith Packard <keithp@keithp.com>
18833
18834 commit 86e1039e14304ac13db540f2ee3afd4ff170b8b4
18835 Author: Keith Packard <keithp@keithp.com>
18836 Date:   Fri Mar 29 00:32:23 2013 -0700
18837
18838     altos: Add FAT32 support. And lots more testing.
18839     
18840     Generalizes the FAT code to deal with either 16-bit or 32-bit
18841     versions. The testing code now runs over a variety of disk images to
18842     check for compatibility on all of them.
18843     
18844     Signed-off-by: Keith Packard <keithp@keithp.com>
18845
18846 commit 44e418bbecd3a3deae942803141cf115d92f29d2
18847 Author: Keith Packard <keithp@keithp.com>
18848 Date:   Thu Mar 28 17:38:14 2013 -0700
18849
18850     altos: seek forward on FAT cluster chain instead of restarting
18851     
18852     This improves sequential file performance by taking advantage of any
18853     previous cached cluster/offset pair and starting from there when the
18854     cluster changes rather than starting from scratch at the begining again.
18855     
18856     Signed-off-by: Keith Packard <keithp@keithp.com>
18857
18858 commit 8101e4af199a3d79bff434f788cce9f97aeac53a
18859 Author: Keith Packard <keithp@keithp.com>
18860 Date:   Thu Mar 28 16:57:02 2013 -0700
18861
18862     altos: Add a simple cache for the FAT position->cluster computation
18863     
18864     This improves read/write performance with large files by not
18865     re-walking the cluster chain for every operation
18866     
18867     Signed-off-by: Keith Packard <keithp@keithp.com>
18868
18869 commit c7b606e93a4e4fbd2c0e883352ed74619ee24cf7
18870 Author: Keith Packard <keithp@keithp.com>
18871 Date:   Thu Mar 28 16:05:24 2013 -0700
18872
18873     altos: Clean up fat driver API. Improve fat test
18874     
18875     Make FAT api provide reasonable error return values, change the tests
18876     to write and then read a pile of files, checking that the contents are
18877     correct (using md5sum).
18878     
18879     Signed-off-by: Keith Packard <keithp@keithp.com>
18880
18881 commit d1fe0654b45cc8f944394308cf29945b537becc4
18882 Author: Keith Packard <keithp@keithp.com>
18883 Date:   Thu Mar 28 15:55:35 2013 -0700
18884
18885     altos: Add sanity checking to busy counts in bufio driver
18886     
18887     Make sure the busy counts don't underflow or overflow.
18888     
18889     Signed-off-by: Keith Packard <keithp@keithp.com>
18890
18891 commit 6fe32e0fc407522101e805cf2653253cb3cee291
18892 Author: Keith Packard <keithp@keithp.com>
18893 Date:   Wed Mar 27 22:11:53 2013 -0700
18894
18895     altosui: Don't deref null pyros when saving altimeter config
18896     
18897     The check for no pyro config is to compare npyros against zero rather
18898     than check the length of the pyros array as the latter may be null.
18899     
18900     Signed-off-by: Keith Packard <keithp@keithp.com>
18901
18902 commit 985cd22b941415b1ae2709ae1ab6b60c3d815ec1
18903 Author: Keith Packard <keithp@keithp.com>
18904 Date:   Wed Mar 27 18:43:42 2013 -0700
18905
18906     altos: Use FTDW, clear DATA bit. Disable backup write protection
18907     
18908     The newer(?) chips in telegps didn't like the previous programming
18909     scheme, so go back to fixed time for write, which does an implicit
18910     erase before every write. Also clear the DATA bit, which is only
18911     needed for double word erase/programming.
18912     
18913     Signed-off-by: Keith Packard <keithp@keithp.com>
18914
18915 commit 4a68878a66508e6f1523cd813b2e37bcf2e90ab3
18916 Author: Keith Packard <keithp@keithp.com>
18917 Date:   Wed Mar 27 01:25:24 2013 -0700
18918
18919     altos: Teleshield has a radio, set HAS_RADIO in ao_pins.h
18920     
18921     Otherwise, lots of random code won't know about the radio..
18922     
18923     Signed-off-by: Keith Packard <keithp@keithp.com>
18924
18925 commit 561175afebc63ec3d2f8f7305235c9812ceaf501
18926 Author: Keith Packard <keithp@keithp.com>
18927 Date:   Wed Mar 27 01:15:04 2013 -0700
18928
18929     altos: Add new panic flag for bufio misuse
18930     
18931     Allow the bufio code to signal a fatal error if someone misuses the API
18932     
18933     Signed-off-by: Keith Packard <keithp@keithp.com>
18934
18935 commit bd43955ff0c4d39a685b79e91cb62898a5f1b875
18936 Author: Keith Packard <keithp@keithp.com>
18937 Date:   Wed Mar 27 01:14:15 2013 -0700
18938
18939     altos: Hook up the FAT16 and SD card support to telegps
18940     
18941     Signed-off-by: Keith Packard <keithp@keithp.com>
18942
18943 commit e14834817f78a04b4d9b44a8373119dffd42c966
18944 Author: Keith Packard <keithp@keithp.com>
18945 Date:   Wed Mar 27 01:12:33 2013 -0700
18946
18947     altos: Add SDCARD and FAT16 filesystem support
18948     
18949     This adds a fairly primitive FAT16 file system implementation
18950     along with support for SD cards.
18951     
18952     Signed-off-by: Keith Packard <keithp@keithp.com>
18953
18954 commit 747114786512339211d4981a7828c8c6f1f46c20
18955 Author: Keith Packard <keithp@keithp.com>
18956 Date:   Tue Mar 26 14:28:37 2013 -0700
18957
18958     altos: Fix config to not abort radio recv when no recv is available
18959     
18960     Use the new radio recv define to skip disabling the receiver when
18961     there isn't a receiver.
18962     
18963     Signed-off-by: Keith Packard <keithp@keithp.com>
18964
18965 commit 237e853b820b01409562b93b82684e5147286806
18966 Author: Keith Packard <keithp@keithp.com>
18967 Date:   Tue Mar 26 14:27:46 2013 -0700
18968
18969     altos: Allow radio recv and xmit to be separately configured
18970     
18971     The CC115L is xmit only, so split out the functions and provide
18972     defines to check for xmit or recv separately as needed.
18973     
18974     Signed-off-by: Keith Packard <keithp@keithp.com>
18975
18976 commit 4d187460bdcb97bf6d0a3550e4e03c4c223e4cc1
18977 Author: Keith Packard <keithp@keithp.com>
18978 Date:   Tue Mar 26 14:26:38 2013 -0700
18979
18980     altos/stm: Ensure SPI always sends 0xff during receive
18981     
18982     SD cards require 0xff when fetching data
18983     
18984     Signed-off-by: Keith Packard <keithp@keithp.com>
18985
18986 commit 136ca0922e968d650e9e420a47d228611a3cb45e
18987 Author: Keith Packard <keithp@keithp.com>
18988 Date:   Tue Mar 26 14:25:48 2013 -0700
18989
18990     altos: Improve CC115L driver. Generates carrier now.
18991     
18992     Still no data, but at least the carrier comes up on frequency now.
18993     
18994     Signed-off-by: Keith Packard <keithp@keithp.com>
18995
18996 commit 4889b33af9700b9d872364f0cadaf9425cf84a7d
18997 Author: Keith Packard <keithp@keithp.com>
18998 Date:   Tue Mar 26 14:24:45 2013 -0700
18999
19000     altos: Add RFPA0133 amplifier driver
19001     
19002     No configuration of power level yet, just the bare driver.
19003     
19004     Signed-off-by: Keith Packard <keithp@keithp.com>
19005
19006 commit 6fe1e32f5361e901b88b63a30f070e67d460ada1
19007 Author: Keith Packard <keithp@keithp.com>
19008 Date:   Sun Mar 24 23:52:14 2013 -0700
19009
19010     altos/telegps: Hook up cc115l driver
19011     
19012     Doesn't actually do anything yet, but should initialize the chip at least
19013     
19014     Signed-off-by: Keith Packard <keithp@keithp.com>
19015
19016 commit 4ddfb3ea07c2073f8c4d79feaf262c9fb910cfce
19017 Author: Keith Packard <keithp@keithp.com>
19018 Date:   Sun Mar 24 23:51:11 2013 -0700
19019
19020     altos: Add cc115l driver (untested)
19021     
19022     Includes support for sending telemetry, RDF and APRS tones
19023     
19024     Signed-off-by: Keith Packard <keithp@keithp.com>
19025
19026 commit 15bc83a0eaaa9a43d67fdc3e9f412d5b2c1f06dd
19027 Author: Keith Packard <keithp@keithp.com>
19028 Date:   Wed Mar 20 23:22:37 2013 -0700
19029
19030     ao-tools: Make library support µPusb
19031     
19032     Set baud rate to 9600, look for FTDI-style names
19033     
19034     Signed-off-by: Keith Packard <keithp@keithp.com>
19035
19036 commit 50dd268a715224a01f8a6b481670a4ae6621cb28
19037 Author: Keith Packard <keithp@keithp.com>
19038 Date:   Wed Mar 20 23:21:37 2013 -0700
19039
19040     Add telegps initial version
19041     
19042     Just lights up the GPS and USB
19043     
19044     Signed-off-by: Keith Packard <keithp@keithp.com>
19045
19046 commit 548cf57d5a5ea323bbfc3605b44c23fc48dec96b
19047 Author: Keith Packard <keithp@keithp.com>
19048 Date:   Mon Mar 18 22:12:48 2013 -0700
19049
19050     ao-tools: add ao-dump-up
19051     
19052     Dumps out a µP log. Useful for µPusb bring-up
19053     
19054     Signed-off-by: Keith Packard <keithp@keithp.com>
19055
19056 commit d171d10d97307a1a1a62e660e9194121b79a09be
19057 Author: Keith Packard <keithp@keithp.com>
19058 Date:   Mon Mar 11 18:16:55 2013 -0700
19059
19060     micropeak: Improve download docs and UI
19061     
19062     Add text explaining that the LED and phototransistor must be
19063     touching to both the doc and the UI.
19064     
19065     Signed-off-by: Keith Packard <keithp@keithp.com>
19066
19067 commit 90ee11542b111befa0e96e27292dc548e5c37396
19068 Merge: 97efce5 d7973de
19069 Author: Keith Packard <keithp@keithp.com>
19070 Date:   Sun Mar 10 11:43:06 2013 -0700
19071
19072     Merge remote-tracking branch 'mjb/altosdroid'
19073
19074 commit 97efce5f7ff227aaa8990529217d3d10db3443dc
19075 Author: Keith Packard <keithp@keithp.com>
19076 Date:   Sun Mar 10 11:41:49 2013 -0700
19077
19078     altos: re-enable optimization for stm-demo. remove unused bits
19079     
19080     This makes stm-demo run on the discovery board again.
19081     
19082     Signed-off-by: Keith Packard <keithp@keithp.com>
19083
19084 commit d7973de32adff5402844cc1e1da3eced05265074
19085 Author: Mike Beattie <mike@ethernal.org>
19086 Date:   Sun Mar 10 23:28:26 2013 +1300
19087
19088     altosdroid: Add map polyline between pad and rocket
19089     
19090     Signed-off-by: Mike Beattie <mike@ethernal.org>
19091
19092 commit b691fc48f5e879045e68e070162af56cd08f03b4
19093 Author: Mike Beattie <mike@ethernal.org>
19094 Date:   Sun Mar 10 23:27:28 2013 +1300
19095
19096     altosdroid: Add rocket and pad map markers
19097     
19098     Signed-off-by: Mike Beattie <mike@ethernal.org>
19099
19100 commit b7c82b867b12ca016164725f3736bc5b55048999
19101 Author: Mike Beattie <mike@ethernal.org>
19102 Date:   Sun Mar 10 20:40:13 2013 +1300
19103
19104     altosdroid: programmatically create map fragment
19105     
19106     * Allows reliable fetching of a GoogleMap handle.
19107     * Set map options, initial location (NCR North for now, temporarily)
19108     * Add some info fields below map, and update them accordingly
19109     
19110     Signed-off-by: Mike Beattie <mike@ethernal.org>
19111
19112 commit 8adadf6bd2ba623642675e4beafac4ac98b1916d
19113 Merge: d029aca 0c0c6d6
19114 Author: Mike Beattie <mike@ethernal.org>
19115 Date:   Sun Mar 10 20:24:56 2013 +1300
19116
19117     Merge branch 'master' into altosdroid
19118
19119 commit 0c0c6d60cdce39582fa5350e9b016a08e76f27a1
19120 Author: Mike Beattie <mike@ethernal.org>
19121 Date:   Sun Mar 10 20:24:15 2013 +1300
19122
19123     altosdroid: Add SDK checks to configure.ac
19124     
19125     Signed-off-by: Mike Beattie <mike@ethernal.org>
19126
19127 commit c2d966a8ca9dcf6ccf5c268c616cf1384d45002d
19128 Author: Mike Beattie <mike@ethernal.org>
19129 Date:   Sun Mar 10 20:22:51 2013 +1300
19130
19131     altosdroid: adjust clean targets to get rid of automake warning
19132     
19133     Signed-off-by: Mike Beattie <mike@ethernal.org>
19134
19135 commit 988e9079e20133554acfecc74a109195688c2752
19136 Author: Mike Beattie <mike@ethernal.org>
19137 Date:   Sun Mar 10 20:22:09 2013 +1300
19138
19139     ao-tools: Add ao-edit-telem to .gitignore
19140     
19141     Signed-off-by: Mike Beattie <mike@ethernal.org>
19142
19143 commit d029acad6a992be9b7b4498e70605f8a1e1a4ef6
19144 Merge: eba7b2e 72c5b14
19145 Author: Mike Beattie <mike@ethernal.org>
19146 Date:   Sun Mar 10 19:07:01 2013 +1300
19147
19148     Merge branch 'master' into altosdroid
19149
19150 commit 72c5b1429bdfd6e9d2185bad7d0adb281fdf659a
19151 Author: Keith Packard <keithp@keithp.com>
19152 Date:   Sat Mar 9 20:40:52 2013 -0800
19153
19154     ao-tools: Add ao-edit-telem
19155     
19156     This lets you edit a telemetry file. The only current editing
19157     available is to change the pad location, allowing a flight to be
19158     replayed anywhere in the world.
19159     
19160     Signed-off-by: Keith Packard <keithp@keithp.com>
19161
19162 commit 9b460d38bc2685bca7f530b7749c0e0381f6264c
19163 Author: Keith Packard <keithp@keithp.com>
19164 Date:   Sat Mar 9 20:39:31 2013 -0800
19165
19166     ao-tools/lib: Add cc_telemetry_unparse
19167     
19168     This takes a telemetry structure and generates a string version
19169     
19170     Signed-off-by: Keith Packard <keithp@keithp.com>
19171
19172 commit 0803da851e2e061affc172fdde6301652d1be755
19173 Author: Keith Packard <keithp@keithp.com>
19174 Date:   Sat Mar 9 20:37:38 2013 -0800
19175
19176     altosui: Add N/S and E/W to info table lat/lon values
19177     
19178     Signed-off-by: Keith Packard <keithp@keithp.com>
19179
19180 commit eba7b2ef8ef23bdb61b0390e47be6f27ffde31dc
19181 Author: Mike Beattie <mike@ethernal.org>
19182 Date:   Fri Mar 8 19:41:32 2013 +1300
19183
19184     altosdroid: fix side-to-side scrolling in map tab
19185     
19186     Signed-off-by: Mike Beattie <mike@ethernal.org>
19187
19188 commit 84d35e4cbd7ea2f681c43496b9b9db84f9dd923f
19189 Merge: 760b1f0 e0d9128
19190 Author: Keith Packard <keithp@keithp.com>
19191 Date:   Thu Mar 7 13:00:44 2013 -0800
19192
19193     Merge remote-tracking branch 'mjb/altosdroid'
19194
19195 commit e0d9128b7219b4c8ee68245a44b3428e796ca2f1
19196 Author: Mike Beattie <mike@ethernal.org>
19197 Date:   Thu Mar 7 21:37:51 2013 +1300
19198
19199     altosdroid: Auto tab changing
19200     
19201     Signed-off-by: Mike Beattie <mike@ethernal.org>
19202
19203 commit ecfc568574ababd23b2c4dc1323cb7265c097933
19204 Author: Mike Beattie <mike@ethernal.org>
19205 Date:   Thu Mar 7 21:37:22 2013 +1300
19206
19207     altosdroid: implement Age field updating
19208     
19209     Signed-off-by: Mike Beattie <mike@ethernal.org>
19210
19211 commit 86b742743b26693cf8e56034d4ea68ff277931c1
19212 Author: Mike Beattie <mike@ethernal.org>
19213 Date:   Thu Mar 7 21:35:43 2013 +1300
19214
19215     altosdroid: implement UI updating on tabs
19216     
19217     Signed-off-by: Mike Beattie <mike@ethernal.org>
19218
19219 commit 2a81d637308e680b99d7218ba9e03c9ade6626f1
19220 Author: Mike Beattie <mike@ethernal.org>
19221 Date:   Thu Mar 7 21:33:27 2013 +1300
19222
19223     altosdroid: implement tabs interface
19224     
19225     Signed-off-by: Mike Beattie <mike@ethernal.org>
19226
19227 commit 59dfcbe14622c20aaa7d5b131eece9f4c8db6887
19228 Author: Mike Beattie <mike@ethernal.org>
19229 Date:   Thu Mar 7 21:28:45 2013 +1300
19230
19231     altosdroid: Import initial versions of XML and Java for Tab content
19232     
19233     * Includes TabsAdapter class borrowed from Support Library sample code
19234     * New "GoNoGoLights" class for dealing with the red/green/gray LEDs
19235     * extra required strings in strings.xml
19236     * Couple of support functions in AltosDroid.java
19237     * rudimentary Maps tab - does nothing at present.
19238     
19239     Signed-off-by: Mike Beattie <mike@ethernal.org>
19240
19241 commit d6f1b176f4005af3b6fd16d8c7d22260a3ccdfd8
19242 Author: Mike Beattie <mike@ethernal.org>
19243 Date:   Thu Mar 7 21:20:47 2013 +1300
19244
19245     altosdroid: whitespace cleanup
19246     
19247     DAMN my OCD.
19248     
19249     Signed-off-by: Mike Beattie <mike@ethernal.org>
19250
19251 commit d229d702c8532f477e2ace2af36f2d0cc6e728d3
19252 Author: Mike Beattie <mike@ethernal.org>
19253 Date:   Thu Mar 7 21:20:06 2013 +1300
19254
19255     altosdroid: make AltosDroid.pos() static
19256     
19257     * Will be used from tabs that display lat/lon
19258     
19259     Signed-off-by: Mike Beattie <mike@ethernal.org>
19260
19261 commit cf03ddb42042002bfb88e13ecfb89b27e7aeb91e
19262 Author: Mike Beattie <mike@ethernal.org>
19263 Date:   Thu Mar 7 20:53:26 2013 +1300
19264
19265     altosdroid: convert spaces to tabs in strings.xml
19266     
19267     Signed-off-by: Mike Beattie <mike@ethernal.org>
19268
19269 commit 89f8bb52ea858f059374474c0adda3cd5095a589
19270 Author: Mike Beattie <mike@ethernal.org>
19271 Date:   Thu Mar 7 20:49:41 2013 +1300
19272
19273     altosdroid: adjust release Makefile target
19274     
19275     * Rename target
19276     * Add dependency on unsigned release APK
19277     * use $(ZIPALIGN) variable
19278     
19279     Signed-off-by: Mike Beattie <mike@ethernal.org>
19280
19281 commit 6ff45bef719bafd2c827e479186c8fadf6f779aa
19282 Author: Mike Beattie <mike@ethernal.org>
19283 Date:   Thu Mar 7 20:48:16 2013 +1300
19284
19285     altosdroid: Symlink red/green/gray LEDs via build system
19286     
19287     Signed-off-by: Mike Beattie <mike@ethernal.org>
19288
19289 commit 795fba09a3ca273cd2daeeb7d9fed6bae6fa6a86
19290 Author: Mike Beattie <mike@ethernal.org>
19291 Date:   Thu Mar 7 19:23:39 2013 +1300
19292
19293     altosdroid: Adjust build system for GMaps & Tabs support
19294     
19295     * Use SupportV4 library for Tab support
19296     * Use Google Services Lib for Google Maps
19297     * revert to a standard Android target, not Google API's
19298     * Add permissions required for Google Maps to manifest, and API key
19299     
19300     Signed-off-by: Mike Beattie <mike@ethernal.org>
19301
19302 commit b7dc6045892b33b04ec7c27bdc940b4d3e1b9cbf
19303 Author: Mike Beattie <mike@ethernal.org>
19304 Date:   Thu Mar 7 19:05:43 2013 +1300
19305
19306     altosdroid: adjust Makefile rules
19307     
19308     separate altoslib linking and, making of external lib directory.
19309     
19310     Signed-off-by: Mike Beattie <mike@ethernal.org>
19311
19312 commit 353372425550177cf0531a05706491a96414d12c
19313 Author: Mike Beattie <mike@ethernal.org>
19314 Date:   Thu Mar 7 19:02:48 2013 +1300
19315
19316     altosdroid: use a glob for source files
19317     
19318     Signed-off-by: Mike Beattie <mike@ethernal.org>
19319
19320 commit 1c9a3a5080ca0e21f45c2b7ea889793645796751
19321 Author: Mike Beattie <mike@ethernal.org>
19322 Date:   Thu Mar 7 18:59:30 2013 +1300
19323
19324     altosdroid: Only update BuildInfo.java when other source files change
19325     
19326     Signed-off-by: Mike Beattie <mike@ethernal.org>
19327
19328 commit 10042fed36d19c1b21b8f04c57da708afc085b25
19329 Author: Mike Beattie <mike@ethernal.org>
19330 Date:   Thu Mar 7 18:54:45 2013 +1300
19331
19332     altosdroid: Fix up some formatting in manifest
19333     
19334     (And add flag to allow settings backup by google services)
19335     
19336     Signed-off-by: Mike Beattie <mike@ethernal.org>
19337
19338 commit 760b1f02c178c600226f39b5e66d8cbadbf4a29b
19339 Merge: afd2674 cbad587
19340 Author: Keith Packard <keithp@keithp.com>
19341 Date:   Wed Mar 6 21:53:22 2013 -0800
19342
19343     Merge remote-tracking branch 'mjb/master'
19344
19345 commit 5560148ffea1a718a303d999a0f8a625deceef23
19346 Author: Mike Beattie <mike@ethernal.org>
19347 Date:   Thu Mar 7 18:51:27 2013 +1300
19348
19349     altosdroid: minor whitespace cleanup
19350     
19351     (damn my OCD!)
19352     
19353     Signed-off-by: Mike Beattie <mike@ethernal.org>
19354
19355 commit 9a54e278298540582b91ff3eda476265082e890c
19356 Author: Mike Beattie <mike@ethernal.org>
19357 Date:   Thu Mar 7 18:46:32 2013 +1300
19358
19359     altosdroid: update copyrights/licensing
19360     
19361     Signed-off-by: Mike Beattie <mike@ethernal.org>
19362
19363 commit afd2674261e128a0ecff8fbf5dd6a64196b026f6
19364 Author: Keith Packard <keithp@keithp.com>
19365 Date:   Mon Mar 4 19:44:30 2013 -0800
19366
19367     altoslib: Invalidate GPS new data bit when updating state
19368     
19369     Somehow this line got lost when the GPS ground altitude fix was made.
19370     
19371     Signed-off-by: Keith Packard <keithp@keithp.com>
19372
19373 commit 3605e97ee918b3f87e4c471906f708c3ea027eef
19374 Author: Keith Packard <keithp@keithp.com>
19375 Date:   Sun Mar 3 16:53:52 2013 -0800
19376
19377     ao-tools: Add ao-dumpflash program
19378     
19379     This program dumps the entire flash contents of an AltOS device to
19380     allow for external analysis.
19381     
19382     Signed-off-by: Keith Packard <keithp@keithp.com>
19383
19384 commit 784edcda52d681bbc9302fbc7efb80cb214f71b8
19385 Author: Keith Packard <keithp@keithp.com>
19386 Date:   Sat Mar 2 17:46:29 2013 -0800
19387
19388     libaltos: Open FTDI serial devices twice on Windows.
19389     
19390     Looks like the Windows FTDI driver has 'issues' and opening it only
19391     once doesn't work correctly. Just close and re-open the device and it
19392     seems to be perfectly happy.
19393     
19394     Who knows?
19395     
19396     Signed-off-by: Keith Packard <keithp@keithp.com>
19397
19398 commit cb09076fe16d28e25f5b20b2178cfad10adbeddb
19399 Author: Keith Packard <keithp@keithp.com>
19400 Date:   Fri Mar 1 20:48:28 2013 -0800
19401
19402     doc: Add version 1.2 release notes
19403     
19404     Signed-off-by: Keith Packard <keithp@keithp.com>
19405
19406 commit c9cba68049f957d69a88150470c086dd6f4a42c0
19407 Author: Keith Packard <keithp@keithp.com>
19408 Date:   Fri Mar 1 20:45:43 2013 -0800
19409
19410     doc: Document how to get TeleMini to 'emergency recovery' mode
19411     
19412     TeleMini needs emergency recovery mode in case you forget the radio
19413     parameters and need to get things back to a known state. Add
19414     documentation to describe what this does and how to get it enabled.
19415     
19416     Signed-off-by: Keith Packard <keithp@keithp.com>
19417
19418 commit 113b1146f6ac0ecd423f3fb409e02730604b8aca
19419 Author: Keith Packard <keithp@keithp.com>
19420 Date:   Fri Mar 1 12:34:04 2013 -0800
19421
19422     altosuilib: Disable graph element notifies for each add()
19423     
19424     This reduces the number of notify calls made and dramatically speeds
19425     up graph creation.
19426     
19427     Signed-off-by: Keith Packard <keithp@keithp.com>
19428
19429 commit 351e4110f519d18bb36747955578e9e5b9aeec7b
19430 Author: Keith Packard <keithp@keithp.com>
19431 Date:   Fri Mar 1 12:28:34 2013 -0800
19432
19433     altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapher
19434     
19435     This will let the data adding functions disable notifications while
19436     adding all of the graph data, and then send a single notification when
19437     the data sets are complete, which speeds up creating of the graph
19438     elements quite a bit.
19439     
19440     Signed-off-by: Keith Packard <keithp@keithp.com>
19441
19442 commit d0bd0093a65b73a178da6ddcafcc4dbaa3caca39
19443 Author: Keith Packard <keithp@keithp.com>
19444 Date:   Sun Feb 24 01:20:41 2013 -0800
19445
19446     altos: telescience-v0.2 is an ARM product
19447     
19448     Move it from SDCC to ARM targets as Jenkins doesn't have an ARM compiler.
19449     
19450     Signed-off-by: Keith Packard <keithp@keithp.com>
19451
19452 commit 9230f0a5b119044235c0c419e85a83115aae924d
19453 Author: Keith Packard <keithp@keithp.com>
19454 Date:   Sun Feb 24 01:20:16 2013 -0800
19455
19456     altos/driver: Make HMC5883 driver build again
19457     
19458     Adapt to changes in OS interfaces
19459     
19460     Signed-off-by: Keith Packard <keithp@keithp.com>
19461
19462 commit 2120d362cefceba69e75996b6391d9558978c01d
19463 Merge: 5246acb a04c4f7
19464 Author: Keith Packard <keithp@keithp.com>
19465 Date:   Sun Feb 24 00:20:54 2013 -0800
19466
19467     Merge branch 'telescience-v0.2'
19468
19469 commit 5246acb70b79980de36bd5d0ba0d017529ae9a78
19470 Author: Keith Packard <keithp@keithp.com>
19471 Date:   Sun Feb 24 00:20:36 2013 -0800
19472
19473     Update build version to 1.2
19474     
19475     Prepare for 1.2 release
19476     
19477     Signed-off-by: Keith Packard <keithp@keithp.com>
19478
19479 commit 25435dcbc6416935aa432fc090ea977bfff5d153
19480 Author: Keith Packard <keithp@keithp.com>
19481 Date:   Sun Feb 24 00:19:49 2013 -0800
19482
19483     altos/stm: Add more bits to NVIC register definitions
19484     
19485     This cleans up a few values, adds more comments and a few more NVIC fields.
19486     
19487     Signed-off-by: Keith Packard <keithp@keithp.com>
19488
19489 commit cbad587b49c565edd2c9356a015d6cfd52df93a3
19490 Author: Mike Beattie <mike@ethernal.org>
19491 Date:   Fri Feb 15 22:09:16 2013 +1300
19492
19493     altosdroid: excise old code/xml
19494     
19495     Signed-off-by: Mike Beattie <mike@ethernal.org>
19496
19497 commit 5e53a485310cc11e6add077fb4bd0b0267734ff0
19498 Author: Mike Beattie <mike@ethernal.org>
19499 Date:   Fri Feb 15 21:59:08 2013 +1300
19500
19501     all: clean up .gitignore files and Makefile clean targets
19502     
19503     Signed-off-by: Mike Beattie <mike@ethernal.org>
19504
19505 commit be8eecc4117a14139e4421ce86b67d29a0f0c3d4
19506 Author: Keith Packard <keithp@keithp.com>
19507 Date:   Mon Feb 11 11:40:38 2013 -0800
19508
19509     altosui: Fix AltosLanded call to AltosGraphUI
19510     
19511     Changed the argument from String to File but forgot this one.
19512     
19513     Signed-off-by: Keith Packard <keithp@keithp.com>
19514
19515 commit 59365eb4e1f63a1ced1667ac233058a06a8eecef
19516 Author: Keith Packard <keithp@keithp.com>
19517 Date:   Mon Feb 11 10:34:47 2013 -0800
19518
19519     altosui: Remove graph series which aren't available
19520     
19521     Make sure all graph series have actual data underlying them by
19522     checking the available data before creating the series objects.
19523     
19524     Signed-off-by: Keith Packard <keithp@keithp.com>
19525
19526 commit 2a9ca1dcd00da2cfdd0a2ea616308dfb64ee80d4
19527 Author: Keith Packard <keithp@keithp.com>
19528 Date:   Mon Feb 11 10:31:24 2013 -0800
19529
19530     altosui: Stick file basename in graph window title
19531     
19532     The title was empty before, this seems more useful than that.
19533     
19534     Signed-off-by: Keith Packard <keithp@keithp.com>
19535
19536 commit 5a4cd7b9b318ddea5d1dcc71918819f11256ca94
19537 Author: Keith Packard <keithp@keithp.com>
19538 Date:   Mon Feb 11 10:24:34 2013 -0800
19539
19540     altosuilib: rescale axis when enabling data series
19541     
19542     This makes sure new series are visible when you enable them.
19543     
19544     Signed-off-by: Keith Packard <keithp@keithp.com>
19545
19546 commit 169a6d51718d6b9fae757df9950d2e960d1c8c1d
19547 Author: Keith Packard <keithp@keithp.com>
19548 Date:   Sun Feb 10 19:33:50 2013 -0800
19549
19550     micropeak: Remove Info.plist
19551     
19552     It's built from Info.plist.in
19553     
19554     Signed-off-by: Keith Packard <keithp@keithp.com>
19555
19556 commit 64399500ad1a7ad70452cbda4d60723b5904ca3d
19557 Author: Keith Packard <keithp@keithp.com>
19558 Date:   Sun Feb 10 19:01:41 2013 -0800
19559
19560     Build Windows .nsi files in configure script
19561     
19562     These need the library version numbers embedded in them.
19563     
19564     Signed-off-by: Keith Packard <keithp@keithp.com>
19565
19566 commit cbd9dd989a662f41ddcb0c9e0f4453840687fd4a
19567 Author: Keith Packard <keithp@keithp.com>
19568 Date:   Sun Feb 10 15:34:56 2013 -0800
19569
19570     altosui: Add map and GPS data to graph window. Trac #50
19571     
19572     See where the rocket landed without having to replay the whole flight.
19573     
19574     Signed-off-by: Keith Packard <keithp@keithp.com>
19575
19576 commit f0a125503e502d213711df0d7774d837d4d98447
19577 Author: Keith Packard <keithp@keithp.com>
19578 Date:   Sun Feb 10 14:56:10 2013 -0800
19579
19580     altosui: Display count of erased flights along with their numbers
19581     
19582     An attempt to clarify what's going on by providing both a count and
19583     the flight numbers.
19584     
19585     Signed-off-by: Keith Packard <keithp@keithp.com>
19586
19587 commit 17455da530833d3db03ee2ace7b15130ed307670
19588 Author: Keith Packard <keithp@keithp.com>
19589 Date:   Sun Feb 10 14:51:46 2013 -0800
19590
19591     altosui: Display block number while downloading flights. Track #51
19592     
19593     We don't know how long the flight log is, but we can at least provide
19594     a block number in the pacifier to let the user know it's not wedged.
19595     
19596     Signed-off-by: Keith Packard <keithp@keithp.com>
19597
19598 commit a9cf50c9f29f42cc3ca0daff3c69a4087cf9aa1c
19599 Author: Keith Packard <keithp@keithp.com>
19600 Date:   Sun Feb 10 14:40:48 2013 -0800
19601
19602     altoslib: Fix available flight log storage computation
19603     
19604     number of flights was off by one as it was initialized to -1
19605     storage erase unit wasn't getting fetched correctly
19606     flight_log_max is in kB, not B; need to multiply by 1024
19607     
19608     Signed-off-by: Keith Packard <keithp@keithp.com>
19609
19610 commit 504cf412e8b60b5ff2dea93ed3336f0e058dea62
19611 Author: Keith Packard <keithp@keithp.com>
19612 Date:   Sun Feb 10 14:18:16 2013 -0800
19613
19614     altosui: Display callsign in connecting message window
19615     
19616     When waiting for the remote end to respond, display the callsign along
19617     with the frequency so that the user remembers that it's important to
19618     set that too.
19619     
19620     Signed-off-by: Keith Packard <keithp@keithp.com>
19621
19622 commit c2701ae646124f0668c5f2d1df3fc80f0075a9d7
19623 Author: Keith Packard <keithp@keithp.com>
19624 Date:   Sun Feb 10 14:17:04 2013 -0800
19625
19626     altosui: Interrupt MonitorIdle when changing frequency/callsign
19627     
19628     When switching radio parameters, the local device needs to have the
19629     parameters switched, so interrupt the current operation and start
19630     over, the frequency and callsign will be set the next time through.
19631     
19632     Signed-off-by: Keith Packard <keithp@keithp.com>
19633
19634 commit cc0ea39fee73417ecd69c020d9eca723ebb2cf65
19635 Author: Keith Packard <keithp@keithp.com>
19636 Date:   Sun Feb 10 11:58:36 2013 -0800
19637
19638     altosui: Add callsign to Monitor Idle window (Trac #62)
19639     
19640     This makes it a lot more obvious that the callsign is relevant to the
19641     Monitor Idle process.
19642     
19643     Signed-off-by: Keith Packard <keithp@keithp.com>
19644
19645 commit bf88c5f829ea5d32043431945e862a9f6c96740a
19646 Merge: 3227029 d05a779
19647 Author: Keith Packard <keithp@keithp.com>
19648 Date:   Sun Feb 10 01:21:52 2013 -0800
19649
19650     Merge remote-tracking branch 'mjb/master'
19651
19652 commit 32270296671aac3b3ba15f9c1777bcdd77b9c36c
19653 Author: Keith Packard <keithp@keithp.com>
19654 Date:   Sun Feb 10 00:40:59 2013 -0800
19655
19656     altosui: Adjust graph voltage tool-tip value format
19657     
19658     Voltages are always small, so use more of the space for the
19659     fractional value.
19660     
19661     Signed-off-by: Keith Packard <keithp@keithp.com>
19662
19663 commit a5fb03421751b342dcd450caee49a608d8828175
19664 Author: Keith Packard <keithp@keithp.com>
19665 Date:   Sun Feb 10 00:32:26 2013 -0800
19666
19667     altoslib: Fix a couple of unit functions to make them public
19668     
19669     Nice to be able to use these outside of altoslib
19670     
19671     Signed-off-by: Keith Packard <keithp@keithp.com>
19672
19673 commit 2efd3ad80d4fefa8ccc1b80a2e657dbf9ba0c60f
19674 Author: Keith Packard <keithp@keithp.com>
19675 Date:   Sun Feb 10 00:29:29 2013 -0800
19676
19677     altosui/altoslib/altosuilib: Switch altosui to shared graph code
19678     
19679     This adds a configuration tab to the graph window to enable/disable
19680     various plotted values.
19681     
19682     Signed-off-by: Keith Packard <keithp@keithp.com>
19683
19684 commit 0169e56ad030c0096b1068d00f06957990dfb31f
19685 Author: Keith Packard <keithp@keithp.com>
19686 Date:   Sat Feb 9 20:24:33 2013 -0800
19687
19688     altosuilib/micropeak: Add state markers to micropeak graph
19689     
19690     I think this makes the micropeak graph as functional as the altosui graph
19691     
19692     Signed-off-by: Keith Packard <keithp@keithp.com>
19693
19694 commit 518b16f64f4be096ceff13ab31b96d6909fe3ae2
19695 Author: Keith Packard <keithp@keithp.com>
19696 Date:   Sat Feb 9 19:24:18 2013 -0800
19697
19698     altoslib: Fix altoslib install
19699     
19700     Was using AltosLibdir in several places still
19701     
19702     Signed-off-by: Keith Packard <keithp@keithp.com>
19703
19704 commit 41ede0267250a1d3b26e19cc9dd78f32609f7f0f
19705 Author: Keith Packard <keithp@keithp.com>
19706 Date:   Sat Feb 9 19:23:27 2013 -0800
19707
19708     altosuilib: Initialize graph axes units
19709     
19710     Signed-off-by: Keith Packard <keithp@keithp.com>
19711
19712 commit 9d3da1530c1007d5d1f28062b3947f4aa981bfa8
19713 Author: Keith Packard <keithp@keithp.com>
19714 Date:   Sat Feb 9 02:00:13 2013 -0800
19715
19716     altoslib: Add AltosUnits.graph_format
19717     
19718     This describes the format of numbers used on a graph axis for use with jfreechart
19719     
19720     Signed-off-by: Keith Packard <keithp@keithp.com>
19721
19722 commit ab9caa22ea905844a99e08b5f6d3b072f094283e
19723 Author: Keith Packard <keithp@keithp.com>
19724 Date:   Sat Feb 9 01:59:18 2013 -0800
19725
19726     micropeak: Use altosuilib graphing functions
19727     
19728     Move these out of micropeak and into shared code
19729     
19730     Signed-off-by: Keith Packard <keithp@keithp.com>
19731
19732 commit 9839b0b62d797a8616fc66038e3f3c68e2a214d0
19733 Author: Keith Packard <keithp@keithp.com>
19734 Date:   Sat Feb 9 01:58:23 2013 -0800
19735
19736     altosuilib: Add graphing routines from MicroPeak
19737     
19738     Make these available for AltosUI too
19739     
19740     Signed-off-by: Keith Packard <keithp@keithp.com>
19741
19742 commit fd5e6b80a8be5fac7d913b97570f7e11f70a60ba
19743 Author: Keith Packard <keithp@keithp.com>
19744 Date:   Sat Feb 9 01:55:51 2013 -0800
19745
19746     altosuilib: Remove duplicate AltosUnitsListener.java
19747     
19748     This lives in altoslib
19749     
19750     Signed-off-by: Keith Packard <keithp@keithp.com>
19751
19752 commit c6d7776bbe0b7f84e51af88d1ac2b7d35133a0ad
19753 Author: Bdale Garbee <bdale@gag.com>
19754 Date:   Sat Feb 9 09:09:36 2013 -0700
19755
19756     various updates to the text .. more SMA to BNC adapter references, etc
19757
19758 commit 033c2c4c018343b0e86d5e231bc2dc56e643f8ee
19759 Author: Bdale Garbee <bdale@gag.com>
19760 Date:   Sat Feb 9 08:47:10 2013 -0700
19761
19762     update copyright year to 2013
19763
19764 commit ed200884f3e4fb895ee17ef38a9b6d3371b59625
19765 Author: Bdale Garbee <bdale@gag.com>
19766 Date:   Sat Feb 9 08:44:11 2013 -0700
19767
19768     add pcb overall dimensions and screw sizes the holes are intended for
19769
19770 commit e374f8e5a5f12602ef62518fcf672a231080baee
19771 Author: Keith Packard <keithp@keithp.com>
19772 Date:   Fri Feb 8 23:37:49 2013 -0800
19773
19774     doc: Add TeleMetrum and TeleMini drill templates
19775     
19776     Signed-off-by: Keith Packard <keithp@keithp.com>
19777
19778 commit c3024b759fcdf8b84a2139c1535c573a31eb5c95
19779 Author: Keith Packard <keithp@keithp.com>
19780 Date:   Mon Feb 4 10:51:49 2013 -0800
19781
19782     altos: Add atmosphere.5c
19783     
19784     Shared code for building pressure tables
19785     
19786     Signed-off-by: Keith Packard <keithp@keithp.com>
19787
19788 commit 0e982294961205bef525ecad7172a1f3ab66677f
19789 Author: Keith Packard <keithp@keithp.com>
19790 Date:   Mon Feb 4 09:56:18 2013 -0800
19791
19792     test: Accept micropeak CSV files for micropeak testing
19793     
19794     This interpolates the missing values to provide a reasonable testing
19795     environment for the Micropeak flight firmware.
19796     
19797     Signed-off-by: Keith Packard <keithp@keithp.com>
19798
19799 commit 9aca92a20343a2cf7e05abc7b100852d81f86c0d
19800 Author: Keith Packard <keithp@keithp.com>
19801 Date:   Mon Feb 4 09:51:30 2013 -0800
19802
19803     altos: Document which MPU6000 revs have broken accel values
19804     
19805     From Tridge -- MPU6000 rev C4 and C5 are broken, having accelerometer
19806     values in the wrong range. This commit just adds comments which note
19807     this; experimentation will be required to actually sort out what's
19808     going on.
19809     
19810     Signed-off-by: Keith Packard <keithp@keithp.com>
19811
19812 commit 809eb5b1252a75d489e3ad2fd2a4af701fa0aa52
19813 Author: Keith Packard <keithp@keithp.com>
19814 Date:   Mon Feb 4 09:50:07 2013 -0800
19815
19816     micropeak: Update Makefile to versioned Java libraries
19817     
19818     Library names have changed; deal with it.
19819     
19820     Signed-off-by: Keith Packard <keithp@keithp.com>
19821
19822 commit 7afd76e70c086003a2cd87ce459fda4188c76ad6
19823 Author: Keith Packard <keithp@keithp.com>
19824 Date:   Mon Feb 4 09:49:07 2013 -0800
19825
19826     altoslib: fix Makefile JAR target
19827     
19828     Was referencing stale classAltosLib.stamp instead of new classaltoslib.stamp
19829     
19830     Signed-off-by: Keith Packard <keithp@keithp.com>
19831
19832 commit 8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee
19833 Author: Keith Packard <keithp@keithp.com>
19834 Date:   Tue Jan 29 17:00:43 2013 +1100
19835
19836     Add version numbers to java libraries
19837     
19838     Make our private java library names include a version number so we can
19839     ship and install multiple versions at the same time.
19840     
19841     Signed-off-by: Keith Packard <keithp@keithp.com>
19842
19843 commit 5a3c5de6657d1c26e52015a8acec0cd05e294cef
19844 Author: Keith Packard <keithp@keithp.com>
19845 Date:   Tue Jan 29 14:52:23 2013 +1100
19846
19847     Change AltosLib to altoslib
19848     
19849     Follow Java conventions
19850     
19851     Signed-off-by: Keith Packard <keithp@keithp.com>
19852
19853 commit d05a77992df983b9fa79f0e2b20d2c6b387c180c
19854 Author: Mike Beattie <mike@ethernal.org>
19855 Date:   Tue Jan 29 01:34:48 2013 +1300
19856
19857     altosdroid: initial release to Play Store
19858     
19859     * Add release keystore (encrypted)
19860     * Turn off debugging in UI
19861     * add 'sign' target to Makefile.am
19862     * Update version string in AndroidManifest.xml to match released version of altosui.
19863     
19864     Signed-off-by: Mike Beattie <mike@ethernal.org>
19865
19866 commit 5eb52f54a616f4e89b718d50d77a7b68cf7a4354
19867 Author: Keith Packard <keithp@keithp.com>
19868 Date:   Thu Jan 24 14:18:39 2013 -0800
19869
19870     Mark MicroPeak as a recording altimeter, not a peak-recording altimeter
19871     
19872     Signed-off-by: Keith Packard <keithp@keithp.com>
19873
19874 commit b62097c9d79f848042485234dc46ade60deabc02
19875 Author: Keith Packard <keithp@keithp.com>
19876 Date:   Tue Jan 22 18:50:02 2013 -0800
19877
19878     micropeak: fix 'make clean' and .gitignore
19879     
19880     Make git status clean in micropeak dir
19881     
19882     Signed-off-by: Keith Packard <keithp@keithp.com>
19883
19884 commit 96193d8c09159b81e60851ed90682b9120e15f55
19885 Author: Keith Packard <keithp@keithp.com>
19886 Date:   Tue Jan 22 17:49:25 2013 -0800
19887
19888     micropeak: Add mac build file Info.plist
19889     
19890     Signed-off-by: Keith Packard <keithp@keithp.com>
19891
19892 commit b5c988fb59c1e48baa81b56be9b7b4ab0eebabea
19893 Author: Keith Packard <keithp@keithp.com>
19894 Date:   Tue Jan 22 17:34:44 2013 -0800
19895
19896     Add documentation for the MicroPeak USB interface
19897     
19898     Signed-off-by: Keith Packard <keithp@keithp.com>
19899
19900 commit 9da66ca607664bb81b0986c121518faa4c1cb9fd
19901 Author: Keith Packard <keithp@keithp.com>
19902 Date:   Tue Jan 22 17:29:37 2013 -0800
19903
19904     micropeak: Respect font size preference in MicroPeak stats tab
19905     
19906     This uses the font size preference to adjust the size of the text
19907     shown in the Statistics tab.
19908     
19909     Signed-off-by: Keith Packard <keithp@keithp.com>
19910
19911 commit 3454592169dcb61b81de9af2b631b87e7dd86231
19912 Author: Keith Packard <keithp@keithp.com>
19913 Date:   Sun Jan 20 15:42:05 2013 -0800
19914
19915     altosui: Make initial AltOS window position configurable
19916     
19917     Give the user a choice of nine locations on the screen
19918     
19919     Signed-off-by: Keith Packard <keithp@keithp.com>
19920
19921 commit cf03ab3383b679e6617e8ab7004be91e5a727562
19922 Author: Keith Packard <keithp@keithp.com>
19923 Date:   Sun Jan 20 15:39:53 2013 -0800
19924
19925     altosui: Remove duplicate AltosUIPreferences.java
19926     
19927     This lives in altosuilib now. Several files needed imports of
19928     altosuilib added as a result.
19929     
19930     Signed-off-by: Keith Packard <keithp@keithp.com>
19931
19932 commit e1133481f2208fd16be8196977696da2cce430f3
19933 Author: Keith Packard <keithp@keithp.com>
19934 Date:   Sun Jan 20 15:37:40 2013 -0800
19935
19936     altosui: All of the Altos class is actually in AltosUILib now
19937     
19938     Remove all of the duplicate content, shrinking AltosLib to a simple alias
19939     
19940     Signed-off-by: Keith Packard <keithp@keithp.com>
19941
19942 commit 5d35fd843299b5ff09a36220e6ecd8aefceb9b2c
19943 Author: Keith Packard <keithp@keithp.com>
19944 Date:   Sat Jan 19 18:04:08 2013 -0800
19945
19946     altosui/micropeak: Let native window system place windows
19947     
19948     Instead of forcing windows to our choice of positions, let the host
19949     window pick reasonable locations. This avoids having all of our
19950     windows appear on top of one another.
19951     
19952     Signed-off-by: Keith Packard <keithp@keithp.com>
19953
19954 commit aed990c3a37249a111c783336afade7ecdda7546
19955 Author: Keith Packard <keithp@keithp.com>
19956 Date:   Sat Jan 19 19:30:38 2013 -0800
19957
19958     altosi: callsign could not be configured for AltosUI
19959     
19960     An extra local variable called callsign_value was hiding the object
19961     field by the same name and preventing it from getting set to the right value
19962     
19963     Signed-off-by: Keith Packard <keithp@keithp.com>
19964
19965 commit 4646beb421ab5bec612dfe5e3c57e790b1f41203
19966 Author: Keith Packard <keithp@keithp.com>
19967 Date:   Fri Jan 18 21:53:54 2013 -0800
19968
19969     Tag version 1.1.9.3
19970     
19971     Signed-off-by: Keith Packard <keithp@keithp.com>
19972
19973 commit ce3c9e6be6fde51fb02d692f1ef1222fb5ada8c9
19974 Author: Keith Packard <keithp@keithp.com>
19975 Date:   Wed Jan 16 22:05:32 2013 -0800
19976
19977     micropeak: Fetch Mac and Windows drivers when creating packages
19978     
19979     This downloads the FTDI drivers from FTDI during the build process
19980     
19981     Signed-off-by: Keith Packard <keithp@keithp.com>
19982
19983 commit a04c4f7b07e97d568f8f6f56dd363329817fb52c
19984 Merge: 0c2fa96 bd84dfd
19985 Author: Keith Packard <keithp@keithp.com>
19986 Date:   Wed Jan 16 15:22:46 2013 -0800
19987
19988     Merge branch 'master' into telescience-v0.2
19989
19990 commit bd84dfd8e53d8939281993e062015f67c0dd9fa2
19991 Author: Keith Packard <keithp@keithp.com>
19992 Date:   Wed Jan 16 15:18:31 2013 -0800
19993
19994     micropeak: Show decimeters in stats window
19995     
19996     We're promising this kindof accuracy, so we'd best show it off
19997     
19998     Signed-off-by: Keith Packard <keithp@keithp.com>
19999
20000 commit 540309240a8515116120dbd4403902282ed8c27b
20001 Author: Keith Packard <keithp@keithp.com>
20002 Date:   Wed Jan 16 15:15:49 2013 -0800
20003
20004     altos: Add Kalman filter to MicroPeak
20005     
20006     This filters altitudes more accurately and also allows tracking of
20007     acceleration, which is used to discard height data generated by
20008     ejection charge noise
20009     
20010     Signed-off-by: Keith Packard <keithp@keithp.com>
20011
20012 commit 249ee968305ae6e8fcf0a10e5cf9cc5826bd81dd
20013 Author: Keith Packard <keithp@keithp.com>
20014 Date:   Wed Jan 16 15:13:31 2013 -0800
20015
20016     altos: Add computation of MicroPeak Kalman correction coefficients
20017     
20018     Signed-off-by: Keith Packard <keithp@keithp.com>
20019
20020 commit dd60d85d07b881ac03294a8cf607e469f2e69610
20021 Author: Keith Packard <keithp@keithp.com>
20022 Date:   Wed Jan 16 15:01:12 2013 -0800
20023
20024     altos: Correct model error covariance matrix
20025     
20026     Finally found a couple of decent references on how to set the model
20027     (process) error covariance matrix. The current process matrix turns
20028     out to be correct for a continuous kalman filter (which isn't
20029     realizable, of course). For a discrete filter, the error in modeled
20030     acceleration (we model it as a constant) needs to be propogated to the
20031     speed and position portions of the matrix.
20032     
20033     The correct matrix is seen in this paper:
20034     
20035     On Reduced-Order Kalman Filters For GPS Position Filtering
20036         J. Shima
20037         6/2/2001
20038     
20039     This references an older paper which is supposed to describe the
20040     derivation of the matrix:
20041     
20042     Singer, R.A., “Estimating Optimal Tracking Filter Performance for Manned Maneuvering Targets,”
20043     IEEE Transactions of Aerospace and Electronic Systems, AES-5, July 1970, pp. 473-483.
20044     
20045     This change has a minor effect on the computed correction
20046     coefficients; it should respond more reasonably to acceleration
20047     changes now.
20048     
20049     Signed-off-by: Keith Packard <keithp@keithp.com>
20050
20051 commit 0c2fa9614ffe22901ba0fd089e1e02c362f9fbe0
20052 Merge: 456120d f2b59cf
20053 Author: Keith Packard <keithp@keithp.com>
20054 Date:   Wed Jan 16 10:40:28 2013 -0800
20055
20056     Merge remote-tracking branch 'origin/telescience-v0.2' into telescience-v0.2
20057
20058 commit 456120d201d72c89576a0c8d69b2fcba44169507
20059 Merge: f24c421 994ff76
20060 Author: Keith Packard <keithp@keithp.com>
20061 Date:   Wed Jan 16 10:39:40 2013 -0800
20062
20063     Merge branch 'master' into telescience-v0.2
20064
20065 commit 994ff76a064dcbd3113db771cd9cd9591fd68dea
20066 Author: Keith Packard <keithp@keithp.com>
20067 Date:   Wed Jan 16 10:37:55 2013 -0800
20068
20069     doc: Add simplesect headers to release notes
20070     
20071     This makes it easy to see which changes are from each version of the software.
20072     
20073     Signed-off-by: Keith Packard <keithp@keithp.com>
20074
20075 commit f64fe671b7b4e2389219d672bcea978d0539d4ae
20076 Author: Bdale Garbee <bdale@gag.com>
20077 Date:   Wed Jan 16 10:46:04 2013 -0700
20078
20079     document what the 'Age' value in the AltosUI display means
20080
20081 commit f2b59cf3d30425bc4b12f37e86832e40b7702d3d
20082 Author: Bdale Garbee <bdale@gag.com>
20083 Date:   Wed Jan 16 10:46:04 2013 -0700
20084
20085     document what the 'Age' value in the AltosUI display means
20086
20087 commit f24c4219de9563cf0ef24b763ce54d961c182696
20088 Author: Keith Packard <keithp@keithp.com>
20089 Date:   Sun Jan 13 21:38:26 2013 -0800
20090
20091     altos: Change CC1120 SPI speed to 4MHz.
20092     
20093     Most of the chip can run at 8MHz, but extended register access is
20094     limited to 6.1MHz. Instead of pushing things, just run the SPI bus at
20095     4MHz.
20096     
20097     Signed-off-by: Keith Packard <keithp@keithp.com>
20098
20099 commit a866431e9a063830b407f749ff97a730831e5e4e
20100 Author: Keith Packard <keithp@keithp.com>
20101 Date:   Sun Jan 13 20:50:10 2013 -0800
20102
20103     altos: Crank fast SPI on STM to 8MHz
20104     
20105     With the GPIO pins set to 10MHz now, we can run SPI at the maximum
20106     possible speed (8MHz).
20107     
20108     Signed-off-by: Keith Packard <keithp@keithp.com>
20109
20110 commit 8d885616e2e522b8aea5e7d5398f16d330a0cffa
20111 Author: Keith Packard <keithp@keithp.com>
20112 Date:   Sun Jan 13 20:48:47 2013 -0800
20113
20114     altos: Set STM GPIO output speed for SPI pins correctly
20115     
20116     The GPIO pin settings affect the output impedence, and hence the
20117     maximum speed for SPI. Cranking these to suitable values allows SPI to
20118     run at full speed.
20119     
20120     Signed-off-by: Keith Packard <keithp@keithp.com>
20121
20122 commit f2810aa33fc6fe254761a0044c62c7b23e59e6bc
20123 Author: Keith Packard <keithp@keithp.com>
20124 Date:   Sun Jan 13 20:48:08 2013 -0800
20125
20126     altos: Build telescience-v0.2
20127     
20128     Signed-off-by: Keith Packard <keithp@keithp.com>
20129
20130 commit 3645cb6578ec2a11ab7b0f6d435c6de22ca02a9f
20131 Author: Keith Packard <keithp@keithp.com>
20132 Date:   Sun Jan 13 10:31:59 2013 -0800
20133
20134     Update avr ao_spi_slave code to match API changes
20135     
20136     Made the interface use void * for pointers and uint16_t for lengths
20137     
20138     Signed-off-by: Keith Packard <keithp@keithp.com>
20139
20140 commit 7883744526156879ad63256ab12d959df56d5252
20141 Author: Keith Packard <keithp@keithp.com>
20142 Date:   Sat Jan 12 20:11:38 2013 -0800
20143
20144     altos: Initial telescience bits
20145     
20146     These might do something, and should at least bring up USB
20147     
20148     Signed-off-by: Keith Packard <keithp@keithp.com>
20149
20150 commit 670034eef48d63cdaec8d271fa93da984ffe2ea9
20151 Merge: 8c5ebaf d374d6b
20152 Author: Bdale Garbee <bdale@gag.com>
20153 Date:   Sat Jan 12 10:57:22 2013 -0700
20154
20155     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
20156
20157 commit d374d6be7eb040457f4df6c38b5d057f26ee741c
20158 Author: Keith Packard <keithp@keithp.com>
20159 Date:   Sat Jan 12 09:45:31 2013 -0800
20160
20161     micropeak: Record samples before boost detect
20162     
20163     This saves a ring of 16 samples while waiting for boost, and then goes
20164     back through those looking for the first sample higher than the ground
20165     and writes the remaining ones to the log so that we get a more
20166     complete log of the flight
20167     
20168     Signed-off-by: Keith Packard <keithp@keithp.com>
20169
20170 commit 85baf657e7ea6debbed9effc6f8daff7ef09a5d8
20171 Author: Keith Packard <keithp@keithp.com>
20172 Date:   Thu Jan 10 23:42:41 2013 -0800
20173
20174     altosui: Reference altosuilib.jar and altoslib.jar from original dirs
20175     
20176     The symlinks may not be created when the build is getting run as the
20177     dependencies aren't in place (thanks, automake).
20178     
20179     Signed-off-by: Keith Packard <keithp@keithp.com>
20180
20181 commit 962e3bd0461f187cd599ba54e7129c84f97d4c4d
20182 Author: Keith Packard <keithp@keithp.com>
20183 Date:   Thu Jan 10 22:11:36 2013 -0800
20184
20185     altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling
20186     
20187     The symlinks for the libraries have to be present before compiling stuff.
20188     
20189     Signed-off-by: Keith Packard <keithp@keithp.com>
20190
20191 commit 9f6b1570277c326c00d5da274f608fbdeb91c911
20192 Author: Keith Packard <keithp@keithp.com>
20193 Date:   Thu Jan 10 21:42:23 2013 -0800
20194
20195     micropeak: Note when libaltos fails
20196     
20197     Not getting any device list back from MicroUSB means the library
20198     wasn't found, so pop up a dialog box explaining the situation.
20199     
20200     Signed-off-by: Keith Packard <keithp@keithp.com>
20201
20202 commit c3e807ffcd34d514f36bc11adbae9337991a1743
20203 Author: Keith Packard <keithp@keithp.com>
20204 Date:   Thu Jan 10 21:41:35 2013 -0800
20205
20206     micropeak: Create 'micropeak' script correctly
20207     
20208     Add altoslibdir, remove -cp argument
20209     
20210     Signed-off-by: Keith Packard <keithp@keithp.com>
20211
20212 commit 98e74150040e444ed6480ef3d107caa54c205ef9
20213 Author: Keith Packard <keithp@keithp.com>
20214 Date:   Thu Jan 10 21:38:15 2013 -0800
20215
20216     micropeak: Demonstrate how to hide various parts of the graph
20217     
20218     This just shows how to disable a series and axis; it's not used here.
20219     
20220     Signed-off-by: Keith Packard <keithp@keithp.com>
20221
20222 commit 505ef49a041740fe7cbb5c537b68d22e5fb6c0be
20223 Author: Keith Packard <keithp@keithp.com>
20224 Date:   Thu Jan 10 21:37:18 2013 -0800
20225
20226     micropeak: Report recorded apogee instead of searching flight data
20227     
20228     This makes sure we report the true apogee value instead of looking for
20229     the maximum height value in the flight data, in case the flight
20230     recording ended before the apogee was reached.
20231     
20232     Signed-off-by: Keith Packard <keithp@keithp.com>
20233
20234 commit e94f9547a566c74c30b6321bc073b8bdcb071604
20235 Author: Keith Packard <keithp@keithp.com>
20236 Date:   Thu Jan 10 21:34:24 2013 -0800
20237
20238     Fix up 'make fat' to build all libs and micropeak too
20239     
20240     There are now three libraries to build for both altosui and micropeak.
20241     
20242     Signed-off-by: Keith Packard <keithp@keithp.com>
20243
20244 commit 12a9bd0479db25cbe45c0385913315cc1e0bc892
20245 Author: Keith Packard <keithp@keithp.com>
20246 Date:   Thu Jan 10 21:26:20 2013 -0800
20247
20248     libaltos: Need to check for tty/ttyACMx before ttyACMx
20249     
20250     Otherwise, we'll find 'tty' when looking for 'ttyACMx' and no good
20251     will come from that
20252     
20253     Signed-off-by: Keith Packard <keithp@keithp.com>
20254
20255 commit 1ed6b13e87c1cc2d6618b6ba3a293ea6e3b5752e
20256 Merge: acff2f4 d409417
20257 Author: Keith Packard <keithp@keithp.com>
20258 Date:   Thu Jan 10 21:48:12 2013 -0800
20259
20260     Merge remote-tracking branch 'origin/micropeak-logging'
20261
20262 commit acff2f466031fd1a8533fc315411c3734a8bacc6
20263 Author: Keith Packard <keithp@keithp.com>
20264 Date:   Thu Jan 10 21:27:32 2013 -0800
20265
20266     altos: Time out reading packet data from cc1120 after 100ms
20267     
20268     Sometimes the radio will give a spurious wakeup indicating that a
20269     preamble seems to have arrived, but no packet data will appear. In
20270     this case, abandon the packet reception and go back to waiting for a
20271     preamble again. This releases the SPI bus for other users and also
20272     avoids missing packets.
20273     
20274     Signed-off-by: Keith Packard <keithp@keithp.com>
20275
20276 commit f715b5da3424adacc5a7f1e001e1dd7fa6f50385
20277 Author: Keith Packard <keithp@keithp.com>
20278 Date:   Wed Jan 9 15:29:01 2013 -0800
20279
20280     altoslib: Clean up AltosRecord clone methods
20281     
20282     Make the AltosRecord version abstract and then implement suitable
20283     versions in each subclass by creating copying constructors for each
20284     class.
20285     
20286     Signed-off-by: Keith Packard <keithp@keithp.com>
20287
20288 commit 42733d2823b1ecf54c03881fc120067868c0ff4c
20289 Author: Keith Packard <keithp@keithp.com>
20290 Date:   Wed Jan 9 15:23:46 2013 -0800
20291
20292     altoslib: Don't smash existing GPS pad alt after boost
20293     
20294     Leave the existing GPS pad altitude value in place after boost by
20295     checking to see if it was ever computed before resetting it to the
20296     barometric pad altitude. This makes GPS height values relative to the pad.
20297     
20298     Signed-off-by: Keith Packard <keithp@keithp.com>
20299
20300 commit 8c5ebaf88b459b09924753a8077393a7b0639133
20301 Merge: 59f355f d7d259c
20302 Author: Bdale Garbee <bdale@gag.com>
20303 Date:   Tue Jan 8 22:12:17 2013 -0700
20304
20305     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
20306
20307 commit d409417ff8e9ed9d406bf1c04542a4ecb574768b
20308 Author: Keith Packard <keithp@keithp.com>
20309 Date:   Sun Jan 6 13:20:25 2013 -0800
20310
20311     altosui: Create .dmg file for Mac OS X installations
20312     
20313     Easier for users than a zip file
20314     
20315     Signed-off-by: Keith Packard <keithp@keithp.com>
20316
20317 commit 2582e9b45bb81ff70fbd5c8581370c8c1b5bd5e5
20318 Author: Keith Packard <keithp@keithp.com>
20319 Date:   Sun Jan 6 13:00:00 2013 -0800
20320
20321     micropeak: Add ReadMe.rtf to Mac distribution
20322     
20323     There are *two* steps to installing MicroPeak on Mac OSX. Best help
20324     out the poor user by explaining that.
20325     
20326     Signed-off-by: Keith Packard <keithp@keithp.com>
20327
20328 commit 0f05b1996122b6c6bce81ca33e85c2a65c3ded18
20329 Author: Keith Packard <keithp@keithp.com>
20330 Date:   Sun Jan 6 12:52:25 2013 -0800
20331
20332     micropeak: Create Mac OS X package
20333     
20334     Includes the FTDI driver and the MicroPeak app
20335     
20336     Signed-off-by: Keith Packard <keithp@keithp.com>
20337
20338 commit d663da13db60e1200535282ee1a0ea6305cad98c
20339 Author: Keith Packard <keithp@keithp.com>
20340 Date:   Sat Jan 5 10:59:26 2013 -0800
20341
20342     micropeak: Suggest filenames for saving data
20343     
20344     Uses the format '<year>-<month>-<day>-flight-<number>.mpd'
20345     
20346     Signed-off-by: Keith Packard <keithp@keithp.com>
20347
20348 commit 0c9eecfae02e8499e7c3d53a4386f026c54b04cd
20349 Author: Keith Packard <keithp@keithp.com>
20350 Date:   Sat Jan 5 10:38:20 2013 -0800
20351
20352     micropeak: Create .dmg file for apple. Create micropeak-jdb script
20353     
20354     Signed-off-by: Keith Packard <keithp@keithp.com>
20355
20356 commit 20d54cae1eeca6c5d05bfacbafd77c8aa72247c9
20357 Author: Keith Packard <keithp@keithp.com>
20358 Date:   Sat Jan 5 10:37:30 2013 -0800
20359
20360     micropeak: Use new libaltos entry point for FTDI devices
20361     
20362     Signed-off-by: Keith Packard <keithp@keithp.com>
20363
20364 commit e7e71e2042f2bfc24adcc57cecfe26368eb03e8a
20365 Author: Keith Packard <keithp@keithp.com>
20366 Date:   Sat Jan 5 10:36:50 2013 -0800
20367
20368     micropeak: Move raw view caret to top. Make raw text uneditable
20369     
20370     Signed-off-by: Keith Packard <keithp@keithp.com>
20371
20372 commit 70c7674b53d77e9995a235bb2dc455cb53d9e81e
20373 Author: Keith Packard <keithp@keithp.com>
20374 Date:   Sat Jan 5 10:36:40 2013 -0800
20375
20376     micropeak: Remove debug printf for command line
20377     
20378     Signed-off-by: Keith Packard <keithp@keithp.com>
20379
20380 commit 746ae98829a0fc15577ae0f7b506112178f481e3
20381 Author: Keith Packard <keithp@keithp.com>
20382 Date:   Sat Jan 5 10:35:20 2013 -0800
20383
20384     Add separate code path for listing FTDI devices
20385     
20386     This lets the library do different things for FTDI devices, as is
20387     required on Windows (for instance)
20388     
20389     Signed-off-by: Keith Packard <keithp@keithp.com>
20390
20391 commit ca284d8bef2f4bd360eaec58048ba9abdafc55bd
20392 Author: Keith Packard <keithp@keithp.com>
20393 Date:   Thu Jan 3 18:14:40 2013 -0800
20394
20395     micropeak: Use data.export for Raw display. Change to MPH
20396     
20397     data.export already knows how to format stuff, so use that to
20398     construct the raw data presentation for the GUI too.
20399     
20400     Signed-off-by: Keith Packard <keithp@keithp.com>
20401
20402 commit 81088b42b3ea899c8d1b3f09ee4fe24378fa03c9
20403 Author: Keith Packard <keithp@keithp.com>
20404 Date:   Thu Jan 3 17:40:19 2013 -0800
20405
20406     micropeak: Export in lots of units
20407     
20408     meters, feet, mach and gs
20409     
20410     Signed-off-by: Keith Packard <keithp@keithp.com>
20411
20412 commit f20781010a6560b7b359af269c502d098917c446
20413 Author: Keith Packard <keithp@keithp.com>
20414 Date:   Thu Jan 3 17:31:01 2013 -0800
20415
20416     micropeak: Add command line export option
20417     
20418     micropeak --export <foo.mpd> will create <foo.csv> full of useful data.
20419     
20420     Signed-off-by: Keith Packard <keithp@keithp.com>
20421
20422 commit 36e9603f74b85776ac049758021b51909161aeb1
20423 Author: Keith Packard <keithp@keithp.com>
20424 Date:   Thu Jan 3 17:30:29 2013 -0800
20425
20426     micropeak: Add Mac OS Info.plist file
20427     
20428     needed to build a Mac OS X application
20429     
20430     Signed-off-by: Keith Packard <keithp@keithp.com>
20431
20432 commit 722dc277dee915dcd09d3d65c0ee19173b114ef7
20433 Author: Keith Packard <keithp@keithp.com>
20434 Date:   Wed Jan 2 16:30:44 2013 -0800
20435
20436     micropeak: Change graph tooltip units on the fly
20437     
20438     Make sure the tooltips show the right units when they change
20439     
20440     Signed-off-by: Keith Packard <keithp@keithp.com>
20441
20442 commit 9e4c5b0a6ed3594cff6ab71398c172daa7c67177
20443 Author: Keith Packard <keithp@keithp.com>
20444 Date:   Wed Jan 2 16:19:33 2013 -0800
20445
20446     micropeak: Use JTextArea instead of TextArea
20447     
20448     Looks nicer and doesn't appear to have the same weird clipping problem
20449     
20450     Signed-off-by: Keith Packard <keithp@keithp.com>
20451
20452 commit 1979063928f1cdfc75c01ec098164c2822a5138d
20453 Author: Keith Packard <keithp@keithp.com>
20454 Date:   Wed Jan 2 16:07:49 2013 -0800
20455
20456     altosuilib: Fix install issues on Linux
20457     
20458     altosuilib.jar wasn't getting installed
20459     micropeak was using the wrong name
20460     
20461     Signed-off-by: Keith Packard <keithp@keithp.com>
20462
20463 commit 31fa139578a86821844e3e2efb1a84bdea4f1370
20464 Author: Keith Packard <keithp@keithp.com>
20465 Date:   Wed Jan 2 12:24:44 2013 -0800
20466
20467     micropeak: Add view of raw data in GUI
20468     
20469     Looks just like the export file
20470     
20471     Signed-off-by: Keith Packard <keithp@keithp.com>
20472
20473 commit 2c423d9287c6b9ea7233f5e3430682cb1c865da1
20474 Author: Keith Packard <keithp@keithp.com>
20475 Date:   Wed Jan 2 11:44:32 2013 -0800
20476
20477     micropeak: Add CSV export
20478     
20479     Signed-off-by: Keith Packard <keithp@keithp.com>
20480
20481 commit 93d640de65a1ecedfef89c96521c21632f96f372
20482 Author: Keith Packard <keithp@keithp.com>
20483 Date:   Wed Jan 2 11:22:11 2013 -0800
20484
20485     micropoint: Add MicroDataPoint
20486     
20487     This holds height/speed/accel data all in one place
20488     
20489     Signed-off-by: Keith Packard <keithp@keithp.com>
20490
20491 commit 0933f2ed5791cfdc28242cd60be3942556f4ed20
20492 Author: Keith Packard <keithp@keithp.com>
20493 Date:   Wed Jan 2 10:48:56 2013 -0800
20494
20495     altoslib: Remove unused fake product_micropeak_serial
20496     
20497     Code cleanups have made this no longer useful
20498     
20499     Signed-off-by: Keith Packard <keithp@keithp.com>
20500
20501 commit eb670e9b7576563d747ae5c9416371f145455ec1
20502 Author: Keith Packard <keithp@keithp.com>
20503 Date:   Wed Jan 2 09:50:09 2013 -0800
20504
20505     altosui: Remove duplicate AltosUSBDevice
20506     
20507     Signed-off-by: Keith Packard <keithp@keithp.com>
20508
20509 commit dc404bee7163a369eb1d95e0942b676bd3f95574
20510 Author: Keith Packard <keithp@keithp.com>
20511 Date:   Wed Jan 2 09:41:42 2013 -0800
20512
20513     altosui: Use shared AltosUIListener
20514     
20515     Signed-off-by: Keith Packard <keithp@keithp.com>
20516
20517 commit f0bbd3e2571336b5f5872759b5010148325efbaa
20518 Author: Keith Packard <keithp@keithp.com>
20519 Date:   Wed Jan 2 09:40:13 2013 -0800
20520
20521     altosui: Use shared AltosUIFrame and AltosUIDialog
20522     
20523     Signed-off-by: Keith Packard <keithp@keithp.com>
20524
20525 commit ae09bd641a86970763380f3028f987ffcb791020
20526 Author: Keith Packard <keithp@keithp.com>
20527 Date:   Wed Jan 2 09:33:36 2013 -0800
20528
20529     altosui: Use shared AltosFontListener class
20530     
20531     Signed-off-by: Keith Packard <keithp@keithp.com>
20532
20533 commit 8af405f1ac4d1b930f10465fd0270a49176f16d1
20534 Author: Keith Packard <keithp@keithp.com>
20535 Date:   Wed Jan 2 09:31:35 2013 -0800
20536
20537     altosui: Use shared AltosDeviceDialog
20538     
20539     Signed-off-by: Keith Packard <keithp@keithp.com>
20540
20541 commit 605b752080827bb59fcff5af9f1eab9fd5dad76b
20542 Author: Keith Packard <keithp@keithp.com>
20543 Date:   Wed Jan 2 09:09:10 2013 -0800
20544
20545     altosui: Remove AltosVersion.java
20546     
20547     Version data now stored in AltosUIVersion.java
20548     
20549     Signed-off-by: Keith Packard <keithp@keithp.com>
20550
20551 commit 5ce43661834920c3a8f3a1b6e1c555fb952b512d
20552 Author: Keith Packard <keithp@keithp.com>
20553 Date:   Wed Jan 2 09:06:41 2013 -0800
20554
20555     altosui: Use altosuilib for configuration
20556     
20557     Start moving to shared UI code
20558     
20559     Signed-off-by: Keith Packard <keithp@keithp.com>
20560
20561 commit 8a5666bcf4949b846589c000e1620afe39593f57
20562 Author: Keith Packard <keithp@keithp.com>
20563 Date:   Wed Jan 2 09:06:22 2013 -0800
20564
20565     libaltos: Remove a couple of spurious debug printfs
20566     
20567     Signed-off-by: Keith Packard <keithp@keithp.com>
20568
20569 commit 9efc57e4052e3c11218973f7666ad18ea5cf2a5a
20570 Author: Keith Packard <keithp@keithp.com>
20571 Date:   Tue Jan 1 23:15:14 2013 -0800
20572
20573     Rename AltosConfigureUI to AltosUIConfigure
20574     
20575     Leave AltosConfigureUI for AltosUI
20576     
20577     Signed-off-by: Keith Packard <keithp@keithp.com>
20578
20579 commit 103eaa674be7582437aa850f0fd82788e10f244b
20580 Author: Keith Packard <keithp@keithp.com>
20581 Date:   Tue Jan 1 23:10:04 2013 -0800
20582
20583     micropeak: Check CRC on downloaded
20584     
20585     Signed-off-by: Keith Packard <keithp@keithp.com>
20586
20587 commit 4dae5b876b089c17c87c72df2ad2fa5ec4f1657c
20588 Author: Keith Packard <keithp@keithp.com>
20589 Date:   Tue Jan 1 23:03:29 2013 -0800
20590
20591     Build micropeak by default
20592     
20593     Signed-off-by: Keith Packard <keithp@keithp.com>
20594
20595 commit 3ac109132d1878abbd277ae21215716326404781
20596 Author: Keith Packard <keithp@keithp.com>
20597 Date:   Tue Jan 1 18:20:23 2013 -0800
20598
20599     Build installable versions of MicroPeak GUI
20600     
20601     Makes windows/mac/linux versions. Windows version appears to work on
20602     Wine at least.
20603     
20604     Signed-off-by: Keith Packard <keithp@keithp.com>
20605
20606 commit d94ceed48be439f368d597bf06ed1e8adc4ef46b
20607 Author: Keith Packard <keithp@keithp.com>
20608 Date:   Tue Jan 1 17:10:55 2013 -0800
20609
20610     micropeak: Add 'Close' menu item. Fix start location
20611     
20612     Let the window system pick a spot to place the application
20613     windows. This avoids having them all sit on top of one another.
20614     
20615     Signed-off-by: Keith Packard <keithp@keithp.com>
20616
20617 commit 982b272920fcb444fd399941cabe613d8ac7104b
20618 Author: Keith Packard <keithp@keithp.com>
20619 Date:   Tue Jan 1 16:57:31 2013 -0800
20620
20621     micropeak: Fix chart colors
20622     
20623     Need to apply custom colors after setting the theme
20624     
20625     Signed-off-by: Keith Packard <keithp@keithp.com>
20626
20627 commit d83587c3c66b730cc54ca153714eee520ee40b2c
20628 Author: Keith Packard <keithp@keithp.com>
20629 Date:   Tue Jan 1 15:30:11 2013 -0800
20630
20631     micropeak is code complete now.
20632     
20633     Added save and download functionality. Removed 'new' from file menu.
20634     
20635     Signed-off-by: Keith Packard <keithp@keithp.com>
20636
20637 commit 65b512c890a3ccf487655b79305ab1cfcf49259c
20638 Merge: 434e946 d7d259c
20639 Author: Keith Packard <keithp@keithp.com>
20640 Date:   Mon Dec 31 14:24:59 2012 -0800
20641
20642     Merge remote-tracking branch 'origin/master' into micropeak-logging
20643
20644 commit 434e946aa79b5a7e60799f996887bc6467889b92
20645 Author: Keith Packard <keithp@keithp.com>
20646 Date:   Mon Dec 31 14:22:37 2012 -0800
20647
20648     Allow CC1120 to sit on other SPI busses
20649     
20650     Reading the incoming data bypasses the SPI API and touches the SPI
20651     data register directly; which port that is needs to be specified in
20652     the pins file
20653     
20654     Signed-off-by: Keith Packard <keithp@keithp.com>
20655
20656 commit 2bd6aca54fc465995d6985c8799cd0d016c9a543
20657 Author: Keith Packard <keithp@keithp.com>
20658 Date:   Mon Dec 31 14:17:26 2012 -0800
20659
20660     micropeak: Add flight stats pane
20661     
20662     Shows graph or stats in alternate panes
20663     
20664     Signed-off-by: Keith Packard <keithp@keithp.com>
20665
20666 commit 56a1210a7b04a3623d19ec282f26fecc79c126dd
20667 Author: Keith Packard <keithp@keithp.com>
20668 Date:   Mon Dec 31 11:42:57 2012 -0800
20669
20670     micropeak: Use altosuilib
20671     
20672     This removes a pile of code stolen from altosui
20673     
20674     Signed-off-by: Keith Packard <keithp@keithp.com>
20675
20676 commit 6db192898eebf750c4d51516eff7916bc4da493b
20677 Author: Keith Packard <keithp@keithp.com>
20678 Date:   Mon Dec 31 11:38:53 2012 -0800
20679
20680     altoslib: Add units change notification list
20681     
20682     This allows the UI to automatically respond to changes in the
20683     preferred units.
20684     
20685     Signed-off-by: Keith Packard <keithp@keithp.com>
20686
20687 commit 03496dc47372c40f7faae1766b0e729a1feeab7c
20688 Author: Keith Packard <keithp@keithp.com>
20689 Date:   Mon Dec 31 11:32:56 2012 -0800
20690
20691     Create altosuilib to share code between altosui and micropeak
20692     
20693     Need to convert altosui to using it, but that shouldn't be hard
20694     
20695     Signed-off-by: Keith Packard <keithp@keithp.com>
20696
20697 commit d7d259c7b3eedcc1c185d2b7e3c33e829bd7ce96
20698 Author: Keith Packard <keithp@gag.com>
20699 Date:   Fri Dec 28 23:05:31 2012 -0700
20700
20701     altos: megadongle radio int is C13, not C14
20702     
20703     Hard to get interrupts when listening to the wrong pin
20704     
20705     Signed-off-by: Keith Packard <keithp@gag.com>
20706
20707 commit f7a56152808c7838c1886884bb77de2705ab076c
20708 Merge: daf8776 b70ca5e
20709 Author: Keith Packard <keithp@keithp.com>
20710 Date:   Fri Dec 28 21:50:13 2012 -0800
20711
20712     Merge remote-tracking branch 'origin/master' into micropeak-logging
20713
20714 commit 59f355f5288b42b2e47743d06e41e55819a55f64
20715 Merge: 099d2b0 b70ca5e
20716 Author: Bdale Garbee <bdale@gag.com>
20717 Date:   Fri Dec 28 22:30:26 2012 -0700
20718
20719     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
20720
20721 commit b70ca5eaf1c3d60bd9adf6835e1247f4147ca9c8
20722 Author: Keith Packard <keithp@gag.com>
20723 Date:   Fri Dec 28 19:35:46 2012 -0700
20724
20725     altos: Fix MegaDongle CC1120 chip select pin
20726     
20727     It's on A0, not C5
20728     
20729     Signed-off-by: Keith Packard <keithp@gag.com>
20730
20731 commit a6e116515f5e4522adbfcd1900885c2a6034b57c
20732 Author: Keith Packard <keithp@gag.com>
20733 Date:   Fri Dec 28 19:34:33 2012 -0700
20734
20735     altos: Fix cc1120 debug code to build on megadongle
20736     
20737     RDF function had changed, and APRS isn't available on megadongle.
20738     
20739     Signed-off-by: Keith Packard <keithp@gag.com>
20740
20741 commit daf8776f8646ba187f1a17f7aae797503bed3f2a
20742 Author: Keith Packard <keithp@keithp.com>
20743 Date:   Fri Dec 28 16:34:48 2012 -0800
20744
20745     Lots more work on the MicroPeak application
20746     
20747     Signed-off-by: Keith Packard <keithp@keithp.com>
20748
20749 commit 099d2b0ea59d825bd69a3fbb5523b9cbb9430ce8
20750 Author: Bdale Garbee <bdale@gag.com>
20751 Date:   Fri Dec 28 15:36:24 2012 -0700
20752
20753     update stlink-pins document to make it clear 4-pin MicroMaTch is our
20754     standard STM32L programming connector, and the big MM thing was v0.1 only
20755
20756 commit 9da9adc2718928de2af65a68cddbcc636cc3e9e8
20757 Author: Keith Packard <keithp@keithp.com>
20758 Date:   Tue Dec 25 14:45:49 2012 -0800
20759
20760     Add file chooser for MicroPeak
20761     
20762     Needs reasonable directory tracking
20763     
20764     Signed-off-by: Keith Packard <keithp@keithp.com>
20765
20766 commit bf8e1b6eecb2bae12ffdbd730bd6ec12ccdaf23a
20767 Author: Keith Packard <keithp@keithp.com>
20768 Date:   Tue Dec 25 14:23:29 2012 -0800
20769
20770     Start building MicroPeak GUI tool
20771     
20772     Download, save and analyze MicroPeak flight data
20773     
20774     Signed-off-by: Keith Packard <keithp@keithp.com>
20775
20776 commit 868ef0c9c4b208c02a87180b0eede329369bdc77
20777 Merge: 669cde8 57487e7
20778 Author: Keith Packard <keithp@keithp.com>
20779 Date:   Tue Dec 25 14:20:42 2012 -0800
20780
20781     Merge branch 'master' into micropeak-logging
20782
20783 commit 669cde8a87d88ceae89e369c1d38b88c9f8198cf
20784 Author: Keith Packard <keithp@keithp.com>
20785 Date:   Tue Dec 25 14:19:19 2012 -0800
20786
20787     Move libaltos to top level
20788     
20789     This will let it be shared by the new MicroPeak gui
20790     
20791     Signed-off-by: Keith Packard <keithp@keithp.com>
20792
20793 commit 57487e78b90465a21c87cf30deb0aeaba0887332
20794 Author: Keith Packard <keithp@keithp.com>
20795 Date:   Tue Dec 18 23:15:20 2012 -0800
20796
20797     altos: Actually record ground averages for 6dof sensor
20798     
20799     This gets the long-term averages for the 6dof sensors recorded into
20800     the first flight log record.
20801     
20802     Signed-off-by: Keith Packard <keithp@keithp.com>
20803
20804 commit 244415c515f21328cffe88d1369949a4af49a177
20805 Author: Keith Packard <keithp@keithp.com>
20806 Date:   Tue Dec 18 22:59:36 2012 -0800
20807
20808     altosui: Clean up graph a bit, remove shapes, improve tooltips
20809     
20810     Sometimes graphs would get shapes at each datapoint which was
20811     annoyingly cluttered. And, the tooltips used a format that was
20812     difficult to interpret.
20813     
20814     Signed-off-by: Keith Packard <keithp@keithp.com>
20815
20816 commit d7d35b0bd86b912c43a21a275347fca201079847
20817 Author: Keith Packard <keithp@keithp.com>
20818 Date:   Tue Dec 18 00:39:37 2012 -0800
20819
20820     altos: Add distinct LED pattern before writing log data
20821     
20822     Otherwise, the whole log looks like a an extra altitude digit.
20823     
20824     Signed-off-by: Keith Packard <keithp@keithp.com>
20825
20826 commit 23dc9a63ae8bc982d9352cfb7a3f508d8a08c374
20827 Author: Keith Packard <keithp@keithp.com>
20828 Date:   Mon Dec 17 22:58:49 2012 -0800
20829
20830     altos: Make micropeak 'serial' interface work
20831     
20832     I prototyped the mpserial interface on a breadboard and tuned the
20833     circuit to register the LED correctly. Then adjusted the serial code
20834     to send bits at the right speed and format.
20835     
20836     The logging contents are now in hexdecimal with a CCITT CRC-16
20837     computed to verify correct reception.
20838     
20839     Signed-off-by: Keith Packard <keithp@keithp.com>
20840
20841 commit b1d37be4c024e9690107c693d9819229025966fa
20842 Author: Keith Packard <keithp@keithp.com>
20843 Date:   Mon Dec 17 17:03:41 2012 -0800
20844
20845     altos: Average MPU6000 values on ground for later use
20846     
20847     Having long-term ground averages recorded to the eeprom file will make
20848     post-flight analysis of the data better.
20849     
20850     Signed-off-by: Keith Packard <keithp@keithp.com>
20851
20852 commit b6c9e8ffc87481a23ba90fa22df7c9421e2cd6a6
20853 Author: Keith Packard <keithp@keithp.com>
20854 Date:   Sun Dec 16 16:52:15 2012 -0800
20855
20856     altos: Re-enable beeper on megametrum
20857     
20858     I turned it off during radio testing and forgot to fix that before committing...
20859     
20860     Signed-off-by: Keith Packard <keithp@keithp.com>
20861
20862 commit dd7c30324461b2aed83b86bfe4323180664123cf
20863 Author: Keith Packard <keithp@keithp.com>
20864 Date:   Sun Dec 16 16:08:33 2012 -0800
20865
20866     altos: Add new MARC status pin interrupt bits to megadongle
20867     
20868     Signed-off-by: Keith Packard <keithp@keithp.com>
20869
20870 commit dfff41c2bec16fe4c7b198a4720eb40d8e740ac4
20871 Merge: 22a58b0 00bc1a0
20872 Author: Keith Packard <keithp@keithp.com>
20873 Date:   Sun Dec 16 16:06:41 2012 -0800
20874
20875     Merge branch 'aprs' into 'master'
20876
20877 commit 22a58b0f9b82ea8c7abeda79ca7a4cd21c3dc93c
20878 Author: Keith Packard <keithp@keithp.com>
20879 Date:   Sun Dec 16 16:04:05 2012 -0800
20880
20881     altos: Wire up another CC1120 GPIO to get MARC status changes
20882     
20883     When the radio drops out of RX or TX mode due to an error, it changes
20884     the MARC status, and sends pulse down a configured GPIO. Use this to
20885     tell when something 'bad' happened during TX or RX so that we can
20886     recover from losing the SPI bus in the middle of transmission or
20887     reception.
20888     
20889     Without this, the radio would change state and we'd never know,
20890     leaving the radio code waiting for an interrupt that would never arrive.
20891     
20892     Signed-off-by: Keith Packard <keithp@keithp.com>
20893
20894 commit 4e3ac3f2038cc3a43252fc8f820a1373a637ab83
20895 Author: Keith Packard <keithp@keithp.com>
20896 Date:   Sun Dec 16 13:31:45 2012 -0800
20897
20898     altos: Test APRS rounding by using coordinates near the boundary
20899     
20900     This selects lat/lon and altitude near the rounding boundary to check
20901     that the resulting APRS data is correctly computed.
20902     
20903     Signed-off-by: Keith Packard <keithp@keithp.com>
20904
20905 commit 9bc701ce1132f04ec90ef22e6a7a90c67918737b
20906 Author: Keith Packard <keithp@keithp.com>
20907 Date:   Sun Dec 16 13:30:20 2012 -0800
20908
20909     altos: Document what HAS_BOOT_RADIO does in the m25 driver
20910     
20911     HAS_BOOT_RADIO causes the m25 driver to abort any ongoing receive in
20912     case that is holding the SPI bus.
20913     
20914     Signed-off-by: Keith Packard <keithp@keithp.com>
20915
20916 commit 6b4cfd8719e3fd4a2904369e176182c870a3b43c
20917 Author: Keith Packard <keithp@keithp.com>
20918 Date:   Sun Dec 16 13:29:31 2012 -0800
20919
20920     altos: Round APRS data correctly
20921     
20922     Apply rounding once at the start of the computation, then truncate
20923     after that.
20924     
20925     Signed-off-by: Keith Packard <keithp@keithp.com>
20926
20927 commit 00bc1a090a294e103370b8ab0a0fe5d7a2acfe92
20928 Author: Keith Packard <keithp@keithp.com>
20929 Date:   Sun Dec 16 13:25:54 2012 -0800
20930
20931     altoslib: unconfigured radio frequency data is now -1, not 0
20932     
20933     This changed when AltosConfigData was cleaned up, so now frequency
20934     settings must check for positive numbers rather than non-zero.
20935     
20936     Signed-off-by: Keith Packard <keithp@keithp.com>
20937
20938 commit 034dfc4f9bef049b1fb5704873dd76f6a3a9949d
20939 Author: Keith Packard <keithp@keithp.com>
20940 Date:   Sat Dec 15 15:07:07 2012 -0800
20941
20942     doc: Add warning about matching battery voltage.
20943     
20944     Signed-off-by: Keith Packard <keithp@keithp.com>
20945
20946 commit 4925a6f2f4edd5b54641a5240030e5c0e3e95db6
20947 Author: Keith Packard <keithp@keithp.com>
20948 Date:   Sat Dec 15 14:47:22 2012 -0800
20949
20950     doc: Add paragraph noting differences in JST polarity
20951     
20952     Looks like the 'standard' polarity for 3.7V lipos using JST connectors
20953     in RC aircraft is swapped from what Spark Fun uses. Note that in the
20954     docs to try and keep people from wrecking hardware.
20955     
20956     Signed-off-by: Keith Packard <keithp@keithp.com>
20957
20958 commit 6fa1ec0dbf2a4eda8d061c67b3779b83b88f29f0
20959 Merge: f140931 73422bf
20960 Author: Keith Packard <keithp@keithp.com>
20961 Date:   Fri Dec 14 19:29:50 2012 -0800
20962
20963     Merge branch 'micropeak-1.1'
20964
20965 commit f1409311761d65e85ac08c38c9b9a0114cc8f535
20966 Author: Keith Packard <keithp@keithp.com>
20967 Date:   Fri Dec 14 19:28:49 2012 -0800
20968
20969     altoslib: Discard previous flight state on SN change
20970     
20971     A previous change discarded previous *telemetry* state, but failed to
20972     discard any previous overall flight state. This would reset some of
20973     the data fields, but wouldn't reset the GPS state and max measurements.
20974     
20975     Signed-off-by: Keith Packard <keithp@keithp.com>
20976
20977 commit 8dbe8abd034a2d1ee2ec0380ec376722a4ecbd71
20978 Author: Keith Packard <keithp@keithp.com>
20979 Date:   Fri Dec 14 19:27:56 2012 -0800
20980
20981     altoslib: Only list flight logs for boards that we know have them
20982     
20983     Boards that don't have flight logs will generate a nice 'Syntax Error'
20984     and fail to initialize.
20985     
20986     Signed-off-by: Keith Packard <keithp@keithp.com>
20987
20988 commit fc2e5beb9173663e1e37a9b5a7b6eea1046222f7
20989 Author: Keith Packard <keithp@keithp.com>
20990 Date:   Fri Dec 14 11:11:39 2012 -0800
20991
20992     altos: Log baro readings for MicroPeak
20993     
20994     This logs barometric data every 192ms (more or less) to the 504
20995     remaining bytes of internal EEPROM storage in the ATtiny85. This
20996     provides 48.192 seconds of logging.
20997     
20998     Signed-off-by: Keith Packard <keithp@keithp.com>
20999
21000 commit 73422bf72e07b169bfe37b02518b9e7479931971
21001 Author: Keith Packard <keithp@keithp.com>
21002 Date:   Wed Dec 12 22:53:36 2012 -0800
21003
21004     altos: Note that Lithium battery may be included with MicroPeak
21005     
21006     I'm not willing to say that we'll always be able to include a battery,
21007     but we can certainly try, and they're certainly cheap enough that we
21008     should.
21009     
21010     Signed-off-by: Keith Packard <keithp@keithp.com>
21011
21012 commit 688a9458bb03a81e71554c14295d1baacbbbd530
21013 Merge: 816c6b5 c8866fb
21014 Author: Keith Packard <keithp@keithp.com>
21015 Date:   Wed Dec 12 22:36:59 2012 -0800
21016
21017     Merge branch 'micropeak-1.1'
21018
21019 commit c8866fbae2b00b1d7a7ddf89a3f971a75d3dcd60
21020 Author: Keith Packard <keithp@keithp.com>
21021 Date:   Wed Dec 12 22:35:05 2012 -0800
21022
21023     doc: Update MicroPeak doc to include EEPROM and programming info
21024     
21025     Signed-off-by: Keith Packard <keithp@keithp.com>
21026
21027 commit 816c6b5d087694a9db9c34cc5ec7671a1487d9b9
21028 Merge: a4a8418 a4678cd
21029 Author: Keith Packard <keithp@keithp.com>
21030 Date:   Wed Dec 12 11:10:14 2012 -0800
21031
21032     Merge branch 'micropeak-1.1'
21033
21034 commit a4678cd848da994dc893b75790e4c9a86e54d895
21035 Author: Keith Packard <keithp@keithp.com>
21036 Date:   Wed Dec 12 11:01:48 2012 -0800
21037
21038     altos: Log in-flight data for MicroPeak
21039     
21040     This logs the low 16 bits of the pressure value to the remaining
21041     on-chip eeprom. It can be read out with a standard AVR programming
21042     dongle.
21043     
21044     Signed-off-by: Keith Packard <keithp@keithp.com>
21045
21046 commit 07a45c50429389ae7b51e12bc847d34fb1577bc6
21047 Author: Keith Packard <keithp@keithp.com>
21048 Date:   Wed Dec 12 10:57:03 2012 -0800
21049
21050     altos: Add load-slow target for MicroPeak
21051     
21052     This sets the programming clock to 1/4 of the 250kHz clock used by the
21053     MicroPeak firmware, allowing the device to be reprogrammed.
21054     
21055     Signed-off-by: Keith Packard <keithp@keithp.com>
21056
21057 commit 69447d8ad3f5a1e1f59939477afc7720a437fadc
21058 Author: Keith Packard <keithp@keithp.com>
21059 Date:   Tue Dec 11 23:43:30 2012 -0800
21060
21061     altos: Tim Van Milligan suggestion for µP -- delay before showing last flight
21062     
21063     This gives the user time to move their finger out of the way of the LED.
21064     
21065     Signed-off-by: Keith Packard <keithp@keithp.com>
21066
21067 commit a4a841828924ee37f5201d4ff0aec38459f2d802
21068 Merge: b26e837 d309fcf
21069 Author: Keith Packard <keithp@keithp.com>
21070 Date:   Tue Dec 11 14:42:43 2012 -0800
21071
21072     Merge branch 'micropeak-1.1'
21073
21074 commit d309fcff54fe6904fb860f33c15fcb7d1c96e91b
21075 Author: Keith Packard <keithp@keithp.com>
21076 Date:   Tue Dec 11 14:41:53 2012 -0800
21077
21078     altos: Increase MicroPeak blink times a bit
21079     
21080     make the 0 longer (1 sec now), and make the time between digits longer
21081     (also 1 sec now)
21082     
21083     Signed-off-by: Keith Packard <keithp@keithp.com>
21084
21085 commit b26e837a6f18641aae9372aab22168849ff10812
21086 Merge: 1489c7f c233ef6
21087 Author: Keith Packard <keithp@keithp.com>
21088 Date:   Sun Dec 9 18:33:31 2012 -0800
21089
21090     Merge branch 'micropeak-1.1'
21091
21092 commit c233ef67f42c14cb1d0e0542a9523b279f826af5
21093 Author: Keith Packard <keithp@keithp.com>
21094 Date:   Sun Dec 9 18:28:33 2012 -0800
21095
21096     altos: Use alt_t value to hold displayed height in micropeak
21097     
21098     Heights are 32 bits (to get .1 meter resolution) in micropeak; make
21099     sure we have enough bits while blinking out the computed value.
21100     
21101     Signed-off-by: Keith Packard <keithp@keithp.com>
21102
21103 commit defd5d0784a754be30e3295067fbc85a108ad172
21104 Author: Keith Packard <keithp@keithp.com>
21105 Date:   Sun Dec 9 18:27:49 2012 -0800
21106
21107     altos: Make sure pa to altitude conversion is done with 32 bits
21108     
21109     We need 32 bits to hold intermediate values, even if the final
21110     altitude is reported in only 16 bits.
21111     
21112     Signed-off-by: Keith Packard <keithp@keithp.com>
21113
21114 commit 24948ea1d41f2a7c96ac09e35d1250909e5726ae
21115 Author: Keith Packard <keithp@keithp.com>
21116 Date:   Sun Dec 9 14:32:35 2012 -0800
21117
21118     altos: Store altitude in 32-bits for MicroPeak
21119     
21120     Needs all 32 bits to store .1 meter resolution
21121     
21122     Signed-off-by: Keith Packard <keithp@keithp.com>
21123
21124 commit cf47efdc86f0b421fcf4389669fbecf6fa3f5934
21125 Author: Keith Packard <keithp@keithp.com>
21126 Date:   Fri Dec 7 22:49:34 2012 -0800
21127
21128     altos: Stop including profiling and stack guard code in megametrum
21129     
21130     These take CPU time and memory and are intended only for debugging
21131     
21132     Signed-off-by: Keith Packard <keithp@keithp.com>
21133
21134 commit 4339d5c8e6373119e5377fe5c883b6b0e6ce37f6
21135 Author: Keith Packard <keithp@keithp.com>
21136 Date:   Fri Dec 7 17:38:17 2012 -0800
21137
21138     altos: Fix aprs test to not allow callsign configuration
21139     
21140     There's no configuration to take a callsign from...
21141     
21142     Signed-off-by: Keith Packard <keithp@keithp.com>
21143
21144 commit abf82991b8e69754ebc4857ce78ac4a4b01f16e4
21145 Author: Keith Packard <keithp@keithp.com>
21146 Date:   Fri Dec 7 17:35:15 2012 -0800
21147
21148     altosui: Add APRS interval configuration to UI
21149     
21150     Signed-off-by: Keith Packard <keithp@keithp.com>
21151
21152 commit bd05421991b596fe9cf73ee25c9046b0fb4e32f7
21153 Merge: 1f79706 1489c7f
21154 Author: Keith Packard <keithp@keithp.com>
21155 Date:   Fri Dec 7 17:34:10 2012 -0800
21156
21157     Merge branch 'master' into aprs
21158
21159 commit 1489c7f75f7b9ce547ac49c157b440c4f9131ef4
21160 Author: Keith Packard <keithp@keithp.com>
21161 Date:   Fri Dec 7 17:27:48 2012 -0800
21162
21163     altosui: Call config UI from AltosConfigData directly
21164     
21165     Don't make AltosConfig have a pile of config code, stick that in
21166     AltosConfigData instead. This uses a new interface, AltosConfigValues
21167     to get from AltosConfigData to the UI.
21168     
21169     Signed-off-by: Keith Packard <keithp@keithp.com>
21170
21171 commit 1f797066857b171b19829e2bb7187b8faf37d07c
21172 Author: Keith Packard <keithp@keithp.com>
21173 Date:   Fri Dec 7 17:20:02 2012 -0800
21174
21175     altos: Use configured callsign in APRS packets
21176     
21177     Instead of hard-coding my own call sign...
21178     
21179     Signed-off-by: Keith Packard <keithp@keithp.com>
21180
21181 commit b28323ce91d23db5e1c3cbd1309c72aafcfbe235
21182 Author: Keith Packard <keithp@keithp.com>
21183 Date:   Fri Dec 7 17:18:32 2012 -0800
21184
21185     altos: Make APRS interval configurable
21186     
21187     This provides a separate configuration value for APRS, allowing the
21188     interval between APRS reports to vary.
21189     
21190     Signed-off-by: Keith Packard <keithp@keithp.com>
21191
21192 commit f8a704268f0978a39b9c7983e049ef55914f7280
21193 Author: Keith Packard <keithp@keithp.com>
21194 Date:   Fri Dec 7 10:15:25 2012 -0800
21195
21196     altos: Fix up APRS packet sending code in cc1120 driver
21197     
21198     This fixes the FIFO management, ensuring that the data are streamed
21199     into the radio fast enough to keep the packet continuous. Sounds like
21200     it works, but testing with an actual APRS receiver is required.
21201     
21202     Signed-off-by: Keith Packard <keithp@keithp.com>
21203
21204 commit 748e42ebf1dfb1efd5dec6ddd93f5c7aeedeb01d
21205 Merge: 75912f8 c10f9a4
21206 Author: Keith Packard <keithp@keithp.com>
21207 Date:   Fri Dec 7 10:14:11 2012 -0800
21208
21209     Merge branch 'master' into aprs
21210
21211 commit c10f9a438ed5789479d21c78153ca7f14c05534c
21212 Author: Keith Packard <keithp@keithp.com>
21213 Date:   Fri Dec 7 10:05:51 2012 -0800
21214
21215     altos: fix functions calling pollchar to use 'int' to hold the value
21216     
21217     AO_READ_AGAIN doesn't fit in a char anymore now that stdio is 8-bit
21218     clean, everyone using pollchar must use an 'int' variable to capture
21219     the whole value from pollchar.
21220     
21221     Signed-off-by: Keith Packard <keithp@keithp.com>
21222
21223 commit 16fd9009d8b034fd8d208115317f65fabe10072a
21224 Author: Keith Packard <keithp@keithp.com>
21225 Date:   Fri Dec 7 08:32:22 2012 -0800
21226
21227     altosui: Use AltosConfigData for altosui configuration dialog
21228     
21229     Instead of a separate config language parser, share with altoslib
21230     
21231     Signed-off-by: Keith Packard <keithp@keithp.com>
21232
21233 commit e572651b36ad557d716fb14e76e3eec132e5ebdf
21234 Author: Keith Packard <keithp@keithp.com>
21235 Date:   Thu Dec 6 17:08:39 2012 -0800
21236
21237     altoslib: Make AltosConfigData parse all of the config data
21238     
21239     It was missing quite a few. This also speeds up parsing of config from
21240     TeleScience, TeleBT and TeleTerra by not listing flight info on those
21241     products (where it doesn't make sense).
21242     
21243     Signed-off-by: Keith Packard <keithp@keithp.com>
21244
21245 commit cb4f2b62d50aca615bd4f9f230a1736880125e3e
21246 Author: Keith Packard <keithp@keithp.com>
21247 Date:   Thu Dec 6 17:07:25 2012 -0800
21248
21249     altoslib: Make AltosMs5607 capable of parsing ms5607 info lines
21250     
21251     This moves the parsing from AltosMs5607Query
21252     
21253     Signed-off-by: Keith Packard <keithp@keithp.com>
21254
21255 commit b4e86af6de52ea0bacf80e3936b6cd17c1cbf898
21256 Author: Keith Packard <keithp@keithp.com>
21257 Date:   Thu Dec 6 17:06:17 2012 -0800
21258
21259     altos: Change 'flight-number' to 'current-flight'
21260     
21261     Avoids ambiguity with stored flight info, which starts lines with 'flight'.
21262     
21263     Signed-off-by: Keith Packard <keithp@keithp.com>
21264
21265 commit 9d095eb1987f35d0d4e6540bf335e1faaa7c86ec
21266 Author: Keith Packard <keithp@keithp.com>
21267 Date:   Thu Dec 6 16:29:36 2012 -0800
21268
21269     altos: Shrink 'ao_version' by calling printf fewer times
21270     
21271     Each printf call costs quite a bit of code space on the cc1111, so
21272     instead of making multiple short calls, make one longer one.
21273     
21274     Signed-off-by: Keith Packard <keithp@keithp.com>
21275
21276 commit 75912f8af04cecc0bbffecb2072d465c3744d4e8
21277 Author: Keith Packard <keithp@keithp.com>
21278 Date:   Thu Dec 6 10:30:46 2012 -0800
21279
21280     altos: Send APRS packets even during ascent
21281     
21282     If you're using APRS, presumably you want to watch the rocket going up too.
21283     
21284     Signed-off-by: Keith Packard <keithp@keithp.com>
21285
21286 commit 1f84c0adbfa494ddc7dbe276796d999560be9438
21287 Author: Keith Packard <keithp@keithp.com>
21288 Date:   Thu Dec 6 10:28:14 2012 -0800
21289
21290     altos: Allow telemetry, rdf and APRS to be individually controlled
21291     
21292     But, only when APRS is available so that TeleMetrum and TeleMini don't
21293     change behaviour
21294     
21295     Signed-off-by: Keith Packard <keithp@keithp.com>
21296
21297 commit f661da527fb4a3a492f5322e2a718d441e1cde83
21298 Author: Keith Packard <keithp@keithp.com>
21299 Date:   Thu Dec 6 10:23:39 2012 -0800
21300
21301     altos: Hook up APRS to telemetry loop
21302     
21303     Send APRS packet once every 2 seconds
21304     
21305     Signed-off-by: Keith Packard <keithp@keithp.com>
21306
21307 commit c1e6fa32b856b91afa355cd272d2d7287d3ccca1
21308 Author: Keith Packard <keithp@keithp.com>
21309 Date:   Thu Dec 6 10:12:11 2012 -0800
21310
21311     altos: Hook APRS up to the radio
21312     
21313     This adds an arbitrary-length packet writing function to the radio
21314     code.
21315     
21316     Signed-off-by: Keith Packard <keithp@keithp.com>
21317
21318 commit 51ef826372f466f44901c4c609ed6a987d30fda4
21319 Author: Keith Packard <keithp@keithp.com>
21320 Date:   Wed Dec 5 23:39:47 2012 -0800
21321
21322     altos: Prepare APRS for use within altos itself
21323     
21324     Make all variables static, const-ify constants, change the public
21325     name of the single entry point.
21326     
21327     Signed-off-by: Keith Packard <keithp@keithp.com>
21328
21329 commit 74969483736381858484dca9ebb528d9d2d73f5b
21330 Author: Keith Packard <keithp@keithp.com>
21331 Date:   Wed Dec 5 22:23:46 2012 -0800
21332
21333     altos: Start restructuring APRS code to create and send packets
21334     
21335     Signed-off-by: Keith Packard <keithp@keithp.com>
21336
21337 commit 933d654ec917d9794e87407a7e579438bb738d54
21338 Author: Keith Packard <keithp@keithp.com>
21339 Date:   Wed Dec 5 21:37:47 2012 -0800
21340
21341     altos: Remove a bunch of time bits from the APRS code
21342     
21343     Signed-off-by: Keith Packard <keithp@keithp.com>
21344
21345 commit 684f53d67379cf2ae696fab93d81e49208dfa43c
21346 Author: Keith Packard <keithp@keithp.com>
21347 Date:   Wed Dec 5 21:34:05 2012 -0800
21348
21349     altos: Remove APRS sine-wave table
21350     
21351     We're generating a lovely square wave, which appears to be decoded
21352     just fine thankyouverymuch.
21353     
21354     Signed-off-by: Keith Packard <keithp@keithp.com>
21355
21356 commit b79f448818126258174044a23db5b4f330fd5986
21357 Author: Keith Packard <keithp@keithp.com>
21358 Date:   Wed Dec 5 21:25:29 2012 -0800
21359
21360     altos: More APRS trimming
21361     
21362     Signed-off-by: Keith Packard <keithp@keithp.com>
21363
21364 commit 0bb7200f85db1bc6e39e72e671be9a7aef9c8f09
21365 Author: Keith Packard <keithp@keithp.com>
21366 Date:   Wed Dec 5 21:22:55 2012 -0800
21367
21368     altos: Remove more unused APRS code
21369     
21370     Getting down to a reasonable amount of code.
21371     
21372     Signed-off-by: Keith Packard <keithp@keithp.com>
21373
21374 commit d717edd18a35376811d6be0d0c7522ee8cc426f9
21375 Author: Keith Packard <keithp@keithp.com>
21376 Date:   Wed Dec 5 21:13:37 2012 -0800
21377
21378     altos: Reduce printf calls in APRS packet generation
21379     
21380     Merge all of the data into a single printf call
21381     
21382     Signed-off-by: Keith Packard <keithp@keithp.com>
21383
21384 commit 3e1254c4f3261f66d8070250898fe906eb80d8f2
21385 Author: Keith Packard <keithp@keithp.com>
21386 Date:   Wed Dec 5 21:08:19 2012 -0800
21387
21388     altos: Strip out everything but the basic position reporting from APRS
21389     
21390     Any useful data will be sent over the digital link; APRS is strictly
21391     for position tracking
21392     
21393     Signed-off-by: Keith Packard <keithp@keithp.com>
21394
21395 commit fe820a8a2dc6248b5edb96a9521536d41b936116
21396 Author: Keith Packard <keithp@keithp.com>
21397 Date:   Wed Dec 5 21:01:59 2012 -0800
21398
21399     Signed-off-by: Keith Packard <keithp@keithp.com>
21400     
21401     altos: Switch APRS to standard position reporting form
21402     
21403     Stop using NMEA sentences for position
21404
21405 commit 03f844ddcd95166211451fda0b20f9b15496294e
21406 Author: Keith Packard <keithp@keithp.com>
21407 Date:   Wed Dec 5 20:11:35 2012 -0800
21408
21409     altos: Add missing ao_aprs.h file
21410     
21411     This has defines for the planned APRS interface
21412     
21413     Signed-off-by: Keith Packard <keithp@keithp.com>
21414
21415 commit 8b1f186a574c22cebd9daba9d352ec82556c3b28
21416 Author: Keith Packard <keithp@keithp.com>
21417 Date:   Wed Dec 5 20:10:54 2012 -0800
21418
21419     altos: Generate all of the APRS messages
21420     
21421     Note that two of them are in NMEA form, which some receivers appear
21422     not to parse
21423     
21424     Signed-off-by: Keith Packard <keithp@keithp.com>
21425
21426 commit 0c2c47dd7af2fc95de852178c4244daba02f44ed
21427 Author: Keith Packard <keithp@keithp.com>
21428 Date:   Wed Dec 5 19:44:09 2012 -0800
21429
21430     altos: Add test scaffolding for APRS
21431     
21432     This moves some test code out of ao_aprs.c and into ao_aprs_test.c,
21433     and then adds Makefile fragments to compile and run the resulting
21434     program, creating a wav file as output
21435     
21436     Signed-off-by: Keith Packard <keithp@keithp.com>
21437
21438 commit d65751fded3321b8a350e4140c44f87fec95aab2
21439 Author: Keith Packard <keithp@keithp.com>
21440 Date:   Wed Dec 5 19:30:27 2012 -0800
21441
21442     altos: Make aprs code output encoded packets to stdout
21443     
21444     This generates a .wav file containing a single APRS packet. This has
21445     been tested and appears to be successfully decoded by an APRS receiver.
21446     
21447     Signed-off-by: Keith Packard <keithp@keithp.com>
21448
21449 commit 024e35dc6a0356adfc801a023d5ec208cf3996cb
21450 Author: Keith Packard <keithp@keithp.com>
21451 Date:   Wed Dec 5 09:59:16 2012 -0800
21452
21453     altos: Add Pico Beacon code as ao_aprs.c
21454     
21455     Pico Beacon hooks a GPS to an AD9954 DDS radio chip with a PIC. It
21456     directly synthesizes the necessary AX.25 packets to do APRS
21457     reporting. We're going to appropriate the code for use in Mega Metrum
21458     to (optionally) broadcast APRS packets.
21459     
21460         http://ad7zj.net/kd7lmo/aprsbeacon_code.html
21461     
21462     Signed-off-by: Keith Packard <keithp@keithp.com>
21463     (
21464
21465 commit ce12787b56f699166cafe4cdee9e2a4d8e66ebed
21466 Author: Keith Packard <keithp@keithp.com>
21467 Date:   Tue Dec 4 09:45:01 2012 -0800
21468
21469     altos: Break out GPS speed resetting sequence
21470     
21471     To set the GPS speed, we delay for 1/2 sec, change speed, then delay
21472     for another 1/2 sec.
21473     
21474     Signed-off-by: Keith Packard <keithp@keithp.com>
21475
21476 commit d1778937e136fdecf8607dd9b358cf972d87ca34
21477 Author: Keith Packard <keithp@keithp.com>
21478 Date:   Tue Dec 4 09:43:56 2012 -0800
21479
21480     altos: shrink ao_companion_status by merging printf calls
21481     
21482     Multiple printf calls are longer than one big one, so merge these
21483     together to save some code space
21484     
21485     Signed-off-by: Keith Packard <keithp@keithp.com>
21486
21487 commit f6f440767eece896507903e6e58849f11088829f
21488 Author: Keith Packard <keithp@keithp.com>
21489 Date:   Tue Dec 4 08:48:05 2012 -0800
21490
21491     Another ao-mega addition which shouldn't be here
21492     
21493     Signed-off-by: Keith Packard <keithp@keithp.com>
21494
21495 commit 1f52e8afce514a6b943c92aaa6d7189d11d9fe76
21496 Author: Keith Packard <keithp@keithp.com>
21497 Date:   Tue Dec 4 01:34:03 2012 -0800
21498
21499     ao-tools. Oops, let 'ao-mega' slip into build.
21500     
21501     This is a tool to parse ao-mega eeprom files; not sure it'll be that
21502     useful, and it's certainly not usable *yet*.
21503     
21504     Signed-off-by: Keith Packard <keithp@keithp.com>
21505
21506 commit d4d5d411679d074295d4722f4887fd1cf4f0906c
21507 Author: Keith Packard <keithp@keithp.com>
21508 Date:   Tue Dec 4 01:30:39 2012 -0800
21509
21510     ao-sky-flash: Clean up debug printfs a bit
21511     
21512     This makes debugging output a bit cleaner
21513     
21514     Signed-off-by: Keith Packard <keithp@keithp.com>
21515
21516 commit 5f6b3790667d9b92370b4fe0dad5626929fea2ba
21517 Author: Keith Packard <keithp@keithp.com>
21518 Date:   Fri Nov 30 20:51:47 2012 -0800
21519
21520     altos: Make skytraq reflashing code try both 9600 and 4800 baud
21521     
21522     This lets it communicate with the ROM code which boots at 4800 baud
21523     instead of 9600 baud.
21524     
21525     Signed-off-by: Keith Packard <keithp@keithp.com>
21526
21527 commit dd8b2eadab12965d232640449b1d1c9f2484238c
21528 Author: Keith Packard <keithp@keithp.com>
21529 Date:   Fri Nov 30 17:36:40 2012 -0800
21530
21531     ao-tools: Add ao-sky-flash to update GPS firmware
21532     
21533     This uses a new feature of AltOS to directly connect the GPS chip to
21534     the USB link to reprogram the former.
21535     
21536     Signed-off-by: Keith Packard <keithp@keithp.com>
21537
21538 commit 860d0526737295c695f8e6a790d72b49eb4a686d
21539 Author: Keith Packard <keithp@keithp.com>
21540 Date:   Fri Nov 30 16:10:43 2012 -0800
21541
21542     altos: Add support for reflashing skytraq GPS chips
21543     
21544     This simply switches the skytraq port to 115200 baud and then
21545     essentially connects it directly to the USB port by forwarding bytes
21546     in both directions.
21547     
21548     Once started, the only way out is to reboot the board.
21549     
21550     Signed-off-by: Keith Packard <keithp@keithp.com>
21551
21552 commit c90ece979f3c95cc6c557c5a2ba8f4a0ce78e173
21553 Author: Keith Packard <keithp@keithp.com>
21554 Date:   Fri Nov 30 16:08:41 2012 -0800
21555
21556     altos: Expose GPS serial fifo on MegaMetrum
21557     
21558     Necessary for direct access by the GPS reflashing code
21559     
21560     Signed-off-by: Keith Packard <keithp@keithp.com>
21561
21562 commit ae0ddb0f866a26867f0147e0811717810f74c9ef
21563 Author: Keith Packard <keithp@keithp.com>
21564 Date:   Fri Nov 30 16:05:19 2012 -0800
21565
21566     altos: Add ao_task_minimize_latency to reduce IRQ delays
21567     
21568     When set, this causes the task switching code to avoid blocking IRQs
21569     while looking for an idle task as that can increase IRQ latencies
21570     enough to drop characters at 115200 baud on the cc1111. Note that this
21571     *also* eliminates the ability to use low power modes as we cannot know
21572     at any point whether some interrupt has come along and woken a task.
21573     
21574     Has no effect when using task queues as those require IRQs to be
21575     blocked while looking at the queue. Shouldn't be a problem there
21576     though as the check for no running tasks is very cheap.
21577     
21578     Signed-off-by: Keith Packard <keithp@keithp.com>
21579
21580 commit f2c2d04f07253a90c4f7da49df43c3969119516b
21581 Author: Keith Packard <keithp@keithp.com>
21582 Date:   Fri Nov 30 16:04:24 2012 -0800
21583
21584     altos: Use ao_xmemcpy in ao_log_telem.c
21585     
21586     This eliminates the libc generic version in TeleTerra
21587     
21588     Signed-off-by: Keith Packard <keithp@keithp.com>
21589
21590 commit 7db14905af5cbbfa47d1a2026cce6aea9e5aae7a
21591 Author: Keith Packard <keithp@keithp.com>
21592 Date:   Fri Nov 30 16:03:45 2012 -0800
21593
21594     altos: Add support for 115200 baud serial rates
21595     
21596     Necessary for flashing skytraq chips
21597     
21598     Signed-off-by: Keith Packard <keithp@keithp.com>
21599
21600 commit 0b65402361f36a0c722977bcb63edb26fda0db28
21601 Author: Keith Packard <keithp@keithp.com>
21602 Date:   Fri Nov 30 16:01:07 2012 -0800
21603
21604     altos: Make stdio 8-bit clean by making pollchar return int
21605     
21606     We were stealing one value (0xff) in the return value from pollchar to
21607     indicate 'not ready yet'. Instead of doing that, use the integer value
21608     -1 and have pollchar return an int instead of a char. That
21609     necessitated cleaning a few other bits to make sure that 0xff wouldn't
21610     get promoted to -1 on accident.
21611     
21612     Signed-off-by: Keith Packard <keithp@keithp.com>
21613
21614 commit 0fa9ce23dd63846337872d6d666a469512614d07
21615 Author: Keith Packard <keithp@keithp.com>
21616 Date:   Fri Nov 30 15:10:59 2012 -0800
21617
21618     altos: Share cc1111 reset/debug-start code
21619     
21620     These sequences are very similar, differing only in whether the dbg
21621     clock line is toggled while holding reset low for a while.
21622     
21623     Signed-off-by: Keith Packard <keithp@keithp.com>
21624
21625 commit cb01d968f21a171682e6358641edaf5eef815a66
21626 Author: Keith Packard <keithp@keithp.com>
21627 Date:   Fri Nov 30 15:05:31 2012 -0800
21628
21629     altos: Shrink cc1111/ao_dbg.c a bit
21630     
21631     Share code for osequence of ao_dbg_long_delay(); ao_dbg_send_bits()
21632     
21633     Signed-off-by: Keith Packard <keithp@keithp.com>
21634
21635 commit 81648829defbaf49fc98c4520540f7a20c50c417
21636 Author: Keith Packard <keithp@keithp.com>
21637 Date:   Fri Nov 30 15:04:21 2012 -0800
21638
21639     altos: Share getnibble function
21640     
21641     Two implementations of the same function, one in cc1111/ao_dbg.c and
21642     the other in core/ao_send_packet.c.
21643     
21644     Signed-off-by: Keith Packard <keithp@keithp.com>
21645
21646 commit 289ead258e217bc10493caab12a8b477f1bc2865
21647 Author: Keith Packard <keithp@keithp.com>
21648 Date:   Thu Nov 29 20:36:51 2012 -0800
21649
21650     altos: Make TeleBalloon v1.1 build again
21651     
21652     This is untested, but at least it builds now
21653     
21654     Signed-off-by: Keith Packard <keithp@keithp.com>
21655
21656 commit ceea0e75ac42acac4a20bf88f34bb93fd2768f4c
21657 Merge: 7738ddc 285fccf
21658 Author: Bdale Garbee <bdale@gag.com>
21659 Date:   Tue Nov 20 12:37:38 2012 -0700
21660
21661     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
21662
21663 commit 7738ddc5dcf4a9609ae2b066a783e3c9fa03d3be
21664 Author: Bdale Garbee <bdale@gag.com>
21665 Date:   Tue Nov 20 12:36:26 2012 -0700
21666
21667     let upstream version rule, don't force use of Debian version in firmware
21668
21669 commit 285fccfa82d89b0decc3b44f413eef9d0c8f1e63
21670 Author: Keith Packard <keithp@keithp.com>
21671 Date:   Sun Nov 18 10:36:17 2012 -0800
21672
21673     altos: Slow down micropeak report timing
21674     
21675     This makes reading the LED a lot easier.
21676     
21677     Signed-off-by: Keith Packard <keithp@keithp.com>
21678
21679 commit 8ff0db3979405357003b52022e564a3da75ec3fb
21680 Author: Keith Packard <keithp@keithp.com>
21681 Date:   Sun Nov 18 10:35:39 2012 -0800
21682
21683     altos: micropeak LED is orange now, not blue
21684     
21685     Change the names around to match
21686     
21687     Signed-off-by: Keith Packard <keithp@keithp.com>
21688
21689 commit ba3532a8ca7083b09fde5827faeb95f0c2f3b07c
21690 Author: Keith Packard <keithp@keithp.com>
21691 Date:   Sun Nov 18 10:20:52 2012 -0800
21692
21693     doc: Minor updates to the micropeak docs
21694     
21695     Mention light issue in quick start guide. Update run-time estimate to
21696     40 hours (measured over 44 hours)
21697     
21698     Signed-off-by: Keith Packard <keithp@keithp.com>
21699
21700 commit 1df3e6402489480e30600304bf024481902f9425
21701 Author: Keith Packard <keithp@keithp.com>
21702 Date:   Sun Nov 18 10:15:14 2012 -0800
21703
21704     altos: Clean everything, even if we don't have compilers
21705     
21706     This ensures that stale bits aren't left if PATH isn't set right when
21707     'make clean' is called.
21708     
21709     Signed-off-by: Keith Packard <keithp@keithp.com>
21710
21711 commit c4737c81ee2da826b38cc52efbfb09017e6825ca
21712 Author: Keith Packard <keithp@keithp.com>
21713 Date:   Sun Nov 18 10:13:49 2012 -0800
21714
21715     altoslib: Reset telem tracking state when switching altimeters
21716     
21717     This discards any local state when the new telem packet has a
21718     different serial number
21719     
21720     Signed-off-by: Keith Packard <keithp@keithp.com>
21721
21722 commit fcb801b145e1ae6f1c0b3418a99245d34dbf5aa4
21723 Author: Keith Packard <keithp@keithp.com>
21724 Date:   Sun Nov 18 10:10:29 2012 -0800
21725
21726     altoslib: Allow flight number to be zero
21727     
21728     It's zero when there's no storage space on the device. Instead of
21729     waiting for non-zero flight number, wait for the seen_flight bit to be
21730     set in the telem tracking state
21731     
21732     Signed-off-by: Keith Packard <keithp@keithp.com>
21733
21734 commit c494eecc51f7d80e24e5db7af0021c56cb6871d4
21735 Author: Keith Packard <keithp@keithp.com>
21736 Date:   Sun Nov 18 10:08:38 2012 -0800
21737
21738     altoslib: MegaMetrum data telem packets have sensor data, not flight no
21739     
21740     Setting the seen_flight bit without a flight number leads to bogus
21741     file names
21742     
21743     Signed-off-by: Keith Packard <keithp@keithp.com>
21744
21745 commit 70c9fc74a68fdb92569eb73295cfa154cf3768f4
21746 Author: Keith Packard <keithp@keithp.com>
21747 Date:   Sun Nov 18 09:50:54 2012 -0800
21748
21749     altos: Make Tm recovery mode set RF cal and callsign too
21750     
21751     This lets us connect to Tm even if someone messes up the RF
21752     calibration or callsign info
21753     
21754     Signed-off-by: Keith Packard <keithp@keithp.com>
21755
21756 commit fa3beed645c7bff08d22a657daffe75059dc7b88
21757 Author: Keith Packard <keithp@keithp.com>
21758 Date:   Sun Nov 18 08:46:31 2012 -0800
21759
21760     altos: fix cc1120 radio test - state wasn't made static
21761     
21762     so whether the radio got turned on was random.
21763     
21764     Signed-off-by: Keith Packard <keithp@keithp.com>
21765
21766 commit e037fbc004e1aa7d631ae999e587bdde2f6b71c9
21767 Author: Keith Packard <keithp@keithp.com>
21768 Date:   Sat Nov 17 17:34:01 2012 -0800
21769
21770     altoslib: Add (disabled) conversion for MS5611
21771     
21772     In case we actually end up shipping an MS5611-based board at some
21773     point, it will be nice to have the java code on hand
21774     
21775     Signed-off-by: Keith Packard <keithp@keithp.com>
21776
21777 commit 0606dc013d8b89fd5de0548af0de20fdab5c27d4
21778 Author: Keith Packard <keithp@keithp.com>
21779 Date:   Fri Nov 16 22:19:17 2012 -0800
21780
21781     doc: Start updating AltOS documentation for multi-arch
21782     
21783     Now that AltOS supports many processors, start updating the
21784     documentation to match.
21785     
21786     Signed-off-by: Keith Packard <keithp@keithp.com>
21787
21788 commit b3205a1d246e5ed229256aa787f26e6e122b7a2f
21789 Author: Keith Packard <keithp@keithp.com>
21790 Date:   Thu Nov 1 17:52:22 2012 -0700
21791
21792     altos: Build megadongle when possible
21793     
21794     Signed-off-by: Keith Packard <keithp@keithp.com>
21795
21796 commit 793b950083d09ead4f6230e041ad43aa9f5f2179
21797 Author: Keith Packard <keithp@keithp.com>
21798 Date:   Thu Nov 1 10:51:41 2012 -0700
21799
21800     altos/megadongle: Add megadongle product
21801     
21802     Looks a lot like teledongle from a feature perspective.
21803     
21804     Signed-off-by: Keith Packard <keithp@keithp.com>
21805
21806 commit f74d724f92b335d6c0674d0f1fcc650b729401df
21807 Author: Keith Packard <keithp@keithp.com>
21808 Date:   Thu Nov 1 10:50:03 2012 -0700
21809
21810     altos: Remove legacy telemetry from ao_monitor when not needed
21811     
21812     For products not supporting LEGACY_MONITOR, remove the (undefined)
21813     structs from the ao_monitor union.
21814     
21815     Signed-off-by: Keith Packard <keithp@keithp.com>
21816
21817 commit e4d931cd99a7c91803584b71670e30c0d00217df
21818 Author: Keith Packard <keithp@keithp.com>
21819 Date:   Thu Nov 1 10:49:17 2012 -0700
21820
21821     altos: Remove 'volatile' from ao_rssi.c globals
21822     
21823     No need for this, the variables aren't changed at interrupt time.
21824     
21825     Signed-off-by: Keith Packard <keithp@keithp.com>
21826
21827 commit 86f8b92149d1027b1d6d6b1cae097cfe47b02090
21828 Author: Keith Packard <keithp@keithp.com>
21829 Date:   Thu Nov 1 10:48:08 2012 -0700
21830
21831     altos/stm: Support LEDs on multiple ports
21832     
21833     Split out the bits in a fairly simplistic fashion so that we support
21834     no more than 16 LEDs still.
21835     
21836     Signed-off-by: Keith Packard <keithp@keithp.com>
21837
21838 commit fcdaa0d748058a7f52a1bdc1a1627dc394762e5a
21839 Author: Keith Packard <keithp@keithp.com>
21840 Date:   Tue Oct 30 19:56:51 2012 -0700
21841
21842     altos/attiny: Remove debugging code which frobs PB1
21843     
21844     This was clearly stuck there to debug something; not a good idea...
21845     
21846     Signed-off-by: Keith Packard <keithp@keithp.com>
21847
21848 commit af8cb40851a5cf5e3bd06ddd85e4e2df16bfbad2
21849 Author: Keith Packard <keithp@keithp.com>
21850 Date:   Tue Oct 30 19:44:45 2012 -0700
21851
21852     altos/micropeak: Run MS5607 at max resolution for micropeak
21853     
21854     We've got lots of time, so get the highest resolution baro data available.
21855     
21856     Signed-off-by: Keith Packard <keithp@keithp.com>
21857
21858 commit 371da0c909098092db7b596496df9d58eed43703
21859 Author: Keith Packard <keithp@keithp.com>
21860 Date:   Tue Oct 30 19:41:08 2012 -0700
21861
21862     altos/micropeak: Clock micropeak at 250kHz to save power
21863     
21864     This reduces average current consumption from 2mA to .4mA. This
21865     makes the battery last longer, but also gets the current under
21866     something that the typical CR1025 battery can support. Would be nice
21867     to reduce current even further; cheap CR1025 batteries still seem to
21868     fade a bit at this current level.
21869     
21870     Signed-off-by: Keith Packard <keithp@keithp.com>
21871
21872 commit e8a4a00a5bb333d4ee9601d53242a82dfe0372c2
21873 Author: Keith Packard <keithp@keithp.com>
21874 Date:   Tue Oct 30 19:39:55 2012 -0700
21875
21876     altos/attiny: Don't initialize the CS pin in the general SPI setup
21877     
21878     Let the CS pin be configured by the driver, which can set the correct
21879     value before enabling the output.
21880     
21881     Signed-off-by: Keith Packard <keithp@keithp.com>
21882
21883 commit f7d2613bb0a6ab1c63e3f6252a3a2358fdfbc691
21884 Author: Keith Packard <keithp@keithp.com>
21885 Date:   Mon Oct 29 17:07:05 2012 -0700
21886
21887     altos/micropeak: Set boost detect to 10m. Add 30s boost delay.
21888     
21889     Wait for 30 seconds before even starting look for boost. This provides
21890     an opportunity to close up the airframe, potentially causing pressure
21891     gradients seen by the baro sensor.
21892     
21893     Also, require a 10m vertical motion before triggering boost. This
21894     should limit accidental boost detect while capturing any actual flights.
21895     
21896     Signed-off-by: Keith Packard <keithp@keithp.com>
21897
21898 commit 0d0ece403028e8a4453cc380575ed95c5e00ddb7
21899 Author: Keith Packard <keithp@keithp.com>
21900 Date:   Mon Oct 29 11:49:23 2012 -0700
21901
21902     doc: Add micropeak manual
21903     
21904     Signed-off-by: Keith Packard <keithp@keithp.com>
21905
21906 commit 424638446b7c7bb3f4aa6b4764d3e68175dcbf8c
21907 Author: Keith Packard <keithp@keithp.com>
21908 Date:   Mon Oct 29 11:48:58 2012 -0700
21909
21910     altos: Build micropeak when avr-gcc is available
21911     
21912     Signed-off-by: Keith Packard <keithp@keithp.com>
21913
21914 commit e9ea0ad4024532fd6f87bb6708bf76b0c7aa1c5b
21915 Author: Keith Packard <keithp@keithp.com>
21916 Date:   Mon Oct 29 11:47:17 2012 -0700
21917
21918     altos/micropeak: Switch to MS5607 sensor. Require 4m for boost. Elide dead code
21919     
21920     Signed-off-by: Keith Packard <keithp@keithp.com>
21921
21922 commit 0623bc06a77536b903da09acbd12999d0ed05360
21923 Author: Keith Packard <keithp@keithp.com>
21924 Date:   Mon Oct 29 11:43:02 2012 -0700
21925
21926     altos/attiny: Update to new interrupt macros
21927     
21928     Add ao_arch_block/release_interrupts macros to attiny architecture
21929     
21930     Signed-off-by: Keith Packard <keithp@keithp.com>
21931
21932 commit a46c9398a5f02ff4b52b7a4309a51498560cadb5
21933 Merge: e57ab2a 56023cf
21934 Author: Keith Packard <keithp@keithp.com>
21935 Date:   Fri Oct 26 14:08:32 2012 -0700
21936
21937     Merge remote-tracking branch 'mjb/altosdroid'
21938
21939 commit e57ab2a7bfb69c0ef9b5b7fa8e53e20a500e7c6c
21940 Author: Keith Packard <keithp@keithp.com>
21941 Date:   Thu Oct 25 13:42:10 2012 -0700
21942
21943     altos: Provide ao_task_alarm_tick to reduce per-tick cost
21944     
21945     Cache the next wakeup time and check that before jumping to the task
21946     code.
21947     
21948     Signed-off-by: Keith Packard <keithp@keithp.com>
21949
21950 commit ccf0faa7d26d56deca7928b521d07be40504466a
21951 Author: Keith Packard <keithp@keithp.com>
21952 Date:   Thu Oct 25 13:40:54 2012 -0700
21953
21954     altos: Leave interrupts disabled while checking for task to run
21955     
21956     Otherwise, we run the risk of an interrupt waking a task after we've
21957     decided to idle the CPU.
21958     
21959     Signed-off-by: Keith Packard <keithp@keithp.com>
21960
21961 commit 9b978cd467f9128f3069765dd8fbf8abad3459a4
21962 Author: Keith Packard <keithp@keithp.com>
21963 Date:   Thu Oct 25 13:38:13 2012 -0700
21964
21965     altos: Clean up stm arch macros a bit.
21966     
21967     Turn a bunch of the macros into inline functions.
21968     Clean up the reboot method to use the stm_scb structure.
21969     
21970     Signed-off-by: Keith Packard <keithp@keithp.com>
21971
21972 commit 7ee031bdab33cc6a1e2a7995a7c3a43f3a64b687
21973 Author: Keith Packard <keithp@keithp.com>
21974 Date:   Thu Oct 25 13:35:47 2012 -0700
21975
21976     altos: Clean up cc1111 architecture macros a bit, removing cli/sei
21977     
21978     Just reformatting changes, aside from the removal of cli/sei
21979     
21980     Signed-off-by: Keith Packard <keithp@keithp.com>
21981
21982 commit ff6a439cd24e239abd97107ecedf12dca71e59a5
21983 Author: Keith Packard <keithp@keithp.com>
21984 Date:   Thu Oct 25 13:33:43 2012 -0700
21985
21986     altos: Wrap ao_container_of value in parens
21987     
21988     Keeps the cast from being separated from the value when used
21989     in expressions.
21990     
21991     Signed-off-by: Keith Packard <keithp@keithp.com>
21992
21993 commit f221c78e6237e0a118ebe85c25e433fe16a7735d
21994 Author: Keith Packard <keithp@keithp.com>
21995 Date:   Thu Oct 25 11:25:42 2012 -0700
21996
21997     altos: Switch drivers to ao_arch_block/release_interrupts
21998     
21999     Stop using cli/sei, which are avr-specific
22000     
22001     Signed-off-by: Keith Packard <keithp@keithp.com>
22002
22003 commit 56023cf5da9deede9fe627fe327783eceecf08f7
22004 Author: Mike Beattie <mike@ethernal.org>
22005 Date:   Thu Oct 25 20:39:20 2012 +1300
22006
22007     altosdroid: more restrictive commit no. matching
22008     
22009     Signed-off-by: Mike Beattie <mike@ethernal.org>
22010
22011 commit bb3f42daffafb497639c2c678f6106ce54523ff3
22012 Author: Mike Beattie <mike@ethernal.org>
22013 Date:   Thu Oct 25 20:31:59 2012 +1300
22014
22015     altosdroid: more reliable branch detection
22016     
22017     Signed-off-by: Mike Beattie <mike@ethernal.org>
22018
22019 commit 963f7715be6c67056bbd8bbe898639adac64fc29
22020 Author: Keith Packard <keithp@keithp.com>
22021 Date:   Thu Oct 25 00:12:57 2012 -0700
22022
22023     Bump version to 1.1.9.2
22024     
22025     Signed-off-by: Keith Packard <keithp@keithp.com>
22026
22027 commit 282f0451dd141db3304ab73e4020a849e59721eb
22028 Merge: 0680d62 78e1de4
22029 Author: Keith Packard <keithp@keithp.com>
22030 Date:   Thu Oct 25 00:09:01 2012 -0700
22031
22032     Merge remote-tracking branch 'mjb/altosdroid'
22033
22034 commit 0680d62d57496cea7ae4f1ef317c46e689b28e21
22035 Author: Keith Packard <keithp@keithp.com>
22036 Date:   Thu Oct 25 00:04:27 2012 -0700
22037
22038     altos/megametrum: Depend on Makefile contents for build
22039     
22040     This ensures that everything is rebuilt when the Makefile changes
22041     
22042     Signed-off-by: Keith Packard <keithp@keithp.com>
22043
22044 commit b49c751749dcd3e78991463c098f8d916f52179d
22045 Author: Keith Packard <keithp@keithp.com>
22046 Date:   Wed Oct 24 23:50:55 2012 -0700
22047
22048     altos: Add task queues.
22049     
22050     This replaces the array-based scheduler with a queue-based one
22051     instead. It should have the same basic scheduling semantics, but it
22052     walks shorter lists for each operation, making it much more efficient
22053     when the system has a lot of tasks.
22054     
22055     Signed-off-by: Keith Packard <keithp@keithp.com>
22056
22057 commit 4b13d3c659240e5a8347b1ba7ab0bf1d8355eba3
22058 Author: Keith Packard <keithp@keithp.com>
22059 Date:   Wed Oct 24 22:46:55 2012 -0700
22060
22061     altos: Add stack-guard code. Uses STM MPU to trap stack overflow.
22062     
22063     This marks the lowest portion of the stack as inaccessible to the CPU,
22064     causing the processor to fault when it reaches it. The fault then
22065     generates a panic message so that the user can know what happened.
22066     
22067     Signed-off-by: Keith Packard <keithp@keithp.com>
22068
22069 commit e80fa6de4ccc5c4851eab9fb941f9282d2e3eb16
22070 Author: Keith Packard <keithp@keithp.com>
22071 Date:   Wed Oct 24 22:35:32 2012 -0700
22072
22073     altos: Replace __critical usage with ao_arch_critical as needed
22074     
22075     sdcc offers __critical as a machine-independent way to block
22076     interrupts, but as gcc doesn't, we need to use a compiler-independent
22077     construct instead. ao_arch_critical has been around since the AVR
22078     port, but some old __critical usages remained.
22079     
22080     This fixes a bunch of random hangs when communicating with MM over USB
22081     or the radio as the various stdio loops were running without
22082     interrupts blocked between the test and the sleep.
22083     
22084     Signed-off-by: Keith Packard <keithp@keithp.com>
22085
22086 commit b119e19604aa557a40e848c60d98a67b5f259bbd
22087 Author: Keith Packard <keithp@keithp.com>
22088 Date:   Tue Oct 23 22:17:49 2012 -0700
22089
22090     altos: profiling on STM32L
22091     
22092     Add sample-based profiling, using a 1kHz timer
22093     
22094     Signed-off-by: Keith Packard <keithp@keithp.com>
22095
22096 commit 7d34811ba035367bbf26a8510265754f3fbb5a95
22097 Author: Keith Packard <keithp@keithp.com>
22098 Date:   Wed Oct 24 23:21:38 2012 -0700
22099
22100     altos: Add ao_arch_block/release_interrupts to avr and cc1111
22101     
22102     Stop using cli/sei for AVR, add replacement to __critical for cc1111
22103     
22104     Signed-off-by: Keith Packard <keithp@keithp.com>
22105
22106 commit 09aa379fc57cd4f30c18c7bda2532a79109354c2
22107 Author: Keith Packard <keithp@keithp.com>
22108 Date:   Wed Oct 24 23:55:00 2012 -0700
22109
22110     altos: Force beep timer regs reload when enabling beeper
22111     
22112     Without this, there can be a long delay between asking for the beeper
22113     and having it actually start sounding.
22114     
22115     Signed-off-by: Keith Packard <keithp@keithp.com>
22116
22117 commit 097c931c979d3652ef8e279ba66bb7ce758f37a3
22118 Author: Keith Packard <keithp@keithp.com>
22119 Date:   Wed Oct 24 23:52:49 2012 -0700
22120
22121     altos: When slave mode first starts, accept any packet
22122     
22123     This eliminates the packet sequence matching for the first packet,
22124     allowing outstanding send data to arrive from the master instead of
22125     ignoring packets with data until they match the seqno
22126     
22127     Signed-off-by: Keith Packard <keithp@keithp.com>
22128
22129 commit 978c16105dd334a4a2807140dbbcc7f306a6b581
22130 Author: Keith Packard <keithp@keithp.com>
22131 Date:   Wed Oct 24 23:55:45 2012 -0700
22132
22133     altosui: Allow AltosConfig to abort before serial line starts
22134     
22135     Check to see if the serial line is active before trying to close it.
22136     
22137     Signed-off-by: Keith Packard <keithp@keithp.com>
22138
22139 commit 78e1de481bfdbf7c7bb908c317b23c8ee275c84f
22140 Author: Mike Beattie <mike@ethernal.org>
22141 Date:   Wed Oct 24 20:54:18 2012 +1300
22142
22143     altosdroid: Add version information to UI
22144     
22145     Signed-off-by: Mike Beattie <mike@ethernal.org>
22146
22147 commit 5ad62b07bef41921b46cb7251072dc24290ee4c9
22148 Author: Mike Beattie <mike@ethernal.org>
22149 Date:   Wed Oct 24 20:52:09 2012 +1300
22150
22151     altosdroid: Add branch to BuildInfo
22152     
22153     Signed-off-by: Mike Beattie <mike@ethernal.org>
22154
22155 commit 055f3232decc07e064d596469b81cf9869411c2d
22156 Merge: 8ca58e2 9e60fa2
22157 Author: Bdale Garbee <bdale@gag.com>
22158 Date:   Tue Oct 23 09:38:36 2012 -0600
22159
22160     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
22161
22162 commit 8ca58e20208495ce63b8256a8ffa43932867e8d5
22163 Author: Bdale Garbee <bdale@gag.com>
22164 Date:   Tue Oct 23 09:33:17 2012 -0600
22165
22166     remove local copy of launch-sites.txt and reference to old web location
22167
22168 commit 37a09f1edc57924dabcf2a71794a42e37b5a354c
22169 Author: Mike Beattie <mike@ethernal.org>
22170 Date:   Tue Oct 23 19:22:52 2012 +1300
22171
22172     altosdroid: match only the current version tag
22173     
22174     Don't match non version tags - and always return the long format of
22175     git describe, rather than just the tag (when the tag is on the current
22176     commit).
22177     
22178     Split the commit number/hash more reliably by removing the version tag
22179     from the result first.
22180     
22181     Signed-off-by: Mike Beattie <mike@ethernal.org>
22182
22183 commit 9e60fa214ad2c48fbe8f7e5c437681aa35d249fa
22184 Merge: 27c3157 4b41561
22185 Author: Keith Packard <keithp@keithp.com>
22186 Date:   Mon Oct 22 22:39:31 2012 -0700
22187
22188     Merge remote-tracking branch 'mjb/altosdroid'
22189
22190 commit 27c31572f4f63c2282e1cc583f4402337fcb548a
22191 Author: Keith Packard <keithp@keithp.com>
22192 Date:   Mon Oct 22 22:38:46 2012 -0700
22193
22194     altosui: Allow any non-basestation to be configured
22195     
22196     TelePyro has some configuration bits.
22197     
22198     Signed-off-by: Keith Packard <keithp@keithp.com>
22199
22200 commit 79f4e684713cff6bf999cac52f5d9525a6f7d278
22201 Author: Keith Packard <keithp@keithp.com>
22202 Date:   Mon Oct 22 21:39:12 2012 -0700
22203
22204     altos: make check-avr-mem utility executable
22205     
22206     Signed-off-by: Keith Packard <keithp@keithp.com>
22207
22208 commit d4ea2e7c3ed84fb6f4e880da6c5ddf2a83d3ef61
22209 Author: Keith Packard <keithp@keithp.com>
22210 Date:   Mon Oct 22 21:38:18 2012 -0700
22211
22212     altos: Allow pyro flight state config to be set
22213     
22214     Without these lines, flight state compares can't be shown or set.
22215     
22216     Signed-off-by: Keith Packard <keithp@keithp.com>
22217
22218 commit e80d7cd18fa4dac98d941e86b5956403a7170966
22219 Author: Keith Packard <keithp@keithp.com>
22220 Date:   Mon Oct 22 21:37:25 2012 -0700
22221
22222     altos: Let AVR products override the stack size. Set telepyro to 104
22223     
22224     Otherwise, telepyro doesn't have enough ram...
22225     
22226     Signed-off-by: Keith Packard <keithp@keithp.com>
22227
22228 commit 20496608ca287e65302193ee1afe9f0cad3a36e1
22229 Author: Keith Packard <keithp@keithp.com>
22230 Date:   Mon Oct 22 21:36:12 2012 -0700
22231
22232     altoslib: capitalize 'Invalid' state name appropriately
22233     
22234     It shouldn't ever appear, but it seemed wrong to have it not match the
22235     rest of the strings.
22236     
22237     Signed-off-by: Keith Packard <keithp@keithp.com>
22238
22239 commit fe00d1169c65cb289f77093cf281efbd0a5d4e64
22240 Author: Keith Packard <keithp@keithp.com>
22241 Date:   Mon Oct 22 21:35:06 2012 -0700
22242
22243     altosui/altoslib: Add support for configuring pyro channels
22244     
22245     This provides a UI on devices which have pyro channels other than
22246     main/apogee.
22247     
22248     Signed-off-by: Keith Packard <keithp@keithp.com>
22249
22250 commit fd619a01bf3489b1df017aca20362757b087ec11
22251 Author: Keith Packard <keithp@keithp.com>
22252 Date:   Mon Oct 22 08:52:08 2012 -0700
22253
22254     altos: Add state comparisons to pyro channel conditions
22255     
22256     Let pyro channels block waiting for flight state changes. This
22257     allows for pyro channels to be synchronized with the main iginiter
22258     channels.
22259     
22260     Signed-off-by: Keith Packard <keithp@keithp.com>
22261
22262 commit 4b41561abf9144e73995ccc18eadad7936d1dd15
22263 Author: Mike Beattie <mike@ethernal.org>
22264 Date:   Mon Oct 22 11:55:07 2012 +1300
22265
22266     altosdroid: add autogenerated BuildInfo.java
22267     
22268     * Generated by shell script that parses git describe
22269     * Makefile rule to call script on every run
22270     * also includes eclipse hooks to call shell script on build
22271     
22272     Signed-off-by: Mike Beattie <mike@ethernal.org>
22273
22274 commit 8cb09f8a3e2dae5f7f3d2d3dbbc81ba40b491e75
22275 Author: Keith Packard <keithp@keithp.com>
22276 Date:   Sun Oct 21 20:57:21 2012 -0700
22277
22278     altosdroid: AltosState now has speed and max_speed funcs
22279     
22280     These pull out the appropriate baro/accel speed values and may use
22281     some fancier values in future.
22282     
22283     Signed-off-by: Keith Packard <keithp@keithp.com>
22284
22285 commit e4ee3a35dbb1586f65adada0eaf34b7b4e5432eb
22286 Author: Keith Packard <keithp@keithp.com>
22287 Date:   Sun Oct 21 19:51:02 2012 -0700
22288
22289     altoslib: Add AltosRecordNone.java
22290     
22291     oops. forgot a file.
22292     
22293     Signed-off-by: Keith Packard <keithp@keithp.com>
22294
22295 commit e16c33545640f745cec8dc595b2343359efced57
22296 Author: Keith Packard <keithp@keithp.com>
22297 Date:   Sun Oct 21 17:26:16 2012 -0700
22298
22299     altos/test: Use MMA655X in ao_flight_test_mm. Add run-mm to plot mm data
22300     
22301     Pull MMA655X data out of eeprom file when available. Switch build to
22302     using MMA655x by default.
22303     
22304     Clone run-one to plot a single mm flight
22305     
22306     Signed-off-by: Keith Packard <keithp@keithp.com>
22307
22308 commit f789b0b94eb01e3875f7711ce053658c31e75fad
22309 Author: Keith Packard <keithp@keithp.com>
22310 Date:   Sun Oct 21 17:00:08 2012 -0700
22311
22312     altosui: Handle .mega files in Landed tab 'Graph Flight' button
22313     
22314     Need to check for .mega files here too.
22315     
22316     Signed-off-by: Keith Packard <keithp@keithp.com>
22317
22318 commit 6a1a1dae3e00bfcddf31c447f915245a7d42e566
22319 Author: Keith Packard <keithp@keithp.com>
22320 Date:   Sun Oct 21 16:55:00 2012 -0700
22321
22322     altos: Document mega log packet types
22323     
22324     Just add comments to ao_log.h so it's easy to remember which labels go
22325     with each record.
22326     
22327     Signed-off-by: Keith Packard <keithp@keithp.com>
22328
22329 commit 89c621be35e1a6d3394b0e143391fcf2d94d7b41
22330 Author: Keith Packard <keithp@keithp.com>
22331 Date:   Sun Oct 21 16:53:23 2012 -0700
22332
22333     altoslib: Parse GPS .mega file entries for reply/graphing
22334     
22335     The .mega file parsing had a pile of leftovers from when it was cloned
22336     from the .eeprom file parsing code. Replace all of that with the right
22337     parsing bits so that GPS data will be presented correctly.
22338     
22339     Signed-off-by: Keith Packard <keithp@keithp.com>
22340
22341 commit 7894c27b2b2c3c46a7c107c8acd5977830f006cf
22342 Author: Keith Packard <keithp@keithp.com>
22343 Date:   Sun Oct 21 16:13:14 2012 -0700
22344
22345     altoslib: Move computed state from AltosRecord to AltosState
22346     
22347     Make AltosRecord simply track the raw data and have AltosState hold
22348     all computed values, including cross-packet averages and computed speeds.
22349     
22350     Signed-off-by: Keith Packard <keithp@keithp.com>
22351
22352 commit dec2e455935a71dec13b84bb886252b7f4a1a641
22353 Author: Keith Packard <keithp@keithp.com>
22354 Date:   Sun Oct 21 14:11:07 2012 -0700
22355
22356     altoslib: Compute accelerometer speed from megametrum eeprom data
22357     
22358     Duplicates code from the TM eeprom state tracking code.
22359     
22360     Signed-off-by: Keith Packard <keithp@keithp.com>
22361
22362 commit dcadf5e55f076604b0b168be0060026110e263ed
22363 Author: Keith Packard <keithp@keithp.com>
22364 Date:   Sun Oct 21 14:10:32 2012 -0700
22365
22366     altoslib: remove a couple of TM log record types from MM log parsing
22367     
22368     PRESSURE and DEPLOY log records don't occurin MM eeprom files.
22369     
22370     Signed-off-by: Keith Packard <keithp@keithp.com>
22371
22372 commit 1f5a453cb4650fc97cc990a9e42242278c29cc04
22373 Author: Keith Packard <keithp@keithp.com>
22374 Date:   Sun Oct 21 13:42:00 2012 -0700
22375
22376     altoslib: MegaMetrum eeprom never loses GPS date
22377     
22378     TeleMetrum had a firmware bug that would fail to record the GPS date
22379     and time correctly, that was hacked around in altosui, but isn't
22380     needed for MegaMetrum. Remove those hacks from the MM path.
22381     
22382     Signed-off-by: Keith Packard <keithp@keithp.com>
22383
22384 commit 84a144e8b479550406323bc3b2cf89026b770746
22385 Author: Keith Packard <keithp@keithp.com>
22386 Date:   Sun Oct 21 13:02:40 2012 -0700
22387
22388     altosui: Correct megametrum eeprom filename date
22389     
22390     Was fetching day-of-month from the year field
22391     
22392     Signed-off-by: Keith Packard <keithp@keithp.com>
22393
22394 commit db0bbf76b5d739b5d7628bc9139dc8fecd501ac3
22395 Author: Keith Packard <keithp@keithp.com>
22396 Date:   Sun Oct 21 13:02:05 2012 -0700
22397
22398     altosui: Add new filename filters
22399     
22400     Allow the user to restrict filenames to telem, eeprom or mega files
22401     
22402     Signed-off-by: Keith Packard <keithp@keithp.com>
22403
22404 commit eea141b2f35722bad4cd31d9484d6d794646f815
22405 Author: Keith Packard <keithp@keithp.com>
22406 Date:   Sun Oct 21 13:01:03 2012 -0700
22407
22408     altos/stm: Stop spewing clock out PA8 pin
22409     
22410     This was used to debug the clock bringup, but is not useful anymore,
22411     and probably a bad idea to boot.
22412     
22413     Signed-off-by: Keith Packard <keithp@keithp.com>
22414
22415 commit 7f664da148ae15d46d179d8ecede6fc0bc710ffb
22416 Merge: 3aba5eb 23b0c2f
22417 Author: Keith Packard <keithp@keithp.com>
22418 Date:   Thu Oct 18 16:49:28 2012 -0700
22419
22420     Merge branch 'master' into pwmin-new
22421
22422 commit 23b0c2fe95dbfaa4a8ce603b56b75d12d2c17d8c
22423 Author: Keith Packard <keithp@keithp.com>
22424 Date:   Thu Oct 18 16:19:38 2012 -0700
22425
22426     altosui: Re-add a couple of "unused" values
22427     
22428     The values in these calls aren't needed, but the side-effects are, so
22429     add them back in.
22430     
22431     Signed-off-by: Keith Packard <keithp@keithp.com>
22432
22433 commit 05173876d5984a54929db486c9ce1e19bde79526
22434 Author: Keith Packard <keithp@keithp.com>
22435 Date:   Thu Oct 18 16:02:59 2012 -0700
22436
22437     Bump version to 1.1.9.1
22438     
22439     Prepare for Rocketober/Thrustration
22440     
22441     Signed-off-by: Keith Packard <keithp@keithp.com>
22442
22443 commit ceb42f4c96076b01ac05577c9fe461b66e72d30d
22444 Author: Keith Packard <keithp@keithp.com>
22445 Date:   Thu Oct 18 15:34:41 2012 -0700
22446
22447     altos/megametrum: Switch back to using the MS5607
22448     
22449     We're planning to ship the MS5607
22450     
22451     Signed-off-by: Keith Packard <keithp@keithp.com>
22452
22453 commit 5a55501660ebab3b858a48483c5df1cfb4e858e4
22454 Merge: 0361235 440365b
22455 Author: Keith Packard <keithp@keithp.com>
22456 Date:   Thu Oct 18 15:18:52 2012 -0700
22457
22458     Merge branch 'master' into mm-ms5611
22459     
22460     Signed-off-by: Keith Packard <keithp@keithp.com>
22461
22462 commit 3aba5eb5a75dff3e7c8778561c533903eacb110a
22463 Author: Keith Packard <keithp@keithp.com>
22464 Date:   Tue Oct 16 22:33:34 2012 -0700
22465
22466     altos: Build telescience-pwm product when possible
22467     
22468     Signed-off-by: Keith Packard <keithp@keithp.com>
22469
22470 commit f34f0ac7f355149446374a4c82dbf004919bc2dd
22471 Author: Keith Packard <keithp@keithp.com>
22472 Date:   Tue Oct 16 22:21:04 2012 -0700
22473
22474     altos: Add telescience-pwm product
22475     
22476     Split out special PWM-sampling telescience product
22477     
22478     Signed-off-by: Keith Packard <keithp@keithp.com>
22479
22480 commit 14698c424f833dc6d2fb38f69f5f661804cf8303
22481 Author: Keith Packard <keithp@keithp.com>
22482 Date:   Tue Oct 16 22:17:25 2012 -0700
22483
22484     altos: Only enable PWM on telescience_pwm product
22485     
22486     Signed-off-by: Keith Packard <keithp@keithp.com>
22487
22488 commit ac318c19594569532f1fa53b639eefa28d9b7c34
22489 Author: Robert Garbee <robert@gag.com>
22490 Date:   Wed Jul 18 18:41:00 2012 -0600
22491
22492     telescience: correctly calculating rate values with higher resolution
22493
22494 commit da7ac5e95575f6aa1d2514748869771b7686c0e1
22495 Author: Robert Garbee <robert@gag.com>
22496 Date:   Wed Jul 18 14:24:05 2012 -0600
22497
22498     ICP3 working
22499
22500 commit ed5aa2329985ffbaba74514e0555f67fc378a8d8
22501 Author: Robert Garbee <robert@gag.com>
22502 Date:   Wed Jul 18 13:41:27 2012 -0600
22503
22504     Timer 3 working with slower clock and all 16 bits.
22505
22506 commit 1d7e6f5dcb29535cde9b7dfd6998d7889baf835b
22507 Author: Robert Garbee <robert@gag.com>
22508 Date:   Tue Jul 17 13:23:48 2012 -0600
22509
22510     first work on PWM input to TeleScience, 'p' command displays timer 1
22511
22512 commit 1747ab07dab6f4e977e0c3e83b57510cd668e369
22513 Author: Robert Garbee <robert@gag.com>
22514 Date:   Thu Jul 19 11:40:20 2012 -0600
22515
22516     telescience: steal last adc channel for icp3 most recent value
22517     Make the ICP3 rpm counter use in ao_adc_avr.c optional
22518     
22519     Signed-off-by: Keith Packard <keithp@keithp.com>
22520
22521 commit 440365bd17d804c2f574c35164612cf1682397d7
22522 Author: Keith Packard <keithp@keithp.com>
22523 Date:   Tue Oct 16 21:54:23 2012 -0700
22524
22525     altosui: Accept serial number of zero for eeprom download
22526     
22527     AVR-based products don't have a valid serial number, and so usually
22528     report 0. Accept this by making the 'no serial number' case check for
22529     negative values.
22530     
22531     Signed-off-by: Keith Packard <keithp@keithp.com>
22532
22533 commit 4d6d90e15db30991bf81060a0876ae8adb843c75
22534 Author: Keith Packard <keithp@keithp.com>
22535 Date:   Tue Oct 16 21:08:58 2012 -0700
22536
22537     altos/avr: Use ISR_BLOCK to disable interrupts during slave ISR
22538     
22539     This avoids enabling and then immediatly disabling them
22540     
22541     Signed-off-by: Keith Packard <keithp@keithp.com>
22542
22543 commit b8d8b23ca5e6c2d3a19f8aeda2764b43d25eb9d6
22544 Author: Keith Packard <keithp@keithp.com>
22545 Date:   Tue Oct 16 17:14:05 2012 -0700
22546
22547     altosui: Print exception stack trace when tracking flights
22548     
22549     More useful in fixing the problem
22550     
22551     Signed-off-by: Keith Packard <keithp@keithp.com>
22552
22553 commit ef9cb19d8b210e02eaa1c657833c1bd5fc619ad8
22554 Author: Keith Packard <keithp@keithp.com>
22555 Date:   Tue Oct 16 17:13:04 2012 -0700
22556
22557     altosui: Handle missing pad distance in descent tab
22558     
22559     When the GPS isn't locked, the distance from the pad cannot be
22560     computed and is left missing. Not crashing in this case is more useful.
22561     
22562     Signed-off-by: Keith Packard <keithp@keithp.com>
22563
22564 commit 60880bda2153ba3122c7102cd2bacbcca73b9e0d
22565 Author: Keith Packard <keithp@keithp.com>
22566 Date:   Mon Oct 15 00:24:57 2012 -0700
22567
22568     altos/telelco: Make the RSSI led turn red when no packet is received
22569     
22570     This involved splitting out the notion of ever having received an
22571     answer and having received an answer from the last query.
22572     
22573     Signed-off-by: Keith Packard <keithp@keithp.com>
22574
22575 commit 5f31f6652f4b0898214d06d009af823a1ed3b96a
22576 Author: Keith Packard <keithp@keithp.com>
22577 Date:   Mon Oct 15 00:24:28 2012 -0700
22578
22579     altos/telelco: 10ms is not enough time to get a packet back
22580     
22581     Not reliable, so bump to 20ms
22582     
22583     Signed-off-by: Keith Packard <keithp@keithp.com>
22584
22585 commit fdc00ec143022356bf8cdbb28812f045b439c549
22586 Author: Keith Packard <keithp@keithp.com>
22587 Date:   Mon Oct 15 00:07:57 2012 -0700
22588
22589     altos/telelco: Only display every 10th box number during scan
22590     
22591     This reduces the scan time to about 4 seconds, which seems tolerable
22592     
22593     Signed-off-by: Keith Packard <keithp@keithp.com>
22594
22595 commit c6069e38d6d2f9b37aa8671c41b4a470d92996a4
22596 Author: Keith Packard <keithp@keithp.com>
22597 Date:   Mon Oct 15 00:06:57 2012 -0700
22598
22599     altos/telelco: Crank up SPI speed to cc1111
22600     
22601     The cc1111 can handle up to 3MHz, so use 2MHz. Also, crank down the
22602     packet wait time to 10ms, which should be plenty long for the remote
22603     box to receive and return a packet.
22604     
22605     Signed-off-by: Keith Packard <keithp@keithp.com>
22606
22607 commit 80227c08444d5c82fd43320644cdeec6f34fee1b
22608 Author: Keith Packard <keithp@keithp.com>
22609 Date:   Mon Oct 15 00:06:10 2012 -0700
22610
22611     altos/stm: Declare all SPI bus speeds
22612     
22613     Just list them all so users can pick what they like
22614     
22615     Signed-off-by: Keith Packard <keithp@keithp.com>
22616
22617 commit 44c13005f34fdf7d4831e86e1f3e8729e9b67a68
22618 Author: Keith Packard <keithp@keithp.com>
22619 Date:   Sun Oct 14 23:40:58 2012 -0700
22620
22621     altos/telelco: Actually set pad when it changes
22622     
22623     Oops. Lost the actual assignment to the current pad
22624     
22625     Signed-off-by: Keith Packard <keithp@keithp.com>
22626
22627 commit b042f3d6e6b3241cd5e55cf893242ea599d3c0e9
22628 Author: Keith Packard <keithp@keithp.com>
22629 Date:   Sun Oct 14 23:24:49 2012 -0700
22630
22631     altos/telelco: Handle case where no boxes are present
22632     
22633     Don't infinite loop looking for something which isn't there
22634     
22635     Signed-off-by: Keith Packard <keithp@keithp.com>
22636
22637 commit 56ebb0a2f50fd56f4f0b0c695e516bee8fae36fb
22638 Author: Keith Packard <keithp@keithp.com>
22639 Date:   Sun Oct 14 23:16:45 2012 -0700
22640
22641     altos/telelco: Only present valid pads
22642     
22643     Limit pad display to valid pads, skipping missing ones.
22644     
22645     Signed-off-by: Keith Packard <keithp@keithp.com>
22646
22647 commit 84c56b1e92fca181207c468ea6351db3c2f196fb
22648 Author: Keith Packard <keithp@keithp.com>
22649 Date:   Sun Oct 14 23:04:44 2012 -0700
22650
22651     altos/telefire: Report valid channels instead of valid pins
22652     
22653     Now that pins don't match channels 1:1, make sure that the report back
22654     to the LCO names the channels instead of the pin numbers.
22655     
22656     Signed-off-by: Keith Packard <keithp@keithp.com>
22657
22658 commit 91b8c8b20cead2836ec835f44b4ca0cf06cbf518
22659 Author: Keith Packard <keithp@keithp.com>
22660 Date:   Sat Oct 13 15:04:46 2012 -0700
22661
22662     altos/test: Display MPU6000 values in ao_flight_test_mm output
22663     
22664     No computation yet, just making the values visible in the output
22665     
22666     Signed-off-by: Keith Packard <keithp@keithp.com>
22667
22668 commit c6eec0bec06d2e246ea3c9552818ad3180c1e318
22669 Author: Keith Packard <keithp@keithp.com>
22670 Date:   Sat Oct 13 15:04:00 2012 -0700
22671
22672     altos: Define full-scale gyro and accel values for MPU6000
22673     
22674     This lets other code convert MPU6000 readings into canonical units
22675     
22676     Signed-off-by: Keith Packard <keithp@keithp.com>
22677
22678 commit 5caf56e89678637c1afa79700a2fa09aa67dea9b
22679 Author: Keith Packard <keithp@keithp.com>
22680 Date:   Sat Oct 13 15:02:42 2012 -0700
22681
22682     altos: When missing MMA655x, create fake Z accel value
22683     
22684     This avoids overwriting the MPU6000 y acceleration value so that other
22685     computations using that value can work unmodified.
22686     
22687     Signed-off-by: Keith Packard <keithp@keithp.com>
22688
22689 commit 321d0f68c04a5a9c6ea7874081e6245d44c48bb4
22690 Author: Keith Packard <keithp@keithp.com>
22691 Date:   Sat Oct 13 13:39:03 2012 -0700
22692
22693     altos/test: Add ao_flight_test_mm
22694     
22695     This reads mega metrum eeprom files and runs the flight code over it
22696     
22697     Signed-off-by: Keith Packard <keithp@keithp.com>
22698
22699 commit 0ec77f5c90e0b930488ae2ab75efcbba8a3bd1d8
22700 Author: Keith Packard <keithp@keithp.com>
22701 Date:   Sat Oct 13 13:37:29 2012 -0700
22702
22703     altos: Eliminate implicit 1 byte offset in uint16/int16 functions
22704     
22705     Make callers explicitly compute the full offset
22706     
22707     Signed-off-by: Keith Packard <keithp@keithp.com>
22708
22709 commit 2733d1b71bbac2c5ef4a2c3a1992ba448e981267
22710 Author: Keith Packard <keithp@keithp.com>
22711 Date:   Sat Oct 13 13:35:42 2012 -0700
22712
22713     altos: Split out ms5607 conversion code for use in ao_flight_test
22714     
22715     Makes the conversion code available even where the driver isn't needed
22716     
22717     Signed-off-by: Keith Packard <keithp@keithp.com>
22718
22719 commit 46abd248fb2eb84f161672ffce121b2203d42be0
22720 Author: Keith Packard <keithp@keithp.com>
22721 Date:   Sat Oct 13 13:34:28 2012 -0700
22722
22723     altos: struct ao_log_mega doesn't have a ground temp value
22724     
22725     There's no averaged ground temperature recorded in the flight system
22726     to save there, so just remove the field
22727     
22728     Signed-off-by: Keith Packard <keithp@keithp.com>
22729
22730 commit eea1c8da986f9dbd0ca58c926a2bbe01721c1bda
22731 Author: Keith Packard <keithp@keithp.com>
22732 Date:   Sat Oct 13 13:33:45 2012 -0700
22733
22734     altos: Document a few member offsets in struct ao_log_record
22735     
22736     Incomplete, but useful even so
22737     
22738     Signed-off-by: Keith Packard <keithp@keithp.com>
22739
22740 commit c607bd1442e60fec1421955c996f6aad1d98647a
22741 Author: Keith Packard <keithp@keithp.com>
22742 Date:   Sat Oct 13 13:32:56 2012 -0700
22743
22744     altosui: Parse .mega files from command line
22745     
22746     Signed-off-by: Keith Packard <keithp@keithp.com>
22747
22748 commit 162a21dc423c2883a54f7d2a154871ae714d1552
22749 Author: Keith Packard <keithp@keithp.com>
22750 Date:   Fri Oct 12 14:27:14 2012 -0700
22751
22752     altos: Add .gitignore for micropeak
22753     
22754     Signed-off-by: Keith Packard <keithp@keithp.com>
22755
22756 commit 6cfb2d3b1c75916ee69d069519edc675e37e1aa1
22757 Author: Keith Packard <keithp@keithp.com>
22758 Date:   Fri Oct 12 14:26:08 2012 -0700
22759
22760     altos: Add (untested) driver for AT24C i2c flash parts
22761     
22762     Signed-off-by: Keith Packard <keithp@keithp.com>
22763
22764 commit b9bf8e01e243508297f28b102cb2477dc1bc74df
22765 Author: Keith Packard <keithp@keithp.com>
22766 Date:   Fri Oct 12 14:22:41 2012 -0700
22767
22768     altos: Add initial micropeak implementation
22769     
22770     Blinks out max height in decimeters, stores previous flight data to
22771     internal eeprom.
22772     
22773     Signed-off-by: Keith Packard <keithp@keithp.com>
22774
22775 commit 9c732effeb2ef4a4d8bc9599febed74a6ec2f466
22776 Author: Keith Packard <keithp@keithp.com>
22777 Date:   Fri Oct 12 14:18:37 2012 -0700
22778
22779     altos: Allow products to define which LED to panic with
22780     
22781     Continue to use AO_LED_RED by default.
22782     
22783     Signed-off-by: Keith Packard <keithp@keithp.com>
22784
22785 commit 767b74e1466ad4e31746340081d6d60e40359425
22786 Author: Keith Packard <keithp@keithp.com>
22787 Date:   Fri Oct 12 14:08:19 2012 -0700
22788
22789     altos: Megametrum uses altitude-pa.h, not altitude.h
22790     
22791     Make sure megametrum gets rebuilt as needed when the various
22792     altitude-pa related files change
22793     
22794     Signed-off-by: Keith Packard <keithp@keithp.com>
22795
22796 commit 64500ab11ab76d2309608f8e02a1dd9658963b3e
22797 Author: Keith Packard <keithp@keithp.com>
22798 Date:   Fri Oct 12 14:04:57 2012 -0700
22799
22800     altos: Add attiny architecture files
22801     
22802     These are designed to work with the ATtiny85 processor, but can
22803     presuambly be easily adapted to others in that series
22804     
22805     Signed-off-by: Keith Packard <keithp@keithp.com>
22806
22807 commit 16bad3b6ab65cf31b19152127cb6af69142c5c12
22808 Author: Keith Packard <keithp@keithp.com>
22809 Date:   Fri Oct 12 14:03:28 2012 -0700
22810
22811     altos: Include struct ao_data declaration only when used
22812     
22813     Leave it out for products that don't have a ring of sensor data
22814     
22815     Signed-off-by: Keith Packard <keithp@keithp.com>
22816
22817 commit 7751c9cbc630f7251b8988f8da68be9a54ff552c
22818 Author: Keith Packard <keithp@keithp.com>
22819 Date:   Fri Oct 12 14:02:29 2012 -0700
22820
22821     altos: Clean up types in Pa conversion testing code. Only test to 40km
22822     
22823     A couple of missing 'int' declarations.
22824     Only test to 40km as above that there aren't enough data points to do
22825     anything reasonable
22826     
22827     Signed-off-by: Keith Packard <keithp@keithp.com>
22828
22829 commit 866d10b3faa96f6c5a2c495a2c12a0d2bc8259ef
22830 Author: Keith Packard <keithp@keithp.com>
22831 Date:   Fri Oct 12 14:01:16 2012 -0700
22832
22833     altos: Elide ao_altitude_to_pa in flight firmware
22834     
22835     Only the conversion testing code needs to get back from altitude to
22836     pressure, so don't include that code in other environments.
22837     
22838     Signed-off-by: Keith Packard <keithp@keithp.com>
22839
22840 commit 68308908afbd1f04b17056d2be408c89b3578c86
22841 Author: Keith Packard <keithp@keithp.com>
22842 Date:   Fri Oct 12 13:59:50 2012 -0700
22843
22844     altos: Parameterize altitude table access and initialization
22845     
22846     This allows projects to store the altitude data in different
22847     representations or with different access modes.
22848     
22849     By default, altitude data is stored in meters, but the initializers
22850     include decimeter values so those can be used instead if desired.
22851     
22852     Signed-off-by: Keith Packard <keithp@keithp.com>
22853
22854 commit 175380a436efa35bbfae2ee5e29e12e9ef86fbde
22855 Author: Keith Packard <keithp@keithp.com>
22856 Date:   Fri Oct 12 13:57:49 2012 -0700
22857
22858     altos: Use alt_t for all Pascal-based altitude data
22859     
22860     This allows alt_t to be overridden for systems using the MS5607/MS5611
22861     sensors
22862     
22863     Signed-off-by: Keith Packard <keithp@keithp.com>
22864
22865 commit be0a28ee7a6fbd98fc8113db8501bb791a112fa0
22866 Author: Keith Packard <keithp@keithp.com>
22867 Date:   Fri Oct 12 13:55:33 2012 -0700
22868
22869     altos: Allow for other mutex implementations
22870     
22871     Allow projects to replace ao_mutex_get and ao_mutex_put with macros
22872     
22873     Signed-off-by: Keith Packard <keithp@keithp.com>
22874
22875 commit 6a3ee911353291b04e161d50a181ed4211d467a2
22876 Author: Keith Packard <keithp@keithp.com>
22877 Date:   Fri Oct 12 13:54:37 2012 -0700
22878
22879     altos: Allow projects to specify clock at other than 100Hz
22880     
22881     Leave the default at 100Hz, but allow it to be overridden
22882     
22883     Signed-off-by: Keith Packard <keithp@keithp.com>
22884
22885 commit 7795d8309b3e1147bc37d31a0adde42d7dee6cd1
22886 Author: Keith Packard <keithp@keithp.com>
22887 Date:   Fri Oct 12 13:37:07 2012 -0700
22888
22889     altos: Prepare ms5607 driver for use in non-tasking products
22890     
22891     Micropeak doesn't have tasking, prepare the ms5607 driver for that
22892     
22893     Signed-off-by: Keith Packard <keithp@keithp.com>
22894
22895 commit a07b8ba166e05e7d1722c59651ef00e9fb7580d5
22896 Author: Keith Packard <keithp@keithp.com>
22897 Date:   Fri Oct 12 13:31:17 2012 -0700
22898
22899     altos: Split task definitions out to ao_task.h
22900     
22901     And only include them if using tasks
22902     
22903     Signed-off-by: Keith Packard <keithp@keithp.com>
22904
22905 commit 3f059f8878a79b3154a19b6803fbc367eda80dc9
22906 Author: Keith Packard <keithp@keithp.com>
22907 Date:   Wed Oct 10 14:28:07 2012 -0700
22908
22909     altos/telefire: Add siren/strobe support
22910     
22911     This also involved hacking up the code to allow for non-zero offsets
22912     for the pad firing and continuity pins.
22913     
22914     Signed-off-by: Keith Packard <keithp@keithp.com>
22915
22916 commit 0361235c9ef56738ba0e97be88a85afef0ce8268
22917 Author: Keith Packard <keithp@keithp.com>
22918 Date:   Mon Oct 8 23:24:19 2012 -0700
22919
22920     altos: Fix up ms5607 and mma655x commands to work again
22921     
22922     These just display the most recently fetched values
22923     
22924     Signed-off-by: Keith Packard <keithp@keithp.com>
22925
22926 commit 39c5738acdfdf0c87b64de6135fe107971cfa12b
22927 Author: Keith Packard <keithp@keithp.com>
22928 Date:   Mon Oct 8 23:04:16 2012 -0700
22929
22930     altos: Go back to recording sensor data in globals
22931     
22932     Instead of trying to get things into the ring from a variety of
22933     functions, go back to the simpler method of storing them in globals
22934     and having the ADC code just pluck out the most recent values.
22935     
22936     Signed-off-by: Keith Packard <keithp@keithp.com>
22937
22938 commit 422799d9be36ef71b63c1c0fd80d5e76da802949
22939 Author: Keith Packard <keithp@keithp.com>
22940 Date:   Mon Oct 8 21:59:55 2012 -0700
22941
22942     altos: Compute desired frequency when upgrading from pre-1.1
22943     
22944     Instead of just smashing the frequency to 434.550, compute the
22945     frequency from the old radio channel value
22946     
22947     Signed-off-by: Keith Packard <keithp@keithp.com>
22948
22949 commit 16bbe9d25856259d2694751c364b668638e4a971
22950 Author: Keith Packard <keithp@keithp.com>
22951 Date:   Sun Oct 7 15:40:41 2012 -0700
22952
22953     altos/megametrum: Try running accel and baro in parallel again
22954     
22955     Now that the baro sensor appears to be working, try running
22956     conversions in parallel to see if that makes the accel cal happy
22957     
22958     Signed-off-by: Keith Packard <keithp@keithp.com>
22959
22960 commit 6d47dd1d9104745cf68bef23b066c5033ca30a84
22961 Author: Keith Packard <keithp@keithp.com>
22962 Date:   Sat Oct 6 19:39:15 2012 -0700
22963
22964     altos/stm: Set SPI clock high for disabled SPI busses
22965     
22966     This should avoid an accidental low->high transition when switching
22967     between multiple SPI busses.
22968     
22969     Signed-off-by: Keith Packard <keithp@keithp.com>
22970
22971 commit d4b1dffeef3e9ea96e143f74782e4da7d116c0d4
22972 Author: Keith Packard <keithp@keithp.com>
22973 Date:   Sat Oct 6 18:25:15 2012 -0700
22974
22975     altos/telefire: Make sure armed alarm goes off on time
22976     
22977     Instead of turning the alarm off when a packet is received after the
22978     deadline, just do it in the thread which is awake all of the time.
22979     
22980     This prevents the alarm from sticking on when the LCO box is turned
22981     off while the arming key is on.
22982     
22983     Signed-off-by: Keith Packard <keithp@keithp.com>
22984
22985 commit 35cb2dc51708ab572a4c72422e5902a313eda58e
22986 Author: Keith Packard <keithp@keithp.com>
22987 Date:   Sat Oct 6 17:56:23 2012 -0700
22988
22989     altos/stm: Clean up SPI pin configuration code
22990     
22991     Make sure none of the pin configurations are being used at startup
22992     time. Split out the pin configuration into separate functions.
22993     
22994     Signed-off-by: Keith Packard <keithp@keithp.com>
22995
22996 commit 41add569413bf3ec564195963277c81f2d2da798
22997 Author: Keith Packard <keithp@keithp.com>
22998 Date:   Sat Oct 6 17:21:55 2012 -0700
22999
23000     altos/drivers: Use data ring values for MS5607 presentation
23001     
23002     Signed-off-by: Keith Packard <keithp@keithp.com>
23003
23004 commit 0b28eefe6b32033a0e85731aa38af7e07a8b45f5
23005 Author: Keith Packard <keithp@keithp.com>
23006 Date:   Sat Oct 6 17:21:10 2012 -0700
23007
23008     altos/megametrum: Make MS5607 driver hold SPI bus for whole operation
23009     
23010     Signed-off-by: Keith Packard <keithp@keithp.com>
23011
23012 commit c676ad8048d10ad9da22ea3acf19e4e1872103ff
23013 Author: Keith Packard <keithp@keithp.com>
23014 Date:   Sat Oct 6 17:05:59 2012 -0700
23015
23016     altos/megametrum: Use mma655x for acceleration measurements now
23017     
23018     Signed-off-by: Keith Packard <keithp@keithp.com>
23019
23020 commit 82fdc42d61340e6b76580ff12a9e1bea59eb8079
23021 Merge: 6b8881a 2cac8c5
23022 Author: Keith Packard <keithp@keithp.com>
23023 Date:   Wed Oct 3 10:44:28 2012 -0700
23024
23025     Merge branch 'master' into mm-ms5611
23026
23027 commit 2cac8c572ce533ded89dae9a412b4d1b5c748342
23028 Author: Keith Packard <keithp@keithp.com>
23029 Date:   Wed Oct 3 10:43:28 2012 -0700
23030
23031     altos: Re-enable the ms5607 and mma655x acquisition threads
23032     
23033     These were disabled to help with testing in Argonia
23034     
23035     Signed-off-by: Keith Packard <keithp@keithp.com>
23036
23037 commit 6b8881a7bdb9f89306a700e9a8853b00df29bf5d
23038 Author: Keith Packard <keithp@keithp.com>
23039 Date:   Wed Oct 3 07:50:48 2012 -0700
23040
23041     altos/megametrum: Commit for boards with MS5611 baro sensor
23042     
23043     Signed-off-by: Keith Packard <keithp@keithp.com>
23044
23045 commit fdd08cc093134c5f87dab9533b99a042a699381b
23046 Author: Keith Packard <keithp@keithp.com>
23047 Date:   Fri Sep 28 22:39:55 2012 -0700
23048
23049     altos: Provide MS5611 configuration option, HAS_MS5611
23050     
23051     MS5611 and MS5607 use slightly different conversion functions. Alas,
23052     there doesn't appear to be a way to tell them apart in software. This
23053     patch adds the necessary conversion changes and makes them depend on a
23054     compile-time configuration option.
23055     
23056     Signed-off-by: Keith Packard <keithp@keithp.com>
23057
23058 commit dc7216d286cc7fe8007f5208ad97a630166572f3
23059 Author: Keith Packard <keithp@keithp.com>
23060 Date:   Fri Sep 21 13:29:17 2012 +0200
23061
23062     altos: Shrink Pa to altitude table
23063     
23064     This improves the computation of the table enough that errors from a
23065     470 entry table are almost all < 0.5m.
23066     
23067     Signed-off-by: Keith Packard <keithp@keithp.com>
23068
23069 commit 7c6231ecef2e4f978a0de452a17a2a24e6e68827
23070 Author: Keith Packard <keithp@keithp.com>
23071 Date:   Thu Sep 20 11:33:24 2012 +0200
23072
23073     Bump revision to 1.2 development branch
23074     
23075     With 1.1 out the door, this now starts the 1.2 development series
23076     
23077     Signed-off-by: Keith Packard <keithp@keithp.com>
23078
23079 commit 2f2734bb418f5c3a89fa3f1bf1b98ce4cfe432e1
23080 Merge: e69a433 3fe5c2f
23081 Author: Keith Packard <keithp@keithp.com>
23082 Date:   Thu Sep 20 11:30:19 2012 +0200
23083
23084     Merge remote-tracking branch 'mjb/altosdroid'
23085
23086 commit e69a433fd93b9f6bd2297d8045eb075fee29e73b
23087 Merge: 19243ec 6e0d672
23088 Author: Keith Packard <keithp@keithp.com>
23089 Date:   Thu Sep 20 11:30:11 2012 +0200
23090
23091     Merge remote-tracking branch 'mjb/prefs_interface'
23092
23093 commit 19243ecc9b5bbdcc069ae24acf1ca807322c84d8
23094 Merge: 90c1b6d 0ef8b71
23095 Author: Keith Packard <keithp@keithp.com>
23096 Date:   Thu Sep 20 11:29:55 2012 +0200
23097
23098     Merge remote-tracking branch 'mjb/altosui_mjb'
23099
23100 commit 3fe5c2f9fc01258d45c20070e9874d76bc6c8c07
23101 Author: Mike Beattie <mike@ethernal.org>
23102 Date:   Tue Sep 18 23:47:50 2012 +1200
23103
23104     altosdroid: initial implementation of telemetry logging.
23105     
23106     Signed-off-by: Mike Beattie <mike@ethernal.org>
23107
23108 commit 0541201d4afe3e5d7913465e1db10e586d7182bb
23109 Author: Mike Beattie <mike@ethernal.org>
23110 Date:   Tue Sep 18 23:47:06 2012 +1200
23111
23112     altoslib: make parts of AltosLog public for usage outside altoslib.
23113     
23114     Signed-off-by: Mike Beattie <mike@ethernal.org>
23115
23116 commit c058ec2d6070458a0b7d3ef56041e985412ee565
23117 Author: Mike Beattie <mike@ethernal.org>
23118 Date:   Tue Sep 18 23:46:17 2012 +1200
23119
23120     altos{lib,ui,droid}: move OS specific code out of altoslib
23121     
23122     This is to allow the usage of AltosLog on Android - no swing, so
23123     we need to push the "home directory" code used to pick a default
23124     telemetry logging path - using the PreferencesBackend interface
23125     for now.
23126     
23127     Signed-off-by: Mike Beattie <mike@ethernal.org>
23128
23129 commit 36e684724e327dbd4319411ef0602fafb4d0c073
23130 Author: Mike Beattie <mike@ethernal.org>
23131 Date:   Tue Sep 18 23:43:18 2012 +1200
23132
23133     altosdroid: cosmetic re-order of methods
23134     
23135     Signed-off-by: Mike Beattie <mike@ethernal.org>
23136
23137 commit 8f11a6d2c3de228c3cefb95a7d1a76d53e532acd
23138 Author: Mike Beattie <mike@ethernal.org>
23139 Date:   Tue Sep 18 23:42:11 2012 +1200
23140
23141     altosdroid: simplify keys() method
23142     
23143     Signed-off-by: Mike Beattie <mike@ethernal.org>
23144
23145 commit f79b445cc29fc1e424f99c97e71c7d3637bf4ba6
23146 Author: Mike Beattie <mike@ethernal.org>
23147 Date:   Tue Sep 18 23:38:12 2012 +1200
23148
23149     altosdroid: Update Makefile.am
23150     
23151     Signed-off-by: Mike Beattie <mike@ethernal.org>
23152
23153 commit 90c1b6db8d1f401a992fe44983b3df64739fe263
23154 Author: Bdale Garbee <bdale@gag.com>
23155 Date:   Sun Sep 16 15:12:26 2012 -0600
23156
23157     further refinment of Releasing document
23158
23159 commit 7a0cce7fa0c802b1597fef94cfaf00aa0c28c988
23160 Author: Bdale Garbee <bdale@gag.com>
23161 Date:   Sun Sep 16 13:59:21 2012 -0600
23162
23163     releasing 1.1.1
23164
23165 commit 0cd443d5e55b2c3b97ecf53389ff76bc4bc6018f
23166 Author: Keith Packard <keithp@keithp.com>
23167 Date:   Sun Sep 16 12:38:33 2012 -0700
23168
23169     Add release notes for version 1.1.1
23170     
23171     Signed-off-by: Keith Packard <keithp@keithp.com>
23172
23173 commit fe8ab96e8727c25c04cac473cafb264cf7e80156
23174 Author: Mike Beattie <mike@ethernal.org>
23175 Date:   Mon Sep 17 01:29:33 2012 +1200
23176
23177     altosdroid: implement AltosPreferencesBackend, and initialize.
23178     
23179     Signed-off-by: Mike Beattie <mike@ethernal.org>
23180
23181 commit 52d3cad4f744140e1aa06fdfc0d49a0cf8734fd4
23182 Merge: 31f5a02 6e0d672
23183 Author: Mike Beattie <mike@ethernal.org>
23184 Date:   Sun Sep 16 22:27:04 2012 +1200
23185
23186     Merge branch 'prefs_interface' into altosdroid
23187
23188 commit cb48dd0b03b445437f751028e8383610b65b0a68
23189 Author: Keith Packard <keithp@keithp.com>
23190 Date:   Sun Sep 16 02:39:25 2012 -0700
23191
23192     altos: Fix telemini sdcdb init file
23193     
23194     Set the driver source path for the debugger
23195     
23196     Signed-off-by: Keith Packard <keithp@keithp.com>
23197
23198 commit 3520bbf1ed6461d1ce7af001c529563a3cffa3c9
23199 Author: Keith Packard <keithp@keithp.com>
23200 Date:   Sun Sep 16 00:58:20 2012 -0700
23201
23202     altosui: Gather Tm sensor data in Monitor Idle mode
23203     
23204     Tm is pretty much the same as TM for the analog sensors, it's just
23205     missing the accelerometr. Use the same code for constructing an
23206     AltosRecord for it
23207     
23208     Signed-off-by: Keith Packard <keithp@keithp.com>
23209
23210 commit 31f5a02654cbf172beed25f4c518dfb7be8c714e
23211 Author: Keith Packard <keithp@keithp.com>
23212 Date:   Fri Sep 14 16:56:04 2012 -0700
23213
23214     altos: Need to use 16-bit counts for ao_xmem functions
23215     
23216     Trying to use 8-bit counts is a nice optimization which fails when the
23217     count is larger than 255, as is the case with clearing the flash block
23218     in the AT45 driver. This bug resulted in the inability to erase
23219     flights on TeleMetrum v1.0 boards.
23220     
23221     Signed-off-by: Keith Packard <keithp@keithp.com>
23222
23223 commit b898cf0a2abf2b0478d5afc5aca030c6b4c8bd0b
23224 Author: Keith Packard <keithp@keithp.com>
23225 Date:   Fri Sep 14 12:59:31 2012 -0700
23226
23227     altosui: Show over-ground-distance in Descent tab
23228     
23229     Helps to know where the rocket might land.
23230     
23231     Signed-off-by: Keith Packard <keithp@keithp.com>
23232
23233 commit f36f73b2d02b72201683cf5795851034bbd6f28e
23234 Author: Keith Packard <keithp@keithp.com>
23235 Date:   Fri Sep 14 12:58:54 2012 -0700
23236
23237     altosui: Remove debugging from KML export
23238     
23239     Left in from testing the Eeprom export bug
23240     
23241     Signed-off-by: Keith Packard <keithp@keithp.com>
23242
23243 commit 97ab77d548964115e4b41ad5952194fcd1455c96
23244 Author: Keith Packard <keithp@keithp.com>
23245 Date:   Fri Sep 14 11:13:02 2012 -0700
23246
23247     altosui: Fix Landed tab units
23248     
23249     And clean up the whole flight value reporting code base. It would be
23250     nice to create a separate class to make this easier; at present
23251     there's a bunch of customization embedded in how values are presented
23252     in each tab.
23253     
23254     Reported by: Bdale Garbee <bdale@gag.com>
23255     Signed-off-by: Keith Packard <keithp@keithp.com>
23256
23257 commit 43e646657502f6162fa02f37fd2bd5aa3e29a1a8
23258 Author: Keith Packard <keithp@keithp.com>
23259 Date:   Fri Sep 14 11:08:57 2012 -0700
23260
23261     altoslib: Update GPS seen_values in AltosEepromIterable
23262     
23263     Otherwise, KML export won't ever get GPS data to write.
23264     
23265     Reported by: Bob Brown <prefect@kloudbusters.org>
23266     Signed-off-by: Keith Packard <keithp@keithp.com>
23267
23268 commit 7b6dd9105ba36aa11d6d0ee6e0823965b9beffb9
23269 Author: Keith Packard <keithp@keithp.com>
23270 Date:   Fri Sep 14 11:08:19 2012 -0700
23271
23272     altoslib: Remove duplicate seen_ values in AltosEepromIterable
23273     
23274     These are defined in AltosRecord; duplicating them is not a good plan
23275     
23276     Signed-off-by: Keith Packard <keithp@keithp.com>
23277
23278 commit 6e0d672b8a516a604d8ea1abd2bed113c608143f
23279 Author: Mike Beattie <mike@ethernal.org>
23280 Date:   Fri Sep 14 12:43:21 2012 +1200
23281
23282     altosui: remove un-used import
23283     
23284     Signed-off-by: Mike Beattie <mike@ethernal.org>
23285
23286 commit f985ea055d935b10ae9ae8441fe808ba2c13c99e
23287 Author: Mike Beattie <mike@ethernal.org>
23288 Date:   Fri Sep 14 01:27:22 2012 +1200
23289
23290     altosui: revert AltosUIPreferences init() method
23291     
23292     Signed-off-by: Mike Beattie <mike@ethernal.org>
23293
23294 commit 9335a74694df00c4876055e7c98661236646f6e5
23295 Author: Mike Beattie <mike@ethernal.org>
23296 Date:   Fri Sep 14 01:08:53 2012 +1200
23297
23298     altosui: Add return to try/catch.. duh
23299     
23300     Signed-off-by: Mike Beattie <mike@ethernal.org>
23301
23302 commit d5e199c34ff5a02a4c4cc917c3f0eec32eae72a9
23303 Author: Mike Beattie <mike@ethernal.org>
23304 Date:   Fri Sep 14 01:06:59 2012 +1200
23305
23306     altosui: add missing try/catch
23307     
23308     Signed-off-by: Mike Beattie <mike@ethernal.org>
23309
23310 commit 26c83bc0981036651a89c29771b2ad52c8fb0396
23311 Author: Mike Beattie <mike@ethernal.org>
23312 Date:   Fri Sep 14 01:03:53 2012 +1200
23313
23314     altosui/altoslib: bug fixes, update Makefile.am
23315     
23316     Signed-off-by: Mike Beattie <mike@ethernal.org>
23317
23318 commit 08345b8909922f2ff8f9ed8b4497b9cbea6b26e9
23319 Author: Mike Beattie <mike@ethernal.org>
23320 Date:   Fri Sep 14 00:53:56 2012 +1200
23321
23322     altosui/altoslib: Add call to …Preferences.init() with backend object, remove static init()
23323     
23324     Signed-off-by: Mike Beattie <mike@ethernal.org>
23325
23326 commit 17127847300de9a6782b901926a3fcb9ef021b78
23327 Author: Mike Beattie <mike@ethernal.org>
23328 Date:   Fri Sep 14 00:46:34 2012 +1200
23329
23330     altoslib: Add AltosPreferencesBackend.java to Makefile.am
23331     
23332     Signed-off-by: Mike Beattie <mike@ethernal.org>
23333
23334 commit d875b459b5e9f7bcbbbbe318f947b0451ce6738f
23335 Author: Mike Beattie <mike@ethernal.org>
23336 Date:   Fri Sep 14 00:44:59 2012 +1200
23337
23338     altosui/altoslib: add methods to interface, fix imports/exceptions in BT code
23339     
23340     Signed-off-by: Mike Beattie <mike@ethernal.org>
23341
23342 commit 67b618409a0d34fff26cac6025bc159ff92ede9c
23343 Author: Mike Beattie <mike@ethernal.org>
23344 Date:   Fri Sep 14 00:40:16 2012 +1200
23345
23346     altosui: add missing methods for Backend, fix BT code.
23347     
23348     Signed-off-by: Mike Beattie <mike@ethernal.org>
23349
23350 commit ec036e8fe057f4b641ba9ee17d6dce2689816047
23351 Author: Mike Beattie <mike@ethernal.org>
23352 Date:   Fri Sep 14 00:25:49 2012 +1200
23353
23354     altoslib/altosui: begin moving preferences "backend" into interface
23355     
23356     Signed-off-by: Mike Beattie <mike@ethernal.org>
23357
23358 commit 0ef8b7148784ed5bcbea21dde313fb02f50ef734
23359 Author: Mike Beattie <mike@ethernal.org>
23360 Date:   Fri Sep 14 13:17:24 2012 +1200
23361
23362     altosui: comment out obsolete code - could probably remove the file.
23363     
23364     Signed-off-by: Mike Beattie <mike@ethernal.org>
23365
23366 commit 6daf71d0af7ffdbbfdb7436edd536bc811850d42
23367 Author: Mike Beattie <mike@ethernal.org>
23368 Date:   Fri Sep 14 13:16:48 2012 +1200
23369
23370     altosui: add type to … implements Comparable.
23371     
23372     Signed-off-by: Mike Beattie <mike@ethernal.org>
23373
23374 commit d3d69bdecfcb45d1e3a8c6b10c80eef1afcc2310
23375 Author: Mike Beattie <mike@ethernal.org>
23376 Date:   Fri Sep 14 13:16:16 2012 +1200
23377
23378     altosui: comment out/remove dead code
23379     
23380     Signed-off-by: Mike Beattie <mike@ethernal.org>
23381
23382 commit c9fa8faabb6f7fb59714c42e1029ce3d71c52ff8
23383 Author: Mike Beattie <mike@ethernal.org>
23384 Date:   Fri Sep 14 13:15:36 2012 +1200
23385
23386     altosui: access class variables by class, not instance
23387     
23388     Signed-off-by: Mike Beattie <mike@ethernal.org>
23389
23390 commit f9e1c5949a24e27897587b0b0ca00e089f362215
23391 Author: Mike Beattie <mike@ethernal.org>
23392 Date:   Fri Sep 14 13:15:07 2012 +1200
23393
23394     altosui: remove redundant catches
23395     
23396     Signed-off-by: Mike Beattie <mike@ethernal.org>
23397
23398 commit 38fb6c070ffaf820d524fecce540d91fc6dda57b
23399 Author: Mike Beattie <mike@ethernal.org>
23400 Date:   Fri Sep 14 13:14:31 2012 +1200
23401
23402     altosui: comment out un-used classes and associated imports
23403     
23404     Signed-off-by: Mike Beattie <mike@ethernal.org>
23405
23406 commit ce1b19a012a2c1c623b03efb93b881e297736718
23407 Author: Mike Beattie <mike@ethernal.org>
23408 Date:   Fri Sep 14 13:13:35 2012 +1200
23409
23410     altosui: comment out un-used fields and methods
23411     
23412     Signed-off-by: Mike Beattie <mike@ethernal.org>
23413
23414 commit 382c54a0d052c8975b57c995ef83bc8934bde242
23415 Author: Mike Beattie <mike@ethernal.org>
23416 Date:   Fri Sep 14 13:09:58 2012 +1200
23417
23418     altosui: remove un-used imports
23419     
23420     Signed-off-by: Mike Beattie <mike@ethernal.org>
23421
23422 commit eefcfa94f360f8c5a7233370d4178525bccbb22f
23423 Author: Bdale Garbee <bdale@gag.com>
23424 Date:   Thu Sep 13 16:13:42 2012 -0600
23425
23426     add note about checking doc copyright date and revision history to Releasing
23427
23428 commit 2441090f26c3df66a6ce48d64e64384ce9e5ef82
23429 Author: Keith Packard <keithp@keithp.com>
23430 Date:   Thu Sep 13 15:12:33 2012 -0700
23431
23432     doc: Add revision history for 1.1. Update copyright date
23433     
23434     Signed-off-by: Keith Packard <keithp@keithp.com>
23435
23436 commit 320d90c376dccfe1599505e3b485df8d46e34bb3
23437 Merge: 9a7d643 2e6c6a6
23438 Author: Bdale Garbee <bdale@gag.com>
23439 Date:   Thu Sep 13 15:36:37 2012 -0600
23440
23441     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23442
23443 commit 2e6c6a6c15a7cff9f20b70a4cf58697da1302f01
23444 Author: Keith Packard <keithp@keithp.com>
23445 Date:   Thu Sep 13 00:35:27 2012 -0700
23446
23447     doc: Document imperial units and groundstation configuration
23448     
23449     What it says on the tin.
23450     
23451     Signed-off-by: Keith Packard <keithp@keithp.com>
23452
23453 commit 9a7d6431777ce3377b788ddac6cb9fadd53c039c
23454 Merge: 2439f53 9728b20
23455 Author: Bdale Garbee <bdale@gag.com>
23456 Date:   Thu Sep 13 00:58:30 2012 -0600
23457
23458     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23459
23460 commit 9728b20a4ad9576ac1022dc9a5771f5a3eb92b3d
23461 Author: Keith Packard <keithp@keithp.com>
23462 Date:   Wed Sep 12 23:56:18 2012 -0700
23463
23464     altosui: Exit with an error status when file processing fails
23465     
23466     If the user provides any files on the command line, and if processing
23467     them fails in some way, exit immediately with an error indication.
23468     
23469     Signed-off-by: Keith Packard <keithp@keithp.com>
23470
23471 commit 0564f9b13d4e3050b0a45fc1c4f710ab2b1f9d81
23472 Author: Keith Packard <keithp@keithp.com>
23473 Date:   Wed Sep 12 22:40:57 2012 -0700
23474
23475     altosui: Leave new_gps indication until gps value is used
23476     
23477     During replay, AltosState may not see a new GPS value as soon as it
23478     lands in the state field as additional records with the same timestamp
23479     may come in after the GPS record.
23480     
23481     Instead of resetting the new_gps indication when the new record is
23482     created, wait until the new_gps indication is seen by the AltosState
23483     update code and have that clear the new_gps indication.
23484     
23485     Signed-off-by: Keith Packard <keithp@keithp.com>
23486
23487 commit 7e237920abb582d7ceb3e1925b11a848575ac68a
23488 Author: Keith Packard <keithp@keithp.com>
23489 Date:   Wed Sep 12 21:32:25 2012 -0700
23490
23491     altosui: Stop downloading eeprom data on a block full of invalid data
23492     
23493     When no valid records are found within an eeprom block, we assume that
23494     no more data will be found within the entire storage area.
23495     
23496     Signed-off-by: Keith Packard <keithp@keithp.com>
23497
23498 commit 2439f53ea21c84f7c510dc191dde025ada24281f
23499 Author: Bdale Garbee <bdale@gag.com>
23500 Date:   Wed Sep 12 21:50:25 2012 -0600
23501
23502     document workaround for 'make fat' not building altoslib
23503
23504 commit 07d9ba938f2742da1bce5d8df55cbc236207a981
23505 Author: Bdale Garbee <bdale@gag.com>
23506 Date:   Wed Sep 12 19:50:07 2012 -0600
23507
23508     update Releasing for non-native versioning and builds on debian branch
23509
23510 commit fe009534ce6846b6db96cac8f6c2d53ba8010d91
23511 Merge: 69d42b2 8ee29fe
23512 Author: Bdale Garbee <bdale@gag.com>
23513 Date:   Wed Sep 12 19:49:51 2012 -0600
23514
23515     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23516
23517 commit 8ee29fe48771dd22a0c5428761ee53a728495d11
23518 Author: Keith Packard <keithp@keithp.com>
23519 Date:   Wed Sep 12 16:07:41 2012 -0700
23520
23521     altosui: Serialize data access in TD config code
23522     
23523     Setting the values was being done in the UI thread instead of the
23524     Serial thread, which left the serial thread with uninitialized values
23525     when it went to update the displayed value for the current
23526     frequency. All fixed now.
23527     
23528     Signed-off-by: Keith Packard <keithp@keithp.com>
23529
23530 commit 19e35de47157923670b1864ce7b04f8d82f3bdea
23531 Author: Keith Packard <keithp@keithp.com>
23532 Date:   Wed Sep 12 16:06:59 2012 -0700
23533
23534     altosui: Lock access to preferences data
23535     
23536     These are accessed by several different threads, so keep things sane
23537     by just holding locks across all access.
23538     
23539     Signed-off-by: Keith Packard <keithp@keithp.com>
23540
23541 commit 1b5340c2b75c500011355c4889da443c4b9c4891
23542 Author: Keith Packard <keithp@keithp.com>
23543 Date:   Wed Sep 12 13:07:01 2012 -0700
23544
23545     altosui: Add multi-sized icons to all windows
23546     
23547     This lets the window system pick a better size for presentation
23548     
23549     Signed-off-by: Keith Packard <keithp@keithp.com>
23550
23551 commit 3e4fc0b3953655eb720372d9b4274cd4bca19556
23552 Author: Tom Marble <tmarble@info9.net>
23553 Date:   Wed Sep 12 10:05:42 2012 -0500
23554
23555     Reference specific dependent jars in the AltosUI launchers
23556
23557 commit f0f4f907042e12815284abe1b63ae2d4a5a2d598
23558 Author: Keith Packard <keithp@keithp.com>
23559 Date:   Wed Sep 12 02:30:59 2012 -0700
23560
23561     doc: Mention changes to flight data download UI
23562     
23563     Signed-off-by: Keith Packard <keithp@keithp.com>
23564
23565 commit 42bbe15512533f2d958b8219a02fbd256593092a
23566 Author: Keith Packard <keithp@keithp.com>
23567 Date:   Wed Sep 12 02:26:32 2012 -0700
23568
23569     altosui: Initialize flight velocity to zero when reading eeprom files
23570     
23571     Otherwise, the integration of velocity will start at MISSING and get
23572     stranger. Fortunately, we know the initial velocity of the rocket when
23573     sitting on the pad.
23574     
23575     Signed-off-by: Keith Packard <keithp@keithp.com>
23576
23577 commit b3c3c6eabd6837f0e72acee3906c8f71c6f0030e
23578 Author: Keith Packard <keithp@keithp.com>
23579 Date:   Tue Sep 11 23:37:20 2012 -0700
23580
23581     altosui: Don't say a decimal point for distances in meters
23582     
23583     Useful for distances in miles, but not meters.
23584     
23585     Signed-off-by: Keith Packard <keithp@keithp.com>
23586
23587 commit 87f9a8923656f275f74cfb6c8c6a57bbe59e74f8
23588 Author: Keith Packard <keithp@keithp.com>
23589 Date:   Tue Sep 11 23:36:26 2012 -0700
23590
23591     altosui: Initialize imperial units checkbox with correct value
23592     
23593     Use imperial units preference instead of serial debug preference. Cut
23594     & paste programming failure...
23595     
23596     Signed-off-by: Keith Packard <keithp@keithp.com>
23597
23598 commit 69d42b26223b45df4167aa3baafba100ad71baab
23599 Merge: 3e9078c 3fa5fbd
23600 Author: Bdale Garbee <bdale@gag.com>
23601 Date:   Wed Sep 12 00:26:21 2012 -0600
23602
23603     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23604
23605 commit 3fa5fbdfd1ab257028f272fbc32759b39608ddaf
23606 Author: Keith Packard <keithp@keithp.com>
23607 Date:   Tue Sep 11 23:04:19 2012 -0700
23608
23609     Clean up Windows event handles on com port close
23610     
23611     This avoids having to wait for the receiver to timeout before we can
23612     open the same com port again.
23613     
23614     This patch also adds a bit more debugging -- it prints Windows error
23615     messages to stdout along with the file/line where the error was generated.
23616     
23617     Signed-off-by: Keith Packard <keithp@keithp.com>
23618
23619 commit 1a154ce0b9fc3ea360d6bc7e17d6debb2da94438
23620 Author: Keith Packard <keithp@keithp.com>
23621 Date:   Tue Sep 11 22:03:17 2012 -0700
23622
23623     Include AltosLib.jar in windows install
23624     
23625     Otherwise, altosui doesn't do much.
23626     
23627     Signed-off-by: Keith Packard <keithp@keithp.com>
23628
23629 commit 3e9078cb1077e7ad0d845f10c2ad0a007df76d29
23630 Author: Bdale Garbee <bdale@gag.com>
23631 Date:   Tue Sep 11 22:17:22 2012 -0600
23632
23633     releasing 1.1
23634
23635 commit 4563624638884b7b2f16cd4d396c00690e045999
23636 Merge: 11fbcf5 e5a55db
23637 Author: Tom Marble <tmarble@info9.net>
23638 Date:   Tue Sep 11 22:50:18 2012 -0500
23639
23640     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23641
23642 commit 11fbcf5e30e0cd09f2d6b448911d2ef62b7f29c7
23643 Author: Tom Marble <tmarble@info9.net>
23644 Date:   Tue Sep 11 22:48:04 2012 -0500
23645
23646     Added the feature to AC to default --with-android to $ANDROID_SDK (if set)
23647     Fixed typos in altosui/Makefile.am (had removed JCOMMON, but it's from AC)
23648     Jenkins changes:
23649     - added android sdk
23650     - will now record artifacts: altoslib/AltosLib.jar,altosui/altosui.jar,**/*.apk
23651
23652 commit e5a55dbf265354e7c94be3e2be53c2d5c8fba056
23653 Author: Keith Packard <keithp@keithp.com>
23654 Date:   Tue Sep 11 15:53:36 2012 -0700
23655
23656     Use ft/s for imperial speeds
23657     
23658     Bob Brown thinks this unit will be more useful than mph
23659     
23660     Signed-off-by: Keith Packard <keithp@keithp.com>
23661
23662 commit 73d05650eae1d3958e02e9ffde2020a2438eccbb
23663 Author: Keith Packard <keithp@keithp.com>
23664 Date:   Tue Sep 11 15:30:45 2012 -0700
23665
23666     Add Version 1.1 release notes.
23667     
23668     Signed-off-by: Keith Packard <keithp@keithp.com>
23669
23670 commit 7ae3e4cea1cd180ff18b5293a67b4520cc8292be
23671 Author: Keith Packard <keithp@keithp.com>
23672 Date:   Tue Sep 11 01:00:05 2012 -0700
23673
23674     altosui: Imperial units for graphs too
23675     
23676     Just to be consistent
23677     
23678     Signed-off-by: Keith Packard <keithp@keithp.com>
23679
23680 commit 95268d681c9a6652d84db383f55a4fe8a4ac5173
23681 Author: Tom Marble <tmarble@info9.net>
23682 Date:   Tue Sep 11 12:54:31 2012 -0500
23683
23684     Reverted package name to 'altosui' from 'AltosUI'
23685     Also added emacs backup regex (*~) to .gitignore
23686
23687 commit 13c64f6fb5764c6a0f3520cf4e48a75d78e163db
23688 Author: Tom Marble <tmarble@info9.net>
23689 Date:   Tue Sep 11 12:44:24 2012 -0500
23690
23691     Add appropriate Java build deps as given from autoconf
23692
23693 commit 8e506274a35eccacd2d4523faa08d279a201753f
23694 Merge: 0bc3ed5 1fc97dd
23695 Author: Tom Marble <tmarble@info9.net>
23696 Date:   Tue Sep 11 11:39:22 2012 -0500
23697
23698     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23699
23700 commit 0bc3ed53aa8972c7080d6335f609cd9d0df1c79d
23701 Author: Tom Marble <tmarble@info9.net>
23702 Date:   Tue Sep 11 11:37:14 2012 -0500
23703
23704     Use explicit build deps for altosui (avoids * wildcarding)
23705
23706 commit 1fc97dd9875a7639533a34438c4c7c999412eb3a
23707 Merge: 8397d2b 4420d4a
23708 Author: Bdale Garbee <bdale@gag.com>
23709 Date:   Tue Sep 11 10:35:04 2012 -0600
23710
23711     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
23712
23713 commit 8397d2b041824ddf1cc0b82926f10da8aae3264f
23714 Author: Bdale Garbee <bdale@gag.com>
23715 Date:   Tue Sep 11 10:34:00 2012 -0600
23716
23717     update Debian build-deps in preparation for 1.1 release
23718
23719 commit 4420d4a9fc011ed970af506ef771dfb81580b666
23720 Author: Keith Packard <keithp@keithp.com>
23721 Date:   Tue Sep 11 00:49:48 2012 -0700
23722
23723     Fix Latin-1 encoded copyright symbols in AltosDroid java code
23724     
23725     Otherwise, we get complaints when compiling these files.
23726     
23727     Signed-off-by: Keith Packard <keithp@keithp.com>
23728
23729 commit 708e7937cba52982b91244cf89bfbff46d346135
23730 Author: Tom Marble <tmarble@info9.net>
23731 Date:   Mon Sep 10 16:54:27 2012 -0500
23732
23733     Changed package name from altosui to AltosUI
23734
23735 commit c2ebebc4967043b16380b8ec8800862993005358
23736 Author: Tom Marble <tmarble@info9.net>
23737 Date:   Mon Sep 10 14:50:37 2012 -0500
23738
23739     Test commit (comment) to confirm push works
23740
23741 commit 67da878f740a387d0092631ad672e024d26e4192
23742 Author: Keith Packard <keithp@keithp.com>
23743 Date:   Mon Sep 10 09:16:04 2012 -0700
23744
23745     altosui: Use units conversion functions everywhere.
23746     
23747     Provide a configuration option to select imperial units and use them everywhere
23748     
23749     Signed-off-by: Keith Packard <keithp@keithp.com>
23750
23751 commit 66a1e07efcac9324d33a1eca0dfb58a2724b667a
23752 Author: Keith Packard <keithp@keithp.com>
23753 Date:   Mon Sep 10 09:14:03 2012 -0700
23754
23755     altoslib: Add imperial units conversion support
23756     
23757     "Redneck" mode support
23758     
23759     Signed-off-by: Keith Packard <keithp@keithp.com>
23760
23761 commit 51836cedce41d8b36eac34c69370489162aaa2b5
23762 Author: Keith Packard <keithp@keithp.com>
23763 Date:   Sun Sep 9 14:02:57 2012 -0700
23764
23765     Bump version to 1.0.9.7
23766     
23767     Signed-off-by: Keith Packard <keithp@keithp.com>
23768
23769 commit e45c47c52f9cc9c43b81148e0e58fdedb3af1eb8
23770 Author: Keith Packard <keithp@keithp.com>
23771 Date:   Sun Sep 9 14:01:21 2012 -0700
23772
23773     altos/telelco: Search for available firing nodes at boot time
23774     
23775     Query for available firing nodes, limiting device selections to those found.
23776     
23777     Signed-off-by: Keith Packard <keithp@keithp.com>
23778
23779 commit 77775711d414227b3ed97859d1b21ab1c689a724
23780 Author: Keith Packard <keithp@keithp.com>
23781 Date:   Sun Sep 9 13:58:29 2012 -0700
23782
23783     altos/telefire: Add steady warble when the LCO arm switch is on
23784     
23785     And make debugging a run-time option too.
23786     
23787     Signed-off-by: Keith Packard <keithp@keithp.com>
23788
23789 commit f2933103be122414a9b1795b37003b7a2aa9f3d7
23790 Author: Keith Packard <keithp@keithp.com>
23791 Date:   Sun Sep 9 13:57:16 2012 -0700
23792
23793     altos/stm: Fix basic time interval to 10ms -- was 10.1ms
23794     
23795     Counting from 0 to 100 takes 10.1ms, so count to 99 instead.
23796     
23797     Signed-off-by: Keith Packard <keithp@keithp.com>
23798
23799 commit 0339583996fc57a666f8d3007a0f4b1034039a73
23800 Author: Keith Packard <keithp@keithp.com>
23801 Date:   Sun Sep 9 13:56:35 2012 -0700
23802
23803     altos/spiradio: Label LEDs so that the radio code can use them
23804     
23805     Mark which should be on for TX and which for RX
23806     
23807     Signed-off-by: Keith Packard <keithp@keithp.com>
23808
23809 commit 3fa71c497a5bf576974e70af06762f75734e6699
23810 Author: Keith Packard <keithp@keithp.com>
23811 Date:   Sun Sep 9 13:50:56 2012 -0700
23812
23813     altos: Try to get remote cmac time closer to reality
23814     
23815     Record the time after the packet was sent, but before the return
23816     packet arrives to try and more closely approximate the time the packet
23817     arrived at the other end.
23818     
23819     Signed-off-by: Keith Packard <keithp@keithp.com>
23820
23821 commit 27ab744c6eec9243b7aa14161eec2fbf7003531e
23822 Author: Keith Packard <keithp@keithp.com>
23823 Date:   Sun Sep 9 13:46:23 2012 -0700
23824
23825     altos: Clean up flight data definitions
23826     
23827     These just shuffle the various definitions of data macros around to
23828     make the include files more sensible looking.
23829     
23830     Signed-off-by: Keith Packard <keithp@keithp.com>
23831
23832 commit ced6a020d6d94b1c63837a7ab5b0091b7b8ea3c9
23833 Author: Keith Packard <keithp@keithp.com>
23834 Date:   Sun Sep 9 13:43:45 2012 -0700
23835
23836     altos: include ao_arch_funcs.h at the very end of ao.h
23837     
23838     Move it below the definition of the ms5607 init function
23839     
23840     Signed-off-by: Keith Packard <keithp@keithp.com>
23841
23842 commit e053da3e7cb5a4c9ebbffd245cb5d83932183b22
23843 Author: Keith Packard <keithp@keithp.com>
23844 Date:   Sun Sep 9 13:11:57 2012 -0700
23845
23846     altos: Allow products without MS5607
23847     
23848     The define for a missing MS5607 was wrong, so anything using the fancy
23849     multi-sensor data code would break without an MS5607 in place.
23850     
23851     Signed-off-by: Keith Packard <keithp@keithp.com>
23852
23853 commit bb5ab29b6744b382bb2f09486a7a6db7d12a3608
23854 Author: Keith Packard <keithp@keithp.com>
23855 Date:   Sun Sep 9 13:10:07 2012 -0700
23856
23857     ao_tools/ao-send-telem: Only start real-time on valid states
23858     
23859     Check state to make sure it is < ao_flight_landed to keep invalid
23860     states from switching to real-time playback mode.
23861     
23862     Signed-off-by: Keith Packard <keithp@keithp.com>
23863
23864 commit 47d87872c11a63a435fe5b703a4ce33503790d96
23865 Author: Keith Packard <keithp@keithp.com>
23866 Date:   Sun Sep 9 13:09:27 2012 -0700
23867
23868     altoslib: Add in a bunch of java files mising after Mike's cleanups
23869     
23870     Signed-off-by: Keith Packard <keithp@keithp.com>
23871
23872 commit e2b458a448106ba1ab207f0ea6824b56927d8547
23873 Merge: 9682e9e 3fe9322
23874 Author: Keith Packard <keithp@keithp.com>
23875 Date:   Sun Sep 9 13:03:47 2012 -0700
23876
23877     Merge remote-tracking branch 'mjb/altoslib_mjb'
23878
23879 commit 9682e9e6fe730417a77b47795fbe1f06c9a51177
23880 Author: Keith Packard <keithp@keithp.com>
23881 Date:   Sun Sep 9 12:29:32 2012 -0700
23882
23883     altosui: Use helper functions to access arrays in AltosLib class
23884     
23885     These deal with out-of-range values correctly, instead of causing
23886     exceptions that will just break stuff.
23887     
23888     Signed-off-by: Keith Packard <keithp@keithp.com>
23889
23890 commit d65d921b9b2340fa23d3b55b4ae755324d392303
23891 Author: Keith Packard <keithp@keithp.com>
23892 Date:   Sun Sep 9 12:20:08 2012 -0700
23893
23894     altosui: Catch errors in state value when saving flight logs
23895     
23896     Use AltosLib.state_name() instead of directly accessing the
23897     state_to_string array so that any invalid state values are caught and
23898     replaced with 'invalid' instead of raising an exception.
23899     
23900     Signed-off-by: Keith Packard <keithp@keithp.com>
23901
23902 commit 3fe932206f40f4d6f83a4ef49e064109a7a3de92
23903 Author: Mike Beattie <mike@ethernal.org>
23904 Date:   Fri Sep 7 18:19:43 2012 +1200
23905
23906     altoslib: move distinct classes to separate files.
23907     
23908     Signed-off-by: Mike Beattie <mike@ethernal.org>
23909
23910 commit da053875c12b25b627e83430c3a956a994b435d5
23911 Author: Mike Beattie <mike@ethernal.org>
23912 Date:   Fri Sep 7 18:19:07 2012 +1200
23913
23914     altoslib: remove obsolete class
23915     
23916     Signed-off-by: Mike Beattie <mike@ethernal.org>
23917
23918 commit 218c73b5bd5bd5673dc6f259f62b39541c52d6ff
23919 Author: Mike Beattie <mike@ethernal.org>
23920 Date:   Fri Sep 7 18:11:13 2012 +1200
23921
23922     altoslib: move distinct classes to separate files
23923     
23924     Signed-off-by: Mike Beattie <mike@ethernal.org>
23925
23926 commit 42170d0e3a3b68a9d3db69714e043f7273a714fb
23927 Author: Mike Beattie <mike@ethernal.org>
23928 Date:   Fri Sep 7 18:10:21 2012 +1200
23929
23930     altoslib: remove duplicate AltosGPSQuery class
23931     
23932     Signed-off-by: Mike Beattie <mike@ethernal.org>
23933
23934 commit 82f798e7b1343a56203af2e89790f6de9ab9f98d
23935 Author: Mike Beattie <mike@ethernal.org>
23936 Date:   Fri Sep 7 18:09:37 2012 +1200
23937
23938     altoslib: remove duplicate AltosIdleMonitor class
23939     
23940     Signed-off-by: Mike Beattie <mike@ethernal.org>
23941
23942 commit 88667f7b7dff52eaf5e30f8f83fed0d7f767268d
23943 Author: Mike Beattie <mike@ethernal.org>
23944 Date:   Fri Sep 7 18:07:45 2012 +1200
23945
23946     altoslib: rename AltosIdleRecordTM.java to AltosGPSQuery.java
23947     
23948     Signed-off-by: Mike Beattie <mike@ethernal.org>
23949
23950 commit bbbe1846346b4ba61330f535a12b7a5029877ee6
23951 Author: Mike Beattie <mike@ethernal.org>
23952 Date:   Fri Sep 7 17:53:20 2012 +1200
23953
23954     altoslib: remove dead code
23955     
23956     (if object creation fails, an exception will be thrown - not return null)
23957     
23958     Signed-off-by: Mike Beattie <mike@ethernal.org>
23959
23960 commit 02d31db3d3255568cc348a41aa37a461d63ffde2
23961 Author: Mike Beattie <mike@ethernal.org>
23962 Date:   Fri Sep 7 17:52:27 2012 +1200
23963
23964     altoslib: resolve argument/variable ambiguity
23965     
23966     (and comment out set_flags() which had no corresponding variable anyway)
23967     
23968     Signed-off-by: Mike Beattie <mike@ethernal.org>
23969
23970 commit 639f3e5e5171769429eac9e2f17a7b315fd62135
23971 Author: Mike Beattie <mike@ethernal.org>
23972 Date:   Fri Sep 7 17:39:25 2012 +1200
23973
23974     altoslib: comment out unused methods
23975     
23976     Signed-off-by: Mike Beattie <mike@ethernal.org>
23977
23978 commit 369c5e23ac6d65bab4b456ed86737576ac61102f
23979 Author: Mike Beattie <mike@ethernal.org>
23980 Date:   Fri Sep 7 17:35:29 2012 +1200
23981
23982     altoslib: access static variables via class, not instance
23983     
23984     Signed-off-by: Mike Beattie <mike@ethernal.org>
23985
23986 commit b02c17b26e028a6f3a46781211a86a18272da4d0
23987 Author: Mike Beattie <mike@ethernal.org>
23988 Date:   Fri Sep 7 17:34:17 2012 +1200
23989
23990     altoslib: comment out un-used variables
23991     
23992     Signed-off-by: Mike Beattie <mike@ethernal.org>
23993
23994 commit 20bc23ddb90f8a6da1f7ea70f02cf3a038059d32
23995 Author: Mike Beattie <mike@ethernal.org>
23996 Date:   Fri Sep 7 17:32:07 2012 +1200
23997
23998     altoslib: Remove un-needed imports
23999     
24000     Signed-off-by: Mike Beattie <mike@ethernal.org>
24001
24002 commit c5e98d2b226824f2012e5710ac4b1596b9f0bfb1
24003 Author: Keith Packard <keithp@keithp.com>
24004 Date:   Thu Sep 6 18:07:33 2012 -0700
24005
24006     altos: Fix radio slave to run lights in the normal way
24007     
24008     These were left in a debug mode, toggling instead of flashing.
24009     
24010     Signed-off-by: Keith Packard <keithp@keithp.com>
24011
24012 commit 01820c3e95fe85d2bee648d41809f1a753f81020
24013 Author: Keith Packard <keithp@keithp.com>
24014 Date:   Sat Sep 1 00:15:16 2012 -0500
24015
24016     Revert "first work on PWM input to TeleScience, 'p' command displays timer 1"
24017     
24018     PWM bits not suitable for master
24019     
24020     This reverts commit e93c6bcc799d76d4ff425815e2601a25e6796229.
24021
24022 commit 3ccc4a13e3f76bec864d61b0cdfd57c76c6baadb
24023 Author: Keith Packard <keithp@keithp.com>
24024 Date:   Sat Sep 1 00:15:02 2012 -0500
24025
24026     Revert "Timer 3 working with slower clock and all 16 bits."
24027     
24028     PWM bits not suitable for master
24029     
24030     This reverts commit 49b1ff4c614d24977b33cd17b583acc87acff476.
24031
24032 commit 8c743857525eff778d067068356dec486b9fefa2
24033 Author: Keith Packard <keithp@keithp.com>
24034 Date:   Sat Sep 1 00:14:49 2012 -0500
24035
24036     Revert "ICP3 working"
24037     
24038     PWM bits not suitable for master
24039     
24040     This reverts commit 75d6aa6f798606f1a6c5a46542065dda81e63b2a.
24041
24042 commit 294b1ec85a37e375a0ac70cbffc6398309d63a7f
24043 Author: Keith Packard <keithp@keithp.com>
24044 Date:   Sat Sep 1 00:14:27 2012 -0500
24045
24046     Revert "telescience: correctly calculating rate values with higher resolution"
24047     
24048     PWM bits not suitable for master
24049     
24050     This reverts commit ada6f2dfc045e77cb9499f20cdec1b4a54ef0db1.
24051
24052 commit ec9e1186dce079a2f2b7be8050216ddb1bc1af66
24053 Merge: 503eabd 6d31f8d
24054 Author: Keith Packard <keithp@keithp.com>
24055 Date:   Fri Aug 31 22:24:16 2012 -0500
24056
24057     Merge remote-tracking branch 'mjb/freq_menu'
24058
24059 commit 503eabd0e351ecdffda1416b7d00f8ef1d6913c9
24060 Author: Keith Packard <keithp@keithp.com>
24061 Date:   Fri Aug 31 22:19:40 2012 -0500
24062
24063     altos: Get mma655x driver limping along
24064     
24065     This appears to drive the chip correctly to see values from the accelerometer.
24066     
24067     Signed-off-by: Keith Packard <keithp@keithp.com>
24068
24069 commit 48a3e6e073e927e456ef4e456e512f6fb8e3b9ee
24070 Author: Keith Packard <keithp@keithp.com>
24071 Date:   Fri Aug 31 21:02:13 2012 -0500
24072
24073     altos: Fix mma665x pin assigment for mma655x
24074     
24075     It's on PE13-PE15, not PA5-PA7
24076     
24077     Signed-off-by: Keith Packard <keithp@keithp.com>
24078
24079 commit f9af7819de086d9179c3a4d1df7c88ab67a7d7c7
24080 Author: Keith Packard <keithp@keithp.com>
24081 Date:   Fri Aug 31 21:01:21 2012 -0500
24082
24083     altos: Add custom panic noise for self-test failures
24084     
24085     Make it easier to tell which component is failing self test
24086     
24087     Signed-off-by: Keith Packard <keithp@keithp.com>
24088
24089 commit 6d31f8d15ef4bf75ae039dd7b1a6a615d00eb215
24090 Author: Mike Beattie <mike@ethernal.org>
24091 Date:   Fri Aug 31 17:53:53 2012 +1200
24092
24093     altoslib: add missing manufacturer parsing for AltosConfigData
24094     
24095     Signed-off-by: Mike Beattie <mike@ethernal.org>
24096
24097 commit 4e3ac2b624f68dd5a8f6dd7a33eb10cd78497964
24098 Author: Mike Beattie <mike@ethernal.org>
24099 Date:   Fri Aug 31 17:42:22 2012 +1200
24100
24101     altosdroid: invert channel/freq ordering
24102     
24103     Matches Channel Selector in altosui
24104     
24105     Signed-off-by: Mike Beattie <mike@ethernal.org>
24106
24107 commit 80bc985f79e616e5327aed4f7acc9bca71b8db54
24108 Author: Mike Beattie <mike@ethernal.org>
24109 Date:   Fri Aug 31 16:50:53 2012 +1200
24110
24111     altosdroid: also display channel numbers
24112     
24113     Signed-off-by: Mike Beattie <mike@ethernal.org>
24114
24115 commit b6a21856c68ca8cca93eb755285be1927acb91e7
24116 Author: Mike Beattie <mike@ethernal.org>
24117 Date:   Fri Aug 31 16:39:10 2012 +1200
24118
24119     ao-send-telem: fix frequency set command
24120     
24121     Signed-off-by: Mike Beattie <mike@ethernal.org>
24122
24123 commit 543ecb530d6fdf188a746ac59b72544e69bad830
24124 Author: Mike Beattie <mike@ethernal.org>
24125 Date:   Fri Aug 31 16:38:21 2012 +1200
24126
24127     altosdroid: complete frequency change dialog
24128     
24129     Also implement Service IPC to action request.
24130     
24131     Signed-off-by: Mike Beattie <mike@ethernal.org>
24132
24133 commit f1a9fff865e0b226a97ad5d6eaaac64bd5e5d410
24134 Author: Keith Packard <keithp@keithp.com>
24135 Date:   Thu Aug 30 23:07:43 2012 -0500
24136
24137     altosdroid: Start a hacked-up frequency dialog
24138     
24139     Signed-off-by: Keith Packard <keithp@keithp.com>
24140
24141 commit 6d8858ca1899c8b64f107ebb45711efbb7b8d62a
24142 Author: Keith Packard <keithp@keithp.com>
24143 Date:   Thu Aug 30 16:30:04 2012 -0500
24144
24145     altos: another .gitignore file
24146     
24147     Signed-off-by: Keith Packard <keithp@keithp.com>
24148
24149 commit ab9d5bf13e6f1735a0463f4bcab13d65170b7015
24150 Author: Keith Packard <keithp@keithp.com>
24151 Date:   Thu Aug 30 16:28:53 2012 -0500
24152
24153     altos: ao_cc_spi.h isn't necessary for telelco
24154     
24155     The SPI radio defines are in ao_radio_spi.h
24156     
24157     Signed-off-by: Keith Packard <keithp@keithp.com>
24158
24159 commit b635cb26ba54c8f5c6a958e0ab0bc4d34d33b635
24160 Merge: 354c1fe a8ecf3a
24161 Author: Keith Packard <keithp@keithp.com>
24162 Date:   Thu Aug 30 16:24:38 2012 -0500
24163
24164     Merge remote-tracking branch 'mjb/master'
24165
24166 commit 354c1fed7f06c2c45c661e7265c2ac4bc47e2750
24167 Author: Keith Packard <keithp@keithp.com>
24168 Date:   Thu Aug 30 16:22:51 2012 -0500
24169
24170     altos: Add a bunch of .gitignore entries
24171     
24172     Clean up the git status output
24173     
24174     Signed-off-by: Keith Packard <keithp@keithp.com>
24175
24176 commit 2c59954fdf204f443d9bb28c4a66a30f925ef348
24177 Author: Keith Packard <keithp@keithp.com>
24178 Date:   Thu Aug 30 16:16:52 2012 -0500
24179
24180     altos: Shuffle LCO functions around, add telelco first cut
24181     
24182     Pull LCO functions shared between LCO UI and command line into
24183     ao_lco_funcs.c.
24184     
24185     Import bits for telelco.
24186     
24187     Signed-off-by: Keith Packard <keithp@keithp.com>
24188
24189 commit 72d44d14aefcb754b871835aec8d265771357212
24190 Author: Keith Packard <keithp@keithp.com>
24191 Date:   Thu Aug 30 16:14:57 2012 -0500
24192
24193     altos: Disable debug printfs and fix pad ignite time for telefire
24194     
24195     Signed-off-by: Keith Packard <keithp@keithp.com>
24196
24197 commit a8ecf3aa4e88d4c76643fb541fb1d5535a454aba
24198 Author: Mike Beattie <mike@ethernal.org>
24199 Date:   Thu Aug 30 21:08:41 2012 +1200
24200
24201     altosdroid: Implement voice just like altosui
24202     
24203     Signed-off-by: Mike Beattie <mike@ethernal.org>
24204
24205 commit 2e6af70c87e7cc62a92b09bbbde745a31d83b5eb
24206 Author: Mike Beattie <mike@ethernal.org>
24207 Date:   Thu Aug 30 21:08:06 2012 +1200
24208
24209     altosdroid: Move bluetooth check to first task
24210     
24211     Signed-off-by: Mike Beattie <mike@ethernal.org>
24212
24213 commit 519887571cee2840024c5c8f4b7f0e5c352d3323
24214 Author: Mike Beattie <mike@ethernal.org>
24215 Date:   Thu Aug 30 13:23:29 2012 +1200
24216
24217     altosdroid: add rssi/serial/flight, and re-work UI ordering
24218     
24219     Signed-off-by: Mike Beattie <mike@ethernal.org>
24220
24221 commit 14022b002d2201fb3ca28292d976c90e2d9a15a2
24222 Author: Mike Beattie <mike@ethernal.org>
24223 Date:   Thu Aug 30 13:23:04 2012 +1200
24224
24225     altosdroid: rename ambiguous TextView name
24226     
24227     Signed-off-by: Mike Beattie <mike@ethernal.org>
24228
24229 commit 91606c89828e60d8cf9a5ea4ff75b951d6fc042a
24230 Author: Mike Beattie <mike@ethernal.org>
24231 Date:   Thu Aug 30 13:21:38 2012 +1200
24232
24233     altosdroid: formatting/whitespace, correct ids
24234     
24235     Signed-off-by: Mike Beattie <mike@ethernal.org>
24236
24237 commit 2137a112b4217d84041f749b8aa5eb8f4d330ba0
24238 Author: Mike Beattie <mike@ethernal.org>
24239 Date:   Thu Aug 30 13:20:10 2012 +1200
24240
24241     altosdroid: rework lat/lon to more common format
24242     
24243     Signed-off-by: Mike Beattie <mike@ethernal.org>
24244
24245 commit c32325af6605e78c1d1147d466f3ea12ce94124a
24246 Author: Mike Beattie <mike@ethernal.org>
24247 Date:   Thu Aug 30 13:19:41 2012 +1200
24248
24249     altosdroid: rename azimuth/altitude to elevation/height respectively.
24250     
24251     (Matches altoslib, altosui, altos)
24252     
24253     Signed-off-by: Mike Beattie <mike@ethernal.org>
24254
24255 commit 8ffa4f9a474026f5a6523b26919a78565e0ed74c
24256 Author: Mike Beattie <mike@ethernal.org>
24257 Date:   Thu Aug 30 13:13:20 2012 +1200
24258
24259     altosdroid: move units into code, to match altosui
24260     
24261     Signed-off-by: Mike Beattie <mike@ethernal.org>
24262
24263 commit 583458772746317b98fced907ec780edff465888
24264 Merge: aea10c1 17b6ffb
24265 Author: Keith Packard <keithp@keithp.com>
24266 Date:   Wed Aug 29 11:29:24 2012 -0700
24267
24268     Merge remote-tracking branch 'mjb/master'
24269     
24270     Pull in Mike's fancy new AltosDroid bits
24271
24272 commit aea10c107dff2643677a9c8d1fc41e14f4a66049
24273 Author: Keith Packard <keithp@keithp.com>
24274 Date:   Wed Aug 29 11:25:36 2012 -0700
24275
24276     altos: spiradio debug serial is port 1, not port 0
24277     
24278     The SPI link uses port 0; it seems like the having the two try to
24279     share the same wires is a bad plan.
24280     
24281     Signed-off-by: Keith Packard <keithp@keithp.com>
24282
24283 commit 3e7e8e21f2bb823cb6e74c73d0feddbc3a891107
24284 Author: Keith Packard <keithp@keithp.com>
24285 Date:   Wed Aug 29 11:23:13 2012 -0700
24286
24287     altos: SPI radio - use 1->0 for 'done' and 0->1 for 'ready'
24288     
24289     This changes how the SPI radio protocol uses the interrupt
24290     line. Instead of a pulse indicating operation done, this now uses a 0
24291     value for done and a 1 value for ready. The key distinction is that
24292     the master can tell when the slave is waiting for the next command
24293     instead of hoping that it got done 'soon enough'.
24294     
24295     Signed-off-by: Keith Packard <keithp@keithp.com>
24296
24297 commit 1b6ed262460ee75fb5bb684d13d19c26c7ea750b
24298 Author: Keith Packard <keithp@keithp.com>
24299 Date:   Wed Aug 29 11:22:02 2012 -0700
24300
24301     altos: fix ao_pad debug output for query command
24302     
24303     Igniter status is an array these days.
24304     
24305     Signed-off-by: Keith Packard <keithp@keithp.com>
24306
24307 commit 442f1bfc89528103e2c28f768c954b956e39afc5
24308 Author: Keith Packard <keithp@keithp.com>
24309 Date:   Wed Aug 29 11:21:09 2012 -0700
24310
24311     altos: Use updated pad protocol for lco commands
24312     
24313     Stop using the older single-channel protocol and switch to the new
24314     multi-channel protocol
24315     
24316     Signed-off-by: Keith Packard <keithp@keithp.com>
24317
24318 commit 7f64e62356bcfcd6ba8a88b09251793481bcd56c
24319 Author: Keith Packard <keithp@keithp.com>
24320 Date:   Wed Aug 29 11:19:17 2012 -0700
24321
24322     altos: Note changes to configured AES key for SPI radio convenience
24323     
24324     Keep a sequence number to mark when the AES key is changed so that the
24325     radio code can avoid sending the key before every CMAC radio operation.
24326     
24327     Signed-off-by: Keith Packard <keithp@keithp.com>
24328
24329 commit 1a7d2faf76a46271532102e217c2dd5515e38b72
24330 Author: Keith Packard <keithp@keithp.com>
24331 Date:   Wed Aug 29 11:16:42 2012 -0700
24332
24333     altos: Wait for IN dma complete on slave SPI send
24334     
24335     SPI send double buffered, so the DMA completes one byte too early. Use
24336     the recv DMA to know when the SPI transfer is complete.
24337     
24338     Signed-off-by: Keith Packard <keithp@keithp.com>
24339
24340 commit 17b6ffb6c090112367eac944494f0fa58da453c7
24341 Author: Mike Beattie <mike@ethernal.org>
24342 Date:   Thu Aug 30 01:01:06 2012 +1200
24343
24344     altosdroid: initial attempt at a UI.
24345     
24346     Signed-off-by: Mike Beattie <mike@ethernal.org>
24347
24348 commit 98f65994ee547feb8cca63ff4ed0fefd3fb2d37d
24349 Author: Keith Packard <keithp@keithp.com>
24350 Date:   Tue Aug 28 23:05:02 2012 -0700
24351
24352     altos: Oops. forgot ao_data.c
24353     
24354     Signed-off-by: Keith Packard <keithp@keithp.com>
24355
24356 commit 3a3982ceb721910c6a4f75badebb62baa6c6568e
24357 Author: Keith Packard <keithp@keithp.com>
24358 Date:   Tue Aug 28 22:43:10 2012 -0700
24359
24360     altos: Add spiradio Makefile
24361     
24362     git add doesn't add Makefile by default.
24363     
24364     Signed-off-by: Keith Packard <keithp@keithp.com>
24365
24366 commit fc9841ee5e92318471b6bec09b7075a788ab8872
24367 Author: Keith Packard <keithp@keithp.com>
24368 Date:   Tue Aug 28 18:13:02 2012 -0700
24369
24370     altos: Mostly working SPI radio link
24371     
24372     This includes long delays to avoid overrunning the cc1111 input,
24373     otherwise it works pretty well. The delays mean that we can't capture
24374     the reply to a cmac command though, so more work is needed.
24375     
24376     Signed-off-by: Keith Packard <keithp@keithp.com>
24377
24378 commit 27a879b4069ccedf8bbe39d7dbecf45000f29d8c
24379 Author: Keith Packard <keithp@keithp.com>
24380 Date:   Tue Aug 28 18:12:27 2012 -0700
24381
24382     altos: Include the radio_cmac debug commands in telefire
24383     
24384     Just temporary debugging
24385     
24386     Signed-off-by: Keith Packard <keithp@keithp.com>
24387
24388 commit eb1a9a8c3f3d3993d5986925bc4ad112c2bbc119
24389 Author: Keith Packard <keithp@keithp.com>
24390 Date:   Tue Aug 28 18:10:34 2012 -0700
24391
24392     altos: Explicitly erase memory in STM eeprom driver.
24393     
24394     This seems to make the STM32L152 happier
24395     
24396     Signed-off-by: Keith Packard <keithp@keithp.com>
24397
24398 commit 3fe5a70d9ac2114ee554813b1dbb3019a3e4aff7
24399 Author: Keith Packard <keithp@keithp.com>
24400 Date:   Tue Aug 28 18:08:59 2012 -0700
24401
24402     altos: Track protocol changes to ao_pad debug messages
24403     
24404     Make the debug output build again.
24405     
24406     Signed-off-by: Keith Packard <keithp@keithp.com>
24407
24408 commit 18b5021e99c1eef32d2d85f619c84e89cecae7a7
24409 Author: Keith Packard <keithp@keithp.com>
24410 Date:   Tue Aug 28 18:07:55 2012 -0700
24411
24412     altos: Stop providing debug commands in seven-segment driver
24413     
24414     The radio_cmac debug commands use the same letter, and this code works now...
24415     
24416     Signed-off-by: Keith Packard <keithp@keithp.com>
24417
24418 commit 78cd26eec77adda23ef1b5ca2d91027f1e059868
24419 Author: Keith Packard <keithp@keithp.com>
24420 Date:   Tue Aug 28 18:07:05 2012 -0700
24421
24422     altos: Move radio_cmac test funcs from ao_lco_cmd.c to new file
24423     
24424     These are useful in the firing node for testing as well, so move them
24425     to be shared.
24426     
24427     Signed-off-by: Keith Packard <keithp@keithp.com>
24428
24429 commit f2d919a2147025daa332957cda6d91959e4731ab
24430 Author: Keith Packard <keithp@keithp.com>
24431 Date:   Tue Aug 28 18:05:10 2012 -0700
24432
24433     altos: When sharing radio DMA for AES, use it for in instead of out
24434     
24435     We look at the out_done value, but not the in_done value; if we use
24436     the radio DMA for out, we would have to use ao_radio_dma_done to check
24437     for completion. This way, we can ignore that value and use the
24438     existing ao_aes_dma_out_done value.
24439     
24440     Signed-off-by: Keith Packard <keithp@keithp.com>
24441
24442 commit 31b42b99edbb976534ac432c07e218f13d1f5f9b
24443 Author: Keith Packard <keithp@keithp.com>
24444 Date:   Tue Aug 28 18:03:52 2012 -0700
24445
24446     altos: Fix ao_delay function and move from per-chip code to ao_task.c
24447     
24448     ao_delay hasn't been chip-specific for a long time, and it had a bug
24449     in not calling ao_clear_alarm.
24450     
24451     Signed-off-by: Keith Packard <keithp@keithp.com>
24452
24453 commit ac5d053e6d766d243b7a425ae19779810c350125
24454 Author: Keith Packard <keithp@keithp.com>
24455 Date:   Tue Aug 28 18:02:25 2012 -0700
24456
24457     ao-stmload: Always round up load amount to 4 byte boundary
24458     
24459     The flashing code doesn't deal with partial writes.
24460     
24461     Signed-off-by: Keith Packard <keithp@keithp.com>
24462
24463 commit 68df2b1173e82d48f7857ad2e9325e6a9cbbedfd
24464 Author: Keith Packard <keithp@keithp.com>
24465 Date:   Mon Aug 27 22:45:47 2012 -0700
24466
24467     altos: Enable STM SYSCFG when routing EXTI
24468     
24469     The EXTI routing information is in the syscfg unit, so that needs to
24470     be powered up or writes to its registers will be lost.
24471     
24472     Signed-off-by: Keith Packard <keithp@keithp.com>
24473
24474 commit c677f26852b70bcbb303382c306ce06664fde028
24475 Author: Keith Packard <keithp@keithp.com>
24476 Date:   Mon Aug 27 22:45:20 2012 -0700
24477
24478     altos: No need to initialize EXTI priorities at startup time
24479     
24480     They all get set to the correct value when enabled.
24481     
24482     Signed-off-by: Keith Packard <keithp@keithp.com>
24483
24484 commit 5ed88fb72c3e3ecf3333c700d838667db71cfbdc
24485 Merge: adbe64c 621d093
24486 Author: Bdale Garbee <bdale@gag.com>
24487 Date:   Tue Aug 28 23:39:53 2012 -0600
24488
24489     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
24490     
24491     Conflicts:
24492         debian/control
24493
24494 commit adbe64c5a9402b7c5075a444a12629131b663877
24495 Author: Bdale Garbee <bdale@gag.com>
24496 Date:   Tue Aug 28 23:37:00 2012 -0600
24497
24498     libelf-dev added to build deps
24499
24500 commit cb8f01745c9e8f258f96358b46e1caf17d6b0c9f
24501 Author: Mike Beattie <mike@ethernal.org>
24502 Date:   Tue Aug 28 23:20:04 2012 +1200
24503
24504     altosdroid: update Makefile.am for source file changes.
24505     
24506     Signed-off-by: Mike Beattie <mike@ethernal.org>
24507
24508 commit c220369953d351f49a5f45bfb5e317859d3a9843
24509 Author: Mike Beattie <mike@ethernal.org>
24510 Date:   Tue Aug 28 22:26:12 2012 +1200
24511
24512     altosdroid: Add Dumper class for testing
24513     
24514     Signed-off-by: Mike Beattie <mike@ethernal.org>
24515
24516 commit 6c985c2b0433a08add3bbf55fdb30102157b4ede
24517 Author: Mike Beattie <mike@ethernal.org>
24518 Date:   Tue Aug 28 22:10:26 2012 +1200
24519
24520     altosdroid: add timer to stop service
24521     
24522     * Stops when no UI clients, and no bluetooth connection remains
24523     
24524     Signed-off-by: Mike Beattie <mike@ethernal.org>
24525
24526 commit 781bdb6c15b7dd3cc2280b08a2f47ce0f92cf53f
24527 Author: Mike Beattie <mike@ethernal.org>
24528 Date:   Tue Aug 28 22:09:34 2012 +1200
24529
24530     altosdroid: do service start/bind/unbind in start/stop, not create/destroy.
24531     
24532     Signed-off-by: Mike Beattie <mike@ethernal.org>
24533
24534 commit ea5fe9e95a888d623329d17d048ee360ea114ad1
24535 Author: Mike Beattie <mike@ethernal.org>
24536 Date:   Tue Aug 28 22:08:49 2012 +1200
24537
24538     altosdroid: move methods around
24539     
24540     Signed-off-by: Mike Beattie <mike@ethernal.org>
24541
24542 commit c6d667a6ac0decfde5bc8a180b14774e9942dd0c
24543 Author: Mike Beattie <mike@ethernal.org>
24544 Date:   Tue Aug 28 22:08:19 2012 +1200
24545
24546     altosdroid: tidy up old messages
24547     
24548     Signed-off-by: Mike Beattie <mike@ethernal.org>
24549
24550 commit 5c7370dcd7a65c81a3c903a71167e07cfcbade53
24551 Author: Mike Beattie <mike@ethernal.org>
24552 Date:   Tue Aug 28 22:07:39 2012 +1200
24553
24554     altosdroid: stop sending device name, just send config data
24555     
24556     * Kinda complicated, but ultimately more sensible
24557     * Just send the config data as an arg to MSG_CONNECTED
24558     * keep retrying connection till we actually get config data
24559     
24560     Signed-off-by: Mike Beattie <mike@ethernal.org>
24561
24562 commit 5ce8c63850dbc6462d7c41ce917e0e06672ec0ab
24563 Author: Mike Beattie <mike@ethernal.org>
24564 Date:   Tue Aug 28 22:00:14 2012 +1200
24565
24566     altosdroid: whitespace
24567     
24568     Signed-off-by: Mike Beattie <mike@ethernal.org>
24569
24570 commit df7b74909c3794b7b2397275e7fce9226cb99489
24571 Author: Mike Beattie <mike@ethernal.org>
24572 Date:   Tue Aug 28 21:59:40 2012 +1200
24573
24574     altosdroid: override add_reply() to add android based debugging
24575     
24576     Signed-off-by: Mike Beattie <mike@ethernal.org>
24577
24578 commit 9d0f187f06c411f0d82e13ee4f2faea789ed9e79
24579 Author: Mike Beattie <mike@ethernal.org>
24580 Date:   Tue Aug 28 21:59:15 2012 +1200
24581
24582     altosdroid: more logical name for connection_lost() method.
24583     
24584     Signed-off-by: Mike Beattie <mike@ethernal.org>
24585
24586 commit 7664ecc0003151d3f05537f17914df2bf48e4275
24587 Author: Mike Beattie <mike@ethernal.org>
24588 Date:   Tue Aug 28 21:58:47 2012 +1200
24589
24590     altosdroid: rework ConnectThread
24591     
24592     * Start input_thread after connection, otherwise it's painful to kill
24593       on connect failure.
24594     
24595     Signed-off-by: Mike Beattie <mike@ethernal.org>
24596
24597 commit 502b24eb2c9c76e4e2bdcc79be0b71a869488b37
24598 Author: Mike Beattie <mike@ethernal.org>
24599 Date:   Tue Aug 28 21:55:40 2012 +1200
24600
24601     altosdroid: fix a connection retry having a null pointer
24602     
24603     Signed-off-by: Mike Beattie <mike@ethernal.org>
24604
24605 commit c7bef83fd553987f83c0bf7ff37ef941872564fe
24606 Author: Mike Beattie <mike@ethernal.org>
24607 Date:   Tue Aug 28 21:54:05 2012 +1200
24608
24609     altosdroid: fix double call of stopAltosBluetooth()
24610     
24611     Signed-off-by: Mike Beattie <mike@ethernal.org>
24612
24613 commit 150a726e125aa7d181c00348ddd1791fd84164e5
24614 Author: Mike Beattie <mike@ethernal.org>
24615 Date:   Tue Aug 28 21:53:01 2012 +1200
24616
24617     altosdroid: Miscellaneous comments/debug/etc cleanup
24618     
24619     Signed-off-by: Mike Beattie <mike@ethernal.org>
24620
24621 commit 162c640d382b9f823573578fe97584adc94cd9b6
24622 Author: Mike Beattie <mike@ethernal.org>
24623 Date:   Tue Aug 28 17:37:45 2012 +1200
24624
24625     altosdroid: miscellaneous cleanup
24626     
24627     * Copyright info
24628     * whitespace
24629     * comments
24630     * unused imports
24631     
24632     Signed-off-by: Mike Beattie <mike@ethernal.org>
24633
24634 commit ae03d8e87985b9f746e9e22b2394a0a5b4f39f1c
24635 Author: Mike Beattie <mike@ethernal.org>
24636 Date:   Tue Aug 28 17:36:41 2012 +1200
24637
24638     altosdroid: Add passing of Device Config at connect
24639     
24640     Signed-off-by: Mike Beattie <mike@ethernal.org>
24641
24642 commit 03563c765d8b0ab3689c91b2b533c68e11650577
24643 Author: Mike Beattie <mike@ethernal.org>
24644 Date:   Tue Aug 28 17:35:11 2012 +1200
24645
24646     altosdroid: Add new "TelemetryReader" class to handle Telemetry
24647     
24648     * Add MSG_TELEMETRY messages to both AltosDroid and TelemetryService
24649       to handle passing of AltosState object all the way back to the UI.
24650     * Remove linkedblockinglist from TelemetryService
24651     * (MSG_TELEMETRY is a rename of MSG_INCOMING_TELEM in AltosDroid)
24652     * commented code in case statement inside AltosDroind - won't work with
24653       the objects it is currently passed.
24654     * Add new "MSG_DEVCONFIG" message to AltosDroid - allows TelemetryService
24655       to pass information about the connected device back to the UI.
24656     
24657     Signed-off-by: Mike Beattie <mike@ethernal.org>
24658
24659 commit ed653a1e6dc8884cb171af1406fd0999ef125a4d
24660 Author: Mike Beattie <mike@ethernal.org>
24661 Date:   Tue Aug 28 17:26:09 2012 +1200
24662
24663     altosdroid: create connected() method
24664     
24665     Signed-off-by: Mike Beattie <mike@ethernal.org>
24666
24667 commit 621d0930244f25165d2ac5da596dcc87e253b965
24668 Author: Keith Packard <keithp@keithp.com>
24669 Date:   Mon Aug 27 13:52:11 2012 -0700
24670
24671     altos: Add spiradio product
24672     
24673     Implements the SPI radio protocol
24674     
24675     Signed-off-by: Keith Packard <keithp@keithp.com>
24676
24677 commit 61d094f281431e9f11f806454981da8e1245fb5c
24678 Author: Keith Packard <keithp@keithp.com>
24679 Date:   Mon Aug 27 13:51:53 2012 -0700
24680
24681     altos: sdcdb rc file for telefire
24682     
24683     Signed-off-by: Keith Packard <keithp@keithp.com>
24684
24685 commit c31d07fb35a5b4d283facf649bed3f0f9802d1fc
24686 Author: Keith Packard <keithp@keithp.com>
24687 Date:   Mon Aug 27 13:49:07 2012 -0700
24688
24689     altos: Add SPI linked radio API
24690     
24691     Forward the necessary radio functions over the SPI link
24692     
24693     Signed-off-by: Keith Packard <keithp@keithp.com>
24694
24695 commit 0f3483f93137f41a61f3fcbe06afcaffb1b9e17b
24696 Author: Keith Packard <keithp@keithp.com>
24697 Date:   Mon Aug 27 13:47:16 2012 -0700
24698
24699     altos: Clean up radio APIs
24700     
24701     Move api to ao_radio_cmac.h include file.
24702     Expose ao_radio_test as standard API.
24703     
24704     Signed-off-by: Keith Packard <keithp@keithp.com>
24705
24706 commit 85fd7ab504a9fac1de90bbe7df8ea477a092c2b0
24707 Author: Keith Packard <keithp@keithp.com>
24708 Date:   Mon Aug 27 13:45:56 2012 -0700
24709
24710     altos: Build telelco and spiradio when possible
24711     
24712     Signed-off-by: Keith Packard <keithp@keithp.com>
24713
24714 commit 467acda662de8b96e7d0df729c2e4761686b82a1
24715 Author: Keith Packard <keithp@keithp.com>
24716 Date:   Mon Aug 27 13:44:35 2012 -0700
24717
24718     altos: Expose a signed version of the tick count
24719     
24720     Useful when doing time comparisons.
24721     
24722     Signed-off-by: Keith Packard <keithp@keithp.com>
24723
24724 commit e7443bf350afe273e87a884915ea1e7662630cd3
24725 Author: Keith Packard <keithp@keithp.com>
24726 Date:   Mon Aug 27 13:42:38 2012 -0700
24727
24728     altos: Specify the LCD duty cycle for stm-demo
24729     
24730     This is the demo for the large 7-segment displays and needs static drive
24731     
24732     Signed-off-by: Keith Packard <keithp@keithp.com>
24733
24734 commit 708d49e498bbdc59bb5af9bf4ca5fcea5689547a
24735 Author: Keith Packard <keithp@keithp.com>
24736 Date:   Mon Aug 27 13:41:13 2012 -0700
24737
24738     altos: Test multiple quadrature devices. Export quadrature count.
24739     
24740     Signed-off-by: Keith Packard <keithp@keithp.com>
24741
24742 commit 8bfe8157cd9fe488d1ee961f200ffa0866322f2c
24743 Author: Keith Packard <keithp@keithp.com>
24744 Date:   Mon Aug 27 13:38:44 2012 -0700
24745
24746     altos: Seven segment display driver
24747     
24748     Hex numbers and the decimal point.
24749     
24750     Signed-off-by: Keith Packard <keithp@keithp.com>
24751
24752 commit 28c3923b6180e24a77aecc7162bb2852cec7d770
24753 Author: Keith Packard <keithp@keithp.com>
24754 Date:   Mon Aug 27 13:37:14 2012 -0700
24755
24756     altos: More SPI slave changes for cc1111 driver
24757     
24758     Don't enable DMA in the other direction when doing slave transfers.
24759     
24760     Signed-off-by: Keith Packard <keithp@keithp.com>
24761
24762 commit a27b9b5c36cf748e415ba210c8d8ae72d8227a98
24763 Author: Keith Packard <keithp@keithp.com>
24764 Date:   Mon Aug 27 13:35:39 2012 -0700
24765
24766     altos: Add SPI slave get/put macros to cc1111
24767     
24768     Theese don't try to drive the chip select line
24769     
24770     Signed-off-by: Keith Packard <keithp@keithp.com>
24771
24772 commit 304909b7534768bfc8da62954effb37ba86806ea
24773 Author: Keith Packard <keithp@keithp.com>
24774 Date:   Mon Aug 27 13:34:12 2012 -0700
24775
24776     altos: Provide interface for STM LCD driver.
24777     
24778     This provides a simple function interface for driving the LCD segments
24779     in the STM chip. It also uses the update complete interrupt to block
24780     LCD users during flush.
24781     
24782     Signed-off-by: Keith Packard <keithp@keithp.com>
24783
24784 commit c1168f40223ca09df23215f2e2fc445a8a03aea9
24785 Author: Keith Packard <keithp@keithp.com>
24786 Date:   Mon Aug 27 13:32:41 2012 -0700
24787
24788     altos: Rename drivers/ao_lco to drivers/ao_lco_cmd
24789     
24790     These contain command line functions for testing the cmac and lco
24791     features. Now that there's a telelco-specific ao_lco interface file,
24792     it's useful to have both for testing.
24793     
24794     Signed-off-by: Keith Packard <keithp@keithp.com>
24795
24796 commit fa8668931cbbc1506560222f2db7e427b514a351
24797 Author: Mike Beattie <mike@ethernal.org>
24798 Date:   Mon Aug 27 19:41:47 2012 +1200
24799
24800     altosdroid: Let a freshly connected client know what the device name is!
24801     
24802     Signed-off-by: Mike Beattie <mike@ethernal.org>
24803
24804 commit 9a41508d92f95012a37bb75603e6e48a2c405204
24805 Author: Mike Beattie <mike@ethernal.org>
24806 Date:   Mon Aug 27 19:41:29 2012 +1200
24807
24808     altosdroid: Add Connected/Connect_failed messages
24809     
24810     Signed-off-by: Mike Beattie <mike@ethernal.org>
24811
24812 commit e121ec3ae634f41979717281a28af5e4a38e8f3a
24813 Author: Mike Beattie <mike@ethernal.org>
24814 Date:   Mon Aug 27 19:40:30 2012 +1200
24815
24816     altosdroid: don't need keys for Bundles anymore
24817     
24818     Signed-off-by: Mike Beattie <mike@ethernal.org>
24819
24820 commit afac4d6c82916eea67ac838cd22806bd73db00a9
24821 Author: Mike Beattie <mike@ethernal.org>
24822 Date:   Mon Aug 27 19:39:53 2012 +1200
24823
24824     altosdroid: Toast() requests don't need Bundles
24825     
24826     Signed-off-by: Mike Beattie <mike@ethernal.org>
24827
24828 commit 18c380120fe37a4bdc8f295e86c6c4413d1aa037
24829 Author: Mike Beattie <mike@ethernal.org>
24830 Date:   Mon Aug 27 19:39:09 2012 +1200
24831
24832     altosdroid: really don't need to store a local copy of the device name
24833     
24834     Signed-off-by: Mike Beattie <mike@ethernal.org>
24835
24836 commit 6441437d3b0e848b225a3d6c78ab00e2590c6988
24837 Author: Mike Beattie <mike@ethernal.org>
24838 Date:   Mon Aug 27 19:37:16 2012 +1200
24839
24840     altosdroid: remove complexity around message passing
24841     
24842     * Don't really need to use bundles
24843     * TelemetryService: Use a local variable to store the bluetooth device object
24844     
24845     Signed-off-by: Mike Beattie <mike@ethernal.org>
24846
24847 commit f89e7de20374141b367205aa517a08ee203bfaf3
24848 Author: Keith Packard <keithp@keithp.com>
24849 Date:   Sun Aug 26 09:53:16 2012 -0700
24850
24851     altos: Trigger sample complete when all data are ready
24852     
24853     This has each sensor mark a bit in the current data record which is
24854     then sent for processing when all of the data are present.
24855     
24856     Signed-off-by: Keith Packard <keithp@keithp.com>
24857
24858 commit dec1481786ad54e22634e32109b5ed6e5483938e
24859 Author: Keith Packard <keithp@keithp.com>
24860 Date:   Sun Aug 26 09:52:27 2012 -0700
24861
24862     altos: Shrink STM stack size
24863     
24864     512 bytes should be enough for anybody.
24865     
24866     Signed-off-by: Keith Packard <keithp@keithp.com>
24867
24868 commit d13d0fbfcb0fd6d8a1af46f6270a968d746c830e
24869 Author: Keith Packard <keithp@keithp.com>
24870 Date:   Sun Aug 26 09:49:34 2012 -0700
24871
24872     altos: Make ao_cur_task_index track ao_cur_task in ao_yield
24873     
24874     This keeps the two main task references (index and pointer) in
24875     agreement during task switching, avoiding an extra assignment at the
24876     end of the task switching loop.
24877     
24878     Signed-off-by: Keith Packard <keithp@keithp.com>
24879
24880 commit 1c9baa88d6cd931c66d453674322908eb267ba4c
24881 Author: Keith Packard <keithp@keithp.com>
24882 Date:   Sun Aug 26 09:47:05 2012 -0700
24883
24884     altos: Make 'pad' driver useful with telefire v0.1
24885     
24886     This reports correct status bits over the radio and to the LEDs for
24887     all four channels, and also makes the firing test command control all
24888     four relays.
24889     
24890     Signed-off-by: Keith Packard <keithp@keithp.com>
24891
24892 commit ea4db73328e865fd658b573da256ca0004c69c61
24893 Author: Keith Packard <keithp@keithp.com>
24894 Date:   Sun Aug 26 09:45:03 2012 -0700
24895
24896     altos: Add debug command for 74hc597 driver
24897     
24898     This dumps the current state of the 74hc597 chip.
24899     
24900     Note that this shows that the 74hc597 driver doesn't work, and that
24901     the circuit used in telefire v0.1 can't work.
24902     
24903     Signed-off-by: Keith Packard <keithp@keithp.com>
24904
24905 commit 89f1a685a02c7808cf03853aa9a5ee50c6baf49e
24906 Author: Keith Packard <keithp@keithp.com>
24907 Date:   Sun Aug 26 09:43:34 2012 -0700
24908
24909     altos: Allow sharing of radio DMA with aes engine
24910     
24911     otherwise, telefire doesn't have enough DMA channels.
24912     
24913     Signed-off-by: Keith Packard <keithp@keithp.com>
24914
24915 commit 58d2b70575f3616a056d2356a737b3be15ed3d66
24916 Author: Mike Beattie <mike@ethernal.org>
24917 Date:   Sun Aug 26 23:38:33 2012 +1200
24918
24919     altosdroid: begin adding TextToSpeech support.
24920     
24921     Signed-off-by: Mike Beattie <mike@ethernal.org>
24922
24923 commit 11896d22b7bc6e34e3f6109d28f8b6a2d37e6c25
24924 Author: Mike Beattie <mike@ethernal.org>
24925 Date:   Sun Aug 26 23:38:10 2012 +1200
24926
24927     altosdroid: whitespace cleanup
24928     
24929     Signed-off-by: Mike Beattie <mike@ethernal.org>
24930
24931 commit f8211fee3c8a5de6925eadca2679441801ac793e
24932 Author: Mike Beattie <mike@ethernal.org>
24933 Date:   Sun Aug 26 23:37:58 2012 +1200
24934
24935     altosdroid: Send device name and connected state back to TelemetryService
24936     
24937     Signed-off-by: Mike Beattie <mike@ethernal.org>
24938
24939 commit 8fdde3e74c6dce35f90f4575ce6914516fc56aba
24940 Author: Mike Beattie <mike@ethernal.org>
24941 Date:   Sun Aug 26 23:37:33 2012 +1200
24942
24943     altosdroid: re-work connect/thread handling in AltosBluetooth
24944     
24945     * Much more resilient to failure
24946     * handles multiple blocked threads better
24947     
24948     Signed-off-by: Mike Beattie <mike@ethernal.org>
24949
24950 commit dba71db022ae4a9f7c5fd128b90caa73aa4e99da
24951 Author: Mike Beattie <mike@ethernal.org>
24952 Date:   Sun Aug 26 23:34:59 2012 +1200
24953
24954     altosdroid: remove old commented code
24955     
24956     Signed-off-by: Mike Beattie <mike@ethernal.org>
24957
24958 commit 38827db5131a2681243649c76bfd1d7d9801f9ba
24959 Author: Mike Beattie <mike@ethernal.org>
24960 Date:   Sun Aug 26 23:34:45 2012 +1200
24961
24962     altosdroid: add handling when restarting BT. delay start after stop.
24963     
24964     Signed-off-by: Mike Beattie <mike@ethernal.org>
24965
24966 commit 30d107882b62edf4e6d48923209da6ce3dabeef7
24967 Author: Mike Beattie <mike@ethernal.org>
24968 Date:   Sun Aug 26 23:34:28 2012 +1200
24969
24970     altosdroid: set devicename and pass on to clients
24971     
24972     Signed-off-by: Mike Beattie <mike@ethernal.org>
24973
24974 commit d95b84b56c63002788939b93b6ce949d921a4892
24975 Author: Mike Beattie <mike@ethernal.org>
24976 Date:   Sun Aug 26 23:30:45 2012 +1200
24977
24978     altosdroid: Send current state to client on connect
24979     
24980     Signed-off-by: Mike Beattie <mike@ethernal.org>
24981
24982 commit cf94a86f37284b53e89b13a7eeb871db647c61ba
24983 Author: Mike Beattie <mike@ethernal.org>
24984 Date:   Sun Aug 26 23:30:00 2012 +1200
24985
24986     altosdroid: add missing break; (just in case!)
24987     
24988     Signed-off-by: Mike Beattie <mike@ethernal.org>
24989
24990 commit 24fe48f66f94c99b8197a612afe6f98e980e9796
24991 Author: Mike Beattie <mike@ethernal.org>
24992 Date:   Sun Aug 26 23:29:25 2012 +1200
24993
24994     altosdroid: debugging statements
24995     
24996     Signed-off-by: Mike Beattie <mike@ethernal.org>
24997
24998 commit 2ef1723091b0c491ef445474844376185ca4102b
24999 Author: Mike Beattie <mike@ethernal.org>
25000 Date:   Sun Aug 26 23:28:59 2012 +1200
25001
25002     altosdroid: forgot change to IncomingHandler constructor call. oops!
25003     
25004     Signed-off-by: Mike Beattie <mike@ethernal.org>
25005
25006 commit d40f96fcc961cfbf6af67fc84591d2660d065ca0
25007 Author: Mike Beattie <mike@ethernal.org>
25008 Date:   Sun Aug 26 23:28:26 2012 +1200
25009
25010     altosdroid: Strings and Layout changes
25011     
25012     Signed-off-by: Mike Beattie <mike@ethernal.org>
25013
25014 commit 3d6fc5fe462531e05ca4b9be1a421490e067a28b
25015 Author: Mike Beattie <mike@ethernal.org>
25016 Date:   Sun Aug 26 23:26:58 2012 +1200
25017
25018     altosdroid: lots of debugging statements
25019     
25020     Signed-off-by: Mike Beattie <mike@ethernal.org>
25021
25022 commit 31bffa435cec2098c7ab5c42c829ba6e1578b5d2
25023 Author: Mike Beattie <mike@ethernal.org>
25024 Date:   Sun Aug 26 23:24:13 2012 +1200
25025
25026     altosdroid: need sendMessageToClients() for setState().. oops!
25027     
25028     Signed-off-by: Mike Beattie <mike@ethernal.org>
25029
25030 commit a9ec3c96288b7ea4e40586321a0a98edf0c8fee5
25031 Author: Mike Beattie <mike@ethernal.org>
25032 Date:   Sun Aug 26 23:23:33 2012 +1200
25033
25034     altosdroid: Need access to handler inside AltosBluetooth
25035     
25036     * Also move add_monitor() call
25037     
25038     Signed-off-by: Mike Beattie <mike@ethernal.org>
25039
25040 commit d7173e814c49826f39bba1ff6b024819c555860c
25041 Author: Mike Beattie <mike@ethernal.org>
25042 Date:   Sun Aug 26 23:20:01 2012 +1200
25043
25044     altosdroid: reflect change in message name
25045     
25046     Signed-off-by: Mike Beattie <mike@ethernal.org>
25047
25048 commit 215d78f06093bd8a8b08a85cae0f1f34aee2a6ec
25049 Author: Mike Beattie <mike@ethernal.org>
25050 Date:   Sun Aug 26 23:19:06 2012 +1200
25051
25052     altosdroid: begin adding state support
25053     
25054     Signed-off-by: Mike Beattie <mike@ethernal.org>
25055
25056 commit fe6680dd3b4c31b3d4edc3f06a142f02bcb879df
25057 Author: Mike Beattie <mike@ethernal.org>
25058 Date:   Sun Aug 26 23:16:49 2012 +1200
25059
25060     altosdroid: init device variable... oops!
25061     
25062     Signed-off-by: Mike Beattie <mike@ethernal.org>
25063
25064 commit 2c5513c51b187ad26a59b193b401f38c35141d27
25065 Author: Mike Beattie <mike@ethernal.org>
25066 Date:   Sun Aug 26 23:16:04 2012 +1200
25067
25068     altosdroid: Rename Connect message, add connected message
25069     
25070     Signed-off-by: Mike Beattie <mike@ethernal.org>
25071
25072 commit a6373e84393312ed0fbf22285c704819c2011588
25073 Author: Mike Beattie <mike@ethernal.org>
25074 Date:   Sun Aug 26 23:14:09 2012 +1200
25075
25076     altosdroid: init telem blocking list.. oops!
25077     
25078     Signed-off-by: Mike Beattie <mike@ethernal.org>
25079
25080 commit 21359f600354e8ee840e839e61ef97d30f3586fc
25081 Author: Mike Beattie <mike@ethernal.org>
25082 Date:   Sun Aug 26 23:13:33 2012 +1200
25083
25084     altosdroid: disable NotificationManager stuff for now
25085     
25086     Signed-off-by: Mike Beattie <mike@ethernal.org>
25087
25088 commit 54baecc208a40606e3242b2cbd5e66567053646f
25089 Author: Mike Beattie <mike@ethernal.org>
25090 Date:   Sun Aug 26 23:12:48 2012 +1200
25091
25092     altosdroid: Convert handlers to use weakreferences
25093     
25094     * Also renamed bluetooth start/stop methods
25095     
25096     Signed-off-by: Mike Beattie <mike@ethernal.org>
25097
25098 commit bf7def1a7b93867dfe16fe6499ee028747634c41
25099 Author: Mike Beattie <mike@ethernal.org>
25100 Date:   Sun Aug 26 15:28:58 2012 +1200
25101
25102     altosdroid: Remove Binder import from TelemetryService
25103     
25104     Signed-off-by: Mike Beattie <mike@ethernal.org>
25105
25106 commit 5f4c47389a3d0d10d659a2e00fc74a150b5fed88
25107 Author: Mike Beattie <mike@ethernal.org>
25108 Date:   Sun Aug 26 15:28:36 2012 +1200
25109
25110     altosdroid: Add State constants for future usage
25111     
25112     Signed-off-by: Mike Beattie <mike@ethernal.org>
25113
25114 commit 6ffcc82d8d18d3f05d4f5881e50dda298b43c114
25115 Author: Mike Beattie <mike@ethernal.org>
25116 Date:   Sun Aug 26 15:28:09 2012 +1200
25117
25118     altosdroid: begin adding IPC to TelemetryService
25119     
25120     * And add imports for LinkedBlockingQueue... oops!
25121     
25122     Signed-off-by: Mike Beattie <mike@ethernal.org>
25123
25124 commit a33333b97e810f50db36f345aab71a3200feccc3
25125 Author: Mike Beattie <mike@ethernal.org>
25126 Date:   Sun Aug 26 15:24:19 2012 +1200
25127
25128     altosdroid: remove old Binder from TelemetryService
25129     
25130     Signed-off-by: Mike Beattie <mike@ethernal.org>
25131
25132 commit b69796991c1da6baf245349fcc4392668b9b5570
25133 Author: Mike Beattie <mike@ethernal.org>
25134 Date:   Sun Aug 26 15:23:17 2012 +1200
25135
25136     altosdroid: begin adding IPC to main thread
25137     
25138     Signed-off-by: Mike Beattie <mike@ethernal.org>
25139
25140 commit bcd53483ccf4bbb2f163a011faae6d19a7bbed0d
25141 Author: Mike Beattie <mike@ethernal.org>
25142 Date:   Sun Aug 26 15:22:23 2012 +1200
25143
25144     altosdroid: Add TBT initialisation to AltosBluetooth
25145     
25146     Signed-off-by: Mike Beattie <mike@ethernal.org>
25147
25148 commit ef29a197ce3318404f37e8a0b24d235e8b024a1f
25149 Author: Mike Beattie <mike@ethernal.org>
25150 Date:   Sun Aug 26 15:21:57 2012 +1200
25151
25152     altosdroid: Add debugging statements to AltosBluetooth
25153     
25154     Signed-off-by: Mike Beattie <mike@ethernal.org>
25155
25156 commit fb8cd14cca61ca59b95c23e71505607b4509d4ed
25157 Author: Mike Beattie <mike@ethernal.org>
25158 Date:   Sun Aug 26 15:21:36 2012 +1200
25159
25160     altosdroid: Add input thread for reading from TBT
25161     
25162     Signed-off-by: Mike Beattie <mike@ethernal.org>
25163
25164 commit 5ce132b3366cd120499fcbe22b5fbe96d21b8584
25165 Author: Mike Beattie <mike@ethernal.org>
25166 Date:   Sun Aug 26 15:20:42 2012 +1200
25167
25168     altosdroid: Move constructor for AltosBluetooth
25169     
25170     Signed-off-by: Mike Beattie <mike@ethernal.org>
25171
25172 commit b59e7d0b201290f2cb0fd494ef28c1402e11ba3b
25173 Author: Mike Beattie <mike@ethernal.org>
25174 Date:   Sun Aug 26 15:18:44 2012 +1200
25175
25176     altosdroid: clean up stub functions in AltosBluetooth.java
25177     
25178     Signed-off-by: Mike Beattie <mike@ethernal.org>
25179
25180 commit d184638be79dafd6fb43df21040eb52402f54ea5
25181 Author: Mike Beattie <mike@ethernal.org>
25182 Date:   Sun Aug 26 15:11:12 2012 +1200
25183
25184     altosdroid: AltosBluetooth.java
25185     
25186     * clean up variables/comments
25187     
25188     Signed-off-by: Mike Beattie <mike@ethernal.org>
25189
25190 commit bad155538c4630c62ade80afd20830aad37c287e
25191 Author: Mike Beattie <mike@ethernal.org>
25192 Date:   Sun Aug 26 15:10:15 2012 +1200
25193
25194     altosdroid: AltosBluetooth.java
25195     
25196     * Clean up imports
25197     * Convert from reflection to using Well Known UUID for SPP.
25198     * clean up local variables
25199     * Add debug conditionals to logging
25200     * remove references to socket type
25201     
25202     Signed-off-by: Mike Beattie <mike@ethernal.org>
25203
25204 commit c9689a3ef65ea9da5a7009834add789737ffb6a9
25205 Author: Mike Beattie <mike@ethernal.org>
25206 Date:   Sun Aug 26 15:03:54 2012 +1200
25207
25208     altosdroid: Clean up imports in TelemetryService
25209     
25210     * Begin adding AltosLib usage
25211     
25212     Signed-off-by: Mike Beattie <mike@ethernal.org>
25213
25214 commit ffdfc08c317f503e30604d058749b24c3ca7bafa
25215 Author: Mike Beattie <mike@ethernal.org>
25216 Date:   Sun Aug 26 15:00:23 2012 +1200
25217
25218     altosdroid: Add service start/bind/unbind to AltosDroid
25219     
25220     Signed-off-by: Mike Beattie <mike@ethernal.org>
25221
25222 commit 95a34caa8343997bcf7d8969ee8ae3124efcb573
25223 Author: Mike Beattie <mike@ethernal.org>
25224 Date:   Sun Aug 26 14:57:04 2012 +1200
25225
25226     altosdroid: Remove AltosLib import from main thread
25227
25228 commit cfe93315fc0e4b01a95b8e59f24aca96b5a66daf
25229 Author: Mike Beattie <mike@ethernal.org>
25230 Date:   Sun Aug 26 14:55:19 2012 +1200
25231
25232     altosdroid: whitespace
25233     
25234     Signed-off-by: Mike Beattie <mike@ethernal.org>
25235
25236 commit 3f3da6626ef41b2cab116d6299d2a89cbf7718a9
25237 Author: Mike Beattie <mike@ethernal.org>
25238 Date:   Sun Aug 26 14:54:54 2012 +1200
25239
25240     altosdroid: Re-locate TextView initialisation
25241     
25242     Signed-off-by: Mike Beattie <mike@ethernal.org>
25243
25244 commit 917f519a4e876087590a3a260fbbccf4c0ac3e31
25245 Author: Mike Beattie <mike@ethernal.org>
25246 Date:   Sun Aug 26 14:54:06 2012 +1200
25247
25248     altosdroid: remove UI components/imports no longer used
25249     
25250     Signed-off-by: Mike Beattie <mike@ethernal.org>
25251
25252 commit 80bf63702175322053f2b38c4fff56b653ab7c70
25253 Author: Mike Beattie <mike@ethernal.org>
25254 Date:   Sun Aug 26 14:52:30 2012 +1200
25255
25256     altosdroid: excise BluetoothChatService example code
25257     
25258     Signed-off-by: Mike Beattie <mike@ethernal.org>
25259
25260 commit 372840b4ebfd3da3cd713b6bc6a8ffc8cd6b6b8c
25261 Author: Mike Beattie <mike@ethernal.org>
25262 Date:   Sun Aug 26 14:48:48 2012 +1200
25263
25264     altosdroid: remove TelemetryService activities
25265     
25266     service start/stop will be handled by AltosDroid/itself now.
25267     
25268     Signed-off-by: Mike Beattie <mike@ethernal.org>
25269
25270 commit 24503eb330bf887f5c76afe2aaa9c9f2ce177460
25271 Author: Mike Beattie <mike@ethernal.org>
25272 Date:   Sun Aug 26 14:44:09 2012 +1200
25273
25274     altosdroid: whitespace (spaces to tabs) (part2)
25275     
25276     Signed-off-by: Mike Beattie <mike@ethernal.org>
25277
25278 commit 7aab6e6b6e361455a7515fe6db7b0e9a6e4c786c
25279 Author: Mike Beattie <mike@ethernal.org>
25280 Date:   Sun Aug 26 14:29:36 2012 +1200
25281
25282     altosdroid: whitespace (spaces to tabs) (part1)
25283     
25284     Signed-off-by: Mike Beattie <mike@ethernal.org>
25285
25286 commit 0f3597389977f86a8c1bdff1b7f46107c43ef306
25287 Author: Mike Beattie <mike@ethernal.org>
25288 Date:   Sun Aug 26 12:41:24 2012 +1200
25289
25290     altosdroid: Update copyrights
25291     
25292     Signed-off-by: Mike Beattie <mike@ethernal.org>
25293
25294 commit 7ecb429fe4682faf209452b1738ff3c8096fc5d5
25295 Author: Keith Packard <keithp@keithp.com>
25296 Date:   Fri Aug 24 00:46:55 2012 -0700
25297
25298     altos: Configure telefire SPI and LEDs correctly
25299     
25300     This places the telefire SPI bus on USART1 option 2 and
25301     marks the various LED functions with symbolic names.
25302     
25303     Signed-off-by: Keith Packard <keithp@keithp.com>
25304
25305 commit 310c1d0bf83448eb12e5d64ac09a4279c25fd258
25306 Author: Keith Packard <keithp@keithp.com>
25307 Date:   Fri Aug 24 00:44:35 2012 -0700
25308
25309     altos: telelaunch doesn't need ao_radio_cmac_init
25310     
25311     This function was used to initialize the LCO functions, which were
25312     moved to ao_lco.c a few commits back, so ao_radio_cmac_init doesn't
25313     even exist anymore.
25314     
25315     Signed-off-by: Keith Packard <keithp@keithp.com>
25316
25317 commit 6581fa1641882198c870c2f7b1340794b9d47f29
25318 Author: Keith Packard <keithp@keithp.com>
25319 Date:   Fri Aug 24 00:42:32 2012 -0700
25320
25321     altos: Get ao_pad.c working on telefire v0.1
25322     
25323     Monitor all four channels, allow any channel to be fired.
25324     Turn on power LED at startup time.
25325     
25326     Signed-off-by: Keith Packard <keithp@keithp.com>
25327
25328 commit 83e0d4352041b3964ea7a133b0f67da9ebaa1c77
25329 Author: Keith Packard <keithp@keithp.com>
25330 Date:   Fri Aug 24 00:40:27 2012 -0700
25331
25332     altos: Split out LCO functions from ao_radio_cmac.c to ao_lco.c
25333     
25334     These functions are not used in the telelaunch or telefire nodes, so
25335     don't force them to be included.
25336     
25337     Signed-off-by: Keith Packard <keithp@keithp.com>
25338
25339 commit c64999c39d6d9242f98bdc9312436c3333115bfd
25340 Author: Keith Packard <keithp@keithp.com>
25341 Date:   Fri Aug 24 00:39:46 2012 -0700
25342
25343     altos: Have radio_cmac turn on LEDs as appropriate
25344     
25345     Use AO_LED_RX and AO_LED_TX defines if present to control LEDs during
25346     radio operations.
25347     
25348     Signed-off-by: Keith Packard <keithp@keithp.com>
25349
25350 commit a8e9906513227600599da12b268ff5f807ae98c7
25351 Author: Keith Packard <keithp@keithp.com>
25352 Date:   Fri Aug 24 00:34:55 2012 -0700
25353
25354     altos: Add 'ao_led_set_mask' in the PCA9922 driver
25355     
25356     This lets a subset of the LEDs be controlled independent of other LED settings.
25357     
25358     Signed-off-by: Keith Packard <keithp@keithp.com>
25359
25360 commit 50b58d703b8b48005a3ca9ad4e3603d6f7ac1430
25361 Author: Keith Packard <keithp@keithp.com>
25362 Date:   Fri Aug 24 00:33:38 2012 -0700
25363
25364     altos: Make cc1111 SPI pins configurable
25365     
25366     Allow either USART in any configuration. Still only supports one SPI
25367     bus though.
25368     
25369     Signed-off-by: Keith Packard <keithp@keithp.com>
25370
25371 commit 7a0ed0ff4192060854d69e640de2c30105eb2f62
25372 Author: Keith Packard <keithp@keithp.com>
25373 Date:   Fri Aug 24 00:27:13 2012 -0700
25374
25375     altos: Disable telefire 'pad' listener when testing radio
25376     
25377     Ensures that the radio testing won't block waiting for a firing mode
25378     packet to arrive.
25379     
25380     Signed-off-by: Keith Packard <keithp@keithp.com>
25381
25382 commit 659c0cd3ee4b9581c12ac2cd1b4162bf07a921ce
25383 Author: Keith Packard <keithp@keithp.com>
25384 Date:   Sun Aug 19 10:02:16 2012 -0700
25385
25386     altosui: Check for JRE 1.7 in Windows installer
25387     
25388     altosui runs fine with version 1.7 (on Linux at least), so allow that
25389     version to satisfy the java check instead of requiring the user to
25390     down-grade to 1.6
25391     
25392     Signed-off-by: Keith Packard <keithp@keithp.com>
25393
25394 commit ab1279cc6a683595631d7ac8bed7b36e0c8a691c
25395 Author: Keith Packard <keithp@keithp.com>
25396 Date:   Sat Aug 18 22:51:47 2012 -0700
25397
25398     Here's the button driver and event queue logic
25399     
25400     These were neglected in the commit which was supposed to include them
25401     
25402     Signed-off-by: Keith Packard <keithp@keithp.com>
25403
25404 commit 93db8febda03d9a02c5c1ccdc6ad44eaf00a433b
25405 Author: Keith Packard <keithp@keithp.com>
25406 Date:   Sat Aug 18 21:26:34 2012 -0700
25407
25408     altos: Add MMA655X driver
25409     
25410     Just debug code at this point, will complete on real hardware
25411     
25412     Signed-off-by: Keith Packard <keithp@keithp.com>
25413
25414 commit 8457ca81adc9d62a7ffe56a7c0c36f2fcadaa682
25415 Author: Keith Packard <keithp@keithp.com>
25416 Date:   Sat Aug 18 21:25:34 2012 -0700
25417
25418     altos/cc1111: Document SPI bus pin options
25419     
25420     Just a comment in the source code about which pins each option selects.
25421     
25422     Signed-off-by: Keith Packard <keithp@keithp.com>
25423
25424 commit f46d94ca5c969c88dd307d1b684d6fafa2157020
25425 Author: Keith Packard <keithp@keithp.com>
25426 Date:   Sat Aug 18 21:24:16 2012 -0700
25427
25428     altos: Use split SPI bus for MS5607 sensor
25429     
25430     Leave CS low while releasing the SPI bus when waiting for conversion
25431     complete -- other SPI bus users will use another set of pins.
25432     
25433     Signed-off-by: Keith Packard <keithp@keithp.com>
25434
25435 commit a1a48aa9ee0bf7fa6720b34c0f544485caea7cac
25436 Author: Keith Packard <keithp@keithp.com>
25437 Date:   Sat Aug 18 21:21:58 2012 -0700
25438
25439     altos: Allow STM SPI bus on multiple pin sets
25440     
25441     This allows multiple STM pin groups to be used for each SPI
25442     bus. Useful for the MS5607 sensor which signals conversion complete on
25443     the MISO line.
25444     
25445     Signed-off-by: Keith Packard <keithp@keithp.com>
25446
25447 commit 00abbbb79de67dc95176fe48b23ce3e8614e8d3a
25448 Author: Mike Beattie <mike@ethernal.org>
25449 Date:   Wed Aug 8 07:07:49 2012 +1200
25450
25451     ao-send-telem: make --realtime work
25452     
25453     (add "break;" to the case statement for options)
25454     
25455     Signed-off-by: Mike Beattie <mike@ethernal.org>
25456
25457 commit 9456332fc16269270a2e9b7ef0b54523800cfe27
25458 Merge: bd02349 4d4ad34
25459 Author: Mike Beattie <mike@ethernal.org>
25460 Date:   Wed Aug 8 06:49:15 2012 +1200
25461
25462     Merge branch 'master' of git://git.gag.com/fw/altos
25463
25464 commit 4d4ad34aec0c75c66162b992f1e52947e4685730
25465 Merge: c7f2285 8e4ebd1
25466 Author: Keith Packard <keithp@keithp.com>
25467 Date:   Tue Aug 7 11:48:20 2012 -0700
25468
25469     Merge remote-tracking branch 'mjb/master'
25470
25471 commit bd02349111ae0f39b320e6a10a330051ddc39fdf
25472 Merge: 8e4ebd1 c7f2285
25473 Author: Mike Beattie <mike@ethernal.org>
25474 Date:   Wed Aug 8 06:46:56 2012 +1200
25475
25476     Merge branch 'master' of git://git.gag.com/fw/altos
25477
25478 commit 8e4ebd1f6eb928b5cb7bcda4ed88851aa9e61bdf
25479 Author: Mike Beattie <mike@ethernal.org>
25480 Date:   Wed Aug 8 06:45:03 2012 +1200
25481
25482     Add ao-send-telem to .gitignore
25483     
25484     Signed-off-by: Mike Beattie <mike@ethernal.org>
25485
25486 commit c7f228503870c44dfd278ede8b0980dbac73d3c7
25487 Author: Keith Packard <keithp@keithp.com>
25488 Date:   Tue Aug 7 11:32:16 2012 -0700
25489
25490     altos: Fix .sdcdbrc file for telebt-v0.1
25491     
25492     Signed-off-by: Keith Packard <keithp@keithp.com>
25493
25494 commit c58f3d1a373b20fac3f51037008bcc40955f1348
25495 Author: Keith Packard <keithp@keithp.com>
25496 Date:   Tue Aug 7 11:30:47 2012 -0700
25497
25498     altos: Oops. Serial 1 stdin was busted by typo
25499     
25500     A typo in the symbol used to enable stdin wakeups from serial1 caused
25501     the input to pend until some other wakeup occurred.
25502     
25503     This also makes the serial1 hw flow control pin selects in config 2
25504     work right, although those aren't used by any current product
25505     
25506     Signed-off-by: Keith Packard <keithp@keithp.com>
25507
25508 commit 46f87373bc8c28442273ee4f8da3a352223150f5
25509 Author: Keith Packard <keithp@keithp.com>
25510 Date:   Mon Aug 6 22:53:52 2012 -0700
25511
25512     altos: Add button driver and event queue
25513     
25514     With this, a single task can wait for any button or quadrature input
25515     device.
25516     
25517     Signed-off-by: Keith Packard <keithp@keithp.com>
25518
25519 commit 11046bc89b3ce6386f1005fc8476b08f54d6f5fb
25520 Author: Keith Packard <keithp@keithp.com>
25521 Date:   Mon Aug 6 21:54:58 2012 -0700
25522
25523     altos: Support multiple quadrature encoders.
25524     
25525     Signed-off-by: Keith Packard <keithp@keithp.com>
25526
25527 commit 5f7e61c749b02ed16e368502062e39b0471e9257
25528 Author: Keith Packard <keithp@keithp.com>
25529 Date:   Mon Aug 6 20:20:32 2012 -0700
25530
25531     altos: Fix up quadrature driver
25532     
25533     Mostly works now, should work reliably with a bit of input filtering.
25534     
25535     Signed-off-by: Keith Packard <keithp@keithp.com>
25536
25537 commit ab379493dbe9923db8e458d2f4e0344df17d331c
25538 Author: Keith Packard <keithp@keithp.com>
25539 Date:   Mon Aug 6 19:35:02 2012 -0700
25540
25541     Signed-off-by: Keith Packard <keithp@keithp.com>
25542     
25543     altos: Test quadrature driver
25544
25545 commit b0b52ca73bc836336ecc70247a9ed1dd633920d9
25546 Author: Keith Packard <keithp@keithp.com>
25547 Date:   Mon Aug 6 19:34:34 2012 -0700
25548
25549     altos: Add quadrature driver
25550     
25551     Signed-off-by: Keith Packard <keithp@keithp.com>
25552
25553 commit 6171892fa32e8a662a494ec6ba28a82fddc68589
25554 Author: Keith Packard <keithp@keithp.com>
25555 Date:   Mon Aug 6 19:33:44 2012 -0700
25556
25557     altos: Add ao_gpio_get and ao_exti_set_mode
25558     
25559     Needed to support general GPIO interrupts
25560     
25561     Signed-off-by: Keith Packard <keithp@keithp.com>
25562
25563 commit de701d5a234cd21930cf92c9cabebb0e230da9b5
25564 Author: Keith Packard <keithp@keithp.com>
25565 Date:   Sun Aug 5 14:58:40 2012 -0700
25566
25567     altos: Build ao_kalman.h from cc1111 subdirs as needed
25568     
25569     Signed-off-by: Keith Packard <keithp@keithp.com>
25570
25571 commit fc9aed1ef3485d259722c9b89e19969e0afe257c
25572 Author: Mike Beattie <mike@ethernal.org>
25573 Date:   Sun Feb 26 22:30:09 2012 +1300
25574
25575     Adjust service to be persistent.
25576     
25577     * Run as a foreground service -> high priority
25578     * Notification set to display as "Ongoing".
25579     
25580     Changed logo to be in colour at keithp's request. Greyscale logos still present as *_g.png
25581     
25582     Signed-off-by: Mike Beattie <mike@ethernal.org>
25583
25584 commit b80d1f4e8a2df3ace64468a38a815a4f982aa179
25585 Author: Bdale Garbee <bdale@gag.com>
25586 Date:   Sun Jun 10 20:04:24 2012 -0600
25587
25588     move from Debian packaged sdcc to new cc1111 package forked from 2.9.0-5
25589
25590 commit 0f82021186565fda10df7893b95deae4a1f32778
25591 Author: Keith Packard <keithp@keithp.com>
25592 Date:   Sun Aug 5 12:17:25 2012 -0700
25593
25594     src/cc1111: Enable SPI slave mode
25595     
25596     This is untested...
25597     
25598     Signed-off-by: Keith Packard <keithp@keithp.com>
25599
25600 commit 39594fdb3e30a1a25dd894c217e3d9d773bab972
25601 Author: Keith Packard <keithp@keithp.com>
25602 Date:   Sun Aug 5 12:16:25 2012 -0700
25603
25604     src/cc1111: Allow serial0 without serial1
25605     
25606     The ao_serial_speed structure is needed by serial0 too.
25607     
25608     Signed-off-by: Keith Packard <keithp@keithp.com>
25609
25610 commit 2610b316eb939c1532061646b05207fcd54d984f
25611 Author: Keith Packard <keithp@keithp.com>
25612 Date:   Sun Aug 5 12:15:36 2012 -0700
25613
25614     src/cc1111: Add ao_gpio_set macro
25615     
25616     Allows general GPIO-using code to run on cc1111
25617     
25618     Signed-off-by: Keith Packard <keithp@keithp.com>
25619
25620 commit 82a37d70e3cacf792c1aa18f8c0d2a19d6f321ed
25621 Author: Keith Packard <keithp@keithp.com>
25622 Date:   Sat Aug 4 22:58:48 2012 -0700
25623
25624     altosui: Move 'implements Runnable' from AltosSerial to AltosLink
25625     
25626     AltosLink is the class providing the 'run' method, after all...
25627     
25628     Signed-off-by: Keith Packard <keithp@keithp.com>
25629
25630 commit af34baf5dc587bee4cffa699ef383f85dde8c7cd
25631 Author: Mike Beattie <mike@ethernal.org>
25632 Date:   Thu Aug 2 23:38:26 2012 +1200
25633
25634     Reduce size of textview.
25635     
25636     Signed-off-by: Mike Beattie <mike@ethernal.org>
25637
25638 commit 359d7353fd7b7d4d537db04c5e89724502333ff8
25639 Author: Mike Beattie <mike@ethernal.org>
25640 Date:   Thu Aug 2 22:09:24 2012 +1200
25641
25642     AltosDroid: Begin re-working Bluetooth code
25643     
25644     * Move to using explicit 'magic' UUID, rather than java reflection
25645     * Re-work UI to make it more useful for testing
25646     * Use Insecure RFCOMM only, and remove code that differentiates.
25647     
25648     Signed-off-by: Mike Beattie <mike@ethernal.org>
25649
25650 commit c5304ac976dd44344a0b70ae3622e1f2d112a147
25651 Author: Mike Beattie <mike@ethernal.org>
25652 Date:   Thu Aug 2 21:20:23 2012 +1200
25653
25654     Fix min/target SDK versions
25655     
25656     Signed-off-by: Mike Beattie <mike@ethernal.org>
25657
25658 commit 7481d06bebc2dc1473f451971d8b744c9da4e726
25659 Merge: 599e28b c56dead
25660 Author: Mike Beattie <mike@ethernal.org>
25661 Date:   Thu Aug 2 21:18:15 2012 +1200
25662
25663     Merge branch 'master' of ssh://mjb@git.ethernal.org/~/git/altos
25664
25665 commit 599e28b2242c79bdd0960ef16e580e51a2fa3795
25666 Author: Mike Beattie <mike@ethernal.org>
25667 Date:   Thu Aug 2 21:16:54 2012 +1200
25668
25669     Re-work external lib support for newer Android SDK
25670     
25671     * Remove older *.properties methods of locating lib dir
25672     * clean up Eclipse classpath file
25673     * adjust Makefile.am to link AltosLib.jar into libs/
25674     
25675     Signed-off-by: Mike Beattie <mike@ethernal.org>
25676
25677 commit c56dead72f65e7468017656347dba531ab2ca480
25678 Author: Mike Beattie <mike@ethernal.org>
25679 Date:   Tue Jul 31 20:05:35 2012 +1200
25680
25681     Ignore autogenerated file: altosui/Info.plist
25682     
25683     Signed-off-by: Mike Beattie <mike@ethernal.org>
25684
25685 commit fb79f8fb358f8df25674336cd558fc3998cb7d9e
25686 Author: Mike Beattie <mike@ethernal.org>
25687 Date:   Tue Jul 31 20:04:34 2012 +1200
25688
25689     Don't build ao-stmload if stlink is not available.
25690     
25691     Signed-off-by: Mike Beattie <mike@ethernal.org>
25692
25693 commit 2e7e304e67bc1e094282c8668fa8cccf09f9c9b4
25694 Author: Keith Packard <keithp@keithp.com>
25695 Date:   Sun Jul 29 19:48:08 2012 -0700
25696
25697     altos: Add driver for STM internal flash
25698     
25699     Signed-off-by: Keith Packard <keithp@keithp.com>
25700
25701 commit 843fcab46d633e5bb6959286adeb68e41a4c30a3
25702 Author: Keith Packard <keithp@keithp.com>
25703 Date:   Sun Jul 29 19:44:56 2012 -0700
25704
25705     altos: Add telefire-v0.1
25706     
25707     Signed-off-by: Keith Packard <keithp@keithp.com>
25708
25709 commit e4d244eefa4c779cd9c8a91389bf998c54705b72
25710 Author: Keith Packard <keithp@keithp.com>
25711 Date:   Sun Jul 29 19:42:53 2012 -0700
25712
25713     altos: Add software AES implementation
25714     
25715     This is untested
25716     
25717     Signed-off-by: Keith Packard <keithp@keithp.com>
25718
25719 commit 21e39811bd234c6f66ab7644864fcc1b8c316998
25720 Author: Keith Packard <keithp@keithp.com>
25721 Date:   Sun Jul 29 19:36:50 2012 -0700
25722
25723     altos/cc1111: Fix serial 0 option 2 pins definitions
25724     
25725     tx/rx are 4/5, rts/cts are 2/3
25726     
25727     Signed-off-by: Keith Packard <keithp@keithp.com>
25728
25729 commit 743dca54012758d3ae54312d542b34afa88495cd
25730 Author: Keith Packard <keithp@keithp.com>
25731 Date:   Sun Jul 29 19:35:15 2012 -0700
25732
25733     altosui: Remove duplicate values from info table. Add altitude
25734     
25735     No need to have state/call/serial/flight data, those are all in the
25736     header. Having altitude makes Monitor Idle slightly more useful.
25737     
25738     Signed-off-by: Keith Packard <keithp@keithp.com>
25739
25740 commit 0bf21399d3d47d58410df4c6ce89fc20fcd42c89
25741 Author: Keith Packard <keithp@keithp.com>
25742 Date:   Sun Jul 29 19:34:00 2012 -0700
25743
25744     altosui: Handle Monitor Idle errors better
25745     
25746     Deal with missing data by checking for MISSING in more places.
25747     Handle serial communication failures during send by reporting back
25748     from libaltos.
25749     
25750     Signed-off-by: Keith Packard <keithp@keithp.com>
25751
25752 commit 59588ba34159b27c02e1a886b46497ecfa0cf4d3
25753 Author: Keith Packard <keithp@keithp.com>
25754 Date:   Sun Jul 29 16:22:23 2012 -0700
25755
25756     Add ability to re-play telemetry through TeleDongle
25757     
25758     This adds a new command to TeleDongle to send arbitrary data, and then
25759     creates a new tool, 'ao-send-telem' that replays existing telemetry
25760     files through TeleDongle.
25761     
25762     Signed-off-by: Keith Packard <keithp@keithp.com>
25763
25764 commit 52e920bc7a98edf5c6f2ad0bd59d581011dcd5c9
25765 Author: Keith Packard <keithp@keithp.com>
25766 Date:   Sun Jul 22 15:18:27 2012 -0700
25767
25768     altos: Move ao_radio_cmac.c to core (it doesn't depend on hardware)
25769     
25770     Signed-off-by: Keith Packard <keithp@keithp.com>
25771
25772 commit 233ab58df8ac8e1fdeab8d4c2f6c8c9d3f6e7be1
25773 Author: Keith Packard <keithp@keithp.com>
25774 Date:   Sun Jul 22 11:53:44 2012 -0700
25775
25776     altosui: Move AltosIgnite.java to altoslib
25777     
25778     To be shared with altosdroid eventually
25779     
25780     Signed-off-by: Keith Packard <keithp@keithp.com>
25781
25782 commit 38f66a31174dd367e39d717c527f555add60a9d4
25783 Author: Keith Packard <keithp@keithp.com>
25784 Date:   Fri Jul 20 12:04:17 2012 -0700
25785
25786     tools: Use pkgconfig to find stlink for ao-stmload
25787     
25788     Signed-off-by: Keith Packard <keithp@keithp.com>
25789
25790 commit e033a72d3f420e18ed24354c7dfc7e1317a03fb6
25791 Author: Keith Packard <keithp@keithp.com>
25792 Date:   Fri Jul 20 11:08:22 2012 -0700
25793
25794     Add stlink pinout
25795     
25796     Signed-off-by: Keith Packard <keithp@keithp.com>
25797
25798 commit 15ebd9c75aa57572040e3b1ee41e6f3eb8cf92ee
25799 Author: Keith Packard <keithp@keithp.com>
25800 Date:   Thu Jul 19 09:46:20 2012 -0700
25801
25802     altosui: Delay starting KML output for flight and GPS coords
25803     
25804     Don't start outputing KML data until the telem record containing
25805     flight number and GPS coordinates are present.
25806     
25807     Signed-off-by: Keith Packard <keithp@keithp.com>
25808
25809 commit ada6f2dfc045e77cb9499f20cdec1b4a54ef0db1
25810 Author: Robert Garbee <robert@gag.com>
25811 Date:   Wed Jul 18 18:41:00 2012 -0600
25812
25813     telescience: correctly calculating rate values with higher resolution
25814
25815 commit e2b472bbb2418fc13be42dbc7c52beb88479c46d
25816 Merge: 75d6aa6 b242f27
25817 Author: Robert Garbee <robert@gag.com>
25818 Date:   Wed Jul 18 14:25:27 2012 -0600
25819
25820     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
25821
25822 commit 75d6aa6f798606f1a6c5a46542065dda81e63b2a
25823 Author: Robert Garbee <robert@gag.com>
25824 Date:   Wed Jul 18 14:24:05 2012 -0600
25825
25826     ICP3 working
25827
25828 commit 49b1ff4c614d24977b33cd17b583acc87acff476
25829 Author: Robert Garbee <robert@gag.com>
25830 Date:   Wed Jul 18 13:41:27 2012 -0600
25831
25832     Timer 3 working with slower clock and all 16 bits.
25833
25834 commit b242f2756a8d9419a9bdba890b9e6b73560bdc19
25835 Author: Keith Packard <keithp@keithp.com>
25836 Date:   Wed Jul 18 00:03:54 2012 -0700
25837
25838     altosdroid: Start adding an AltosLink subclass for android
25839     
25840     Will talks over bluetooth while providing an AltosLink APi
25841     
25842     Signed-off-by: Keith Packard <keithp@keithp.com>
25843
25844 commit f164e48cbeff521d45737794e2046a08322951d6
25845 Author: Keith Packard <keithp@keithp.com>
25846 Date:   Wed Jul 18 00:01:51 2012 -0700
25847
25848     altosui: Make scan UI handle incremental telem data
25849     
25850     The new telem format doesn't send everything in each telem packet, so
25851     we need to handle updating information incrementally in the scan
25852     results. This involved clearing old scan data when switching
25853     frequencies and then updating existing entries with new data as it arrives.
25854     
25855     Signed-off-by: Keith Packard <keithp@keithp.com>
25856
25857 commit a698cd68968fc0be5f96b1729cdea2f65d2ccbf6
25858 Author: Keith Packard <keithp@keithp.com>
25859 Date:   Tue Jul 17 23:59:13 2012 -0700
25860
25861     altos: Toggling telemetry monitoring would replay the telem queue
25862     
25863     Using the 'm' command to turn telem off and back on would end up going
25864     around the whole telemetry queue replaying everything there as the
25865     wait loop would exit when disabling monitoring even if the ring was empty.
25866     
25867     Signed-off-by: Keith Packard <keithp@keithp.com>
25868
25869 commit 9fd5e3c28fb0fd6da8641e7dd18b9912866d1b75
25870 Author: Keith Packard <keithp@keithp.com>
25871 Date:   Tue Jul 17 21:06:07 2012 -0700
25872
25873     altos: With debug cables disconnected, CC1120 seems happy at +16dBm
25874     
25875     Let's see how it goes...
25876     
25877     Signed-off-by: Keith Packard <keithp@keithp.com>
25878
25879 commit 700818c8ff0518e79bff2f0e80b2cc3cb3b48bf0
25880 Author: Keith Packard <keithp@keithp.com>
25881 Date:   Tue Jul 17 21:04:58 2012 -0700
25882
25883     altosui: Accept variations in spacing for igniter status reply
25884     
25885     Megametrum uses different white space; just deal with it here.
25886     
25887     Signed-off-by: Keith Packard <keithp@keithp.com>
25888
25889 commit f6921c9040b1f1fc4408d163532b0695a3611195
25890 Author: Keith Packard <keithp@keithp.com>
25891 Date:   Tue Jul 17 21:04:23 2012 -0700
25892
25893     altoslib: Move idle monitor managing code to altoslib
25894     
25895     More stuff to be shared (potentially)
25896     
25897     Signed-off-by: Keith Packard <keithp@keithp.com>
25898
25899 commit b4be63627e146c7c868b5b3468d34880a561cfba
25900 Author: Keith Packard <keithp@keithp.com>
25901 Date:   Tue Jul 17 20:44:55 2012 -0700
25902
25903     altos: Megametrum ADC values are 12 bits, discard low 4 for telemetry
25904     
25905     We've only got space for 8 bits for the ADC values for pyro channels,
25906     discard the low 4 bits instead of the low 8 bits.
25907     
25908     Signed-off-by: Keith Packard <keithp@keithp.com>
25909
25910 commit 97c1cfee929a35dd1596dc02ce519b80132f3c5c
25911 Author: Keith Packard <keithp@keithp.com>
25912 Date:   Tue Jul 17 20:43:31 2012 -0700
25913
25914     altoslib: Don't use MISSING values in max computations
25915     
25916     Early telemetry state may be missing critical data, don't use MISSING
25917     values in computing max ranges.
25918     
25919     Signed-off-by: Keith Packard <keithp@keithp.com>
25920
25921 commit 99b7eaf8d1b312443b842d078fb8464032b3a39b
25922 Author: Keith Packard <keithp@keithp.com>
25923 Date:   Tue Jul 17 20:42:42 2012 -0700
25924
25925     altoslib: Fix MM conversion functions
25926     
25927     Pressure is already reported in Pa, no need to convert that.
25928     Voltage divider computations were backwards.
25929     
25930     Signed-off-by: Keith Packard <keithp@keithp.com>
25931
25932 commit e93c6bcc799d76d4ff425815e2601a25e6796229
25933 Author: Robert Garbee <robert@gag.com>
25934 Date:   Tue Jul 17 13:23:48 2012 -0600
25935
25936     first work on PWM input to TeleScience, 'p' command displays timer 1
25937
25938 commit a5d873d47b3b16ca32559b4de668bf07b25eddb0
25939 Author: Keith Packard <keithp@keithp.com>
25940 Date:   Tue Jul 17 01:24:52 2012 -0700
25941
25942     altos: Place STM config values at fixed addresses for re-use
25943     
25944     Just like cc1111, stick the serial number and radio calibration values
25945     at known fixed addresses so that when re-flashing the board, we can go
25946     find the existing values.
25947     
25948     Signed-off-by: Keith Packard <keithp@keithp.com>
25949
25950 commit 20877ae9de8bb5d3a29e2a96024e53afbd396f55
25951 Author: Keith Packard <keithp@keithp.com>
25952 Date:   Tue Jul 17 01:18:45 2012 -0700
25953
25954     Add ao-stmload tool
25955     
25956     This loads an ELF image through the STlink programming interface using
25957     the stlink utility library
25958     
25959     Signed-off-by: Keith Packard <keithp@keithp.com>
25960
25961 commit eda636c5f309b85282b4142118ee65673d28d137
25962 Author: Keith Packard <keithp@keithp.com>
25963 Date:   Mon Jul 16 15:36:20 2012 -0700
25964
25965     altosui: Skip unknown data when parsing ADC for idle monitoring
25966     
25967     This resolves an infinite loop when talking to megametrum.
25968     
25969     Signed-off-by: Keith Packard <keithp@keithp.com>
25970
25971 commit 52196975c447851f14619213c1de5101d334eebc
25972 Author: Keith Packard <keithp@keithp.com>
25973 Date:   Mon Jul 16 15:35:11 2012 -0700
25974
25975     altosui: Move serial datastream parser to altoslib
25976     
25977     instead of having it in altosui
25978     
25979     Signed-off-by: Keith Packard <keithp@keithp.com>
25980
25981 commit 0edb5616a70fd480317acc99ec3c28c662aa8556
25982 Author: Keith Packard <keithp@keithp.com>
25983 Date:   Mon Jul 16 15:34:01 2012 -0700
25984
25985     altos: megametrum depends on ao_companion.h
25986     
25987     Signed-off-by: Keith Packard <keithp@keithp.com>
25988
25989 commit 5860f75677ee20fcf35ab89a6b62f3e14a1c32f5
25990 Author: Keith Packard <keithp@keithp.com>
25991 Date:   Mon Jul 16 15:32:26 2012 -0700
25992
25993     altos: Enable pyro channel control in telepyro
25994     
25995     This should make the board actually work now.
25996     
25997     Signed-off-by: Keith Packard <keithp@keithp.com>
25998
25999 commit 3ce645a79b54e22d7835c6e390a22a5ad501a339
26000 Author: Keith Packard <keithp@keithp.com>
26001 Date:   Mon Jul 16 15:30:29 2012 -0700
26002
26003     altos: Add manual firing command for extra pyro channels
26004     
26005     In parallel with the existing igniter commands, this tests the
26006     programmable pyro channels
26007     
26008     Signed-off-by: Keith Packard <keithp@keithp.com>
26009
26010 commit 6581eefbdbd8d3e94f615bdf11652a000d131c8e
26011 Author: Keith Packard <keithp@keithp.com>
26012 Date:   Mon Jul 16 15:27:58 2012 -0700
26013
26014     altos: Use 'HAS_ORIENT' to enable orientation selection in pyro code
26015     
26016     Don't expose orientation options when no orientation data is available
26017     
26018     Signed-off-by: Keith Packard <keithp@keithp.com>
26019
26020 commit 1887ca3d7d4a0259686f8c1e68d1e47c47b4ab84
26021 Author: Keith Packard <keithp@keithp.com>
26022 Date:   Mon Jul 16 15:25:47 2012 -0700
26023
26024     altos: Pass flight dynamics to companion boards
26025     
26026     Necessary for TelePyro
26027     
26028     Signed-off-by: Keith Packard <keithp@keithp.com>
26029
26030 commit 90507d4f7ef77b0870a032b1d9809898c2924721
26031 Author: Keith Packard <keithp@keithp.com>
26032 Date:   Mon Jul 16 15:24:21 2012 -0700
26033
26034     altos: Make ao_tick_count visible
26035     
26036     Necessary to fetch it when interrupts are already disabled as we can't
26037     call ao_time then.
26038     
26039     Signed-off-by: Keith Packard <keithp@keithp.com>
26040
26041 commit 184e2ff4790974733df57facdeeb96bfe692ab54
26042 Author: Keith Packard <keithp@keithp.com>
26043 Date:   Mon Jul 16 15:21:21 2012 -0700
26044
26045     altos: Remove some debug code from avr ADC driver
26046     
26047     Signed-off-by: Keith Packard <keithp@keithp.com>
26048
26049 commit e7ca3a7849b3cbbb38143d35fe86972290bd4e61
26050 Author: Keith Packard <keithp@keithp.com>
26051 Date:   Mon Jul 16 15:18:12 2012 -0700
26052
26053     altos: Make sure telepyro ao_product.h is built before .o files
26054     
26055     Signed-off-by: Keith Packard <keithp@keithp.com>
26056
26057 commit 4de789331098abc24abcb9390a35aef889a41784
26058 Author: Keith Packard <keithp@keithp.com>
26059 Date:   Mon Jul 16 14:47:53 2012 -0700
26060
26061     altos: Make storage addresses datatype configurable
26062     
26063     No sense using 32 bits for tiny hardware
26064     
26065     Signed-off-by: Keith Packard <keithp@keithp.com>
26066
26067 commit 84d5e00d417af4924594908d19346bb965089cdd
26068 Author: Keith Packard <keithp@keithp.com>
26069 Date:   Mon Jul 16 14:44:40 2012 -0700
26070
26071     src: Add driver for AVR internal eeprom. Use for telepyro config.
26072     
26073     Signed-off-by: Keith Packard <keithp@keithp.com>
26074
26075 commit 2a23030031c31267fc4f14accd9220f285c03b61
26076 Author: Keith Packard <keithp@keithp.com>
26077 Date:   Mon Jul 16 14:40:49 2012 -0700
26078
26079     altos: No space for pyro help on TP v0.1
26080     
26081     AVR doesn't have enough ram to hold the help messages, and we can't
26082     use them in flash.
26083     
26084     Signed-off-by: Keith Packard <keithp@keithp.com>
26085
26086 commit 366217e86a4c353012b5102322ee6927f7b27a21
26087 Author: Keith Packard <keithp@keithp.com>
26088 Date:   Mon Jul 16 14:39:05 2012 -0700
26089
26090     altos: Remove unused 'func' from ao_config_set
26091     
26092     Signed-off-by: Keith Packard <keithp@keithp.com>
26093
26094 commit 81b7b58c9df01847fa47747deeff8c3c91304ad1
26095 Author: Keith Packard <keithp@keithp.com>
26096 Date:   Mon Jul 16 14:37:58 2012 -0700
26097
26098     altos/avr: Remove debugging command from USB driver
26099     
26100     Signed-off-by: Keith Packard <keithp@keithp.com>
26101
26102 commit 42a51becf4b76f23dbd4f5f80f8879ce696aa543
26103 Author: Keith Packard <keithp@keithp.com>
26104 Date:   Mon Jul 16 14:36:51 2012 -0700
26105
26106     altos/avr: Remove debugging printf in avr stdio startup
26107     
26108     Signed-off-by: Keith Packard <keithp@keithp.com>
26109
26110 commit 0cfd22baa6af44e053428c30c1a95cf5551b68af
26111 Author: Keith Packard <keithp@keithp.com>
26112 Date:   Sat Jul 14 02:44:17 2012 -0700
26113
26114     src: Add explicit 'pin' argument to ao_enable_output
26115     
26116     This lets the cc1111 use the atomic bit operation instead of a mask,
26117     which is immune to interrupt issues as well as being a shorter code sequence.
26118     
26119     Signed-off-by: Keith Packard <keithp@keithp.com>
26120
26121 commit 37032e4b0cbac4c823e3dd18e60ad8900e9ceff1
26122 Author: Keith Packard <keithp@keithp.com>
26123 Date:   Sat Jul 14 01:29:50 2012 -0700
26124
26125     altos/megametrum: Support the four additional pyro channels
26126     
26127     These use the new pyro code to allow for some flexibility in programming.
26128     
26129     Signed-off-by: Keith Packard <keithp@keithp.com>
26130
26131 commit 82b50fc1b7f2c6af7264fbad2c35508abc15e81e
26132 Author: Keith Packard <keithp@keithp.com>
26133 Date:   Sat Jul 14 01:28:55 2012 -0700
26134
26135     altos/stm: Expose ao_gpio_set which sets a specific GPIO pin
26136     
26137     Will need versions for other architectures
26138     
26139     Signed-off-by: Keith Packard <keithp@keithp.com>
26140
26141 commit 726e0f2c547b6bae1f1e640e2c1155c0b9631a9b
26142 Author: Keith Packard <keithp@keithp.com>
26143 Date:   Sat Jul 14 01:28:31 2012 -0700
26144
26145     stm: running out of memory in MM -- reduce stack to 668 bytes
26146     
26147     Signed-off-by: Keith Packard <keithp@keithp.com>
26148
26149 commit d90587535676f9492f0fde6b974353158104ef88
26150 Author: Keith Packard <keithp@keithp.com>
26151 Date:   Sat Jul 14 01:26:38 2012 -0700
26152
26153     altos: Add arbitrary pyro channel support
26154     
26155     Programmed by specifying a conjunction of flight conditions that
26156     trigger the igniter to fire.
26157     
26158     Signed-off-by: Keith Packard <keithp@keithp.com>
26159
26160 commit 09633cac697e37d770b2b666ab20cab30628484f
26161 Author: Keith Packard <keithp@keithp.com>
26162 Date:   Sat Jul 14 01:24:14 2012 -0700
26163
26164     altos/stm: Force STM stack to start at the top of RAM
26165     
26166     Using a fixed size means crashing if there's not enough space for
26167     that, or wasting memory if there's too much.
26168     
26169     Signed-off-by: Keith Packard <keithp@keithp.com>
26170
26171 commit b5f6d4e5251a825395c93916afa3af659c678498
26172 Author: Keith Packard <keithp@keithp.com>
26173 Date:   Wed Jul 11 19:15:32 2012 -0700
26174
26175     altosui: Abstract remote connection timeout stuff
26176     
26177     This moves some of the logic for managing when to present the 'cancel'
26178     dialog for remote operations to altoslib.
26179     
26180     Signed-off-by: Keith Packard <keithp@keithp.com>
26181
26182 commit f078a591cf2fafe89bb1bb883f49d80750129d44
26183 Author: Keith Packard <keithp@keithp.com>
26184 Date:   Wed Jul 11 14:28:53 2012 -0700
26185
26186     altosui: Remove a bunch of debugging printfs
26187     
26188     These aren't useful at this point.
26189     
26190     Signed-off-by: Keith Packard <keithp@keithp.com>
26191
26192 commit 846a6298e4a8bfbe87bb24d7b0802c0bf6f233be
26193 Author: Keith Packard <keithp@keithp.com>
26194 Date:   Wed Jul 11 13:53:30 2012 -0700
26195
26196     Report RSSI values in monitor idle UI (trac #44)
26197     
26198     This adds a new 's' command to TeleDongle to report RSSI value from last
26199     received packet, and then has AltosUI request that value when closing
26200     the remote link.
26201     
26202     Signed-off-by: Keith Packard <keithp@keithp.com>
26203
26204 commit cf44ea354c2d1780cee343132c6058e11e9eefa3
26205 Author: Keith Packard <keithp@keithp.com>
26206 Date:   Wed Jul 11 13:52:32 2012 -0700
26207
26208     altos: Fix gcc compiler warnings in GPS code
26209     
26210     unused variables and mis-matches in printf format codes.
26211     
26212     Signed-off-by: Keith Packard <keithp@keithp.com>
26213
26214 commit fe70611c3c7d4b8cce3b5292f0ec549f3191bf86
26215 Author: Keith Packard <keithp@keithp.com>
26216 Date:   Wed Jul 11 13:50:56 2012 -0700
26217
26218     altos: Create macros to convert from/to radio RSSI representation
26219     
26220     AO_RSSI_FROM_RADIO and AO_RADIO_FROM_RSSI.
26221     
26222     Removes a bunch of open-coded versions of the same function.
26223     
26224     Signed-off-by: Keith Packard <keithp@keithp.com>
26225
26226 commit 18431c88c8a6cb267922b97192e8b7ddb88d0e7e
26227 Author: Keith Packard <keithp@keithp.com>
26228 Date:   Wed Jul 11 13:49:26 2012 -0700
26229
26230     altos: Have 'make clean' remove all programs, even old ones
26231     
26232     This makes sure that changing version numbers doesn't leave old
26233     compiled output lying around.
26234     
26235     Signed-off-by: Keith Packard <keithp@keithp.com>
26236
26237 commit 726f47c8a07f060aed930e1d102a1e8b5a5c7aed
26238 Author: Keith Packard <keithp@keithp.com>
26239 Date:   Wed Jul 11 13:47:25 2012 -0700
26240
26241     altos: remove optimization for 'help' that confuses cc1111 compiler
26242     
26243     The cc1111 compiler gets this very wrong and prints piles of garbage
26244     
26245     Signed-off-by: Keith Packard <keithp@keithp.com>
26246
26247 commit 7be98836e69a222b2f9f4baacddcf12d168e2207
26248 Author: Keith Packard <keithp@keithp.com>
26249 Date:   Wed Jul 11 13:40:54 2012 -0700
26250
26251     Add megametrum outline to doc dir
26252     
26253     And install it alongside telemetrum-outline
26254     
26255     Signed-off-by: Keith Packard <keithp@keithp.com>
26256
26257 commit cc5d106f014f714a9a2d5f595a2de0da8f7da80a
26258 Author: Keith Packard <keithp@keithp.com>
26259 Date:   Wed Jul 11 13:40:07 2012 -0700
26260
26261     altos: Ignore megametrum built files
26262     
26263     Signed-off-by: Keith Packard <keithp@keithp.com>
26264
26265 commit 675ccd41e3b668cd4e1d2dd282dd317a00d00151
26266 Author: Keith Packard <keithp@keithp.com>
26267 Date:   Wed Jul 11 00:35:21 2012 -0700
26268
26269     Get AltOS version numbers into Mac 'about' dialog
26270     
26271     Generate Info.plist from Info.plist.in to correctly set the VERSION
26272     information. This also changes some strings around to make them look better
26273     
26274     Signed-off-by: Keith Packard <keithp@keithp.com>
26275
26276 commit 46407f7f3e4d2b6e74b3a2e90b38736a792cfc54
26277 Author: Keith Packard <keithp@keithp.com>
26278 Date:   Tue Jul 10 22:41:59 2012 -0700
26279
26280     altos: Force 434.550Mhz by connecting  debug gnd and clk (trac #41)
26281     
26282     Check for pin P2_2 low at startup and set the frequency to
26283     434.550MHz. This value won't get written to flash, so rebooting again
26284     will restore the configured frequency.
26285     
26286     Signed-off-by: Keith Packard <keithp@keithp.com>
26287
26288 commit aa305da7e5dc182c99c09e422c053d85ed48d5d5
26289 Author: Keith Packard <keithp@keithp.com>
26290 Date:   Tue Jul 10 22:09:44 2012 -0700
26291
26292     altos: Continuously update ground state while on pad (trac #42)
26293     
26294     Average data for 5 seconds, wait 5 seconds and if still in pad mode,
26295     replace the existing data with the new data. This should avoid
26296     averaging in boost data while still keeping things reasonably current.
26297     
26298     Signed-off-by: Keith Packard <keithp@keithp.com>
26299
26300 commit 0b92164143aaf0d2aa3d5d742484391c16545289
26301 Author: Keith Packard <keithp@keithp.com>
26302 Date:   Tue Jul 10 22:08:28 2012 -0700
26303
26304     altos: Set HAS_FLIGHT_DEBUG=1 to include the flight debugging commands
26305     
26306     This leaves USB enabled, and adds the 'F' command to dump
26307     internal flight state.
26308     
26309     Signed-off-by: Keith Packard <keithp@keithp.com>
26310
26311 commit fb60d87b02c0fc83a0b4268212f0b6b740c984e3
26312 Author: Keith Packard <keithp@keithp.com>
26313 Date:   Tue Jul 10 20:35:19 2012 -0700
26314
26315     altos: Signal continuity over radio in pad mode (trac #40)
26316     
26317     This is especially useful for telemini which has no beeper, allowing
26318     you to hear the continuity signal while at the pad over the air.
26319     
26320     Signed-off-by: Keith Packard <keithp@keithp.com>
26321
26322 commit bca72b782a2909ecedef15ad589292647221ca56
26323 Author: Keith Packard <keithp@keithp.com>
26324 Date:   Tue Jul 10 20:34:02 2012 -0700
26325
26326     altos: Add 'void' parameter to ao_fec_decode callback parameter
26327     
26328     This keeps the compiler from whinging about the lack of a prototype.
26329     
26330     Signed-off-by: Keith Packard <keithp@keithp.com>
26331
26332 commit aafa8859ecb27383f697b98f6991643b44f4721a
26333 Author: Keith Packard <keithp@keithp.com>
26334 Date:   Tue Jul 10 20:32:31 2012 -0700
26335
26336     altos: Save some memory.
26337     
26338     A few minor space savings in ao_cmd.c and ao_config.c.  Don't build
26339     unused conversion functions ao_altitude_to_pres and ao_temp_to_dC
26340     
26341     Signed-off-by: Keith Packard <keithp@keithp.com>
26342
26343 commit a60c5a728530e4659a6750d8d5b87000735d4531
26344 Author: Keith Packard <keithp@keithp.com>
26345 Date:   Tue Jul 10 15:15:00 2012 -0700
26346
26347     altos: Improve ao_flight_test a bit
26348     
26349     Add -i flag to include flight description
26350     Have run-tests know how many failures to expect
26351     Add run_baro to plot a single flight using the baro-only mode
26352     
26353     Signed-off-by: Keith Packard <keithp@keithp.com>
26354
26355 commit b89d37d357273b97050c00d7fe12022e32799fa8
26356 Author: Keith Packard <keithp@keithp.com>
26357 Date:   Tue Jul 10 15:13:55 2012 -0700
26358
26359     altos: add some (unused) test code for different soft-decision sizes
26360     
26361     This lets us experiment with hard-decision and other possible
26362     soft_decision bit depths.
26363     
26364     Signed-off-by: Keith Packard <keithp@keithp.com>
26365
26366 commit 6694cedd560a7ea9520ef11472c2770b489187c0
26367 Author: Keith Packard <keithp@keithp.com>
26368 Date:   Tue Jul 10 15:13:18 2012 -0700
26369
26370     altos: Eliminate compiler warnings when building ao_flight_test
26371     
26372     We turn on a pile of warnings for that.
26373     
26374     Signed-off-by: Keith Packard <keithp@keithp.com>
26375
26376 commit 1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099
26377 Author: Keith Packard <keithp@keithp.com>
26378 Date:   Tue Jul 10 15:11:36 2012 -0700
26379
26380     altos: Rename *_mm.c back to *.c
26381     
26382     Was just a temporary hack to keep cc1111 products building during MM development.
26383     
26384     Signed-off-by: Keith Packard <keithp@keithp.com>
26385
26386 commit 702ca87983594880d7926d2317d63802af82746e
26387 Author: Keith Packard <keithp@keithp.com>
26388 Date:   Tue Jul 10 15:07:34 2012 -0700
26389
26390     altos: remove stale ao_flight.c and ao_sample.c
26391     
26392     The mega-metrum versions are now the official versions
26393     
26394     Signed-off-by: Keith Packard <keithp@keithp.com>
26395
26396 commit 31b05454ec8d90b89fa3039563ff0e86ae80b2a0
26397 Author: Keith Packard <keithp@keithp.com>
26398 Date:   Tue Jul 3 21:02:20 2012 -0700
26399
26400     altos: Move profiling settings to Makefile
26401     
26402     Instead of splitting the changes across Makefile and ao_pins.h, put
26403     them both in Makefile to simplify enabling profiling.
26404     
26405     Signed-off-by: Keith Packard <keithp@keithp.com>
26406
26407 commit 939ad8bfd640ed55116703a58f87af06e75ef87e
26408 Author: Keith Packard <keithp@keithp.com>
26409 Date:   Tue Jul 3 21:01:01 2012 -0700
26410
26411     altos: Crank up the gaussian noise in the FEC test
26412     
26413     This lets us check to make sure our receive performance isn't
26414     degrading at all, instead of just making sure we can receive
26415     perfect packets well.
26416     
26417     Signed-off-by: Keith Packard <keithp@keithp.com>
26418
26419 commit e8ab00cc45e48230e3b2018ce959114d3fedd228
26420 Author: Keith Packard <keithp@keithp.com>
26421 Date:   Tue Jul 3 20:59:35 2012 -0700
26422
26423     altos: Viterbi performance improvments. Down to 5.7ms for command decode
26424     
26425     Stealing more of Phil's good ideas, decoding a command mode packet has
26426     been reduced from 9ms to 5.7ms. Lots more comments to help future-me
26427     figure out how this code works.
26428     
26429     Signed-off-by: Keith Packard <keithp@keithp.com>
26430
26431 commit ea957f9e6144f8411ac84ee2905700f55f5a6e8a
26432 Author: Keith Packard <keithp@keithp.com>
26433 Date:   Tue Jul 3 00:29:43 2012 -0700
26434
26435     altosui: Fix flight data download for TM. Look for MM flights when graphing
26436     
26437     A couple of minor fixes, the first to not force the log format so that
26438     TM/Tm data will be downloaded correctly and the second to expand the
26439     set of files to include '.mega' files when plotting data.
26440     
26441     Signed-off-by: Keith Packard <keithp@keithp.com>
26442
26443 commit 933fc7e4c2f617e49e1cfdf45b83695290b51456
26444 Author: Keith Packard <keithp@keithp.com>
26445 Date:   Mon Jul 2 23:44:10 2012 -0700
26446
26447     altos: Do not block igniters on the radio mutex.
26448     
26449     Blocking igniters on the radio mutex fails when doing igniter testing
26450     over the RF link; the packet receiver task will never release the
26451     mutex and the CPU at the same time, causing the system to lock up.
26452     
26453     Signed-off-by: Keith Packard <keithp@keithp.com>
26454
26455 commit 50b343d389039eae082e82b8ac0b76ae3e2b3ad4
26456 Author: Bdale Garbee <bdale@gag.com>
26457 Date:   Sun Jul 1 23:24:20 2012 -0600
26458
26459     extend cross-compiler availability logic to all target CPUs, not just ARM
26460
26461 commit f0ec8416f2e308e40e1b9f34a7c2549989fee5fb
26462 Author: Bdale Garbee <bdale@gag.com>
26463 Date:   Sat Jun 30 13:00:33 2012 -0600
26464
26465     conditionalize build of ARM binaries on presence of arm-none-eabi-gcc in PATH
26466
26467 commit edbc5d27c8c2936b59ff5289276d9198b501ebc8
26468 Author: Keith Packard <keithp@keithp.com>
26469 Date:   Thu Jun 28 17:43:36 2012 -0700
26470
26471     altos: Declare cc1111 accel_ref as unsigned so the math works
26472     
26473     If accel_ref is signed, then the careful shifting and dividing dance
26474     necessary to correct for changes in the relationship between the 5V
26475     and 3.3V supplies always generates zero.
26476     
26477     Signed-off-by: Keith Packard <keithp@keithp.com>
26478
26479 commit ccf64117662fc800a07b3a25e52255b80f8b5eaf
26480 Author: Keith Packard <keithp@keithp.com>
26481 Date:   Thu Jun 28 16:42:59 2012 -0700
26482
26483     Update version to 1.0.9.6
26484     
26485     Signed-off-by: Keith Packard <keithp@keithp.com>
26486
26487 commit ca1bc20735a170a77066f5f37e0ad728899a3989
26488 Author: Keith Packard <keithp@keithp.com>
26489 Date:   Thu Jun 28 16:05:56 2012 -0700
26490
26491     altos: Disable MS5607 interrupt in the handler
26492     
26493     Avoids having the interrupt re-raised multiple times until the reading
26494     task finally wakes up.
26495     
26496     Signed-off-by: Keith Packard <keithp@keithp.com>
26497
26498 commit 572e1664938c7ce6c308b36779f6a412959e03f1
26499 Author: Keith Packard <keithp@keithp.com>
26500 Date:   Wed Jun 27 23:11:27 2012 -0700
26501
26502     altos: Track missed HMC5883 interrupts
26503     
26504     When it fails to signal conversion complete to the CPU, keep track of
26505     that and report it with the rest of the current data.
26506     
26507     Signed-off-by: Keith Packard <keithp@keithp.com>
26508
26509 commit 79dbe1a5e46d7f0b8929400897631ab969cd2bc0
26510 Author: Keith Packard <keithp@keithp.com>
26511 Date:   Wed Jun 27 23:09:16 2012 -0700
26512
26513     altos: Increase default STM stack to 648 bytes
26514     
26515     512 seems cozy given the printf implementation we're using and the
26516     extensive interrupts.
26517     
26518     Signed-off-by: Keith Packard <keithp@keithp.com>
26519
26520 commit aab7b31b71aa7c87c5a5003084e4b7773c30835f
26521 Author: Keith Packard <keithp@keithp.com>
26522 Date:   Wed Jun 27 23:05:36 2012 -0700
26523
26524     altos: panic if MPU6000 self test fails
26525     
26526     Don't try to fly if the board isn't working right.
26527     
26528     Signed-off-by: Keith Packard <keithp@keithp.com>
26529
26530 commit f9f65211c378849270a6138fda05ed2a166f7d82
26531 Author: Keith Packard <keithp@keithp.com>
26532 Date:   Wed Jun 27 23:04:25 2012 -0700
26533
26534     altos: Disable mag sensor for megametrum
26535     
26536     It doesn't work unless USB is connected or occasionally while the
26537     debug port is enabled. It's mystic.
26538     
26539     Signed-off-by: Keith Packard <keithp@keithp.com>
26540
26541 commit dd623b21cb904238c6d903b6936ff2f8ebf6f339
26542 Author: Keith Packard <keithp@keithp.com>
26543 Date:   Wed Jun 27 23:03:33 2012 -0700
26544
26545     altos: Allow megametrum to be built without using the mag sensor
26546     
26547     I'm having trouble getting it working reliably, so we'll like disable it
26548     for now. This patch makes that possible.
26549     
26550     Signed-off-by: Keith Packard <keithp@keithp.com>
26551
26552 commit bd21c050fd8b96b33ab6859c942bf55cf2b91868
26553 Author: Keith Packard <keithp@keithp.com>
26554 Date:   Wed Jun 27 19:47:52 2012 -0700
26555
26556     altos: Make profiling Viterbi decoder more useful
26557     
26558     This blocks starting the decoder until all of the data have arrived so
26559     that the time spent in the decoder is easily computed.
26560     
26561     Signed-off-by: Keith Packard <keithp@keithp.com>
26562
26563 commit 407cefae9cb95c5910b3bd79851776c48729e06b
26564 Author: Keith Packard <keithp@keithp.com>
26565 Date:   Wed Jun 27 19:45:22 2012 -0700
26566
26567     altos: Unroll viterbi state loop for >30% performance boost
26568     
26569     9.3ms vs 14.7ms, a clear win.
26570     
26571     Signed-off-by: Keith Packard <keithp@keithp.com>
26572
26573 commit 4f258fe565dc3e58b83761bfa1a2276946012163
26574 Author: Keith Packard <keithp@keithp.com>
26575 Date:   Wed Jun 27 17:18:57 2012 -0700
26576
26577     altos: Clean up STM I2C clock computations
26578     
26579     Fix both clock time and rise time.
26580     
26581     Signed-off-by: Keith Packard <keithp@keithp.com>
26582
26583 commit 84f9a525c64491afa9b7a565e3c10a4cee106e14
26584 Author: Keith Packard <keithp@keithp.com>
26585 Date:   Wed Jun 27 17:17:44 2012 -0700
26586
26587     altos: Clean up radio CRC handling
26588     
26589     Make the FEC code just set the CRC_OK bit like the cc1111 radio does;
26590     eliminates a bunch of weird conventions across the FEC API.
26591     
26592     Signed-off-by: Keith Packard <keithp@keithp.com>
26593
26594 commit b0b7f5da2d29716959c6793d744e47a3d435c247
26595 Author: Keith Packard <keithp@keithp.com>
26596 Date:   Wed Jun 27 14:38:35 2012 -0700
26597
26598     altos: get MPU6000 I2C link working reliably
26599     
26600     This slows the i2c bus to 100kHz (yuck), sets the rise time to spec
26601     (it was way off) and adds more delays during bus setup. I've run this
26602     for hours now without trouble. Will try to adjust things back to fast
26603     mode and see if I can make that work as 100kHz isn't fast enough to
26604     reliably get data at 100 samples/sec.
26605     
26606     Signed-off-by: Keith Packard <keithp@keithp.com>
26607
26608 commit e63d624f9670b5e2e002fcd5f24b80cf7f1effdf
26609 Author: Keith Packard <keithp@keithp.com>
26610 Date:   Wed Jun 27 14:35:56 2012 -0700
26611
26612     altos: reorder stm USB state stores to avoid races
26613     
26614     Must set ao_usb_in_pending before telling USB about new data or an
26615     interrupt could arrive at the wrong time to clear it.
26616     
26617     Same for ao_usb_in_flushed.
26618     
26619     Without these changes, I've seen the USB bus lock up on occasion,
26620     waiting for an IN packet to consume data, but with no IN data pending
26621     in the hardware.
26622     
26623     Signed-off-by: Keith Packard <keithp@keithp.com>
26624
26625 commit 08a4ed8fe794a2b2b52147bd5535fe0954822e95
26626 Author: Keith Packard <keithp@keithp.com>
26627 Date:   Wed Jun 27 14:34:53 2012 -0700
26628
26629     altos: include targe SPI speed in get request
26630     
26631     STM needs it to be provided when enabling the SPI device, so just fix
26632     AVR and cc1111 to do the same.
26633     
26634     Signed-off-by: Keith Packard <keithp@keithp.com>
26635
26636 commit 1a1d4a557a30e2e743936b828b654187ec562ca8
26637 Author: Keith Packard <keithp@keithp.com>
26638 Date:   Wed Jun 27 02:46:27 2012 -0700
26639
26640     altos: Wait for i2c START condition before setting interrupt bits
26641     
26642     This seems better than the random loop that it replaces, but I still
26643     have no idea why this is required; it doesn't coorespond to the docs
26644     at all...
26645     
26646     Signed-off-by: Keith Packard <keithp@keithp.com>
26647
26648 commit 9695a217e13f9d194b6dc40e2696017e5f8e8176
26649 Author: Keith Packard <keithp@keithp.com>
26650 Date:   Wed Jun 27 01:22:32 2012 -0700
26651
26652     altos: disable FEC debug on MM
26653     
26654     Seems to work; we'll leave the code around in case something bad
26655     happens later.
26656     
26657     Signed-off-by: Keith Packard <keithp@keithp.com>
26658
26659 commit b96eece8e42df0713fc92d47b6bb27604c0168a2
26660 Author: Keith Packard <keithp@keithp.com>
26661 Date:   Wed Jun 27 01:22:00 2012 -0700
26662
26663     altos: Clean up cc1120 driver a bit
26664     
26665     Make some variables static, remove stale debug code
26666     
26667     Signed-off-by: Keith Packard <keithp@keithp.com>
26668
26669 commit a00aff5ee93ea9763b5c0466fcecc823cad135ef
26670 Author: Keith Packard <keithp@keithp.com>
26671 Date:   Wed Jun 27 01:20:43 2012 -0700
26672
26673     altos: Don't try to grab radio while firing MM igniters
26674     
26675     If you're in idle mode, you stop forever as the packet mode receiver
26676     will own the radio mutex forever.
26677     
26678     Signed-off-by: Keith Packard <keithp@keithp.com>
26679
26680 commit 8fc643c9768f0db31a248331681af9490f5715af
26681 Author: Keith Packard <keithp@keithp.com>
26682 Date:   Wed Jun 27 01:19:05 2012 -0700
26683
26684     altos: stm i2c debug code was calling flush() even when disabled
26685     
26686     The fancy stm i2c debugging code had calls to flush() that were
26687     invoked outside of the conditionals leading to all kinds of fun --
26688     flush() may re-enable interrupts, yield or do all kinds of wacky
26689     stuff, none of which is appropriate from the middle of a device driver
26690     
26691     Signed-off-by: Keith Packard <keithp@keithp.com>
26692
26693 commit 0285696e5280fc64774b6c3a2fcdaa36bd36ae7c
26694 Author: Keith Packard <keithp@keithp.com>
26695 Date:   Wed Jun 27 01:17:51 2012 -0700
26696
26697     altos: mpu6000 requires a delay during start
26698     
26699     I have no idea why this is required, but the mpu6000 will not come up
26700     and run if this isn't present.
26701     
26702     Signed-off-by: Keith Packard <keithp@keithp.com>
26703
26704 commit 4847595e0383e5ff9c5a373f3c7f2af8c210c50a
26705 Author: Keith Packard <keithp@keithp.com>
26706 Date:   Tue Jun 26 23:25:00 2012 -0700
26707
26708     altos: ao_ignite.c is no longer cc1111 specific
26709     
26710     Move it to core
26711     
26712     Signed-off-by: Keith Packard <keithp@keithp.com>
26713
26714 commit 8efac8eb99a9aabb45d9fbf742e4be91e4b331a5
26715 Author: Keith Packard <keithp@keithp.com>
26716 Date:   Tue Jun 26 23:21:04 2012 -0700
26717
26718     altos: Add debugging code to check for stack overflow
26719     
26720     Stack overflow often happens from interrupt handlers sitting on top of
26721     a task stack. Check for this during ao_wakeup as that is often called
26722     during interrupt processing.
26723     
26724     Signed-off-by: Keith Packard <keithp@keithp.com>
26725
26726 commit ebeac02a990da3fa6dd71487141d0bc6f78b42de
26727 Author: Keith Packard <keithp@keithp.com>
26728 Date:   Tue Jun 26 23:20:17 2012 -0700
26729
26730     altos: Enable full flight computer functionality in MegaMetrum
26731     
26732     This turns on everything that currently works
26733     
26734     Signed-off-by: Keith Packard <keithp@keithp.com>
26735
26736 commit fb2b83fcd28199d8c686e676d46d6ecfbf706f37
26737 Author: Keith Packard <keithp@keithp.com>
26738 Date:   Tue Jun 26 23:18:44 2012 -0700
26739
26740     altos: Create a 32-bit 1MHz timer for use in profiling execution
26741     
26742     This provides a simple method for getting high-resolution timer data
26743     to use in performance tuning code. It's not used by default anywhere.
26744     
26745     Signed-off-by: Keith Packard <keithp@keithp.com>
26746
26747 commit 097b337eb9b7deff13d5dcdafddec9bec3868b93
26748 Author: Keith Packard <keithp@keithp.com>
26749 Date:   Tue Jun 26 23:17:00 2012 -0700
26750
26751     altos: Abort radio receive when using flash memory on megametrum
26752     
26753     Radio receive camps on the SPI bus, making it impossible to access
26754     flash memory. Abort any pending receive operation when trying to get
26755     to the flash part.
26756     
26757     Yes, this is a total hack.
26758     
26759     Signed-off-by: Keith Packard <keithp@keithp.com>
26760
26761 commit 1ae69a1c2ce7e45db9d9c175bc63867eff68ebe5
26762 Author: Keith Packard <keithp@keithp.com>
26763 Date:   Tue Jun 26 23:15:54 2012 -0700
26764
26765     altos: Make gcc happy with ao_telemetry_set_interval
26766     
26767     Using unsigned locals made GCC sad as it was compared with a signed value.
26768     
26769     Signed-off-by: Keith Packard <keithp@keithp.com>
26770
26771 commit c4036bf6e7997b618f89a05dd1214c16066ba2b2
26772 Author: Keith Packard <keithp@keithp.com>
26773 Date:   Tue Jun 26 23:14:13 2012 -0700
26774
26775     altos: Turn radio-related bits of ao_flight_mm.c
26776     
26777     Now that MM has full radio functionality, we can make it work right.
26778     
26779     Signed-off-by: Keith Packard <keithp@keithp.com>
26780
26781 commit b5f5fd92109ac6f4909a81303d52bc9220cc2520
26782 Author: Keith Packard <keithp@keithp.com>
26783 Date:   Tue Jun 26 23:13:14 2012 -0700
26784
26785     altos: custom hex printer for telemetry packets
26786     
26787     Using printf is way too slow with pdclib; just hand-write hex byte output.
26788     
26789     Signed-off-by: Keith Packard <keithp@keithp.com>
26790
26791 commit f1ae622eff60e05c1f5d8f822a3cf6a85750c6cc
26792 Author: Keith Packard <keithp@keithp.com>
26793 Date:   Tue Jun 26 23:11:10 2012 -0700
26794
26795     altos: Optimize FEC encode and decode
26796     
26797     Integrate interleaving, CRC and padding within the decode/encode
26798     functions.
26799     
26800     Provide for ISR priorities so that the 1120 RX interrupt takes
26801     precedence over the other interrupts or we risk losing bits.
26802     
26803     Optimize the viterbi decoder a bit (goes from 10ms per packet to 7ms
26804     per packet).
26805     
26806     Signed-off-by: Keith Packard <keithp@keithp.com>
26807
26808 commit 936ecad62596f34773afb7460b10f63df7d0896d
26809 Author: Keith Packard <keithp@keithp.com>
26810 Date:   Tue Jun 26 23:07:38 2012 -0700
26811
26812     altos: Add GPS logging code for MegaMetrum
26813     
26814     MM uses a different logging format with larger log blocks, so
26815     restructure the GPS logging code to fill them up
26816     
26817     Signed-off-by: Keith Packard <keithp@keithp.com>
26818
26819 commit 33f8f7add27a02d24b0671da353b59762224c1ee
26820 Author: Keith Packard <keithp@keithp.com>
26821 Date:   Tue Jun 26 23:05:42 2012 -0700
26822
26823     altos: Make cc1111 radio control functions static
26824     
26825     No need to publish these; they're all private to cc1111
26826     
26827     Signed-off-by: Keith Packard <keithp@keithp.com>
26828
26829 commit 03dc80d15a2f8fe9d7340351226dadd8bc3cfdb9
26830 Author: Keith Packard <keithp@keithp.com>
26831 Date:   Tue Jun 26 23:01:58 2012 -0700
26832
26833     altos: Clean up usage of port parameters
26834     
26835     Make stm port parameters always be pointers; this avoids the confusion
26836     where some macros took '&port' and others took a bare 'port', and also
26837     unifies code to run on other processors in a consistent fashion.
26838     
26839     Signed-off-by: Keith Packard <keithp@keithp.com>
26840
26841 commit f11f05c5d634de2a80c34d0d3dc93925980f52e6
26842 Author: Keith Packard <keithp@keithp.com>
26843 Date:   Tue Jun 26 22:20:50 2012 -0700
26844
26845     altosui: Make libaltos recognise new USB ids
26846     
26847     libaltos has a small range of 'AltusMetrum' products to avoid opening
26848     other devices. We've got more IDs, so open up the range.
26849     
26850     Signed-off-by: Keith Packard <keithp@keithp.com>
26851
26852 commit 9dcb4e2ab60ecf0cc7371c1b1a620be952fa8776
26853 Author: Keith Packard <keithp@keithp.com>
26854 Date:   Tue Jun 26 22:19:01 2012 -0700
26855
26856     altosui: AltosSerial and AltosLink both tried to provide frequency setting
26857     
26858     AltosLink owns all of the device configuration, so remove that from
26859     AltosSerial and make sure that AltosLink provides the right function
26860     signatures (wasn't using the new direct frequency setting command).
26861     
26862     Signed-off-by: Keith Packard <keithp@keithp.com>
26863
26864 commit eab18714ed9eabbcef0ff81b07427da042a58ccc
26865 Author: Keith Packard <keithp@keithp.com>
26866 Date:   Tue Jun 26 22:16:44 2012 -0700
26867
26868     altos: rename ao_viterbi.c to ao_fec_rx.c
26869     
26870     Keep it parallel with ao_fec_tx.c
26871     
26872     Signed-off-by: Keith Packard <keithp@keithp.com>
26873
26874 commit 09761fe0f6ed40ff74317fbb47d6a74068fb4ce4
26875 Author: Keith Packard <keithp@keithp.com>
26876 Date:   Mon Jun 25 06:51:36 2012 -0700
26877
26878     altos: Incremental viterbi decode
26879     
26880     Decode radio input one interleave block at a time. This overlaps the
26881     decode computation with the packet reception, leading to lower latency
26882     in an attempt to keep up with the transmitter.
26883     
26884     Signed-off-by: Keith Packard <keithp@keithp.com>
26885
26886 commit 628076aa90e7bc9a894646e417dd8e1fe149b60d
26887 Author: Keith Packard <keithp@keithp.com>
26888 Date:   Mon Jun 25 06:38:34 2012 -0700
26889
26890     altos: decode cc1120 received packets
26891     
26892     Call the fec decode function, compute RSSI and check CRC
26893     
26894     Signed-off-by: Keith Packard <keithp@keithp.com>
26895
26896 commit 70cf32e89df19bde5185339fc703532c8a5b8be6
26897 Author: Keith Packard <keithp@keithp.com>
26898 Date:   Mon Jun 25 05:03:34 2012 -0700
26899
26900     altos: Get cc1120 packet reception working
26901     
26902     Interrupt-per-bit, but it seems to work
26903     
26904     Signed-off-by: Keith Packard <keithp@keithp.com>
26905
26906 commit 246174b32bb6cf827d240c32d6a51c3513a08c37
26907 Author: Keith Packard <keithp@keithp.com>
26908 Date:   Mon Jun 25 05:03:16 2012 -0700
26909
26910     altos: Forgot ao_telemetry.h
26911     
26912     Not much builds without this...
26913     
26914     Signed-off-by: Keith Packard <keithp@keithp.com>
26915
26916 commit b292c14790fc225029cba3f80ce8ad6c5652bc4e
26917 Author: Keith Packard <keithp@keithp.com>
26918 Date:   Sat Jun 23 16:05:42 2012 -0700
26919
26920     altos: improve FEC apis to reduce data copying
26921     
26922     Integrate interleaving and whitening into encode and decode steps.
26923     Add CRC checking function for receive.
26924     
26925     Make ao_fec_test program round-trip the data and verify correctness.
26926     
26927     Signed-off-by: Keith Packard <keithp@keithp.com>
26928
26929 commit 74f6a1a8c8fa9d5bb8d74c99782310b431dd4727
26930 Author: Keith Packard <keithp@keithp.com>
26931 Date:   Sat Jun 23 02:24:30 2012 -0700
26932
26933     altos: Add ao_viterbi.c to megametrum build
26934     
26935     It's not used yet, just wanted to see how big the resulting object
26936     file was (492 bytes).
26937     
26938     Signed-off-by: Keith Packard <keithp@keithp.com>
26939
26940 commit 566a0c277de01963922cabc80db8ec3a129923bd
26941 Author: Keith Packard <keithp@keithp.com>
26942 Date:   Sat Jun 23 02:23:08 2012 -0700
26943
26944     altos: fix comment about decoding last byte of FEC data
26945     
26946     There aren't *any* forward bits to use when decoding the last byte.
26947     
26948     Signed-off-by: Keith Packard <keithp@keithp.com>
26949
26950 commit 83549f8bde42c3fddbdc817540c869dc8aefd013
26951 Author: Keith Packard <keithp@keithp.com>
26952 Date:   Sat Jun 23 02:13:52 2012 -0700
26953
26954     altos: Make ao_fec_tx_test build cleanly with -Wall
26955     
26956     Signed-off-by: Keith Packard <keithp@keithp.com>
26957
26958 commit f7bf07dfdad260c1f219064957ef08fb480bf20f
26959 Author: Keith Packard <keithp@keithp.com>
26960 Date:   Sat Jun 23 02:12:58 2012 -0700
26961
26962     altos: optimize Viterbi implementation
26963     
26964     Minimize data usage, make data arrays static
26965     
26966     Signed-off-by: Keith Packard <keithp@keithp.com>
26967
26968 commit ff8de3af193839de4bacfd07ade7a5f9ac0bf5b3
26969 Author: Keith Packard <keithp@keithp.com>
26970 Date:   Sat Jun 23 00:54:42 2012 -0700
26971
26972     altos: incremental viterbi decode
26973     
26974     Decode bits incrementally. Don't bother decoding the last byte; it's
26975     always a pad byte.
26976     
26977     Signed-off-by: Keith Packard <keithp@keithp.com>
26978
26979 commit 047e95421c87c5d056038797b48f759bedabf245
26980 Author: Keith Packard <keithp@keithp.com>
26981 Date:   Fri Jun 22 23:31:11 2012 -0700
26982
26983     altos: Start optimizing viterbi decoder
26984     
26985     Only need two cost arrays (previous and next). Create constant
26986     full-width decoder table instead of expanding bits into bytes for each
26987     decode step.
26988     
26989     Signed-off-by: Keith Packard <keithp@keithp.com>
26990
26991 commit cbf79a0f9cb859d04e8e03d627219cb2bf49611f
26992 Author: Keith Packard <keithp@keithp.com>
26993 Date:   Fri Jun 22 23:12:02 2012 -0700
26994
26995     altos: Add the simplest possible viterbi decoder
26996     
26997     I think I understand how it works now. It's not exactly speedy, and it
26998     uses a lot of memory.
26999     
27000     Signed-off-by: Keith Packard <keithp@keithp.com>
27001
27002 commit 75e4521ec42a368cebc67a07f8713d7a854ea265
27003 Author: Keith Packard <keithp@keithp.com>
27004 Date:   Thu Jun 21 09:52:37 2012 -0700
27005
27006     altos: Move FEC code to core
27007     
27008     It's not a driver as it's not specific to the 1120 chip
27009     
27010     Signed-off-by: Keith Packard <keithp@keithp.com>
27011
27012 commit 0b5548d6ced67201311e1072d37fbedd3d9929c9
27013 Author: Keith Packard <keithp@keithp.com>
27014 Date:   Thu Jun 21 09:51:17 2012 -0700
27015
27016     ao-tools: Support MM telemetry packets in ao-telem
27017     
27018     Parse the new packet formats
27019     
27020     Signed-off-by: Keith Packard <keithp@keithp.com>
27021
27022 commit 6f421818fd7062f03bfaf9e606d6a4cfdcb13b49
27023 Author: Keith Packard <keithp@keithp.com>
27024 Date:   Thu Jun 21 09:50:18 2012 -0700
27025
27026     altosui: Support MM telemetry packets
27027     
27028     Required restructuring the whole telemetry system to provide abstract
27029     interfaces to flight data.
27030     
27031     Signed-off-by: Keith Packard <keithp@keithp.com>
27032
27033 commit ff5b0ba90e73a83360a2e8a7e9969ed2c3ce1514
27034 Author: Keith Packard <keithp@keithp.com>
27035 Date:   Thu Jun 21 09:46:50 2012 -0700
27036
27037     altos: Crank down STM SPI speed for MM
27038     
27039     The cc1120 is noisy enough to break SPI data transfers at 4MHz, so
27040     crank things down to 1MHz. It's "stable" now, but clearly needs a
27041     filter and shorter traces.
27042     
27043     Signed-off-by: Keith Packard <keithp@keithp.com>
27044
27045 commit d2bd95edb6f77daeb1e8f043c4a239c248728e0c
27046 Author: Keith Packard <keithp@keithp.com>
27047 Date:   Thu Jun 21 09:45:42 2012 -0700
27048
27049     altos: Add full MM telemetry
27050     
27051     Create two new telemetry packets to hold all of the MM data.
27052     
27053     This patch also splits the telemetry structures out of ao.h
27054     
27055     Signed-off-by: Keith Packard <keithp@keithp.com>
27056
27057 commit 419a801131c1034f1fa149a67850290431cbda72
27058 Author: Keith Packard <keithp@keithp.com>
27059 Date:   Thu Jun 21 09:39:10 2012 -0700
27060
27061     altos: Configure STM LCD driver for giant LCD digits
27062     
27063     These devices require static mode.
27064     
27065     Signed-off-by: Keith Packard <keithp@keithp.com>
27066
27067 commit 611f37607fadcdc9908d67456f844a452ad4a87a
27068 Author: Keith Packard <keithp@keithp.com>
27069 Date:   Sun Jun 17 19:11:35 2012 -0700
27070
27071     altos: Make sure ao_storage_config is set before reading config block
27072     
27073     ao_storage_read does in fact call ao_storage_setup, but we need the
27074     value of ao_storage_config *before* calling ao_storage_read, so call
27075     ao_storage_setup first.
27076     
27077     Signed-off-by: Keith Packard <keithp@keithp.com>
27078
27079 commit ae3662c56effda9f0516c7d6ffd2d5f56b859593
27080 Author: Keith Packard <keithp@keithp.com>
27081 Date:   Sun Jun 17 19:06:08 2012 -0700
27082
27083     altos: hack STM serial number to 58
27084     
27085     otherwise altosui won't record telemetry
27086     
27087     Signed-off-by: Keith Packard <keithp@keithp.com>
27088
27089 commit 976a8375932ddb46ca3100863b0a892732c0923e
27090 Author: Keith Packard <keithp@keithp.com>
27091 Date:   Sun Jun 17 19:04:53 2012 -0700
27092
27093     altos: make cc1120 ao_radio_send re-entrant
27094     
27095     It gets called from multiple tasks, so put local data on the stack.
27096     
27097     Signed-off-by: Keith Packard <keithp@keithp.com>
27098
27099 commit 629f43e7c7abbff33e14b168a08a4b6a9c88b937
27100 Author: Keith Packard <keithp@keithp.com>
27101 Date:   Sun Jun 17 19:04:22 2012 -0700
27102
27103     altos: Add telemetry to megametrum
27104     
27105     Now that the radio works
27106     
27107     Signed-off-by: Keith Packard <keithp@keithp.com>
27108
27109 commit 9b24f413da0b6d989b32e8654a91c8deee4c81dd
27110 Author: Keith Packard <keithp@keithp.com>
27111 Date:   Sun Jun 17 19:02:50 2012 -0700
27112
27113     ao-tools: add rudimentary support for MM telemetry to ao-telem
27114     
27115     Just pretends they're TM packets for now
27116     
27117     Signed-off-by: Keith Packard <keithp@keithp.com>
27118
27119 commit 4cb46b8a84a0dd5b8fcb479d7aa5157480e1bc67
27120 Author: Keith Packard <keithp@keithp.com>
27121 Date:   Sun Jun 17 19:01:24 2012 -0700
27122
27123     altosui: Add rudimentary MM support to altosui
27124     
27125     Decoded the MM sensor packets as if they were TM packets.
27126     Add the USB ids.
27127     Add class of 'altimeter' devices and match those instead of just
27128     telemetrum as appropriate.
27129     
27130     Signed-off-by: Keith Packard <keithp@keithp.com>
27131
27132 commit 55747ce210d7d80d5b4fdaaf9dc7ee0f7bc8b0a3
27133 Author: Keith Packard <keithp@keithp.com>
27134 Date:   Sun Jun 17 18:58:56 2012 -0700
27135
27136     altosui: Move product definitions from AltosUI to AltosLib
27137     
27138     Signed-off-by: Keith Packard <keithp@keithp.com>
27139
27140 commit e6d236fdc615625fbbf28377453f920729e49b0f
27141 Author: Keith Packard <keithp@keithp.com>
27142 Date:   Sun Jun 17 16:17:00 2012 -0700
27143
27144     altos: Software implemenation of CC1111 radio encoding
27145     
27146     Add CRC, whitening, FEC and interleaving routines for transmission
27147     path to allow cc1120 to send telem packets to cc1111.
27148     
27149     Signed-off-by: Keith Packard <keithp@keithp.com>
27150
27151 commit 1a294852b3607947f0f86bf236785456d8719e5f
27152 Author: Keith Packard <keithp@keithp.com>
27153 Date:   Sun Jun 17 16:14:33 2012 -0700
27154
27155     altos: Be more careful about register save/restore in ao_yield
27156     
27157     Make sure the general registers are all saved before messing with any
27158     of them. Then, explicitly use r0 to save/restore apsr and primask.
27159     
27160     Signed-off-by: Keith Packard <keithp@keithp.com>
27161
27162 commit 9d3fe2a80d0925e3eded6d738d05c5b4ea61504c
27163 Author: Keith Packard <keithp@keithp.com>
27164 Date:   Sun Jun 17 16:12:18 2012 -0700
27165
27166     altos: Don't lose IRQ disabled state in ao_sleep
27167     
27168     Using ao_arch_critical around the wchan setting will force interrupts
27169     to be re-enabled before ao_yield records the state of that bit,
27170     potentially causing problems with functions not atomically testing and
27171     sleeping.
27172     
27173     Tasks that need to set wchan with interrupts disabled should have
27174     interrupts disabled when entering ao_sleep already.
27175     
27176     Signed-off-by: Keith Packard <keithp@keithp.com>
27177
27178 commit 4e6d96816e6604ee8d9bb49345a1c1211699a655
27179 Author: Keith Packard <keithp@keithp.com>
27180 Date:   Sun Jun 17 16:11:23 2012 -0700
27181
27182     altos: ao_storage_read already calls ao_storage_setup
27183     
27184     No need to call twice.
27185     
27186     Signed-off-by: Keith Packard <keithp@keithp.com>
27187
27188 commit ca310342d7b0bd1b78318cae38d920b8690dfd36
27189 Author: Keith Packard <keithp@keithp.com>
27190 Date:   Sun Jun 17 16:09:43 2012 -0700
27191
27192     altosui: Catch timeout errors when setting up TD telem monitoring
27193     
27194     Close the port in this case so it can be used for other things.
27195     
27196     Signed-off-by: Keith Packard <keithp@keithp.com>
27197
27198 commit 58e005375ca29dec6091d87159055004e7f19605
27199 Author: Keith Packard <keithp@keithp.com>
27200 Date:   Sun Jun 17 12:43:43 2012 -0700
27201
27202     altos: Use interrupts to wake up after RDF transmission.
27203     
27204     Also clean up the debug output
27205     
27206     Signed-off-by: Keith Packard <keithp@keithp.com>
27207
27208 commit 5df94f74522357e062f4ec2786ff825381b2fb10
27209 Author: Keith Packard <keithp@keithp.com>
27210 Date:   Sun Jun 17 12:42:32 2012 -0700
27211
27212     altos: Crank cc1120 power down to 0dBm to avoid crashing CPU
27213     
27214     Looks like RFI from the transmitter is confusing the CPU; lower the
27215     1120 power output from +14dBm to +0dBm to keep the CPU happy.
27216     
27217     Signed-off-by: Keith Packard <keithp@keithp.com>
27218
27219 commit e856df474c386b8df3d2bd9e87b766ae0439efbf
27220 Author: Keith Packard <keithp@keithp.com>
27221 Date:   Fri Jun 15 22:41:17 2012 -0700
27222
27223     altos: Reduce STM SPI data rate to 4MHz
27224     
27225     cc1120 doesn't want more than 6.1MHz, otherwise it gets very angry.
27226     
27227     Signed-off-by: Keith Packard <keithp@keithp.com>
27228
27229 commit e09e35471e788b88909ff01037fb8e0e4eabcd7d
27230 Author: Keith Packard <keithp@keithp.com>
27231 Date:   Fri Jun 15 22:40:30 2012 -0700
27232
27233     altos: Start making cc1120 radio work
27234     
27235     RDF tones and radio calibration work now.
27236     
27237     Signed-off-by: Keith Packard <keithp@keithp.com>
27238
27239 commit c2949ea15c59215834fedac7646f50c8a09f716f
27240 Author: Keith Packard <keithp@keithp.com>
27241 Date:   Fri Jun 15 22:38:37 2012 -0700
27242
27243     altos: Fix cc1120 packet mode datarate and config
27244     
27245     Was using the wrong function
27246     
27247     Signed-off-by: Keith Packard <keithp@keithp.com>
27248
27249 commit 1b7e4c29bf9608bfc972ae28b53cc823f4c37f92
27250 Author: Keith Packard <keithp@keithp.com>
27251 Date:   Fri Jun 15 22:32:10 2012 -0700
27252
27253     altos: Make sure cc1120 is initialized correctly at startup time
27254     
27255     Check to make sure it pulls down MISO when CS is enabled.
27256     
27257     Signed-off-by: Keith Packard <keithp@keithp.com>
27258
27259 commit 27c95adf35e646840b9bd562497eea0dc96bb9bb
27260 Author: Keith Packard <keithp@keithp.com>
27261 Date:   Fri Jun 15 22:31:36 2012 -0700
27262
27263     altos: use 'b' command for radio beep
27264     
27265     'B' is used by the baro data dumper.
27266     
27267     Signed-off-by: Keith Packard <keithp@keithp.com>
27268
27269 commit 93e6d0a2c0b60e7bedd34f06ba63b468dcc8e013
27270 Author: Keith Packard <keithp@keithp.com>
27271 Date:   Fri Jun 15 22:30:03 2012 -0700
27272
27273     altos: Fix RDF mode data rate and PKT_CFG0 value
27274     
27275     Changes tone to the desired 1kHz frequency and ensures the PKT_CFG0
27276     has the right value.
27277     
27278     Signed-off-by: Keith Packard <keithp@keithp.com>
27279
27280 commit c96e60bedeb00d28c36436c12b803fd8cbadce26
27281 Author: Keith Packard <keithp@keithp.com>
27282 Date:   Fri Jun 15 22:28:55 2012 -0700
27283
27284     altos: Actually write cc1120 register values
27285     
27286     Helps to not use 'read' mode when writing.
27287     
27288     Signed-off-by: Keith Packard <keithp@keithp.com>
27289
27290 commit 97d163c88ed8c8f64a9714018863d0b6eedab38f
27291 Author: Keith Packard <keithp@keithp.com>
27292 Date:   Fri Jun 15 22:27:48 2012 -0700
27293
27294     altos: Configure cc1120 frequency
27295     
27296     Set default conversion value, and pull the selected frequency
27297     calibration data out of the config block.
27298     
27299     Signed-off-by: Keith Packard <keithp@keithp.com>
27300
27301 commit a5a7df405c242593cbc828d5b66bbfc141a35947
27302 Author: Keith Packard <keithp@keithp.com>
27303 Date:   Fri Jun 15 22:26:06 2012 -0700
27304
27305     Temporarily disable packet and telem on MM
27306     
27307     While work on the radio code progresses
27308     
27309     Signed-off-by: Keith Packard <keithp@keithp.com>
27310
27311 commit baf1be1def01266512e67068948bf19b04ead6aa
27312 Author: Keith Packard <keithp@keithp.com>
27313 Date:   Fri Jun 15 22:23:10 2012 -0700
27314
27315     Allow product to override maximum number of command lists (NUM_CMDS)
27316     
27317     Just in case some product wants to save memory, or have more.
27318     
27319     Signed-off-by: Keith Packard <keithp@keithp.com>
27320
27321 commit bfbd1d82f4c25120a97840a1bd4787680823afd8
27322 Author: Keith Packard <keithp@keithp.com>
27323 Date:   Tue Jun 5 15:15:25 2012 -0700
27324
27325     altosdroid: Add files necessary to build application
27326     
27327     Signed-off-by: Keith Packard <keithp@keithp.com>
27328
27329 commit b8c363d9411fd5e79e3f806894dbc12bcc106b88
27330 Author: Keith Packard <keithp@keithp.com>
27331 Date:   Mon Jun 4 20:56:25 2012 -0700
27332
27333     altosui: More changes to migrate code to altoslib
27334     
27335     Signed-off-by: Keith Packard <keithp@keithp.com>
27336
27337 commit 5634192a6036c6c7b47d224e2988e81bb71a4557
27338 Author: Keith Packard <keithp@keithp.com>
27339 Date:   Mon Jun 4 20:55:33 2012 -0700
27340
27341     altosui: attempt to get ms5607 data into .mega files was misinformed
27342     
27343     The ms5607 'p' command also means 'go into packet mode', which nicely
27344     broke attempts to communicate with teledongle
27345     
27346     Signed-off-by: Keith Packard <keithp@keithp.com>
27347
27348 commit 705891be53e298ac6ced4ba02b87d2f6d1085b34
27349 Author: Keith Packard <keithp@keithp.com>
27350 Date:   Mon Jun 4 20:54:36 2012 -0700
27351
27352     altos: Make cc1111 products all depend on ao_arch.h and ao_arch_func.h
27353     
27354     Ensures that files get recompiled as needed
27355     
27356     Signed-off-by: Keith Packard <keithp@keithp.com>
27357
27358 commit a9ad342ae4c34626df4f2891da4c7f6d2c14d73e
27359 Author: Keith Packard <keithp@keithp.com>
27360 Date:   Mon Jun 4 20:53:53 2012 -0700
27361
27362     altos: Other half of the ms5607 prom reporting patch
27363     
27364     Signed-off-by: Keith Packard <keithp@keithp.com>
27365
27366 commit dec5cbee22f13c47690b0c6bf7ca724ef132fe5e
27367 Author: Keith Packard <keithp@keithp.com>
27368 Date:   Mon Jun 4 20:53:06 2012 -0700
27369
27370     altos: typo in ao_monitor prevented ground station from including code
27371     
27372     This created ground station software that couldn't actually receive
27373     and report telemetry packets.
27374     
27375     Signed-off-by: Keith Packard <keithp@keithp.com>
27376
27377 commit e687a9bafc696998b47fd0300fbc89dece09509c
27378 Author: Keith Packard <keithp@keithp.com>
27379 Date:   Mon Jun 4 20:52:38 2012 -0700
27380
27381     altos: Make 'v' command dump pressure sensor ROM values
27382     
27383     Avoids needing a new command
27384     
27385     Signed-off-by: Keith Packard <keithp@keithp.com>
27386
27387 commit 1832e2f76c844e97a2bd11226b003fb2af8057db
27388 Author: Keith Packard <keithp@keithp.com>
27389 Date:   Mon Jun 4 20:51:35 2012 -0700
27390
27391     altos: fix test builds of non-accel flight code
27392     
27393     Remove references to accel variables when building baro-only flight
27394     test code.
27395     
27396     Signed-off-by: Keith Packard <keithp@keithp.com>
27397
27398 commit 06afa2c3e78ea5bc9f1eb4913ee35c0eab0ac1bf
27399 Author: Keith Packard <keithp@keithp.com>
27400 Date:   Mon Jun 4 20:50:10 2012 -0700
27401
27402     altos: Legacy telemetry needs original ADC record
27403     
27404     The legacy telemetry packets included the raw ADC structure directly,
27405     so make sure that doesn't change further, allowing teledongle firmware
27406     to remain compatible with old TM firmware.
27407     
27408     Signed-off-by: Keith Packard <keithp@keithp.com>
27409
27410 commit f1b14932149153a096961fff94191778f88581d9
27411 Author: Keith Packard <keithp@keithp.com>
27412 Date:   Mon Jun 4 20:49:15 2012 -0700
27413
27414     altos: Remove unused AES code from teledongle and tidongle
27415     
27416     Leave this out as neither of these products need it.
27417     
27418     Signed-off-by: Keith Packard <keithp@keithp.com>
27419
27420 commit 718a8affe1df98eacfd707b5c8c34f9456dcff14
27421 Author: Keith Packard <keithp@keithp.com>
27422 Date:   Mon Jun 4 20:47:14 2012 -0700
27423
27424     altos: Remove accel_ref from pre v1.1 TM firmware
27425     
27426     V1.0 needs RAM space for flash buffer, leaving too little room for
27427     this extra data.
27428     
27429     Signed-off-by: Keith Packard <keithp@keithp.com>
27430
27431 commit 7a19d6790a9800f925c8de24aac71796351e2c04
27432 Author: Keith Packard <keithp@keithp.com>
27433 Date:   Mon Jun 4 19:28:58 2012 -0700
27434
27435     altos: More cleanups for moving files to altoslib
27436     
27437     Signed-off-by: Keith Packard <keithp@keithp.com>
27438
27439 commit f86dac643081987c8994ab57a96640d5e91b342a
27440 Author: Keith Packard <keithp@keithp.com>
27441 Date:   Sat Jun 2 19:59:40 2012 -0700
27442
27443     altoslib: Clean up random rebase failures
27444     
27445     Signed-off-by: Keith Packard <keithp@keithp.com>
27446
27447 commit dd43a2ae7594f062a8980d1756a07488ee54b447
27448 Author: Keith Packard <keithp@keithp.com>
27449 Date:   Sat Jun 2 19:42:47 2012 -0700
27450
27451     altoslib: Move new sensor library code into altoslib
27452     
27453     Signed-off-by: Keith Packard <keithp@keithp.com>
27454
27455 commit 0772020c969a69c3b0a705de7362340a9732daab
27456 Author: Keith Packard <keithp@keithp.com>
27457 Date:   Fri Mar 16 20:27:45 2012 -0700
27458
27459     Build altosdroid
27460
27461 commit e81163ed875dc93a618baf9278f43ed7dd0f730e
27462 Author: Mike Beattie <mike@ethernal.org>
27463 Date:   Thu Feb 23 16:43:04 2012 +1300
27464
27465     Add local.properties to .gitignore
27466     
27467     Signed-off-by: Mike Beattie <mike@ethernal.org>
27468
27469 commit 392c878000e9909d37dae6342df3d6cb8f217a1b
27470 Author: Mike Beattie <mike@ethernal.org>
27471 Date:   Thu Feb 23 16:41:26 2012 +1300
27472
27473     Add TelemetryService.java and associated files
27474     
27475     Signed-off-by: Mike Beattie <mike@ethernal.org>
27476
27477 commit 69e6df07976a56b49e07c242cd6e5b2cbd2a578d
27478 Author: Keith Packard <keithp@keithp.com>
27479 Date:   Thu Feb 23 17:00:48 2012 +1300
27480
27481     Move altoslib sources to top dir
27482     
27483     No sense having them live deep in the file system.
27484     
27485     Signed-off-by: Keith Packard <keithp@keithp.com>
27486
27487 commit 9b659904109f992b8a3e61efb94e81cdb19af1c9
27488 Author: Keith Packard <keithp@keithp.com>
27489 Date:   Thu Feb 23 16:37:24 2012 +1300
27490
27491     Demonstrate using AltosLib from altosdroid
27492     
27493     Get things hooked up so that we can use AltosLib functions from the
27494     android application; it's a bit of a hack at present, but appears to
27495     work. Some more 'official' technique would be nice...
27496     
27497     Signed-off-by: Keith Packard <keithp@keithp.com>
27498
27499 commit a018724e40f2a4c0bae8b3d5c77bb90328ad4314
27500 Author: Keith Packard <keithp@keithp.com>
27501 Date:   Thu Feb 23 11:15:23 2012 +1300
27502
27503     Ignore generated altoslib files
27504     
27505     Signed-off-by: Keith Packard <keithp@keithp.com>
27506
27507 commit 025eb09b5de9b50de143da9f36bc02818e018ba9
27508 Author: Keith Packard <keithp@keithp.com>
27509 Date:   Wed Feb 22 23:39:01 2012 +1300
27510
27511     Build Android local.properties from local.properties.in
27512     
27513     Make sure the SDK path is set correctly
27514     
27515     Signed-off-by: Keith Packard <keithp@keithp.com>
27516
27517 commit 3a80545d4ecedc4b98a9ee8296ab6abbbf64312d
27518 Author: Mike Beattie <mike@ethernal.org>
27519 Date:   Wed Feb 22 23:40:25 2012 +1300
27520
27521     Add $HOME/android as an SDK location
27522     
27523     Signed-off-by: Mike Beattie <mike@ethernal.org>
27524
27525 commit 091affece185dcd0832a55b0befeacaa182a57bb
27526 Author: Keith Packard <keithp@keithp.com>
27527 Date:   Fri Jan 13 10:40:30 2012 -0800
27528
27529     doc: Add companion SPI message protocol doc
27530     
27531     Signed-off-by: Keith Packard <keithp@keithp.com>
27532
27533 commit bb5b5312a0c6102b12f3d4710ef213f0f6c67412
27534 Author: Keith Packard <keithp@keithp.com>
27535 Date:   Sat Jan 7 20:56:49 2012 -0800
27536
27537     altosui: Clean up a few 'fat' build rules
27538     
27539     Signed-off-by: Keith Packard <keithp@keithp.com>
27540
27541 commit fc86ae58c3a296730fa99010cc27b8b3c2c3b780
27542 Author: Keith Packard <keithp@keithp.com>
27543 Date:   Thu Jan 5 16:30:41 2012 -0800
27544
27545     Add altosdroid/Makefile.am
27546
27547 commit dfa059b22bf15de3f25328aeef4fdb8e5ca664dc
27548 Author: Mike Beattie <mike@ethernal.org>
27549 Date:   Wed Jan 4 21:01:44 2012 -0800
27550
27551     Add AltusMetrum Logo as app icon, and change app name
27552     
27553     Signed-off-by: Mike Beattie <mike@ethernal.org>
27554     Signed-off-by: Keith Packard <keithp@keithp.com>
27555
27556 commit 402f1e76909229fc0c3b54743ba577b657495faf
27557 Author: Keith Packard <keithp@keithp.com>
27558 Date:   Wed Jan 4 20:54:40 2012 -0800
27559
27560     altosdroid: build android bits when possible
27561     
27562     Locate android sdk automatically
27563     
27564     Signed-off-by: Keith Packard <keithp@keithp.com>
27565
27566 commit a48e4d40729e736929632ec422fd189ecdfba33b
27567 Author: Keith Packard <keithp@keithp.com>
27568 Date:   Wed Jan 4 20:33:06 2012 -0800
27569
27570     altosdroid: import code from mjb
27571     
27572     Signed-off-by: Keith Packard <keithp@keithp.com>
27573
27574 commit 81465a20049da40cd8d3cda920d6585ffe87bfe3
27575 Author: Keith Packard <keithp@keithp.com>
27576 Date:   Wed Jan 4 20:28:42 2012 -0800
27577
27578     altosui: Move java altoslib to top level
27579     
27580     This will be shared with other (android) java code.
27581     
27582     Signed-off-by: Keith Packard <keithp@keithp.com>
27583
27584 commit d6df16525927d8096d1c0cccf4c86bf4c6599d53
27585 Author: Keith Packard <keithp@keithp.com>
27586 Date:   Mon Jan 2 22:43:48 2012 -0800
27587
27588     Add altoslib/.gitignore
27589
27590 commit 02b53b7f592b78b2fec4f4a17b6b3e114d2bf3c5
27591 Author: Keith Packard <keithp@keithp.com>
27592 Date:   Mon Jan 2 22:42:18 2012 -0800
27593
27594     altosui: Fix AltosTelemetryReader move
27595     
27596     Lost the provided link value causing a crash.
27597     
27598     Signed-off-by: Keith Packard <keithp@keithp.com>
27599
27600 commit 9fb15d397890c7e78bf3c1438f142f62bfc2bd35
27601 Author: Keith Packard <keithp@keithp.com>
27602 Date:   Mon Jan 2 22:41:48 2012 -0800
27603
27604     altosui: Remove unused files
27605     
27606     Left around from development, these aren't useful.
27607     
27608     Signed-off-by: Keith Packard <keithp@keithp.com>
27609
27610 commit 5270a0f1416baef5fde08547c6c98d97f973ae95
27611 Author: Keith Packard <keithp@keithp.com>
27612 Date:   Mon Jan 2 22:35:41 2012 -0800
27613
27614     altosui: Move telemetry reader &c to altoslib
27615     
27616     Move all of the device and file reading code into altoslib
27617     
27618     Signed-off-by: Keith Packard <keithp@keithp.com>
27619
27620 commit 93305717ac4c993c88d9144d797ca64d26db97c5
27621 Author: Keith Packard <keithp@keithp.com>
27622 Date:   Mon Jan 2 22:13:38 2012 -0800
27623
27624     altosui: Move AltosState.java to altoslib
27625     
27626     Signed-off-by: Keith Packard <keithp@keithp.com>
27627
27628 commit a5ac5c37ea385e3a2b2703c6f125b4e3b55e867a
27629 Author: Keith Packard <keithp@keithp.com>
27630 Date:   Mon Jan 2 22:05:47 2012 -0800
27631
27632     altosui: Pull most of AltosSerial into AltosLink
27633     
27634     Share basic command processing across java users
27635     
27636     Signed-off-by: Keith Packard <keithp@keithp.com>
27637
27638 commit 18914b9a84bbd8c4364a1568bb07dcc2b04ad7ba
27639 Author: Keith Packard <keithp@keithp.com>
27640 Date:   Mon Jan 2 21:12:45 2012 -0800
27641
27642     altosui: Move AltosGreatCircle.java to altoslib
27643     
27644     Signed-off-by: Keith Packard <keithp@keithp.com>
27645
27646 commit 027863b737190bccc3b5cd032d77587396d0c5c4
27647 Author: Keith Packard <keithp@keithp.com>
27648 Date:   Mon Jan 2 21:08:34 2012 -0800
27649
27650     altosui: Move AltosEepromTeleScience.java to altoslib
27651     
27652     Signed-off-by: Keith Packard <keithp@keithp.com>
27653
27654 commit 346df410f570a67cda057550a067fa2b451b785d
27655 Author: Keith Packard <keithp@keithp.com>
27656 Date:   Mon Jan 2 21:05:02 2012 -0800
27657
27658     altosui: Move more eeprom stuff to altoslib
27659     
27660     Signed-off-by: Keith Packard <keithp@keithp.com>
27661
27662 commit a4ccdd253a9873c16f194a63a79f0c26feaafa29
27663 Author: Keith Packard <keithp@keithp.com>
27664 Date:   Mon Jan 2 20:57:57 2012 -0800
27665
27666     altosui: Move eeprom managment code to library
27667     
27668     Signed-off-by: Keith Packard <keithp@keithp.com>
27669
27670 commit 89aa06cfdcb02de1894ccb01aed97782f9eec9b2
27671 Author: Keith Packard <keithp@keithp.com>
27672 Date:   Mon Jan 2 20:47:16 2012 -0800
27673
27674     altosui: Move AltosEepromChunk.java to lib
27675     
27676     Also fixes install issues with split lib
27677     
27678     Signed-off-by: Keith Packard <keithp@keithp.com>
27679
27680 commit b273b8b298540b1a6d0a87b1cf61df1fbf62e013
27681 Author: Keith Packard <keithp@keithp.com>
27682 Date:   Mon Jan 2 20:39:16 2012 -0800
27683
27684     altosui: Finish moving AltosConfigData to altoslib
27685     
27686     Signed-off-by: Keith Packard <keithp@keithp.com>
27687
27688 commit 4c88b0ca96758b663c82395e63b338043d1c1a10
27689 Author: Keith Packard <keithp@keithp.com>
27690 Date:   Mon Jan 2 20:34:38 2012 -0800
27691
27692     altosui: Move AltosConfigData.java to library
27693     
27694     Create a new 'AltosLink' which exposes how to talk to the remote
27695     device abstractly via 'get_reply' and 'printf' methods.
27696     
27697     Signed-off-by: Keith Packard <keithp@keithp.com>
27698
27699 commit ead8f1cfca2c454d18dce56479899f2b423d8bdd
27700 Author: Keith Packard <keithp@keithp.com>
27701 Date:   Mon Jan 2 20:32:35 2012 -0800
27702
27703     altosui: Add back in the split-out Altos constants as AltosLib
27704     
27705     These were pulled out of Altos.java, but not added back to git
27706     
27707     Signed-off-by: Keith Packard <keithp@keithp.com>
27708
27709 commit 3c2f601139d36761de6a8a2210545d082ef16133
27710 Author: Keith Packard <keithp@keithp.com>
27711 Date:   Mon Jan 2 17:26:59 2012 -0800
27712
27713     altosui: Complete split out of separate java library
27714     
27715     Signed-off-by: Keith Packard <keithp@keithp.com>
27716
27717 commit 40ee170753f4fd422c848e34a8da104683b7c8a2
27718 Author: Keith Packard <keithp@keithp.com>
27719 Date:   Mon Jan 2 16:16:51 2012 -0800
27720
27721     altosui: Clean swing/awt bits out of altoslib
27722     
27723     Signed-off-by: Keith Packard <keithp@keithp.com>
27724
27725 commit 71636c1ed7cbe075921391605d1ac4edaa6ee52b
27726 Author: Keith Packard <keithp@keithp.com>
27727 Date:   Mon Jan 2 16:13:46 2012 -0800
27728
27729     move a file back
27730
27731 commit 6510e8495fc5e8057b6092963def4d78978625a0
27732 Author: Keith Packard <keithp@keithp.com>
27733 Date:   Mon Jan 2 16:09:29 2012 -0800
27734
27735     altosui: Split out lots of the altosui code to a shared library
27736     
27737     To be shared with the Android application eventually
27738     
27739     Signed-off-by: Keith Packard <keithp@keithp.com>
27740
27741 commit 97663f922e236f4ee7bd08277ca80d419b5cd10f
27742 Author: Keith Packard <keithp@keithp.com>
27743 Date:   Mon Jan 2 15:45:14 2012 -0800
27744
27745     altosui: Split out UI-specific preferences
27746     
27747     Prepare to create library shared with android application.
27748     
27749     Signed-off-by: Keith Packard <keithp@keithp.com>
27750
27751 commit c9e52287751867d9e451146ccde78109609d30d7
27752 Author: Keith Packard <keithp@keithp.com>
27753 Date:   Sat Jun 2 19:06:08 2012 -0700
27754
27755     altosui: Fixed width format for new IMU values.
27756     
27757     Signed-off-by: Keith Packard <keithp@keithp.com>
27758
27759 commit 9aa7993ee31bdfd6890ad7262a0375c07464ee76
27760 Author: Keith Packard <keithp@keithp.com>
27761 Date:   Sat Jun 2 17:09:00 2012 -0700
27762
27763     altos: Intgrate hmc5883 sensor into adc ring
27764     
27765     Creates a task to poll the mag sensor and place the data into the
27766     sensor data ring.
27767     
27768     Signed-off-by: Keith Packard <keithp@keithp.com>
27769
27770 commit 69a8907ecbb7ca0e8526aeea0dc7490a191a0f8b
27771 Author: Keith Packard <keithp@keithp.com>
27772 Date:   Sat Jun 2 16:57:22 2012 -0700
27773
27774     altos: Get HMC5883 driver limping along
27775     
27776     Not pushing data into the ring yet, but the chip appears to work now.
27777     
27778     Signed-off-by: Keith Packard <keithp@keithp.com>
27779
27780 commit 97317d332f21c42860747c4ecde633bd0228ef52
27781 Author: Keith Packard <keithp@keithp.com>
27782 Date:   Sat Jun 2 16:56:41 2012 -0700
27783
27784     altos: Reset i2c controller at boot time
27785     
27786     In case it's wedged.
27787     
27788     Signed-off-by: Keith Packard <keithp@keithp.com>
27789
27790 commit 64e2e66a5239541b15f43172655cfb3560bec79b
27791 Author: Keith Packard <keithp@keithp.com>
27792 Date:   Sat Jun 2 16:54:42 2012 -0700
27793
27794     altos: Fix broken EXTI edge mode selections. Clear pending exti on enable
27795     
27796     Make sure the edge mode registers are set according to the requested
27797     mode.
27798     
27799     Clear any pending interrupt when enabling to avoid spurious isr call
27800     
27801     Signed-off-by: Keith Packard <keithp@keithp.com>
27802
27803 commit 8d425ffba84ec6f632e8c0d44105de73242a86a9
27804 Author: Keith Packard <keithp@keithp.com>
27805 Date:   Sat Jun 2 16:53:46 2012 -0700
27806
27807     altos: Route correct GPIO line to interrupt controller
27808     
27809     Which GPIO a particular pin interrupt comes from is selected by the
27810     SYSCFG EXTICR registers; set these when an exti interrupt is configured.
27811     
27812     Signed-off-by: Keith Packard <keithp@keithp.com>
27813
27814 commit 1353b277f8314fbddef81c743bd6ea229364fd18
27815 Author: Keith Packard <keithp@keithp.com>
27816 Date:   Sat Jun 2 14:58:00 2012 -0700
27817
27818     altos: Enable some debugging during flight mode on MM
27819     
27820     Until we've got the radio working, there's no way to see inside the MM
27821     state without using USB. Add a diagnostic command to dump out the
27822     internal flight state variables.
27823     
27824     Signed-off-by: Keith Packard <keithp@keithp.com>
27825
27826 commit c04af7533bd3fd3f3260338c0753fde966131720
27827 Author: Keith Packard <keithp@keithp.com>
27828 Date:   Fri Jun 1 23:07:38 2012 -0700
27829
27830     altos: Add support for MegaAccel daughter card.
27831     
27832     Switches all acceleration computation to using the MegaAccel
27833     accelerometer to ensure support for high-g flights.
27834     
27835     MPU6000 values continue to be logged as normal
27836     
27837     Signed-off-by: Keith Packard <keithp@keithp.com>
27838
27839 commit 1824761f5b98e92485e2dd347b1c4d043ec207e2
27840 Author: Keith Packard <keithp@keithp.com>
27841 Date:   Fri Jun 1 19:51:25 2012 -0700
27842
27843     altosui: Quick hacks to download megametrum data and convert to CSV
27844     
27845     Very little useful data crunching is done, but at least we can save
27846     and convert files
27847     
27848     Signed-off-by: Keith Packard <keithp@keithp.com>
27849
27850 commit ab85337aa942cb73a08bd3b783771179773b9a67
27851 Author: Keith Packard <keithp@keithp.com>
27852 Date:   Fri Jun 1 19:35:33 2012 -0700
27853
27854     altos: Timers clock base depends on perhipheral bus prescalers too
27855     
27856     For some weird reason, a non-unity perhipheral bus clock scaler
27857     affects the base of the various timers; this left the 100Hz tick
27858     running at 200Hz.
27859     
27860     Signed-off-by: Keith Packard <keithp@keithp.com>
27861
27862 commit ff4f3a56e09d595abbe32293cbdf1fe368633c49
27863 Author: Keith Packard <keithp@keithp.com>
27864 Date:   Fri Jun 1 19:35:01 2012 -0700
27865
27866     altos: megametrum has logging
27867     
27868     This makes sure the various other subsystems know about it, like the
27869     'v' command.
27870     
27871     Signed-off-by: Keith Packard <keithp@keithp.com>
27872
27873 commit 6806103bad98385c0ec122d400f981eb81c59dd3
27874 Author: Keith Packard <keithp@keithp.com>
27875 Date:   Fri Jun 1 19:34:17 2012 -0700
27876
27877     altos: add high-z accel and mag sensor to megametrum logging
27878     
27879     These nicely fill the 32-byte sensor log record
27880     
27881     Signed-off-by: Keith Packard <keithp@keithp.com>
27882
27883 commit e5aebfe0203de9e69712fac291c8cd0d3a96a385
27884 Author: Keith Packard <keithp@keithp.com>
27885 Date:   Fri Jun 1 19:33:18 2012 -0700
27886
27887     altos: Mark full and mega logging correctly in 'v' command
27888     
27889     Make sure megametrum reports 'log format 5'.
27890     
27891     Signed-off-by: Keith Packard <keithp@keithp.com>
27892
27893 commit 7fce3ddf5e7e92a14cefb7fcf35e4014df744987
27894 Author: Keith Packard <keithp@keithp.com>
27895 Date:   Mon May 28 11:48:04 2012 -0600
27896
27897     Bump to 1.0.9.5
27898     
27899     Signed-off-by: Keith Packard <keithp@keithp.com>
27900
27901 commit 47bc9b2a39b7a8d3ef3fe8acc7fbf0512695e548
27902 Author: Keith Packard <keithp@keithp.com>
27903 Date:   Mon May 28 11:47:28 2012 -0600
27904
27905     altos: Clear stm i2c transfer timeout alarm
27906     
27907     Signed-off-by: Keith Packard <keithp@keithp.com>
27908
27909 commit 8164cd95db62e4564b3a9ba5c06a74c870c03841
27910 Author: Keith Packard <keithp@keithp.com>
27911 Date:   Mon May 28 11:46:51 2012 -0600
27912
27913     altos: Remove debug printf from accel auto-cal
27914     
27915     Otherwise, this goes way too slow
27916     
27917     Signed-off-by: Keith Packard <keithp@keithp.com>
27918
27919 commit ee61fb8ccb47f94b7c39e803f5a0248840d1eea6
27920 Author: Keith Packard <keithp@keithp.com>
27921 Date:   Mon May 28 11:45:53 2012 -0600
27922
27923     altos: Clean up ADC selection for cc1111
27924     
27925     Depend directly on product defines instead of trying to guess
27926     
27927     Signed-off-by: Keith Packard <keithp@keithp.com>
27928
27929 commit 2df9113a22f4f67707d9ee777bd6b23ff671b105
27930 Author: Keith Packard <keithp@keithp.com>
27931 Date:   Mon May 28 11:45:30 2012 -0600
27932
27933     altos: All cc1111 products have a radio
27934     
27935     Signed-off-by: Keith Packard <keithp@keithp.com>
27936
27937 commit a53b8b84283eb62157b0f8ecd8061f61a4b6bd6f
27938 Author: Keith Packard <keithp@keithp.com>
27939 Date:   Mon May 28 11:44:45 2012 -0600
27940
27941     altos: Shrink telemetry generation code
27942     
27943     otherwise TM doesn't build anymore
27944     
27945     Signed-off-by: Keith Packard <keithp@keithp.com>
27946
27947 commit 43e558738c76afd72fc01660884be3158f44470d
27948 Author: Keith Packard <keithp@keithp.com>
27949 Date:   Mon May 28 11:44:07 2012 -0600
27950
27951     altos: Try to get hmc5883 working
27952     
27953     No joy yet
27954     
27955     Signed-off-by: Keith Packard <keithp@keithp.com>
27956
27957 commit 9f5e4cf7d8204016e023cf439d93de1203dc406e
27958 Author: Keith Packard <keithp@keithp.com>
27959 Date:   Sun May 27 18:23:39 2012 -0600
27960
27961     altos: Make teleterra v0.2 compile with new ao_data struct
27962     
27963     Signed-off-by: Keith Packard <keithp@keithp.com>
27964
27965 commit 5dd5e0284c8b26b0d4ce69c64bb7864e0ae83db7
27966 Author: Keith Packard <keithp@keithp.com>
27967 Date:   Sun May 27 17:45:09 2012 -0600
27968
27969     altos: Make telepyro-v0.1 build with new ao_data struct
27970     
27971     Signed-off-by: Keith Packard <keithp@keithp.com>
27972
27973 commit 29edf6d901432a1afc65900ff599c963edac5a2b
27974 Author: Keith Packard <keithp@keithp.com>
27975 Date:   Sun May 27 17:44:01 2012 -0600
27976
27977     altos: Make telescience-v0.1 build with new ao_data struct
27978     
27979     Signed-off-by: Keith Packard <keithp@keithp.com>
27980
27981 commit 5fd869b244f8f2b76258dc31a5507a73fd47cf1d
27982 Author: Keith Packard <keithp@keithp.com>
27983 Date:   Sun May 27 17:31:12 2012 -0600
27984
27985     altos: Make telenano build with new ao_data structure
27986     
27987     Signed-off-by: Keith Packard <keithp@keithp.com>
27988
27989 commit 627b904b36e129ff2ead436a626699abfc3b3211
27990 Author: Keith Packard <keithp@keithp.com>
27991 Date:   Sun May 27 17:29:27 2012 -0600
27992
27993     altos: Make stm-demo compile with new ao_data structure
27994     
27995     Signed-off-by: Keith Packard <keithp@keithp.com>
27996
27997 commit 090dc9aecdf4cfd1ac727325ae141d441c5b28aa
27998 Author: Keith Packard <keithp@keithp.com>
27999 Date:   Sun May 27 17:26:43 2012 -0600
28000
28001     altos: Make telemini-v1.0 compile with new ao_data structure
28002     
28003     Signed-off-by: Keith Packard <keithp@keithp.com>
28004
28005 commit 98e992b65d366d9f79d7d2dd2dd4d1886dd1d9c4
28006 Author: Keith Packard <keithp@keithp.com>
28007 Date:   Sun May 27 17:25:17 2012 -0600
28008
28009     altos: Make telemetrum-v1.0 build with new ao_data structure
28010     
28011     Signed-off-by: Keith Packard <keithp@keithp.com>
28012
28013 commit ce8153472069ed56b24ac36f297ac569d1f767d4
28014 Author: Keith Packard <keithp@keithp.com>
28015 Date:   Sun May 27 17:24:09 2012 -0600
28016
28017     altos: Make telemetrum-v1.1 compile with new ao_data structure
28018     
28019     Signed-off-by: Keith Packard <keithp@keithp.com>
28020
28021 commit ed635545e0b965901032ed2c3474ffe997c73de3
28022 Author: Keith Packard <keithp@keithp.com>
28023 Date:   Sun May 27 16:52:45 2012 -0600
28024
28025     ignore pa to altitude conversion file
28026     
28027     Signed-off-by: Keith Packard <keithp@keithp.com>
28028
28029 commit dd73c9b441f7672fb9982c4caeb5178df30f5d2b
28030 Author: Keith Packard <keithp@keithp.com>
28031 Date:   Sun May 27 16:47:30 2012 -0600
28032
28033     altos: Split out mm-specific versions of sampling code
28034     
28035     Avoid breaking telemetrum (too much) by splitting this stuff apart.
28036     
28037     Signed-off-by: Keith Packard <keithp@keithp.com>
28038
28039 commit 9eeba439ce8c9dc1def8528f96b6a67c6578d656
28040 Author: Keith Packard <keithp@keithp.com>
28041 Date:   Sun May 27 16:46:00 2012 -0600
28042
28043     altos: Don't start ADC ring until the other sensors have a valid value
28044     
28045     Yes, this is still an ugly kludge, but it's easy.
28046     
28047     Signed-off-by: Keith Packard <keithp@keithp.com>
28048
28049 commit d01c10eff4b70af13347969a7cece8730cf1a3f1
28050 Author: Keith Packard <keithp@keithp.com>
28051 Date:   Sun May 27 16:44:38 2012 -0600
28052
28053     altos: Data packet tick count does not live in adc structure
28054     
28055     It was moved to the global structure. Having two is confusing.
28056     
28057     Signed-off-by: Keith Packard <keithp@keithp.com>
28058
28059 commit 78423f3fc5164ea9fd428606419784c1700ad5c5
28060 Author: Keith Packard <keithp@keithp.com>
28061 Date:   Fri May 25 23:18:06 2012 -0600
28062
28063     Get megametrum ready to at least log flight data
28064     
28065     Doesn't track flight state changes correctly.
28066     
28067     Signed-off-by: Keith Packard <keithp@keithp.com>
28068
28069 commit 0239e4dfe587528524b6380bbf6d9583047e52d6
28070 Author: Keith Packard <keithp@keithp.com>
28071 Date:   Fri May 18 21:23:47 2012 -0700
28072
28073     altos: Poll mpu6000 values every tick and stash them locally.
28074     
28075     Signed-off-by: Keith Packard <keithp@keithp.com>
28076
28077 commit 34bb17bc1a3d8a1c95b5e57f059e7a1747e17a03
28078 Author: Keith Packard <keithp@keithp.com>
28079 Date:   Fri May 18 20:16:35 2012 -0700
28080
28081     altos: Finish ms5607 support
28082     
28083     This has the MS5607 polling once each tick for pressure and
28084     temperature and then saving that in a global variable. The command UI
28085     provides for dumping the prom data so that an eeprom file can have
28086     raw sensor data along with the conversion factors necessary to compute
28087     useful values.
28088     
28089     Signed-off-by: Keith Packard <keithp@keithp.com>
28090
28091 commit 5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f
28092 Author: Keith Packard <keithp@keithp.com>
28093 Date:   Fri May 18 20:04:57 2012 -0700
28094
28095     altos: Add conversion between Pa and meters
28096     
28097     To be used with the MS5607 which generates data in calibrated units.
28098     
28099     Signed-off-by: Keith Packard <keithp@keithp.com>
28100
28101 commit 1541fc0bde71f503b1ae5757497e9e1e6d023111
28102 Author: Keith Packard <keithp@keithp.com>
28103 Date:   Mon May 7 23:14:57 2012 -0700
28104
28105     altos: Check MS5607 CRC. Clean up MS5607 API
28106     
28107     It's not ready for flight yet, but at least it's sensible now.
28108     
28109     Signed-off-by: Keith Packard <keithp@keithp.com>
28110
28111 commit 6a62edd4a1f01a6ee380c3aabaff3f437e8d6f1e
28112 Author: Keith Packard <keithp@keithp.com>
28113 Date:   Mon May 7 23:14:14 2012 -0700
28114
28115     altos: Conditional byte swapping in mpu6000 driver
28116     
28117     Only needed on LSB machines.
28118     
28119     Signed-off-by: Keith Packard <keithp@keithp.com>
28120
28121 commit 6a973f788563ccc66b01cc7557a004dabef18d09
28122 Merge: d387f24 da2c920
28123 Author: Bdale Garbee <bdale@gag.com>
28124 Date:   Wed May 16 09:13:53 2012 -0600
28125
28126     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
28127
28128 commit d387f246b24502642b76aad04eb3e0f1a5b78a05
28129 Author: Bdale Garbee <bdale@gag.com>
28130 Date:   Wed May 16 09:09:44 2012 -0600
28131
28132     build-dep on default-jdk instead of openjdk-6-jdk, closes: #655580
28133
28134 commit da2c920b9f3378d5a18551e008c1da5dace1e0ef
28135 Author: Keith Packard <keithp@keithp.com>
28136 Date:   Mon May 7 21:53:53 2012 -0700
28137
28138     altosui: Try to make telem tick counts match eeprom
28139     
28140     telem files can have an extra wrap or two of tick count if they start
28141     recording a long time before the flight. Account for this so that the
28142     CSV file output from each have matching tick values.
28143     
28144     Signed-off-by: Keith Packard <keithp@keithp.com>
28145
28146 commit b5b898264077fcada29e73efa28dcbe4729f2709
28147 Author: Keith Packard <keithp@keithp.com>
28148 Date:   Mon May 7 21:53:11 2012 -0700
28149
28150     altosui: Output recorded clock tick in CSV files
28151     
28152     This allows eeprom and telem files to be correlated accurately
28153     
28154     Signed-off-by: Keith Packard <keithp@keithp.com>
28155
28156 commit 73c26f39b1a08fcc13e23a5b1a4293bc7df9f163
28157 Author: Keith Packard <keithp@keithp.com>
28158 Date:   Mon May 7 21:52:12 2012 -0700
28159
28160     altos: Hacking at cc1120 driver
28161     
28162     Still doesn't work, but this adds a ton more register definitions
28163     
28164     Signed-off-by: Keith Packard <keithp@keithp.com>
28165
28166 commit 318b564486aa9965bbad54c71e51fcb32b414162
28167 Author: Keith Packard <keithp@keithp.com>
28168 Date:   Mon May 7 21:51:25 2012 -0700
28169
28170     altos: Get mpu6000 working
28171     
28172     This initializes the device appropraitely, and provides a command to
28173     dump the current values in converted form.
28174     
28175     Signed-off-by: Keith Packard <keithp@keithp.com>
28176
28177 commit af949c67eeb9dc310b1430d3435d241adccfc0a9
28178 Author: Keith Packard <keithp@keithp.com>
28179 Date:   Mon May 7 21:50:26 2012 -0700
28180
28181     altos: stm: pass DMA buffer index to DMA completion callback
28182     
28183     This lets the user know which DMA has finished.
28184     
28185     Signed-off-by: Keith Packard <keithp@keithp.com>
28186
28187 commit dd7699cf8daded17ac41abf5c5170cfb599b6ff5
28188 Author: Keith Packard <keithp@keithp.com>
28189 Date:   Mon May 7 21:49:24 2012 -0700
28190
28191     altos: stm: delay during USB config with pull-up off
28192     
28193     This makes sure that a reboot will reliably cause the device to
28194     disconnect from the USB bus.
28195     
28196     Signed-off-by: Keith Packard <keithp@keithp.com>
28197
28198 commit 744d05e6037ffc11688a9faa9c7b5dcda4065ee3
28199 Author: Keith Packard <keithp@keithp.com>
28200 Date:   Mon May 7 21:47:17 2012 -0700
28201
28202     altos: stm: share i2c_stop code between send and recv
28203     
28204     This waits for the stop signal to appear on the bus, necessary before
28205     starting another transaction.
28206     
28207     Signed-off-by: Keith Packard <keithp@keithp.com>
28208
28209 commit ddaf501ddcfc1a5f74a1ef1b6b76e1c82d89c77a
28210 Author: Keith Packard <keithp@keithp.com>
28211 Date:   Sun May 6 23:54:13 2012 -0700
28212
28213     altos: stm i2c DMA for large recv appears to work
28214     
28215     Transaction appears to be clean on the i2c bus now; correct number of
28216     bytes received, and the nack and stop at the right time. This tests >
28217     2 length reads; should try that too.
28218     
28219     Signed-off-by: Keith Packard <keithp@keithp.com>
28220
28221 commit fad6cda3d081d438b18305611f37fe05335aa372
28222 Author: Keith Packard <keithp@keithp.com>
28223 Date:   Sun May 6 22:53:25 2012 -0700
28224
28225     altos: megametrum needs ao_mpu6000.h
28226     
28227     Signed-off-by: Keith Packard <keithp@keithp.com>
28228
28229 commit f66f5de7a6cae71948da777ad0638bc6267a710f
28230 Author: Keith Packard <keithp@keithp.com>
28231 Date:   Sun May 6 22:52:56 2012 -0700
28232
28233     altos: Switch megametrum compile to -Os
28234     
28235     Looks like gcc has compiler bugs with -O0
28236     
28237     Signed-off-by: Keith Packard <keithp@keithp.com>
28238
28239 commit 0f0cc91ce8e9807dca48a5c0c53d821f5060e245
28240 Author: Keith Packard <keithp@keithp.com>
28241 Date:   Sun May 6 22:47:33 2012 -0700
28242
28243     altos: STM i2c work.
28244     
28245     Start now driven by interrupts
28246     Send now done with DMA and interrupts
28247     
28248     Signed-off-by: Keith Packard <keithp@keithp.com>
28249
28250 commit 69feb1e3d94a028d04529edb015654bafd06353b
28251 Author: Keith Packard <keithp@keithp.com>
28252 Date:   Tue May 1 18:12:41 2012 -0700
28253
28254     ao-tools: Add GPS and rssi printing to ao-telem
28255     
28256     This prints all of the basic telemetrum messages now.
28257     
28258     Signed-off-by: Keith Packard <keithp@keithp.com>
28259
28260 commit 8b08095b3d41e21684a10bddfb54431019da5af6
28261 Author: Keith Packard <keithp@keithp.com>
28262 Date:   Tue May 1 11:08:49 2012 -0700
28263
28264     altos: Report latest telemetry data, rather than using the oldest
28265     
28266     ao_sample_adc points to the *next* ADC entry, rather than the most
28267     recent one. Step back one entry to get the latest valid data.
28268     
28269     Signed-off-by: Keith Packard <keithp@keithp.com>
28270
28271 commit 7b0b6bcc40891d8dd106d091d3af8107b2941c66
28272 Author: Keith Packard <keithp@keithp.com>
28273 Date:   Wed Apr 25 23:29:20 2012 -0700
28274
28275     altos: Add hmc5883 and mpu6000 drivers to megametrum build
28276     
28277     Signed-off-by: Keith Packard <keithp@keithp.com>
28278
28279 commit e0b8c614ec4d11f432963e48d94e4497d31a9ddc
28280 Author: Keith Packard <keithp@keithp.com>
28281 Date:   Wed Apr 25 23:27:58 2012 -0700
28282
28283     altos: Add mpu6000 and hmc5883 stubs
28284     
28285     No real drivers here yet, just some testing stubs
28286     
28287     Signed-off-by: Keith Packard <keithp@keithp.com>
28288
28289 commit 0266e08dbf19e2204fb5f758d5d0f944d2afff7d
28290 Author: Keith Packard <keithp@keithp.com>
28291 Date:   Wed Apr 25 23:26:57 2012 -0700
28292
28293     altos: Add STM I2C recv and stop funcs
28294     
28295     Recv doesn't appear to work with more than one byte
28296     
28297     Signed-off-by: Keith Packard <keithp@keithp.com>
28298
28299 commit 962476911aaab17fd482593a0e8b95fe47de2f29
28300 Author: Keith Packard <keithp@keithp.com>
28301 Date:   Wed Apr 25 23:25:43 2012 -0700
28302
28303     altos: Oopsed the STM DMA channels for I2C1
28304     
28305     TX is 6, RX is 7
28306     
28307     Signed-off-by: Keith Packard <keithp@keithp.com>
28308
28309 commit 5f55d0490017faa19b8d70b1742e4a45266c7e79
28310 Author: Keith Packard <keithp@keithp.com>
28311 Date:   Fri Apr 20 22:26:16 2012 -0500
28312
28313     altosui: Mac OS Lion Java default heap space is too small (Trac #37)
28314     
28315     Increase it to 512M in the Info.plist file.
28316     
28317     Signed-off-by: Keith Packard <keithp@keithp.com>
28318
28319 commit 1489263b895a2a825e29d0560c9b1dbba8a3f431
28320 Author: Keith Packard <keithp@keithp.com>
28321 Date:   Tue Apr 17 11:01:18 2012 -0700
28322
28323     altos: Starting to write cc1120 driver
28324     
28325     This does "something" in radio test mode, appearing to generate a
28326     730MHz signal.
28327     
28328     Signed-off-by: Keith Packard <keithp@keithp.com>
28329
28330 commit cc305ea231ae22278abf91c0d9925f5992945369
28331 Author: Keith Packard <keithp@keithp.com>
28332 Date:   Sat Apr 14 13:53:36 2012 -0700
28333
28334     altosui: Add apogee lockout configuration
28335     
28336     Provide suggested values of 5/10/15/20 seconds.
28337     
28338     Signed-off-by: Keith Packard <keithp@keithp.com>
28339
28340 commit b4ab9f5dfa9f2a50e0528acf0a1fdeaa1f9bc523
28341 Author: Keith Packard <keithp@keithp.com>
28342 Date:   Sat Apr 14 13:52:37 2012 -0700
28343
28344     altosui: Read frequency from device while configuring ground station
28345     
28346     Missed this when adding the TD config UI.
28347     
28348     Signed-off-by: Keith Packard <keithp@keithp.com>
28349
28350 commit 5c8af6d35ebfc8fd896dfbf9928ec8f9dbfa531f
28351 Author: Keith Packard <keithp@keithp.com>
28352 Date:   Sat Apr 14 12:05:28 2012 -0700
28353
28354     altos: Remove debug printf from cc1111 check-stack script
28355     
28356     Signed-off-by: Keith Packard <keithp@keithp.com>
28357
28358 commit 6cb744e305116a738b5d71686c6748f6f08c12ea
28359 Author: Keith Packard <keithp@keithp.com>
28360 Date:   Sat Apr 14 12:02:14 2012 -0700
28361
28362     altos: Respect apogee lockout time in flight algorithm
28363     
28364     This prevents any apogee detection from occurring until the specified
28365     number of seconds after boost. This also prevents the switch from
28366     accel+baro to baro only mode in the Kalman filter.
28367     
28368     The test frame work is also changed to look for Apogee lockout: in the
28369     eeprom input file.
28370     
28371     Signed-off-by: Keith Packard <keithp@keithp.com>
28372
28373 commit 9a8fec1b6d8f3346f988882ffb03d7d0e45b3c81
28374 Author: Keith Packard <keithp@keithp.com>
28375 Date:   Sat Apr 14 12:00:32 2012 -0700
28376
28377     altos: Clean up test scripts
28378     
28379     The flight test scripts were using invalid bash syntax. Clean that up
28380     and also switch the default flight directory to my new
28381     ~/misc/rockets/flights directory.
28382     
28383     Signed-off-by: Keith Packard <keithp@keithp.com>
28384
28385 commit e9f6fca7cfe796cbd86ae9d8f1ebe31bba7251db
28386 Author: Keith Packard <keithp@keithp.com>
28387 Date:   Fri Apr 13 18:38:29 2012 -0700
28388
28389     altos: Correct STM USB driver
28390     
28391     Configure endpoint registers correctly now.
28392     Restructure code to make sure we send the right IN packets.
28393     
28394     Signed-off-by: Keith Packard <keithp@keithp.com>
28395
28396 commit 1a84d34fa08f43a5f79b1a5f8d8de7674d04647d
28397 Author: Keith Packard <keithp@keithp.com>
28398 Date:   Fri Apr 13 18:35:46 2012 -0700
28399
28400     altos: Check all USE_SERIAL_*_STDIO when computing AO_NUM_STDIOS
28401     
28402     AO_NUM_STDIOS is allocated based on the total number of possible stdio
28403     values. Now that multiple serial stdio are possible, make sure to
28404     check all of them.
28405     
28406     Signed-off-by: Keith Packard <keithp@keithp.com>
28407
28408 commit 3c67543f3e5fddc6a8850f33ac519ccd55b607f0
28409 Author: Keith Packard <keithp@keithp.com>
28410 Date:   Fri Apr 13 18:34:52 2012 -0700
28411
28412     altos: Set USB Interrupt endpoint interval to maximum allowed
28413     
28414     We don't ever send anything over this channel, so there's no sense
28415     asking the host to poll it very often.
28416     
28417     Signed-off-by: Keith Packard <keithp@keithp.com>
28418
28419 commit 0667261e03b3fd403e97d02ea6204b007bb13f58
28420 Author: Keith Packard <keithp@keithp.com>
28421 Date:   Fri Apr 13 09:39:20 2012 -0700
28422
28423     altos: Pull more interfaces out of ao.h and move to separate files
28424     
28425     This moves the aes, btm, companion, lcd and packet interfaces out of ao.h
28426     
28427     Signed-off-by: Keith Packard <keithp@keithp.com>
28428
28429 commit 2b4a53342980618b193cbee5b803e56f7c937893
28430 Author: Keith Packard <keithp@keithp.com>
28431 Date:   Fri Apr 13 09:36:00 2012 -0700
28432
28433     altos: ao_telelaunch.c got left in src directory
28434     
28435     Should live in product/ao_telelaunch.c
28436     
28437     Signed-off-by: Keith Packard <keithp@keithp.com>
28438
28439 commit 040a6eb119451026e1ec7c3a6a8e76b439c632d5
28440 Author: Keith Packard <keithp@keithp.com>
28441 Date:   Thu Apr 12 14:51:07 2012 -0700
28442
28443     altos: Massive product config cleanup
28444     
28445     Support multiple serial ports more cleanly
28446     
28447     Split out parts of ao.h into separate feature header files
28448     
28449     Signed-off-by: Keith Packard <keithp@keithp.com>
28450
28451 commit f952f9c285e2718a433c8c720c9b5d9c369e7036
28452 Author: Keith Packard <keithp@keithp.com>
28453 Date:   Thu Apr 12 14:50:12 2012 -0700
28454
28455     altos: Start adding apogee lockout support
28456     
28457     Remove radio channel support too.
28458     
28459     Signed-off-by: Keith Packard <keithp@keithp.com>
28460
28461 commit 6d1606895f70c6bca20c25084107f90bd0b613ec
28462 Author: Keith Packard <keithp@keithp.com>
28463 Date:   Wed Apr 11 23:31:28 2012 -0700
28464
28465     altos: Switch stm-demo to HSE clock, add USB
28466     
28467     Requires that SB17 be soldered shut so that the MCO from the STlink
28468     CPU is available the target for HSE input.
28469     
28470     Signed-off-by: Keith Packard <keithp@keithp.com>
28471
28472 commit 49ac2828510e8b5fcba7e31631dac0580a455011
28473 Author: Keith Packard <keithp@keithp.com>
28474 Date:   Wed Apr 11 23:30:13 2012 -0700
28475
28476     altos: Rework how STM clocks are initialized.
28477     
28478     Clean all of the RCC configuration up after turning on the clocks.
28479     Use the MSI clock during initialization to avoid messing around with
28480     the HSI clock temporarily.
28481     
28482     Allow for an external clock on the HSE line.
28483     
28484     Signed-off-by: Keith Packard <keithp@keithp.com>
28485
28486 commit 93ef7e4a23d13540615f1a9782e1d58ddb7f258e
28487 Author: Keith Packard <keithp@keithp.com>
28488 Date:   Wed Apr 11 23:29:38 2012 -0700
28489
28490     altos: Use new USB driver in megametrum-v0.1 product
28491     
28492     Signed-off-by: Keith Packard <keithp@keithp.com>
28493
28494 commit d432307a3c2709634350eaa1262b935028d073d3
28495 Author: Keith Packard <keithp@keithp.com>
28496 Date:   Wed Apr 11 23:28:45 2012 -0700
28497
28498     altos: Add STM USB driver
28499     
28500     Emulates the usual CDC-ACM device
28501     
28502     Signed-off-by: Keith Packard <keithp@keithp.com>
28503
28504 commit afd52a8b54fe31577d939a161ea9cf5ad48e3a43
28505 Author: Keith Packard <keithp@keithp.com>
28506 Date:   Wed Apr 11 23:26:30 2012 -0700
28507
28508     altos: Add STM ao_arch_reboot implementation
28509     
28510     Uses the AIRCR register to force a reset
28511     
28512     Signed-off-by: Keith Packard <keithp@keithp.com>
28513
28514 commit 150881f86f8d90b5867507889441990d18223e62
28515 Author: Keith Packard <keithp@keithp.com>
28516 Date:   Wed Apr 11 23:25:36 2012 -0700
28517
28518     altos: Add register definitions for STM syscfg and usb
28519     
28520     Signed-off-by: Keith Packard <keithp@keithp.com>
28521
28522 commit 0dd9e1dd62656a931f9559af6da9131f704f83f9
28523 Author: Keith Packard <keithp@keithp.com>
28524 Date:   Mon Apr 9 23:27:43 2012 -0700
28525
28526     altos: Add support for multiple SPI busses and sharing device drivers
28527     
28528     The STM32L151 has several SPI busses, and we want to use more than
28529     one, so add a 'bus' parameter to the SPI interfaces. To avoid wasting
28530     time on AVR and CC1111 processors which only use one SPI bus, elide
28531     those parameters from the actual functions by wrapping them with
28532     macros.
28533     
28534     Configuring chip select is now all macroized so that each chip can
28535     have its own version, allowing the STM to share the various SPI device
28536     drivers with the cc1111 and avr processors. Note that only the M25
28537     driver has been ported; porting the others is 'trivial', but not
28538     necessary at this point.
28539     
28540     Signed-off-by: Keith Packard <keithp@keithp.com>
28541
28542 commit 35e3c47da895bdd868b9b66b98bca64bd82db862
28543 Author: Keith Packard <keithp@keithp.com>
28544 Date:   Mon Apr 9 22:25:59 2012 -0700
28545
28546     altos: make megametrum beeper test keep beeping
28547     
28548     Used to measure the beep frequency.
28549     
28550     Signed-off-by: Keith Packard <keithp@keithp.com>
28551
28552 commit 9804528e249db256e020d4b5340ba6216d3474f0
28553 Author: Keith Packard <keithp@keithp.com>
28554 Date:   Mon Apr 9 22:25:13 2012 -0700
28555
28556     altos: Check for cc1111 flash overflow
28557     
28558     The linker is supposed to do this, but it ignores the static
28559     initializer data added after the code.
28560     
28561     Signed-off-by: Keith Packard <keithp@keithp.com>
28562
28563 commit d15c4976ed9c23c861e620eb9c429d1cb7eedbee
28564 Author: Keith Packard <keithp@keithp.com>
28565 Date:   Mon Apr 9 22:24:36 2012 -0700
28566
28567     altos: Increase STM SPI speed to PCLK/4
28568     
28569     The pressure sensor seems happy at this speed.
28570     
28571     Signed-off-by: Keith Packard <keithp@keithp.com>
28572
28573 commit 0cd682ef0c8cdcf364b7e173ff3a9f84e485c113
28574 Author: Keith Packard <keithp@keithp.com>
28575 Date:   Mon Apr 9 22:23:52 2012 -0700
28576
28577     altos: Move MS5607 configuration to ao_pins.h
28578     
28579     Which SPI port and where chip select is to be found are product specific.
28580     
28581     Signed-off-by: Keith Packard <keithp@keithp.com>
28582
28583 commit 3909fca0a3f918121888a415f9bf9bca99505366
28584 Author: Keith Packard <keithp@keithp.com>
28585 Date:   Mon Apr 9 22:22:58 2012 -0700
28586
28587     altos: Add missing parens in ao_ms5607.h
28588     
28589     Signed-off-by: Keith Packard <keithp@keithp.com>
28590
28591 commit c5bbfc7244faaae41c7b581644c3c253e9b7f462
28592 Author: Keith Packard <keithp@keithp.com>
28593 Date:   Mon Apr 9 22:21:46 2012 -0700
28594
28595     altos: Reduce MS5607 reset delay, increase conversion delay
28596     
28597     Reset doesn't take very long, while doing a conversion seems to take
28598     more than 10ms.
28599     
28600     Signed-off-by: Keith Packard <keithp@keithp.com>
28601
28602 commit 51aef5d4fc29986353ad887f4a67ed2fe35f8c8e
28603 Author: Keith Packard <keithp@keithp.com>
28604 Date:   Mon Apr 9 22:17:33 2012 -0700
28605
28606     altos: Make STM clock configuration per-product. Fix 32MHz CPU speed
28607     
28608     This moves all of the STM clock configuration into ao_pins.h so that
28609     each product can configure it separately. While doing this, I
28610     discovered that the flash memory mode (64-bit, prefetch, latency 1)
28611     wasn't actually getting set, which is why the CPU refused to work at
28612     32MHz.
28613     
28614     Signed-off-by: Keith Packard <keithp@keithp.com>
28615
28616 commit 1dcfbb05531767e67df45c2799a2fe533834fb71
28617 Author: Keith Packard <keithp@keithp.com>
28618 Date:   Mon Apr 9 20:28:19 2012 -0700
28619
28620     altos: Add beeper driver to STM arch
28621     
28622     Drives the MegaMetrum beeper
28623     
28624     Signed-off-by: Keith Packard <keithp@keithp.com>
28625
28626 commit 67044cca5b463772491d0712d0ce07a8f897a476
28627 Author: Keith Packard <keithp@keithp.com>
28628 Date:   Mon Apr 9 00:10:43 2012 -0700
28629
28630     altos: Test I2C code on discovery board.
28631     
28632     Signed-off-by: Keith Packard <keithp@keithp.com>
28633
28634 commit 0a198dfcd1b0defe194feaf301f4586e5573d6e9
28635 Author: Keith Packard <keithp@keithp.com>
28636 Date:   Mon Apr 9 00:10:01 2012 -0700
28637
28638     altos: ARM -O0 flag appears to generate buggy code
28639     
28640     Use -Os always, which is annoying...
28641     
28642     Signed-off-by: Keith Packard <keithp@keithp.com>
28643
28644 commit 597c3df668ccf656d8c014f665c154a03166577c
28645 Author: Keith Packard <keithp@keithp.com>
28646 Date:   Mon Apr 9 00:09:18 2012 -0700
28647
28648     altos: Make ms5607 driver do something
28649     
28650     It's loading prom values and converting sensor data, but it's getting
28651     the wrong answer at present.
28652     
28653     Signed-off-by: Keith Packard <keithp@keithp.com>
28654
28655 commit e9362841b1075a2ae59eecc73137b20e700567a8
28656 Author: Keith Packard <keithp@keithp.com>
28657 Date:   Mon Apr 9 00:08:20 2012 -0700
28658
28659     altos: add STM I2C driver.
28660     
28661     Not well tested yet...
28662     
28663     Signed-off-by: Keith Packard <keithp@keithp.com>
28664
28665 commit e027247a9ef82746c26bcb8d0a851a0fa06511de
28666 Author: Keith Packard <keithp@keithp.com>
28667 Date:   Mon Apr 9 00:06:35 2012 -0700
28668
28669     altos: Slow STM SPI down a bit so the MS5607 returns values
28670     
28671     It's still not working right, but at least it returns something other
28672     than all zeros...
28673     
28674     Signed-off-by: Keith Packard <keithp@keithp.com>
28675
28676 commit 059f09dbca4703c25b42389b54c6510331c39485
28677 Author: Keith Packard <keithp@keithp.com>
28678 Date:   Mon Apr 9 00:05:18 2012 -0700
28679
28680     altos: Allow STM DMA channels to be reserved for one use
28681     
28682     This allows a single user of a DMA channel to reserve it for use
28683     without needing to lock the mutex; this is required for DMA from the
28684     ADC to work on megametrum as it wants to start DMA from an interrupt
28685     handler, which cannot block on a mutex.
28686     
28687     Signed-off-by: Keith Packard <keithp@keithp.com>
28688
28689 commit f7cfbbce2b94b5ac0094a0e34e1766fe1ceb12c8
28690 Author: Keith Packard <keithp@keithp.com>
28691 Date:   Sat Apr 7 20:35:17 2012 -0700
28692
28693     altos: Show temperature in stm-demo
28694     
28695     Use the ADC to show current temperature
28696     
28697     Signed-off-by: Keith Packard <keithp@keithp.com>
28698
28699 commit 98aa481741b8fbc617545beda3d295b53de90716
28700 Author: Keith Packard <keithp@keithp.com>
28701 Date:   Sat Apr 7 20:33:27 2012 -0700
28702
28703     altos: Use 384 cycle ADC sample time
28704     
28705     This is plenty fast, and provides nice stable readings.
28706     
28707     Signed-off-by: Keith Packard <keithp@keithp.com>
28708
28709 commit 0bce68e6a0abc19f49c573331164d13643c9bee5
28710 Author: Keith Packard <keithp@keithp.com>
28711 Date:   Sat Apr 7 20:31:58 2012 -0700
28712
28713     altos: Add STM temperature sensor calibration data
28714     
28715     Each stm32l has two-point factory temperature calibration data.
28716     Provide access to that for displaying temperature data.
28717     
28718     Signed-off-by: Keith Packard <keithp@keithp.com>
28719
28720 commit a41628c97e90770890cce1d6f580e92c1cad1a7f
28721 Author: Keith Packard <keithp@keithp.com>
28722 Date:   Sat Apr 7 18:55:53 2012 -0700
28723
28724     altos: Add ADC support to megametrum firmware
28725     
28726     Measures all MM igniter and battery voltages.
28727     
28728     Signed-off-by: Keith Packard <keithp@keithp.com>
28729
28730 commit 9b9357f48597a034211affb3f18fc6089816456d
28731 Author: Keith Packard <keithp@keithp.com>
28732 Date:   Sat Apr 7 18:55:20 2012 -0700
28733
28734     altos: Add ADC tests to stm-demo
28735     
28736     Signed-off-by: Keith Packard <keithp@keithp.com>
28737
28738 commit b5e9d14b4e3e8f29ad8a7bb9b339890be4bcfa2f
28739 Author: Keith Packard <keithp@keithp.com>
28740 Date:   Sat Apr 7 18:54:32 2012 -0700
28741
28742     altos: STM SPI is not using interrupts itself
28743     
28744     All SPI transfers are done via DMA, so the DMA interrupts suffice.
28745     
28746     Signed-off-by: Keith Packard <keithp@keithp.com>
28747
28748 commit 5e41d1e03680af9806c599aad80b9b64dd719f9b
28749 Author: Keith Packard <keithp@keithp.com>
28750 Date:   Sat Apr 7 18:53:12 2012 -0700
28751
28752     altos: Add support for STM ADC
28753     
28754     DMA-based driver for the STM analog to digital converter.
28755     
28756     Signed-off-by: Keith Packard <keithp@keithp.com>
28757
28758 commit fa96ee3db9b57cc2a88e9edd74bb9efcc228ccf3
28759 Author: Keith Packard <keithp@keithp.com>
28760 Date:   Sat Apr 7 18:44:11 2012 -0700
28761
28762     altosui: remove debug printf from AltosFlightStats
28763     
28764     Signed-off-by: Keith Packard <keithp@keithp.com>
28765
28766 commit e56038b65ba1c6413ba9942be3c092644986f126
28767 Author: Keith Packard <keithp@keithp.com>
28768 Date:   Sat Apr 7 18:36:36 2012 -0700
28769
28770     altosui: When computing flight stats, auto-detect boost time
28771     
28772     Detect when boost actually starts by looking for the last low
28773     acceleration value before the recorded boost time. This improves the
28774     computation of the boost state data.
28775     
28776     Signed-off-by: Keith Packard <keithp@keithp.com>
28777
28778 commit 20066268d8d1853055d0afe108584db34b425fcb
28779 Author: Keith Packard <keithp@keithp.com>
28780 Date:   Sat Apr 7 18:35:26 2012 -0700
28781
28782     altosui: Integrate accel speed from very start of eeprom record
28783     
28784     Don't wait for the flight computer to have detected boost--that's
28785     often several samples after boost actually occurred, which can leave a
28786     bunch of acceleration out of the speed computation.
28787     
28788     Signed-off-by: Keith Packard <keithp@keithp.com>
28789
28790 commit d35c4df12a3d8e2dab5d41f8d918ff4237f91e46
28791 Author: Keith Packard <keithp@keithp.com>
28792 Date:   Sat Apr 7 01:01:33 2012 -0700
28793
28794     altos: Add ability to change radio frequency in TeleTerra
28795     
28796     Provide a way to set the frequency locally.
28797     
28798     Signed-off-by: Keith Packard <keithp@keithp.com>
28799
28800 commit 4700f63937786e8f6e9b4882363234a33eb54c46
28801 Author: Keith Packard <keithp@keithp.com>
28802 Date:   Sat Apr 7 01:01:06 2012 -0700
28803
28804     altos: Make ao_config_set_radio public
28805     
28806     Allows other bits of code to reset the radio parameters.
28807     
28808     Signed-off-by: Keith Packard <keithp@keithp.com>
28809
28810 commit a0a650a2be007b0436bd527d6c18f36eef6fbe2b
28811 Author: Keith Packard <keithp@keithp.com>
28812 Date:   Sat Apr 7 00:25:50 2012 -0700
28813
28814     altos: Force radio channel to zero when setting frequency
28815     
28816     Otherwise, the actual radio frequency will include the channel offset,
28817     which is not useful.
28818     
28819     Signed-off-by: Keith Packard <keithp@keithp.com>
28820
28821 commit c7119405a3dd7128120374a2a001bc98ef523619
28822 Author: Keith Packard <keithp@keithp.com>
28823 Date:   Sat Apr 7 00:25:26 2012 -0700
28824
28825     altos: Make ao_freq_to_set reentrant
28826     
28827     Save a bunch of data space this way.
28828     
28829     Signed-off-by: Keith Packard <keithp@keithp.com>
28830
28831 commit d0d0d20c20e5eeacbc9a1ec1c93141a2044830fb
28832 Author: Keith Packard <keithp@keithp.com>
28833 Date:   Sat Apr 7 00:24:59 2012 -0700
28834
28835     altos: Shorten help strings
28836     
28837     Save a bit of code space
28838     
28839     Signed-off-by: Keith Packard <keithp@keithp.com>
28840
28841 commit 8405efb6ca68c8216413b94e7acbdf51af00554a
28842 Author: Keith Packard <keithp@keithp.com>
28843 Date:   Sat Apr 7 00:23:55 2012 -0700
28844
28845     altos: Save memory in ao_config.c
28846     
28847     Shorten help messages.
28848     Stop setting aes_key on products not using aes key.
28849     
28850     Signed-off-by: Keith Packard <keithp@keithp.com>
28851
28852 commit 41a8383ccd29351f3a88a374f9456d6efb71b9a0
28853 Author: Keith Packard <keithp@keithp.com>
28854 Date:   Sat Apr 7 00:22:41 2012 -0700
28855
28856     altos: Save memory in ao_cmd.c
28857     
28858     Shrink a couple of help strings
28859     move a variable in ao_cmd from data to pdata.
28860     
28861     Signed-off-by: Keith Packard <keithp@keithp.com>
28862
28863 commit 5f63065a16b65618b39314880c72074f0a8b5550
28864 Author: Keith Packard <keithp@keithp.com>
28865 Date:   Sat Apr 7 00:22:02 2012 -0700
28866
28867     altos: Add fake install/uninstall targets for stm-bringup
28868     
28869     Keep global 'make install' from failing.
28870     Signed-off-by: Keith Packard <keithp@keithp.com>
28871
28872 commit 5569e4df50648a3ec131ba5e244da9b67d1a67db
28873 Author: Keith Packard <keithp@keithp.com>
28874 Date:   Sat Apr 7 00:21:03 2012 -0700
28875
28876     altosui: Radio channel gets set to zero by altos when frequency is set
28877     
28878     Just remember what the channe is going to get set to.
28879     
28880     Signed-off-by: Keith Packard <keithp@keithp.com>
28881
28882 commit 2db6b0f58811ffc44a468c8fbcacc08d37edd26c
28883 Author: Keith Packard <keithp@keithp.com>
28884 Date:   Fri Apr 6 22:40:49 2012 -0700
28885
28886     altos: Shuffle stm-demo SPI test code around a bit
28887     
28888     Move a debug printf beyond the chip select boundary to
28889     allow for more accurate timing.
28890     
28891     Send four bytes instead of just one.
28892     
28893     Signed-off-by: Keith Packard <keithp@keithp.com>
28894
28895 commit 89201cdf2062b7319a0da4e266e4d6edba1493f8
28896 Author: Keith Packard <keithp@keithp.com>
28897 Date:   Fri Apr 6 22:40:17 2012 -0700
28898
28899     altos: Declare stm DMA address registers as volatile void *
28900     
28901     Eliminates a cast when assigning to them.
28902     
28903     Signed-off-by: Keith Packard <keithp@keithp.com>
28904
28905 commit 0bcc23c3be1a20a362fea268901c600f9f0d287a
28906 Author: Keith Packard <keithp@keithp.com>
28907 Date:   Fri Apr 6 22:39:45 2012 -0700
28908
28909     altos: Disable DMA unit when idle
28910     
28911     Should save a bit of power
28912     
28913     Signed-off-by: Keith Packard <keithp@keithp.com>
28914
28915 commit 20926b62a87154a846cb950dc542c737cd54826d
28916 Author: Keith Packard <keithp@keithp.com>
28917 Date:   Fri Apr 6 22:39:12 2012 -0700
28918
28919     altos: Disable STM SPI transceiver when idle
28920     
28921     Should save a bit of power.
28922     
28923     Signed-off-by: Keith Packard <keithp@keithp.com>
28924
28925 commit 9b12bc445fe482306e4587ad60c6d2daf65a60f3
28926 Author: Keith Packard <keithp@keithp.com>
28927 Date:   Fri Apr 6 18:07:07 2012 -0700
28928
28929     altos: Add DMA, SPI and MS5607 drivers
28930     
28931     Signed-off-by: Keith Packard <keithp@keithp.com>
28932
28933 commit 2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf
28934 Author: Keith Packard <keithp@keithp.com>
28935 Date:   Mon Apr 2 23:00:29 2012 -0700
28936
28937     altos: megametrum builds an ELF file, not an IHX file
28938     
28939     Name it appropriately.
28940     
28941     Signed-off-by: Keith Packard <keithp@keithp.com>
28942
28943 commit cf1e4d60e1fcd75fa734365a2666ea8930938128
28944 Author: Keith Packard <keithp@keithp.com>
28945 Date:   Mon Apr 2 22:58:54 2012 -0700
28946
28947     altos: Move SPI functions to architecture-specific location
28948     
28949     Some architecture specific stuff needs to use core altos code, so
28950     create new ao_arch_funcs.h files per architecture that get pulled in
28951     at the end of ao.h
28952     
28953     Signed-off-by: Keith Packard <keithp@keithp.com>
28954
28955 commit c09d155328bd446bb84ac1068d380cceb884df22
28956 Author: Keith Packard <keithp@keithp.com>
28957 Date:   Mon Apr 2 19:27:53 2012 -0700
28958
28959     altos: Oops. Set per-USART STM baud rate register instead of usart1
28960     
28961     Was accidentally always setting usart1 instead of the per-usart
28962     register. Didn't work too well for other usarts...
28963     
28964     Signed-off-by: Keith Packard <keithp@keithp.com>
28965
28966 commit 440226df03a85cd0047d876b57b2a3410bfb2b02
28967 Author: Bdale Garbee <bdale@gag.com>
28968 Date:   Sat Mar 31 17:53:25 2012 -0600
28969
28970     be explicit in a couple places about only using single-cell LiPo batteries
28971
28972 commit 4ca52908c8b3f98a79588981f6878025250f0924
28973 Author: Bdale Garbee <bdale@gag.com>
28974 Date:   Sat Mar 31 16:43:39 2012 -0600
28975
28976     use explicit path not $(HOME) to find ARM toolchain for now
28977
28978 commit 246618baf9b8803e5ae4e650eb46740d1128a010
28979 Author: Bdale Garbee <bdale@gag.com>
28980 Date:   Sat Mar 31 16:43:11 2012 -0600
28981
28982     add config file for gdb use with MegaMetrum via Olimex dongle
28983
28984 commit b89f11139fae7ae722ed78d342a169ed2bf5c948
28985 Author: Keith Packard <keithp@keithp.com>
28986 Date:   Sat Mar 31 12:44:14 2012 -0700
28987
28988     Build megametrum-v0.1 by default
28989
28990 commit bbf31b8591f89e2a1fcc7dac5f42d730a81473d2
28991 Author: Keith Packard <keithp@keithp.com>
28992 Date:   Sat Mar 31 12:43:58 2012 -0700
28993
28994     altos: Add stub cc1120 driver
28995     
28996     Signed-off-by: Keith Packard <keithp@keithp.com>
28997
28998 commit 1f2b75518169c4f2da9762de46bf1d9a71a04d17
28999 Author: Keith Packard <keithp@keithp.com>
29000 Date:   Wed Mar 28 21:54:32 2012 -0700
29001
29002     altos: Move cc1111 DMA engine interface to cc1111/ao_arch.h from ao.h
29003     
29004     It's hardware specific
29005     
29006     Signed-off-by: Keith Packard <keithp@keithp.com>
29007
29008 commit 47a9925f16f6a13b173c49d3873d91fc7cf6d46e
29009 Author: Keith Packard <keithp@keithp.com>
29010 Date:   Wed Mar 28 21:53:30 2012 -0700
29011
29012     altos: Move cc1111 AES driver to cc1111 directory
29013     
29014     Signed-off-by: Keith Packard <keithp@keithp.com>
29015
29016 commit 93ae5f6ce09fa71ebd34f77a884684b3670c8b44
29017 Author: Bdale Garbee <bdale@gag.com>
29018 Date:   Sat Mar 31 13:29:15 2012 -0600
29019
29020     openocd config file for MegaMetrum
29021
29022 commit b711768da6310a1b06f3b995a280587fed5f26cd
29023 Author: Keith Packard <keithp@keithp.com>
29024 Date:   Wed Mar 28 21:45:44 2012 -0700
29025
29026     Bump version to 1.0.9.4
29027     
29028     Signed-off-by: Keith Packard <keithp@keithp.com>
29029
29030 commit 0993595035a2813deba6991fa25bc0d475f2e6bb
29031 Author: Keith Packard <keithp@keithp.com>
29032 Date:   Wed Mar 28 21:45:02 2012 -0700
29033
29034     altos: Add ao_freq.c to megametrum build
29035     
29036     I think this will be needed to compute radio settings on the cc1120
29037     
29038     Signed-off-by: Keith Packard <keithp@keithp.com>
29039
29040 commit a157edbe1bf7fffd5a6041f7b1760674addd2229
29041 Author: Keith Packard <keithp@keithp.com>
29042 Date:   Sun Mar 25 13:08:05 2012 -0700
29043
29044     stm-demo does not use altitude.h
29045
29046 commit c1531fb26461b9f4ec39672bbfaeb70e6f4d1056
29047 Author: Keith Packard <keithp@keithp.com>
29048 Date:   Fri Mar 23 01:42:32 2012 -0700
29049
29050     Use -Os for STM apps. Fix altos.ld to matchall .rodata* sections
29051     
29052     Without .rodata*, it would stick the flash copy of the data on top of
29053     any further .rodata* sections. Fortunately, the linker catches that
29054     and complains...
29055     
29056     Signed-off-by: Keith Packard <keithp@keithp.com>
29057
29058 commit f2c110fb4531144f18f62200e4127738c84e87f1
29059 Author: Keith Packard <keithp@keithp.com>
29060 Date:   Fri Mar 23 00:55:53 2012 -0700
29061
29062     Get config stuff hooked up for MegaMetrum
29063     
29064     This stubs out enough stuff to let ao_config link and work
29065     
29066     Signed-off-by: Keith Packard <keithp@keithp.com>
29067
29068 commit 0bda768c2be5b81bec13f21d4d3bb6a11a8e88fa
29069 Author: Keith Packard <keithp@keithp.com>
29070 Date:   Fri Mar 23 00:43:47 2012 -0700
29071
29072     Add preliminary MegaMetrum v0.1 support
29073     
29074     This turns on an LED, enables the internal R/C clock, hooks USART3 to
29075     the GPS chip and USART1 to the console.
29076     
29077     Signed-off-by: Keith Packard <keithp@keithp.com>
29078
29079 commit c27e211796a64b6bbacfe6a1516e9872fdb0853e
29080 Author: Keith Packard <keithp@keithp.com>
29081 Date:   Fri Mar 23 00:43:17 2012 -0700
29082
29083     Use new Makefile.defs in stm-demo
29084     
29085     Signed-off-by: Keith Packard <keithp@keithp.com>
29086
29087 commit d7ddfd4e6d75e50ca64a342181f5c52e9f4919af
29088 Author: Keith Packard <keithp@keithp.com>
29089 Date:   Fri Mar 23 00:42:13 2012 -0700
29090
29091     Use 16-bits for STM32 LED mask. Export serial I/O functions
29092     
29093     Signed-off-by: Keith Packard <keithp@keithp.com>
29094
29095 commit 606d866153cb639a2400cbedbc45046372ad1b30
29096 Author: Keith Packard <keithp@keithp.com>
29097 Date:   Fri Mar 23 00:40:48 2012 -0700
29098
29099     Allow skytraq to be on non-default serial port
29100     
29101     Provide ao_gps_getchar, ao_gps_putchar and ao_gps_set_speed hooks to
29102     let product specify functions for serial access.
29103     
29104     Signed-off-by: Keith Packard <keithp@keithp.com>
29105
29106 commit 25184baa36c20e3d661f94e642a33e8aae179d60
29107 Author: Keith Packard <keithp@keithp.com>
29108 Date:   Fri Mar 23 00:40:09 2012 -0700
29109
29110     Allow for more than 8 LEDs
29111     
29112     Provide hook for architecture-specific LED mask (AO_LED_TYPE)
29113     
29114     Signed-off-by: Keith Packard <keithp@keithp.com>
29115
29116 commit 87ca5c9c5f9cea1b9e14468e4694ce6acc21955a
29117 Author: Keith Packard <keithp@keithp.com>
29118 Date:   Fri Mar 23 00:19:06 2012 -0700
29119
29120     Clean up STM build by moving common defs to Makefile.defs
29121     
29122     Shortens default Makefile a bit
29123     
29124     Signed-off-by: Keith Packard <keithp@keithp.com>
29125
29126 commit 41a3fded116a3101789df44647d0eb06be07a25b
29127 Author: Keith Packard <keithp@keithp.com>
29128 Date:   Fri Mar 23 00:04:47 2012 -0700
29129
29130     Make stm-demo display a scrolling message
29131     
29132     Instead of trying to frob the LEDs, which are now owned by the serial
29133     port.
29134     
29135     Signed-off-by: Keith Packard <keithp@keithp.com>
29136
29137 commit 9b5e98a3407b369803109bfc1409e4f8b6e848ba
29138 Author: Keith Packard <keithp@keithp.com>
29139 Date:   Fri Mar 23 00:04:21 2012 -0700
29140
29141     Flush LCD changes each time the text is updated
29142     
29143     Rather than requiring the caller to do it.
29144     
29145     Signed-off-by: Keith Packard <keithp@keithp.com>
29146
29147 commit 6337b5f522be11926a6490d7bb27a4f7795da569
29148 Author: Keith Packard <keithp@keithp.com>
29149 Date:   Fri Mar 23 00:03:29 2012 -0700
29150
29151     Automatically set ALTERNATE pin mode when setting alternate function
29152     
29153     When selecting an alternate function, set the pin to alternate mode as
29154     well; there's no sense requiring two separate calls everywhere.
29155     
29156     Signed-off-by: Keith Packard <keithp@keithp.com>
29157
29158 commit c9e61a4f1f0ce5e5177a2252e8b7a02a578e77f1
29159 Author: Keith Packard <keithp@keithp.com>
29160 Date:   Fri Mar 23 00:02:38 2012 -0700
29161
29162     Allow any STM usart to be used for stdio
29163     
29164     This also adds the alternate pin configurations for the other two
29165     usarts
29166     
29167     Signed-off-by: Keith Packard <keithp@keithp.com>
29168
29169 commit bf060b3e3ed655bbb8464f342d0a0b1745a06173
29170 Author: Keith Packard <keithp@keithp.com>
29171 Date:   Fri Mar 23 00:01:50 2012 -0700
29172
29173     Allow for more than one serial port in core AltOS
29174     
29175     Signed-off-by: Keith Packard <keithp@keithp.com>
29176
29177 commit d236a5c7cd6e9b1d7192e801d63b4bd348cc2f12
29178 Author: Keith Packard <keithp@keithp.com>
29179 Date:   Thu Mar 22 20:02:30 2012 -0700
29180
29181     Move LCD string output code to ao_lcd_font.c
29182     
29183     It's all very specific to the 14-segment display, so
29184     stick it there.
29185     
29186     Signed-off-by: Keith Packard <keithp@keithp.com>
29187
29188 commit 6da2f5846f2d28ea1f09f60ef2cc3f68113ac62a
29189 Author: Keith Packard <keithp@keithp.com>
29190 Date:   Thu Mar 22 19:43:29 2012 -0700
29191
29192     Add LCD device driver to STM32L port
29193     
29194     This enables the 6-digit 14-character display on the STM32L discovery
29195     board and provides an ascii output to it.
29196     
29197     Signed-off-by: Keith Packard <keithp@keithp.com>
29198
29199 commit a953ac32033ded18adf0cb3ca20134385fcd0a6d
29200 Author: Keith Packard <keithp@keithp.com>
29201 Date:   Thu Mar 22 19:42:18 2012 -0700
29202
29203     Add defines for LCD controller and RTC clocking
29204     
29205     Signed-off-by: Keith Packard <keithp@keithp.com>
29206
29207 commit f6e557bc2f0bd6d4272ed00dd09554d27a83be89
29208 Author: Keith Packard <keithp@keithp.com>
29209 Date:   Thu Mar 22 19:41:23 2012 -0700
29210
29211     Actually enable usarts with the new usart code
29212     
29213     And move USART1 to PB6/PB7 to avoid conflicting with
29214     the LCD pins.
29215     
29216     Signed-off-by: Keith Packard <keithp@keithp.com>
29217
29218 commit 03fbc18ea17a9e77a1d4d8e0ddb97abbe5da3658
29219 Author: Keith Packard <keithp@keithp.com>
29220 Date:   Wed Mar 21 16:24:06 2012 -0700
29221
29222     Clean up multiple serial port support for STM32L
29223     
29224     Signed-off-by: Keith Packard <keithp@keithp.com>
29225
29226 commit f560c961ae4fedec0c9f11d5b3635fcb0d67ed8e
29227 Author: Keith Packard <keithp@keithp.com>
29228 Date:   Wed Mar 21 16:18:26 2012 -0700
29229
29230     Add support for multiple serial ports on STM32L
29231     
29232     Signed-off-by: Keith Packard <keithp@keithp.com>
29233
29234 commit faf2bea4fdb3dca7fbed35423a4fe4459ee92ceb
29235 Author: Keith Packard <keithp@keithp.com>
29236 Date:   Mon Mar 19 11:25:40 2012 -0700
29237
29238     Save/restore PRIMASK register on Cortex-M3
29239     
29240     This preserves the interrupt-enabled bit across context switches
29241     
29242     Signed-off-by: Keith Packard <keithp@keithp.com>
29243
29244 commit 6a14bee42a8431c909bcd74b0acec57329bc0284
29245 Author: Keith Packard <keithp@keithp.com>
29246 Date:   Mon Mar 19 11:24:43 2012 -0700
29247
29248     Don't disable interrupts before saving interrupt flag on AVR
29249     
29250     This ignores the interrupt disabled state, so we'd always leave
29251     ao_yield with interrupts disabled.
29252     
29253     Signed-off-by: Keith Packard <keithp@keithp.com>
29254
29255 commit 7662a0096a860cddac413a310305fe842830c3b5
29256 Author: Keith Packard <keithp@keithp.com>
29257 Date:   Sun Mar 18 22:29:51 2012 -0700
29258
29259     Add .gitignore file to stm-bringup
29260     
29261     Ignore generated binaries
29262     
29263     Signed-off-by: Keith Packard <keithp@keithp.com>
29264
29265 commit 4be74ef0d13114707fd8217907a5ec457f886160
29266 Author: Keith Packard <keithp@keithp.com>
29267 Date:   Sun Mar 18 22:26:43 2012 -0700
29268
29269     Fix STM LED driver and blink LEDs on discovery board
29270     
29271     This adds a task to blink the LEDs, after first fixing up the LED
29272     output code to enable the GPIO and talk to the right pins for the
29273     discovery board.
29274     
29275     Signed-off-by: Keith Packard <keithp@keithp.com>
29276
29277 commit ab6ea9043b592c25948a70b6204d613756a9a250
29278 Author: Keith Packard <keithp@keithp.com>
29279 Date:   Sun Mar 18 22:10:02 2012 -0700
29280
29281     Basic OS running on STM32L
29282     
29283     This gets stm-demo working
29284     
29285     Signed-off-by: Keith Packard <keithp@keithp.com>
29286
29287 commit 0cc01d378ae96325e429ad608b953661582939b0
29288 Author: Keith Packard <keithp@keithp.com>
29289 Date:   Sun Mar 18 22:09:20 2012 -0700
29290
29291     Add AO_PANIC_STACK
29292     
29293     Provide a panic code for stack overflow.
29294     
29295     Signed-off-by: Keith Packard <keithp@keithp.com>
29296
29297 commit 1ca46760cf903860dccb4864578558a1abb6e0fa
29298 Author: Keith Packard <keithp@keithp.com>
29299 Date:   Sun Mar 18 22:08:48 2012 -0700
29300
29301     When debugging, send ao_panic message to ao_debug_out
29302     
29303     Use the low-level debug hooks to get the panic state sent to the
29304     serial port.
29305     
29306     Signed-off-by: Keith Packard <keithp@keithp.com>
29307
29308 commit 4bfce11873f34af9621c60f83a8355f85769f6d3
29309 Author: Keith Packard <keithp@keithp.com>
29310 Date:   Sun Mar 18 22:07:07 2012 -0700
29311
29312     When debugging, send pre-init output to ao_debug_out
29313     
29314     Before tasking is running, send output to ao_debug_out to help debug
29315     system initialization.
29316     
29317     Signed-off-by: Keith Packard <keithp@keithp.com>
29318
29319 commit 93481fd3d9305a107b88c8a64de4194a6d94dc0e
29320 Author: Keith Packard <keithp@keithp.com>
29321 Date:   Sun Mar 18 22:05:46 2012 -0700
29322
29323     Incorrect type in ao_task_info for wchan
29324     
29325     Would truncate 32-bit pointers on arm.
29326     
29327     Signed-off-by: Keith Packard <keithp@keithp.com>
29328
29329 commit 8ba5344514f8ed51f6fd69ca09f6c7035c4fd0da
29330 Author: Keith Packard <keithp@keithp.com>
29331 Date:   Sat Mar 17 00:06:59 2012 -0700
29332
29333     Add stm-demo program
29334     
29335     This runs AltOS and talks over the serial port.
29336     
29337     Signed-off-by: Keith Packard <keithp@keithp.com>
29338
29339 commit 1d1b24bb20dec09145fbaa6fe6897898d47dd16e
29340 Author: Keith Packard <keithp@keithp.com>
29341 Date:   Fri Mar 16 20:24:29 2012 -0700
29342
29343     These were moved to the src/stm directory
29344     
29345     Signed-off-by: Keith Packard <keithp@keithp.com>
29346
29347 commit b8100ea5042013bb4eed67907b4e9d4e5c196df2
29348 Author: Keith Packard <keithp@keithp.com>
29349 Date:   Fri Mar 16 20:23:31 2012 -0700
29350
29351     Add stm bringup timers and move most of the setup code to the stm dir
29352     
29353     Signed-off-by: Keith Packard <keithp@keithp.com>
29354
29355 commit 9279fd42793123784ce83ca151df6f4630487722
29356 Author: Keith Packard <keithp@keithp.com>
29357 Date:   Fri Mar 16 20:21:09 2012 -0700
29358
29359     Add STM platform and stm-bringup demo program
29360     
29361     The stm-bringup doesn't run altos, it just initializes the device and
29362     writes stuff over a serial port. Works on the STM32L Discovery board
29363     at least, should do stuff on other boards too.
29364     
29365     Signed-off-by: Keith Packard <keithp@keithp.com>
29366
29367 commit e2f13aa43ba79becbff6c9bfc18c665a58d96185
29368 Author: Keith Packard <keithp@keithp.com>
29369 Date:   Fri Mar 16 14:25:37 2012 -0700
29370
29371     Add example STM32L programs
29372     
29373     This loads to flash and sends data over the serial link.
29374     
29375     Signed-off-by: Keith Packard <keithp@keithp.com>
29376
29377 commit 3c7d1f6cfffb43299041f2850a48177f4e9b83a5
29378 Author: Keith Packard <keithp@keithp.com>
29379 Date:   Wed Feb 22 23:26:03 2012 +1300
29380
29381     'stdin' is a special name in some compiler environments, don't use it.
29382     
29383     Switch to 'in' in the prototype for altos_serial_set_stdin.
29384     
29385     Signed-off-by: Keith Packard <keithp@keithp.com>
29386
29387 commit bdfcc9112c41c494de23594963980a730b625cc4
29388 Author: Keith Packard <keithp@keithp.com>
29389 Date:   Wed Mar 28 00:49:29 2012 -0700
29390
29391     altosui: Disable launch controller button
29392     
29393     The launch controller should just be a separate program.
29394     
29395     Signed-off-by: Keith Packard <keithp@keithp.com>
29396
29397 commit cf1e95810559584705d0b8a787375938c68e07c6
29398 Author: Keith Packard <keithp@keithp.com>
29399 Date:   Wed Mar 28 00:37:52 2012 -0700
29400
29401     altosui: Add Configure Ground Station dialog (trac #29)
29402     
29403     Allows the user to configure the teledongle frequency without opening
29404     up the flight monitor window, and also shows the teledongle fixed
29405     values like radio calibration, serial number and software version.
29406     
29407     Signed-off-by: Keith Packard <keithp@keithp.com>
29408
29409 commit d60862fce6ac27a97ad6337eea32a4b48645d158
29410 Author: Keith Packard <keithp@keithp.com>
29411 Date:   Wed Mar 28 00:38:37 2012 -0700
29412
29413     altos: Make sure config values are loaded in 'c s' command
29414     
29415     ao_config_get may not have been called when ao_config_show is invoked
29416     by the user, so make sure the config values are loaded before showing
29417     uninitialized data.
29418     
29419     Signed-off-by: Keith Packard <keithp@keithp.com>
29420
29421 commit b98f75dbcccd40c8cbf32c3bfd21bd6f5648b861
29422 Author: Keith Packard <keithp@keithp.com>
29423 Date:   Tue Mar 27 22:54:17 2012 -0700
29424
29425     altosui: Sanity check values from device configuration
29426     
29427     If someone has down-graded and re up-graded the firmware, the config
29428     entries may be garbage. Sanity check them to avoid crashing the UI.
29429     
29430     Signed-off-by: Keith Packard <keithp@keithp.com>
29431
29432 commit b6c7ae2c1f8cba7351cd139c49322280d9d3af47
29433 Author: Keith Packard <keithp@keithp.com>
29434 Date:   Tue Mar 27 22:53:08 2012 -0700
29435
29436     altos: Reset config version if it's too large as well
29437     
29438     Any future config values will get trashed if we down grade the
29439     firmware, so we must reset the firmware version whenever it gets
29440     written.
29441     
29442     Signed-off-by: Keith Packard <keithp@keithp.com>
29443
29444 commit 3f0379db7067eaf104892a82b9c49142087adece
29445 Author: Keith Packard <keithp@keithp.com>
29446 Date:   Tue Mar 27 22:02:13 2012 -0700
29447
29448     altosui: Make 'monitor idle' work with older TeleMetrum firmware (trac #28)
29449     
29450     Older TM firmware did not have the 'done' line at the end of the GPS
29451     report, rather it would just stop after showing the Flags value. Check
29452     the TM version and stop looking for GPS data when the Flags line appears.
29453     
29454     Signed-off-by: Keith Packard <keithp@keithp.com>
29455
29456 commit 7a9baabaf33db5e30eb4ef8f923a4fd96fd28fb4
29457 Author: Keith Packard <keithp@keithp.com>
29458 Date:   Tue Mar 27 21:49:58 2012 -0700
29459
29460     altosui: Mark data 'Age' in monitor idle UI too
29461     
29462     Just like with the flight monitor UI, it's nice to know how old the
29463     data in the monitor idle UI is, in case the data link to the TM isn't reliable.
29464     
29465     Signed-off-by: Keith Packard <keithp@keithp.com>
29466
29467 commit 2f19f9a0eaba22789fdc07a52849e8aaf6fe4695
29468 Author: Keith Packard <keithp@keithp.com>
29469 Date:   Tue Mar 27 21:48:43 2012 -0700
29470
29471     altosui: Catch attempt to set radio frequency to 0.0 -- use default
29472     
29473     Monitor idle was setting the frequency to 0, which takes a while with
29474     the new native radio frequency setting code. Don't do that, instead
29475     pull out the preferred frequency for that, as is done in other places
29476     where a frequency of 0.0 is used.
29477     
29478     Signed-off-by: Keith Packard <keithp@keithp.com>
29479
29480 commit 170510bb183715e9ba580b180f20657d6602644e
29481 Author: Keith Packard <keithp@keithp.com>
29482 Date:   Tue Mar 27 21:13:31 2012 -0700
29483
29484     altosui: Find actual landing time when computing stats (trac #23)
29485     
29486     Look for the last time the height went from >10m to <2m from the
29487     nominal landing altitude and use that as the landing time when
29488     computing things like main descent speed, time under main etc.
29489     
29490     Signed-off-by: Keith Packard <keithp@keithp.com>
29491
29492 commit 0952224c36eba25db34bd147d2d579c66b15bbf8
29493 Author: Keith Packard <keithp@keithp.com>
29494 Date:   Tue Mar 27 18:24:51 2012 -0700
29495
29496     altosui: Change flight data saving UI to separate download/delete selections
29497     
29498     First pop up a dialog to select flights for download. Download
29499     them. Then, after that, pop up a *new* dialog to select flights for
29500     delete. Offer to delete all of the downloaded flights by default. Then
29501     delete the flights.
29502     
29503     Signed-off-by: Keith Packard <keithp@keithp.com>
29504
29505 commit 7dd1d62676c1e605fe69a4c0acfe7638c6b79aa5
29506 Author: Keith Packard <keithp@keithp.com>
29507 Date:   Tue Mar 27 18:19:05 2012 -0700
29508
29509     altos: Optimize ao_freq_to_set a bit
29510     
29511     Reduces size from 327 bytes to 287 bytes
29512     
29513     Signed-off-by: Keith Packard <keithp@keithp.com>
29514
29515 commit d77a4ea206d627635159f35c76c744687d4e633b
29516 Author: Keith Packard <keithp@keithp.com>
29517 Date:   Tue Mar 27 11:58:39 2012 -0700
29518
29519     altosui: Show only supported telemetry version
29520     
29521     Make it clear in the UI which telemetry versions are supported,
29522     providing the combobox only for new firmware which supports all versions.
29523     
29524     Signed-off-by: Keith Packard <keithp@keithp.com>
29525
29526 commit d8ebb83e64d66fa159e75aa560d39d80bb6d9d04
29527 Author: Keith Packard <keithp@keithp.com>
29528 Date:   Tue Mar 27 10:38:32 2012 -0700
29529
29530     altosui: Configure radio with new direct frequency setting
29531     
29532     Instead of computing the radio setting in altosui, let the radio do it directly.
29533     
29534     Signed-off-by: Keith Packard <keithp@keithp.com>
29535
29536 commit c1d12a117b36de7fe8dd992959b890bfd1163e81
29537 Author: Keith Packard <keithp@keithp.com>
29538 Date:   Mon Mar 26 23:35:35 2012 -0700
29539
29540     Do radio settings solely by frequency
29541     
29542     Compute the radio setting needed based on the calibration value
29543     provided and the requested frequency.
29544     
29545     Signed-off-by: Keith Packard <keithp@keithp.com>
29546
29547 commit c2550d72aee371676d2f09316051567681e53a7c
29548 Author: Keith Packard <keithp@keithp.com>
29549 Date:   Mon Mar 26 22:05:04 2012 -0700
29550
29551     altosui: Use ConcurrentHashMap for maps
29552     
29553     This data structure is accessed by multiple threads, so it needs to be
29554     re-entrant.
29555     
29556     Signed-off-by: Keith Packard <keithp@keithp.com>
29557
29558 commit 8610fdae8f47e1e8b6e8525227cc912664ecfafd
29559 Author: Keith Packard <keithp@keithp.com>
29560 Date:   Mon Mar 26 22:04:13 2012 -0700
29561
29562     altosui: Show time since last packet in flight status window
29563     
29564     Makes it easy to see when the UI is wedged, and when telemetry data
29565     are being successfully received.
29566     
29567     Signed-off-by: Keith Packard <keithp@keithp.com>
29568
29569 commit 392a3107b9e9cc8c1ea51df6ff5ec54817adbc65
29570 Author: Keith Packard <keithp@keithp.com>
29571 Date:   Mon Mar 26 20:11:34 2012 -0700
29572
29573     altosui: Restructure telemetry classes to be more sane
29574     
29575      * Make AltosTelemetryRecord be a class, rather than an interface.
29576     
29577      * Inherit from this for AltosTelemetryRecordLegacy and
29578        AltosTelemetryRecordRaw.
29579     
29580      * Remove bogus AltosTelemetryRecordGeneral class.
29581     
29582     Signed-off-by: Keith Packard <keithp@keithp.com>
29583
29584 commit 77639dae0fb9975219c2e211ea6dd6c7965eeea2
29585 Author: Keith Packard <keithp@keithp.com>
29586 Date:   Tue Sep 27 23:50:43 2011 -0700
29587
29588     altos: Require callsign match in packet code
29589     
29590     Ignore packets with mismatching callsigns to avoid accidental
29591     connections between devices controlled by different stations.
29592     
29593     As a special case, if the device is configured with the default
29594     callsign (N0CALL), then let anyone connect. This allows configuration
29595     of new devices without needing to change the ground station callsign.
29596     
29597     Signed-off-by: Keith Packard <keithp@keithp.com>
29598
29599 commit 1b4a4c7b6a0c3f93267f33482f490e7aa25c2158
29600 Author: Keith Packard <keithp@keithp.com>
29601 Date:   Fri Jan 13 10:40:30 2012 -0800
29602
29603     doc: Add companion SPI message protocol doc
29604     
29605     Signed-off-by: Keith Packard <keithp@keithp.com>
29606
29607 commit 5d42ded7ebdb0c134c8dac61f41525c37d81ae61
29608 Author: Bdale Garbee <bdale@gag.com>
29609 Date:   Fri Jan 13 10:44:23 2012 -0700
29610
29611     update turnon_telemetrum to v1.2, add more turnon scripts
29612
29613 commit f450f8bc70f857053b26c4379f54a318062e89a1
29614 Author: Keith Packard <keithp@keithp.com>
29615 Date:   Tue Jan 3 22:27:59 2012 -0800
29616
29617     altos: Set correct registers for serial0 baud
29618     
29619     oops. not going to work very well setting serial 1.
29620     
29621     Signed-off-by: Keith Packard <keithp@keithp.com>
29622
29623 commit c6821ae734a7efaf2e069f6c5edf9605a9dbe125
29624 Author: Keith Packard <keithp@keithp.com>
29625 Date:   Tue Jan 3 20:46:25 2012 -0800
29626
29627     altos: flush stdout when fifo from arduino serial port is empty
29628     
29629     This avoids leaving bytes pending inside altos
29630     
29631     Signed-off-by: Keith Packard <keithp@keithp.com>
29632
29633 commit 65b9b5d0d91fef2c7452dc77017f31f176672304
29634 Author: Keith Packard <keithp@keithp.com>
29635 Date:   Tue Jan 3 20:42:41 2012 -0800
29636
29637     Build teleshield by default
29638
29639 commit 7a42f2e0f145d2d520aed8e241fa39f7cb62b19f
29640 Author: Keith Packard <keithp@keithp.com>
29641 Date:   Tue Jan 3 20:41:15 2012 -0800
29642
29643     altos: Add support for UART0 in async mode
29644     
29645     And copy bytes from it to stdout.
29646     
29647     Signed-off-by: Keith Packard <keithp@keithp.com>
29648
29649 commit 085625ff3992454b59583d95a3c415597c51f754
29650 Author: Keith Packard <keithp@keithp.com>
29651 Date:   Fri Dec 30 15:42:28 2011 -0800
29652
29653     altos: More _asm -> __asm changes
29654     
29655     Missed a few last time
29656     
29657     Signed-off-by: Keith Packard <keithp@keithp.com>
29658
29659 commit 614ab6a991258a5caad0ca12ae35d0288a5b7503
29660 Author: Keith Packard <keithp@keithp.com>
29661 Date:   Fri Dec 30 15:38:32 2011 -0800
29662
29663     altos: Clean up for SDCC 3.1 - more keywords
29664     
29665     _asm -> __asm
29666     sbit -> __sbit
29667     remove variables named 'data'
29668     
29669     Signed-off-by: Keith Packard <keithp@keithp.com>
29670
29671 commit bbb94a6a25a106316414a9a281e924f6c56e9f38
29672 Author: Keith Packard <keithp@keithp.com>
29673 Date:   Fri Dec 30 12:27:35 2011 -0800
29674
29675     altos: SDCC 3.1 wants __at instead of at
29676     
29677     Older SDCC would accept __at, so just replace all occurances unconditionally.
29678     
29679     Signed-off-by: Keith Packard <keithp@keithp.com>
29680
29681 commit 4783ac9653fd4f816f839452795e0d2e52129d5b
29682 Author: Keith Packard <keithp@keithp.com>
29683 Date:   Tue Dec 27 15:47:54 2011 -0800
29684
29685     altos: Switch teleshield to use radio slave mode
29686     
29687     And bring it up at startup time by default
29688     
29689     Signed-off-by: Keith Packard <keithp@keithp.com>
29690
29691 commit 791c137728dd3398bd7275be13cc9e6be96d7af4
29692 Author: Keith Packard <keithp@keithp.com>
29693 Date:   Tue Dec 27 15:37:28 2011 -0800
29694
29695     altos: Add teleshield directory and bring-up code
29696     
29697     This is cobbled together from various existing bits, but should at
29698     least provide some ability to test a teleshield board.
29699     
29700     Signed-off-by: Keith Packard <keithp@keithp.com>
29701
29702 commit eff8611e3eb19853b06acfcd7e978c9046cd5f78
29703 Author: Keith Packard <keithp@keithp.com>
29704 Date:   Sat Dec 17 17:05:06 2011 -0800
29705
29706     altos: Create TeleMetrum v1.2 directory
29707     
29708     The hardware is software-compatible with v1.1, but it's nice to have
29709     the right version number in all of the files.
29710     
29711     Signed-off-by: Keith Packard <keithp@keithp.com>
29712
29713 commit 6baf6f41040f7b074d8cc84ef75e254c5d2b466b
29714 Author: Keith Packard <keithp@keithp.com>
29715 Date:   Sat Dec 17 16:58:04 2011 -0800
29716
29717     altosui: googleearth doesn't accept spaces between coordinates anymore
29718     
29719     it got pickier for some reason; let's not put spaces in now.
29720     
29721     Signed-off-by: Keith Packard <keithp@keithp.com>
29722
29723 commit dbf7c0c59854e040b65f068069d80716f02fc1bc
29724 Author: Keith Packard <keithp@keithp.com>
29725 Date:   Sun Nov 13 23:03:22 2011 -0800
29726
29727     altos: Fix pad orientation for pre-1.1 boards
29728     
29729     They use a different code path for accel as they don't have the
29730     VCC compensation code in place.
29731     
29732     Signed-off-by: Keith Packard <keithp@keithp.com>
29733
29734 commit c1e293ff4953b51c19af8b52f2999419ea84e7e5
29735 Author: Keith Packard <keithp@keithp.com>
29736 Date:   Sat Nov 12 19:19:40 2011 -0800
29737
29738     altos: Add startup and config (view only) pages to TT
29739     
29740     The config page needs a pile of work before it's useful.
29741     
29742     Signed-off-by: Keith Packard <keithp@keithp.com>
29743
29744 commit 02b4e52a5349217df43105eaa1fff6bfc7dac4cc
29745 Author: Keith Packard <keithp@keithp.com>
29746 Date:   Sat Nov 12 19:18:53 2011 -0800
29747
29748     altos: Enable packet master and debug in TT
29749     
29750     The code was already getting linked in, so we might as well use it.
29751     
29752     Signed-off-by: Keith Packard <keithp@keithp.com>
29753
29754 commit e7044fd95472449e2fb860cef902fa458b91ccac
29755 Author: Keith Packard <keithp@keithp.com>
29756 Date:   Sat Nov 12 19:18:23 2011 -0800
29757
29758     altos: Fix sdcdb settings for telemetrum v1.0
29759     
29760     Signed-off-by: Keith Packard <keithp@keithp.com>
29761
29762 commit 7f9e76e0d3492dcc8bf4b5b1f07c3c727cfdc0ef
29763 Author: Keith Packard <keithp@keithp.com>
29764 Date:   Sat Nov 12 18:54:14 2011 -0800
29765
29766     altos: Trim skytraq NMEA messages. Shrink NMEA header matching code
29767     
29768     Tell the skytraq to not bother sending a bunch of the NMEA messages
29769     that we don't parse.
29770     
29771     Explicitly look for 'G' follows by 'P' instead of having some general
29772     header matching code.
29773     
29774     Signed-off-by: Keith Packard <keithp@keithp.com>
29775
29776 commit d3dcb9451f40506abced72783966104645a73bc7
29777 Author: Keith Packard <keithp@keithp.com>
29778 Date:   Sat Nov 12 18:52:02 2011 -0800
29779
29780     altos: Allow TT/TBT reports to escape landed state
29781     
29782     The TM altitude reporting code kept beeping out state and altitude
29783     forever, which isn't very useful on TBT or TT.
29784     
29785     Signed-off-by: Keith Packard <keithp@keithp.com>
29786
29787 commit 0f7d7a4fbede63b51208bf051e08aa73dfbf35a0
29788 Author: Keith Packard <keithp@keithp.com>
29789 Date:   Sat Nov 12 18:51:31 2011 -0800
29790
29791     altos: Remove LCD debugging code
29792     
29793     This isn't needed anymore.
29794     
29795     Signed-off-by: Keith Packard <keithp@keithp.com>
29796
29797 commit 430b439b9a5cc98b32273a233505de2c2f975c59
29798 Author: Keith Packard <keithp@keithp.com>
29799 Date:   Sat Nov 12 18:51:03 2011 -0800
29800
29801     altosui: Add ao_lcd_cursor_on/off
29802     
29803     This shows or hides a blinking cursor on the LCD.
29804     
29805     Signed-off-by: Keith Packard <keithp@keithp.com>
29806
29807 commit 75a8490a7bee2a2c7afd559b13f1d9c40c2aa08f
29808 Author: Keith Packard <keithp@keithp.com>
29809 Date:   Sat Nov 12 18:49:17 2011 -0800
29810
29811     altos: Add configurable set of channels for TT
29812     
29813     This adds the channel list for TT, which will be configured by
29814     AltosUI.
29815     
29816     Signed-off-by: Keith Packard <keithp@keithp.com>
29817
29818 commit 2ba946fea29ff134ffaeaea9d7932f4bd4e953aa
29819 Author: Keith Packard <keithp@keithp.com>
29820 Date:   Sat Nov 12 18:48:07 2011 -0800
29821
29822     altos: Export 'ao_cmd_is_white' for use by other code
29823     
29824     This function tests the current input character.
29825     
29826     Signed-off-by: Keith Packard <keithp@keithp.com>
29827
29828 commit 20282ef00afe70e3f3193f6f0200254cb2c33e93
29829 Author: Keith Packard <keithp@keithp.com>
29830 Date:   Sat Nov 12 18:47:08 2011 -0800
29831
29832     altos: Set default flight log max to 127k on TM v0.1
29833     
29834     The flash part on v0.1 boards is only 128kB.
29835     
29836     Signed-off-by: Keith Packard <keithp@keithp.com>
29837
29838 commit 5972c642f0de0789e90268bfa19ef8b51c06eebc
29839 Author: Keith Packard <keithp@keithp.com>
29840 Date:   Sat Nov 12 18:44:36 2011 -0800
29841
29842     altos: Handle internal and external telem monitoring requests
29843     
29844     Record separate internal vs external monitoring state, allowing
29845     both to happen at the same time, and when either is turned off, the
29846     other keeps working.
29847     
29848     This also adds disable/enable so that other radio users can
29849     temporarily take over the radio; monitoring will resume when the other
29850     radio user is finished.
29851     
29852     Signed-off-by: Keith Packard <keithp@keithp.com>
29853
29854 commit ef7f86453d686a49882e8c1b88a59228c4c631a9
29855 Author: Keith Packard <keithp@keithp.com>
29856 Date:   Sat Nov 12 18:37:53 2011 -0800
29857
29858     altos: Check pdata+xdata memory usage during build
29859     
29860     The sdcc linker doesn't check the sum of pdata+xdata memory usage, it
29861     only ensures that xdata itself is small enough. This doesn't keep
29862     xdata below the end of usable ram on the cc1111 though (0xfe000).
29863     
29864     Fix up the check-stack program to also make sure all of xdata fits in
29865     available memory.
29866     
29867     Signed-off-by: Keith Packard <keithp@keithp.com>
29868
29869 commit 2bce71eba9f44b6fcf64e307c8174824c3a0fb57
29870 Author: Keith Packard <keithp@keithp.com>
29871 Date:   Sat Nov 12 18:32:49 2011 -0800
29872
29873     altos: Set SPI fill value each time it is used.
29874     
29875     This ensures that the final MOSI pin value will be high after a
29876     receive is finished.
29877     
29878     Signed-off-by: Keith Packard <keithp@keithp.com>
29879
29880 commit 0a705b62829d492e3a48c81077907cee61afb860
29881 Author: Keith Packard <keithp@keithp.com>
29882 Date:   Sat Nov 12 18:31:46 2011 -0800
29883
29884     altos: Initialize DMA config address at boot time
29885     
29886     Instead of resetting these each time a transfer is started, just set
29887     them once at boot time.
29888     
29889     Signed-off-by: Keith Packard <keithp@keithp.com>
29890
29891 commit 4de8bf6da4d725bb0514d032b0708c5cf420e8fa
29892 Author: Keith Packard <keithp@keithp.com>
29893 Date:   Sat Nov 12 18:30:56 2011 -0800
29894
29895     altos: debounce buttons
29896     
29897     Provide API to clear out any button events that happen during startup,
29898     and then discard button events 'too close' together.
29899     
29900     Signed-off-by: Keith Packard <keithp@keithp.com>
29901
29902 commit ad41b5820c2e252627959e4627473f07784be23e
29903 Author: Keith Packard <keithp@keithp.com>
29904 Date:   Sat Nov 12 18:29:38 2011 -0800
29905
29906     altos: Build TeleTerra v0.2 by default
29907     
29908     Signed-off-by: Keith Packard <keithp@keithp.com>
29909
29910 commit f6db11c3c87725c809c518f5f19b07325faf9c84
29911 Author: Keith Packard <keithp@keithp.com>
29912 Date:   Sat Nov 12 18:10:18 2011 -0800
29913
29914     altosui: Deal with serial port exceptions a bit better
29915     
29916     This catches a few exceptions and tries to make sure the serial port
29917     is closed afterwards.
29918     
29919     Signed-off-by: Keith Packard <keithp@keithp.com>
29920
29921 commit b132eefc5f63412bb4a98a4bb72b9055e40d5d42
29922 Author: Keith Packard <keithp@keithp.com>
29923 Date:   Fri Nov 11 22:30:17 2011 -0800
29924
29925     altos: Make ao_xmem funcs require __xdata void * instead of casting
29926     
29927     Having an explicit cast in the ao_xmem wrapper macros caused the
29928     compiler to generate garbage values for pdata addresses, making the
29929     upper byte 0x00 instead of the required 0xf0. Removing the
29930     casts from the ao_xmem macros exposed this problem, so a new
29931     PDATA_TO_XDATA macros was added, along with a CODE_TO_XDATA macro
29932     which serve to cast pointers, with suitable address modifications, so
29933     that things work again.
29934     
29935     Signed-off-by: Keith Packard <keithp@keithp.com>
29936
29937 commit 7ecde50fbebe68a2e2200a2f8d081fd37074f840
29938 Author: Keith Packard <keithp@keithp.com>
29939 Date:   Fri Nov 11 22:24:22 2011 -0800
29940
29941     altosui: Make UI Look&Feel configurable
29942     
29943     Saves the preferred style and uses that for all current and new windows.
29944     
29945     Signed-off-by: Keith Packard <keithp@keithp.com>
29946
29947 commit 713bd503902526c17a7657c18be947ef8fa6a47a
29948 Author: Keith Packard <keithp@keithp.com>
29949 Date:   Fri Nov 11 17:18:08 2011 -0800
29950
29951     altos: Shrink Skytraq NMEA parsing - common nmea_finish code
29952     
29953     This shares the checksum testing across all three lines, saving
29954     another 103 bytes.
29955     
29956     Signed-off-by: Keith Packard <keithp@keithp.com>
29957
29958 commit d3e8275572550b700563b3bde73cd7a43b608f17
29959 Author: Keith Packard <keithp@keithp.com>
29960 Date:   Fri Nov 11 17:11:39 2011 -0800
29961
29962     altos: shrink Skytraq NMEA parsing more
29963     
29964     This cuts another 78 bytes
29965     
29966     Signed-off-by: Keith Packard <keithp@keithp.com>
29967
29968 commit 8266d8d39c0103e68ef3e476b9639574d9a48771
29969 Author: Keith Packard <keithp@keithp.com>
29970 Date:   Fri Nov 11 16:54:18 2011 -0800
29971
29972     altos: Shrink code size of Skytraq NMEA parser
29973     
29974     Just mess around with the code to make it smaller. These patches save
29975     173 bytes.
29976     
29977     Signed-off-by: Keith Packard <keithp@keithp.com>
29978
29979 commit df08b2f6de464f4546c1809b931eb4910d88b558
29980 Author: Keith Packard <keithp@keithp.com>
29981 Date:   Thu Oct 27 01:01:11 2011 -0700
29982
29983     altos: A bunch of missing .gitignore files (mostly)
29984     
29985     Signed-off-by: Keith Packard <keithp@keithp.com>
29986
29987 commit a7b285ec0945830b8b31877115157ddd12d6a9fb
29988 Author: Keith Packard <keithp@keithp.com>
29989 Date:   Thu Oct 27 00:57:45 2011 -0700
29990
29991     altos: Add i2c driver for avr chip
29992     
29993     Signed-off-by: Keith Packard <keithp@keithp.com>
29994
29995 commit 0669f0d74fc24c4f1925a45a9975b7a49a65b692
29996 Author: Keith Packard <keithp@keithp.com>
29997 Date:   Thu Oct 27 00:49:23 2011 -0700
29998
29999     altosui: Only update GPS data when new GPS information arrives
30000     
30001     Track which telemetry packets are actually producing new GPS
30002     information and only update the GPS average position and count of
30003     stable GPS reports with new GPS info, instead of on every telemetry packet.
30004     
30005     Signed-off-by: Keith Packard <keithp@keithp.com>
30006
30007 commit c7e14a2750d437e8b77d68a944a0711e7a0c882b
30008 Author: Keith Packard <keithp@keithp.com>
30009 Date:   Thu Oct 27 00:35:35 2011 -0700
30010
30011     altos: Fix distance/bearing computations. Deal with large values
30012     
30013     Lots of little math errors dealing with large distances; easily tested
30014     as the GPS currently reports lat 24 lon 121, which is a long ways from
30015     Portland.
30016     
30017     Now reports distances in km when large, otherwise in m.
30018     
30019     Signed-off-by: Keith Packard <keithp@keithp.com>
30020
30021 commit da330c5975b9f565d059ef8084dfdacc20f34246
30022 Author: Keith Packard <keithp@keithp.com>
30023 Date:   Wed Oct 26 22:49:11 2011 -0700
30024
30025     altos: Bring up basic TeleTerra v0.2 UI
30026     
30027     Lots of fun stuff here -- multiple panes of information.
30028     
30029     Signed-off-by: Keith Packard <keithp@keithp.com>
30030
30031 commit 8e4cceedb5b758faae684978299e667c4bb06f4d
30032 Author: Keith Packard <keithp@keithp.com>
30033 Date:   Sun Oct 23 15:24:02 2011 -0700
30034
30035     altos: Flip button IRQ initialization around
30036     
30037     This matches what the docs suggest
30038     
30039     Signed-off-by: Keith Packard <keithp@keithp.com>
30040
30041 commit 90e738a3379d258a48a7c92f6708040fc39c373a
30042 Author: Keith Packard <keithp@keithp.com>
30043 Date:   Sun Oct 23 15:20:50 2011 -0700
30044
30045     altos: Fix battery voltage computation.
30046     
30047     Full scale is 4.95V, not 3.333V.
30048     
30049     Signed-off-by: Keith Packard <keithp@keithp.com>
30050
30051 commit f70553106707e3496d07eecb83f0c0a1acad7f77
30052 Author: Keith Packard <keithp@keithp.com>
30053 Date:   Sun Oct 23 14:51:32 2011 -0700
30054
30055     altos: Add battery voltage sampling driver
30056     
30057     For devices without a full ADC compliment, this just samples the
30058     battery pin and converts to mV.
30059     
30060     Signed-off-by: Keith Packard <keithp@keithp.com>
30061
30062 commit 7e7a10c06a0486e9f869e361e46f2c98db9897b0
30063 Author: Keith Packard <keithp@keithp.com>
30064 Date:   Sun Oct 23 14:08:59 2011 -0700
30065
30066     altos: Add button driver and sample user
30067     
30068     Hook up the teleterra buttons and have them beep
30069     
30070     Signed-off-by: Keith Packard <keithp@keithp.com>
30071
30072 commit 8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733
30073 Author: Keith Packard <keithp@keithp.com>
30074 Date:   Sun Oct 23 12:55:35 2011 -0700
30075
30076     src/teleterra-v0.2: Initialize more hardware
30077     
30078     Initialize the flash storage and flight state reporting beeper.
30079     
30080     Signed-off-by: Keith Packard <keithp@keithp.com>
30081
30082 commit 07d4477b2e8477e96a2f155a25f95e14a9a47efa
30083 Author: Keith Packard <keithp@keithp.com>
30084 Date:   Sun Oct 23 12:51:05 2011 -0700
30085
30086     altos/teleterra_0_2: Initialize LCD driver
30087     
30088     Initialize the LCD for testing.
30089     
30090     Signed-off-by: Keith Packard <keithp@keithp.com>
30091
30092 commit 85b259c5bba7edbd2a79471bb1104bcf3904d536
30093 Author: Keith Packard <keithp@keithp.com>
30094 Date:   Fri Oct 21 14:58:26 2011 -0700
30095
30096     src/teleballoon-v1.1: Use Tm style initial state stuff
30097     
30098     Come up in pad mode unless someone talks to us while in idle mode.
30099     
30100     Signed-off-by: Keith Packard <keithp@keithp.com>
30101
30102 commit eb61f7aa2c8b692bd892b85e782f249187c80e5c
30103 Author: Keith Packard <keithp@keithp.com>
30104 Date:   Fri Oct 21 11:30:43 2011 -0700
30105
30106     altos: Add teleballoon-v1.1 directory
30107     
30108     This is an alternate firmware load for telemetrum v1.1.
30109     
30110     Signed-off-by: Keith Packard <keithp@keithp.com>
30111
30112 commit a10aa835a06b71e2cefeb6b10daaf8cc394603b6
30113 Author: Keith Packard <keithp@keithp.com>
30114 Date:   Sat Oct 15 22:54:40 2011 -0700
30115
30116     altos: Add LEGACY_MONITOR defines to more programs
30117     
30118     Make all monitoring programs define whether they want all of the old
30119     telemetry formats too.
30120     
30121     Signed-off-by: Keith Packard <keithp@keithp.com>
30122
30123 commit aef732fc9cdf527a18f2959d6fb7903e832209da
30124 Author: Keith Packard <keithp@keithp.com>
30125 Date:   Sat Oct 15 22:54:02 2011 -0700
30126
30127     ao-bringup: Make it build with source restructuring
30128     
30129     Source code all moved around, need to find the header files in new directories.x
30130     
30131     Signed-off-by: Keith Packard <keithp@keithp.com>
30132
30133 commit 0debe7ffc2aab2b4d08f42e488cb783ae91c36ab
30134 Author: Keith Packard <keithp@keithp.com>
30135 Date:   Tue Oct 11 23:30:53 2011 -0600
30136
30137     altos: Add TeleTerra v0.2 product
30138     
30139     This includes most of the necessary drivers.
30140     
30141     Signed-off-by: Keith Packard <keithp@keithp.com>
30142
30143 commit 65873a3ad1d8e8b5ec002be2576c6f496543306a
30144 Author: Keith Packard <keithp@keithp.com>
30145 Date:   Tue Oct 11 23:29:24 2011 -0600
30146
30147     altos: oops -- forgot to add the cc1111 string code
30148     
30149     This is required for all cc1111 builds now; it provides xdata string
30150     functions.
30151     
30152     Signed-off-by: Keith Packard <keithp@keithp.com>
30153
30154 commit badda0d910c56135401dce9adc9e6abebdba2ad7
30155 Author: Keith Packard <keithp@keithp.com>
30156 Date:   Tue Oct 11 23:28:02 2011 -0600
30157
30158     altos: Split out arch-specific bits of LCD driver
30159     
30160     The arch-specific section just puts a single nibble to the device.
30161     
30162     Signed-off-by: Keith Packard <keithp@keithp.com>
30163
30164 commit 47c2c0b79dc516d2566ae149605b7d70ef2dca98
30165 Author: Keith Packard <keithp@keithp.com>
30166 Date:   Tue Oct 11 20:58:04 2011 -0600
30167
30168     Bump to 1.0.9.3
30169     
30170     TeleScience and TelePyro now work.
30171     
30172     Signed-off-by: Keith Packard <keithp@keithp.com>
30173
30174 commit 652c024ed37bfed5de17f45c772796d5cbe4599f
30175 Author: Keith Packard <keithp@keithp.com>
30176 Date:   Tue Oct 11 18:48:55 2011 -0600
30177
30178     altos/telescience: Add more header dependencies
30179     
30180     Signed-off-by: Keith Packard <keithp@keithp.com>
30181
30182 commit 75960500d1f290fa9f82183431443ac122f12c19
30183 Author: Keith Packard <keithp@keithp.com>
30184 Date:   Tue Oct 11 18:48:11 2011 -0600
30185
30186     altos/avr: telescience doesn't have room for the flash write code
30187     
30188     This is useful for debugging the SPI and flash drivers, but not
30189     necessary in production code.
30190     
30191     Signed-off-by: Keith Packard <keithp@keithp.com>
30192
30193 commit b80f8ffb61566cbd134c399ea6ccf9290075490b
30194 Author: Keith Packard <keithp@keithp.com>
30195 Date:   Tue Oct 11 18:45:51 2011 -0600
30196
30197     altos/avr: Must leave space for init stack in ram
30198     
30199     The stack used during system initialization lives at the top of RAM,
30200     so leave some space for that.
30201     
30202     Signed-off-by: Keith Packard <keithp@keithp.com>
30203
30204 commit f1573a752425121d4c6a14285f1eb0fef3a8bea5
30205 Author: Keith Packard <keithp@keithp.com>
30206 Date:   Tue Oct 11 18:44:48 2011 -0600
30207
30208     altos/avr: Shrink default stack size to use less ram
30209     
30210     Not that we have any way of knowing how much stack we're using, but at
30211     least this seems to work.
30212     
30213     Signed-off-by: Keith Packard <keithp@keithp.com>
30214
30215 commit cb837d9bb9e6736fcdfca7692b1f9490ea090838
30216 Author: Keith Packard <keithp@keithp.com>
30217 Date:   Tue Oct 11 18:13:00 2011 -0600
30218
30219     altos: Allow ao_science_slave to not log data
30220     
30221     This is mostly for debugging with flash writes disabled.
30222     
30223     Signed-off-by: Keith Packard <keithp@keithp.com>
30224
30225 commit ac0bebc44bc657b303db4c41fa0c9624f3df9f4f
30226 Author: Keith Packard <keithp@keithp.com>
30227 Date:   Tue Oct 11 18:11:56 2011 -0600
30228
30229     altos: Make HAS_STORAGE_DEBUG define consistent
30230     
30231     This allows products to include the 'w' command for testing flash
30232     writing as needed.
30233     
30234     Signed-off-by: Keith Packard <keithp@keithp.com>
30235
30236 commit 3a28846d3ff8f82b0e97c211b9debf6d67ee5af5
30237 Author: Keith Packard <keithp@keithp.com>
30238 Date:   Tue Oct 11 18:10:45 2011 -0600
30239
30240     altos/avr: Clear SPI receive buffer before clocking new data in
30241     
30242     I don't know why this is necessary, but the receive buffer gets
30243     'extra' data added somehow.
30244     
30245     Signed-off-by: Keith Packard <keithp@keithp.com>
30246
30247 commit e60c470b426b7be08a33133e7d8c94201d7e96d4
30248 Author: Keith Packard <keithp@keithp.com>
30249 Date:   Tue Oct 11 17:44:40 2011 -0600
30250
30251     altos/avr: Pull-up on the SPI slave select pin
30252     
30253     This makes the board work even when disconnected from TeleMetrum.
30254     
30255     Signed-off-by: Keith Packard <keithp@keithp.com>
30256
30257 commit af4470f8025116179ef83726a8287e47c465907b
30258 Author: Keith Packard <keithp@keithp.com>
30259 Date:   Tue Oct 11 17:44:02 2011 -0600
30260
30261     altos/avr: Register stdio handler when using serial for stdin
30262     
30263     This code was left in a bit of a mess; just clean it up.
30264     
30265     Signed-off-by: Keith Packard <keithp@keithp.com>
30266
30267 commit 3bda859caf1501f8408703dca81412d70ba00e04
30268 Author: Keith Packard <keithp@keithp.com>
30269 Date:   Tue Oct 11 17:42:24 2011 -0600
30270
30271     altos/avr: telescience does not have a serial port
30272     
30273     The USART is used for SPI to talk to the flash part.
30274     
30275     Signed-off-by: Keith Packard <keithp@keithp.com>
30276
30277 commit 0a186e92c5773c5d908e9cee889d645a8172dcdc
30278 Author: Keith Packard <keithp@keithp.com>
30279 Date:   Tue Oct 11 17:39:35 2011 -0600
30280
30281     altos/avr: Make ao_arch_critical argument be a statement
30282     
30283     Wrap the argument to ao_arch_critical in do { } while (0); to make
30284     sure it gets correctly checked as a statement.
30285     
30286     Signed-off-by: Keith Packard <keithp@keithp.com>
30287
30288 commit f3453068b0feb640b9d11dbeb021c535ce8b4a31
30289 Author: Keith Packard <keithp@keithp.com>
30290 Date:   Tue Oct 11 17:39:06 2011 -0600
30291
30292     altos/avr: Print newline after dumping ADC values
30293     
30294     Cleans up the formating a bit.
30295     
30296     Signed-off-by: Keith Packard <keithp@keithp.com>
30297
30298 commit 06b044629951b06c7ec9b0105b89f51b2880ebd0
30299 Author: Keith Packard <keithp@keithp.com>
30300 Date:   Tue Oct 11 16:03:04 2011 -0600
30301
30302     altos/avr: SPI mutex is now held by the caller, not the SPI driver
30303     
30304     SPI transactions generally require a read followed by a write, with
30305     the chip select held the whole time. As a result, the SPI bus must be
30306     held across multiple transactions. To make this reliable, the caller
30307     must hold the SPI mutex, instead of the underlying SPI driver.
30308     
30309     Signed-off-by: Keith Packard <keithp@keithp.com>
30310
30311 commit 5d1361c95f94125cda244b4cc5e55c2fb77b680b
30312 Author: Keith Packard <keithp@keithp.com>
30313 Date:   Sun Oct 9 11:09:25 2011 -0600
30314
30315     altosui: Deal with missing state transitions in FlightStats window
30316     
30317     Any missing start/end times are pinned to the end of the flight.
30318     
30319     Signed-off-by: Keith Packard <keithp@keithp.com>
30320
30321 commit 5c82b07471f017171c58a6968adf79901f46a987
30322 Author: Keith Packard <keithp@keithp.com>
30323 Date:   Sun Oct 9 10:55:04 2011 -0600
30324
30325     altosui: Deal with telem data that goes backwards in time
30326     
30327     The new telemetry stuff can send packets with older timestamps, so
30328     sort telem packets read from disk to create an in-order record of the flight.
30329     
30330     Signed-off-by: Keith Packard <keithp@keithp.com>
30331
30332 commit 636b7b368e67346b0796cd84fbfd71e10966d61f
30333 Author: Keith Packard <keithp@keithp.com>
30334 Date:   Sun Oct 9 10:21:56 2011 -0600
30335
30336     altos: Respond to telemetry rate changes immediately
30337     
30338     Instead of waiting for the previous telemetry interval to expire,
30339     immediately switch to the new telemetry rate. This will provide
30340     more telemetry data early in the boost.
30341     
30342     Signed-off-by: Keith Packard <keithp@keithp.com>
30343
30344 commit ca036c5616c3e745c0b878ed90618d4ff710c0e5
30345 Author: Keith Packard <keithp@keithp.com>
30346 Date:   Sat Oct 8 22:19:52 2011 -0600
30347
30348     altos: Improve TM v1.0 apogee estimate
30349     
30350     v1.0 boards have noisy accelerometer data caused by interactions
30351     between RF transmission and the accelerometer measurements; this noise
30352     generates a negative bias in the accelerometer readings. The net
30353     effect is that the estimated speed is lower than the actual speed,
30354     causing early an apogee estimate.
30355     
30356     By increasing the sigma value for accelerometer data, the kalman
30357     filter 'trusts' the acceleration data less, putting more weight on the
30358     barometer data. This causes the estimated time of apogee to be closer
30359     to the correct value.
30360     
30361     This reduces the response to changes in acceleration.
30362     
30363     This new value is applied solely to TeleMetrum v1.0 boards. v1.1
30364     boards correct for this error, and hence can use the correct sigma
30365     value for the accelerometer.
30366     
30367     Signed-off-by: Keith Packard <keithp@keithp.com>
30368
30369 commit 26d7eb7149da8c797d7e704d75f73af2d2aa52c2
30370 Author: Keith Packard <keithp@keithp.com>
30371 Date:   Sat Oct 8 21:31:34 2011 -0600
30372
30373     Bump to 1.0.9.2
30374     
30375     (1.1 RC 2). Flown at Oktoberfest 2011 on 10/09/2011 (we hope)
30376     
30377     Signed-off-by: Keith Packard <keithp@keithp.com>
30378
30379 commit aad03e3cab4c328e53d3df47b6dac1d3f7a49229
30380 Author: Keith Packard <keithp@keithp.com>
30381 Date:   Sat Oct 8 16:07:57 2011 -0600
30382
30383     altosui: Remove igniter voltages from chart.
30384     
30385     These are just annoying; when we add the ability to turn stuff on/off
30386     on the fly, we can add them to the list of available items.
30387     
30388     Signed-off-by: Keith Packard <keithp@keithp.com>
30389
30390 commit 6a7363b3ba99310bd44c9b66f6f5159e46762be4
30391 Author: Keith Packard <keithp@keithp.com>
30392 Date:   Sat Oct 8 11:51:05 2011 -0600
30393
30394     altos: Ignore ejection bumps when doing boost re-detect
30395     
30396     An ejection charge looks an awful lot like an extra (really small)
30397     motor burn. Ignore them by averaging the acceleration during
30398     fast/coast using a /64 exponential decay filter.
30399     
30400     Signed-off-by: Keith Packard <keithp@keithp.com>
30401
30402 commit 82604193ed0c522c1fba0072b504fe88b027f1ee
30403 Author: Keith Packard <keithp@keithp.com>
30404 Date:   Sat Oct 8 11:50:24 2011 -0600
30405
30406     ao-telem: Add new program to convert telem data to ascii
30407     
30408     This reads telem files and displays them in ascii form. It's not done,
30409     and it's not documented, but it's a start.
30410     
30411     Signed-off-by: Keith Packard <keithp@keithp.com>
30412
30413 commit cbf5a649c8b7101bef9d57e48e42ac775e758c79
30414 Author: Keith Packard <keithp@keithp.com>
30415 Date:   Sat Oct 8 11:46:38 2011 -0600
30416
30417     altosui: Allow for multiple instances of each state in the graph
30418     
30419     With the new boost re-detect code, we can get multiple instances of
30420     boost/fast/coast, so make sure each are displayed in the graph.
30421     
30422     Signed-off-by: Keith Packard <keithp@keithp.com>
30423
30424 commit f9b0b7423c0640f729d61a91de6ff96ffe4b486e
30425 Author: Keith Packard <keithp@keithp.com>
30426 Date:   Sat Oct 8 11:43:37 2011 -0600
30427
30428     altosui: Max acceleration across boost instead of all ascent
30429     
30430     This ignores ejection bumps, making the max acceleration far more useful.
30431     
30432     Signed-off-by: Keith Packard <keithp@keithp.com>
30433
30434 commit 258b75498916183ed250d3abb3282fe3d843e7a1
30435 Author: Keith Packard <keithp@keithp.com>
30436 Date:   Fri Oct 7 09:53:09 2011 -0600
30437
30438     altos: Write xdata versions of memory functions
30439     
30440     These are significantly smaller than the general pointer versions from
30441     libc on the cc1111.
30442     
30443     Signed-off-by: Keith Packard <keithp@keithp.com>
30444     
30445     Conflicts:
30446     
30447         src/Makefile.proto
30448         src/cc1111/ao_adc.c
30449         src/cc1111/ao_packet_master.c
30450         src/core/ao.h
30451     
30452     Fix up the new makefiles
30453
30454 commit 128bbfa150f88c09f7adde2434b7bf0b5a9ed556
30455 Merge: f6f54d7 246864b
30456 Author: Keith Packard <keithp@keithp.com>
30457 Date:   Fri Oct 7 08:41:56 2011 -0600
30458
30459     Merge remote-tracking branch 'origin/simple-quiet' into multiarch
30460     
30461     Conflicts:
30462         configure.ac
30463     
30464     fix version number
30465
30466 commit f6f54d70b768dca1715ddddea64a4df00d82b09e
30467 Merge: 1c344b7 0d10e25
30468 Author: Keith Packard <keithp@keithp.com>
30469 Date:   Fri Oct 7 08:40:14 2011 -0600
30470
30471     Merge remote-tracking branch 'uniarch/master' into multiarch
30472     
30473     Conflicts:
30474         src/core/ao_cmd.c
30475     
30476     Use ao_arch_reboot after waiting for a second
30477
30478 commit 0d10e25766b96f5660e213115cf27b71ff164405
30479 Author: Keith Packard <keithp@keithp.com>
30480 Date:   Tue Sep 27 21:06:54 2011 -0700
30481
30482     altos: TM: Don't turn on packet slave mode until idle/invalid state
30483     
30484     Leave the packet link disabled until we've checked the
30485     accelerometer. That way, we cannot accidentally get to idle mode when
30486     the rocket is on the rail.
30487     
30488     Signed-off-by: Keith Packard <keithp@keithp.com>
30489
30490 commit fba1d605a627d03f9587ec060c45fb5d3e96aaeb
30491 Author: Keith Packard <keithp@keithp.com>
30492 Date:   Mon Sep 26 11:50:28 2011 -0700
30493
30494     altos: Delay reboot by a second to avoid re-entering idle mode
30495     
30496     TM and Tm go into idle mode if they receive a packet after boot
30497     time. When tebooting the device over the packet link, the packet
30498     master would be (rapidly) polling the device for additional data and
30499     so the device would invariably receive a packet during bootup and go
30500     into idle mode again.
30501     
30502     Delay the reboot by a second to give the controller time to disable
30503     the master end of the packet link.
30504     
30505     Signed-off-by: Keith Packard <keithp@keithp.com>
30506
30507 commit 1c344b760776cd5d8c0297d8db9bf02687381b4e
30508 Merge: 4ed53ef fc4173f
30509 Author: Keith Packard <keithp@keithp.com>
30510 Date:   Fri Oct 7 08:34:59 2011 -0600
30511
30512     Merge remote-tracking branch 'origin/master' into multiarch
30513     
30514     Conflicts:
30515         configure.ac
30516     
30517     Fix version number and location of ao.h header
30518
30519 commit fc4173ff882dd9718f34ed043276ef612783dfe0
30520 Author: Bdale Garbee <bdale@gag.com>
30521 Date:   Tue Sep 27 00:59:08 2011 -0600
30522
30523     add run-time dependency on libjfreechart-java
30524
30525 commit 989aae5b18856e3420ea5b7a26ddd8dccae9d6d3
30526 Merge: 0552fbe e44f1ff
30527 Author: Bdale Garbee <bdale@gag.com>
30528 Date:   Sat Sep 24 15:34:59 2011 -0600
30529
30530     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
30531
30532 commit 0552fbed34c9698dac30c239df2a823a8502b3f3
30533 Author: Bdale Garbee <bdale@gag.com>
30534 Date:   Tue Aug 30 16:59:53 2011 -0600
30535
30536     include 1.0.1 release notes in docs, closes: #642705
30537
30538 commit 4ed53ef838afd4e922deb1c721a311974527525a
30539 Author: Keith Packard <keithp@keithp.com>
30540 Date:   Fri Sep 23 10:24:33 2011 -0700
30541
30542     altos: Debug code for telepyro doesn't fit in telescience
30543     
30544     Just too many strings.
30545     
30546     Signed-off-by: Keith Packard <keithp@keithp.com>
30547
30548 commit f1328d22aab4378c4fb6f0c24dbee95948ca836c
30549 Author: Keith Packard <keithp@keithp.com>
30550 Date:   Wed Sep 21 23:21:04 2011 -0700
30551
30552     Dump test conversion of ADC0
30553
30554 commit 9b498a6b1327f543c73145e02ff16e76d09f2fe4
30555 Author: Keith Packard <keithp@keithp.com>
30556 Date:   Wed Sep 21 22:54:56 2011 -0700
30557
30558     Dump ADC registers
30559
30560 commit 7bc007ed45af8fe9ef5daeb7844f183cd9a49035
30561 Author: Keith Packard <keithp@keithp.com>
30562 Date:   Wed Sep 21 18:13:55 2011 -0700
30563
30564     altos: Fix make-kalman to run under dash
30565     
30566     Dash can't deal with >&, so use the old-school > file 2>&1
30567     
30568     Signed-off-by: Keith Packard <keithp@keithp.com>
30569
30570 commit 74d5dea5d5ef91db823018b631613d15c6da085d
30571 Author: Bdale Garbee <bdale@gag.com>
30572 Date:   Wed Sep 21 16:42:52 2011 -0600
30573
30574     fix bashism that prevents building with /bin/sh->/bin/dash
30575
30576 commit f68f22f527104cdffa1f5e398a51a466a13ff1fb
30577 Author: Bdale Garbee <bdale@gag.com>
30578 Date:   Wed Sep 21 16:42:22 2011 -0600
30579
30580     add missing sense_h entry in TelePyro table
30581
30582 commit 16aa67fc77b82a9d051f205037b27a5384e3e3b7
30583 Author: Keith Packard <keithp@keithp.com>
30584 Date:   Wed Sep 21 14:24:30 2011 -0700
30585
30586     altos: missing ao_log_single.c
30587     
30588     Neglected to add this file.
30589     
30590     Signed-off-by: Keith Packard <keithp@keithp.com>
30591
30592 commit 7a02d4bace05cc829522933b9df6b82a9e17336f
30593 Author: Keith Packard <keithp@keithp.com>
30594 Date:   Wed Sep 21 11:30:43 2011 -0700
30595
30596     altos: Add TelePyro v0.1 support
30597     
30598     Signed-off-by: Keith Packard <keithp@keithp.com>
30599
30600 commit 0820f5c6dfe067590f36e8201a4049719dcf3d7c
30601 Author: Keith Packard <keithp@keithp.com>
30602 Date:   Wed Sep 21 11:40:56 2011 -0700
30603
30604     altos: Support staging by going back to boost as needed
30605     
30606     Detect additional motor burns by looking for high positive
30607     acceleration in coast or fast modes.
30608     
30609     Signed-off-by: Keith Packard <keithp@keithp.com>
30610
30611 commit c8a00bb9ccdf0d4257f037c2bf996ce5e6b0b0c0
30612 Author: Keith Packard <keithp@keithp.com>
30613 Date:   Wed Sep 21 11:39:24 2011 -0700
30614
30615     altos: Pre-compute RDF packet len at compile time
30616     
30617     Instead of computing the RDF packet len at run time, which takes a
30618     pile of code space.
30619     
30620     Signed-off-by: Keith Packard <keithp@keithp.com>
30621
30622 commit abf17522c206b465375b73a004a6d67bfa714ba3
30623 Author: Keith Packard <keithp@keithp.com>
30624 Date:   Wed Sep 21 11:36:11 2011 -0700
30625
30626     altos: SPI slave code is now per-product
30627     
30628     We can't write general purpose SPI slave code as we must eliminate
30629     any latency because the SPI ports have no buffering.
30630     
30631     Signed-off-by: Keith Packard <keithp@keithp.com>
30632
30633 commit 246864b0597ddd397aba39be1fe39df0df189433
30634 Author: Keith Packard <keithp@keithp.com>
30635 Date:   Fri Sep 16 18:27:56 2011 -0700
30636
30637     Update to version 1.0.2
30638     
30639     Bdale is planning to fly this version on 9/17.
30640     
30641     Signed-off-by: Keith Packard <keithp@keithp.com>
30642
30643 commit eaa7d7c7dd445ade7d8e3228306785f9a545b89a
30644 Author: Keith Packard <keithp@keithp.com>
30645 Date:   Sun Sep 4 08:49:16 2011 -0700
30646
30647     altos: Silence radio while firing igniters
30648     
30649     Hold the radio mutex while firing igniters to reduce potential
30650     interactions between the two.
30651     
30652     Signed-off-by: Keith Packard <keithp@keithp.com>
30653
30654 commit d1e81db87ce0f89fd0b7651ca00979498cd00b78
30655 Author: Keith Packard <keithp@keithp.com>
30656 Date:   Sun Sep 4 08:48:05 2011 -0700
30657
30658     altos: Delay restart of RDF at apogee
30659     
30660     Instead of immediately trying to send RDF at apogee, start it after
30661     the usual RDF interval to avoid doing RDF while firing the apogee igniter.
30662     
30663     Signed-off-by: Keith Packard <keithp@keithp.com>
30664
30665 commit e44f1ffb7104d70f5c9b9a90529ddbe1b75da074
30666 Author: Bdale Garbee <bdale@gag.com>
30667 Date:   Tue Aug 30 16:59:53 2011 -0600
30668
30669     include 1.0.1 release notes in docs
30670
30671 commit b2d4e49bfe88aa61ca36fb1af8f3088c5754304c
30672 Author: Keith Packard <keithp@keithp.com>
30673 Date:   Mon Aug 29 14:22:19 2011 -0700
30674
30675     altos: Split avr clock initialization to ao_clock.c
30676     
30677     This will be shared with the attiny code for TeleTerra v0.1
30678     
30679     Signed-off-by: Keith Packard <keithp@keithp.com>
30680
30681 commit e66fd72664aae7c000dce9c528803e28e7918fdf
30682 Author: Keith Packard <keithp@keithp.com>
30683 Date:   Sun Aug 28 17:03:26 2011 -0700
30684
30685     altos: don't beep igniter continuity for telenano
30686     
30687     Without any igniters, it's not nice to annoy people.
30688     
30689     Signed-off-by: Keith Packard <keithp@keithp.com>
30690
30691 commit 122c4101164d598e655fa9ad8473053d30ff4212
30692 Author: Keith Packard <keithp@keithp.com>
30693 Date:   Sun Aug 28 16:55:55 2011 -0700
30694
30695     altos: Report continuity in telebt
30696     
30697     Report continuity values from remote altimeter
30698     
30699     Signed-off-by: Keith Packard <keithp@keithp.com>
30700
30701 commit 9b9568a637ffdbc67225271005f2b996ee08a0df
30702 Author: Keith Packard <keithp@keithp.com>
30703 Date:   Sun Aug 28 16:39:41 2011 -0700
30704
30705     altos: add 'report' to telebt
30706     
30707     This beeps out flight state changes and max altitude at landing, just
30708     like the altimeter.
30709     
30710     Signed-off-by: Keith Packard <keithp@keithp.com>
30711
30712 commit 31e3255b6cbfaf95c0e97e2d1ec8de72f845994c
30713 Author: Keith Packard <keithp@keithp.com>
30714 Date:   Sun Aug 28 15:50:30 2011 -0700
30715
30716     altosui: Report error message back from libaltos
30717     
30718     This includes changing all of the error dialogs to show the error
30719     message rather than just the file name.
30720     
30721     Signed-off-by: Keith Packard <keithp@keithp.com>
30722
30723 commit cf72c2f5a69a736c28a9b63e124d510ef41a9f5d
30724 Author: Keith Packard <keithp@keithp.com>
30725 Date:   Sun Aug 28 15:50:01 2011 -0700
30726
30727     altosui: Add bluetooth bits back in
30728     
30729     Stub out functions on mac/windows for now.
30730     
30731     Signed-off-by: Keith Packard <keithp@keithp.com>
30732
30733 commit 3d478a39f2ede7b805bbe568cc1c8ecc176d7a04
30734 Author: Keith Packard <keithp@keithp.com>
30735 Date:   Sun Aug 28 15:45:05 2011 -0700
30736
30737     altos: Add the BT serial debug code back in, disabled
30738     
30739     This code is useful whenever the BT stuff is acting up, so just leave
30740     the source in place, turned off by default.
30741     
30742     Signed-off-by: Keith Packard <keithp@keithp.com>
30743
30744 commit 8eaa1c4697a3cfc2406e1adadc3094f7f712341a
30745 Author: Keith Packard <keithp@keithp.com>
30746 Date:   Sun Aug 28 15:43:32 2011 -0700
30747
30748     altos: Add pragma to eliminate unreachable code warning on SDCC
30749     
30750     This pragma was removed as GCC doesn't support it; make it conditional
30751     on SDCC so that we eliminate a warning message.
30752     
30753     Signed-off-by: Keith Packard <keithp@keithp.com>
30754
30755 commit 7c6a3195dec6ac68f5d7b3f883ccc2c316384e76
30756 Author: Keith Packard <keithp@keithp.com>
30757 Date:   Sun Aug 28 15:42:25 2011 -0700
30758
30759     altos: Blink on telem packet receive instead of toggle
30760     
30761     Toggling the LED was too confusing; just blink for 100ms each time a
30762     packet comes in.
30763     
30764     Signed-off-by: Keith Packard <keithp@keithp.com>
30765
30766 commit cff737c290347b61ba16584880c2f4c436b95042
30767 Author: Keith Packard <keithp@keithp.com>
30768 Date:   Sun Aug 28 15:40:40 2011 -0700
30769
30770     altos: Remove RSSI reporting from telebt
30771     
30772     Telebt uses one LED for bluetooth connection and the other for telem
30773     packet reception leaving none for RSSI.
30774     
30775     Signed-off-by: Keith Packard <keithp@keithp.com>
30776
30777 commit 27835686648e14b030f6f7ec1fc0c0fd1c387ea4
30778 Author: Keith Packard <keithp@keithp.com>
30779 Date:   Sun Aug 28 15:38:12 2011 -0700
30780
30781     altos: Add RSSI blinking to new-style telemetry code
30782     
30783     Pull the RSSI data out locally and set the RSSI led blinking when
30784     using the variable-length TELEM output mechanism.
30785     
30786     Signed-off-by: Keith Packard <keithp@keithp.com>
30787
30788 commit 6f231a3e512ff7fdd87a399a72c7c36f283394f3
30789 Author: Keith Packard <keithp@keithp.com>
30790 Date:   Sun Aug 28 15:20:41 2011 -0700
30791
30792     Bump version to 1.0.9.0
30793     
30794     Make it distinct from any production version
30795     
30796     Signed-off-by: Keith Packard <keithp@keithp.com>
30797
30798 commit e53557373e539d591a03d02db146b27d08c7eba3
30799 Author: Keith Packard <keithp@keithp.com>
30800 Date:   Sun Aug 28 15:18:29 2011 -0700
30801
30802     altos: Start logging telemetry data right at boot time
30803     
30804     Anything logging telemetry data should just start logging packets as
30805     soon as they boot.
30806     
30807     Signed-off-by: Keith Packard <keithp@keithp.com>
30808
30809 commit 5c3a0263d292cb0675f608d0ef085d13e51ce6ba
30810 Author: Bdale Garbee <bdale@gag.com>
30811 Date:   Sun Aug 28 13:39:37 2011 -0600
30812
30813     update changelogs for Debian build
30814
30815 commit b33a92e372327158ab21c1bb2d091c58761efe10
30816 Author: Keith Packard <keithp@keithp.com>
30817 Date:   Sat Aug 27 15:19:43 2011 -0700
30818
30819     altos: Share log code between telescience and telebt. Add telebt log
30820     
30821     Telescience and telebt both log data in 32-byte chunks, so share some
30822     code which manages that between the two products. Add simple telemetry
30823     logging to telebt.
30824     
30825     Signed-off-by: Keith Packard <keithp@keithp.com>
30826
30827 commit 7e2b5e2957ddcb808723081ca7e046a28b7e70e5
30828 Author: Keith Packard <keithp@keithp.com>
30829 Date:   Sat Aug 27 13:30:34 2011 -0700
30830
30831     altosui: launch controller button needs to move over
30832     
30833     monitor idle was inserted into position 2,2
30834     
30835     Signed-off-by: Keith Packard <keithp@keithp.com>
30836
30837 commit bc827699be4ed9ac60a7e862e6532791968bf685
30838 Author: Keith Packard <keithp@keithp.com>
30839 Date:   Sat Aug 27 13:28:01 2011 -0700
30840
30841     altos: Fix up telelaunch Makefile
30842     
30843     Adding all of the mising sources
30844     
30845     Signed-off-by: Keith Packard <keithp@keithp.com>
30846
30847 commit 8a1cbef0e316e38c80b71d3bac15641fe56e0a99
30848 Author: Keith Packard <keithp@keithp.com>
30849 Date:   Sat Aug 27 13:27:28 2011 -0700
30850
30851     altos: Add HAS_LOG for products that log to eeprom
30852     
30853     Some products have eeprom for config, but none for logging (like telelaunch)
30854     
30855     Signed-off-by: Keith Packard <keithp@keithp.com>
30856
30857 commit 6afbc1876cd63f64e8975e300692f95a43866f5f
30858 Author: Keith Packard <keithp@keithp.com>
30859 Date:   Sat Aug 27 13:27:00 2011 -0700
30860
30861     altos: ao_launch belongs in cc1111
30862     
30863     Signed-off-by: Keith Packard <keithp@keithp.com>
30864
30865 commit 9adf2c9c40ea1da2637ed809dc0d004e47844440
30866 Author: Keith Packard <keithp@keithp.com>
30867 Date:   Sat Aug 27 13:25:23 2011 -0700
30868
30869     altos: add ao_aes/radio_cmac to tidongle, teledongle and telebt
30870     
30871     All of these can do the telelco stuff at this point.
30872     
30873     Signed-off-by: Keith Packard <keithp@keithp.com>
30874
30875 commit b3c95582774355c991d0a9f27d0a86881e643e62
30876 Author: Keith Packard <keithp@keithp.com>
30877 Date:   Sat Aug 27 13:24:41 2011 -0700
30878
30879     altos: move igniter defines back to ao_pins.h
30880     
30881     so that ao_launch gets them too
30882     
30883     Signed-off-by: Keith Packard <keithp@keithp.com>
30884
30885 commit 6b2db651a1dbc7ea97fce802b5f10b88be1ab42b
30886 Author: Keith Packard <keithp@keithp.com>
30887 Date:   Sat Aug 27 12:42:10 2011 -0700
30888
30889     altos: Add makefile for telelaunch
30890     
30891     Signed-off-by: Keith Packard <keithp@keithp.com>
30892
30893 commit 02df2141e5a67afc16acd01a6c60f3cc61052b93
30894 Author: Keith Packard <keithp@keithp.com>
30895 Date:   Mon Aug 1 22:45:43 2011 -0700
30896
30897     altosui: Hook up the launch controller UI from the main button box
30898     
30899     Provide a button to start the launch controller UI.
30900     
30901     Signed-off-by: Keith Packard <keithp@keithp.com>
30902
30903 commit 4568bc796a6c362ebf7f72ee9a5fa4a9a3c4ba6a
30904 Author: Keith Packard <keithp@keithp.com>
30905 Date:   Mon Aug 1 17:08:24 2011 -0700
30906
30907     altosui: Add primitive UI for TeleLaunch
30908     
30909     Display status along with arm and fire buttons.
30910     
30911     Signed-off-by: Keith Packard <keithp@keithp.com>
30912
30913 commit be117376179126824439d98379079025ca0b245a
30914 Author: Keith Packard <keithp@keithp.com>
30915 Date:   Mon Aug 1 17:06:49 2011 -0700
30916
30917     altos: Keep relay closed while firing launcher
30918     
30919     Instead of opening the relay while checking the desired state, keep it
30920     closed until the state goes off.
30921     
30922     Signed-off-by: Keith Packard <keithp@keithp.com>
30923
30924 commit bc1b94df4d6b92e794ec93d9c1682ae5f61efa61
30925 Author: Keith Packard <keithp@keithp.com>
30926 Date:   Thu Jul 21 22:25:45 2011 -0700
30927
30928     altos: Finish up primitive telelaunch protocol
30929     
30930     This adds two commands to teledongle, one to query and one to actually
30931     fire the igniter. These will (eventually) want to be replaced with
30932     something nicer.
30933     
30934     Signed-off-by: Keith Packard <keithp@keithp.com>
30935
30936 commit 4299b5a36a2f6f9f7bbbc3a1b935dd2357c1fb0f
30937 Author: Keith Packard <keithp@keithp.com>
30938 Date:   Thu Jul 21 20:04:05 2011 -0700
30939
30940     altos: Implement remote launch protocol
30941     
30942     Uses the radio_cmac module to provide secure communication.
30943     Keeps igniter closed for 500ms.
30944     Provides remote status for arming and ignition.
30945     
30946     Signed-off-by: Keith Packard <keithp@keithp.com>
30947
30948 commit 776df9ce2e7b4fa5cedda326988e66c614299af4
30949 Author: Keith Packard <keithp@keithp.com>
30950 Date:   Wed Jul 20 23:46:04 2011 -0700
30951
30952     altos: Get AES CBC-MAC packet transfers running
30953     
30954     This just has simple command-line based packet transfers for testing.
30955     
30956     This also adds special ao_telelaunch bits where the launch control
30957     code will live.
30958     
30959     Signed-off-by: Keith Packard <keithp@keithp.com>
30960
30961 commit bd0bf00081bb24af5cd67a9351b0b0c1a041d0d3
30962 Author: Keith Packard <keithp@keithp.com>
30963 Date:   Sat Jul 16 14:25:01 2011 -0700
30964
30965     altos: More work on AES bits
30966     
30967     Signed-off-by: Keith Packard <keithp@keithp.com>
30968
30969 commit a731d240f802d37524ce84c3c6acf22bcda4d522
30970 Author: Keith Packard <keithp@keithp.com>
30971 Date:   Fri Jul 15 18:51:33 2011 -0700
30972
30973     altos: Start work on AES and raw radio interfaces.
30974     
30975     We probably don't want this raw radio interface, but it's a start.
30976     
30977     Signed-off-by: Keith Packard <keithp@keithp.com>
30978
30979 commit f145be3fc4ee94fdb5c1e2406b6c11d38bdbbd9b
30980 Author: Keith Packard <keithp@keithp.com>
30981 Date:   Wed Jul 13 20:01:47 2011 -0700
30982
30983     altos: Start telelaunch product
30984     
30985     Looks a lot like TM, but without the flight code.
30986     
30987     Signed-off-by: Keith Packard <keithp@keithp.com>
30988
30989 commit 859ee0268b9f2e1f5933019f1231d857a1cac4da
30990 Author: Keith Packard <keithp@keithp.com>
30991 Date:   Wed Jul 13 19:59:58 2011 -0700
30992
30993     altosui: Add USB IDs for telelaunch and telelco to java bits
30994     
30995     telelaunch is 0x000f
30996     telelco is 0x0010
30997     
30998     Signed-off-by: Keith Packard <keithp@keithp.com>
30999
31000 commit b10fbbf0830053a39e4640a53598b1c027615c63
31001 Author: Keith Packard <keithp@keithp.com>
31002 Date:   Mon Aug 1 22:44:13 2011 -0700
31003
31004     altos: Add 'send all baro' compile-time option
31005     
31006     This option creates a new packet type that delivers full sensor-rate
31007     barometer telemetry data to allow for off-line analysis of flight
31008     algorithms using all of the data, rather than the slower rate provided
31009     either over telemetry or stored in the eeprom file.
31010     
31011     Define AO_SEND_ALL_BARO and this will get built in. Perhaps this could
31012     be a run-time option...
31013     
31014     Signed-off-by: Keith Packard <keithp@keithp.com>
31015
31016 commit 1c46c419704f661064d200432eb7efeeb11b3859
31017 Author: Keith Packard <keithp@keithp.com>
31018 Date:   Fri Aug 26 20:46:47 2011 -0700
31019
31020     altos: re-order ao_task to match single-arch code
31021     
31022     This is just for testing to make the new build match the old build
31023     exactly.
31024     
31025     Signed-off-by: Keith Packard <keithp@keithp.com>
31026
31027 commit c32893ce79835a8f861d6ef414644c2ff9769ff6
31028 Author: Keith Packard <keithp@keithp.com>
31029 Date:   Fri Aug 26 15:02:43 2011 -0700
31030
31031     altos: Integrate telescience support
31032     
31033     Adds a few drivers including an LCD driver
31034     
31035     Signed-off-by: Keith Packard <keithp@keithp.com>
31036
31037 commit 93b8f40bb451c9ec152490d1f431ab18f8ecb7d1
31038 Author: Bdale Garbee <bdale@gag.com>
31039 Date:   Fri Aug 26 10:52:55 2011 -0600
31040
31041     more release process doc updates
31042
31043 commit 9451ae5e4ea6ecfa512ba93197351682d4d043dc
31044 Author: Bdale Garbee <bdale@gag.com>
31045 Date:   Fri Aug 26 10:51:18 2011 -0600
31046
31047     update release process docs
31048
31049 commit 01aee9ebe517ed657692e0a39a31ae0ddfb5b8b0
31050 Author: Bdale Garbee <bdale@gag.com>
31051 Date:   Fri Aug 26 10:39:45 2011 -0600
31052
31053     update changelogs for Debian build
31054
31055 commit bc399d97a8424a5262f66a03e3bc403f793bb337
31056 Author: Bdale Garbee <bdale@gag.com>
31057 Date:   Fri Aug 26 10:38:44 2011 -0600
31058
31059     roll back packaging changelog for rebuild
31060
31061 commit 13e6e799070a1469cbc2ff990379ee520b8f0e6a
31062 Author: Bdale Garbee <bdale@gag.com>
31063 Date:   Fri Aug 26 10:29:58 2011 -0600
31064
31065     roll release notes version from 1.0 to 1.0.1
31066
31067 commit 1d15c841ad276127edae0345bd316c30731fffbf
31068 Author: Bdale Garbee <bdale@gag.com>
31069 Date:   Fri Aug 26 10:24:35 2011 -0600
31070
31071     ignore generated log file
31072
31073 commit 58a74c3c3dcd01509224326cffeb67a3e809e4e6
31074 Author: Bdale Garbee <bdale@gag.com>
31075 Date:   Fri Aug 26 10:07:15 2011 -0600
31076
31077     fix telemini firmware path name
31078
31079 commit 0a92eb2fa6b213533691288d8f99d72b80312983
31080 Author: Bdale Garbee <bdale@gag.com>
31081 Date:   Fri Aug 26 09:43:06 2011 -0600
31082
31083     update changelogs for Debian build
31084
31085 commit 3cea033ec928c21b9f7b810898ed3c3cc536d2ce
31086 Author: Bdale Garbee <bdale@gag.com>
31087 Date:   Fri Aug 26 09:41:46 2011 -0600
31088
31089     get ready for a 1.0.1 release
31090
31091 commit 674231773256bacd7acb4b5718c47412e47b813f
31092 Merge: 08e3d54 3bfe8df
31093 Author: Bdale Garbee <bdale@gag.com>
31094 Date:   Fri Aug 26 09:37:01 2011 -0600
31095
31096     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31097
31098 commit 08e3d54bacf8b38a7c33e420a0bc19bcc7acedd4
31099 Author: Bdale Garbee <bdale@gag.com>
31100 Date:   Fri Aug 26 09:35:54 2011 -0600
31101
31102     moving git-buildpackage config into .git/ since it is fairly specific to
31103     Bdale's build environment, and doesn't need to be in the source package
31104
31105 commit 8125acc030574afed6f23aa8aa302d9c768bb04e
31106 Author: Keith Packard <keithp@keithp.com>
31107 Date:   Thu Aug 25 22:55:33 2011 -0700
31108
31109     altos: get avr-demo to build. Pull in AVR drivers and LCD driver
31110     
31111     This completes the basic task of making an AVR version of altos by
31112     getting the Teensy 'avr-demo' program to build.
31113     
31114     Signed-off-by: Keith Packard <keithp@keithp.com>
31115
31116 commit e9fab7dc99a0e7c22b511c5919adf7df85213252
31117 Author: Keith Packard <keithp@keithp.com>
31118 Date:   Thu Aug 25 22:04:36 2011 -0700
31119
31120     altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooks
31121     
31122     More arch-indepdency bits.
31123     
31124     GCC stdio is different from SDCC, so create suitable code in
31125     avr/ao_avr_stdio.c
31126     
31127     Create macros to initialize the task stack frame and save the task
31128     context.
31129     
31130     Add GCC/SDCC type definition compatibility macros
31131     
31132     Signed-off-by: Keith Packard <keithp@keithp.com>
31133
31134 commit a588092a7d76dab92e4ab11e0fdb457d2ddc9025
31135 Author: Keith Packard <keithp@keithp.com>
31136 Date:   Thu Aug 25 21:10:56 2011 -0700
31137
31138     altos: AVR changes - create ao_arch.h files, define ao_arch_reboot
31139     
31140     Start pulling changes needed for avr port; architecture-specific code
31141     will live in <architcture>/ao_arch.h. This first change defines
31142     the ao_arch_reboot macro to reboot the microcontroller.
31143     
31144     Signed-off-by: Keith Packard <keithp@keithp.com>
31145
31146 commit 9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de
31147 Author: Keith Packard <keithp@keithp.com>
31148 Date:   Thu Aug 25 20:43:44 2011 -0700
31149
31150     altos: Restructure altos build to prepare for multi-arch support
31151     
31152     Split out sources into separate directories:
31153     
31154         core:           architecture and product independent bits
31155         cc1111:         cc1111-specific code
31156         drivers:        architecture independent drivers
31157         product:        product-specific sources and Makefile fragments
31158         util:           scripts for building stuff
31159     
31160     This should have no effect on the built products, but testing is encouraged
31161     
31162     Signed-off-by: Keith Packard <keithp@keithp.com>
31163
31164 commit 3bfe8df44b575ca430ffaa051e20faa955a06c03
31165 Author: Keith Packard <keithp@keithp.com>
31166 Date:   Thu Aug 25 18:02:45 2011 -0700
31167
31168     altos: Clear callsign on initial config load
31169     
31170     Before being written the first time, ao_config will get set to 0xff
31171     when the config storage is read. This leaves the tail of the callsign
31172     filled with invalid bytes. Zero the whole thing before loading the
31173     default callsign to make sure any extra bytes are set correctly.
31174     
31175     Signed-off-by: Keith Packard <keithp@keithp.com>
31176
31177 commit 93ecaf7f18f8f4c15953c2e80dc9e1b20d04fdfa
31178 Author: Bdale Garbee <bdale@gag.com>
31179 Date:   Thu Aug 25 15:46:30 2011 -0600
31180
31181     update TeleMini turnon script now that we've made a stable firmware release
31182
31183 commit c3314dae2d3df82e188daf6ba8520cce833592c6
31184 Author: Bdale Garbee <bdale@gag.com>
31185 Date:   Thu Aug 25 03:36:25 2011 -0600
31186
31187     use multimaint-merge to make Debian changelogs less ugly
31188
31189 commit f9d87de0e2681c2ec5753f4fffef0e61a3a9e144
31190 Author: Bdale Garbee <bdale@gag.com>
31191 Date:   Thu Aug 25 02:22:53 2011 -0600
31192
31193     update changelogs for Debian build
31194
31195 commit 41998645c04a2ee856dec272b40c2dc5913291d3
31196 Author: Bdale Garbee <bdale@gag.com>
31197 Date:   Thu Aug 25 02:16:17 2011 -0600
31198
31199     add a postinst to remove sources.list.d fragment delivered by old private
31200     versions of this package, no longer needed once we have official packages
31201
31202 commit d65e4f6b0a8ba8f67c8a916f2e8be0ec5c75f47d
31203 Author: Bdale Garbee <bdale@gag.com>
31204 Date:   Thu Aug 25 02:05:49 2011 -0600
31205
31206     really, I mean it, no longer deliver the sources.list fragment
31207
31208 commit 0579bd5de9e7686d227a16951dd520439ca5472b
31209 Author: Bdale Garbee <bdale@gag.com>
31210 Date:   Thu Aug 25 01:55:32 2011 -0600
31211
31212     we need a main category in the desktop file
31213
31214 commit 3ec03792adebbeadc9c0d4985c6f51877e8ab969
31215 Author: Bdale Garbee <bdale@gag.com>
31216 Date:   Thu Aug 25 01:48:11 2011 -0600
31217
31218     update desktop file for consistency with package section
31219
31220 commit 0b1d5b678f0e36fbe09d4d3babffb77f857f098d
31221 Author: Bdale Garbee <bdale@gag.com>
31222 Date:   Thu Aug 25 01:37:31 2011 -0600
31223
31224     rewind packaging changelog to last tagged version
31225
31226 commit f0891fc2e4fa4fd6dd5c2bfc74e4514de986a295
31227 Author: Bdale Garbee <bdale@gag.com>
31228 Date:   Thu Aug 25 01:35:18 2011 -0600
31229
31230     ao-view is no longer included in the altos package, so have the old-style
31231     Debian menu entry point to altosui instead
31232
31233 commit a7ee1049519bf46b3864666999249876009fc3bf
31234 Author: Bdale Garbee <bdale@gag.com>
31235 Date:   Thu Aug 25 01:35:06 2011 -0600
31236
31237     changes in preparation for upload to Debian
31238
31239 commit 2992184f7a032c95e22023080fbc26443ed786f5
31240 Author: Bdale Garbee <bdale@gag.com>
31241 Date:   Thu Aug 25 01:30:36 2011 -0600
31242
31243     don't deliver sources.list fragment in official Debian packages
31244
31245 commit 3fc92a529dae410a41038cce38c6a44f5e58bd1f
31246 Author: Bdale Garbee <bdale@gag.com>
31247 Date:   Thu Aug 25 01:11:47 2011 -0600
31248
31249     prepare to release
31250
31251 commit 73abe19acf709c00f5352ec12e8cd6edae1d1963
31252 Merge: 1bd781d 5158493
31253 Author: Bdale Garbee <bdale@gag.com>
31254 Date:   Thu Aug 25 00:34:49 2011 -0600
31255
31256     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31257     
31258     Conflicts:
31259         doc/altusmetrum.xsl
31260
31261 commit 1bd781da934c738e0c9294197c7eb622b0710a9a
31262 Author: Bdale Garbee <bdale@gag.com>
31263 Date:   Thu Aug 25 00:32:47 2011 -0600
31264
31265     more tweaks
31266
31267 commit 5158493c8df527e7527057c719c75248609eb3dc
31268 Author: Keith Packard <keithp@keithp.com>
31269 Date:   Wed Aug 24 23:21:02 2011 -0700
31270
31271     doc: Remove duplicate documentation about max flight log
31272     
31273     This was described in detail in both the System Operation and AltosUI
31274     chapters. Remove the duplicate from the AltosUI chapter.
31275     
31276     Signed-off-by: Keith Packard <keithp@keithp.com>
31277
31278 commit e268798dc260311f5f0167909481b41c9d27fc1c
31279 Merge: 458f816 242344d
31280 Author: Keith Packard <keithp@keithp.com>
31281 Date:   Wed Aug 24 23:06:44 2011 -0700
31282
31283     Merge remote-tracking branch 'origin/master'
31284
31285 commit 458f816ad23fd6784757b13b244057d4be64260e
31286 Author: Keith Packard <keithp@keithp.com>
31287 Date:   Wed Aug 24 23:06:01 2011 -0700
31288
31289     doc: Describe max flight log, ignite mode and pad orientation
31290     
31291     These describe what these configuration parmaeters do, not how to set them.
31292     
31293     Signed-off-by: Keith Packard <keithp@keithp.com>
31294
31295 commit 242344d3e32e7c7cd9270d708555923fa888e4d8
31296 Merge: 5c1cf74 94a1b22
31297 Author: Bdale Garbee <bdale@gag.com>
31298 Date:   Wed Aug 24 23:51:38 2011 -0600
31299
31300     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31301     
31302     Conflicts:
31303         doc/altusmetrum.xsl
31304
31305 commit 5c1cf7492b82e63a9db9d0238ecbcd2b59486893
31306 Author: Bdale Garbee <bdale@gag.com>
31307 Date:   Wed Aug 24 23:50:31 2011 -0600
31308
31309     tweak tweak tweak
31310
31311 commit 94a1b220bbfbb64b9772f3ee64a8e9d353d65e94
31312 Author: Keith Packard <keithp@keithp.com>
31313 Date:   Wed Aug 24 22:29:56 2011 -0700
31314
31315     doc: Move the remaining command-mode descriptions to the appendix
31316     
31317     Signed-off-by: Keith Packard <keithp@keithp.com>
31318
31319 commit edfb553bb4fa5b0c7c6c658505b2a99d05fb13bf
31320 Merge: c74ab82 ec96f11
31321 Author: Bdale Garbee <bdale@gag.com>
31322 Date:   Wed Aug 24 23:23:56 2011 -0600
31323
31324     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31325
31326 commit c74ab82a7b7a6ad6f79129a9ef5954270e7e8f11
31327 Author: Bdale Garbee <bdale@gag.com>
31328 Date:   Wed Aug 24 23:23:45 2011 -0600
31329
31330     more changes
31331
31332 commit ec96f11666f9cbd98e16caeccd5d399978bde81b
31333 Author: Keith Packard <keithp@keithp.com>
31334 Date:   Wed Aug 24 22:20:29 2011 -0700
31335
31336     doc: Updating Firmware is now a separate chapter
31337     
31338     The Flash Image paragraph references it, change the reference wording.
31339     
31340     Signed-off-by: Keith Packard <keithp@keithp.com>
31341
31342 commit 11099fab63d32f53d0f2e04a7ab04392e39b5963
31343 Author: Keith Packard <keithp@keithp.com>
31344 Date:   Wed Aug 24 22:18:29 2011 -0700
31345
31346     doc: Move updating device firmware section to separate chapter
31347     
31348     This isn't central to operation of the devices, so move it out to a
31349     separate chapter
31350     
31351     Signed-off-by: Keith Packard <keithp@keithp.com>
31352
31353 commit 50769fbbeaaf61111d363411e0ef0b2868681cf4
31354 Merge: 425fa99 d92c173
31355 Author: Bdale Garbee <bdale@gag.com>
31356 Date:   Wed Aug 24 23:15:20 2011 -0600
31357
31358     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31359
31360 commit 425fa995aeaccc1ec9ecf011f185b4406df61541
31361 Author: Bdale Garbee <bdale@gag.com>
31362 Date:   Wed Aug 24 23:15:15 2011 -0600
31363
31364     more tweaking
31365
31366 commit d92c173615a5fb0278ff6878595bed3f8d813e03
31367 Author: Keith Packard <keithp@keithp.com>
31368 Date:   Wed Aug 24 22:12:39 2011 -0700
31369
31370     doc: use 'radio link' to refer to packet command mode
31371     
31372     Make sure 'radio link' doesn't refer to telemetry and eliminate use of
31373     'RF link' and other similar but not identical phrases.
31374     
31375     Signed-off-by: Keith Packard <keithp@keithp.com>
31376
31377 commit 65ca6f0d7c96432413868274b2cfdea4b76683e4
31378 Author: Bdale Garbee <bdale@gag.com>
31379 Date:   Wed Aug 24 23:03:23 2011 -0600
31380
31381     more tweaks
31382
31383 commit 09981cd024297fd4ef093c7468de2b9d5f3c2691
31384 Merge: a476e76 03c8b27
31385 Author: Bdale Garbee <bdale@gag.com>
31386 Date:   Wed Aug 24 22:42:39 2011 -0600
31387
31388     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31389
31390 commit a476e76622b6fa70bf7c8883d2a2a64a382fbd78
31391 Author: Bdale Garbee <bdale@gag.com>
31392 Date:   Wed Aug 24 22:42:33 2011 -0600
31393
31394     more doc tweaks
31395
31396 commit 03c8b2702a45a12c4748cd1ec801d720c816d9e9
31397 Author: Keith Packard <keithp@keithp.com>
31398 Date:   Wed Aug 24 21:39:48 2011 -0700
31399
31400     doc: Move Packet Command Mode section to System Operations chapter
31401     
31402     It makes far more sense here.
31403     
31404     Signed-off-by: Keith Packard <keithp@keithp.com>
31405
31406 commit 221157af586c6fd7368ee858a390f38bc5ed50f5
31407 Author: Keith Packard <keithp@keithp.com>
31408 Date:   Wed Aug 24 21:31:05 2011 -0700
31409
31410     doc: Describe packet command mode a bit better.
31411     
31412     Include comments about TeleMini in the introduction, and then explain
31413     a bit better what the best method of reliably initiating packet
31414     command mode are (start operation, then boot telemini).
31415     
31416     Signed-off-by: Keith Packard <keithp@keithp.com>
31417
31418 commit d4e1aa92b6ce2f3e4c51029595d1d44a7f2f14a0
31419 Author: Bdale Garbee <bdale@gag.com>
31420 Date:   Wed Aug 24 22:27:35 2011 -0600
31421
31422     more doc tweaking
31423
31424 commit 6eff8d5831dde8e690586cd2a97ddf1595cd2674
31425 Author: Keith Packard <keithp@keithp.com>
31426 Date:   Wed Aug 24 20:59:28 2011 -0700
31427
31428     doc: Document pad-mode 'on-board data logging' indicator
31429     
31430     There wasn't any documentation for this field in the 'Launch Pad' tab.
31431     
31432     Signed-off-by: Keith Packard <keithp@keithp.com>
31433
31434 commit ca0879ba6e5295b4fa790705f742eb647a462ea0
31435 Author: Keith Packard <keithp@keithp.com>
31436 Date:   Wed Aug 24 20:42:09 2011 -0700
31437
31438     doc: Spelling corrections in altusmetrum.xsl
31439     
31440     Lots of minor spelling errors.
31441     
31442     Signed-off-by: Keith Packard <keithp@keithp.com>
31443
31444 commit 963649aa064acfe75d2ff4babd9a0d35dc254e86
31445 Author: Bdale Garbee <bdale@gag.com>
31446 Date:   Wed Aug 24 21:39:21 2011 -0600
31447
31448     doc tweaks through chap 3
31449
31450 commit 3d88e0493ab446d7c7011786390d30618a72d045
31451 Merge: 02d6545 5a9972d
31452 Author: Bdale Garbee <bdale@gag.com>
31453 Date:   Wed Aug 24 21:26:26 2011 -0600
31454
31455     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31456
31457 commit 5a9972d41a87d4204c6c93cacf14e2962cc1c59c
31458 Author: Keith Packard <keithp@keithp.com>
31459 Date:   Wed Aug 24 20:22:29 2011 -0700
31460
31461     altos/windows: Get latest JRE 1.6 version (Version 6 update 27)
31462     
31463     No reason to download stale java bits.
31464     
31465     Signed-off-by: Keith Packard <keithp@keithp.com>
31466
31467 commit cbfbaabb39f9f7709d00cf3dc63cc1bc7563062e
31468 Author: Keith Packard <keithp@keithp.com>
31469 Date:   Wed Aug 24 19:13:03 2011 -0700
31470
31471     altosui: Make flight monitor font size configurable
31472     
31473     Tiny netbooks aren't tall enough for the 'usual' font size, so provide
31474     a smaller option. Then provide a bigger option, just because.
31475     
31476     Signed-off-by: Keith Packard <keithp@keithp.com>
31477
31478 commit 9849883a754a73b861dd7be530753ff5c2abb499
31479 Author: Keith Packard <keithp@keithp.com>
31480 Date:   Wed Aug 24 01:48:28 2011 -0700
31481
31482     altosui: Don't trust companion telemetry record 'channels' count
31483     
31484     It can be bogus, allowing the code to walk off the end of the
31485     allocated data array.
31486     
31487     Signed-off-by: Keith Packard <keithp@keithp.com>
31488
31489 commit 02d65453225a3807e61b2ac6e2a26da31a05bd45
31490 Author: Bdale Garbee <bdale@gag.com>
31491 Date:   Wed Aug 24 01:53:02 2011 -0600
31492
31493     update changelogs for Debian build
31494
31495 commit 1d286dab223e6c44a25180f944ccb5ba8ed9d5f5
31496 Author: Bdale Garbee <bdale@gag.com>
31497 Date:   Wed Aug 24 01:51:54 2011 -0600
31498
31499     prepare for another rebuild
31500
31501 commit 82634eae16f9691a6c70a48d0858a399814631f2
31502 Author: Bdale Garbee <bdale@gag.com>
31503 Date:   Wed Aug 24 01:50:56 2011 -0600
31504
31505     add pkg-config to the build deps
31506
31507 commit cf2823cab40aa450375c108bae8ed6b051fbefe5
31508 Author: Bdale Garbee <bdale@gag.com>
31509 Date:   Wed Aug 24 01:45:28 2011 -0600
31510
31511     update changelogs for Debian build
31512
31513 commit bf6f00693c394f885d3378415dc7c8a1815a31ed
31514 Author: Bdale Garbee <bdale@gag.com>
31515 Date:   Wed Aug 24 01:43:59 2011 -0600
31516
31517     roll changelog back in prep for another test build
31518
31519 commit 06aee245eb74e839e50226fa2ddb967c3977fe7c
31520 Author: Bdale Garbee <bdale@gag.com>
31521 Date:   Wed Aug 24 01:41:53 2011 -0600
31522
31523     another test round
31524
31525 commit 4d94e8f9f807a0bbeab0cdead011e74eeca1d1b6
31526 Merge: 4b5369d 3b0a9a1
31527 Author: Bdale Garbee <bdale@gag.com>
31528 Date:   Wed Aug 24 01:38:58 2011 -0600
31529
31530     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31531
31532 commit 3b0a9a1c87390747492bfef435ac8e0829ec748f
31533 Author: Keith Packard <keithp@keithp.com>
31534 Date:   Wed Aug 24 00:29:36 2011 -0700
31535
31536     altosui: Try to get dialogs to look a little better
31537     
31538     grid bag constraints are not my friend.
31539     
31540     Signed-off-by: Keith Packard <keithp@keithp.com>
31541
31542 commit 2165e82327faaada23f0503b8e49b80f938b746c
31543 Author: Keith Packard <keithp@keithp.com>
31544 Date:   Wed Aug 24 00:09:51 2011 -0700
31545
31546     altosui: Add tool-tips to config dialogs
31547     
31548     Provides more information about the various settings, and, when
31549     they're disabled, tells the user why.
31550     
31551     Signed-off-by: Keith Packard <keithp@keithp.com>
31552
31553 commit 63808e0392f43633f92fee137d968e969dd364c9
31554 Author: Keith Packard <keithp@keithp.com>
31555 Date:   Tue Aug 23 23:20:00 2011 -0700
31556
31557     Remove stale tools (ao-dumplog, ao-postflight, ao-view)
31558     
31559     These tools have all been supplanted by altosui at this point, and
31560     keeping them around increases the build dependencies by quite a lot.
31561     
31562     Signed-off-by: Keith Packard <keithp@keithp.com>
31563
31564 commit 186dfc7c72aa7eba281f29f917088e49e44c2ddc
31565 Author: Keith Packard <keithp@keithp.com>
31566 Date:   Tue Aug 23 22:51:57 2011 -0700
31567
31568     altosui: Use system look&feel
31569     
31570     Turn on the 'be less ugly bit'
31571     
31572     Signed-off-by: Keith Packard <keithp@keithp.com>
31573
31574 commit 4b5369dc3da2fc8441eeacbf094537b0cf52240d
31575 Author: Bdale Garbee <bdale@gag.com>
31576 Date:   Tue Aug 23 21:37:17 2011 -0600
31577
31578     update changelogs for Debian build
31579
31580 commit 99316a17a9642a207c45610e7cc1c33c2600ece0
31581 Author: Bdale Garbee <bdale@gag.com>
31582 Date:   Tue Aug 23 21:33:53 2011 -0600
31583
31584     rewind changelog to 0.9.6.0 for rebuild
31585
31586 commit 192881b7cae49af375cc2b8b7305c937079ee724
31587 Author: Bdale Garbee <bdale@gag.com>
31588 Date:   Tue Aug 23 20:11:01 2011 -0600
31589
31590     update changelogs for Debian build
31591
31592 commit fc7e46b1215ea2b4cc138ed77d8eaa122369b15f
31593 Author: Bdale Garbee <bdale@gag.com>
31594 Date:   Tue Aug 23 20:10:14 2011 -0600
31595
31596     turn off auto-tagging during Debian build
31597
31598 commit 998adccc1c4f8f6c44833bbf4a52d9441748b996
31599 Author: Keith Packard <keithp@keithp.com>
31600 Date:   Tue Aug 23 18:56:07 2011 -0700
31601
31602     altosui: add tool-tips to the button box.
31603     
31604     Signed-off-by: Keith Packard <keithp@keithp.com>
31605
31606 commit 754b9591574c12ddd6e4ab590c6a5f3806b80213
31607 Author: Keith Packard <keithp@keithp.com>
31608 Date:   Tue Aug 23 13:29:23 2011 -0700
31609
31610     libaltos: fix Mac OS X function signatures
31611     
31612     altos_list_start was declared to take a (int time) parameter for some reason.
31613     
31614     Signed-off-by: Keith Packard <keithp@keithp.com>
31615
31616 commit fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6
31617 Author: Keith Packard <keithp@keithp.com>
31618 Date:   Mon Aug 22 23:35:28 2011 -0700
31619
31620     altosui: Update mac os X library
31621     
31622     This has been tested on 32-bit OS X and it works; dunno about
31623     64-bit.
31624     
31625     Signed-off-by: Keith Packard <keithp@keithp.com>
31626
31627 commit 955989147f90a4fd22c1375d1b41425dae4e7dd1
31628 Author: Keith Packard <keithp@keithp.com>
31629 Date:   Mon Aug 22 23:34:55 2011 -0700
31630
31631     altosui: Reset all config data on 'reset' command
31632     
31633     This lets you switch altimeters without getting any stale data.
31634     
31635     Signed-off-by: Keith Packard <keithp@keithp.com>
31636
31637 commit d249da3fb064754753bd20cd2ca1e5ffcce294ca
31638 Author: Keith Packard <keithp@keithp.com>
31639 Date:   Mon Aug 22 23:33:52 2011 -0700
31640
31641     altosui: Only 'show' config dialog once
31642     
31643     Otherwise, the dialog jumps back to the initial position each time the
31644     data is updated.
31645     
31646     Signed-off-by: Keith Packard <keithp@keithp.com>
31647
31648 commit e9254c3472e42d93181674b2c3cd80fe6eea696e
31649 Author: Keith Packard <keithp@keithp.com>
31650 Date:   Mon Aug 22 23:32:36 2011 -0700
31651
31652     altosui: fix 'magic' string to signal end of config data
31653     
31654     Was using "done", which happens to be displayed by the 'l'
31655     command. Switch to 'all finished' which doesn't appear in the config
31656     data output. Yes, this method is a kludge.
31657     
31658     Signed-off-by: Keith Packard <keithp@keithp.com>
31659
31660 commit 4aebe65b089e4b825a5ae238b81e2181bd88175a
31661 Author: Keith Packard <keithp@keithp.com>
31662 Date:   Mon Aug 22 23:31:54 2011 -0700
31663
31664     altosui: Can't configure flight log max on TeleMini
31665     
31666     It's only got space for one flight.
31667     
31668     Signed-off-by: Keith Packard <keithp@keithp.com>
31669
31670 commit 3a84e8e0cc86481c301f4335843a0e1a94bad5c0
31671 Author: Keith Packard <keithp@keithp.com>
31672 Date:   Mon Aug 22 23:12:30 2011 -0700
31673
31674     altosui: Make monitor-idle display correct 'On-board data logging' status
31675     
31676     Count number of stored flights and see if there's space for another
31677     one.
31678     
31679     Signed-off-by: Keith Packard <keithp@keithp.com>
31680
31681 commit afe6aba9cb91e93234ffee2a22eee40f848ddedd
31682 Author: Keith Packard <keithp@keithp.com>
31683 Date:   Mon Aug 22 18:25:34 2011 -0700
31684
31685     altosui: Add --summary option to dump flight stats to stdout
31686     
31687     useful for quickly capturing sense of a flight.
31688     
31689     Signed-off-by: Keith Packard <keithp@keithp.com>
31690
31691 commit 4e2fd7ae76c23aa8da1390ebcbd8f45276cd7a32
31692 Author: Keith Packard <keithp@keithp.com>
31693 Date:   Mon Aug 22 18:24:54 2011 -0700
31694
31695     altosui: Show filename in AltosGraph window
31696     
31697     Makes it easier to tell multiple windows apart
31698     
31699     Signed-off-by: Keith Packard <keithp@keithp.com>
31700
31701 commit f4ea46dc205454411c224ada7805f813989efd4a
31702 Author: Keith Packard <keithp@keithp.com>
31703 Date:   Mon Aug 22 18:23:41 2011 -0700
31704
31705     altosui: Add date/time/serial/flight to flight stats tab
31706     
31707     And switch to using the AltosConvert units conversions functions.
31708     
31709     Signed-off-by: Keith Packard <keithp@keithp.com>
31710
31711 commit b4c71ba56c471720c72853057d0a527825a78fa0
31712 Author: Keith Packard <keithp@keithp.com>
31713 Date:   Mon Aug 22 18:22:21 2011 -0700
31714
31715     altosui: Capture date/time/serial/flight in AltosFlightStats
31716     
31717     Time is the time when boost was detected.
31718     
31719     Signed-off-by: Keith Packard <keithp@keithp.com>
31720
31721 commit 5ef731bd87c6d2a71a4edcc69a218eaf1aa7c465
31722 Author: Keith Packard <keithp@keithp.com>
31723 Date:   Mon Aug 22 18:21:35 2011 -0700
31724
31725     altosui: Add a few simple unit conversions
31726     
31727     Signed-off-by: Keith Packard <keithp@keithp.com>
31728
31729 commit b83d8eca433ed5796835f6a09271f50c7f27cc81
31730 Author: Keith Packard <keithp@keithp.com>
31731 Date:   Mon Aug 22 17:18:02 2011 -0700
31732
31733     doc: Add Installation Recommendations chapter
31734     
31735     Document installation suggestions, including mounting, RFI, antenna
31736     issues and ground testing.
31737     
31738     Signed-off-by: Keith Packard <keithp@keithp.com>
31739
31740 commit a0f62b8569c5535a2598cfb6ab52db79f0a52f92
31741 Author: Keith Packard <keithp@keithp.com>
31742 Date:   Mon Aug 22 17:17:43 2011 -0700
31743
31744     doc: Add note about telemetry disable mode to 1.0 release notes
31745     
31746     Signed-off-by: Keith Packard <keithp@keithp.com>
31747
31748 commit 393d231b9689cd1c358600ee76e0e808f89670c8
31749 Author: Keith Packard <keithp@keithp.com>
31750 Date:   Sun Aug 21 22:52:45 2011 -0700
31751
31752     altosui: Attempt to make both 32- and 64-bit windows DLLs
31753     
31754     We'll see if they work...
31755     
31756     Signed-off-by: Keith Packard <keithp@keithp.com>
31757
31758 commit d5bd40847b17c32405dfba864a2a5a3b19aa7e85
31759 Author: Keith Packard <keithp@keithp.com>
31760 Date:   Sun Aug 21 22:12:53 2011 -0700
31761
31762     altosui/windows: Fix a bunch of windows compiler warnings.
31763     
31764     Some of these may have actually been serious -- a write length was
31765     getting stored in a signed char...
31766     
31767     Signed-off-by: Keith Packard <keithp@keithp.com>
31768
31769 commit 2353d83be15b398754c2564f95374c6ea0f8de92
31770 Author: Keith Packard <keithp@keithp.com>
31771 Date:   Sun Aug 21 22:12:04 2011 -0700
31772
31773     altos-fat/windows: Check and install Java 1.6 as needed
31774     
31775     Signed-off-by: Keith Packard <keithp@keithp.com>
31776
31777 commit a08826292ebd802a1ff2effccac3b96fd061c47d
31778 Merge: 3366cfe 55be3db
31779 Author: Bdale Garbee <bdale@gag.com>
31780 Date:   Mon Aug 22 16:08:55 2011 -0600
31781
31782     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
31783
31784 commit 55be3db2e31fe97e7f351e3c490b8bc4cf7192b2
31785 Author: Keith Packard <keithp@keithp.com>
31786 Date:   Sun Aug 21 19:18:54 2011 -0700
31787
31788     altosui: Clean up command line processing. Add --graph
31789     
31790     Make the command line processing a bit less ad-hoc, track 'mode' of
31791     processing and deal with all files on the command line.
31792     
31793     Signed-off-by: Keith Packard <keithp@keithp.com>
31794
31795 commit 6823ad5e48fc0a19791d96f886b5689f88c4311b
31796 Author: Keith Packard <keithp@keithp.com>
31797 Date:   Thu Aug 18 18:02:02 2011 -0700
31798
31799     altos/altosui: Add ability to disable telemetry/rdf completely
31800     
31801     This turns off the telemetry system so that it never transmits telemetry
31802     or RDF tones. In idle mode, it will still accept packet mode connections.
31803     
31804     Signed-off-by: Keith Packard <keithp@keithp.com>
31805
31806 commit a08e7ac8bd3840b699c9a1ffc6b1e115b2b84bad
31807 Author: Keith Packard <keithp@keithp.com>
31808 Date:   Sat Aug 20 11:35:55 2011 -0700
31809
31810     Bump version to 0.9.7
31811     
31812     Bdale is flying 0.9.6 at chili blaster, make sure later firmware gets
31813     a later version number.
31814     
31815     Signed-off-by: Keith Packard <keithp@keithp.com>
31816
31817 commit f2b0900f8b83fcb3085f3d042ffd961ffd758d5d
31818 Author: Keith Packard <keithp@keithp.com>
31819 Date:   Sat Aug 20 11:28:53 2011 -0700
31820
31821     altos: Merge common config code in ao_config.c
31822     
31823     This shuffles code around in ao_config.c to share some common code
31824     segments for starting and committing config changes.
31825     
31826     This also stops printing out changes as they are made which aren't
31827     needed by the UI code.
31828     
31829     Signed-off-by: Keith Packard <keithp@keithp.com>
31830
31831 commit 67f28c58db0deca8f8050d33e97ad96017f4baaa
31832 Author: Keith Packard <keithp@keithp.com>
31833 Date:   Sat Aug 20 11:19:57 2011 -0700
31834
31835     altosui: Disable 'max flight log' config when there are stored flights
31836     
31837     When flights are stored in flash, the maximum flight log value cannot
31838     be changed as the flight data might need to be moved around in
31839     memory. Check for this case by looking for stored flights and
31840     disabling the combo box when storage is not empty.
31841     
31842     Signed-off-by: Keith Packard <keithp@keithp.com>
31843
31844 commit fcff63baf8fde1174571a2c7c860099e19dbf629
31845 Author: Keith Packard <keithp@keithp.com>
31846 Date:   Sat Aug 20 10:43:28 2011 -0700
31847
31848     altosui: remove debug printf in pad pane
31849     
31850     Signed-off-by: Keith Packard <keithp@keithp.com>
31851
31852 commit 3366cfe6145f64cdb04654854d5390c671a288e3
31853 Author: Bdale Garbee <bdale@gag.com>
31854 Date:   Sat Aug 20 09:28:04 2011 -0600
31855
31856     update changelogs for Debian build
31857
31858 commit 787e4305a05e344c018abb872f788749203690d7
31859 Author: Bdale Garbee <bdale@gag.com>
31860 Date:   Sat Aug 20 09:24:29 2011 -0600
31861
31862     update changelogs for Debian build
31863
31864 commit 605627d03eeb9f34026a84134992ad061b5b3946
31865 Author: Bdale Garbee <bdale@gag.com>
31866 Date:   Fri Aug 19 22:47:50 2011 -0600
31867
31868     update changelogs for Debian build
31869
31870 commit 048b3eb45169e572f33c68ff152b89db9ef97d31
31871 Author: Keith Packard <keithp@keithp.com>
31872 Date:   Sun Aug 14 21:11:41 2011 -0700
31873
31874     altosui: Add 'On-board Data Logging' indicator to pad tab
31875     
31876     This shows whether the on-board data memory is full, or is ready to
31877     record the flight. This is indicated in the telemetry stream by a
31878     flight number of '0'.
31879     
31880     Signed-off-by: Keith Packard <keithp@keithp.com>
31881
31882 commit adb7d345963ab9981c49c7cc68c6b4d7156dce46
31883 Author: Keith Packard <keithp@keithp.com>
31884 Date:   Sun Aug 14 21:09:42 2011 -0700
31885
31886     altosui: Ancient log files used 'apogee' for 'coast' state
31887     
31888     2009-07-18-serial-004-flight-000 says 'apogee' for the apogee-detect
31889     phase of the flight; map this to coast so that this flight replays
31890     correctly (although the log terminates at apogee...)
31891     
31892     Signed-off-by: Keith Packard <keithp@keithp.com>
31893
31894 commit 4f64d66295a8f76680af8cfda4650aa4c4f8576d
31895 Author: Keith Packard <keithp@keithp.com>
31896 Date:   Sun Aug 14 19:19:50 2011 -0700
31897
31898     altos: Lost change that reported flight 0 when log memory was full
31899     
31900     commit 52ac83fedbfd380d14d4df2e79992bbdfba3552a added coded to check
31901     for a full flight log and complain with a special tone.
31902     
31903     It also reported flight 0 over telemetry, and that part of the patch
31904     got lost when moving to the new telemetry format. This patch
31905     resurrects that piece.
31906     
31907     Signed-off-by: Keith Packard <keithp@keithp.com>
31908
31909 commit ef7f60df841f1eb22b9cec0d7f68cf2c003d6b30
31910 Author: Keith Packard <keithp@keithp.com>
31911 Date:   Sun Aug 14 00:00:54 2011 -0700
31912
31913     altosui: Respect storage limits in flight log max config
31914     
31915     Compute the maximum flight log using the data returned from the 'f'
31916     command (total storage and erase block size). Limit menu to choices
31917     which fall within this limit, complain if the user asks for too big a value.
31918     
31919     Signed-off-by: Keith Packard <keithp@keithp.com>
31920
31921 commit 746d6a472a20243a8c0eacc8edf8e81e0641bc17
31922 Author: Keith Packard <keithp@keithp.com>
31923 Date:   Sun Aug 14 00:00:07 2011 -0700
31924
31925     altosui: don't set channel when using radio setting
31926     
31927     altos now sets the radio back to channel 0 when the radio setting is
31928     changed.
31929     
31930     Signed-off-by: Keith Packard <keithp@keithp.com>
31931
31932 commit 709485f20fb039f8dd087c8491c5f5a76718ae53
31933 Author: Keith Packard <keithp@keithp.com>
31934 Date:   Sat Aug 13 23:58:03 2011 -0700
31935
31936     altos: use raw height while waiting for landing
31937     
31938     This avoids any noise introduced by the kalman filter, making landing
31939     detection much more reliable. This patch also changes the interval to
31940     10s so that the height bounds can be increased to 4m.
31941     
31942     Signed-off-by: Keith Packard <keithp@keithp.com>
31943
31944 commit aa71c2cdcb417eba2a2d30792ece9a47b8b3fc82
31945 Author: Keith Packard <keithp@keithp.com>
31946 Date:   Sat Aug 13 23:56:55 2011 -0700
31947
31948     altos: Reset radio channel to zero when using radio setting
31949     
31950     Otherwise, it's hard to set the frequency over the radio link.
31951     
31952     Signed-off-by: Keith Packard <keithp@keithp.com>
31953
31954 commit 7f74761051f2a5ab45b82c4dd79a8569376bbe2e
31955 Author: Keith Packard <keithp@keithp.com>
31956 Date:   Sat Aug 13 23:56:06 2011 -0700
31957
31958     altos: Correct AO_CONFIG_MINOR from 6 to 7
31959     
31960     Forgot to bump this when adding radio setting.
31961     
31962     Signed-off-by: Keith Packard <keithp@keithp.com>
31963
31964 commit 924d56a4d2d8b16530cd378b18cfc5d6e08420ed
31965 Author: Keith Packard <keithp@keithp.com>
31966 Date:   Sat Aug 13 21:10:15 2011 -0700
31967
31968     altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
31969     
31970     The eeprom download code wants to interrupt serial communication so
31971     that it can stop downloading stuff in the middle of a run. Make
31972     flush_input pass the exception along instead of discarding it.
31973     
31974     Signed-off-by: Keith Packard <keithp@keithp.com>
31975
31976 commit dcd15032eec45f3fdd003050710ebd5b85052662
31977 Author: Keith Packard <keithp@keithp.com>
31978 Date:   Sat Aug 13 21:09:19 2011 -0700
31979
31980     altosui: Eliminate inter-chunk flush_input calls
31981     
31982     Once the serial line is nicely synchronized, we don't need to flush
31983     input between chunks. This speeds up eeprom downloading quite a bit.
31984     
31985     Signed-off-by: Keith Packard <keithp@keithp.com>
31986
31987 commit 3ba7b6196f68078f4ed4538c4e7fe30699dfe908
31988 Author: Keith Packard <keithp@keithp.com>
31989 Date:   Sat Aug 13 21:05:46 2011 -0700
31990
31991     altosui: Devices with log-format can also delete flights
31992     
31993     Any device with either flight-log-max or log-format can delete flights.
31994     
31995     Signed-off-by: Keith Packard <keithp@keithp.com>
31996
31997 commit 03e201e1acc8742399054e4ad36b533120ea1612
31998 Author: Keith Packard <keithp@keithp.com>
31999 Date:   Sat Aug 13 18:39:35 2011 -0700
32000
32001     altosui: Add support for TeleScience eeprom download
32002     
32003     Using the existing eeprom methods, fetch and save TeleScience eeprom
32004     data, storing to a filename generated from the serial/flight from the
32005     TM connected to the TS board.
32006     
32007     Signed-off-by: Keith Packard <keithp@keithp.com>
32008
32009 commit 5a3e96bef31959a287b8696778d7d8cf911a7dc4
32010 Author: Keith Packard <keithp@keithp.com>
32011 Date:   Sat Aug 13 18:36:18 2011 -0700
32012
32013     altosui: Clean up eeprom parsing a bit
32014     
32015     Export basic parsing and checksum functions for shared use.
32016     Create 'erased' function to check a chunk of eeprom data for data.
32017     
32018     Signed-off-by: Keith Packard <keithp@keithp.com>
32019
32020 commit b0ec30de37aa822ba66d25ceaa8cf8dc967b4371
32021 Author: Keith Packard <keithp@keithp.com>
32022 Date:   Sat Aug 13 18:31:08 2011 -0700
32023
32024     altos: wait 10s for companion to boot
32025     
32026     In case the companion is delayed while booting, retry the setup 10
32027     times with a 1s delay between tries.
32028     
32029     Signed-off-by: Keith Packard <keithp@keithp.com>
32030
32031 commit 41e5be32819d305c8268e6f992be91411ea13435
32032 Author: Keith Packard <keithp@keithp.com>
32033 Date:   Sat Aug 13 18:30:00 2011 -0700
32034
32035     altos: Send serial/flight to companion board
32036     
32037     Lets the companion log them for later matching with TeleMetrum log
32038     
32039     Signed-off-by: Keith Packard <keithp@keithp.com>
32040
32041 commit fa7dd04741bf3fd9cedc59ed3b45b69ef9312609
32042 Author: Keith Packard <keithp@keithp.com>
32043 Date:   Fri Aug 12 21:41:25 2011 -0700
32044
32045     altos: Send SPI message at flight state changes
32046     
32047     Get the companion board starting its data logging as soon as possible
32048     after boost starts.
32049     
32050     Signed-off-by: Keith Packard <keithp@keithp.com>
32051
32052 commit c7f540330c040c521f9d7626009a406e704a5e41
32053 Author: Keith Packard <keithp@keithp.com>
32054 Date:   Fri Aug 12 14:58:34 2011 -0700
32055
32056     altosui: Add companion support to the flight UI and CSV conversion
32057     
32058     Shows the companion data in a new tab. Also put companion data into
32059     CSV file.
32060     
32061     Signed-off-by: Keith Packard <keithp@keithp.com>
32062
32063 commit 18369c58e62bc64b969a7cf8be3103aa33c6d4aa
32064 Author: Keith Packard <keithp@keithp.com>
32065 Date:   Fri Aug 12 06:29:13 2011 -0700
32066
32067     altos: Check for companion init packet validity was busted
32068     
32069     Was using board_id == ~board_id instead of board_id ==
32070     ~board_id_inverse.
32071     
32072     Signed-off-by: Keith Packard <keithp@keithp.com>
32073
32074 commit aa642cf55c43188e9a21198d828d7ea90ff54280
32075 Author: Keith Packard <keithp@keithp.com>
32076 Date:   Fri Aug 12 05:42:05 2011 -0700
32077
32078     altos: add the 'L' command to show the status of a linked companion board
32079     
32080     This prints out whether there is a board connected, along with the
32081     various values fetched from it.
32082     
32083     Signed-off-by: Keith Packard <keithp@keithp.com>
32084
32085 commit f87f0787fa5aa528674f3f4919eb22646c87c25a
32086 Author: Keith Packard <keithp@keithp.com>
32087 Date:   Fri Aug 12 05:41:15 2011 -0700
32088
32089     altos: Make sure companion task exits cleanly when done
32090     
32091     Signed-off-by: Keith Packard <keithp@keithp.com>
32092
32093 commit ebe2ffb29944abc4d6a35889c7b5f3d9f2871077
32094 Author: Keith Packard <keithp@keithp.com>
32095 Date:   Fri Aug 12 05:38:16 2011 -0700
32096
32097     altos: Put SPI in slower mode when talking to companion board
32098     
32099     The AVR CPU on the other side just can't go very fast. This reduces
32100     the SPI clock by a factor of 16, just under 200kHz. As the companion
32101     commands are reasonably short, this shouldn't have a huge effect on
32102     overall SPI utilization.
32103     
32104     Signed-off-by: Keith Packard <keithp@keithp.com>
32105
32106 commit 30abbdc7ffcfc809b4a3fc31486fe968161ea225
32107 Author: Keith Packard <keithp@keithp.com>
32108 Date:   Sat Jul 9 16:59:16 2011 -0700
32109
32110     altos: Add SPI-based companion board support
32111     
32112     This sends current flight state information and retrieves companion
32113     data to include in telemetry.
32114     
32115     Signed-off-by: Keith Packard <keithp@keithp.com>
32116
32117 commit 578c4b17b8f62f2727654ebda78ee139f9fe13fa
32118 Author: Keith Packard <keithp@keithp.com>
32119 Date:   Sat Aug 13 18:38:38 2011 -0700
32120
32121     altos: Don't try to use non-basestations for remote eeprom download
32122     
32123     Companion boards may also have eeprom data to fetch; don't try to use
32124     them as a radio.
32125     
32126     Signed-off-by: Keith Packard <keithp@keithp.com>
32127
32128 commit bf06af154e232d4caa1585a1d6d5279a075292e4
32129 Author: Keith Packard <keithp@keithp.com>
32130 Date:   Fri Aug 12 21:43:56 2011 -0700
32131
32132     altos/altosui: Report log format in the version command
32133     
32134     This will make it easier to figure out what the contents of the flash
32135     should look like from altosui; the current 'guessing' mechanism will
32136     not scale to many more formats.
32137     
32138     Signed-off-by: Keith Packard <keithp@keithp.com>
32139
32140 commit c2f2f519dbc8ce233ab36222088c1be6b1362f01
32141 Author: Keith Packard <keithp@keithp.com>
32142 Date:   Sat Aug 13 18:28:38 2011 -0700
32143
32144     altos: re-write a bit of GPS parsing code to reduce size
32145     
32146     Use a local variable while computing hdop.
32147     Place the next incoming character in data instead of pdata.
32148     
32149     Saved a surprising amount of memory.
32150     
32151     Signed-off-by: Keith Packard <keithp@keithp.com>
32152
32153 commit 7bcf25606cd5892d58295649f3d475d284494ee8
32154 Author: Keith Packard <keithp@keithp.com>
32155 Date:   Fri Aug 12 05:26:09 2011 -0700
32156
32157     altos: shrink text space from ao_config.c
32158     
32159     Eliminate redundant config initializers by setting minor to zero and
32160     letting upgrade code handle all of the new values.
32161     
32162     Stop computing (fake) frequency when showing radio channel
32163     Stop computing feet when showing main deploy height
32164     
32165     Signed-off-by: Keith Packard <keithp@keithp.com>
32166
32167 commit 313d740b5284b24f1cc7a1ba5779136b55d49ebe
32168 Author: Keith Packard <keithp@keithp.com>
32169 Date:   Sat Aug 13 18:33:07 2011 -0700
32170
32171     libaltos: Mis-allocated device list in libaltos
32172     
32173     Would overrun mis-allocated array, causing chaos.
32174     
32175     Signed-off-by: Keith Packard <keithp@keithp.com>
32176
32177 commit 3b87dd6f46922cf5f98deb2dffa2148c4244e48e
32178 Author: Keith Packard <keithp@keithp.com>
32179 Date:   Sat Aug 13 15:00:14 2011 -0700
32180
32181     ao-tools: ao-list was crashing with more than 3 devices connected
32182     
32183     the list of devices was getting realloced for each new device, but
32184     that realloc was too small.
32185     
32186     Signed-off-by: Keith Packard <keithp@keithp.com>
32187
32188 commit 640422c028a2be898aa3a9048a0f6fad2e43dd8d
32189 Author: Keith Packard <keithp@keithp.com>
32190 Date:   Thu Aug 11 16:11:34 2011 -0700
32191
32192     altos: remove monitor disable stubs from altimeter code
32193     
32194     Monitor mode in the ground-station boards must be disabled when the
32195     radio is going to be used for another purpose, or the radio parameters
32196     changed. That places monitor-mode disable calls in other parts of the
32197     system which are shared with the altimeter code.
32198     
32199     Elide the ao_set_monitor calls for builds which do not include any
32200     monitoring code.
32201     
32202     Signed-off-by: Keith Packard <keithp@keithp.com>
32203
32204 commit 1d13460412046c53f36466193329caaa657bb278
32205 Author: Keith Packard <keithp@keithp.com>
32206 Date:   Thu Aug 11 15:59:47 2011 -0700
32207
32208     altos: Apply igniter boot pulse-width reduction to telemini
32209     
32210     TeleMini needs the same fix as TeleMetrum to reduce startup igniter
32211     pulses.
32212     
32213     Signed-off-by: Keith Packard <keithp@keithp.com>
32214
32215 commit b520c32bcddabd42c07ceafa827694a3ae23a76f
32216 Author: Keith Packard <keithp@keithp.com>
32217 Date:   Thu Aug 11 15:57:58 2011 -0700
32218
32219     altos: Pull igniter pins low as soon as possible at boot time
32220     
32221     This reduces the pulse width on the igniter circuit caused by the
32222     default cc1111 pin configuration at powerup time.
32223     
32224     Signed-off-by: Keith Packard <keithp@keithp.com>
32225
32226 commit 566b16e67be38c6425e616a5c38d641c4e1a9b12
32227 Author: Keith Packard <keithp@keithp.com>
32228 Date:   Wed Aug 10 22:43:26 2011 -0700
32229
32230     doc: Add 1.0 release notes.
32231     
32232     Signed-off-by: Keith Packard <keithp@keithp.com>
32233
32234 commit a07b07d48f71b9a11e73a82db075cc57bad0c09f
32235 Author: Keith Packard <keithp@keithp.com>
32236 Date:   Wed Aug 10 22:14:32 2011 -0700
32237
32238     doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
32239     
32240     This adds release notes and includes them in the main altusmetrum doc
32241     as well as making stand-alone html available for inclusion in the website.
32242     
32243     Signed-off-by: Keith Packard <keithp@keithp.com>
32244
32245 commit 5aa3e49f794ba5ed2680016f3dca47d67ae99836
32246 Author: Keith Packard <keithp@keithp.com>
32247 Date:   Wed Aug 10 18:32:05 2011 -0700
32248
32249     doc: Add telemetry docs to debian/linux/mac/windows packages
32250     
32251     Signed-off-by: Keith Packard <keithp@keithp.com>
32252
32253 commit 7283deaa91e752acc45018ef2ea2f560b09af354
32254 Author: Keith Packard <keithp@keithp.com>
32255 Date:   Wed Aug 10 18:22:16 2011 -0700
32256
32257     doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
32258     
32259     Signed-off-by: Keith Packard <keithp@keithp.com>
32260
32261 commit 21837e0026c87635abf4baf2c6c574a7b274f449
32262 Author: Keith Packard <keithp@keithp.com>
32263 Date:   Wed Aug 10 18:14:10 2011 -0700
32264
32265     doc: Document Ignite Mode and Pad Orientation configuration options
32266     
32267     Signed-off-by: Keith Packard <keithp@keithp.com>
32268
32269 commit 967c9d5ee691f87bf0d1e49ba055eb366e513e6a
32270 Author: Keith Packard <keithp@keithp.com>
32271 Date:   Wed Aug 10 17:43:58 2011 -0700
32272
32273     doc: Update altusmetrum.xsl for v1.0 software and TeleMini
32274     
32275     Add TeleMini references and sections as appropriate, update AltosUI
32276     docs to describe new bits.
32277     
32278     Signed-off-by: Keith Packard <keithp@keithp.com>
32279
32280 commit be65308182363ca87db69db530297933324f3806
32281 Author: Keith Packard <keithp@keithp.com>
32282 Date:   Wed Aug 10 16:01:25 2011 -0700
32283
32284     Bump version to 0.9.6.0
32285     
32286     Signed-off-by: Keith Packard <keithp@keithp.com>
32287
32288 commit 9f5623c8c32a38eaeb63fa74ab370025ac015d52
32289 Author: Keith Packard <keithp@keithp.com>
32290 Date:   Wed Aug 10 15:00:44 2011 -0700
32291
32292     altosui: Move launch-sites.txt file to altusmetrum.org
32293     
32294     The official URL is now:
32295     
32296         http://www.altusmetrum.org/AltOS/launch-sites.txt
32297     
32298     Signed-off-by: Keith Packard <keithp@keithp.com>
32299
32300 commit 4962bcf1ce15c21a946ea718bd676b901f0f2bd0
32301 Author: Keith Packard <keithp@keithp.com>
32302 Date:   Wed Aug 10 14:35:21 2011 -0700
32303
32304     altosui: Plot reasonable data from Tm files
32305     
32306     Don't plot acceleration based on baro data.
32307     Display baro speed if accel speed isn't available.
32308     
32309     Signed-off-by: Keith Packard <keithp@keithp.com>
32310
32311 commit 01b9352eb8ca0e4e2d023ce973c4e863cdcc0c51
32312 Author: Keith Packard <keithp@keithp.com>
32313 Date:   Wed Aug 10 14:34:39 2011 -0700
32314
32315     altosui: Prune telemetry file graphs to just the flight
32316     
32317     Remove data earlier than 1 second before boost and data after landing.
32318     
32319     Signed-off-by: Keith Packard <keithp@keithp.com>
32320
32321 commit 9e1487b1a5db0afd1d23c86d82c60b1c1a62aab0
32322 Author: Keith Packard <keithp@keithp.com>
32323 Date:   Wed Aug 10 14:08:21 2011 -0700
32324
32325     altosui: Add a 'Graph Flight' button to the 'landed'  tab
32326     
32327     This lets you see the results of a flight as soon as the rocket lands
32328     using the telemetry data.
32329     
32330     Signed-off-by: Keith Packard <keithp@keithp.com>
32331
32332 commit 6ac604d11de44cd824f09e4b467264a2b74be7bd
32333 Author: Keith Packard <keithp@keithp.com>
32334 Date:   Wed Aug 10 13:35:26 2011 -0700
32335
32336     Altosui: Add flight statistics tab to graph window
32337     
32338     Provide basic flight stats alongside the flight graph.
32339     
32340     Signed-off-by: Keith Packard <keithp@keithp.com>
32341
32342 commit 94d9a2c36fabdf24d6a0b985851e95e4eb181fd9
32343 Author: Keith Packard <keithp@keithp.com>
32344 Date:   Tue Aug 9 18:28:19 2011 -0700
32345
32346     altosui: Ship TeleMini v1.0 firmware with fat blobs
32347     
32348     Signed-off-by: Keith Packard <keithp@keithp.com>
32349
32350 commit a680ce61bdcffeacb7f0e4dcef71a03cb7cfe07d
32351 Author: Keith Packard <keithp@keithp.com>
32352 Date:   Tue Aug 9 18:27:19 2011 -0700
32353
32354     altosui: Ensure serial code tracks reply nesting correctly
32355     
32356     Trap any exceptional return conditions from 'get_reply' to make sure
32357     in_reply gets decremented.
32358     
32359     Signed-off-by: Keith Packard <keithp@keithp.com>
32360
32361 commit 12bfa6cc42e3689f09abae2bd2584cbacf2aa2e0
32362 Author: Keith Packard <keithp@keithp.com>
32363 Date:   Tue Aug 9 18:26:07 2011 -0700
32364
32365     altosui: Don't export product defs from libaltos
32366     
32367     As we add new products, that would change the ABI generated for java,
32368     invaliding old library versions sitting around for windows and mac.
32369     
32370     Signed-off-by: Keith Packard <keithp@keithp.com>
32371
32372 commit 81ad44d4b6d9ad2f6b91d0906e8543da82da424f
32373 Author: Keith Packard <keithp@keithp.com>
32374 Date:   Tue Aug 9 14:26:43 2011 -0700
32375
32376     altos: Switch telemini from v0.1 to v1.0
32377     
32378     TeleMini production boards are firmware compatible with the v0.1
32379     design, so instead of creating another product, just rename the
32380     existing one.
32381     
32382     Signed-off-by: Keith Packard <keithp@keithp.com>
32383
32384 commit f3985ef8bc69bcec13ce155567a8ed7c5c6051cb
32385 Author: Keith Packard <keithp@keithp.com>
32386 Date:   Mon Aug 8 20:41:34 2011 -0700
32387
32388     altosui: Add close button to 'fire' dialog
32389     
32390     Easier to hit than the tiny close box in the frame.
32391     
32392     Signed-off-by: Keith Packard <keithp@keithp.com>
32393
32394 commit cbf54a826d12c49b1b1996be247869d5ff4e2236
32395 Author: Keith Packard <keithp@keithp.com>
32396 Date:   Mon Aug 8 20:38:44 2011 -0700
32397
32398     altosui: Make set of telemetries to use while scanning configurable
32399     
32400     with a preference to remember across application runs.
32401     
32402     Signed-off-by: Keith Packard <keithp@keithp.com>
32403
32404 commit 7146311d9df541e075b4450cf9656a9aa7ffdd93
32405 Author: Keith Packard <keithp@keithp.com>
32406 Date:   Mon Aug 8 20:38:14 2011 -0700
32407
32408     altosui: Reading serial from swing thread only bad if remote
32409     
32410     Make the warning on this condition based on whether the link is remote.
32411     
32412     Signed-off-by: Keith Packard <keithp@keithp.com>
32413
32414 commit 2662c577a895c96fce7b2bf815b9e752d2dfbde6
32415 Author: Keith Packard <keithp@keithp.com>
32416 Date:   Mon Aug 8 18:53:59 2011 -0700
32417
32418     altosui: Remove unused AltosConfigData from AltosTelemetryReader
32419     
32420     Now that AltosSerial manages this data, it's not needed here.
32421     
32422     Signed-off-by: Keith Packard <keithp@keithp.com>
32423
32424 commit 13eacb49de4312509c3a729a31dcda4d601f8a8b
32425 Author: Keith Packard <keithp@keithp.com>
32426 Date:   Mon Aug 8 18:53:27 2011 -0700
32427
32428     altosui: Flush radio setting to serial device
32429     
32430     When changing frequencies, make sure the device hears about it.
32431     
32432     Signed-off-by: Keith Packard <keithp@keithp.com>
32433
32434 commit 97cf285d041062ae473c2823438b81c8fffe7f67
32435 Author: Keith Packard <keithp@keithp.com>
32436 Date:   Mon Aug 8 18:53:03 2011 -0700
32437
32438     altosui: Remove debugging printfs from AltosSerial
32439     
32440     Signed-off-by: Keith Packard <keithp@keithp.com>
32441
32442 commit 364102d29ff4de0c252774f26417587fa88b7467
32443 Author: Keith Packard <keithp@keithp.com>
32444 Date:   Mon Aug 8 18:52:11 2011 -0700
32445
32446     altosui: Show AltosFrequency in scan results
32447     
32448     Include frequency and description instead of just frequency.
32449     
32450     Signed-off-by: Keith Packard <keithp@keithp.com>
32451
32452 commit d4cc16e111229b02d1081e2693ace0b33f662498
32453 Author: Keith Packard <keithp@keithp.com>
32454 Date:   Mon Aug 8 18:51:16 2011 -0700
32455
32456     altosui: Save frequency after setting it in AltosFlightUI
32457     
32458     Otherwise we'll just save the old frequency.
32459     
32460     Signed-off-by: Keith Packard <keithp@keithp.com>
32461
32462 commit 81bb6f42d8b859195ea5a35806c42d98ba82e8e1
32463 Author: Keith Packard <keithp@keithp.com>
32464 Date:   Mon Aug 8 18:49:45 2011 -0700
32465
32466     altosui: Have single radio_to_frequency function
32467     
32468     This takes all three radio params (setting, cal, channel) and computes
32469     the current frequency.
32470     
32471     Signed-off-by: Keith Packard <keithp@keithp.com>
32472
32473 commit c8c01684fa011acf3bbe5c3ebbc84aa8e8457a5e
32474 Author: Keith Packard <keithp@keithp.com>
32475 Date:   Mon Aug 8 18:47:36 2011 -0700
32476
32477     altosui: A few misc cleanups.
32478     
32479     Initialize radio_setting as it won't be set for older devices ever.
32480     Remove unused set_radio_frequency function from AltosConfigUI.
32481     
32482     Signed-off-by: Keith Packard <keithp@keithp.com>
32483
32484 commit dd383b86b9a13d7af2d6b07f4fb85ccc666ed898
32485 Author: Keith Packard <keithp@keithp.com>
32486 Date:   Mon Aug 8 18:45:36 2011 -0700
32487
32488     altosui: Must set radio calibration before radio setting
32489     
32490     Setting the radio calibration erases any previous radio setting as
32491     the radio calibration change invalidates any previously computed radio
32492     setting for a specific frequency.
32493     
32494     Hence, the radio setting must be configured *after* the radio
32495     calibration value lest it be ignored.
32496     
32497     Signed-off-by: Keith Packard <keithp@keithp.com>
32498
32499 commit 40544dbfe09c64f7764a5f0686415805611fab25
32500 Author: Keith Packard <keithp@keithp.com>
32501 Date:   Mon Aug 8 17:46:04 2011 -0700
32502
32503     altos: minor type in comment about accel correction
32504     
32505     Kurt Roeckx found a typo in the equations describing how the
32506     accelerometer is corrected by the 5V reference measurement.
32507     
32508     Signed-off-by: Keith Packard <keithp@keithp.com>
32509
32510 commit a315b200cd0da1a964f5395cd59660be1b49672b
32511 Author: Keith Packard <keithp@keithp.com>
32512 Date:   Mon Aug 8 12:31:48 2011 -0700
32513
32514     altosui: Pull out BlueTooth support
32515     
32516     This leaves the code in place, but commented out so that it isn't used
32517     until we've got a bluetooth device ready for use.
32518     
32519     Signed-off-by: Keith Packard <keithp@keithp.com>
32520
32521 commit a65daf94e8fe3e22f770ef76d9104c3dd11d0330
32522 Author: Keith Packard <keithp@keithp.com>
32523 Date:   Mon Aug 8 12:25:30 2011 -0700
32524
32525     altosui: altimeter is not spelled altimter
32526     
32527     Signed-off-by: Keith Packard <keithp@keithp.com>
32528
32529 commit 84ba927f503f81543dec286c4881be30bb5e60c5
32530 Author: Keith Packard <keithp@keithp.com>
32531 Date:   Mon Aug 8 02:05:28 2011 -0700
32532
32533     Set version to 0.9.5.0
32534     
32535     Make the frequency-based systems distinct
32536     
32537     Signed-off-by: Keith Packard <keithp@keithp.com>
32538
32539 commit 0e3e4f9c1e6a6bf972514f12c9d622258aa2aec2
32540 Author: Keith Packard <keithp@keithp.com>
32541 Date:   Mon Aug 8 01:47:29 2011 -0700
32542
32543     altosui: Convert from channels to frequencies
32544     
32545     Major areas:
32546     
32547      * Preferences are stored as frequencies instead
32548        of channels
32549     
32550      * Serial configuration is done using frequencies
32551     
32552      * UI is presented with frequency lists
32553     
32554     Signed-off-by: Keith Packard <keithp@keithp.com>
32555
32556 commit f03ca0ab8799bfa5100eaa2577cfd7b9c37d05bf
32557 Author: Keith Packard <keithp@keithp.com>
32558 Date:   Sun Aug 7 14:52:29 2011 -0700
32559
32560     altosui: Add dialogs to configure 'common' frequencies
32561     
32562     These are stored in preferences, but not yet hooked up to the TM/TD
32563     configure dialogs
32564     
32565     Signed-off-by: Keith Packard <keithp@keithp.com>
32566
32567 commit ba5dc35388d28c5769eaabc970c4d4b8c2c2ff9c
32568 Author: Keith Packard <keithp@keithp.com>
32569 Date:   Wed Aug 3 23:07:53 2011 -0700
32570
32571     altos: Add ability to set arbitrary radio frequency
32572     
32573     This adds a separate config parameter to control the raw radio
32574     frequency setting, allowing the user to select an arbitrary frequency
32575     instead of being forced to choose one of the 10 pre-defined 'channels'.
32576     
32577     Signed-off-by: Keith Packard <keithp@keithp.com>
32578
32579 commit e1e5c9b3e24670e9f58c6f7389eafb3338efdb40
32580 Author: Keith Packard <keithp@keithp.com>
32581 Date:   Mon Aug 8 12:08:45 2011 -0700
32582
32583     altos: Remove pad_orientation functions from non-accel devices
32584     
32585     Anything without an accelerometer can't detect pad orientation.
32586     
32587     Signed-off-by: Keith Packard <keithp@keithp.com>
32588
32589 commit 7207a95823dc2a27906759528dd88256cb20679f
32590 Author: Keith Packard <keithp@keithp.com>
32591 Date:   Mon Aug 8 12:04:00 2011 -0700
32592
32593     altosui: Change button to 'Configure Altimeter'
32594     
32595     Now that we've got more than one model.
32596     
32597     Signed-off-by: Keith Packard <keithp@keithp.com>
32598
32599 commit 30670732ca3f5a34025ab4bc4c69afa45637b4d6
32600 Author: Keith Packard <keithp@keithp.com>
32601 Date:   Mon Aug 8 11:58:23 2011 -0700
32602
32603     altos: Correct flight log max on Tm to 5k
32604     
32605     Was using the wrong #define name to check for Tm/Tn devices that use
32606     internal flash for data storage.
32607     
32608     Signed-off-by: Keith Packard <keithp@keithp.com>
32609
32610 commit a67c16958df8e60b131b01e00fd5bca590af0e7d
32611 Author: Bdale Garbee <bdale@gag.com>
32612 Date:   Mon Aug 8 09:38:53 2011 -0600
32613
32614     update changelogs for Debian build
32615
32616 commit 4a507898d6de631bb2e8ed4aa3e0933d97222323
32617 Author: Bdale Garbee <bdale@gag.com>
32618 Date:   Mon Aug 8 09:34:59 2011 -0600
32619
32620     rewind changelog for re-build of 0.9.4.5
32621
32622 commit 5082b4998b8a9787e0e2f4d96d912e434aa9b81a
32623 Author: Bdale Garbee <bdale@gag.com>
32624 Date:   Mon Aug 8 09:31:18 2011 -0600
32625
32626     clean up all existing lintian warnings
32627
32628 commit f26c7172a1b2b5344fae6ede562f2da7a56b80e3
32629 Author: Bdale Garbee <bdale@gag.com>
32630 Date:   Mon Aug 8 07:54:14 2011 -0600
32631
32632     build depend on bluetooth dev package
32633
32634 commit 3cad81b0ebb52352c66643a2587e94a2b693a2d2
32635 Author: Bdale Garbee <bdale@gag.com>
32636 Date:   Mon Aug 8 07:38:48 2011 -0600
32637
32638     stop doing automatic tag push during builds
32639
32640 commit ebaad64525119c0fdacf382adc2c99e5df5be23f
32641 Author: Bdale Garbee <bdale@gag.com>
32642 Date:   Mon Aug 8 07:37:23 2011 -0600
32643
32644     update changelogs for Debian build
32645
32646 commit 6f9f75cbfccf975204ab847ca0e9cf86188716c6
32647 Author: Bdale Garbee <bdale@gag.com>
32648 Date:   Mon Aug 8 07:35:47 2011 -0600
32649
32650     update changelogs for Debian build
32651
32652 commit 7c94945690a6ff5cbf872026fd6411a30089c7b1
32653 Author: Bdale Garbee <bdale@gag.com>
32654 Date:   Mon Aug 8 07:33:09 2011 -0600
32655
32656     simplify version in last changelog entry so git-dch is less confused
32657
32658 commit 6d5e5b0be237d5448aa9d15decd6127cf41ca7b2
32659 Author: Bdale Garbee <bdale@gag.com>
32660 Date:   Mon Aug 8 07:30:42 2011 -0600
32661
32662     update version for a Bdale build for use turning on TeleMini v1.0
32663
32664 commit 6492218fc316f8cf6214a577807a8dd0a80a9b6a
32665 Author: Keith Packard <keithp@keithp.com>
32666 Date:   Tue Aug 2 19:07:56 2011 -0700
32667
32668     altos/altosui: Add pad orientation configure option
32669     
32670     Allow TeleMetrum to be operated with the antenna pointing downwards on
32671     the pad. This provides some additional flexibility when designing an
32672     ebay.
32673     
32674     The accelerometer calibration levels are flipped around to match, so
32675     no re-calibration should be required.
32676     
32677     Signed-off-by: Keith Packard <keithp@keithp.com>
32678
32679 commit 11a2bb8e28df7ed87542f2ee726f877971f5d52a
32680 Author: Keith Packard <keithp@keithp.com>
32681 Date:   Tue Aug 2 17:41:53 2011 -0700
32682
32683     altosui: Add idle monitor dialog
32684     
32685     This monitors a telemetrum device in idle mode, either directly or through a
32686     teledongle, allowing the GPS status and batteries to be monitored
32687     without resorting to placing the device in pad mode.
32688     
32689     Signed-off-by: Keith Packard <keithp@keithp.com>
32690
32691 commit 3cc2eed6cdafe788a8617ab45c6664077e76411e
32692 Author: Keith Packard <keithp@keithp.com>
32693 Date:   Tue Aug 2 18:01:52 2011 -0700
32694
32695     altosui: Simple timeouts don't work with query data
32696     
32697     To get the query to come back, it's best to abort and retry the
32698     command, other wise the command may have been lost to the previous
32699     connection.
32700     
32701     Signed-off-by: Keith Packard <keithp@keithp.com>
32702
32703 commit 37c41c962ea4631e62307a57d2ce6572b87fd743
32704 Author: Keith Packard <keithp@keithp.com>
32705 Date:   Tue Aug 2 17:41:02 2011 -0700
32706
32707     altosui: Parse accel cal from 'c s' command
32708     
32709     These fields weren't used before, so the code to parse them hadn't
32710     been written.
32711     
32712     Signed-off-by: Keith Packard <keithp@keithp.com>
32713
32714 commit 95201e7fe4a6a7ec42321e8dbad3aea3bbf4c840
32715 Author: Keith Packard <keithp@keithp.com>
32716 Date:   Tue Aug 2 17:40:02 2011 -0700
32717
32718     altosui: Standard text field in flight UI needs more width (now 20)
32719     
32720     Latitude and longitude take more than 16 characters.
32721     
32722     Signed-off-by: Keith Packard <keithp@keithp.com>
32723
32724 commit 82e04a0e3a3296288a524ec582785a36fd644331
32725 Author: Keith Packard <keithp@keithp.com>
32726 Date:   Tue Aug 2 02:09:23 2011 -0700
32727
32728     altos: Require sequencing through 'main' state before landing
32729     
32730     The old version of the code would permit the flight to go straight
32731     from 'drogue' to 'landed' without passing through 'main' at all. This
32732     meant that a false landing detection would leave the main charge
32733     unfired, potentially causing the airframe to land on drogue alone.
32734     
32735     Requiring that the flight sequence pass through main ensures that the
32736     main charge will get fired at the right time, although if the airframe
32737     lands higher than that altitude, it will not go to 'landed' mode ever.
32738     
32739     Signed-off-by: Keith Packard <keithp@keithp.com>
32740
32741 commit 6c55bf35b11ae3ddae152795072d69e98184bac1
32742 Author: Keith Packard <keithp@keithp.com>
32743 Date:   Tue Aug 2 01:49:35 2011 -0700
32744
32745     altos: Reduce height averaging filter time constant
32746     
32747     Using the longer time constant could lead to false landing detection
32748     just after apogee, which is definitely not a good idea.
32749     
32750     Signed-off-by: Keith Packard <keithp@keithp.com>
32751
32752 commit e19a117b99e8374ca0e8e35948e23bc672ad1a32
32753 Author: Keith Packard <keithp@keithp.com>
32754 Date:   Mon Aug 1 22:33:38 2011 -0700
32755
32756     altos: Average height values for landing detection
32757     
32758     Instead of using the direct output of the kalman filter and hoping
32759     that is quiet enough to detect landing, filter that with a long
32760     exponential decay filter and then check to make sure that doesn't
32761     change more than 2m in 5 seconds as a trigger for landing detection.
32762     
32763     Tested with existing telemetrum flight logs and it correctly detects
32764     landing in all cases.
32765     
32766     Signed-off-by: Keith Packard <keithp@keithp.com>
32767
32768 commit 146a0ab223e8d9b376125d1e59f597f6d7851a9b
32769 Author: Keith Packard <keithp@keithp.com>
32770 Date:   Sun Jul 17 18:49:55 2011 -0700
32771
32772     altos: Add ability to read new TELEM files to ao_flight_test
32773     
32774     Not that telem files are currently very useful as the kalman filter
32775     gets completly confused by the variable steps caused by missing data, but...
32776     
32777     Signed-off-by: Keith Packard <keithp@keithp.com>
32778
32779 commit 6795d353be91df96a571cebc237e6a54a065a380
32780 Author: Keith Packard <keithp@keithp.com>
32781 Date:   Sun Jul 17 16:44:10 2011 -0700
32782
32783     altosui: Change continutity colors to yellow/magenta
32784     
32785     Makes them stand apart from the accel/speed lines
32786     
32787     Signed-off-by: Keith Packard <keithp@keithp.com>
32788
32789 commit 7f6cce5749724dbb836aaa27bbeedf977106f6f3
32790 Author: Keith Packard <keithp@keithp.com>
32791 Date:   Sun Jul 17 16:43:41 2011 -0700
32792
32793     Add HARA Bragg Farms site
32794     
32795     Signed-off-by: Keith Packard <keithp@keithp.com>
32796
32797 commit 6796d9e253a808824ba32cdb008da8bf302780fc
32798 Author: Keith Packard <keithp@keithp.com>
32799 Date:   Sun Jul 17 15:53:13 2011 -0700
32800
32801     Fix NCR Pawnee location
32802     
32803     Signed-off-by: Keith Packard <keithp@keithp.com>
32804
32805 commit ddef3e4ec1b3ff86b164f83807c34c2a78f73eb8
32806 Author: Keith Packard <keithp@keithp.com>
32807 Date:   Sun Jul 17 15:45:07 2011 -0700
32808
32809     altosui: Mark preload site location with red circles (like launch)
32810     
32811     Just to show where on the map the official launch location is.
32812     
32813     Signed-off-by: Keith Packard <keithp@keithp.com>
32814
32815 commit 1f3f3d575572eff33a2bc7a53d4691e59a428450
32816 Author: Keith Packard <keithp@keithp.com>
32817 Date:   Sun Jul 17 15:09:55 2011 -0700
32818
32819     altosui: Add a bunch more site locations
32820     
32821     BALLS, Rio Rancho, METRA, QRS Cedar Grove and Hudson Ranch
32822     
32823     Signed-off-by: Keith Packard <keithp@keithp.com>
32824
32825 commit fef42e0d9e0a20bdbd32e052749fc63575515e1c
32826 Author: Keith Packard <keithp@keithp.com>
32827 Date:   Sun Jul 17 11:29:13 2011 -0700
32828
32829     altosui: Add launch-sites.txt
32830     
32831     Contains a few of our favorites.
32832     
32833     Signed-off-by: Keith Packard <keithp@keithp.com>
32834
32835 commit 81cac174c80ee42d9e94c6500da7c4c760c3ce67
32836 Author: Keith Packard <keithp@keithp.com>
32837 Date:   Sun Jul 17 11:25:47 2011 -0700
32838
32839     altosui: Download list of site locations for map preloading
32840     
32841     The current URL for this is:
32842     http://gag.com/~keithp/launch-sites.txt
32843     
32844     The format is:
32845     <site-name>:<lat>:<lon>
32846     
32847     lat and lon are both in signed decimal degrees.
32848     
32849     Signed-off-by: Keith Packard <keithp@keithp.com>
32850
32851 commit f7cd8317bf78ece334e1ceb0263b875ca43bbbd2
32852 Merge: 51796e2 a482d90
32853 Author: Keith Packard <keithp@keithp.com>
32854 Date:   Sun Jul 17 08:17:44 2011 -0700
32855
32856     Merge branch 'preload-maps'
32857
32858 commit 51796e2f1ebce3ee8dc1ac90648381410c1379ee
32859 Author: Keith Packard <keithp@keithp.com>
32860 Date:   Mon May 23 11:32:29 2011 -0700
32861
32862     altos, altosui: Add igniter mode (dual, apogee, main)
32863     
32864     This provides for redundant charges for either apogee or main.
32865     
32866     Signed-off-by: Keith Packard <keithp@keithp.com>
32867
32868 commit 1332ed55192f22525f31574f60fae4c6579e6f7f
32869 Author: Keith Packard <keithp@keithp.com>
32870 Date:   Sun Jul 17 08:13:15 2011 -0700
32871
32872     Set version to 0.9.4.4
32873     
32874     Signed-off-by: Keith Packard <keithp@keithp.com>
32875
32876 commit a482d904a3f391c3a24df3660acb3f3696aa6766
32877 Author: Anthony Towns <aj@erisian.com.au>
32878 Date:   Sat Jul 16 23:08:49 2011 -0700
32879
32880     altosui: Make sure degree and minute values are visible (map preload)
32881     
32882     Set min size to preferred size so that the value remains visible
32883     instead of snapping to 0 pixels wide.
32884     
32885     Signed-off-by: Keith Packard <keithp@keithp.com>
32886
32887 commit 1681c57cbbfc5214dbc2a519e54ce9f29ffe3921
32888 Author: Keith Packard <keithp@keithp.com>
32889 Date:   Sat Jul 16 22:43:34 2011 -0700
32890
32891     altosui: Remove a bunch of sitemap debugging printfs
32892     
32893     Seems to work, let's get less chatty
32894     
32895     Signed-off-by: Keith Packard <keithp@keithp.com>
32896
32897 commit 0a4d934f6e2914bfe2d965630543f029a1576c11
32898 Author: Keith Packard <keithp@keithp.com>
32899 Date:   Sat Jul 16 22:34:44 2011 -0700
32900
32901     altosui: Display full map preload area in view.
32902     
32903     This involved fixing the map view to support arbitrary sizes, and then
32904     exposing a synchronous tile loading API so that the progress bar could
32905     be used to show tile loading progress.
32906     
32907     Signed-off-by: Keith Packard <keithp@keithp.com>
32908
32909 commit abb8510b97ce9cbbff0275cc31f74780fe1ce138
32910 Merge: 0929ee3 00e6981
32911 Author: Keith Packard <keithp@keithp.com>
32912 Date:   Sat Jul 16 21:06:37 2011 -0700
32913
32914     Merge branch 'scan-telemetry' into preload-maps
32915
32916 commit 00e6981c2e0a668864fcf391932855cd8942140c
32917 Author: Keith Packard <keithp@keithp.com>
32918 Date:   Sat Jul 16 21:05:06 2011 -0700
32919
32920     altosui: Flush telemetry lines before starting to watch for scan results
32921     
32922     This prevents pending telemetry lines from being incorrectly
32923     attributed to the wrong channel/telemetry.
32924     
32925     Signed-off-by: Keith Packard <keithp@keithp.com>
32926
32927 commit 0929ee32f753255cbe1474988cb41a5a86d29a0e
32928 Author: Keith Packard <keithp@keithp.com>
32929 Date:   Sat Jul 16 17:37:20 2011 -0700
32930
32931     altosui: Try to avoid resize weirdness with map preloading
32932     
32933     grid bag + box does some strange stuff, this appears to avoid the
32934     worst of the interactions.
32935     
32936     Signed-off-by: Keith Packard <keithp@keithp.com>
32937
32938 commit 225073fd822f9861a83d65386c29fda9b37bf273
32939 Author: Keith Packard <keithp@keithp.com>
32940 Date:   Sat Jul 16 16:37:40 2011 -0700
32941
32942     altosui: Add map preloading GUI
32943     
32944     Provide a way to manually enter latitude and longitude, preview the
32945     map area while downloading a 9x9 grid of map tiles to be used when
32946     monitoring flights without network access.
32947     
32948     Signed-off-by: Keith Packard <keithp@keithp.com>
32949
32950 commit cbd14ba103ee5e3c5eec18e3a4ff13c320b98634
32951 Author: Keith Packard <keithp@keithp.com>
32952 Date:   Sat Jul 16 20:44:51 2011 -0700
32953
32954     altosui: Set 'seen' bits in legacy telemetry packet reader
32955     
32956     Otherwise, the 'scan' code won't show detected flight computers.
32957     
32958     Signed-off-by: Keith Packard <keithp@keithp.com>
32959
32960 commit e905042879147dd86241bf2dcc7437e5a6eb7578
32961 Author: Keith Packard <keithp@keithp.com>
32962 Date:   Sat Jul 16 20:43:57 2011 -0700
32963
32964     altosui: Initialize channel and telemetry before use in ScanUI
32965     
32966     Otherwise we try to use telemetry format 0, which means 'no telemetry'.
32967     
32968     Signed-off-by: Keith Packard <keithp@keithp.com>
32969
32970 commit 941b90a4905e34936d24a25ca90ac04eb6f5a792
32971 Author: Keith Packard <keithp@keithp.com>
32972 Date:   Sat Jul 16 17:38:00 2011 -0700
32973
32974     altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
32975     
32976     Move telemetry constants to Altos class, adding functions to compute
32977     names and lengths. Generalize users of these values to use all of the
32978     known values.
32979     
32980     Add support for v0.8 TeleMetrum telemetry
32981     
32982     Signed-off-by: Keith Packard <keithp@keithp.com>
32983
32984 commit 7ef786276b5d5c7d17c3fe4f36aa41db61a9742f
32985 Author: Keith Packard <keithp@keithp.com>
32986 Date:   Sat Jul 16 14:23:08 2011 -0700
32987
32988     altosui: Finish radio scanning UI
32989     
32990     Scans all channels and telemetry formats, presenting visible devices
32991     in a list. Entries from the list may be selected, in which case a
32992     monitor window pops up with the appropriate configuration.
32993     
32994     Signed-off-by: Keith Packard <keithp@keithp.com>
32995
32996 commit ebcba28b3c09925869b617880d2919e5d0e059f0
32997 Author: Keith Packard <keithp@keithp.com>
32998 Date:   Sat Jul 16 14:19:41 2011 -0700
32999
33000     altosui: Configuration telemetry record includes flight number
33001     
33002     Mark the reported altos record as including flight information.
33003     
33004     Signed-off-by: Keith Packard <keithp@keithp.com>
33005
33006 commit d4375bc737655546c2d40f49acdfc2e60ebfea5a
33007 Author: Keith Packard <keithp@keithp.com>
33008 Date:   Sat Jul 16 14:19:14 2011 -0700
33009
33010     altosui: Remove debugging printf from AltosLog
33011     
33012     Signed-off-by: Keith Packard <keithp@keithp.com>
33013
33014 commit f32a55ac9a3ebbde2b41782f22491e72258fe05a
33015 Author: Keith Packard <keithp@keithp.com>
33016 Date:   Sat Jul 9 19:00:12 2011 -0700
33017
33018     altosui: Pop up monitor window from scan dialog
33019     
33020     Signed-off-by: Keith Packard <keithp@keithp.com>
33021
33022 commit 8c20030ea4eb8e068e1ba88e01d07dfbc27bd7db
33023 Author: Keith Packard <keithp@keithp.com>
33024 Date:   Sat Jul 9 18:41:15 2011 -0700
33025
33026     altosui: Start adding support for scanning radio for available devices
33027     
33028     This is untested.
33029     
33030     Signed-off-by: Keith Packard <keithp@keithp.com>
33031
33032 commit 7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9
33033 Author: Keith Packard <keithp@keithp.com>
33034 Date:   Fri Jul 15 18:53:41 2011 -0700
33035
33036     Set version to 0.9.4.3 for Bdale 2011-7-16 flights
33037     
33038     Signed-off-by: Keith Packard <keithp@keithp.com>
33039
33040 commit 0d0cf6f9a1b14a1b66aee3845964cd33d1f035c2
33041 Author: Keith Packard <keithp@keithp.com>
33042 Date:   Sat Jul 9 13:09:57 2011 -0700
33043
33044     altos: new versions of sdcc require __ prefixes for custom keywords
33045     
33046     Fortunately, 2.9.1 appears to accept either, so we can switch now and
33047     prepare for sdcc 3.0.0.
33048     
33049     Signed-off-by: Keith Packard <keithp@keithp.com>
33050
33051 commit 8f80f5705d64469bcfb00ff11aee68364edb271b
33052 Author: Keith Packard <keithp@keithp.com>
33053 Date:   Wed Jul 6 21:38:57 2011 -0700
33054
33055     altosui: Don't show missing igniter and gps values
33056     
33057     The new telemetry stuff leaves state.gps always set (but empty), which
33058     seems fine, we just need to look at state.gps.connected to see if
33059     there's a GPS receiver on board.
33060     
33061     For TeleNano, we also want to hide the igniter status fields as they
33062     won't have any data present.
33063     
33064     Signed-off-by: Keith Packard <keithp@keithp.com>
33065
33066 commit 80ca066a825646f833ca609190c76c5252118d9a
33067 Author: Keith Packard <keithp@keithp.com>
33068 Date:   Wed Jul 6 21:36:38 2011 -0700
33069
33070     altosui: Build device constants into .java code
33071     
33072     This eliminates a depedency on updates to the system helper library,
33073     which means we don't have to provide a new library on all platforms
33074     just to support a new USB id.
33075     
33076     Signed-off-by: Keith Packard <keithp@keithp.com>
33077
33078 commit 504ab7ab355652d5d01094c927089029596a0753
33079 Author: Keith Packard <keithp@keithp.com>
33080 Date:   Wed Jul 6 17:49:01 2011 -0700
33081
33082     altos: product defines are always in ao_product.h
33083     
33084     When all products were built in a single directory, each one had a
33085     separate version of ao_product.h. Now that they all reside in
33086     sub-directories, each directory has its own ao_product.h
33087     
33088     This change is needed so that other modules in the system can use the
33089     product defines; otherwise, ao_product.h was not built at the right time.
33090     
33091     Signed-off-by: Keith Packard <keithp@keithp.com>
33092
33093 commit 81cf2e833bedbc1ace8fd310e9e94bfb7673d428
33094 Author: Keith Packard <keithp@keithp.com>
33095 Date:   Wed Jul 6 16:43:17 2011 -0700
33096
33097     altos: Ensure low-rate telem packets interleave with sensor telem packets
33098     
33099     To avoid over-committing the radio link, we want to send only
33100     one low rate packet after each sensor packet. However, the
33101     initializations for this were incorrect, causing the configuration and
33102     location packets to be sent at the same time.
33103     
33104     Signed-off-by: Keith Packard <keithp@keithp.com>
33105
33106 commit 5ca6400fd8a360b64d8f96f50d5595a7fd17762d
33107 Author: Keith Packard <keithp@keithp.com>
33108 Date:   Wed Jul 6 16:18:54 2011 -0700
33109
33110     altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
33111     
33112     All products use the common ao_telemetry.c code now
33113     
33114     Signed-off-by: Keith Packard <keithp@keithp.com>
33115
33116 commit 0154d13756bcb09f009981ee5e4bd27fd04b8788
33117 Author: Keith Packard <keithp@keithp.com>
33118 Date:   Wed Jul 6 16:19:22 2011 -0700
33119
33120     altos: Switch Tm and Tn to common telemetry code
33121     
33122     Signed-off-by: Keith Packard <keithp@keithp.com>
33123
33124 commit b65140a0139075adeddaccf0f4d5c7a75fac4757
33125 Author: Keith Packard <keithp@keithp.com>
33126 Date:   Wed Jul 6 15:52:25 2011 -0700
33127
33128     altos: Switch flash drivers __xdata to __pdata
33129     
33130     Signed-off-by: Keith Packard <keithp@keithp.com>
33131
33132 commit 038d7b25ba833da4be458409670d3f95e8aaf17b
33133 Author: Keith Packard <keithp@keithp.com>
33134 Date:   Wed Jul 6 15:51:52 2011 -0700
33135
33136     altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
33137     
33138     Signed-off-by: Keith Packard <keithp@keithp.com>
33139
33140 commit 3742b36a528f114c3b1873caa4f39581145b76da
33141 Author: Keith Packard <keithp@keithp.com>
33142 Date:   Wed Jul 6 15:28:01 2011 -0700
33143
33144     altos: Switch ao_dbg.c __xdata to __pdata
33145     
33146     Signed-off-by: Keith Packard <keithp@keithp.com>
33147
33148 commit 6903b6464db7eb803de8bf9b897c45431f7a1d63
33149 Author: Keith Packard <keithp@keithp.com>
33150 Date:   Wed Jul 6 15:27:32 2011 -0700
33151
33152     altos: Switch ao_config.c __xdata to __pdata
33153     
33154     Signed-off-by: Keith Packard <keithp@keithp.com>
33155
33156 commit 6893752900385ee51cc4cf75e1b672202de7578a
33157 Author: Keith Packard <keithp@keithp.com>
33158 Date:   Wed Jul 6 15:26:09 2011 -0700
33159
33160     altos: switch ao_cmd __xdata to __pdata
33161     
33162     Saves code space
33163     
33164     Signed-off-by: Keith Packard <keithp@keithp.com>
33165
33166 commit 2ec986f08ce8d4635f4435bb0042b405d93edc40
33167 Author: Keith Packard <keithp@keithp.com>
33168 Date:   Wed Jul 6 15:45:04 2011 -0700
33169
33170     altos: Switch const for __code in struct ao_cmds
33171     
33172     This saves quite a bit of code space when accessing these values.
33173     
33174     Signed-off-by: Keith Packard <keithp@keithp.com>
33175
33176 commit 355db71f4511adff8abcb2caded61c12fe8b7ee9
33177 Author: Keith Packard <keithp@keithp.com>
33178 Date:   Wed Jul 6 15:41:32 2011 -0700
33179
33180     altos: Switch ao_usb.c __xdata to __pdata
33181     
33182     Signed-off-by: Keith Packard <keithp@keithp.com>
33183
33184 commit 359baab005c274a0841268c615c23b3ffef813cf
33185 Author: Keith Packard <keithp@keithp.com>
33186 Date:   Wed Jul 6 15:41:06 2011 -0700
33187
33188     altos: Switch ao_telemetry.c __xdata to __pdata
33189     
33190     Signed-off-by: Keith Packard <keithp@keithp.com>
33191
33192 commit f2f8ade6994aa3a69fd08f19c4403ceb8cea295d
33193 Author: Keith Packard <keithp@keithp.com>
33194 Date:   Wed Jul 6 15:39:44 2011 -0700
33195
33196     altos: Switch ao_stdio.c __data to __pdata
33197     
33198     Signed-off-by: Keith Packard <keithp@keithp.com>
33199
33200 commit 9ba0da9247ea424a7a147aa85daae0d5e6316b81
33201 Author: Keith Packard <keithp@keithp.com>
33202 Date:   Wed Jul 6 15:38:46 2011 -0700
33203
33204     altos: Switch ao_serial.c __xdata to __pdata
33205     
33206     Signed-off-by: Keith Packard <keithp@keithp.com>
33207
33208 commit 86b41d4c2b8a9fa4507cdb75302e0cedebb103cb
33209 Author: Keith Packard <keithp@keithp.com>
33210 Date:   Wed Jul 6 15:38:29 2011 -0700
33211
33212     altos: Switch ao_sample.c __xdata to __pdata
33213     
33214     Signed-off-by: Keith Packard <keithp@keithp.com>
33215
33216 commit 803bf106caf5d6b5ac12eb00a941647c7325edd1
33217 Author: Keith Packard <keithp@keithp.com>
33218 Date:   Wed Jul 6 15:37:34 2011 -0700
33219
33220     altos: Switch ao_rssi.c __xdata to __pdata
33221     
33222     Signed-off-by: Keith Packard <keithp@keithp.com>
33223
33224 commit 002f167fc2709aaf1a4984aaa0a3519a97749d5f
33225 Author: Keith Packard <keithp@keithp.com>
33226 Date:   Wed Jul 6 15:37:15 2011 -0700
33227
33228     altos: Switch ao_report.c __xdata to __pdata
33229     
33230     Signed-off-by: Keith Packard <keithp@keithp.com>
33231
33232 commit 5203ddaac692bfd82a01368da9fb66c25e9e14c1
33233 Author: Keith Packard <keithp@keithp.com>
33234 Date:   Wed Jul 6 15:36:45 2011 -0700
33235
33236     altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
33237     
33238     Signed-off-by: Keith Packard <keithp@keithp.com>
33239
33240 commit 62267144d189967fcd0724b6dfbdbab3cb6fb414
33241 Author: Keith Packard <keithp@keithp.com>
33242 Date:   Wed Jul 6 15:33:52 2011 -0700
33243
33244     altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
33245     
33246     Signed-off-by: Keith Packard <keithp@keithp.com>
33247
33248 commit 92047ff86c79c2b18ef565a4560b06fe00d6f159
33249 Author: Keith Packard <keithp@keithp.com>
33250 Date:   Wed Jul 6 15:31:53 2011 -0700
33251
33252     altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
33253     
33254     Signed-off-by: Keith Packard <keithp@keithp.com>
33255
33256 commit 64860be02b3efa6f784a259249cfa6d14545fbd3
33257 Author: Keith Packard <keithp@keithp.com>
33258 Date:   Wed Jul 6 13:49:05 2011 -0700
33259
33260     altos: Shrink ao_add_task by rolling up a memset loop
33261     
33262     This has a dramatic effect. By pulling the 'stack' variable into
33263     registers it reduces the size of this function from 550 to 231 bytes.
33264     
33265     Signed-off-by: Keith Packard <keithp@keithp.com>
33266
33267 commit 480b48837db31987b947e4d32248965d4a16be03
33268 Author: Keith Packard <keithp@keithp.com>
33269 Date:   Wed Jul 6 13:21:25 2011 -0700
33270
33271     altos: Shrink ao_config_callsign_set
33272     
33273     Replacing a hand-coded memset with a function call, using static space
33274     instead of stack space for an array.
33275     
33276     Signed-off-by: Keith Packard <keithp@keithp.com>
33277
33278 commit 41c230cac359b4459ca93196d08704b7d35447c7
33279 Author: Keith Packard <keithp@keithp.com>
33280 Date:   Wed Jul 6 12:38:11 2011 -0700
33281
33282     altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
33283     
33284     No functional changes, just reduces code size.
33285     
33286     Signed-off-by: Keith Packard <keithp@keithp.com>
33287
33288 commit 481577a29380afe6750ef7c4e928daff837cbc49
33289 Author: Keith Packard <keithp@keithp.com>
33290 Date:   Tue Jul 5 23:38:42 2011 -0700
33291
33292     altosui: Compress telemetry records marked with the same time
33293     
33294     Split telemetry transmits multiple packets with the same
33295     timestamp. Merge those into a single record when read from a file.
33296     
33297     Signed-off-by: Keith Packard <keithp@keithp.com>
33298
33299 commit 7cfd43663cde5ebdf04e4face076d79ff6329ac3
33300 Author: Keith Packard <keithp@keithp.com>
33301 Date:   Tue Jul 5 23:38:28 2011 -0700
33302
33303     altosui: Remove debug printf.
33304     
33305     Signed-off-by: Keith Packard <keithp@keithp.com>
33306
33307 commit d0335f83c54df0b23c28d04d34c212a1bdffadd0
33308 Author: Keith Packard <keithp@keithp.com>
33309 Date:   Tue Jul 5 23:37:51 2011 -0700
33310
33311     altosui: Add main/drogue voltages to default graph
33312     
33313     Until we get a UI for changing the graph elements, lets add a few more
33314     potentially useful values.
33315     
33316     Signed-off-by: Keith Packard <keithp@keithp.com>
33317
33318 commit c1f859170b37864b816eb561318dbfb1cafaeed6
33319 Author: Keith Packard <keithp@keithp.com>
33320 Date:   Tue Jul 5 23:37:00 2011 -0700
33321
33322     altosui: Elide missing values from graphs
33323     
33324     Signed-off-by: Keith Packard <keithp@keithp.com>
33325
33326 commit 72575dcb9cfbb5c1ccdb3510b9962a6f60ca3fa3
33327 Author: Keith Packard <keithp@keithp.com>
33328 Date:   Tue Jul 5 23:35:50 2011 -0700
33329
33330     altosui: Elide nul bytes at end of telemetry string values
33331     
33332     All telemetry fields are fixed length, so any embedded strings are
33333     padded with nul bytes.
33334     
33335     Signed-off-by: Keith Packard <keithp@keithp.com>
33336
33337 commit 6ac34f9c8efd464194137ac4ce8228bf9d7d83be
33338 Author: Keith Packard <keithp@keithp.com>
33339 Date:   Tue Jul 5 23:35:02 2011 -0700
33340
33341     doc: Add section about TeleDongle USB line format
33342     
33343     Describe the format of the TELEM lines sent over USB from TeleDongle
33344     to the host.
33345     
33346     Signed-off-by: Keith Packard <keithp@keithp.com>
33347
33348 commit edf6252450e06fd42fa6dde3acd127baa8fa6d36
33349 Author: Keith Packard <keithp@keithp.com>
33350 Date:   Tue Jul 5 21:44:53 2011 -0700
33351
33352     altos: Adapt to changes in telemetry Configuration packet
33353     
33354     Apogee delay added. flight_log_max changed to two bytes (in kB now).
33355     
33356     Signed-off-by: Keith Packard <keithp@keithp.com>
33357
33358 commit 938949e39aac834a1c0912f8f307f74fe41418cc
33359 Author: Keith Packard <keithp@keithp.com>
33360 Date:   Tue Jul 5 21:42:22 2011 -0700
33361
33362     doc: Chang Config and Location packets
33363     
33364     Config packets get apogee delay, and have flight_log_max shrunk to two
33365     bytes.
33366     
33367     Location packets get climb_rate added.
33368     
33369     Signed-off-by: Keith Packard <keithp@keithp.com>
33370
33371 commit 4132ac5896114e5f3d8fb3f219422e8933078cf4
33372 Author: Keith Packard <keithp@keithp.com>
33373 Date:   Tue Jul 5 21:41:44 2011 -0700
33374
33375     altosui: Parse remaining standard telemetry packets
33376     
33377     Signed-off-by: Keith Packard <keithp@keithp.com>
33378
33379 commit ef3ce687d73c1274ce5368432f4d449b063ce5c0
33380 Author: Keith Packard <keithp@keithp.com>
33381 Date:   Mon Jul 4 23:39:21 2011 -0700
33382
33383     altos: Complete new telemetry switchover
33384     
33385     This involved rewriting the GPS code to use the telemetry structures
33386     directly so that a memcpy could be used to transfer the data to the
33387     telemetry packets, saving a bunch of code space, along with fixing up
33388     the gps testing programs to deal with the structure changes.
33389     
33390     In addition, the teledongle code needed to have the monitoring code
33391     split into separate radio receiver and USB writer threads as the
33392     packets are now back-to-back, and hence come too fast to wait for the
33393     USB data to be sent to the host after each one.
33394     
33395     Signed-off-by: Keith Packard <keithp@keithp.com>
33396
33397 commit 359681f23e2f71bc8f4975a4a76ae28c08ecab2e
33398 Author: Keith Packard <keithp@keithp.com>
33399 Date:   Mon Jul 4 18:09:03 2011 -0700
33400
33401     altos: Add split telemetry code
33402     
33403     This sends every packet every time, which isn't correct, but should be
33404     useful for testing.
33405     
33406     Signed-off-by: Keith Packard <keithp@keithp.com>
33407
33408 commit b51e5466f7a125db873edd1fa9bd3881d7e98aad
33409 Author: Keith Packard <keithp@keithp.com>
33410 Date:   Mon Jul 4 18:08:19 2011 -0700
33411
33412     altos: Shrink help text
33413     
33414     Reduce const space taken by command help text.
33415     
33416     Signed-off-by: Keith Packard <keithp@keithp.com>
33417
33418 commit 9e5e4c1ad82d621ceb7286f72c87eeaf5976f9bf
33419 Author: Keith Packard <keithp@keithp.com>
33420 Date:   Mon Jul 4 18:06:48 2011 -0700
33421
33422     altos: Add sat info to GPS report command
33423     
33424     Plan to use this to report current flight computer state in idle mode.
33425     
33426     Signed-off-by: Keith Packard <keithp@keithp.com>
33427
33428 commit 06b6f78e22be38a26bfe11ed4d4b659d5b13f00c
33429 Author: Keith Packard <keithp@keithp.com>
33430 Date:   Mon Jul 4 18:04:49 2011 -0700
33431
33432     altos: Shrink const space in ao_config
33433     
33434     Eliminate separate 'cmd' and 'help' struct entries.
33435     Use \0 trick in cmd strings to eliminate whitespace.
33436     Edit help text.
33437     
33438     Signed-off-by: Keith Packard <keithp@keithp.com>
33439
33440 commit d3c26e534d8df34cfbf29b70cd1b2692493ce150
33441 Author: Keith Packard <keithp@keithp.com>
33442 Date:   Mon Jul 4 18:03:51 2011 -0700
33443
33444     altos: teledongle does not need ao_packet_slave.c
33445     
33446     TeleDongle doesn't provide slave interfaces, so remove ao_packet_slave
33447     from the TD build
33448     
33449     Signed-off-by: Keith Packard <keithp@keithp.com>
33450
33451 commit c763a3f9cf2bf055e9705ce5ff4bc172f445037d
33452 Author: Keith Packard <keithp@keithp.com>
33453 Date:   Mon Jul 4 18:02:52 2011 -0700
33454
33455     Version strings must be < 8 bytes long
33456     
33457     The new telemetry packets include the version string, so make sure its
33458     less than 8 characters long
33459     
33460     Signed-off-by: Keith Packard <keithp@keithp.com>
33461
33462 commit a08173197d5533ecb395102ed34e751135660d06
33463 Author: Keith Packard <keithp@keithp.com>
33464 Date:   Mon Jul 4 18:01:59 2011 -0700
33465
33466     doc: Fix a few minor telemetry doc mistakes
33467     
33468     Multiple 'accel' entries in the Sensor packet.
33469     Swap ground_accel and ground_pres to group accel cal data
33470     
33471     Signed-off-by: Keith Packard <keithp@keithp.com>
33472
33473 commit 98df3ba984acf3b47a09949bbea0f3264f711f5b
33474 Author: Keith Packard <keithp@keithp.com>
33475 Date:   Mon Jul 4 14:17:55 2011 -0700
33476
33477     doc: Complete initial telemetry description
33478     
33479     Finish describing the contents and modulation scheme for telemetry
33480     data.
33481     
33482     Signed-off-by: Keith Packard <keithp@keithp.com>
33483
33484 commit 06e82bd2c2a5eea153a053e542df9bc3537e9a01
33485 Author: Keith Packard <keithp@keithp.com>
33486 Date:   Sat Jul 2 01:50:33 2011 -0700
33487
33488     doc: Add telemetry format description
33489     
33490     Document the telemetry packet contents.
33491     
33492     Signed-off-by: Keith Packard <keithp@keithp.com>
33493
33494 commit 7fd9b8f720add559b262e81d61ededc9df16ca94
33495 Author: Keith Packard <keithp@keithp.com>
33496 Date:   Tue Jun 28 01:03:00 2011 -0700
33497
33498     altosui: Support raw telemetry from TeleDongle
33499     
33500     Use raw telemetry frames when TeleDongle supports them, this involves
33501     parsing the hex dump of the packet instead of having teledongle take
33502     the packet apart. Only the legacy format is working at this point; the
33503     altos bits for the new split telemetry frames is not written yet.
33504     
33505     Signed-off-by: Keith Packard <keithp@keithp.com>
33506
33507 commit cb239b7161feea8646425b1f5788c3c82ae24321
33508 Author: Keith Packard <keithp@keithp.com>
33509 Date:   Tue Jun 28 01:01:08 2011 -0700
33510
33511     altos: ao_radio_recv needs byte count *including* rssi and status
33512     
33513     That's two more than the actual packet length.
33514     
33515     Signed-off-by: Keith Packard <keithp@keithp.com>
33516
33517 commit 336224a08327cadc95f6e5b564a4ddc64aaad8f8
33518 Author: Keith Packard <keithp@keithp.com>
33519 Date:   Fri Jun 24 08:31:51 2011 -0700
33520
33521     altos: Start adding new telemetry frame definitions
33522     
33523     These use the initial 24 bytes per frame plan, which will probably get
33524     changed to 32 bytes per frame.
33525     
33526     Signed-off-by: Keith Packard <keithp@keithp.com>
33527
33528 commit 5e111fdf1f23203baeeb490ae1b69402ebd513b8
33529 Author: Keith Packard <keithp@keithp.com>
33530 Date:   Fri Jun 24 08:31:12 2011 -0700
33531
33532     altos: Add checksum to TELEM output lines
33533     
33534     Verify the received telemetry lines to protect against OS data loss
33535     
33536     Signed-off-by: Keith Packard <keithp@keithp.com>
33537
33538 commit 489a68ba8e3bc360e2e8fc887e4c4b840b5a0dd3
33539 Author: Keith Packard <keithp@keithp.com>
33540 Date:   Wed Jun 22 12:27:34 2011 -0700
33541
33542     altos: Add arbitrary telemetry packet monitoring
33543     
33544     This adds the ability to monitor arbitrary telemetry packets (up to
33545     128 bytes), moving the telemetry data parsing up to the host.
33546     
33547     Signed-off-by: Keith Packard <keithp@keithp.com>
33548
33549 commit 0e67b6890dd3a06665239f8dfd2e69266d055e46
33550 Author: Keith Packard <keithp@keithp.com>
33551 Date:   Wed Jun 22 12:26:45 2011 -0700
33552
33553     altos: Rename telemetry to telemetry_orig
33554     
33555     This makes room to create a new multi-packet telemetry format without
33556     changing anything yet.
33557     
33558     Signed-off-by: Keith Packard <keithp@keithp.com>
33559
33560 commit dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9
33561 Author: Keith Packard <keithp@keithp.com>
33562 Date:   Thu Jun 2 23:16:30 2011 -0700
33563
33564     altosui: Handle old TeleDongle receiving kalman telemetry packets
33565     
33566     The telemetry packets now send the kalman height/speed/accel values
33567     instead of the ad-hoc values. If received by an old TeleDongle box,
33568     the speed value will be of the form 0x8000abcd, which will be printed
33569     as a 32-bit value by TeleDongle. We only want the abcd part, which is
33570     the speed * 16. Detect this automatically and compute the correct
33571     values for all three.
33572     
33573     Signed-off-by: Keith Packard <keithp@keithp.com>
33574
33575 commit 4d27e281f81aee88adff3d84085356ec310e4b92
33576 Author: Keith Packard <keithp@keithp.com>
33577 Date:   Wed May 25 21:38:02 2011 -0600
33578
33579     Switch version to 0.9.4
33580     
33581     For Mayhem, so we can tell what version each board is running
33582     
33583     Signed-off-by: Keith Packard <keithp@keithp.com>
33584
33585 commit 479bdffa35d0b8d4e48868c8d20f3cb1549521ab
33586 Author: Keith Packard <keithp@keithp.com>
33587 Date:   Fri May 6 23:55:23 2011 -0700
33588
33589     Revert "altos: Debugging TBT issues -- check pin configuration after boot"
33590     
33591     This reverts commit 514348055630edec12224c4b0964240b929759a3.
33592     
33593     Looks like this was never a problem.
33594
33595 commit 66bdf0e066bc0bb7a326a6c2a9c88b69e5c1be66
33596 Author: Keith Packard <keithp@keithp.com>
33597 Date:   Fri May 6 23:12:47 2011 -0700
33598
33599     altos: clear CPU port 1 interrupt flag when handled
33600     
33601     Signed-off-by: Keith Packard <keithp@keithp.com>
33602
33603 commit 8be559baa979c15e78f8dba7879b383dbe3936d3
33604 Author: Keith Packard <keithp@keithp.com>
33605 Date:   Fri May 6 22:59:15 2011 -0700
33606
33607     altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
33608     
33609     Otherwise, we're heading off into the weeds...
33610     
33611     Signed-off-by: Keith Packard <keithp@keithp.com>
33612
33613 commit 23f441b95e55fbee709382b05d325bc021285766
33614 Author: Keith Packard <keithp@keithp.com>
33615 Date:   Fri May 6 22:49:54 2011 -0700
33616
33617     altos: Initialize beeper for telebt
33618     
33619     Needed to get sounds to come out
33620     
33621     Signed-off-by: Keith Packard <keithp@keithp.com>
33622
33623 commit 514348055630edec12224c4b0964240b929759a3
33624 Author: Keith Packard <keithp@keithp.com>
33625 Date:   Fri May 6 22:42:58 2011 -0700
33626
33627     altos: Debugging TBT issues -- check pin configuration after boot
33628     
33629     Make sure the serial pins are configured as peripherals
33630     Make sure the ser_reset and bt_link pins are going the right direction.
33631     
33632     Signed-off-by: Keith Packard <keithp@keithp.com>
33633
33634 commit 22e3ac0eb014b8255029763ae8180ad3527ba306
33635 Author: Keith Packard <keithp@keithp.com>
33636 Date:   Fri May 6 22:42:32 2011 -0700
33637
33638     altos: Add beeper to TBT v0.1
33639     
33640     It's available, let's use it.
33641     
33642     Signed-off-by: Keith Packard <keithp@keithp.com>
33643
33644 commit 6d858b64ee0e8c227c149d2af6d2d634536964f4
33645 Author: Keith Packard <keithp@keithp.com>
33646 Date:   Fri May 6 22:12:31 2011 -0700
33647
33648     altos: pull TBT v0.1 ser_reset line low
33649     
33650     This line resets the BT module if held low for three seconds.
33651     
33652     Signed-off-by: Keith Packard <keithp@keithp.com>
33653
33654 commit 3336d0f726afd1d43cf62280940e5fb91dab2e91
33655 Author: Keith Packard <keithp@keithp.com>
33656 Date:   Fri May 6 21:13:19 2011 -0700
33657
33658     altos: Fix BT link status pin for real TBT hardware
33659     
33660     The prototype used P2_1, while the real hardware uses P1_7. Lots of
33661     defines to make this work...
33662     
33663     Signed-off-by: Keith Packard <keithp@keithp.com>
33664
33665 commit 19bfa3882a2d95fcade256c2d63ad24f794281e5
33666 Author: Keith Packard <keithp@keithp.com>
33667 Date:   Fri May 6 20:33:58 2011 -0700
33668
33669     altos: Use USART configuration 1 with flow control for TBT
33670     
33671     It's just wired that way.
33672     
33673     Signed-off-by: Keith Packard <keithp@keithp.com>
33674
33675 commit d9cc27641fe1778c098b065bf110be7823e6c9f4
33676 Author: Keith Packard <keithp@keithp.com>
33677 Date:   Fri May 6 16:57:38 2011 -0700
33678
33679     altos: Add telebt-v0.1 to Makefile
33680     
33681     Doesn't get built without it.
33682     
33683     Signed-off-by: Keith Packard <keithp@keithp.com>
33684
33685 commit c360e5c04e30421e9ea2f7006b7d35aef35f1edd
33686 Author: Bdale Garbee <bdale@gag.com>
33687 Date:   Fri May 6 17:57:17 2011 -0600
33688
33689     first cut at a telebt turn on script
33690
33691 commit c1760cebd47d0f03808f3204c0fcb1183f754e50
33692 Author: Keith Packard <keithp@keithp.com>
33693 Date:   Fri May 6 15:44:56 2011 -0700
33694
33695     altos: Add preliminary telebt v0.1 defines
33696     
33697     This should make the telebt v0.1 binary that works on the real hardware.
33698     
33699     Signed-off-by: Keith Packard <keithp@keithp.com>
33700
33701 commit 72a03baa73698fc1213a74320e6253c2380dd8fa
33702 Author: Keith Packard <keithp@keithp.com>
33703 Date:   Mon Apr 25 23:00:42 2011 -0700
33704
33705     altosui: Fix BT manage dialog so that the device lists resize
33706     
33707     This makes the device scrolling lists fill any extra space when the
33708     window is resized.
33709     
33710     Signed-off-by: Keith Packard <keithp@keithp.com>
33711
33712 commit e3bf13a38d24e95b16df1e2f01952d10f24cda10
33713 Author: Keith Packard <keithp@keithp.com>
33714 Date:   Mon Apr 25 22:55:08 2011 -0700
33715
33716     altosui: Move AltosIgniteUI device open out of Swing thread
33717     
33718     Eliminate more blocking code from the Swing thread.
33719     
33720     Signed-off-by: Keith Packard <keithp@keithp.com>
33721
33722 commit 109344d54d3fa4f79342fd1ea2a3f4085475e30c
33723 Author: Keith Packard <keithp@keithp.com>
33724 Date:   Mon Apr 25 22:28:40 2011 -0700
33725
33726     altosui: Display reader name (usually the device) when an I/O error occurs
33727     
33728     Access the reader name directly from the reader object instead of a
33729     local variable (which wasn't getting set anyways).
33730     
33731     Signed-off-by: Keith Packard <keithp@keithp.com>
33732
33733 commit aa5caf6310f074109472e6f55d8bd9751fb75c4c
33734 Author: Keith Packard <keithp@keithp.com>
33735 Date:   Mon Apr 25 21:26:21 2011 -0700
33736
33737     altosui: Fix TeleBT name in flight monitor title
33738     
33739     Was getting the product number, not the product name.
33740     
33741     Signed-off-by: Keith Packard <keithp@keithp.com>
33742
33743 commit 2e7b7b80432bb251ac39efa1fa05d32b5f250e14
33744 Author: Keith Packard <keithp@keithp.com>
33745 Date:   Mon Apr 25 21:17:07 2011 -0700
33746
33747     altosui: Separate out flash debug code to separate thread
33748     
33749     This avoids blocking the Swing thread while waiting for the serial
33750     device.
33751     
33752     Signed-off-by: Keith Packard <keithp@keithp.com>
33753
33754 commit 214cd69c0e4a1617ed5cde8fc2f46a4cee6ecced
33755 Author: Keith Packard <keithp@keithp.com>
33756 Date:   Sat Apr 23 22:50:58 2011 -0700
33757
33758     altos: add telebt-v0.0 Makefile
33759     
33760     Git doesn't like to add these.
33761     
33762     Signed-off-by: Keith Packard <keithp@keithp.com>
33763
33764 commit d41edb3384b6336f3482e61b0c9f9400a8b4f519
33765 Author: Keith Packard <keithp@keithp.com>
33766 Date:   Tue Apr 19 15:29:39 2011 -0700
33767
33768     altosui: Make flight data download work through TeleBT
33769     
33770     This required flushing input before reading data blocks and adjusting
33771     some delays.
33772     
33773     Signed-off-by: Keith Packard <keithp@keithp.com>
33774
33775 commit 44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6
33776 Merge: 2ebdb88 c269e26
33777 Author: Keith Packard <keithp@keithp.com>
33778 Date:   Tue Apr 19 14:06:39 2011 -0700
33779
33780     Merge branch 'telemini' into telebt
33781
33782 commit 2ebdb888f6792de70b3132950a988d49752d264e
33783 Author: Keith Packard <keithp@keithp.com>
33784 Date:   Tue Apr 19 14:01:19 2011 -0700
33785
33786     altosui: Eliminate ao_cmd_filter hook
33787     
33788     Disabling status messages means we don't need to filter them out of
33789     the input stream.
33790     
33791     Signed-off-by: Keith Packard <keithp@keithp.com>
33792
33793 commit 7f5c9986dfa2d130b6c8c14308638cce49391a6e
33794 Author: Keith Packard <keithp@keithp.com>
33795 Date:   Tue Apr 19 13:42:30 2011 -0700
33796
33797     altos: remove BT logging code
33798     
33799     This was used to debug the serial line startup.
33800     
33801     Signed-off-by: Keith Packard <keithp@keithp.com>
33802
33803 commit 0195ff442c1da5d363dfda3f88f41865d0c6b469
33804 Author: Keith Packard <keithp@keithp.com>
33805 Date:   Tue Apr 19 13:31:10 2011 -0700
33806
33807     altos: Remove bt debug command
33808     
33809     This will permit some additional cleanups.
33810     
33811     Signed-off-by: Keith Packard <keithp@keithp.com>
33812
33813 commit ce7cf0c5ddc5405f6f474f4e20752fc0b02f3ecb
33814 Author: Keith Packard <keithp@keithp.com>
33815 Date:   Tue Apr 19 13:27:40 2011 -0700
33816
33817     altos: Simplify BT communications
33818     
33819     Eliminate stdio I/O wrappers
33820     
33821     Signed-off-by: Keith Packard <keithp@keithp.com>
33822
33823 commit e3d501940718428135e04995dff7fef691c08a20
33824 Author: Keith Packard <keithp@keithp.com>
33825 Date:   Tue Apr 19 13:20:19 2011 -0700
33826
33827     altos: Solidify BT connections
33828     
33829     Use delays while sending commands to BT module.
33830     Don't use BT for stdio until the module is initialized.
33831     Add \r to name setting command
33832     Don't require 'connected' signal for command input.
33833     
33834     Signed-off-by: Keith Packard <keithp@keithp.com>
33835
33836 commit 6b5957d5f6f8181da7be98c9bce49a0ec0b4a713
33837 Author: Keith Packard <keithp@keithp.com>
33838 Date:   Tue Apr 19 10:41:28 2011 -0700
33839
33840     altosui: Wait two seconds after bluetooth connect XXX
33841     
33842     "something" isn't quite ready to communicate right after the device is
33843     connected, so we stick a delay in. There should be a better fix.
33844     
33845     Signed-off-by: Keith Packard <keithp@keithp.com>
33846
33847 commit 8de9d3cbfcd1db7b554fb761296a8de09aafc8c3
33848 Author: Keith Packard <keithp@keithp.com>
33849 Date:   Tue Apr 19 10:25:47 2011 -0700
33850
33851     altos: Add delays to bt startup sequence
33852     
33853     The BT device takes a few seconds after power-up before it is ready to
33854     receive commands.
33855     
33856     Signed-off-by: Keith Packard <keithp@keithp.com>
33857
33858 commit 17f38e045fcd8ca0224095c0b2b7b098df77a8d8
33859 Author: Keith Packard <keithp@keithp.com>
33860 Date:   Tue Apr 19 08:43:40 2011 -0700
33861
33862     altosui: Use persistent list of bluetooth devices for device dialogs
33863     
33864     Store a list of known bluetooth devices as preferences. Always include
33865     those in device dialogs with an option to go browse for more devices
33866     in both the device dialog and the Configure AltosUI dialog.
33867     
33868     Signed-off-by: Keith Packard <keithp@keithp.com>
33869
33870 commit f249e5926f5fd9f86c41e7f0a414193533d4d8b0
33871 Author: Keith Packard <keithp@keithp.com>
33872 Date:   Mon Apr 18 18:16:38 2011 -0500
33873
33874     altosui: Make bluetooth dialog modal
33875     
33876     This allows it to be displayed correctly while the device dialog box
33877     (also modal) is up.
33878     
33879     Signed-off-by: Keith Packard <keithp@keithp.com>
33880
33881 commit 84163eee7847a09fe78f8762b28f857d76bf5755
33882 Author: Keith Packard <keithp@keithp.com>
33883 Date:   Thu Apr 14 10:22:30 2011 -0700
33884
33885     altosui: Make AltosBTDevice implement AltosDevice interface
33886     
33887     This will allow the use of either USB or BT devices through the
33888     AltosDevice interface.
33889     
33890     Signed-off-by: Keith Packard <keithp@keithp.com>
33891
33892 commit 9cdef76c1275b343099d0d01af82d7eadd36a410
33893 Author: Keith Packard <keithp@keithp.com>
33894 Date:   Thu Apr 14 10:12:29 2011 -0700
33895
33896     altosui: Create abstract AltosDevice class
33897     
33898     This will wrap either USB or BT devices. The USB device constants have
33899     been moved to Altos.java
33900     
33901     Signed-off-by: Keith Packard <keithp@keithp.com>
33902
33903 commit 5b3f18b38d80aa041b971204bf7a94278bd9584a
33904 Author: Keith Packard <keithp@keithp.com>
33905 Date:   Fri Apr 8 19:46:15 2011 -0700
33906
33907     altosui: Add primitive bluetooth device manager UI.
33908     
33909     This isn't useful, but does inquire for available bluetooth devices
33910     and show them in a list.
33911     
33912     Signed-off-by: Keith Packard <keithp@keithp.com>
33913
33914 commit c269e263a6accd815ed5d08c0f5a6c3d5b9d3853
33915 Author: Keith Packard <keithp@keithp.com>
33916 Date:   Thu Apr 14 09:38:48 2011 -0700
33917
33918     altos: Write a few pre-launch samples for Tm/Tn devices
33919     
33920     Record pre-launch samples in a small ring and flush that to flash when
33921     launch is detected. This provides a complete record of the flight,
33922     rather than simply starting after launch detect.
33923     
33924     Signed-off-by: Keith Packard <keithp@keithp.com>
33925
33926 commit a0fb471ce10642fc4a4bd40e4a81f8d6fe7a7c21
33927 Author: Keith Packard <keithp@keithp.com>
33928 Date:   Wed Apr 13 20:27:38 2011 -0700
33929
33930     altosui: oops - lost state changes when downloading eeprom data.
33931     
33932     This would cause the reader to just keep reading past the end of the
33933     flight.
33934     
33935     Signed-off-by: Keith Packard <keithp@keithp.com>
33936
33937 commit 7f49d694e776819e03b2c708e1c4ee23ba311430
33938 Author: Keith Packard <keithp@keithp.com>
33939 Date:   Sat Apr 9 22:53:12 2011 -0700
33940
33941     altos/altosui: Log averaged baro sensor data in Tm/Tn
33942     
33943     Instead of logging the best height guess from the kalman filter, log
33944     barometer data. The logged data consists of the average value betwen
33945     log points to reduce noise.
33946     
33947     Signed-off-by: Keith Packard <keithp@keithp.com>
33948
33949 commit 8dd455204cf8712fa8c142b0c0517cec1bf5fd0f
33950 Author: Keith Packard <keithp@keithp.com>
33951 Date:   Fri Apr 8 10:13:55 2011 -0700
33952
33953     altosui: Add low-level Bluetooth APIs
33954     
33955     Adds the JNI functions to query and connect to arbitrary
33956     bluetooth devices.
33957     
33958     Adds Java wrappers to construct a list of proximate bluetooth devices.
33959     
33960     Signed-off-by: Keith Packard <keithp@keithp.com>
33961
33962 commit bf1c7df5301a1727e871a8447f835fe75bdce3fc
33963 Author: Keith Packard <keithp@keithp.com>
33964 Date:   Fri Apr 8 10:12:50 2011 -0700
33965
33966     altosui: Add TeleBT USB device support
33967     
33968     TeleBT can work just like a TeleDongle over USB.
33969     
33970     Signed-off-by: Keith Packard <keithp@keithp.com>
33971
33972 commit 1a54a58d72147888f783a3caf364479efff4ed9b
33973 Author: Keith Packard <keithp@keithp.com>
33974 Date:   Thu Apr 7 22:00:38 2011 -0700
33975
33976     altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
33977     
33978     PIo(6) appears to be an active-low indication of the Bluetooth
33979     connection status. Hook this up using an interrupt to track the
33980     link state instead of using in-band status messages.
33981     
33982     Signed-off-by: Keith Packard <keithp@keithp.com>
33983
33984 commit f28efe271f9670473249574f6bcf6e160fe58c7b
33985 Merge: 8db5c52 835ab3a
33986 Author: Keith Packard <keithp@keithp.com>
33987 Date:   Fri Apr 1 19:35:22 2011 -0700
33988
33989     Merge branch 'telemini' into telebt
33990
33991 commit 835ab3a8c2741a09b27de58c37439a193c9919ce
33992 Author: Keith Packard <keithp@keithp.com>
33993 Date:   Fri Apr 1 19:35:00 2011 -0700
33994
33995     altosui: Add missing AltosTelemetryMap.java file
33996     
33997     Signed-off-by: Keith Packard <keithp@keithp.com>
33998
33999 commit 8db5c52f1c76a05020e4e0afbe4ea27485ad9f82
34000 Author: Keith Packard <keithp@keithp.com>
34001 Date:   Fri Apr 1 17:26:08 2011 -0700
34002
34003     altos: Clean up BT serial communcations
34004     
34005     Disable echo on both ends in command mode to eliminate looping error
34006     values.
34007     
34008     Switch to 57600 baud to improve performance.
34009     
34010     Signed-off-by: Keith Packard <keithp@keithp.com>
34011
34012 commit a5d60fdb9c969c1516feb76a16001c9688112c4c
34013 Author: Keith Packard <keithp@keithp.com>
34014 Date:   Fri Apr 1 17:25:07 2011 -0700
34015
34016     altos: Make cmd echo per-connection instead of global
34017     
34018     Allow different connections to use different echo values, permitting
34019     the packet link to turn off echo while the USB link still has it on.
34020     
34021     Signed-off-by: Keith Packard <keithp@keithp.com>
34022
34023 commit 4e2c18249e16c98cf5f7dccdf8d3b84bc473863a
34024 Author: Keith Packard <keithp@keithp.com>
34025 Date:   Fri Apr 1 16:48:12 2011 -0700
34026
34027     altos: Clean up serial initialization
34028     
34029     Flush serial input buffers when switching speeds.
34030     Ensure pin configuration is correct.
34031     
34032     Signed-off-by: Keith Packard <keithp@keithp.com>
34033
34034 commit 92386f2e8419c4df125692cc998eb72ec49bf991
34035 Author: Keith Packard <keithp@keithp.com>
34036 Date:   Fri Apr 1 14:12:56 2011 -0700
34037
34038     altos: Clean up usage of serial port for stdio
34039     
34040     Code wanting to use this must invoke ao_add_stdio; that way
34041     the link can be configured before command processing starts.
34042     
34043     Signed-off-by: Keith Packard <keithp@keithp.com>
34044
34045 commit 9f8a96a8516e13878b329dbf1da855ed9a3219c4
34046 Author: Keith Packard <keithp@keithp.com>
34047 Date:   Fri Apr 1 14:11:44 2011 -0700
34048
34049     altos: Make ao_serial_drain public
34050     
34051     Allow external code to discard serial input
34052     
34053     Signed-off-by: Keith Packard <keithp@keithp.com>
34054
34055 commit 4f243a282f9aeb7433ccb2942850d380a091e603
34056 Author: Keith Packard <keithp@keithp.com>
34057 Date:   Fri Apr 1 14:10:37 2011 -0700
34058
34059     altos: Remove serial monitor command
34060     
34061     This takes up space and isn't that useful these days
34062     
34063     Signed-off-by: Keith Packard <keithp@keithp.com>
34064
34065 commit 39bde78edc863d9d2ef50a59b8f28ab6274892b4
34066 Author: Keith Packard <keithp@keithp.com>
34067 Date:   Fri Apr 1 14:08:37 2011 -0700
34068
34069     altos: Allow any stdio to be used with packet forwarding
34070     
34071     There's no reason to restrict packet forwarding to work only from
34072     USB.
34073     
34074     Signed-off-by: Keith Packard <keithp@keithp.com>
34075
34076 commit 01952da35a57ae4da062facb26b3c6d7de29190f
34077 Author: Keith Packard <keithp@keithp.com>
34078 Date:   Fri Apr 1 14:07:23 2011 -0700
34079
34080     altos: Provide for a pre-filter on commands
34081     
34082     This allows for external code to see each command line before it is
34083     processed and potentially skip it.
34084     
34085     Signed-off-by: Keith Packard <keithp@keithp.com>
34086
34087 commit 359ba0d9fc2c5947e6adc98bebcd061069c61e79
34088 Author: Keith Packard <keithp@keithp.com>
34089 Date:   Fri Apr 1 14:04:58 2011 -0700
34090
34091     altos: expose set of available stdio values
34092     
34093     This lets external code manipulate which connection to communicate
34094     over.
34095     
34096     Signed-off-by: Keith Packard <keithp@keithp.com>
34097
34098 commit ce18eaa28b1385c962c09459cbc5f20e234d9ad5
34099 Author: Keith Packard <keithp@keithp.com>
34100 Date:   Fri Apr 1 14:03:25 2011 -0700
34101
34102     altos: Add P2SEL_*_MASK defines to cc1111.h
34103     
34104     These are used to avoid having the code "know" which selections are 1
34105     and which are 0 bits.
34106     
34107     Signed-off-by: Keith Packard <keithp@keithp.com>
34108
34109 commit 8e74cf6d1c70a7a17d01c20f6831571245392498
34110 Author: Keith Packard <keithp@keithp.com>
34111 Date:   Thu Mar 31 20:58:14 2011 -0700
34112
34113     altos: Add initial TeleBT code
34114     
34115     Prototyping with a TeleMetrum v0.1 board and a serial link to a
34116     bluetooth module.
34117     
34118     Signed-off-by: Keith Packard <keithp@keithp.com>
34119
34120 commit c0971abc02b05d136aea257f3f40ba3b22b1d441
34121 Author: Keith Packard <keithp@keithp.com>
34122 Date:   Thu Mar 31 20:55:18 2011 -0700
34123
34124     altos: Make ao_flight_test show true height but report saturated height
34125     
34126     To simulate a saturated baro sensor, clip baro data at a specified
34127     altitude. Continue to report the 'true' altitude in the output so that
34128     the resulting graphs are useful.
34129     
34130     Signed-off-by: Keith Packard <keithp@keithp.com>
34131
34132 commit 8a14142e7b37031a51409f121b913fe793bf3603
34133 Author: Keith Packard <keithp@keithp.com>
34134 Date:   Thu Mar 31 20:53:12 2011 -0700
34135
34136     altos: Baro useful ceiling is MSL, not AGL
34137     
34138     Use MSL instead of AGL for detecting over-range baro sensor values.
34139     Always trust baro sensor during descent; it'll get there eventually.
34140     
34141     Signed-off-by: Keith Packard <keithp@keithp.com>
34142
34143 commit a9dae18a664f70b668159487015e61be7f776926
34144 Author: Keith Packard <keithp@keithp.com>
34145 Date:   Thu Mar 31 20:51:15 2011 -0700
34146
34147     altos: Reflect ao_flight split in ao_flight_test dependencies
34148     
34149     Need to rebuild ao_flight_test when any of the flight sources change
34150     
34151     Signed-off-by: Keith Packard <keithp@keithp.com>
34152
34153 commit f558cfa1df77c36a459168c1953d0945ee5a7f9f
34154 Author: Keith Packard <keithp@keithp.com>
34155 Date:   Wed Mar 30 11:48:03 2011 -0700
34156
34157     altosui: Only plot acceleration when present in data file
34158     
34159     Eliminates a bogus axis and data line for devices which do not have an
34160     accelerometer.
34161     
34162     Signed-off-by: Keith Packard <keithp@keithp.com>
34163
34164 commit a9df9fc257eb2d7038d66ac7c2539aae4474bf12
34165 Author: Keith Packard <keithp@keithp.com>
34166 Date:   Wed Mar 30 11:47:07 2011 -0700
34167
34168     altosui: Parse and export Max flight log value
34169     
34170     New configuration field might as well get dumped to the .csv files.
34171     
34172     Signed-off-by: Keith Packard <keithp@keithp.com>
34173
34174 commit 87bff181a95f6bf92c2cec350d331ba6af779e80
34175 Author: Keith Packard <keithp@keithp.com>
34176 Date:   Tue Mar 29 18:11:47 2011 -0700
34177
34178     altos: Enable logging during nano flights
34179     
34180     Not having logging wasn't very useful.
34181     
34182     Signed-off-by: Keith Packard <keithp@keithp.com>
34183
34184 commit 011e37f27b3926a42c8c1a74e0f179bb48829ec7
34185 Author: Keith Packard <keithp@keithp.com>
34186 Date:   Tue Mar 29 18:10:46 2011 -0700
34187
34188     altos: Run RDF beacon after apogee instead of waiting for landing
34189     
34190     This provides tracking when GPS fails, or on TeleMini.
34191     
34192     Signed-off-by: Keith Packard <keithp@keithp.com>
34193
34194 commit 08e6bbef2c3529dfd468ef221c526fc9f3ed5b81
34195 Author: Keith Packard <keithp@keithp.com>
34196 Date:   Tue Mar 29 10:08:46 2011 -0700
34197
34198     altos: ao_sample_preflight was exiting preflight mode immediately
34199     
34200     Need to stay in pre-flight mode until we've gotten enough sensor data
34201     to calibrate things appropriately. The conversion from a unified
34202     ao_flight.c file was just broken here.
34203     
34204     Signed-off-by: Keith Packard <keithp@keithp.com>
34205
34206 commit 56d045040c49728a854741e99545766f3723da5e
34207 Author: Keith Packard <keithp@keithp.com>
34208 Date:   Tue Mar 29 09:39:27 2011 -0700
34209
34210     altosui: Don't display 0000-00-00 for missing flight log dates
34211     
34212     With Tm/Tn not having GPS to get the current date, it's no longer
34213     unusual to have no date for a flight log, so don't show the 0000-00-00
34214     piece in that case.
34215     
34216     Signed-off-by: Keith Packard <keithp@keithp.com>
34217
34218 commit 8ade7d99f02df825e70d0a964b4648156101ef78
34219 Author: Keith Packard <keithp@keithp.com>
34220 Date:   Tue Mar 29 09:38:23 2011 -0700
34221
34222     altosui: Display exception messages from swing thread
34223     
34224     Flight log management exceptions were getting displayed from the log
34225     serial I/O thread instead of the swing thread. That's a bad plan.
34226     
34227     Signed-off-by: Keith Packard <keithp@keithp.com>
34228
34229 commit 2f9be009ef26e3d7539f5932d267d7a8a7bcb7eb
34230 Author: Keith Packard <keithp@keithp.com>
34231 Date:   Tue Mar 29 09:37:11 2011 -0700
34232
34233     altosui: Make deployment testing handle Connecting... dialog
34234     
34235     Supporting the Connecting... dialog requires moving all serial
34236     communication to a separate thread. This was done by creating a worker
34237     thread and command queue to communicate between the UI and the serial line.
34238     
34239     Signed-off-by: Keith Packard <keithp@keithp.com>
34240
34241 commit 573edcd7dfe10ac3251396eae88eece55d82bcb6
34242 Author: Keith Packard <keithp@keithp.com>
34243 Date:   Mon Mar 28 23:38:02 2011 -0700
34244
34245     altosui: Make flight log downloading handle 'Connecting...' dialog
34246     
34247     This required moving all of the serial communication to a separate
34248     thread and making the bulk of the download operation run after that
34249     has finished.
34250     
34251     Signed-off-by: Keith Packard <keithp@keithp.com>
34252
34253 commit c71a145daefb86d2c1297abec68e54bd951e3adf
34254 Author: Keith Packard <keithp@keithp.com>
34255 Date:   Mon Mar 28 23:35:05 2011 -0700
34256
34257     altosui: Clean up packet link connecting dialog
34258     
34259     Make sure the dialog is destroyed after use (otherwise, it hangs
34260     around on the screen sometimes).
34261     
34262     Switch timeout before showing dialog to 500ms -- that brings the
34263     dialog up less often when unnecessary.
34264     
34265     Use 'timeout_started' boolean to indicate whether the I/O thread has
34266     queued the dialog for display and whether it needs to queue a call to
34267     close it down.
34268     
34269     Signed-off-by: Keith Packard <keithp@keithp.com>
34270
34271 commit c6e7e812d67f91c63ba4982f7a899a72584027de
34272 Author: Keith Packard <keithp@keithp.com>
34273 Date:   Mon Mar 28 18:18:50 2011 -0700
34274
34275     altos: Create custom nano flight code
34276     
34277     No igniters, just 'pad/drogue/landed' modes (where 'drogue' ==
34278     'flying'). A constant 1Hz telemetry and RDF rate.
34279     
34280     Signed-off-by: Keith Packard <keithp@keithp.com>
34281
34282 commit c754759a2d503633d527da4ebb20eb859cd506fd
34283 Author: Keith Packard <keithp@keithp.com>
34284 Date:   Mon Mar 28 17:54:44 2011 -0700
34285
34286     altos: Split up flight code into separate flight/sample/kalman bits
34287     
34288     The flight code mashed together data processing, filtering and actual
34289     flight managament into one giant pile. Split things up so that we
34290     have:
34291     
34292      ao_sample.c: Sensor data processing. Reads the ring, handles calibration
34293      ao_kalman.c: Filter the data to track the accel/speed/height values
34294      ao_flight.c: Flight state management, specific to rocketry.
34295     
34296     The plan is to re-use ao_sample.c and ao_kalman.c for hardware not
34297     specifically designed for rocketry, like TeleNano.
34298     
34299     Signed-off-by: Keith Packard <keithp@keithp.com>
34300
34301 commit 006de838bbb096b9443863a46b8a125b1e6b5600
34302 Author: Keith Packard <keithp@keithp.com>
34303 Date:   Sun Mar 27 00:48:07 2011 -0700
34304
34305     altosui: Handle serial calls from swing thread
34306     
34307     Calls from the swing thread cannot be canceled as there's no way to
34308     put up the cancel dialog. In this case, simply use the 5 second
34309     timeout and fail if no communication occurs within that amount of time.
34310     
34311     Signed-off-by: Keith Packard <keithp@keithp.com>
34312
34313 commit f23d0f3cbf1fb0c8eab497e266625f6410b69ba3
34314 Author: Keith Packard <keithp@keithp.com>
34315 Date:   Sun Mar 27 00:46:19 2011 -0700
34316
34317     altosui: Tell serial device which frame to use for timeout dialogs
34318     
34319     For the timeout dialog to appear, a frame must be configured for it to
34320     appear near. This patch sends the frame from the eeprom download
34321     functions to the serial code. That path doesn't yet work as the eeprom
34322     download is still trying to talk to the serial device from the swing
34323     event thread, which prevents the cancel dialog from working.
34324     
34325     Signed-off-by: Keith Packard <keithp@keithp.com>
34326
34327 commit 067b21993e9a97fceadb355e571e5610535336a8
34328 Author: Keith Packard <keithp@keithp.com>
34329 Date:   Sun Mar 27 00:13:38 2011 -0700
34330
34331     altosui: Allow radio channel to be configured over the radio link
34332     
34333     TeleMini/TeleNano can't be configured via USB, so we need to allow
34334     the radio channel to be set over the radio link.
34335     
34336     This change carefully sets the new radio channel, disables the remote
34337     link and then sets the teledongle channel to the new value and brings
34338     the link back up.
34339     
34340     Signed-off-by: Keith Packard <keithp@keithp.com>
34341
34342 commit 91a75279b6d306ba9d068a28c64917d5312122e8
34343 Author: Keith Packard <keithp@keithp.com>
34344 Date:   Sun Mar 27 00:12:01 2011 -0700
34345
34346     altosui: Off-by-one error in telemetry format configuration UI
34347     
34348     The telemetry format menu uses 0 for full and 1 for tiny, but the
34349     telemetry configuration uses 1 for full and 2 for tiny. One direction
34350     (config to UI) was right, the other (UI to config) was wrong.
34351     
34352     Signed-off-by: Keith Packard <keithp@keithp.com>
34353
34354 commit 7ce8c9081e703d1405c2595ab9bda0cfa218c6c4
34355 Author: Keith Packard <keithp@keithp.com>
34356 Date:   Sat Mar 26 23:38:54 2011 -0700
34357
34358     altos: full logging must flush pending data before checking state
34359     
34360     Flight state must be checked only after any pending data have been
34361     written to the log as the 'current' flight state is only valid when
34362     the pending data values have been processed. This ensures that the
34363     'boost' state is not marked until the full ring of data is
34364     written. This ensures that the data processing code can find the
34365     barometer values from before boost to get an idea of the ground
34366     pressure value.
34367     
34368     Signed-off-by: Keith Packard <keithp@keithp.com>
34369
34370 commit 3945d8f986d8f4bd3186a2cbaed5186e49d59839
34371 Author: Keith Packard <keithp@keithp.com>
34372 Date:   Sat Mar 26 23:15:36 2011 -0700
34373
34374     altos: Variable log rate in full logging code too
34375     
34376     With the fixed ADC rate used to get better data during flight, the
34377     logging code now needs to vary the data storage rate so that descent
34378     data is recorded at 10 samples/second while ascent data is recorded at
34379     1 sample per second. Having the logging code do this itself eliminates
34380     any interaction with the flight code.
34381     
34382     Signed-off-by: Keith Packard <keithp@keithp.com>
34383
34384 commit 97517ee585462c2d355f23f999fb8d9ebd908ec1
34385 Author: Keith Packard <keithp@keithp.com>
34386 Date:   Sat Mar 26 00:01:22 2011 -0700
34387
34388     altosui: Allow TM config connection to be canceled.
34389     
34390     This leaves the config UI connection attempt running and pops up a
34391     dialog box when it takes 'too long' in the remote case so that users
34392     with Tm or Tn devices can bring up the UI, and then boot the Tm/Tn
34393     without needing to time things carefully.
34394     
34395     Signed-off-by: Keith Packard <keithp@keithp.com>
34396
34397 commit 2c121f1ef495e8af3eb39210baa40e212b691894
34398 Author: Keith Packard <keithp@keithp.com>
34399 Date:   Fri Mar 25 22:04:09 2011 -0700
34400
34401     altosui: swing hide/show methods are deprecated
34402     
34403     I don't know why, but they are, so just replace them with
34404     setVisible calls.
34405     
34406     Signed-off-by: Keith Packard <keithp@keithp.com>
34407
34408 commit b155647472ddfacb07c5ffa832e4d1f4a13ad342
34409 Author: Keith Packard <keithp@keithp.com>
34410 Date:   Fri Mar 25 22:01:18 2011 -0700
34411
34412     altosui: Remove extra AltosEepromBlock layer
34413     
34414     This was interposed between the download layer and the eeprom layer to
34415     hold a eeprom block full of flight log records. The addition of the tiny
34416     log format required reworking the code to hold chunks full of eeprom
34417     data without regard to their content, so this content-specific layer
34418     didn't seem useful anymore.
34419     
34420     Signed-off-by: Keith Packard <keithp@keithp.com>
34421
34422 commit 011615d40b3cb1d1c0ab9fa41e139e263a6a51e7
34423 Author: Keith Packard <keithp@keithp.com>
34424 Date:   Fri Mar 25 21:34:31 2011 -0700
34425
34426     altosui: Add support for downloading TeleMini/TeleNano flight logs
34427     
34428     Splits the eeprom downloading code into eeprom block downloading and
34429     separate eeprom data parsing so that the new data logging format can
34430     share the data downloading code.
34431     
34432     Signed-off-by: Keith Packard <keithp@keithp.com>
34433
34434 commit dea80af81b388cc3d7073444919f4e98b12fa730
34435 Author: Keith Packard <keithp@keithp.com>
34436 Date:   Fri Mar 25 21:29:50 2011 -0700
34437
34438     altosui: Remove a bunch of debug printfs from the eeprom manager code
34439     
34440     Just noise on stdout.
34441     
34442     Signed-off-by: Keith Packard <keithp@keithp.com>
34443
34444 commit 7f5b5848ad6ef5c808638a29c3dc0101b56ed11e
34445 Author: Keith Packard <keithp@keithp.com>
34446 Date:   Thu Mar 24 08:08:43 2011 +0900
34447
34448     altosui: Add telemetry format menu and preferences
34449     
34450     Switches the TeleDongle between full and tiny telemetry packet
34451     formats, saving the last used format for each teledongle in the
34452     application preferences.
34453     
34454     Signed-off-by: Keith Packard <keithp@keithp.com>
34455
34456 commit f3e68341f6f5daaf26dd162e4f9a06c29988986a
34457 Author: Keith Packard <keithp@keithp.com>
34458 Date:   Thu Mar 24 05:27:57 2011 +0900
34459
34460     altosui: Add support for telemetry version 4
34461     
34462     New telemetry format needed to support TeleNano and TeleMini
34463     
34464     Signed-off-by: Keith Packard <keithp@keithp.com>
34465
34466 commit 1e976a105423f2da1842f70da531c9051ba88a7f
34467 Author: Keith Packard <keithp@keithp.com>
34468 Date:   Wed Mar 23 10:42:31 2011 +0900
34469
34470     Add description to test flights
34471
34472 commit 93040ef4d0bd90ec5ae052f22243cd56adfb300a
34473 Author: Keith Packard <keithp@keithp.com>
34474 Date:   Wed Mar 23 10:40:05 2011 +0900
34475
34476     Add ao_kalman.h to .gitignore
34477
34478 commit 43a94380032300a2e33e1faa1efe93e858e0a2cf
34479 Author: Keith Packard <keithp@keithp.com>
34480 Date:   Wed Mar 23 10:37:39 2011 +0900
34481
34482     altos: Exit flight test at landing. Allow description in test flight list
34483     
34484     Signed-off-by: Keith Packard <keithp@keithp.com>
34485
34486 commit 32364c9e0d346e0e5d517e18d4e90b8ff2fa944f
34487 Author: Keith Packard <keithp@keithp.com>
34488 Date:   Wed Mar 23 10:33:38 2011 +0900
34489
34490     altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
34491     
34492     With the fixed kalman filter, transitions across mach don't cause
34493     bumps in the merged filter.
34494     
34495     And, with working kalman bits, the signal for broken baro detection is
34496     stronger and so we can allow for baro apogee detection in cases where
34497     noise occurs close to apogee.
34498     
34499     Bump the kalman filter to trust the baro less so that the model tracks
34500     across mach.
34501     
34502     Signed-off-by: Keith Packard <keithp@keithp.com>
34503
34504 commit 3d2042ccc2d29e4cb8ea39c5c69d07cb7e3daeea
34505 Author: Keith Packard <keithp@keithp.com>
34506 Date:   Tue Mar 22 16:55:08 2011 +0900
34507
34508     altos: Restore sensible kalman values
34509     
34510     Now that the kalman code seems to work correctly, restore the sensor
34511     errors and model errors to match reality
34512     
34513     Signed-off-by: Keith Packard <keithp@keithp.com>
34514
34515 commit 7d7b476564a16eda81ab3406f70a21995e1b464e
34516 Author: Keith Packard <keithp@keithp.com>
34517 Date:   Tue Mar 22 21:51:52 2011 +0900
34518
34519     altos: Fix up flight code testing
34520     
34521     This automates flight code testing by reporting mis-detected apogee or
34522     main events.
34523     
34524     Signed-off-by: Keith Packard <keithp@keithp.com>
34525
34526 commit a80d3836cfce3d4cfa7a71068539415c2dc421cd
34527 Author: Keith Packard <keithp@keithp.com>
34528 Date:   Tue Mar 22 21:50:29 2011 +0900
34529
34530     altos: Missing parens and some bad arithmetic in the kalman code
34531     
34532     Fixed point computations are a pain.
34533     
34534     Signed-off-by: Keith Packard <keithp@keithp.com>
34535
34536 commit f30de5766c1eefb18c7d024a2cf10ce02de41071
34537 Author: Keith Packard <keithp@keithp.com>
34538 Date:   Tue Mar 22 21:29:05 2011 +0900
34539
34540     altos: Add ao_flight_debug code
34541     
34542     Trace the kalman filter to make sure it's working.
34543     
34544     Signed-off-by: Keith Packard <keithp@keithp.com>
34545
34546 commit f3053b1f3c85d4fd84b3c6cc87858f433166df34
34547 Author: Keith Packard <keithp@keithp.com>
34548 Date:   Tue Mar 22 17:04:07 2011 +0900
34549
34550     altos: Clean up some debug stuff in ao_flight.c
34551     
34552     Remove some spurious printf debugging.
34553     Remove an attempt at discovering broken accelerometer code.
34554     
34555     Signed-off-by: Keith Packard <keithp@keithp.com>
34556
34557 commit 6864e06d88a5b908cffa7c4cd2be8969ff46ce4d
34558 Author: Keith Packard <keithp@keithp.com>
34559 Date:   Tue Mar 22 16:51:04 2011 +0900
34560
34561     altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
34562     
34563     Because speed and acceleration are scaled by 16, it's fairly common
34564     for the kalman terms to end up larger than 1. Instead of trying to
34565     fuss with 16-bit values and shifts, just use 32-bit values.
34566     
34567     Signed-off-by: Keith Packard <keithp@keithp.com>
34568
34569 commit c14d6c5ace1d67bd948273ceb7eb6807b29c3806
34570 Author: Keith Packard <keithp@keithp.com>
34571 Date:   Tue Mar 22 08:51:23 2011 +0900
34572
34573     altos: Compute a 'trust' value for the barometer
34574     
34575     Instead of making the baro use/don't-use decision binary, use a 'trust
34576     value' which slowly migrates from baro+accel to accel-only mode. This
34577     eliminates bumps in the data from a rapid shift.
34578     
34579     Signed-off-by: Keith Packard <keithp@keithp.com>
34580
34581 commit 7b009b2efe3af8722c358c304c2243652594e0d5
34582 Author: Keith Packard <keithp@keithp.com>
34583 Date:   Tue Mar 22 05:42:51 2011 +0900
34584
34585     altos: Switch telemetrum over to kalman filter
34586     
34587     This changes the full telemetry stream to include kalman data instead
34588     of the old ad-hoc flight data. It's compatible in that the packet
34589     sizes are the same so teledongle can receive either and figure out
34590     which it has received.
34591     
34592     A few plotting and testing tools are added to make validating the new
34593     code easier.
34594     
34595     Signed-off-by: Keith Packard <keithp@keithp.com>
34596
34597 commit 20427ae4965f756aac0cedc5179a1c45b9a781f2
34598 Author: Keith Packard <keithp@keithp.com>
34599 Date:   Mon Mar 21 19:59:27 2011 +0900
34600
34601     altos: Add nickle kalman implementation.
34602     
34603     This generates the constants needed to implement Kalman filtering in
34604     the flight firmware.
34605     
34606     Signed-off-by: Keith Packard <keithp@keithp.com>
34607
34608 commit ca3f03ef5c09446bebf0f5734f36a0248c457b1d
34609 Author: Keith Packard <keithp@keithp.com>
34610 Date:   Sat Mar 19 23:55:39 2011 -0700
34611
34612     altos: Add .sdcdbrc file for teledongle
34613     
34614     My sdcdb script uses this to set command line options automatically
34615     
34616     Signed-off-by: Keith Packard <keithp@keithp.com>
34617
34618 commit be838db49d999426a9dd02c0166fe161722f1e61
34619 Author: Keith Packard <keithp@keithp.com>
34620 Date:   Sat Mar 19 23:53:08 2011 -0700
34621
34622     altos: New telemetry report format (version 4). Supports tiny telemetry.
34623     
34624     This completely replaces the version 3 format with a much simpler and
34625     easier to parse scheme. It's described in detail in ao_telem.h, but
34626     the basic idea is that the whole line is split into name/value pairs,
34627     separated by whitespace. Every name is unique, and the values are
34628     either strings or integers. No extraneous formatting or units are
34629     provided.
34630     
34631     Signed-off-by: Keith Packard <keithp@keithp.com>
34632
34633 commit ad6bb342d237988404fa32540b38c61d6ddc1f0d
34634 Author: Keith Packard <keithp@keithp.com>
34635 Date:   Sat Mar 19 23:51:02 2011 -0700
34636
34637     altos: The kalman code requires a constant sample rate
34638     
34639     The kalman function can't handle a variable sample rate, so keep the
34640     ADC running at full speed for the whole flight instead of slowing it
34641     down after apogee.
34642     
34643     Signed-off-by: Keith Packard <keithp@keithp.com>
34644
34645 commit 31feb7777f73fed61193d3404f457ea1a081fe9c
34646 Author: Keith Packard <keithp@keithp.com>
34647 Date:   Sat Mar 19 23:49:41 2011 -0700
34648
34649     altos: Split telenano main from telemini
34650     
34651     Eventually, telenano will run different code; prepare for this by
34652     creating a telenano-specific main routine.
34653     
34654     Signed-off-by: Keith Packard <keithp@keithp.com>
34655
34656 commit 8950df02382f5f0aea5bac078fdf7134b98c43ed
34657 Author: Keith Packard <keithp@keithp.com>
34658 Date:   Sat Mar 19 23:46:18 2011 -0700
34659
34660     altos: Split out tiny telemetry from full telemetry
34661     
34662     The TeleMini and TeleNano boards do not have either GPS or
34663     accelermeters, and they also run the kalman filter which produces
34664     standard unit measurements for the flight height/speed/accel
34665     values. This makes the telemetry significantly
34666     different. ao_telemetry_tiny.c sends the required data.
34667     
34668     Note that TeleNano sends the same telemetry as telemini at this point;
34669     there are a couple of values which are not useful, but the overhead of
34670     sending them is small enough that the hassle of having three telemetry
34671     formats seemed excessive.
34672     
34673     Signed-off-by: Keith Packard <keithp@keithp.com>
34674
34675 commit 5ba75e95c98d3e441a58d6f75d328d579e1997fe
34676 Author: Keith Packard <keithp@keithp.com>
34677 Date:   Sat Mar 19 23:41:44 2011 -0700
34678
34679     altos: Make telemetry interval more consistent
34680     
34681     Instead of using a delay between telemetry packets, use a telemetry
34682     period and compute an appropriate delay each time. This requires
34683     changing the ascent telemetry from a 50ms delay to a 100ms interval,
34684     to provide a regular 10 packets-per-second rate. Before, we counted on
34685     the telemetry packet taking about 50ms to send so that we would
34686     receive about 10 per second.
34687     
34688     This also eliminates delays during descent for RDF tones -- those will
34689     get transmitted in the interval between telemetry packets without
34690     interrupting the spacing of those packets.
34691     
34692     Signed-off-by: Keith Packard <keithp@keithp.com>
34693
34694 commit 3f0bc801fd08a613c681504f0d1f9374486a2487
34695 Author: Keith Packard <keithp@keithp.com>
34696 Date:   Sat Mar 19 23:31:20 2011 -0700
34697
34698     altos: Configure packet size from send/recv parameters.
34699     
34700     Instead of setting the packet size at configuration time, use the
34701     provided packet size to the send/recv functions to configure the
34702     radio. This eliminates many configuration calls, leaving us with 'RDF'
34703     mode and 'packet' mode, the latter working for telemetry and the
34704     bi-directional link.
34705     
34706     Signed-off-by: Keith Packard <keithp@keithp.com>
34707
34708 commit 5c28b9312d90a3a66016abc641c20bcd852d69f8
34709 Author: Keith Packard <keithp@keithp.com>
34710 Date:   Sat Mar 19 23:27:15 2011 -0700
34711
34712     altos: Don't init packet slave on TD. Make slave start optional
34713     
34714     Oops. TeleDongle was starting the packet slave code, which kinda
34715     wrecked its ability to receive telemetry packets. This patch simply
34716     removes the packet slave code from teledongle as it cannot be used
34717     (yet), it also makes the packet slave code initialization take a
34718     parameter which controls whether to start that by default; in the
34719     future, perhaps TeleDongle will gain a command to start packet slave mode.
34720     
34721     Signed-off-by: Keith Packard <keithp@keithp.com>
34722
34723 commit e980b251e5a4d25410710a9aa89ef940e06b0d93
34724 Author: Keith Packard <keithp@keithp.com>
34725 Date:   Sat Mar 19 18:43:52 2011 -0700
34726
34727     altosui: Add software version to Configure AltosUI dialog
34728     
34729     Show this somewhere so we can figure out what is installed.
34730     
34731     Signed-off-by: Keith Packard <keithp@keithp.com>
34732
34733 commit 1aeb759c48f475ffaaae787515e080440c8386c3
34734 Author: Keith Packard <keithp@keithp.com>
34735 Date:   Sat Mar 19 12:28:08 2011 -0700
34736
34737     altos: Baro-only boards must not detect launch on accel or speed data
34738     
34739     The baro sensor generates too much noise to use small changes in
34740     computed speed or acceleration to cause a false launch detect.
34741     
34742     Signed-off-by: Keith Packard <keithp@keithp.com>
34743
34744 commit 7a4f6d5ad55637cde97a1e2f247f92df59bc2e14
34745 Author: Keith Packard <keithp@keithp.com>
34746 Date:   Fri Mar 18 21:01:15 2011 -0700
34747
34748     altos: Write height values to log for nano/mini
34749     
34750     This is a lot more useful than the old filtered pressure data.
34751     
34752     Signed-off-by: Keith Packard <keithp@keithp.com>
34753
34754 commit c985bb6a19c710409629f3c095332ba7afcf5248
34755 Author: Keith Packard <keithp@keithp.com>
34756 Date:   Fri Mar 18 20:36:59 2011 -0700
34757
34758     altos/test: Add scripts to run lots of flights through the code
34759     
34760     This runs a long list of flights (there's a user-specific path
34761     pointing at the flights) and squawks if the baro and dual flight
34762     computers don't match.
34763     
34764     Signed-off-by: Keith Packard <keithp@keithp.com>
34765
34766 commit dbe915795c66995805b5f37e6eb698cf2c143e61
34767 Author: Keith Packard <keithp@keithp.com>
34768 Date:   Fri Mar 18 20:26:12 2011 -0700
34769
34770     altos: Fix mini/nano default log size to available flash space
34771     
34772     Also, remove accel cal code from boards without accel
34773     
34774     Signed-off-by: Keith Packard <keithp@keithp.com>
34775
34776 commit 5db94e1e230bade966a997aa83165405a9ec9d83
34777 Merge: 1a8f45e cbb968f
34778 Author: Bdale Garbee <bdale@gag.com>
34779 Date:   Fri Mar 18 21:12:39 2011 -0600
34780
34781     Merge branch 'telemini' of ssh://git.gag.com/scm/git/fw/altos into telemini
34782
34783 commit 1a8f45e7b720d01d3ff0c35ed1caaf8cbe0c3119
34784 Author: Bdale Garbee <bdale@gag.com>
34785 Date:   Fri Mar 18 21:12:12 2011 -0600
34786
34787     fix up script to work and have reasonable texts
34788
34789 commit cbb968f5cf03625d453d84dc535758072a2c04c7
34790 Author: Keith Packard <keithp@keithp.com>
34791 Date:   Fri Mar 18 20:07:25 2011 -0700
34792
34793     altos: Add TeleNano support
34794     
34795     This just uses the TeleMini bits, which should work fine for now.
34796     
34797     Signed-off-by: Keith Packard <keithp@keithp.com>
34798
34799 commit 32c51840c792a737019fbc9fe42f2ca073b71827
34800 Author: Keith Packard <keithp@keithp.com>
34801 Date:   Fri Mar 18 19:49:46 2011 -0700
34802
34803     altos: Tiny logging fixes. Scan at start, stop when land or full.
34804     
34805     Initialize the flight log for tiny systems by scanning the log area to
34806     find the current flight number and log area bounds.
34807     
34808     Stop logging data when the flight is over, or when the log area is
34809     full.
34810     
34811     Signed-off-by: Keith Packard <keithp@keithp.com>
34812
34813 commit 62eae8a17d870e8ac6937ba23da01a5fbc652c6c
34814 Author: Keith Packard <keithp@keithp.com>
34815 Date:   Fri Mar 18 16:53:11 2011 -0700
34816
34817     altos: Add kalman filters for baro-only boards
34818     
34819     This adds a baro-only kalman filter to track the state of the rocket,
34820     and then uses it to control flight events instead of the existing
34821     ad-hoc mechanisms.
34822     
34823     Signed-off-by: Keith Packard <keithp@keithp.com>
34824
34825 commit c826fab31f8aea25a942b6bb8435d4b04c1bef10
34826 Author: Keith Packard <keithp@keithp.com>
34827 Date:   Thu Mar 17 16:00:10 2011 -0700
34828
34829     altos: Add tiny logging for TeleMini/TeleNano
34830     
34831     This splits the logging code into management of the log space within
34832     storage and separate code to actually write suitable log entries.  A
34833     new log writing module, ao_log_tiny, is added which writes only
34834     altimeter data at a fairly low data rate for devices using on-chip
34835     storage.
34836     
34837     Signed-off-by: Keith Packard <keithp@keithp.com>
34838
34839 commit 8b546b474b7b6c5b4169b4c1ca09c6f17ebb3ae5
34840 Author: Anthony Towns <aj@erisian.com.au>
34841 Date:   Fri Mar 11 21:41:01 2011 +1000
34842
34843     ignore new flight test file
34844
34845 commit 82707a05af0eb2d54f46b58805c95cdf4e5a3703
34846 Author: Keith Packard <keithp@keithp.com>
34847 Date:   Wed Mar 16 20:36:50 2011 -0700
34848
34849     altos: Internal flash ops block when running from flash
34850     
34851     The docs say that if you are executing from flash, then the CPU will
34852     stall after a flash write or erase command is started until the
34853     operation is complete. Take advantage of that to simplify the flash
34854     code.
34855     
34856     Signed-off-by: Keith Packard <keithp@keithp.com>
34857
34858 commit 1d8579f973bfe1047ee91f03555e74abdc483e69
34859 Author: Keith Packard <keithp@keithp.com>
34860 Date:   Mon Mar 7 16:31:43 2011 -0800
34861
34862     altos: oops -- altitude reporting wasn't pausing between signals
34863     
34864     need to actually alternate the LED/tone with some space so you can
34865     count.
34866     
34867     Signed-off-by: Keith Packard <keithp@keithp.com>
34868
34869 commit d007bccf6cb36d24a9c7c48de7d80759ac6f2e37
34870 Author: Keith Packard <keithp@keithp.com>
34871 Date:   Mon Mar 7 15:57:58 2011 -0800
34872
34873     ao-load: Make usb descriptor rewriting optional
34874     
34875     TeleMini and TeleNano don't have USB descriptors to rewrite when
34876     loading firmware, so allow them to be missing.
34877     
34878     Signed-off-by: Keith Packard <keithp@keithp.com>
34879
34880 commit 57d83f51377fb58018f422e42d74f29b86a821d2
34881 Author: Keith Packard <keithp@keithp.com>
34882 Date:   Mon Mar 7 15:26:41 2011 -0800
34883
34884     bringup: Add script for telemini
34885     
34886     Copied from teledongle with a few obvious changes.
34887     
34888     Signed-off-by: Keith Packard <keithp@keithp.com>
34889
34890 commit ddd7485f05d0cad8f5b3e1ee9b9a4d2812ea1837
34891 Author: Keith Packard <keithp@keithp.com>
34892 Date:   Mon Mar 7 08:03:11 2011 -0800
34893
34894     altos: Switch pins around for TeleMini
34895     
34896     TeleMini has fewer sensors and uses P0 for igniters instead of P2.
34897     
34898     Signed-off-by: Keith Packard <keithp@keithp.com>
34899
34900 commit f8afc2641c779fc312a42a6358187d8716ebe61a
34901 Author: Keith Packard <keithp@keithp.com>
34902 Date:   Sun Mar 6 23:52:11 2011 -0800
34903
34904     altos: Switch LED usage for TeleMini around
34905     
34906     We're using the LEDs instead of tones, so make red mean 'low tone',
34907     green mean 'middle tone' and both mean 'high tone'.
34908     
34909     Signed-off-by: Keith Packard <keithp@keithp.com>
34910
34911 commit fc5d014721a7e5a7b22f07eb4ab0bb3c764473fe
34912 Author: Anthony Towns <aj@erisian.com.au>
34913 Date:   Sat Feb 26 16:06:48 2011 +1000
34914
34915     ao_intflash: Avoid overwriting code
34916     
34917     Require firmware to specify the end of its codespace in its Makefile,
34918     and use this to determine where the start of available flash is. Should
34919     give compile time errors if either there's no room left for storage, or
34920     if there's not enough room for code.
34921
34922 commit 0e4c55d78852415e79f7318471f4d00c89703b78
34923 Author: Keith Packard <keithp@keithp.com>
34924 Date:   Sun Mar 6 21:03:57 2011 -0800
34925
34926     altos: Add TeleMini v1.0
34927     
34928     This adds initial code for the telemini board, a two channel
34929     flight computer with digital telemetry and a barometric sensor.
34930     
34931     Signed-off-by: Keith Packard <keithp@keithp.com>
34932
34933 commit 2d41358c80f2eb8b6e98d699149bb941a6671475
34934 Author: Keith Packard <keithp@keithp.com>
34935 Date:   Sun Mar 6 21:00:52 2011 -0800
34936
34937     altos: Start with packet slave running. Turn off in pad mode.
34938     
34939     Instead of turning slave mode on in idle mode, start with it running
34940     and disable it in pad mode instead. This means packet mode is
34941     available in startup mode too.
34942     
34943     Signed-off-by: Keith Packard <keithp@keithp.com>
34944
34945 commit 1e56ed44e562f808addfd76bfb352f981db94094
34946 Author: Keith Packard <keithp@keithp.com>
34947 Date:   Sun Mar 6 21:59:08 2011 -0800
34948
34949     altos/test: Add baro-only flight test program
34950     
34951     This builds the flight code in baro-only mode for testing.
34952     
34953     Signed-off-by: Keith Packard <keithp@keithp.com>
34954
34955 commit e339ffd8bd8b9e3f4758017ba355028000cb612e
34956 Author: Keith Packard <keithp@keithp.com>
34957 Date:   Sun Mar 6 21:57:52 2011 -0800
34958
34959     altos/test: Use ao_convert.c instead of hand-coded pres → alt func
34960     
34961     Fix up ao_convert.c so that it can be used within the flight test code
34962     instead of having a (broken) copy of the code there.
34963     
34964     Signed-off-by: Keith Packard <keithp@keithp.com>
34965
34966 commit 02611efea0c485d78fad08c696c1f56e868d36b8
34967 Author: Keith Packard <keithp@keithp.com>
34968 Date:   Sun Mar 6 20:56:25 2011 -0800
34969
34970     altos: Make serial, usb, beeper and accelerometer optional components
34971     
34972     Not all boards will have these, so fix places that use them to deal
34973     with that.
34974     
34975     Signed-off-by: Keith Packard <keithp@keithp.com>
34976
34977 commit fdd15a254c6fab5ba2d02320ba0ceb3e6a56354c
34978 Author: Anthony Towns <aj@erisian.com.au>
34979 Date:   Sat Feb 26 11:48:30 2011 +1000
34980
34981     ao_intflash: Use internal flash for storage
34982     
34983     Makes any free pages at end of CC1111's internal flash available via
34984     the ao_storage API.
34985
34986 commit 8f1bd11b61d9423c62162f7bbe573fc69fd75269
34987 Author: Keith Packard <keithp@keithp.com>
34988 Date:   Wed Mar 16 14:10:06 2011 -0700
34989
34990     aoview: remove -s option.
34991
34992 commit 45395c7825184efb835d5b165fa132be20c7f6fe
34993 Author: Keith Packard <keithp@keithp.com>
34994 Date:   Wed Mar 16 14:08:42 2011 -0700
34995
34996     Bump published version number to 0.9.1
34997
34998 commit 9f3d26cadf37880d2c9223f59271d295b11c4c2a
34999 Author: Keith Packard <keithp@keithp.com>
35000 Date:   Wed Mar 16 14:05:13 2011 -0700
35001
35002     altosui: Missed jcommon.jar in the Mac OS install image
35003     
35004     This caused graphing to fail on Mac OS X
35005     
35006     Signed-off-by: Keith Packard <keithp@keithp.com>
35007
35008 commit 6e340c87d3198647cf075ed520a82703b0d59beb
35009 Author: Keith Packard <keithp@keithp.com>
35010 Date:   Mon Mar 7 00:26:17 2011 -0800
35011
35012     altos: Oops. Lost a couple of commands when merging the doc patch
35013     
35014     I didn't merge this carefully enough and managed to lose the 'f'
35015     and 'e' commands, which are kinda useful.
35016     
35017     Signed-off-by: Keith Packard <keithp@keithp.com>
35018
35019 commit 8cdf4fb051c22b35c251d90bc288551f7c2898bf
35020 Author: Anthony Towns <aj@erisian.com.au>
35021 Date:   Sun Feb 27 11:11:12 2011 +1000
35022
35023     src/ao_cmd: Shave off bytes from doc strings
35024     
35025     Switch to using { func, "X args\0Desc" } to specify command, saving
35026     a char field by looking at help[0] instead, and reduce help length by
35027     doing alignment with printf instead of hardcoded spaces.
35028
35029 commit 2cfe205de4242398e69c9e7c613af0d2a7094686
35030 Author: Keith Packard <keithp@keithp.com>
35031 Date:   Mon Mar 7 00:01:01 2011 -0800
35032
35033     Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
35034     
35035     This reverts commit b080e933a65d268aaaec8cfd5f617a13d5babc43.
35036     
35037     10Hz data isn't any better than 1Hz data; it still doesn't like going
35038     upwards rapidly.
35039
35040 commit 249cd3b63d97581b068fff988e0cd7fcd5bf493e
35041 Author: Keith Packard <keithp@keithp.com>
35042 Date:   Sat Feb 19 01:06:01 2011 -0800
35043
35044     altosui: Display eeprom parsing errors to user
35045     
35046     When reading the eeprom, any parsing errors (most likely bad
35047     checksums) indicate some kind of problem with either the hardware or
35048     the flight software. Display these to the user and do not erase the
35049     flight.
35050     
35051     Signed-off-by: Keith Packard <keithp@keithp.com>
35052
35053 commit 629a7637871b24fe6d1204aaa7185d84933d4639
35054 Author: Keith Packard <keithp@keithp.com>
35055 Date:   Sat Feb 19 01:04:19 2011 -0800
35056
35057     altosui: Always read whole eeprom block, even at end of flight
35058     
35059     Instead of stopping early, continue reading the whole eeprom block so
35060     that the extra serial data doesn't end up confusing the next user of
35061     the serial line, which may well be reading the next flight.
35062     
35063     Signed-off-by: Keith Packard <keithp@keithp.com>
35064
35065 commit 7ca2cf1b7e03b8453b45b45e313a33ad65da9ad5
35066 Author: Keith Packard <keithp@keithp.com>
35067 Date:   Sat Feb 19 01:02:00 2011 -0800
35068
35069     altosui: Mark empty eeprom records 'invalid', don't generate exception
35070     
35071     When reading empty eeprom records, mark them as 'invalid', but don't
35072     generate an exception as it's normal to read these at the end of the
35073     flight log.
35074     
35075     Signed-off-by: Keith Packard <keithp@keithp.com>
35076
35077 commit 690feb166fd2bc6b6dfc26828f1efe9f5f1c6c0d
35078 Author: Bdale Garbee <bdale@gag.com>
35079 Date:   Fri Feb 18 23:56:01 2011 -0700
35080
35081     update changelogs for Debian build
35082
35083 commit 0630e7d6d8cf6abf0fe07f9a6df40ee472cce1ef
35084 Author: Bdale Garbee <bdale@gag.com>
35085 Date:   Fri Feb 18 19:54:18 2011 -0700
35086
35087     tie bringup scripts to Bdale's bench TeleDongle
35088
35089 commit b080e933a65d268aaaec8cfd5f617a13d5babc43
35090 Author: Anthony Towns <aj@erisian.com.au>
35091 Date:   Sat Feb 19 05:49:15 2011 +1000
35092
35093     src/ao_gps_skytraq.c: Update logging rate to 10Hz
35094     
35095     Send commands to skytraq to update baud rate to 57,600 bps, and
35096     set NMEA output rate to 10Hz.
35097
35098 commit aad7103dcf44e69a5a30e008836cce5542ea33e2
35099 Author: Anthony Towns <aj@erisian.com.au>
35100 Date:   Sat Feb 19 04:17:17 2011 +1000
35101
35102     src/ao_gps_skytraq: simplify parsing code
35103     
35104     Added macros to make correctly constructing skytraq commands easier.
35105     Simplified code path for NMEA processing marginally.
35106
35107 commit fe5123fa801f5dafed8b052da607899d1ef20500
35108 Author: Anthony Towns <aj@erisian.com.au>
35109 Date:   Wed Feb 2 19:12:57 2011 +1000
35110
35111     ao_radio: generalise setup of packet size
35112
35113 commit 8b09cc1825645a57c256f38a2f9586ddecf6bda5
35114 Author: Keith Packard <keithp@keithp.com>
35115 Date:   Fri Feb 18 10:02:46 2011 -0800
35116
35117     altos/test: auto-configure acceleration parameters from the log file
35118     
35119     The flight test code had static accelerometer configuration values,
35120     making it impossible to use data from different boards without
35121     recompiling. As the eeprom and telem log files both contain the
35122     necessary data, parse that instead.
35123     
35124     Signed-off-by: Keith Packard <keithp@keithp.com>
35125
35126 commit d3bc27fabb6159ce58b14d0f7929b0f46f67c378
35127 Author: Keith Packard <keithp@keithp.com>
35128 Date:   Fri Feb 18 09:54:01 2011 -0800
35129
35130     altos/test: Add dependencies in the Makefile for ao_flight_test
35131     
35132     Yes, it would be nice to automate dependency generation here, but I
35133     can't be bothered.
35134     
35135     Signed-off-by: Keith Packard <keithp@keithp.com>
35136
35137 commit c3080fdafff5212f267ba7c765a2f083435be799
35138 Author: Keith Packard <keithp@keithp.com>
35139 Date:   Fri Feb 18 09:51:37 2011 -0800
35140
35141     ao-load: fix usage message to note that '=' is required for options
35142     
35143     The usage message was suggesting incorrect command line syntax; long
35144     options use '=' between the option name and value, not whitespace.
35145     
35146     Signed-off-by: Keith Packard <keithp@keithp.com>
35147
35148 commit a09501ab714c0638410d06f80903a8769d93c688
35149 Author: Bdale Garbee <bdale@gag.com>
35150 Date:   Wed Jan 19 12:47:25 2011 -0700
35151
35152     update changelogs for Debian build
35153
35154 commit 2bb83d90aa03d825ca1b751418c91b194b72f1f9
35155 Author: Bdale Garbee <bdale@gag.com>
35156 Date:   Wed Jan 19 12:46:02 2011 -0700
35157
35158     elide changelog entries or re-release of 0.9
35159
35160 commit 9541ccd9ff9e67e0862ca31706358d8308fc85d8
35161 Author: Bdale Garbee <bdale@gag.com>
35162 Date:   Wed Jan 19 12:42:40 2011 -0700
35163
35164     update turnon script to prefer TeleDongle as programmer
35165
35166 commit 159fda30fe57349660c5e2d95017144ea3f5d7db
35167 Author: Bdale Garbee <bdale@gag.com>
35168 Date:   Wed Jan 19 12:26:53 2011 -0700
35169
35170     update changelogs for Debian build
35171
35172 commit 97f4f2e0d28eec1cf19d2d25140e42f6ac277700
35173 Author: Keith Packard <keithp@keithp.com>
35174 Date:   Wed Jan 19 11:21:52 2011 -0800
35175
35176     altos: Program default flight log max value for new boards
35177     
35178     New boards have no config space values at all, and so they need each
35179     value to be set. Yes, this should be fixed so that there aren't two
35180     copies of these assignments.
35181     
35182     Signed-off-by: Keith Packard <keithp@keithp.com>
35183
35184 commit 480587cf514ba21885b24c3b8fcb98d6b76ea8f4
35185 Author: Bdale Garbee <bdale@gag.com>
35186 Date:   Wed Jan 19 00:05:25 2011 -0700
35187
35188     update changelogs for Debian build
35189
35190 commit 6244f2316267738781e31a773b377bcf8c476918
35191 Author: Bdale Garbee <bdale@gag.com>
35192 Date:   Wed Jan 19 00:04:45 2011 -0700
35193
35194     prepare to release
35195
35196 commit 3c72103866f041107af49e01a5ccb6d4e6b6ac80
35197 Author: Bdale Garbee <bdale@gag.com>
35198 Date:   Tue Jan 18 23:55:42 2011 -0700
35199
35200     update changelogs for Debian build
35201
35202 commit 4ae724fe1d2ca0d712321c4fdc2200ff46d77428
35203 Author: Bdale Garbee <bdale@gag.com>
35204 Date:   Tue Jan 18 23:54:36 2011 -0700
35205
35206     we need an install target to prevent parent dir make from failing
35207
35208 commit ca7b549fbf62019b01a6e6c85da50645ea9a4502
35209 Author: Bdale Garbee <bdale@gag.com>
35210 Date:   Tue Jan 18 23:48:08 2011 -0700
35211
35212     update changelogs for Debian build
35213
35214 commit 9a5666f42d4d90a0a488fd0a85ae9914944fe0be
35215 Author: Keith Packard <keithp@keithp.com>
35216 Date:   Tue Jan 18 22:46:25 2011 -0800
35217
35218     doc: Build with 'make all' from top level. Build with 'make fat'
35219     
35220     This will make sure the docs are up-to-date for both regular and
35221     fat builds.
35222     
35223     Signed-off-by: Keith Packard <keithp@keithp.com>
35224
35225 commit 72a04d679d06aaad9c2b4297fefd585fc393ce2e
35226 Author: Keith Packard <keithp@keithp.com>
35227 Date:   Tue Jan 18 22:39:07 2011 -0800
35228
35229     fat: Add docs to Linux package
35230     
35231     Oops. Missed this one.
35232     
35233     Signed-off-by: Keith Packard <keithp@keithp.com>
35234
35235 commit 5d91c250179f44ca17c26fff36718b7026aa8ee0
35236 Author: Keith Packard <keithp@keithp.com>
35237 Date:   Tue Jan 18 22:34:15 2011 -0800
35238
35239     fat: Add firmware for v1.1 and docs to mac/windows/linux installers
35240     
35241     We'll need to be sure to update this each time we add a product.
35242     
35243     Signed-off-by: Keith Packard <keithp@keithp.com>
35244
35245 commit 26c4cc3054b1c7c9ed6ce3c2f21f6254b3245718
35246 Author: Bdale Garbee <bdale@gag.com>
35247 Date:   Tue Jan 18 23:29:03 2011 -0700
35248
35249     freshen copyright year
35250
35251 commit e2e20f6ce8a9c2bca36fde5730ccd7151377ec6f
35252 Author: Bdale Garbee <bdale@gag.com>
35253 Date:   Tue Jan 18 23:18:42 2011 -0700
35254
35255     add 0.9 revision entry, with caveat about telemetry format change
35256
35257 commit 27e6dbbe95ae9b361d60576e0cbadb66792307f3
35258 Author: Keith Packard <keithp@keithp.com>
35259 Date:   Tue Jan 18 20:39:58 2011 -0800
35260
35261     doc: Add v0.9 features from altosui to documentation.
35262     
35263     New flight download UI and new config items.
35264     
35265     Signed-off-by: Keith Packard <keithp@keithp.com>
35266
35267 commit 92d7841edcfc8a841f71f7f97cc541f8e55c4627
35268 Author: Keith Packard <keithp@keithp.com>
35269 Date:   Tue Jan 18 20:39:30 2011 -0800
35270
35271     doc: Don't delete telemetrum-outline.pdf
35272     
35273     This has a drilling template for the board.
35274     
35275     Signed-off-by: Keith Packard <keithp@keithp.com>
35276
35277 commit c411dce69be58238b8312c2fd7405cbe8b5d4a5a
35278 Author: Bdale Garbee <bdale@gag.com>
35279 Date:   Tue Jan 18 17:27:11 2011 -0700
35280
35281     update changelogs for Debian build
35282
35283 commit da42f406e88ccc821cd45d5a94d5afec65ec50e9
35284 Merge: ea4cdfb cf550f9
35285 Author: Bdale Garbee <bdale@gag.com>
35286 Date:   Mon Jan 17 09:50:17 2011 -0700
35287
35288     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
35289
35290 commit ea4cdfb87e03ecfb974f98305671265b6fb95372
35291 Author: Bdale Garbee <bdale@gag.com>
35292 Date:   Mon Jan 17 09:49:45 2011 -0700
35293
35294     update documentation to reflect reality that modifying a board or separate
35295     pyro battery is not as simple as one trace cut on v1.0 and v1.1 boards
35296
35297 commit cf550f9b96fa94d8db559e01df0e265bb1c7b572
35298 Author: Keith Packard <keithp@keithp.com>
35299 Date:   Sun Jan 16 23:23:45 2011 -0800
35300
35301     doc: Remove mention of ao_wake_task
35302     
35303     This has been removed from the altos sources, so remove it from the
35304     docs too.
35305     
35306     Signed-off-by: Keith Packard <keithp@keithp.com>
35307
35308 commit 4b71c4f4ed6cae23a7f4a2e7ae697da9ec614898
35309 Author: Keith Packard <keithp@keithp.com>
35310 Date:   Sat Jan 15 12:26:53 2011 -0800
35311
35312     altos: Use 5V reference data to correct accelerometer measurements.
35313     
35314     When the 3.3V and 5V values shift relative to each other (usually due
35315     to changes in power consumption), the measured acceleration will
35316     appear to shift. This patch converts the 3.3V referenced acceleration
35317     value into a 5V referenced acceleration, eliminating this error.
35318     
35319     Signed-off-by: Keith Packard <keithp@keithp.com>
35320
35321 commit 2887fe7affc0706dbeb2f04df9a00a9b799903ed
35322 Author: Keith Packard <keithp@keithp.com>
35323 Date:   Sat Jan 15 12:25:57 2011 -0800
35324
35325     altos: Optimize fetching of ADC data in flight code
35326     
35327     This stores the address of the desired sample in a local variable and
35328     then fetches through that. Saves quite a few instructions.
35329     
35330     Signed-off-by: Keith Packard <keithp@keithp.com>
35331
35332 commit 2681a17500913cbaf3966f09380bb1d6b59e3863
35333 Author: Keith Packard <keithp@keithp.com>
35334 Date:   Sat Jan 15 12:18:32 2011 -0800
35335
35336     altos: Sample the accelerometer reference voltage on v1.1 boards
35337     
35338     This places the 5v reference samples in an array parallel to the basic
35339     ADC values. It doesn't do anything with the values, just stores them.
35340     
35341     Signed-off-by: Keith Packard <keithp@keithp.com>
35342
35343 commit 69290588980bb15732a99eca5c911a3b6e9a37b9
35344 Author: Keith Packard <keithp@keithp.com>
35345 Date:   Sat Jan 15 12:12:02 2011 -0800
35346
35347     altos: Ensure flight code gets first crack at new ADC data
35348     
35349     Instead of having everyone wait on the raw ADC ring, have the flight
35350     code wait on that and have everyone else wait for the flight code to
35351     finish looking at the data and move its pointer forwards.
35352     
35353     Signed-off-by: Keith Packard <keithp@keithp.com>
35354
35355 commit 1b8d7313504240ed04e0747e9b0f6e9a83d323e2
35356 Author: Keith Packard <keithp@keithp.com>
35357 Date:   Sun Jan 16 15:57:15 2011 -0800
35358
35359     altos: Auto-calibrate linux-based flight testing code
35360     
35361     Use the provided ground acceleration average to set the two
35362     accelerometer calibration values so that the flight code will
35363     detect pad/idle mode correctly.
35364     
35365     Signed-off-by: Keith Packard <keithp@keithp.com>
35366
35367 commit afd3d3cdb8c2291c1c7cda7908392d68cd04f87f
35368 Author: Mike Beattie <mike@ethernal.org>
35369 Date:   Mon Jan 17 15:03:40 2011 +1300
35370
35371     Rework invalid accel cal detection code
35372     
35373     Slightly reduces code space.
35374     
35375     Uncalibrated accelerometer now enters invalid state as well.
35376     
35377     Signed-off-by: Mike Beattie <mike@ethernal.org>
35378
35379 commit 3566dee1cf83870396a0bb164f5549dd3faf58f5
35380 Author: Keith Packard <keithp@keithp.com>
35381 Date:   Sun Jan 16 14:40:31 2011 -0800
35382
35383     altosui: Remove spurious colons from eeprom selection headers
35384     
35385     This colons make the presentation a bit confusing.
35386     
35387     Signed-off-by: Keith Packard <keithp@keithp.com>
35388
35389 commit ab31b1c737d8fd32af482e5b06699f1b832a25a1
35390 Author: Keith Packard <keithp@keithp.com>
35391 Date:   Sat Jan 15 00:56:22 2011 -0800
35392
35393     altos: Add DATA_TO_XDATA to linux test harness
35394     
35395     The flight test harness needs to expose every function used by the
35396     flight code in some form, and this macro is about to become used.
35397     
35398     Signed-off-by: Keith Packard <keithp@keithp.com>
35399
35400 commit add2802a8a33336180fe6856241a7f4a8200e89c
35401 Author: Mike Beattie <mike@ethernal.org>
35402 Date:   Sun Jan 16 00:10:30 2011 +1300
35403
35404     altos: Added check for out of bounds accel
35405     
35406     Chose invalid flight mode instead of idle to give user feedback.
35407     
35408     Signed-off-by: Mike Beattie <mike@ethernal.org>
35409
35410 commit 58838c0b96a91da0bd0cd77c3ff312b589c08136
35411 Author: Mike Beattie <mike@ethernal.org>
35412 Date:   Sat Jan 15 23:21:26 2011 +1300
35413
35414     altos: Added check for an accel value above 1.5g
35415     
35416     When detecting flight or idle mode, this should indicate
35417     that accel cal values are out of whack.
35418     
35419     Signed-off-by: Mike Beattie <mike@ethernal.org>
35420
35421 commit 118fe84c9ff1cc9d1653e67a2315e22e19d60a14
35422 Author: Keith Packard <keithp@keithp.com>
35423 Date:   Sat Jan 15 11:26:31 2011 -0800
35424
35425     altos: average 512 accel/baro samples at startup instead of 1000
35426     
35427     This lets us use a simple shift instead of a divide, saving a huge
35428     amount of code space.
35429     
35430     Signed-off-by: Keith Packard <keithp@keithp.com>
35431
35432 commit 8a775b8f9ecefa143050653d74dfd218b32b9bb5
35433 Author: Anthony Towns <aj@erisian.com.au>
35434 Date:   Sun Jan 16 10:54:45 2011 +1000
35435
35436     altos: Restructure skytraq NMEA parsing code to save some space
35437     
35438     Splitting this into several smaller functions appears to make SDCC
35439     generate better code.
35440
35441 commit 7a35b2d7048669a96256d4ea0086299f8a0cb1df
35442 Author: Keith Packard <keithp@keithp.com>
35443 Date:   Sat Jan 15 22:42:38 2011 -0800
35444
35445     altos: Flush log when full
35446     
35447     When the log storage is full, make sure any pending writes are flushed
35448     out so that the last bit isn't lost.
35449     
35450     Signed-off-by: Keith Packard <keithp@keithp.com>
35451
35452 commit 47ee4597e55749e8f66f61a585ea32776979bf80
35453 Author: Keith Packard <keithp@keithp.com>
35454 Date:   Sat Jan 15 16:25:10 2011 -0800
35455
35456     altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
35457     
35458     What a terrible mistake! The flight computer serial numbers were
35459     recorded in only 8 bits, so serial numbers > 255 would get truncated.
35460     
35461     There's really no fix other than bumping the field to 16 bits and
35462     reflashing every TM and TD on the planet. Very unfortunate.
35463     
35464     Signed-off-by: Keith Packard <keithp@keithp.com>
35465
35466 commit b22ba359a02297e39a446cbd5ef51e63b795624a
35467 Author: Keith Packard <keithp@keithp.com>
35468 Date:   Sat Jan 15 12:05:50 2011 -0800
35469
35470     doc: inkscape tracks the filename inside the document
35471     
35472     telemetrum-outline.svg was renamed from telemetrum.svg and inkscape
35473     appears to care.
35474     
35475     Signed-off-by: Keith Packard <keithp@keithp.com>
35476
35477 commit d0a841b285fb398f0be72183ec3c9d1e358419a9
35478 Author: Keith Packard <keithp@keithp.com>
35479 Date:   Sat Jan 15 12:02:43 2011 -0800
35480
35481     altosui: Require 4 sats to light up the 'GPS locked' light.
35482     
35483     This tracks the same GPS signal requirement needed for 'GPS ready' and
35484     ensures that we have a 3d fix.
35485     
35486     Signed-off-by: Keith Packard <keithp@keithp.com>
35487
35488 commit 1bfdce6fc3367fdf03e0dc7ddd94da18723b8ba3
35489 Author: Keith Packard <keithp@keithp.com>
35490 Date:   Sun Jan 16 14:30:38 2011 -0800
35491
35492     altosui: Ensure serial device is closed after eeprom download finishes
35493     
35494     As this code is all event-driven, track which events will trigger
35495     further work and block closing the device in those specific cases,
35496     ensuring that all other code paths end up closing the device.
35497     
35498     Signed-off-by: Keith Packard <keithp@keithp.com>
35499
35500 commit 987039b8f0b1d889aca9109d4c6a83f034ff64a7
35501 Author: Keith Packard <keithp@keithp.com>
35502 Date:   Sun Jan 16 14:29:57 2011 -0800
35503
35504     altosui: Remove debug message when eeprom downloads are complete.
35505     
35506     This message isn't useful now that this code appears to work.
35507     
35508     Signed-off-by: Keith Packard <keithp@keithp.com>
35509
35510 commit fb534aae15f0f1e5d69790e159d0287b6b8a514a
35511 Author: Keith Packard <keithp@keithp.com>
35512 Date:   Sun Jan 16 14:28:35 2011 -0800
35513
35514     altosui: Use long input flush timeout when remote.
35515     
35516     100ms isn't long enough to capture pending remote serial input, so use
35517     300 ms in that mode.
35518     
35519     Signed-off-by: Keith Packard <keithp@keithp.com>
35520
35521 commit d4add23186b3586c99579d83efdc003f79e9bf7a
35522 Author: Keith Packard <keithp@keithp.com>
35523 Date:   Sun Jan 16 14:26:18 2011 -0800
35524
35525     altosui: Make serial debug more complete and accurate
35526     
35527     Display all serial input, including telemetry.
35528     Wait to display serial output until flush time, to debug missing flushing.
35529     Show when devices are opened and closed.
35530     
35531     Signed-off-by: Keith Packard <keithp@keithp.com>
35532
35533 commit deb3c7b9206be0c9c46f75d35c8f766c26d9838f
35534 Author: Keith Packard <keithp@keithp.com>
35535 Date:   Sat Jan 15 22:43:37 2011 -0800
35536
35537     altosui: Reset eeprom download instance variables before reading flight
35538     
35539     To deal with downloading multiple flights in a single invocation, make
35540     sure all relevant instance variables are set back to start of flight
35541     download values each time a log is read.
35542     
35543     Signed-off-by: Keith Packard <keithp@keithp.com>
35544
35545 commit eec9eb2e81535e62c52fbb2e57a2d33f88f92c1a
35546 Author: Mike Beattie <mike@ethernal.org>
35547 Date:   Mon Jan 17 07:56:53 2011 +1300
35548
35549     Close serial port if Download/Delete dialog is cancelled.
35550     
35551     Signed-off-by: Mike Beattie <mike@ethernal.org>
35552
35553 commit df1c6ab3ac079199b5a12328c9ff5cfa6ac29b36
35554 Author: Mike Beattie <mike@ethernal.org>
35555 Date:   Mon Jan 17 00:40:07 2011 +1300
35556
35557     Convert EepromSelect dialog to use a GridBag
35558     
35559     Signed-off-by: Mike Beattie <mike@ethernal.org>
35560
35561 commit fef302656f21ae0ab4772f72979cbb7f071da89a
35562 Author: Mike Beattie <mike@ethernal.org>
35563 Date:   Sun Jan 16 20:25:19 2011 +1300
35564
35565     Re-order and re-arrange eeprom download dialog
35566     
35567     Signed-off-by: Mike Beattie <mike@ethernal.org>
35568
35569 commit 35adb7c98fe02e84fff70c1bee22bfa019cfacc2
35570 Author: Keith Packard <keithp@keithp.com>
35571 Date:   Fri Jan 14 21:44:59 2011 -0800
35572
35573     doc: Add telemetrum mounting template in svg and pdf forms
35574     
35575     telemetrum-outline.svg and telemetrum-outline.pdf
35576     
35577     Signed-off-by: Keith Packard <keithp@keithp.com>
35578
35579 commit fdba0f24afd59becc499d750bbdb80aea86066ac
35580 Author: Bdale Garbee <bdale@gag.com>
35581 Date:   Fri Jan 14 18:01:16 2011 -0700
35582
35583     update changelogs for Debian build
35584
35585 commit 646e1926cdf56e2cf2425413ce716e6999b64a58
35586 Author: Bdale Garbee <bdale@gag.com>
35587 Date:   Fri Jan 14 18:01:00 2011 -0700
35588
35589     update changelogs for Debian build
35590
35591 commit d908c2ebd0b11a54cfd922a192249d0f0df0ddb0
35592 Author: Keith Packard <keithp@keithp.com>
35593 Date:   Fri Jan 14 16:47:36 2011 -0800
35594
35595     altosui: Add preference for serial debugging.
35596     
35597     This dumps serial input/output to stdout.
35598     
35599     Signed-off-by: Keith Packard <keithp@keithp.com>
35600
35601 commit fcaee12a64d5e195b55b8f77c19dfc0c57ef5d58
35602 Author: Keith Packard <keithp@keithp.com>
35603 Date:   Fri Jan 14 16:47:19 2011 -0800
35604
35605     altosui: Ensure serial line is flushed after disabling remote link
35606     
35607     Flush the '~' character.
35608     
35609     Signed-off-by: Keith Packard <keithp@keithp.com>
35610
35611 commit 2d154be89246e111a36f7c2700effbb2c97da541
35612 Author: Keith Packard <keithp@keithp.com>
35613 Date:   Fri Jan 14 16:44:50 2011 -0800
35614
35615     altosui: Show dialog after successful delete or when no flights
35616     
35617     Make sure the user always sees confirmation for flight log management.
35618     
35619     Signed-off-by: Keith Packard <keithp@keithp.com>
35620
35621 commit b490455807d1c70c81785ed8931a07ab44e8e421
35622 Author: Bdale Garbee <bdale@gag.com>
35623 Date:   Fri Jan 14 14:31:19 2011 -0700
35624
35625     update changelogs for Debian build
35626
35627 commit 97b1ca994599ad262400eb3c685799582f7f1b94
35628 Author: Bdale Garbee <bdale@gag.com>
35629 Date:   Fri Jan 14 14:30:49 2011 -0700
35630
35631     update changelogs for Debian build
35632
35633 commit d794ef9e0fbe4d13259db1bbd69f01717c14400b
35634 Author: Keith Packard <keithp@keithp.com>
35635 Date:   Wed Jan 12 12:41:26 2011 -0800
35636
35637     altos: check for valid flight number in ao_log_delete
35638     
35639     Zero is not a valid flight number, and ao_log_flight uses that to
35640     indicate 'no flight in this slot'. Check the user-provided input for
35641     zero before looking through the slots.
35642     
35643     Signed-off-by: Keith Packard <keithp@keithp.com>
35644
35645 commit 8801b8c1947bd39f7c985b91a2ba8dbc81bcc91a
35646 Author: Keith Packard <keithp@keithp.com>
35647 Date:   Wed Jan 12 12:40:45 2011 -0800
35648
35649     altosui: Add eeprom 'manage' ui to download and delete multiple flights
35650     
35651     This shows the list of available flights and provides options to
35652     download and/or delete each one.
35653     
35654     Signed-off-by: Keith Packard <keithp@keithp.com>
35655
35656 commit 440d52e34364fdeeddc76a2d744cc6d1c934364f
35657 Author: Keith Packard <keithp@keithp.com>
35658 Date:   Tue Jan 11 21:28:07 2011 -0800
35659
35660     altosui: Add support for parsing list of flights from the 'l' command
35661     
35662     This adds parsing support to enumerate the available flights, but does
35663     not yet provide any UI to use it.
35664     
35665     Signed-off-by: Keith Packard <keithp@keithp.com>
35666
35667 commit 7ad419d81c90ef6a16656970466313767fef830f
35668 Author: Keith Packard <keithp@keithp.com>
35669 Date:   Tue Jan 11 21:26:41 2011 -0800
35670
35671     altos: oops -- 'e' command was only showing 7 of the 8 bytes per line
35672     
35673     Just a silly off-by-one error when printing out the data received from flash.
35674     
35675     Signed-off-by: Keith Packard <keithp@keithp.com>
35676
35677 commit bd2480fd757b67557d9c7de42e402034002c3e37
35678 Author: Keith Packard <keithp@keithp.com>
35679 Date:   Tue Jan 11 15:39:24 2011 -0800
35680
35681     altosui: Split eeprom download code apart
35682     
35683     Create separate 'download config data', 'read single record' and 'read
35684     block' functions. This code will be shared with future multi-log
35685     reading code for new firmware.
35686     
35687     Signed-off-by: Keith Packard <keithp@keithp.com>
35688
35689 commit c437b14b7fc7afdfc7b809a04d7fa29d5e742307
35690 Author: Anthony Towns <aj@erisian.com.au>
35691 Date:   Fri Jan 7 21:00:10 2011 -0800
35692
35693     altos: Remove redundant initialization of ao_interval variables
35694     
35695     These are all initialized in the ao_flight_drogue state transition.
35696     
35697     Signed-off-by: Keith Packard <keithp@keithp.com>
35698
35699 commit 57de960b8148bf485607898c3d66af6994d76481
35700 Author: Anthony Towns <aj@erisian.com.au>
35701 Date:   Fri Jan 7 20:52:33 2011 -0800
35702
35703     altos: Remove unused accel_vel_mach and accel_vel_boost variables
35704     
35705     Presumably left-over debugging code.
35706     
35707     Signed-off-by: Keith Packard <keithp@keithp.com>
35708
35709 commit ca66f86a899c191b6362a334417fc84a79349677
35710 Author: Keith Packard <keithp@keithp.com>
35711 Date:   Fri Jan 7 20:46:29 2011 -0800
35712
35713     altosui: Add configuration of flight log size
35714     
35715     This adds to the TeleMetrum configuration UI the ability to set the
35716     maximum flight log size.
35717     
35718     Signed-off-by: Keith Packard <keithp@keithp.com>
35719
35720 commit 52ac83fedbfd380d14d4df2e79992bbdfba3552a
35721 Author: Keith Packard <keithp@keithp.com>
35722 Date:   Fri Jan 7 20:26:39 2011 -0800
35723
35724     altos: Check for full log and complain
35725     
35726     Reports special tone along with the continuity checks.
35727     Reports flight 0 in telemetry.
35728     
35729     Signed-off-by: Keith Packard <keithp@keithp.com>
35730
35731 commit 00891b40754962ef6530b237ef52017bb58112d5
35732 Author: Keith Packard <keithp@keithp.com>
35733 Date:   Fri Jan 7 20:25:09 2011 -0800
35734
35735     altos: Check requested log max size against available space
35736     
35737     Make sure the amount of memory requested for a single log isn't more
35738     than is available on the device.
35739     
35740     Signed-off-by: Keith Packard <keithp@keithp.com>
35741
35742 commit bbddcae2a15b6d430e84956ddf26955aa9173cc0
35743 Author: Anthony Towns <aj@erisian.com.au>
35744 Date:   Fri Jan 7 20:18:25 2011 -0800
35745
35746     altos: Optimize Morse code generation
35747     
35748     This reduces the size of data and code needed to report the
35749     flight states
35750     
35751     Signed-off-by: Keith Packard <keithp@keithp.com>
35752
35753 commit 73620c41017c1774d6190dfd4be5b742eb64f8d3
35754 Author: Keith Packard <keithp@keithp.com>
35755 Date:   Fri Jan 7 20:13:28 2011 -0800
35756
35757     altos: ensure erase mark is written when erasing flights
35758     
35759     It was getting called only when *failing* to erase a flight (oops),
35760     secondly, it wasn't getting written because ao_storage_flush wasn't
35761     getting called.
35762     
35763     Signed-off-by: Keith Packard <keithp@keithp.com>
35764
35765 commit edd22ee49adf60c35f2fe6ba97c111b7ad4131c2
35766 Author: Keith Packard <keithp@keithp.com>
35767 Date:   Fri Jan 7 17:56:06 2011 -0800
35768
35769     altos: report flight log offsets in hex block numbers instead of bytes
35770     
35771     makes them compatible with the 'e' command.
35772     
35773     Signed-off-by: Keith Packard <keithp@keithp.com>
35774
35775 commit 1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c
35776 Author: Keith Packard <keithp@keithp.com>
35777 Date:   Fri Jan 7 17:55:54 2011 -0800
35778
35779     altos: white space fix
35780     
35781     Signed-off-by: Keith Packard <keithp@keithp.com>
35782
35783 commit d8c9684239b67a69a4a3d24202a6df0d73c4f7f5
35784 Author: Keith Packard <keithp@keithp.com>
35785 Date:   Fri Jan 7 17:54:54 2011 -0800
35786
35787     altos: Speed up at45 and 25lc erase speeds
35788     
35789     No need to read the block to be erased before erasing it.
35790     
35791     Signed-off-by: Keith Packard <keithp@keithp.com>
35792
35793 commit 2722703bd848b07a02d3ce0c83a502eca52a9f1d
35794 Author: Keith Packard <keithp@keithp.com>
35795 Date:   Fri Jan 7 14:58:39 2011 -0800
35796
35797     altos: support storage of multiple flights.
35798     
35799     This adds the logging support for dealing with multiple flights
35800     
35801     Signed-off-by: Keith Packard <keithp@keithp.com>
35802
35803 commit a9b210bc33cd95e7108ab51925fdf0d5e8deaf7e
35804 Author: Keith Packard <keithp@keithp.com>
35805 Date:   Fri Jan 7 10:05:11 2011 -0800
35806
35807     altos: Add configuration parameter for maximum flight log size
35808     
35809     This parameter will permit available storage to be split into multiple
35810     separate flight logs.
35811     
35812     Signed-off-by: Keith Packard <keithp@keithp.com>
35813
35814 commit 3bcf14f12f6681888c3162d0f33ef2d454eb75dd
35815 Author: Bdale Garbee <bdale@gag.com>
35816 Date:   Fri Jan 7 00:52:50 2011 -0700
35817
35818     update changelogs for Debian build
35819
35820 commit 408a3e04362d626778640dd0ce7d356d3863de53
35821 Author: Keith Packard <keithp@keithp.com>
35822 Date:   Thu Jan 6 23:38:13 2011 -0800
35823
35824     altos: Mark end of available flight list with 'done' to make the UI
35825     code easier to write
35826     
35827     Signed-off-by: Keith Packard <keithp@keithp.com>
35828
35829 commit e991f52276248fa08d96fbecc458bc478e98d299
35830 Author: Keith Packard <keithp@keithp.com>
35831 Date:   Thu Jan 6 23:35:31 2011 -0800
35832
35833     altos: Rip out 'optimization' in ao_log_scan
35834     
35835     Remove premature optimization to avoid re-scanning the flight logs for
35836     the best empty entry.
35837     
35838     Signed-off-by: Keith Packard <keithp@keithp.com>
35839
35840 commit 569a1dac55b70c30f01afa7bcb74442ecdd85d85
35841 Author: Keith Packard <keithp@keithp.com>
35842 Date:   Thu Jan 6 22:37:38 2011 -0800
35843
35844     altos: Move common storage code to ao_storage.c. Add M25P80 driver
35845     
35846     This reworks the storage API so that you erase blocks and then store
35847     data to them so that the M25P80 driver will work.
35848     
35849     Signed-off-by: Keith Packard <keithp@keithp.com>
35850
35851 commit e4ba9bf4291bf17c777c8c3ef7c71e4a30b9947a
35852 Author: Keith Packard <keithp@keithp.com>
35853 Date:   Thu Jan 6 17:34:58 2011 -0800
35854
35855     altos: Require manual flight erasing.
35856     
35857     This supports flash chips that require larger erase blocks.
35858     
35859     Signed-off-by: Keith Packard <keithp@keithp.com>
35860
35861 commit ddcc94da4326f9ce954bd31a46b36165c58e6c18
35862 Author: Keith Packard <keithp@keithp.com>
35863 Date:   Thu Jan 6 12:51:39 2011 -0800
35864
35865     altos: Simplify storage API
35866     
35867     This removes the config-specific APIs and exposes global variables for
35868     the available storage space, block size and config storage location.
35869     
35870     Signed-off-by: Keith Packard <keithp@keithp.com>
35871
35872 commit f3f1b1488bdc92fa9277dc549ba9f3210a8d4c8c
35873 Author: Keith Packard <keithp@keithp.com>
35874 Date:   Thu Jan 6 11:28:35 2011 -0800
35875
35876     altos: packet and usb i/o routines use 'char', not 'uint8_t'
35877     
35878     Just fixing the type of a local variable holding a character
35879     passed from the packet link to usb.
35880     
35881     Signed-off-by: Keith Packard <keithp@keithp.com>
35882
35883 commit 5688af4e4d7ca8e559d758257e79b7979f1cc924
35884 Author: Keith Packard <keithp@keithp.com>
35885 Date:   Wed Dec 22 21:13:56 2010 -0800
35886
35887     altos: Add telemetrum-v1.1 directory
35888     
35889     This just clones the v1.0 build; changes will be added on top of this.
35890     
35891     Signed-off-by: Keith Packard <keithp@keithp.com>
35892
35893 commit 9f7296b3feab872bf51fc369ade69cc1e7cf7a3f
35894 Author: Keith Packard <keithp@keithp.com>
35895 Date:   Wed Dec 22 21:06:22 2010 -0800
35896
35897     altos: Split out SPI driver.
35898     
35899     For TM with the companion connector, the SPI bus will be shared among
35900     multiple devices. Split out the existing SPI code into a common
35901     driver, with the SPI bus protected by a mutex.
35902     
35903     Signed-off-by: Keith Packard <keithp@keithp.com>
35904
35905 commit 51c410c1c952e0e9bcf1b2c438813de63753be5f
35906 Author: Keith Packard <keithp@keithp.com>
35907 Date:   Sun Nov 28 00:24:54 2010 -0800
35908
35909     windows: Update NSIS installer file to use compatibility IDs
35910     
35911     This allows the file to contain a single InitDriverSetup function,
35912     making things shorter and (I hope) clearer.
35913
35914 commit 4a42f9d5c20dcaf5fd7591ccf9e32c6130d9d538
35915 Author: Keith Packard <keithp@keithp.com>
35916 Date:   Sun Nov 28 00:22:14 2010 -0800
35917
35918     windows: Add compatibility IDs to telemetrum.inf
35919     
35920     This will allow the .nsi file to reference just the compatibility ID
35921     instead of needing to have all of the USB IDs listed.
35922     
35923     Signed-off-by: Keith Packard <keithp@keithp.com>
35924
35925 commit 484b44e81b655f1ecb48256095382a56d2839bae
35926 Author: Keith Packard <keithp@keithp.com>
35927 Date:   Fri Nov 26 17:39:40 2010 -0800
35928
35929     altos: eliminate ao_wake_task
35930     
35931     Waking up a task waiting on some random object is a bad idea. Fix
35932     the waiters to look for suitable signalling.
35933     
35934     Signed-off-by: Keith Packard <keithp@keithp.com>
35935
35936 commit 07213dc34fa20470a4b36a327a83d75b0f010ebb
35937 Author: Keith Packard <keithp@keithp.com>
35938 Date:   Fri Nov 26 16:14:15 2010 -0800
35939
35940     altos: clean up radio abort paths. Share radio code.
35941     
35942     Instead of aborting the DMA and radio operation and expecting that to
35943     be handled reasonably by the radio receiving task, rewrite things so
35944     that the abort function just wakes the receiving task while that
35945     terminates the DMA and cleans up the radio.
35946     
35947     This eliminates all kinds of nasty bugs dealing with radio abort
35948     smashing the radio registers at the wrong time, or interrupting a
35949     radio transmission.
35950     
35951     Signed-off-by: Keith Packard <keithp@keithp.com>
35952
35953 commit b62580855c5144f5bc7e0172289bce08814d9472
35954 Author: Anthony Towns <aj@erisian.com.au>
35955 Date:   Tue Dec 14 03:40:18 2010 +1000
35956
35957     altosui: move maps to subdir, fix E/W mismatch
35958
35959 commit b8d2eb5509096fd5bd04598b1312077659109620
35960 Author: Bdale Garbee <bdale@gag.com>
35961 Date:   Wed Dec 1 00:15:17 2010 -0700
35962
35963     update changelogs for Debian build
35964
35965 commit ea95c060f8bd959cefc60dd6d411151f3c91384e
35966 Author: Bdale Garbee <bdale@gag.com>
35967 Date:   Wed Dec 1 00:12:05 2010 -0700
35968
35969     fix symlink paths in rules file
35970
35971 commit f95220b6f0cc74928e0e7d7c7e1f443eafc32a02
35972 Author: Bdale Garbee <bdale@gag.com>
35973 Date:   Wed Dec 1 00:03:23 2010 -0700
35974
35975     update changelogs for Debian build
35976
35977 commit ea7130e953622884afc348265f5a4c58f9876823
35978 Author: Bdale Garbee <bdale@gag.com>
35979 Date:   Wed Dec 1 00:00:58 2010 -0700
35980
35981     modify Debian package build to deliver one copy of background.png for
35982     the themes and symlink it into place for gdm and slim
35983
35984 commit 3696b30a8d1eb351353d84b5f7af8eeff55c468b
35985 Author: Bdale Garbee <bdale@gag.com>
35986 Date:   Mon Nov 29 21:47:13 2010 -0700
35987
35988     update changelogs for Debian build
35989
35990 commit 11b3f9ff715017a2dec02003275885334f22c009
35991 Author: Bdale Garbee <bdale@gag.com>
35992 Date:   Mon Nov 29 21:46:02 2010 -0700
35993
35994     releasing 0.8.1
35995
35996 commit 5f3f11e11dff9b9f4d1dde279c0d474de0de12a5
35997 Author: Keith Packard <keithp@keithp.com>
35998 Date:   Mon Nov 29 20:41:49 2010 -0800
35999
36000     Add minimal release testing plan to Releasing
36001     
36002     Signed-off-by: Keith Packard <keithp@keithp.com>
36003
36004 commit f0a4deee23984a8f779917bbeaf74a66a0abf592
36005 Author: Keith Packard <keithp@keithp.com>
36006 Date:   Mon Nov 29 20:34:27 2010 -0800
36007
36008     Move "Releasing" to top level
36009     
36010     This file documents the AltOS release process for all systems.
36011     
36012     Signed-off-by: Keith Packard <keithp@keithp.com>
36013
36014 commit b727156ef0a7fb6e442ca28be27eb344a213ecf8
36015 Author: Keith Packard <keithp@keithp.com>
36016 Date:   Mon Nov 29 20:17:35 2010 -0800
36017
36018     windows: Add jfreechart.jar and jcommon.jar to windows install image
36019     
36020     These are necessary for the Graph Data button to do anything useful.
36021     
36022     Signed-off-by: Keith Packard <keithp@keithp.com>
36023
36024 commit 3e2220a180f95971d222a597d2057ca328c27356
36025 Author: Bdale Garbee <bdale@gag.com>
36026 Date:   Mon Nov 29 21:29:14 2010 -0700
36027
36028     adding Bdale's release process document to the source tree
36029
36030 commit 61a924099800494b589cbbb87c65b552ccbd8394
36031 Author: Bdale Garbee <bdale@gag.com>
36032 Date:   Mon Nov 29 14:40:27 2010 -0700
36033
36034     fix an Altos vs Altus typo in the docs
36035
36036 commit e840b6594b8a939f148fa7231e1b06a280d94074
36037 Author: Bdale Garbee <bdale@gag.com>
36038 Date:   Sun Nov 28 22:42:43 2010 -0700
36039
36040     fix section layering
36041
36042 commit f39698bbc12afdfadfac56c90030e16db93cf4fc
36043 Author: Bdale Garbee <bdale@gag.com>
36044 Date:   Sun Nov 28 19:46:03 2010 -0700
36045
36046     fix publish target in doc/Makefile
36047
36048 commit 13cea7a96821165a10a8b2433af1da7508882b0a
36049 Author: Bdale Garbee <bdale@gag.com>
36050 Date:   Sun Nov 28 18:48:31 2010 -0700
36051
36052     moved doc dir in web content to AltOS tree
36053
36054 commit 6f3c72462af86a7d9dec20f4c813a524a5be9fbb
36055 Author: Bdale Garbee <bdale@gag.com>
36056 Date:   Sun Nov 28 18:32:17 2010 -0700
36057
36058     update changelogs for Debian build
36059
36060 commit a375942979dbcd8239d8c0addb10616e6048f6ea
36061 Author: Bdale Garbee <bdale@gag.com>
36062 Date:   Sun Nov 28 18:31:26 2010 -0700
36063
36064     rewind changelog to recover from stupid build failure
36065
36066 commit 263cf6c4fc5c1a240d719bb0ceb33393864fb3d6
36067 Author: Bdale Garbee <bdale@gag.com>
36068 Date:   Sun Nov 28 18:24:00 2010 -0700
36069
36070     update changelogs for Debian build
36071
36072 commit 2615289265b6f8fa08827be794b4eee569fc6333
36073 Author: Bdale Garbee <bdale@gag.com>
36074 Date:   Sun Nov 28 18:23:17 2010 -0700
36075
36076     update changelogs for Debian build
36077
36078 commit 5e23bcc2d2ad33a839fedd2158213098a05cd9ae
36079 Author: Bdale Garbee <bdale@gag.com>
36080 Date:   Sun Nov 28 18:21:31 2010 -0700
36081
36082     declaring 0.8 released
36083
36084 commit b09d3e11c32abd07f8e11b483ac4b57148f4f2d8
36085 Author: Keith Packard <keithp@keithp.com>
36086 Date:   Sat Nov 27 23:08:41 2010 -0800
36087
36088     windows: Bump .inf file version
36089
36090 commit 42c2394ccc1a1ee6dc134ed963a4f79acf031d0b
36091 Author: Keith Packard <keithp@keithp.com>
36092 Date:   Sat Nov 27 23:04:50 2010 -0800
36093
36094     windows: more .inf file hacking
36095     
36096     Add a LayoutFile reference
36097     Add the FakeModemCopyFileSection
36098     
36099     Copy AltosMetrum.Install section to AltusMetrum.Install.NT section. I
36100     don't know what this might do; existing files seem inconsistent.
36101     
36102     Signed-off-by: Keith Packard <keithp@keithp.com>
36103
36104 commit 26369a92398f4ebe3fcd54ce34cebffae0cfdf07
36105 Author: Keith Packard <keithp@keithp.com>
36106 Date:   Sat Nov 27 22:39:31 2010 -0800
36107
36108     windows: remove some non-existent .inf file section references
36109     
36110     The mfglt and VerboseResultCodes sections are not present in the .inf
36111     file, so remove refernces to them.
36112     
36113     Signed-off-by: Keith Packard <keithp@keithp.com>
36114
36115 commit 641c5373724d34c3adfcf42420a528d6bba736b9
36116 Author: Keith Packard <keithp@keithp.com>
36117 Date:   Sat Nov 27 22:35:18 2010 -0800
36118
36119     windows: try harder to get windows install to work
36120     
36121     Add devIDs to .nsi file. Fix install section name mapping from the
36122     hot-plug info.
36123     
36124     Signed-off-by: Keith Packard <keithp@keithp.com>
36125
36126 commit cd414e2c04ce5ecbc75f19325a6d6f82cd489fb3
36127 Author: Keith Packard <keithp@keithp.com>
36128 Date:   Sat Nov 27 16:30:29 2010 -0800
36129
36130     altosui: Correct windows hardware IDs for nsis installer file
36131     
36132     Need real hardware IDs (encoded USB ids) to get windows to
36133     auto-install the driver?
36134     
36135     Signed-off-by: Keith Packard <keithp@keithp.com>
36136
36137 commit f834b22905db87557f729f942607dc363b013694
36138 Author: Bdale Garbee <bdale@gag.com>
36139 Date:   Thu Nov 25 22:31:33 2010 -0700
36140
36141     update changelogs for Debian build
36142
36143 commit da3b39d6b1b5ba48686c2a4add4b5448fd5711af
36144 Author: Bdale Garbee <bdale@gag.com>
36145 Date:   Thu Nov 25 22:29:01 2010 -0700
36146
36147     changed main document name from telemetrum-doc to altusmetrum
36148
36149 commit ab6c9c983a2830bc8807e1b75d2576141b73632d
36150 Author: Bdale Garbee <bdale@gag.com>
36151 Date:   Thu Nov 25 19:30:02 2010 -0700
36152
36153     update fat target in Makefiles to reflect move of altosui and libaltos
36154
36155 commit b8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed
36156 Author: Keith Packard <keithp@keithp.com>
36157 Date:   Thu Nov 25 17:29:28 2010 -0800
36158
36159     altosui: Clean up flash code to ensure swing gets called from right thread
36160     
36161     This moves all of the flash code to a separate thread and passes
36162     messages back to the swing thread to keep the UI up to date.
36163     
36164     Signed-off-by: Keith Packard <keithp@keithp.com>
36165
36166 commit adbb14c63d85b7a54223f88ac623571456f4a462
36167 Author: Keith Packard <keithp@keithp.com>
36168 Date:   Thu Nov 25 16:28:04 2010 -0800
36169
36170     altosui: Remove gratuitous threading from device flashing UI
36171     
36172     There's no need for a thread here, and swing doesn't want us to use
36173     one anyways.
36174     
36175     Signed-off-by: Keith Packard <keithp@keithp.com>
36176
36177 commit 7f88520089660845009148b69bfcea6c9dff9672
36178 Author: Keith Packard <keithp@keithp.com>
36179 Date:   Thu Nov 25 16:23:18 2010 -0800
36180
36181     altosui: Flight data download GUI operations called only from main thread
36182     
36183     Swing doesn't like UI functions being called from non-dispatch thread,
36184     so fix up the eeprom download code to use SwingUtilities.invokeLater
36185     to make sure this works right.
36186     
36187     Signed-off-by: Keith Packard <keithp@keithp.com>
36188
36189 commit 6d3612e267cd4c1e7fdd74fc33952b3f26f870f5
36190 Author: Keith Packard <keithp@keithp.com>
36191 Date:   Thu Nov 25 16:09:37 2010 -0800
36192
36193     altosui: Eliminate unnecessary thread from config UI
36194     
36195     There's no reason to use a thread to run a dialog box, and
36196     swing doesn't like threads anyways.
36197     
36198     Signed-off-by: Keith Packard <keithp@keithp.com>
36199
36200 commit 12fb7f0e70cd244475d84469f93283112478d1e1
36201 Author: Keith Packard <keithp@keithp.com>
36202 Date:   Thu Nov 25 15:56:42 2010 -0800
36203
36204     altosui: Only call swing display functions from main thread.
36205     
36206     Swing insists that all display functions be called from a single
36207     thread, and the flight window wasn't following this for display
36208     updates. Use SwingUtilities.invokeLater to make sure the flight UI
36209     updates happen in the right context.
36210     
36211     Fixes a UI freeze on Mac OS.
36212     
36213     Signed-off-by: Keith Packard <keithp@keithp.com>
36214
36215 commit b74cec6cd0bc043f53e9e28472765aa343136813
36216 Author: Bob Finch <w9ya@qrparci.net>
36217 Date:   Thu Nov 25 13:30:48 2010 -0700
36218
36219     Updated AltOS PKGBUILD to track makefile changes
36220
36221 commit f88bde21d76a4ff91099a5051153ebace1619978
36222 Author: Keith Packard <keithp@keithp.com>
36223 Date:   Thu Nov 25 11:16:55 2010 -0800
36224
36225     altosui: Hack up standalone makefile to maybe build altosui again
36226     
36227     This isn't tested, but at least the paths are more likely to be correct
36228     
36229     Signed-off-by: Keith Packard <keithp@keithp.com>
36230
36231 commit 3d98440d53378aaa6da87ed65e9abb2f96f7ee49
36232 Author: Keith Packard <keithp@keithp.com>
36233 Date:   Thu Nov 25 11:16:28 2010 -0800
36234
36235     altosui: Make windows bits build after moving altosui directory
36236     
36237     Signed-off-by: Keith Packard <keithp@keithp.com>
36238
36239 commit 4893ed50bc14772986ac02f9b39928f1882da923
36240 Author: Keith Packard <keithp@keithp.com>
36241 Date:   Wed Nov 24 23:54:08 2010 -0800
36242
36243     Revert "altos: Don't abort radio transmissions with ao_radio_abort"
36244     
36245     This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88.
36246     
36247     With this patch in place, TD could not be placed in 'packet' mode.
36248
36249 commit cb08bc264c71ca972027392b42f347a03df76a43
36250 Author: Keith Packard <keithp@keithp.com>
36251 Date:   Wed Nov 24 22:55:08 2010 -0800
36252
36253     doc: Rename telemetrum-doc as altusmetrum
36254     
36255     Signed-off-by: Keith Packard <keithp@keithp.com>
36256
36257 commit 554bdd25e132dbaec322bc11f94093d2c2e78751
36258 Author: Keith Packard <keithp@keithp.com>
36259 Date:   Wed Nov 24 22:49:33 2010 -0800
36260
36261     doc: Add more authors, fix URL formatting, note that AltosUI actually exists
36262     
36263     Add aj and bfinch as authors. Insert an acknowledgements section. Fill
36264     in the Fire Igniter section in the AltosUI chapter. Then change the
36265     section talking about the future plans for Java to mention that they
36266     actually exist now.
36267     
36268     Signed-off-by: Keith Packard <keithp@keithp.com>
36269
36270 commit bcf78b67717374b5971820021b83061e2e9734cf
36271 Author: Keith Packard <keithp@keithp.com>
36272 Date:   Wed Nov 24 21:39:18 2010 -0800
36273
36274     doc: Reformat altos to use sections for each function
36275     
36276     This places them in the TOC, making them easier to find.
36277     
36278     Signed-off-by: Keith Packard <keithp@keithp.com>
36279
36280 commit 51c7741040d95c5deece939dae5e4136cc04afc4
36281 Merge: d1dbe3b 4e47c44
36282 Author: Keith Packard <keithp@keithp.com>
36283 Date:   Wed Nov 24 21:00:52 2010 -0800
36284
36285     Merge branch 'buttonbox'
36286     
36287     Conflicts:
36288         doc/telemetrum-doc.xsl
36289     
36290     Pull the buttbox version of the docs in as it had been updated.
36291     
36292     Signed-off-by: Keith Packard <keithp@keithp.com>
36293
36294 commit 4e47c44d335276cf0dc5ed3a0756e50c98c1b9b9
36295 Author: Bdale Garbee <bdale@gag.com>
36296 Date:   Wed Nov 24 21:44:53 2010 -0700
36297
36298     manually fold in documentation work from the master branch
36299
36300 commit 8a68c1da253c0b29a7cb9c7540c20585ad6e3dec
36301 Author: Bdale Garbee <bdale@gag.com>
36302 Date:   Wed Nov 24 21:21:53 2010 -0700
36303
36304     tweak rev history
36305
36306 commit 7cd1c7765d137df711caeeb69abaaba1b36e0a65
36307 Author: Bdale Garbee <bdale@gag.com>
36308 Date:   Wed Nov 24 20:53:36 2010 -0700
36309
36310     fix missing section close in Site Map content
36311
36312 commit db2b19b8f0d452d682d53c7ed0ff6e359b46efa0
36313 Merge: b372f3c 915f881
36314 Author: Keith Packard <keithp@keithp.com>
36315 Date:   Wed Nov 24 18:57:35 2010 -0800
36316
36317     Merge remote branch 'aj/buttonbox' into buttonbox
36318
36319 commit b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc
36320 Author: Keith Packard <keithp@keithp.com>
36321 Date:   Wed Nov 24 18:50:46 2010 -0800
36322
36323     Missing change to top level Makefile to build altosui
36324     
36325     Signed-off-by: Keith Packard <keithp@keithp.com>
36326
36327 commit 915f881d61294dc6f5a6a3e8d75567e18492a631
36328 Author: Anthony Towns <aj@erisian.com.au>
36329 Date:   Thu Nov 25 09:52:30 2010 +1000
36330
36331     doc: Document altosui "Site Map" tab
36332
36333 commit f01096c4b42f9a4720ed0414826c2a283a992545
36334 Merge: 357826a 3fbefb3
36335 Author: Anthony Towns <aj@erisian.com.au>
36336 Date:   Thu Nov 25 09:10:50 2010 +1000
36337
36338     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36339
36340 commit 3fbefb3eea981d34a09496cf8abf0119de2e35bf
36341 Author: Keith Packard <keithp@keithp.com>
36342 Date:   Wed Nov 24 14:57:57 2010 -0800
36343
36344     Move altosui to the top level, placing libaltos inside it.
36345     
36346     Signed-off-by: Keith Packard <keithp@keithp.com>
36347
36348 commit 357826aa9c7b42c59f5d52b8eb016d73b6da0c7f
36349 Author: Anthony Towns <aj@erisian.com.au>
36350 Date:   Thu Nov 25 09:07:34 2010 +1000
36351
36352     docs: Document altosui "Graph Data" button
36353
36354 commit 7811e6dfa6caf10251da7df7c24b98cdc3787892
36355 Merge: 71b1949 7a50837
36356 Author: Anthony Towns <aj@erisian.com.au>
36357 Date:   Thu Nov 25 08:47:36 2010 +1000
36358
36359     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36360
36361 commit 7a50837ea0d92db3f469f197ec8210aee22aa143
36362 Author: Keith Packard <keithp@keithp.com>
36363 Date:   Wed Nov 24 10:55:18 2010 -0800
36364
36365     altosui: Make sure packet mode is turned off when the connection fails
36366     
36367     When the packet connection times out, turn packet mode off when
36368     closing the serial port.
36369     
36370     Signed-off-by: Keith Packard <keithp@keithp.com>
36371
36372 commit 7d90e2f6009e060fb59c519f7e564483a7ca6872
36373 Author: Keith Packard <keithp@keithp.com>
36374 Date:   Tue Nov 23 20:17:44 2010 -0800
36375
36376     altosui: Let people fire igniters that don't read as 'ready'
36377     
36378     This provides for igniter testing with LEDs or other materials that
36379     don't look like regular igniters.
36380     
36381     Signed-off-by: Keith Packard <keithp@keithp.com>
36382
36383 commit f3233985a132e1d660e6df12d0056b6729f16faf
36384 Author: Keith Packard <keithp@keithp.com>
36385 Date:   Tue Nov 23 19:09:31 2010 -0800
36386
36387     altosui: Disable radio configation over packet link.
36388     
36389     Attempting to configure the radio over the packet link will only end
36390     up confusing the user, so disable it. This also works around a bug in
36391     older TM code which would lock up when trying to do this.
36392     
36393     Signed-off-by: Keith Packard <keithp@keithp.com>
36394
36395 commit 6cd9be22f06f21d12ee2f668989d83d3c61d14c0
36396 Author: Keith Packard <keithp@keithp.com>
36397 Date:   Tue Nov 23 19:08:07 2010 -0800
36398
36399     altosui: New AltosSerial.set_radio function sets channel/call
36400     
36401     Use this anytime you need to set the device radio channel and call
36402     sign, either for telemetry reception or packet mode origination. This
36403     uses the saved callsign and per-device radio channel number. Do not
36404     use this when opening a telemetrum as there won't be a saved channel number.
36405     
36406     Signed-off-by: Keith Packard <keithp@keithp.com>
36407
36408 commit ed7cf7d262fcf7c0c677c2fb981582b571de9e5e
36409 Author: Keith Packard <keithp@keithp.com>
36410 Date:   Tue Nov 23 19:04:55 2010 -0800
36411
36412     altosui: Make AltosSerial.flush_input keep reading while non-empty
36413     
36414     Flushing the input buffer can take a while, especially over the packet
36415     link. Keep reading while stuff is appearing on the reply queue.
36416     
36417     Signed-off-by: Keith Packard <keithp@keithp.com>
36418
36419 commit 3b9db8c82d26a6a2e43d4ca40742fc1bdc502380
36420 Author: Keith Packard <keithp@keithp.com>
36421 Date:   Tue Nov 23 19:02:54 2010 -0800
36422
36423     altos: Make radio test command careful with the radio mutex.
36424     
36425     Remember whether the radio test mode is on or off and don't try to do
36426     either of them twice to prevent the mutex from being acquired or
36427     released twice.
36428     
36429     Signed-off-by: Keith Packard <keithp@keithp.com>
36430
36431 commit 54468e5dc567aaac5c5c20e921859b7cec28bb88
36432 Author: Keith Packard <keithp@keithp.com>
36433 Date:   Tue Nov 23 18:57:49 2010 -0800
36434
36435     altos: Don't abort radio transmissions with ao_radio_abort
36436     
36437     We only want to abort pending radio reception to release the radio for
36438     other use, or to change the radio channel. Let radio transmission
36439     proceed. This fixes a problem with using packet mode to configure the
36440     radio channel; if the packet transmission is aborted, the TM ends up
36441     wedged.
36442     
36443     Signed-off-by: Keith Packard <keithp@keithp.com>
36444
36445 commit d873dc28f0752aeb58a6263e42bdd5b9095bd392
36446 Author: Keith Packard <keithp@keithp.com>
36447 Date:   Tue Nov 23 18:56:46 2010 -0800
36448
36449     altos: remove unused variable from ao_igniter
36450     
36451     The 'status' variable used to hold a reported status value from the
36452     igniter after firing, but we ignore that now.
36453     
36454     Signed-off-by: Keith Packard <keithp@keithp.com>
36455
36456 commit 71b1949e50f4533bcf44537da65b19bc67863c8e
36457 Merge: a79225c f1892b1
36458 Author: Anthony Towns <aj@erisian.com.au>
36459 Date:   Wed Nov 24 12:14:11 2010 +1000
36460
36461     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36462
36463 commit f1892b137b1de3d6caf0293bd40ed5c3e4948066
36464 Author: Bdale Garbee <bdale@gag.com>
36465 Date:   Tue Nov 23 18:58:11 2010 -0700
36466
36467     lose the placeholder on how GPS works, as it's going to be a
36468     while before I tackle that, if ever.
36469
36470 commit a79225c215f17fa5218ddd9db4fc3f5c563a9f74
36471 Merge: 84cd5d4 853b711
36472 Author: Anthony Towns <aj@erisian.com.au>
36473 Date:   Wed Nov 24 11:55:14 2010 +1000
36474
36475     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36476
36477 commit 853b7112e34212040c4cb7289f9cfdb2f3ea9f90
36478 Author: Bdale Garbee <bdale@gag.com>
36479 Date:   Tue Nov 23 18:53:18 2010 -0700
36480
36481     merge Keith's AltosUI documention into "the big book"
36482
36483 commit 84cd5d42d8b5659463544fe2a400758b56478609
36484 Author: Anthony Towns <aj@erisian.com.au>
36485 Date:   Wed Nov 24 02:13:32 2010 +1000
36486
36487     altosui: sitemap uses rocket gps if no pad gps
36488
36489 commit c7119c21baa9d4ca681975b8613ade6593f65577
36490 Author: Anthony Towns <aj@erisian.com.au>
36491 Date:   Wed Nov 24 02:11:36 2010 +1000
36492
36493     altosui: don't switch away from user selected tab
36494
36495 commit ae55a107f12546dc65f04618c7abc17beb920d73
36496 Merge: d1005f6 737f2fd
36497 Author: Anthony Towns <aj@erisian.com.au>
36498 Date:   Wed Nov 24 01:53:46 2010 +1000
36499
36500     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36501
36502 commit 737f2fdd012202f453120ece117ae5e859b32082
36503 Author: Keith Packard <keithp@keithp.com>
36504 Date:   Mon Nov 22 22:26:19 2010 -0800
36505
36506     doc: Add internal documentation for AltOS
36507     
36508     Signed-off-by: Keith Packard <keithp@keithp.com>
36509
36510 commit 5523e7d55ecc8d310e495fa4f5115f7483c42d65
36511 Author: Bdale Garbee <bdale@gag.com>
36512 Date:   Mon Nov 22 21:07:10 2010 -0700
36513
36514     add a rudimentary --help for command line use
36515
36516 commit d1005f68376d695039c314b8d7a68bbf9acbca4f
36517 Merge: 9a83e0d 22c0978
36518 Author: Anthony Towns <aj@erisian.com.au>
36519 Date:   Tue Nov 23 10:14:55 2010 +1000
36520
36521     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36522
36523 commit 22c09781af1df4b38562b577e9926c23e4a397f2
36524 Merge: b27327a a79606a
36525 Author: Keith Packard <keithp@keithp.com>
36526 Date:   Mon Nov 22 16:02:22 2010 -0800
36527
36528     Merge remote branch 'origin/buttonbox' into buttonbox
36529
36530 commit b27327a05d249eaf969b67d2a8d12fc6a93841f0
36531 Author: Keith Packard <keithp@keithp.com>
36532 Date:   Mon Nov 22 15:56:04 2010 -0800
36533
36534     altos: assume igniter worked.
36535     
36536     Many igniters don't go open when fired, so there's no way
36537     to know if they worked. Assume they did as a failed igniter is
36538     unlikely to do anything when fired again anyways.
36539     
36540     Signed-off-by: Keith Packard <keithp@keithp.com>
36541
36542 commit 68323cbb222f1f33198a42abaa0550af22f75a93
36543 Author: Keith Packard <keithp@keithp.com>
36544 Date:   Mon Nov 22 15:53:27 2010 -0800
36545
36546     altosui: Close serial port when debug link fails
36547     
36548     If the debug connection isn't working, close down the serial port when
36549     reporting the failure.
36550     
36551     Signed-off-by: Keith Packard <keithp@keithp.com>
36552
36553 commit 9a83e0dc79f7a7467c7814d58daa2a2b89e50972
36554 Merge: 902735f a79606a
36555 Author: Anthony Towns <aj@erisian.com.au>
36556 Date:   Tue Nov 23 08:07:04 2010 +1000
36557
36558     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36559
36560 commit a79606a6507fc01a74910f7959e84c4e9a730714
36561 Author: Bob Finch <w9ya@qrparci.net>
36562 Date:   Mon Nov 22 12:24:42 2010 -0700
36563
36564     Added PKGBUILDs for deps into contribs
36565
36566 commit 377ee7e90ecd028f984cd1abce96b2efc3b5b977
36567 Author: Keith Packard <keithp@keithp.com>
36568 Date:   Sun Nov 21 14:03:17 2010 -0800
36569
36570     altos: Add on/off modes to 'C' command
36571     
36572     This lets the user turn the radio on/off and then invoke other commands.
36573     
36574     Signed-off-by: Keith Packard <keithp@keithp.com>
36575
36576 commit 902735ffbfdd97672d52b09f17cdcd619193fd05
36577 Author: Anthony Towns <aj@erisian.com.au>
36578 Date:   Mon Nov 22 05:29:26 2010 +1000
36579
36580     altosui: keep sitemap more centred on rocket
36581
36582 commit b85df38b5611e45cb9296df07b720badf74ac26e
36583 Author: Anthony Towns <aj@erisian.com.au>
36584 Date:   Mon Nov 22 05:22:17 2010 +1000
36585
36586     altosui: improve sitemap scrolling behaviour
36587
36588 commit 4a9ded5b39ed08e13abc2cddba8b712f62b983f2
36589 Author: Anthony Towns <aj@erisian.com.au>
36590 Date:   Sun Nov 21 17:39:50 2010 +1000
36591
36592     AltosSiteMap: ensure buffer around active tile
36593
36594 commit ec47bc93a487614714a752cb30ec9fe3d8f72929
36595 Merge: 0393830 e7954c8
36596 Author: Anthony Towns <aj@erisian.com.au>
36597 Date:   Sun Nov 21 16:08:37 2010 +1000
36598
36599     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36600
36601 commit e7954c820763f80e993f9f822e837725cf36af84
36602 Author: Keith Packard <keithp@keithp.com>
36603 Date:   Sat Nov 20 22:03:26 2010 -0800
36604
36605     altosui: When fixing eeprom gps time information, make GPS data valid
36606     
36607     Eeprom files may be missing the GPS time (due to a firmware bug). Working
36608     around this involves finding the next valid GPS time and using that to
36609     create a fake GPS time entry. However, that next GPS time may not
36610     be locked or may have few sats as it is from the boost stage of the
36611     flight. Fix this by simply forcing the fake time packet to have
36612     4 sats and be locked.
36613     
36614     Signed-off-by: Keith Packard <keithp@keithp.com>
36615
36616 commit 0393830f85da5efc96bbdf0d9769b66019c34b33
36617 Author: Anthony Towns <aj@erisian.com.au>
36618 Date:   Sun Nov 21 15:13:35 2010 +1000
36619
36620     AltosSiteMap: limit nr of tiles to 200x200
36621
36622 commit a08b2a6363c194195db92029743f6612676373ce
36623 Author: Anthony Towns <aj@erisian.com.au>
36624 Date:   Sun Nov 21 15:03:21 2010 +1000
36625
36626     AltosSiteMap: never accept 0,0 as lat/long
36627
36628 commit 84e570d8a8a52e0d358582135ec1b3a12be94c26
36629 Author: Anthony Towns <aj@erisian.com.au>
36630 Date:   Sun Nov 21 14:45:10 2010 +1000
36631
36632     AltosSiteMap: refactor tile collection
36633
36634 commit 71e487344395a8efc9cd279aad92f601ff4c6d3d
36635 Author: Anthony Towns <aj@erisian.com.au>
36636 Date:   Sun Nov 21 14:05:00 2010 +1000
36637
36638     AltosSiteMap: thread safe tile addition
36639
36640 commit c040bcd06679484175542208fb564d0271a7fc1b
36641 Author: Anthony Towns <aj@erisian.com.au>
36642 Date:   Sun Nov 21 13:19:36 2010 +1000
36643
36644     AltosSiteMap: try to get new tile construction right
36645
36646 commit c3994dd82d489289ebc99ff9c5fa88f560c023ac
36647 Author: Anthony Towns <aj@erisian.com.au>
36648 Date:   Sun Nov 21 13:07:11 2010 +1000
36649
36650     AltosSiteMap: extend map if rocket goes far away
36651
36652 commit 835b903727a2eabda8d9659cc46e53301f92897c
36653 Merge: 440a0f3 8789135
36654 Author: Anthony Towns <aj@erisian.com.au>
36655 Date:   Sun Nov 21 11:15:02 2010 +1000
36656
36657     Merge branch 'sitemap' into buttonbox
36658     
36659     Conflicts:
36660         ao-tools/altosui/AltosSiteMap.java
36661
36662 commit 878913551a1e4e3c8f2b39fa4aeb234880735a1c
36663 Author: Anthony Towns <aj@erisian.com.au>
36664 Date:   Sun Nov 21 10:55:22 2010 +1000
36665
36666     AltosSiteMap: explain tile size better
36667
36668 commit 440a0f3f5130eb0c8e614691892be8c94e7fd3c3
36669 Author: Keith Packard <keithp@keithp.com>
36670 Date:   Sat Nov 20 16:55:12 2010 -0800
36671
36672     altosui: Set site map flight path lines to 6 pixels anti-aliased.
36673     
36674     Much more visible over the map.
36675     
36676     Signed-off-by: Keith Packard <keithp@keithp.com>
36677
36678 commit 2a7dc3ba36bac81640a9498e0d0caf1470b57c19
36679 Merge: e5b1ada ece2c86
36680 Author: Anthony Towns <aj@erisian.com.au>
36681 Date:   Sun Nov 21 10:45:15 2010 +1000
36682
36683     Merge branch 'buttonbox' into sitemap
36684     
36685     Conflicts:
36686         ao-tools/altosui/AltosFlightUI.java
36687
36688 commit 8df185cd95cfecbed8272dd1275d077c5b45535b
36689 Merge: ece2c86 1e71264
36690 Author: Keith Packard <keithp@keithp.com>
36691 Date:   Sat Nov 20 16:35:48 2010 -0800
36692
36693     Merge remote branch 'aj/sitemap' into buttonbox
36694     
36695     Conflicts:
36696         ao-tools/altosui/AltosFlightUI.java
36697     
36698     Signed-off-by: Keith Packard <keithp@keithp.com>
36699
36700 commit e5b1adae9b23b98a6321986f5cd67c9d3166b87f
36701 Author: Anthony Towns <aj@erisian.com.au>
36702 Date:   Sun Nov 21 10:34:39 2010 +1000
36703
36704     AltosSiteMap: better gps check, lower zoom
36705
36706 commit ece2c86e2641b2cd613791293526c492b1606aa1
36707 Author: Keith Packard <keithp@keithp.com>
36708 Date:   Sat Nov 20 16:19:42 2010 -0800
36709
36710     altosui: Rewrite info table to mix with scroll pane well. Fix startup size
36711     
36712     Using a single table for the info table means that the scroll pane
36713     automatically picks up the table headers and shows them above the
36714     scrollable view.
36715     
36716     This patch also fixes the application size at startup so that no
36717     scrollbar is required in the info table, and the window is < 800x600.
36718     
36719     Signed-off-by: Keith Packard <keithp@keithp.com>
36720
36721 commit 1e712647dd6df1e77650db705f3ac32a3c8f6907
36722 Author: Anthony Towns <aj@erisian.com.au>
36723 Date:   Sun Nov 21 08:58:44 2010 +1000
36724
36725     altosui: reindent
36726
36727 commit a59a204e188e40ec8848a0dc63d6de710cee3039
36728 Merge: 8263630 37f0201
36729 Author: Anthony Towns <aj@erisian.com.au>
36730 Date:   Sun Nov 21 08:56:13 2010 +1000
36731
36732     Merge branch 'buttonbox' into sitemap
36733
36734 commit 82636305021c41d676f5f0f11378724fe0de0079
36735 Author: Anthony Towns <aj@erisian.com.au>
36736 Date:   Sun Nov 21 08:44:13 2010 +1000
36737
36738     AltosSiteMap: be more polite about preferred size
36739
36740 commit 37f0201d724693528f37ac7d275f68f90cf94da0
36741 Author: Keith Packard <keithp@keithp.com>
36742 Date:   Sat Nov 20 14:31:23 2010 -0800
36743
36744     altosui: change descent tab formatting to four columns
36745     
36746     This places labels to the left of each field. For igniter voltages,
36747     it uses three columns for the labels.
36748     
36749     Signed-off-by: Keith Packard <keithp@keithp.com>
36750
36751 commit 66ebd954d9c9a44a8db0ee713c682e39306fabd8
36752 Author: Anthony Towns <aj@erisian.com.au>
36753 Date:   Sun Nov 21 08:28:24 2010 +1000
36754
36755     Add GrabNDrag.java
36756
36757 commit 72f5e05f9f0055f2cef8b840812f090556c94338
36758 Author: Anthony Towns <aj@erisian.com.au>
36759 Date:   Sun Nov 21 08:18:39 2010 +1000
36760
36761     AltosSiteMap: major refactoring
36762
36763 commit b47517d4c2e49f6f7b9954d2c85f96397fe1103e
36764 Author: Keith Packard <keithp@keithp.com>
36765 Date:   Sat Nov 20 14:06:37 2010 -0800
36766
36767     altosui: re-indent
36768
36769 commit 6f8bc2ad20b715343e0510563ab0f14787ef3e07
36770 Author: Anthony Towns <aj@erisian.com.au>
36771 Date:   Sun Nov 21 01:34:52 2010 +1000
36772
36773     AltosDescent: switch elev from height to range
36774
36775 commit 89f44c5587ea4f927d5e398b6af919df0d6561c3
36776 Author: Anthony Towns <aj@erisian.com.au>
36777 Date:   Sun Nov 21 01:27:01 2010 +1000
36778
36779     AltosAscent/Descent: tidy up layout
36780
36781 commit 51e403145d28ac913e36d205077a613845596be2
36782 Author: Anthony Towns <aj@erisian.com.au>
36783 Date:   Sun Nov 21 00:17:51 2010 +1000
36784
36785     AltosSiteMapTile: draw boost circle as well as landed
36786
36787 commit 25ffe1cc7823895886b4777f310b4bda1c80133b
36788 Author: Anthony Towns <aj@erisian.com.au>
36789 Date:   Sun Nov 21 00:07:16 2010 +1000
36790
36791     AltosSiteMap: automatic fetching of map data
36792
36793 commit 20f714bbe3137de8fb7491b39985021fd1774930
36794 Author: Anthony Towns <aj@erisian.com.au>
36795 Date:   Sat Nov 20 22:49:51 2010 +1000
36796
36797     AltosSiteMapTile: seperate map and drawing layers
36798
36799 commit 58f8d069ce9488e2987b8e92caa69fe68cda7569
36800 Author: Anthony Towns <aj@erisian.com.au>
36801 Date:   Sat Nov 20 21:06:37 2010 +1000
36802
36803     AltosSiteMap: add autoscroll and grabndrag scroll
36804
36805 commit 74cab8503b51ba6fb05a4d12a031c749e870b0ef
36806 Merge: 0ecf033 9a99cab
36807 Author: Anthony Towns <aj@erisian.com.au>
36808 Date:   Sat Nov 20 18:20:45 2010 +1000
36809
36810     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36811
36812 commit 0ecf033110084f1a8be98282d7029dc14f70dab5
36813 Merge: 081fbd5 71c41ea
36814 Author: Anthony Towns <aj@erisian.com.au>
36815 Date:   Sat Nov 20 18:14:30 2010 +1000
36816
36817     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36818
36819 commit 9a99cabc1c34c657fc95246192ba6d330f5f22d3
36820 Author: Keith Packard <keithp@keithp.com>
36821 Date:   Sat Nov 20 00:13:58 2010 -0800
36822
36823     altosui: Fix channel changing in flight UI to actually work
36824     
36825     Replacing the menu with a combo box required reworking the way events
36826     are delivered from that widget back to the channel changing
36827     function. Just delete the old magic and use the JComboBox action
36828     listener directly.
36829     
36830     Signed-off-by: Keith Packard <keithp@keithp.com>
36831
36832 commit 71c41eadd12c3ece5fffce7669e4991778046d4e
36833 Author: Keith Packard <keithp@keithp.com>
36834 Date:   Sat Nov 20 00:09:03 2010 -0800
36835
36836     altosui: Initialize display thread state in constructor instead of run
36837     
36838     Some state will get set before run is called, initializing it there
36839     can be too late.
36840     
36841     Signed-off-by: Keith Packard <keithp@keithp.com>
36842
36843 commit 081fbd5715f9d3d81d98e149fb95d40447c07a79
36844 Merge: 90b9bc4 7920ed5
36845 Author: Anthony Towns <aj@erisian.com.au>
36846 Date:   Sat Nov 20 17:40:49 2010 +1000
36847
36848     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
36849     
36850     Conflicts:
36851         ao-tools/altosui/AltosFlightUI.java
36852
36853 commit 7920ed5c34b088f45ce4213b061ddd1ffe22cee8
36854 Author: Keith Packard <keithp@keithp.com>
36855 Date:   Fri Nov 19 23:18:51 2010 -0800
36856
36857     altosui: calling thread.interrupt with null thread doesn't work well
36858     
36859     This was a left-over from debugging the previous patch.
36860     
36861     Signed-off-by: Keith Packard <keithp@keithp.com>
36862
36863 commit 8c8dc3794c7b5fa5a5b43b1c461d6c8bb3ab425d
36864 Author: Keith Packard <keithp@keithp.com>
36865 Date:   Fri Nov 19 23:09:15 2010 -0800
36866
36867     altosui: When switching log files, don't terminate log thread
36868     
36869     The log thread automatically switches output files when the incoming
36870     telemetry changes. Don't use 'close' for that as 'close' terminates
36871     the log thread as well as closing the file. Create a new
36872     'close_log_file' function which just closes the file.
36873     
36874     Signed-off-by: Keith Packard <keithp@keithp.com>
36875
36876 commit 594e80572821f1848db062d0cff18ca8bf0d90ce
36877 Author: Keith Packard <keithp@keithp.com>
36878 Date:   Fri Nov 19 22:44:48 2010 -0800
36879
36880     altosui: switch channel selector to combo box. Shorten displayed device names
36881     
36882     A combo box displays the current value, which is quite nice to
36883     have. Add a 'toShortString' for AltosDevice so that the window frames
36884     and error messages don't have extra spaces generated by the
36885     altos_device toString method.
36886     
36887     Signed-off-by: Keith Packard <keithp@keithp.com>
36888
36889 commit fa07afc73bc5eccff8464a2def05ad600da33c97
36890 Author: Bdale Garbee <bdale@gag.com>
36891 Date:   Fri Nov 19 23:33:42 2010 -0700
36892
36893     update turnon scripts to use stashed copies of stable release firmware
36894
36895 commit 9ffc2eb53a47e435f39b02896b0e43ae5f47f450
36896 Author: Keith Packard <keithp@keithp.com>
36897 Date:   Fri Nov 19 18:25:48 2010 -0800
36898
36899     altosui: Use timeouts to recover from broken packet links.
36900     
36901     This puts timeouts every place the system reads from the packet link
36902     and aborts the in-progress operation if it takes more than a second to
36903     get a response.
36904     
36905     Also mixed in here are persistent igniter status displays for the
36906     ejection testing UI.
36907     
36908     Signed-off-by: Keith Packard <keithp@keithp.com>
36909
36910 commit 68078eab3c07d8dc83302747cf6f3dcb1797c6ce
36911 Author: Keith Packard <keithp@keithp.com>
36912 Date:   Fri Nov 19 20:44:29 2010 +0800
36913
36914     doc: Document the 'Flash Image' operation.
36915     
36916     Signed-off-by: Keith Packard <keithp@keithp.com>
36917
36918 commit b4bdda65488e8ef27d2889cb6cc8eda3c5d50e0a
36919 Author: Keith Packard <keithp@keithp.com>
36920 Date:   Fri Nov 19 20:29:14 2010 +0800
36921
36922     doc: git ignore generated doc files
36923     
36924     Signed-off-by: Keith Packard <keithp@keithp.com>
36925
36926 commit f0542085de2139ef562af068ec05fa73f47c73b1
36927 Author: Keith Packard <keithp@keithp.com>
36928 Date:   Fri Nov 19 20:26:49 2010 +0800
36929
36930     doc: Add preliminary altosui documentation
36931     
36932     Also, update the Makefile to allow for further documents to be added
36933     without a lot of custom rules.
36934     
36935     Signed-off-by: Keith Packard <keithp@keithp.com>
36936
36937 commit 0e7a10f71803d60f8b34c5a91efd220449442769
36938 Author: Keith Packard <keithp@keithp.com>
36939 Date:   Fri Nov 19 17:16:03 2010 +0800
36940
36941     altosui: Clean up global AltosUI configuration settings dialog
36942     
36943     This dialog had a mish-mash of styles and was confusing.
36944     Now it's got a label for each line, and suitable setters for
36945     each element
36946     
36947     Signed-off-by: Keith Packard <keithp@keithp.com>
36948
36949 commit 8f72f08839346fb225238420324f0edcd070e531
36950 Author: Keith Packard <keithp@keithp.com>
36951 Date:   Fri Nov 19 17:14:17 2010 +0800
36952
36953     altosui: Unify datafile selection to AltosDataChooser
36954     
36955     Instead of having several separate intefaces, use a single dialog for
36956     selecting data files for graph/export/replay.
36957     
36958     Signed-off-by: Keith Packard <keithp@keithp.com>
36959
36960 commit 24ffcf86c43290ce0f70fb4ee0984b3debdb8a5f
36961 Author: Keith Packard <keithp@keithp.com>
36962 Date:   Fri Nov 19 15:41:30 2010 +0800
36963
36964     altosui: Add igniter ground testing code
36965     
36966     Not yet hooked up, but the UI is finished.
36967     
36968     Signed-off-by: Keith Packard <keithp@keithp.com>
36969
36970 commit 90b9bc4475011bead7117ed72fa5efa0f77b2813
36971 Author: Anthony Towns <aj@erisian.com.au>
36972 Date:   Fri Nov 19 13:30:00 2010 +1000
36973
36974     AltosSiteMapTile: adjust scale to 1 nmi per tile
36975
36976 commit fa45336062523838ba8abb08427cdc4d9c7de7a8
36977 Author: Anthony Towns <aj@erisian.com.au>
36978 Date:   Fri Nov 19 13:17:29 2010 +1000
36979
36980     AltosSiteMapTile: adjust centering calculation
36981
36982 commit fda93afcd8aa4133b0e5f008b824d072e338d0ed
36983 Author: Anthony Towns <aj@erisian.com.au>
36984 Date:   Fri Nov 19 13:02:05 2010 +1000
36985
36986     AltosSiteMapTile: autoscale to about 2 nmi per tile
36987
36988 commit 483346a03c94b200692f5e6d59f3feee4dcf2ace
36989 Author: Anthony Towns <aj@erisian.com.au>
36990 Date:   Fri Nov 19 12:09:46 2010 +1000
36991
36992     altosui: tile site maps
36993
36994 commit 939be6793238a275b7682ecc376fed14379cf044
36995 Merge: e68fe94 1a4b6e9
36996 Author: Anthony Towns <aj@erisian.com.au>
36997 Date:   Thu Nov 18 05:54:06 2010 +1000
36998
36999     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
37000     
37001     Conflicts:
37002         ao-tools/altosui/AltosFlightUI.java
37003
37004 commit 1a4b6e96f823035b113f01d1bdfd61afc1f33e25
37005 Author: Keith Packard <keithp@keithp.com>
37006 Date:   Tue Nov 16 22:46:29 2010 +0800
37007
37008     altosui: Add igniter status to ascent and descent tabs
37009     
37010     Monitor igniters during all phases of the flight.
37011     
37012     Signed-off-by: Keith Packard <keithp@keithp.com>
37013
37014 commit d0eb41619544ead6d9dab3a8d024a12936c9cdd0
37015 Author: Keith Packard <keithp@keithp.com>
37016 Date:   Tue Nov 16 22:20:00 2010 +0800
37017
37018     altosui: Cleanup flight UI layout
37019     
37020     Use common constants for fonts and insets
37021     Shrink fonts so that the window is < 600 pixels tall.
37022     
37023     Signed-off-by: Keith Packard <keithp@keithp.com>
37024
37025 commit fcca333cda64be35f0c9fb0109eef1be3709dddd
37026 Author: Keith Packard <keithp@keithp.com>
37027 Date:   Tue Nov 16 21:49:59 2010 +0800
37028
37029     altosui: Add callsign configuration in AltosUI configuration dialog
37030     
37031     This callsign is used during packet communication.
37032     
37033     Signed-off-by: Keith Packard <keithp@keithp.com>
37034
37035 commit d1dbe3b69e6f95ef8ecd4cf959863b922ab47c66
37036 Author: Bdale Garbee <bdale@gag.com>
37037 Date:   Mon Nov 15 11:08:00 2010 -0700
37038
37039     add a paragraph about forcing TM back to idle mode if an accel cal goes badly
37040
37041 commit 39e371561469d8e5059638ffa4e7075f391de268
37042 Author: Keith Packard <keithp@keithp.com>
37043 Date:   Mon Nov 15 23:14:51 2010 +0800
37044
37045     altosui: add reboot button to telemetrum configuration UI
37046     
37047     This lets you reconfigure and reboot telemetrum, including over the
37048     radio link.
37049     
37050     Signed-off-by: Keith Packard <keithp@keithp.com>
37051
37052 commit 257e97137325f5dbbd6aa034f20fd6937b67df90
37053 Author: Keith Packard <keithp@keithp.com>
37054 Date:   Mon Nov 15 22:38:35 2010 +0800
37055
37056     altosui: eliminate menu bar, moving elements to buttons.
37057     
37058     This adds a new 'configure AltosUI' dialog to set the log directory
37059     and voice preferences.
37060     
37061     Signed-off-by: Keith Packard <keithp@keithp.com>
37062
37063 commit 524644d8d8ce3f8a5a914ecfc7e2a8d474d89095
37064 Author: Keith Packard <keithp@keithp.com>
37065 Date:   Mon Nov 15 22:04:44 2010 +0800
37066
37067     altosui: oops, missed a file in the previous commit
37068     
37069     AltosSerialInUseException.java just defines a new exception, thanks to
37070     java for making this live in a separate file.
37071     
37072     Signed-off-by: Keith Packard <keithp@keithp.com>
37073
37074 commit 511903704f7e1b22e88dd3e3cc35fd3c0583820e
37075 Author: Keith Packard <keithp@keithp.com>
37076 Date:   Sun Nov 14 03:26:57 2010 -0800
37077
37078     altosui: With --replay option, exit when replay window is closed
37079     
37080     Otherwise, the application hangs around forever.
37081     
37082     Signed-off-by: Keith Packard <keithp@keithp.com>
37083
37084 commit 11c95f687b1f68d35fa1a0af2c4e7982b8bb226a
37085 Author: Keith Packard <keithp@keithp.com>
37086 Date:   Sat Nov 13 17:09:51 2010 -0800
37087
37088     altosui: Replace flight status table with labels, fix resize.
37089     
37090     There's no reason to use a table for the flight status data,
37091     replace that with a selection of widgets instead.
37092     
37093     Also, set all of the grid bag constraints for the various flight
37094     status displays so that resize does something sensible.
37095     
37096     Adds a scrollbar to the table display so that it can shrink.
37097     
37098     Signed-off-by: Keith Packard <keithp@keithp.com>
37099
37100 commit dcfa56498d1b65a213b8aba9cbd6c4806532383c
37101 Author: Keith Packard <keithp@keithp.com>
37102 Date:   Sat Nov 13 16:07:04 2010 -0800
37103
37104     altosui: Open serial device at 'new' time. Prohibit duplicate opens.
37105     
37106     With the per-serial UI, there's never a reason to create a serial
37107     device without opening it right away. This eliminates the bug caused
37108     by not opening the serial device for telemetry reception.
37109     
37110     Serial devices can now be opened only once; this eliminates errors
37111     when trying to reflash or configure devices while receiving telemetry.
37112     
37113     Signed-off-by: Keith Packard <keithp@keithp.com>
37114
37115 commit 8463ffcaca6bcd31e645aba71c171f548dce96d8
37116 Author: Keith Packard <keithp@keithp.com>
37117 Date:   Sat Nov 13 15:19:14 2010 -0800
37118
37119     altosui: Eliminate unncessary import altosui lines
37120     
37121     Java appears to automatically import every module from the current
37122     package.
37123     
37124     Signed-off-by: Keith Packard <keithp@keithp.com>
37125
37126 commit 566c6486c8815ae241e0b116a93b1a0ff4783831
37127 Author: Bdale Garbee <bdale@gag.com>
37128 Date:   Sat Nov 13 12:19:12 2010 -0700
37129
37130     continuing to work on the docs
37131
37132 commit e68fe9454352087889c560d95797922493117acb
37133 Author: Anthony Towns <aj@erisian.com.au>
37134 Date:   Sun Nov 14 00:59:01 2010 +1000
37135
37136     AltosSiteMap: add targeting circles around landing site
37137
37138 commit 1e7e02987276847274493312202d22222c953149
37139 Author: Anthony Towns <aj@erisian.com.au>
37140 Date:   Sun Nov 14 00:57:45 2010 +1000
37141
37142     AltosTelemetryReader: actually open serial port
37143
37144 commit 9c32b93ef5fb43558fb0179ea1b047e35b7ed6e8
37145 Merge: 991541f a6f30fa
37146 Author: Anthony Towns <aj@erisian.com.au>
37147 Date:   Sun Nov 14 00:29:11 2010 +1000
37148
37149     Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
37150
37151 commit a6f30fae906bd87dff192c5fd4d10df283f99930
37152 Author: Keith Packard <keithp@keithp.com>
37153 Date:   Fri Nov 12 17:02:22 2010 -0800
37154
37155     altosui: Add RF calibration to TeleMetrum config dialog
37156     
37157     I think that's the last user-settable value.
37158     
37159     Signed-off-by: Keith Packard <keithp@keithp.com>
37160
37161 commit 1bdc6166f3bc5ce3f8e55acb1484923781412e21
37162 Merge: f111871 5c6a533
37163 Author: Bdale Garbee <bdale@gag.com>
37164 Date:   Fri Nov 12 17:32:43 2010 -0700
37165
37166     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
37167
37168 commit f1118717780a81f9257d2eed7828b66538deb8a8
37169 Author: Bdale Garbee <bdale@gag.com>
37170 Date:   Fri Nov 12 17:32:21 2010 -0700
37171
37172     fold in content from Keith's email on the re-flashing subject
37173
37174 commit 7def9dd0d0a4ce9cf7c65de573100e664f278717
37175 Author: Bdale Garbee <bdale@gag.com>
37176 Date:   Fri Nov 12 10:58:54 2010 -0700
37177
37178     first cut at instructions on how to re-flash TM and TD devices based on email
37179     reply to a user who asked
37180
37181 commit 991541f57f065f429c6ec425efd6ac731280b2c1
37182 Author: Anthony Towns <aj@erisian.com.au>
37183 Date:   Fri Nov 12 23:42:42 2010 +1000
37184
37185     better error behaviour if no map
37186
37187 commit 1bcfa22de7821984149db10cb79913efed36b41e
37188 Author: Anthony Towns <aj@erisian.com.au>
37189 Date:   Fri Nov 12 23:29:40 2010 +1000
37190
37191     pull up maps for arbitrary locations
37192
37193 commit beb6c881ec006241c7d2820c64e5381131d41180
37194 Author: Anthony Towns <aj@erisian.com.au>
37195 Date:   Fri Nov 12 03:24:26 2010 +1000
37196
37197     make infotable scrollable, revert its fontsize to 14
37198
37199 commit 0327c1da01a3f6ede01f05c1d775651a57fd0c68
37200 Author: Anthony Towns <aj@erisian.com.au>
37201 Date:   Fri Nov 12 02:08:58 2010 +1000
37202
37203     tabs -> spaces
37204
37205 commit 81e7b43ecad666e2e2310c7c94184f888bc86585
37206 Author: Anthony Towns <aj@erisian.com.au>
37207 Date:   Fri Nov 12 02:07:41 2010 +1000
37208
37209     add site map tab, at least for QRS launches
37210
37211 commit 5394548fa5c7bdbfcc01e8aa19e93e1cf6345e2a
37212 Merge: 891e629 75f7698
37213 Author: Keith Packard <keithp@keithp.com>
37214 Date:   Wed Nov 10 22:11:21 2010 -0800
37215
37216     Merge remote branch 'aj/buttonbox' into buttonbox
37217
37218 commit 75f7698b99a661ed17a91748a99699fa6761772a
37219 Author: Anthony Towns <aj@erisian.com.au>
37220 Date:   Thu Nov 11 16:06:32 2010 +1000
37221
37222     add compass bearing during descent
37223
37224 commit cc0a730de093c49be2a921101d27622b6f592e92
37225 Author: Anthony Towns <aj@erisian.com.au>
37226 Date:   Thu Nov 11 15:57:52 2010 +1000
37227
37228     add compass bearing to voice output
37229
37230 commit 317ec72a34906faad88c6924e634617b074e71db
37231 Author: Anthony Towns <aj@erisian.com.au>
37232 Date:   Thu Nov 11 15:52:01 2010 +1000
37233
37234     use grayled.png for off
37235
37236 commit 8503943e3613f8670b128012b12ff14fb54321d7
37237 Author: Anthony Towns <aj@erisian.com.au>
37238 Date:   Thu Nov 11 15:45:43 2010 +1000
37239
37240     reduce font size for FlightInfoTable
37241
37242 commit 3ffaa5d1c00b28be20fd4a26deb7bd41d953e92a
37243 Author: Anthony Towns <aj@erisian.com.au>
37244 Date:   Thu Nov 11 15:43:05 2010 +1000
37245
37246     read preferences for --replay
37247
37248 commit 1f3e091efdfb2fe6f06a066cac60f5d267b94856
37249 Author: Anthony Towns <aj@erisian.com.au>
37250 Date:   Thu Nov 11 15:40:37 2010 +1000
37251
37252     add --replay command line argument
37253
37254 commit b16b873723ee3e5097e6725c59ce191119439ad7
37255 Author: Anthony Towns <aj@erisian.com.au>
37256 Date:   Thu Nov 11 15:38:27 2010 +1000
37257
37258     use value_font for values
37259
37260 commit 891e629f6ba20654b614f3ca7211a0f1c92670cb
37261 Author: Keith Packard <keithp@keithp.com>
37262 Date:   Wed Nov 10 16:28:19 2010 -0800
37263
37264     altos: Use grey leds when unlit - easier to see
37265
37266 commit 5c6a5335a057be0219450b4b9889c647d8d4a012
37267 Author: Bob Finch <w9ya@qrparci.net>
37268 Date:   Mon Nov 1 14:36:41 2010 -0600
37269
37270     Updated PKGBUILD-git.altos
37271     
37272     Signed-off-by: Keith Packard <keithp@keithp.com>
37273
37274 commit b0d31910da592e2f67c47c8fc3e15ce8135d5094
37275 Author: Keith Packard <keithp@keithp.com>
37276 Date:   Tue Nov 9 23:34:32 2010 -0800
37277
37278     altosui: Add ascent, descent and landed tabs
37279     
37280     This completes the set of tabs for in-flight status information.
37281     
37282     Signed-off-by: Keith Packard <keithp@keithp.com>
37283
37284 commit 22d00785188a880700cd372528189a7a15278da9
37285 Author: Keith Packard <keithp@keithp.com>
37286 Date:   Tue Nov 9 14:40:58 2010 -0800
37287
37288     altosui: Add tab UI with 'pad' mode.
37289     
37290     This creates a multi-tab interface for flight monitoring
37291     and includes a special tab for 'pad' mode.
37292     
37293     Signed-off-by: Keith Packard <keithp@keithp.com>
37294
37295 commit eb77e806ded99532dc7eaa39c1893f075b028af6
37296 Author: Keith Packard <keithp@keithp.com>
37297 Date:   Tue Nov 9 10:21:34 2010 -0800
37298
37299     altosui: Create abstract interface for flight data display
37300     
37301     This allows the implementation of the flight data display to occur in
37302     the flight UI instead of the display thread.
37303     
37304     Signed-off-by: Keith Packard <keithp@keithp.com>
37305
37306 commit a0a92c605e238277c9881545a7226e53b5dbc295
37307 Author: Keith Packard <keithp@keithp.com>
37308 Date:   Mon Nov 8 22:17:26 2010 -0800
37309
37310     altosui: Fix more calls to AltosPreferences.channel()
37311     
37312     Oops. Two more.
37313     
37314     Signed-off-by: Keith Packard <keithp@keithp.com>
37315
37316 commit 94f4a50d6430cc8280cbdaa9f39d3cb858d0e077
37317 Author: Keith Packard <keithp@keithp.com>
37318 Date:   Mon Nov 8 22:10:46 2010 -0800
37319
37320     altosui: Fix channel setting at serial open time
37321     
37322     Was using the previous non-device-specific preferences API.
37323     
37324     Signed-off-by: Keith Packard <keithp@keithp.com>
37325
37326 commit 6b17d276271faa8a420a1c8f6be17faaa0c7043c
37327 Author: Keith Packard <keithp@keithp.com>
37328 Date:   Mon Nov 8 22:07:04 2010 -0800
37329
37330     altosui: Create buttons for main actions
37331     
37332     Signed-off-by: Keith Packard <keithp@keithp.com>
37333
37334 commit 16916be51d746b1e1057b3219e5bec8f8814259e
37335 Author: Keith Packard <keithp@keithp.com>
37336 Date:   Fri Nov 5 23:44:47 2010 -0700
37337
37338     altosui: Split out flight monitoring to separate window
37339     
37340     This creates a per-TD (or replay) window to contain the flight
37341     monitoring information, allowing multiple monitors.
37342     
37343     This also adds per-TD preferences for monitoring channel.
37344     
37345     Signed-off-by: Keith Packard <keithp@keithp.com>
37346
37347 commit ca931b1c484bd6b64617370e81b16e169fdae1c2
37348 Author: Bdale Garbee <bdale@gag.com>
37349 Date:   Wed Oct 6 17:47:44 2010 -0600
37350
37351     update changelogs for Debian build
37352
37353 commit 811ced628d586134224c1b501b40ce9eb435fc7c
37354 Author: Keith Packard <keithp@keithp.com>
37355 Date:   Wed Oct 6 16:42:27 2010 -0700
37356
37357     altosui: Separate out jfreechart and jcommon directories
37358     
37359     This allows these packages to be referenced separately
37360     
37361     Signed-off-by: Keith Packard <keithp@keithp.com>
37362
37363 commit c2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed
37364 Author: Keith Packard <keithp@keithp.com>
37365 Date:   Wed Oct 6 16:25:49 2010 -0700
37366
37367     altosui: Remove ability to graph data in .csv files
37368     
37369     There's no reason to support these files when the raw .eeprom or
37370     .telem files which generate them should be used instead.
37371     
37372     Signed-off-by: Keith Packard <keithp@keithp.com>
37373
37374 commit d5caf6f2f4d9257e26aa4305b26c02d1b263fa24
37375 Author: Bdale Garbee <bdale@gag.com>
37376 Date:   Wed Oct 6 17:14:35 2010 -0600
37377
37378     remove the csv build dep, as that code will be abandoned
37379
37380 commit 43e23a60780191e3c6f61df44c5dd08cc8604c51
37381 Author: Bdale Garbee <bdale@gag.com>
37382 Date:   Wed Oct 6 16:27:57 2010 -0600
37383
37384     update changelogs for Debian build
37385
37386 commit 8103432bf7adfe6ee5bf3ee42e1672475e6edd5a
37387 Author: Bdale Garbee <bdale@gag.com>
37388 Date:   Wed Oct 6 16:26:33 2010 -0600
37389
37390     update changelogs for Debian build
37391
37392 commit 635066cd35fb24cacf8400a477ea4b4e3dd2c39c
37393 Author: Bdale Garbee <bdale@gag.com>
37394 Date:   Wed Oct 6 16:26:19 2010 -0600
37395
37396     update changelogs for Debian build
37397
37398 commit 4396aaaf34cda3751dcca0eceb05b4ffeb411cde
37399 Author: Bdale Garbee <bdale@gag.com>
37400 Date:   Wed Oct 6 16:25:22 2010 -0600
37401
37402     add build-dep on libcsv-java
37403
37404 commit 7475ab5804bf3fb12b1b755e850af90d5a15d3eb
37405 Author: Bdale Garbee <bdale@gag.com>
37406 Date:   Wed Oct 6 16:19:35 2010 -0600
37407
37408     update changelogs for Debian build
37409
37410 commit d8a2f4ceb1c70a6be976a78e2264c961de2f2277
37411 Author: Bdale Garbee <bdale@gag.com>
37412 Date:   Wed Oct 6 16:18:45 2010 -0600
37413
37414     add build dep on jfreechart lib
37415
37416 commit f0d1468ceae065f0cdae6f6ae3323dec5636f073
37417 Author: Keith Packard <keithp@keithp.com>
37418 Date:   Tue Sep 28 17:56:49 2010 -0700
37419
37420     altosui: Add KML file export.
37421     
37422     Command line has switches now, --kml and --csv
37423     Export save dialog has combo box to select kml or csv result.
37424     
37425     Signed-off-by: Keith Packard <keithp@keithp.com>
37426
37427 commit 5a119fd92532d53e552efe1f7c61e87181fcace0
37428 Merge: 28da340 82744c3
37429 Author: Keith Packard <keithp@keithp.com>
37430 Date:   Mon Sep 27 22:28:07 2010 -0700
37431
37432     Merge remote branch 'aj/master'
37433
37434 commit 82744c3497d37650b88dee80be7956c4bd1cffb2
37435 Author: Anthony Towns <aj@erisian.com.au>
37436 Date:   Tue Sep 28 15:27:07 2010 +1000
37437
37438     Add callsign/serial/flight to graph title
37439
37440 commit 28da3406426437604125d332e4cda90d459df487
37441 Author: Keith Packard <keithp@keithp.com>
37442 Date:   Mon Sep 27 22:26:56 2010 -0700
37443
37444     altosui: use Altos constants in graphing code
37445     
37446     The Altos class nicely defines constants for all of the flight states.
37447     
37448     Signed-off-by: Keith Packard <keithp@keithp.com>
37449
37450 commit ce7f59fbfb5a94a67a4ceced3cc371b4c6b6e5d1
37451 Author: Anthony Towns <aj@erisian.com.au>
37452 Date:   Tue Sep 28 14:45:01 2010 +1000
37453
37454     Hax0r graphing to support telem/eeprom files
37455
37456 commit e2b9f47a205348d38756c70e928a2a9183de6884
37457 Merge: 7ef3ad0 8032031
37458 Author: Anthony Towns <aj@erisian.com.au>
37459 Date:   Tue Sep 28 12:55:47 2010 +1000
37460
37461     Merge branch 'master' of git://git.gag.com/fw/altos
37462
37463 commit 803203197e51e71e9c77b3610047fd5bf9a56c56
37464 Author: Keith Packard <keithp@keithp.com>
37465 Date:   Mon Sep 27 18:52:30 2010 -0700
37466
37467     altosui: Deal with eeprom dates going backwards across wrap
37468     
37469     eeprom timestamps can go backwards as the GPS time stamps are
37470     recorded when the first GPS character is received, but not placed into
37471     the eeprom log until the last GPS packet is complete. If this happens
37472     at the same time the tick count is wrapping, then the tick count will
37473     wrap backwards across the 0 boundary causing time to jump forwards.
37474     
37475     Fix this by letting time go backwards across the tick boundary, which
37476     requires that we know when the first 'real' tick is read from the
37477     eeprom file.
37478     
37479     Signed-off-by: Keith Packard <keithp@keithp.com>
37480
37481 commit fe7eba2e4af36cf29d8dc2378ac6985be04f68c6
37482 Author: Keith Packard <keithp@keithp.com>
37483 Date:   Mon Sep 27 18:51:05 2010 -0700
37484
37485     altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers
37486     
37487     This makes the CSV files contain all of the available information.
37488     
37489     Signed-off-by: Keith Packard <keithp@keithp.com>
37490
37491 commit c89a34d1eb25155405b0036baeadc7bbfeade1c2
37492 Author: Keith Packard <keithp@keithp.com>
37493 Date:   Mon Sep 27 17:11:48 2010 -0700
37494
37495     altosui: Create iterables for log file scanning. Split out display threads
37496     
37497     Convert from log file reading paradigm to using iterators which is
37498     more idiomatic for java. Split more code out of AltosUI.java,
37499     including the display update threads for telemetry monitoring and
37500     logfile replay.x
37501     
37502     Signed-off-by: Keith Packard <keithp@keithp.com>
37503
37504 commit 7ef3ad0c9354c0484c25badc69334b59c7f355e2
37505 Merge: eb74866 e66919a
37506 Author: Anthony Towns <aj@erisian.com.au>
37507 Date:   Fri Sep 24 10:28:06 2010 +1000
37508
37509     Merge branch 'master' of git://git.gag.com/fw/altos
37510
37511 commit e66919aa46193bd8c7a1e86fb32a3367dae121f5
37512 Author: Keith Packard <keithp@keithp.com>
37513 Date:   Thu Sep 23 16:52:51 2010 -0700
37514
37515     altosui: Require 4 sats for 'good' GPS data
37516     
37517     Wait for 10 consecutive GPS reports with at least 4 sats before
37518     reporting "GPS ready" state.
37519     
37520     Signed-off-by: Keith Packard <keithp@keithp.com>
37521
37522 commit 34ca8c00f4be72c314baff4c96f1e2f010948454
37523 Author: Keith Packard <keithp@keithp.com>
37524 Date:   Mon Sep 20 06:30:49 2010 -0700
37525
37526     altosui: remove unused ReplayThread wrapper classes
37527     
37528     These aren't used now that the replay opener dialog knows how to build
37529     a reader from a filename.
37530     
37531     Signed-off-by: Keith Packard <keithp@keithp.com>
37532
37533 commit fd010661ced6075f82a961625826665a3d8d1efe
37534 Author: Keith Packard <keithp@keithp.com>
37535 Date:   Mon Aug 30 14:00:04 2010 -0700
37536
37537     altosui: Factor some UI elements into separate classes
37538     
37539     Clean up AltosUI by moving the two main tables to separate class files.
37540     
37541     Signed-off-by: Keith Packard <keithp@keithp.com>
37542
37543 commit eb74866e919e8c661153847871f5a79e66d37296
37544 Merge: af404b4 1260589
37545 Author: Anthony Towns <aj@erisian.com.au>
37546 Date:   Mon Sep 20 22:05:26 2010 +1000
37547
37548     Merge branch 'master' of git://git.gag.com/fw/altos
37549
37550 commit 1260589976c1a95848b298497fd251c4ee7d3f93
37551 Author: Keith Packard <keithp@keithp.com>
37552 Date:   Sun Sep 19 02:52:29 2010 -0700
37553
37554     altosui: Write raw sensor data to .csv files
37555     
37556     For data export, provide the raw sensor samples instead of the
37557     filtered values.
37558     
37559     Signed-off-by: Keith Packard <keithp@keithp.com>
37560
37561 commit 7a4d7110debb88f4e906fee7c46f2badd561809d
37562 Author: Keith Packard <keithp@keithp.com>
37563 Date:   Sun Sep 19 02:50:43 2010 -0700
37564
37565     altosui: Use recorded ground acceleration when reading eeprom files
37566     
37567     The flight software records 1000 accelerometer samples and records
37568     that in the flight log. Use that value instead of using the very few
37569     samples recorded in the eeprom before boost is detected. This
37570     generates far more accurate accerometer data in the .csv files.
37571     
37572     Signed-off-by: Keith Packard <keithp@keithp.com>
37573
37574 commit af404b428bd742039afc25ff3850f76bc92c7c29
37575 Author: Anthony Towns <aj@erisian.com.au>
37576 Date:   Wed Sep 15 07:24:04 2010 +1000
37577
37578     Add JFreeChart to Makefile.am
37579
37580 commit 61590b8729831cb138b2ba6b88802c208d114753
37581 Author: Anthony Towns <aj@erisian.com.au>
37582 Date:   Wed Sep 15 06:51:05 2010 +1000
37583
37584     Add graphing.
37585
37586 commit 3d64f5a6511529ca53699190f4d54de1ba62a9bd
37587 Merge: ec6da08 b9623f8
37588 Author: Anthony Towns <aj@erisian.com.au>
37589 Date:   Sat Sep 11 15:15:14 2010 +1000
37590
37591     Merge branch 'master' of git://git.gag.com/fw/altos
37592
37593 commit b9623f8ef26491e9fa14e2478295fe6f5cbbd87f
37594 Author: Keith Packard <keithp@keithp.com>
37595 Date:   Fri Sep 10 21:07:14 2010 -0700
37596
37597     altosui: Remember directory containing firmware files
37598     
37599     Instead of forcing the user to navigate to the firmware directory each
37600     time, this remembers the previous directory and starts there.
37601     
37602     Signed-off-by: Keith Packard <keithp@keithp.com>
37603
37604 commit 7f2204e0832b14b1edca4266a2cbc272141ecc2b
37605 Author: Keith Packard <keithp@keithp.com>
37606 Date:   Fri Sep 10 20:55:05 2010 -0700
37607
37608     altosui: set default .csv file name in file save dialog
37609     
37610     This uses setSelectedFile to specify which output filename to make the
37611     default in the save dialog.
37612     
37613     Signed-off-by: Keith Packard <keithp@keithp.com>
37614
37615 commit 7e053ae1f2d09347123ac9fa79e46645378b4c70
37616 Author: Bdale Garbee <bdale@gag.com>
37617 Date:   Fri Sep 10 10:42:35 2010 -0600
37618
37619     make the column headers comma separated, too, so they align with the data
37620
37621 commit ec6da0824474e46de842845d7b53fe1a1dde33ed
37622 Merge: 7c2e411 1031067
37623 Author: Anthony Towns <aj@erisian.com.au>
37624 Date:   Fri Sep 10 16:11:34 2010 +1000
37625
37626     Merge branch 'master' of git://git.gag.com/fw/altos
37627
37628 commit 10310672a83a66dc630718b151d653fc066f8e59
37629 Author: Bdale Garbee <bdale@gag.com>
37630 Date:   Fri Sep 10 00:09:25 2010 -0600
37631
37632     update changelogs for Debian build
37633
37634 commit 9d0e89e8ad8926dc8371fa809835a580ae49711d
37635 Author: Keith Packard <keithp@keithp.com>
37636 Date:   Thu Sep 9 23:04:59 2010 -0700
37637
37638     altosui: Stop parsing eeprom file after hitting 'landed' state
37639     
37640     Sometimes there are additional records found in the eeprom file; the
37641     reader is mostly worried about not losing anything, so it reads as
37642     much as it can. However, the last record written for any flight is the
37643     'landed' record, so we can stop looking at the file after hitting that.
37644     
37645     Signed-off-by: Keith Packard <keithp@keithp.com>
37646
37647 commit 67b6952f7126704478ede5575e5e938d18fcc329
37648 Author: Keith Packard <keithp@keithp.com>
37649 Date:   Thu Sep 9 23:04:14 2010 -0700
37650
37651     altosui: Fill in time value of last Eeprom record read from file
37652     
37653     The last record is handled separately, and was missing the code to
37654     compute the time. Sigh.
37655     
37656     Signed-off-by: Keith Packard <keithp@keithp.com>
37657
37658 commit 8b0b584cd0ca7542e65aac0c7897ad7ab4115122
37659 Author: Keith Packard <keithp@keithp.com>
37660 Date:   Thu Sep 9 22:55:47 2010 -0700
37661
37662     altosui: Remove debug printfs from AltosTelemetryReader
37663     
37664     Signed-off-by: Keith Packard <keithp@keithp.com>
37665
37666 commit a80bfae15f1499c49f7ef47978bf0337d8120892
37667 Author: Bdale Garbee <bdale@gag.com>
37668 Date:   Thu Sep 9 23:57:34 2010 -0600
37669
37670     rewind packaging changelog, again
37671
37672 commit 78ce3120e5a53858ca0d43c734aa5d28b4948ce3
37673 Author: Bdale Garbee <bdale@gag.com>
37674 Date:   Thu Sep 9 23:52:20 2010 -0600
37675
37676     update changelogs for Debian build
37677
37678 commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e
37679 Author: Bdale Garbee <bdale@gag.com>
37680 Date:   Thu Sep 9 23:51:23 2010 -0600
37681
37682     rewind packaging changelog
37683
37684 commit 7c2e4114a3a43f919a7a6c967d3f16e5d630f90f
37685 Merge: ddc83b4 af200f5
37686 Author: Anthony Towns <aj@erisian.com.au>
37687 Date:   Fri Sep 10 15:50:01 2010 +1000
37688
37689     Merge branch 'master' of git://git.gag.com/fw/altos
37690
37691 commit af200f5b84555de0556b52146379f3934774a3f3
37692 Author: Keith Packard <keithp@keithp.com>
37693 Date:   Thu Sep 9 22:30:48 2010 -0700
37694
37695     altosui: Fix telemetry file reader to handle tick count wrapping
37696     
37697     The telemetry reader was ignoring tick count wrapping, so you'd see
37698     time go backwards in jumps. Not useful.
37699     
37700     Signed-off-by: Keith Packard <keithp@keithp.com>
37701
37702 commit 96ca7051f60ea299e3e05bafbe5717fc83c3afd2
37703 Author: Bdale Garbee <bdale@gag.com>
37704 Date:   Thu Sep 9 22:50:03 2010 -0600
37705
37706     update changelogs for Debian build
37707
37708 commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84
37709 Author: Keith Packard <keithp@keithp.com>
37710 Date:   Thu Sep 9 21:28:10 2010 -0700
37711
37712     Add --with-fat-dir configure option to publish finished stand-alone bits
37713     
37714     --with-fat-dir specifies a directory to copy the finished
37715     linux/macosx/windows stand-alone ("fat") packages to. A sub-directory
37716     will be created under the specified directory based on the product
37717     version number and the files copied there.
37718     
37719     Signed-off-by: Keith Packard <keithp@keithp.com>
37720
37721 commit dd2b77b2a516a055f29191dcdfeb727e637aae86
37722 Author: Keith Packard <keithp@keithp.com>
37723 Date:   Thu Sep 9 20:59:29 2010 -0700
37724
37725     altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
37726     
37727     It used to be in ../libaltos
37728     
37729     Signed-off-by: Keith Packard <keithp@keithp.com>
37730
37731 commit 72a5c1258db92d0ddd660bfa875e8e55cab47af7
37732 Author: Keith Packard <keithp@keithp.com>
37733 Date:   Thu Sep 9 20:39:41 2010 -0700
37734
37735     altosui: Remove some debug printfs.
37736     
37737     Signed-off-by: Keith Packard <keithp@keithp.com>
37738
37739 commit 031fd9a954f2e3447d0150eb4ecc81af7b620dca
37740 Author: Keith Packard <keithp@keithp.com>
37741 Date:   Thu Sep 9 20:36:12 2010 -0700
37742
37743     Add firmware and libaltos to 'fat' target at top-level
37744     
37745     This ensures that all of the necessary bits are available to construct
37746     the distribution images.
37747     
37748     Signed-off-by: Keith Packard <keithp@keithp.com>
37749
37750 commit fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984
37751 Author: Bdale Garbee <bdale@gag.com>
37752 Date:   Thu Sep 9 21:29:20 2010 -0600
37753
37754     update changelogs for Debian build
37755
37756 commit 48f57997452e17564e28fe3e37403f6f63d32dea
37757 Author: Keith Packard <keithp@keithp.com>
37758 Date:   Thu Sep 9 20:24:42 2010 -0700
37759
37760     altosui: conflating USB product and vendor IDs is a bad idea
37761     
37762     We've now got a USB vendor ID called 'altusmetrum' for generic
37763     altusmetrum devices (old USB ID 0x000A) while the general vendor name
37764     for all devices is 'altusmetrum' as well.
37765     
37766     This patch splits vendors and products into separate name spaces,
37767     products are prefixed with product_ and vendor with (oddly) vendor_.
37768     
37769     Signed-off-by: Keith Packard <keithp@keithp.com>
37770
37771 commit 632d276118ab04de67561104be650f8fb69a0450
37772 Author: Bdale Garbee <bdale@gag.com>
37773 Date:   Thu Sep 9 20:34:43 2010 -0600
37774
37775     update changelogs for Debian build
37776
37777 commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307
37778 Author: Bdale Garbee <bdale@gag.com>
37779 Date:   Thu Sep 9 20:34:22 2010 -0600
37780
37781     initial cut at an altosui man page
37782
37783 commit 5c4e437975054d33604402591e1ea2f314932593
37784 Author: Bdale Garbee <bdale@gag.com>
37785 Date:   Thu Sep 9 20:06:09 2010 -0600
37786
37787     update changelogs for Debian build
37788
37789 commit 0ea75761416bff299233991e961ba25b6c7dcf89
37790 Merge: 35d70c9 8ee3464
37791 Author: Bdale Garbee <bdale@gag.com>
37792 Date:   Thu Sep 9 20:05:27 2010 -0600
37793
37794     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
37795
37796 commit 8ee3464d8064ebe1694c7b20177878c0d9961451
37797 Author: Keith Packard <keithp@keithp.com>
37798 Date:   Thu Sep 9 17:54:41 2010 -0700
37799
37800     altosui: Display error dialog when AltOS JNI library can't be loaded
37801     
37802     Having an error dialog appear at application startup seems better than
37803     simply failing to present the device dialog later on.
37804     
37805     Signed-off-by: Keith Packard <keithp@keithp.com>
37806
37807 commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095
37808 Author: Keith Packard <keithp@keithp.com>
37809 Date:   Thu Sep 9 17:52:46 2010 -0700
37810
37811     altosui: Store libaltos.so in $(libdir)/altos
37812     
37813     It's not a public library, so hide it away in a subdirectory.
37814     
37815     Signed-off-by: Keith Packard <keithp@keithp.com>
37816
37817 commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268
37818 Author: Keith Packard <keithp@keithp.com>
37819 Date:   Thu Sep 9 17:49:37 2010 -0700
37820
37821     altosui: Need to have JVM include path substituted into libaltos Makefile
37822     
37823     The libaltos Makefile needs to find the relevant jni.h file, which is
37824     found in the JVM_INCLUDE path, all nicely located by the configure.ac script.
37825     
37826     Signed-off-by: Keith Packard <keithp@keithp.com>
37827
37828 commit 35d70c92307dd478bc619b2f6c5a88e155cdad28
37829 Author: Bdale Garbee <bdale@gag.com>
37830 Date:   Thu Sep 9 17:27:07 2010 -0600
37831
37832     handle versioning of ihx files (poorly) by just wildcarding the file name,
37833     which assumes there's only one matching .. probably ok on Debian?
37834
37835 commit c286ada6457579d64e9d8ca44b927258b4a561da
37836 Author: Bdale Garbee <bdale@gag.com>
37837 Date:   Thu Sep 9 16:27:40 2010 -0600
37838
37839     update changelogs for Debian build
37840
37841 commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2
37842 Author: Keith Packard <keithp@keithp.com>
37843 Date:   Thu Sep 9 15:25:18 2010 -0700
37844
37845     altosui: remove FATJAR from all-local to avoid building fat .jar file
37846     
37847     the fat .jar file is used in non-native builds to run from a directory
37848     containing all of the freetts jar files along with the altosui jar
37849     file. We don't want this on a real install where freetts is installed separately.
37850     
37851     Signed-off-by: Keith Packard <keithp@keithp.com>
37852
37853 commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a
37854 Author: Keith Packard <keithp@keithp.com>
37855 Date:   Thu Sep 9 15:22:14 2010 -0700
37856
37857     altosui: hack to make JAVAROOT directory get created before javac runs
37858     
37859     This ensures that the JAVAROOT directory gets created by adding it to
37860     the variable used to set the CLASSPATH environment value.
37861     
37862     Signed-off-by: Keith Packard <keithp@keithp.com>
37863
37864 commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895
37865 Author: Keith Packard <keithp@keithp.com>
37866 Date:   Thu Sep 9 15:11:41 2010 -0700
37867
37868     altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
37869     
37870     This appears to matter to Vista. Dunno why.
37871     
37872     Signed-off-by: Keith Packard <keithp@keithp.com>
37873
37874 commit 16980b848651a6b20a0b458446f0a19fb517539d
37875 Author: Keith Packard <keithp@keithp.com>
37876 Date:   Thu Sep 9 15:10:25 2010 -0700
37877
37878     altosui: Add explicit requirement to create classes directory
37879     
37880     The implicit ordering doesn't appear reliable.
37881     
37882     Signed-off-by: Keith Packard <keithp@keithp.com>
37883
37884 commit 15da683c2f747baef49c8b8d321a86faede0de30
37885 Author: Bdale Garbee <bdale@gag.com>
37886 Date:   Thu Sep 9 15:51:50 2010 -0600
37887
37888     update changelogs for Debian build
37889
37890 commit 012e7176954a6b74b3b667317be0f6dc41d7ab70
37891 Author: Bdale Garbee <bdale@gag.com>
37892 Date:   Thu Sep 9 15:51:02 2010 -0600
37893
37894     add libtool to build deps
37895
37896 commit 3e5824b9a71971ce99bfe38a1e860b421e265f02
37897 Author: Bdale Garbee <bdale@gag.com>
37898 Date:   Thu Sep 9 15:43:47 2010 -0600
37899
37900     update changelogs for Debian build
37901
37902 commit ddc83b4c401be965a9947782becf20cc8c54e6a2
37903 Merge: afea6c2 3d49d5f
37904 Author: Anthony Towns <aj@erisian.com.au>
37905 Date:   Sun Sep 5 20:49:34 2010 +1000
37906
37907     Merge branch 'master' of git://git.gag.com/fw/altos
37908
37909 commit 3d49d5f69b41c27003dbc5ccf1899014bd13bd99
37910 Author: Keith Packard <keithp@keithp.com>
37911 Date:   Sun Sep 5 02:05:06 2010 -0700
37912
37913     altosui: ensure that 'altosui' script is installed. Pass arguments along.
37914     
37915     Signed-off-by: Keith Packard <keithp@keithp.com>
37916
37917 commit b61fec225ada6a9e252e4c7920101ee18c77cbdc
37918 Author: Keith Packard <keithp@keithp.com>
37919 Date:   Sun Sep 5 01:55:56 2010 -0700
37920
37921     altosui: eeprom files place 'boost' time in the flight number record.
37922     
37923     Instead of looking for the first state change record, use the Flight
37924     record to get the boost tick.
37925     
37926     Signed-off-by: Keith Packard <keithp@keithp.com>
37927
37928 commit 6c653a4cba5fef8d49261cf1c024f3e86e9058c6
37929 Author: Keith Packard <keithp@keithp.com>
37930 Date:   Sun Sep 5 01:52:36 2010 -0700
37931
37932     altosui: Record flight number when scanning file, not when running
37933     
37934     The very first record in the eeprom is the flight number, but it is
37935     time-stamped with the 'boost' time, and so it gets sorted until much
37936     later, delaying the return of data until the rocket enters boost
37937     mode. This drops all of the nice pad GPS and state date on the floor.
37938     
37939     Signed-off-by: Keith Packard <keithp@keithp.com>
37940
37941 commit 38e1d87c8d449866faac026577fefa9a118428cb
37942 Author: Keith Packard <keithp@keithp.com>
37943 Date:   Sun Sep 5 01:23:53 2010 -0700
37944
37945     altosui: Use local .class files in the classpath
37946     
37947     This ensures that compiling only a few changed files will
37948     locate the old .class files instead of using a stale .jar file.
37949
37950 commit 9941b05a1d03dafd6cd899b5fe999ed769efb1d6
37951 Author: Keith Packard <keithp@keithp.com>
37952 Date:   Sun Sep 5 01:21:14 2010 -0700
37953
37954     altosui: Prevent voice altitude data from queueing up
37955     
37956     When flight status changes rapidly, the queue of voice data can get
37957     quite long. This change does two things -- first, it remembers when
37958     the altitude reporting happens due to flight events and delays the
37959     periodic reporting until a suitable time after that, second it ensures
37960     that the voice data has all been delivered before generating a new
37961     altitude report.
37962     
37963     Signed-off-by: Keith Packard <keithp@keithp.com>
37964
37965 commit 4dec5c36702d76dc95beada7c1d3222a638a2cbb
37966 Author: Keith Packard <keithp@keithp.com>
37967 Date:   Sun Sep 5 01:19:11 2010 -0700
37968
37969     altosui: Add AltosVoice.drain() to wait for queued speech to finish
37970     
37971     drain() blocks until all pending phrases have been processed, allowing
37972     the UI code to avoid pending data that will end up stale by the time
37973     it is emitted.
37974     
37975     Signed-off-by: Keith Packard <keithp@keithp.com>
37976
37977 commit 410ba89eef9c9817eef81b702966cb88820ff7c4
37978 Author: Keith Packard <keithp@keithp.com>
37979 Date:   Sun Sep 5 01:13:01 2010 -0700
37980
37981     altosui: Start idle thread after the rocket leaves the pad
37982     
37983     This makes the first altitude report time consistently 10 seconds
37984     after launch, instead of some random time depending on when the rocket
37985     launched relative to the time the device connection was made.
37986     
37987     Signed-off-by: Keith Packard <keithp@keithp.com>
37988
37989 commit 6205547ec7191aab0259a8449520e966a96129e6
37990 Author: Keith Packard <keithp@keithp.com>
37991 Date:   Sun Sep 5 01:08:50 2010 -0700
37992
37993     altosui: When replay thread is interrupted, don't make final report
37994     
37995     Normally, the replay process makes one final report after the file has
37996     been parsed. However, if the reading process is interrupted to display
37997     something else, this report is just annoying, so don't make it.
37998     
37999     Signed-off-by: Keith Packard <keithp@keithp.com>
38000
38001 commit 3d99584fcfe43b22e8581874e0ac77ce3d635d48
38002 Author: Keith Packard <keithp@keithp.com>
38003 Date:   Sun Sep 5 01:03:18 2010 -0700
38004
38005     altosui: Add elevation and range data to main display
38006     
38007     Reported by voice, it's useful to see these on the display as well.
38008     
38009     Signed-off-by: Keith Packard <keithp@keithp.com>
38010
38011 commit 2d58f319a7c1a6a8ccc6a539722009996ba886ab
38012 Author: Keith Packard <keithp@keithp.com>
38013 Date:   Sun Sep 5 01:01:10 2010 -0700
38014
38015     altosui: Eeprom files contain only one date; save it.
38016     
38017     While reading eeprom files, the GPS record is reconstructed each time
38018     the system sees the first GPS log item (the time field), but as the
38019     date isn't repeated, we need to copy it from the old GPS data record.
38020     
38021     Signed-off-by: Keith Packard <keithp@keithp.com>
38022
38023 commit b2aa689bf3d61e4a3ebe7c828162d1be20aad0f6
38024 Author: Keith Packard <keithp@keithp.com>
38025 Date:   Sun Sep 5 00:59:54 2010 -0700
38026
38027     altosui: Remove debugging printf from AltosEepromReader
38028     
38029     These were in place while validing the GPS data reconstruction code
38030     that handles eeprom files missing the first GPS date line due to the
38031     record overwriting bug in old firmware versions.
38032     
38033     Signed-off-by: Keith Packard <keithp@keithp.com>
38034
38035 commit eb0e7a59f0806734a4c959a3ce7c57f71cbe3986
38036 Author: Keith Packard <keithp@keithp.com>
38037 Date:   Sun Sep 5 00:57:38 2010 -0700
38038
38039     altosui: Return AO_LOG_INVALID instead of exception for eeprom files
38040     
38041     When an eeprom file contains an invalid line, just return
38042     AO_LOG_INVALID instead of throwing an exception. This allows us to
38043     replay and parse files with extraneous serial communication.
38044     
38045     Signed-off-by: Keith Packard <keithp@keithp.com>
38046
38047 commit c3a17c71a45207dd715d537704f161de9219f0d7
38048 Author: Keith Packard <keithp@keithp.com>
38049 Date:   Sat Sep 4 18:49:22 2010 -0700
38050
38051     altosui: Fix linux fat distribution
38052     
38053     Again, use 'cp -p' instead of 'cp -a' to get files into the archive
38054     instead of links. Also, make the shell script 'altosui' instead of
38055     'altosui-fat'.
38056     
38057     Signed-off-by: Keith Packard <keithp@keithp.com>
38058
38059 commit 828e9e4c68e3ac90b6ba2e9fd5f131a9975f7e4a
38060 Author: Keith Packard <keithp@keithp.com>
38061 Date:   Sat Sep 4 18:39:58 2010 -0700
38062
38063     altosui: Fix up Mac OSX .zip file
38064     
38065     Must contain 'altosui.jar' instead of altosui-fat.jar.
38066     Also, was using 'cp -a' instead of 'cp -p' which made files
38067     represented by symlinks not end up in the archive.
38068     
38069     Signed-off-by: Keith Packard <keithp@keithp.com>
38070
38071 commit 044fd27449c70474f51b99dec25fd23d3c03a559
38072 Author: Keith Packard <keithp@keithp.com>
38073 Date:   Sat Sep 4 18:20:45 2010 -0700
38074
38075     altosui: Fix windows installer to ship correct files
38076     
38077     Was shipping altosui.jar instead of altosui-fat.jar
38078     
38079     Signed-off-by: Keith Packard <keithp@keithp.com>
38080
38081 commit 148b927c3b8bc7b7b5c5356392032faf2b1203d3
38082 Author: Keith Packard <keithp@keithp.com>
38083 Date:   Sat Sep 4 18:04:04 2010 -0700
38084
38085     Add top-level 'fat' target to aid building distribution files
38086     
38087     Signed-off-by: Keith Packard <keithp@keithp.com>
38088
38089 commit aed59e1c057c13e28fd368dc2592aa4628211097
38090 Author: Keith Packard <keithp@keithp.com>
38091 Date:   Sat Sep 4 17:59:11 2010 -0700
38092
38093     Add version numbers to released files. Set version to 0.7.1
38094     
38095     Instead of using git revision counts for version numbers, use explicit
38096     versions numbers configured in the configure.ac file. Expose published
38097     files with version numbers.
38098     
38099     Signed-off-by: Keith Packard <keithp@keithp.com>
38100
38101 commit 2808bba3efa1cff133cc060dabff06fab8b75388
38102 Author: Keith Packard <keithp@keithp.com>
38103 Date:   Sat Sep 4 17:58:52 2010 -0700
38104
38105     Ignore libtool files.
38106
38107 commit bc183400ab93d5902c52851319999cc77f27bc81
38108 Author: Keith Packard <keithp@keithp.com>
38109 Date:   Sat Sep 4 17:35:17 2010 -0700
38110
38111     altos: add some SDCDB config files
38112
38113 commit 887b11f6b9c81b9f15348d54017e700ca7dc5e55
38114 Author: Keith Packard <keithp@keithp.com>
38115 Date:   Sat Sep 4 17:27:17 2010 -0700
38116
38117     Use autotools for altosui and libaltos
38118     
38119     This switches from hand-written Makefiles to automake with libtool
38120     for these parts of the system.
38121     
38122     Signed-off-by: Keith Packard <keithp@keithp.com>
38123
38124 commit e844e8a0695e27af6f8e3e37a5e3bcc865b862e3
38125 Author: Keith Packard <keithp@keithp.com>
38126 Date:   Sat Sep 4 01:13:42 2010 -0700
38127
38128     altosui: Add icons to application and Windows menus.
38129     
38130     Use the altus-metrum icon for an application icon and a windows start
38131     menu/desktop icon.
38132     
38133     Signed-off-by: Keith Packard <keithp@keithp.com>
38134
38135 commit e9ea28504c646fc25791aab09b9e5faf73e0ac0c
38136 Author: Keith Packard <keithp@keithp.com>
38137 Date:   Sat Sep 4 01:08:34 2010 -0700
38138
38139     icon: add some icons for application programs
38140     
38141     altus-metrum.ico: Windows ICO file
38142     altus-metrum-16x16.jpg: 16x16 jpg image for java
38143     
38144     Signed-off-by: Keith Packard <keithp@keithp.com>
38145
38146 commit f550677df016070430ed38bfa2b2be33f1b8c40a
38147 Author: Keith Packard <keithp@keithp.com>
38148 Date:   Sat Sep 4 00:16:41 2010 -0700
38149
38150     altosui: oops. renamed the nsis file to altos-windows.nsi
38151     
38152     And forgot to change the dependency in the Makefile
38153     
38154     Signed-off-by: Keith Packard <keithp@keithp.com>
38155
38156 commit c0988ddbf104ea729090c2e7e2a28cc6dc9e90f6
38157 Author: Keith Packard <keithp@keithp.com>
38158 Date:   Sat Sep 4 00:14:15 2010 -0700
38159
38160     altosui: ignore built files
38161
38162 commit ecb4a09535b6a8da0765010489a96e605dbdeb46
38163 Author: Keith Packard <keithp@keithp.com>
38164 Date:   Sat Sep 4 00:13:11 2010 -0700
38165
38166     altosui: Add windows installer build using 'nsis'
38167     
38168     nsis happens to be packaged in debian, and it appears to build usable
38169     installers, which is all very cool.
38170     
38171     Signed-off-by: Keith Packard <keithp@keithp.com>
38172
38173 commit bf22923cd8b4f6f954718358b411b5b10d8e7b4d
38174 Author: Bdale Garbee <bdale@gag.com>
38175 Date:   Sat Sep 4 00:46:29 2010 -0400
38176
38177     update changelogs for Debian build
38178
38179 commit 59798c6fd11502a9c8b66090c23ba50eb250692e
38180 Author: Keith Packard <keithp@keithp.com>
38181 Date:   Fri Sep 3 12:43:45 2010 -0700
38182
38183     altosui: Catch I/O errors on telemetry device, report to user
38184     
38185     This catches the USB device being unplugged and makes sure the
38186     user sees an error dialog in this case.
38187     
38188     Signed-off-by: Keith Packard <keithp@keithp.com>
38189
38190 commit 16d8d6a8853d09f683b13f9cda3c3174a0aab130
38191 Author: Keith Packard <keithp@keithp.com>
38192 Date:   Fri Sep 3 12:31:05 2010 -0700
38193
38194     altosui: Must flush serial line after configuring for telemetry
38195     
38196     Without flushing the configuration commands to the serial device, it
38197     never sees them as the telemetry input thread doesn't flush.
38198     
38199     Signed-off-by: Keith Packard <keithp@keithp.com>
38200
38201 commit d4f64e95e31e2335470efc15df2ab357b7d197f3
38202 Author: Keith Packard <keithp@keithp.com>
38203 Date:   Fri Sep 3 11:48:55 2010 -0700
38204
38205     Revert "altosui: Deal with altos bug setting radio channel while monitoring"
38206     
38207     This reverts commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f.
38208     
38209     Testing the old code
38210
38211 commit 71191ecef3ba0e00d0f8a7cd1a24982bfa44ec72
38212 Author: Keith Packard <keithp@keithp.com>
38213 Date:   Fri Sep 3 01:30:33 2010 -0700
38214
38215     altosui: Allow 'connect to device' when already connected
38216     
38217     Opening another serial device involves shutting down the display
38218     thread (to reset its state) and spawning another one. Shutting down
38219     the display thread normally closes the serial device as a part of the
38220     process, and if this isn't done before the new serial device is
38221     opened, then the new serial device ends up getting closed too.
38222     
38223     Interrupting the display thread and waiting for it to stop before
38224     opening the new serial device solves the problem.
38225     
38226     Signed-off-by: Keith Packard <keithp@keithp.com>
38227
38228 commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f
38229 Author: Keith Packard <keithp@keithp.com>
38230 Date:   Fri Sep 3 01:21:57 2010 -0700
38231
38232     altosui: Deal with altos bug setting radio channel while monitoring
38233     
38234     If the monitoring thread is active, then setting the radio channel can
38235     sometimes cause the monitoring thread to get stuck. I'm not entirely
38236     sure why though. For now, work around the issue by making sure
38237     monitoring is off, and the monitoring thread has stopped, before
38238     changing the radio channel.
38239     
38240     Signed-off-by: Keith Packard <keithp@keithp.com>
38241
38242 commit e5ef42c2b22c6639d90631dbbb588f9fd2494385
38243 Author: Keith Packard <keithp@keithp.com>
38244 Date:   Fri Sep 3 01:12:24 2010 -0700
38245
38246     altosui: Report telemetry CRC errors in UI
38247     
38248     Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle
38249     units, so report them in the UI.
38250     
38251     Signed-off-by: Keith Packard <keithp@keithp.com>
38252
38253 commit 3b3aa448f3a0f44137f7530b04b58967ba5f22f5
38254 Author: Keith Packard <keithp@keithp.com>
38255 Date:   Thu Sep 2 21:11:29 2010 -0700
38256
38257     altosui: build Mac OS .zip file to include paths
38258     
38259     Without the paths, the OS X zip file doesn't create a usable
38260     application structure.
38261     
38262     Signed-off-by: Keith Packard <keithp@keithp.com>
38263
38264 commit cff0d1ef6b338b3d5ad9450d4d5f95df934cb5e4
38265 Author: Keith Packard <keithp@keithp.com>
38266 Date:   Wed Sep 1 22:56:34 2010 -0700
38267
38268     altosui: Post error dialog on invalid ROM config values.
38269     
38270     Signed-off-by: Keith Packard <keithp@keithp.com>
38271
38272 commit 8d8980f56a4f2c7d6f2ce667130706e0f04f8ded
38273 Author: Keith Packard <keithp@keithp.com>
38274 Date:   Wed Sep 1 22:56:12 2010 -0700
38275
38276     altosui: Remove some debug printfs from AltosRomconfig class
38277     
38278     Signed-off-by: Keith Packard <keithp@keithp.com>
38279
38280 commit 5ee6cd41ed189c3166f76558ecada80917f40652
38281 Author: Keith Packard <keithp@keithp.com>
38282 Date:   Wed Sep 1 22:47:15 2010 -0700
38283
38284     altosui: Hide internal rom config UI helper function
38285     
38286     This was getting mis-used by the flash UI causing the rom dialog
38287     'cancel' button to work just like 'ok'.
38288     
38289     Signed-off-by: Keith Packard <keithp@keithp.com>
38290
38291 commit 9a690c9795e8257d2a3225f905117681668a472f
38292 Author: Keith Packard <keithp@keithp.com>
38293 Date:   Wed Sep 1 22:46:04 2010 -0700
38294
38295     altosui: allow flashing to be canceled from the rom config dialog
38296     
38297     Was using the rom config class wrong, causing cancel actions to work
38298     just like 'ok' actions. Oops.
38299     
38300     Signed-off-by: Keith Packard <keithp@keithp.com>
38301
38302 commit 2f07ad14a16dbf1b75c71784ceae303825c90ade
38303 Author: Keith Packard <keithp@keithp.com>
38304 Date:   Wed Sep 1 22:43:22 2010 -0700
38305
38306     altosui: Abort flashing if debug port isn't working
38307     
38308     Check each command going over the debug port and make sure it works as
38309     expected. This commit adds checks for initializing the clock,
38310     selecting the desired program counter and running the flash
38311     program.
38312     
38313     Signed-off-by: Keith Packard <keithp@keithp.com>
38314
38315 commit cf30343aadd5039627a85319872685f743e64b16
38316 Author: Bdale Garbee <bdale@gag.com>
38317 Date:   Thu Sep 2 00:55:41 2010 -0400
38318
38319     update changelogs for Debian build
38320
38321 commit 59a40f6d5a2159b9009a3fa0737bb679efd5b32c
38322 Author: Bdale Garbee <bdale@gag.com>
38323 Date:   Thu Sep 2 00:55:01 2010 -0400
38324
38325     another distclean fix
38326
38327 commit 59ff9180f11063c257746b895a167179b3a4ff7c
38328 Author: Bdale Garbee <bdale@gag.com>
38329 Date:   Thu Sep 2 00:53:16 2010 -0400
38330
38331     and a few more distclean fixes
38332
38333 commit 3aafd70257b70b7c11ba9c55749157979bc61ea2
38334 Author: Bdale Garbee <bdale@gag.com>
38335 Date:   Thu Sep 2 00:52:04 2010 -0400
38336
38337     more makefile distclean target work
38338
38339 commit d5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f
38340 Author: Bdale Garbee <bdale@gag.com>
38341 Date:   Thu Sep 2 00:50:16 2010 -0400
38342
38343     update changelogs for Debian build
38344
38345 commit 14fa24ed93b3b1cec08a170004c6fb7f4d74f7e5
38346 Author: Bdale Garbee <bdale@gag.com>
38347 Date:   Thu Sep 2 00:48:31 2010 -0400
38348
38349     update changelogs for Debian build
38350
38351 commit 83552dfa0d38db9cdf3efc89e64e6c7896467856
38352 Author: Bdale Garbee <bdale@gag.com>
38353 Date:   Thu Sep 2 00:47:54 2010 -0400
38354
38355     add distclean targets to libaltos and altosui to all Debian package to build
38356
38357 commit 6f24d2a476759104a10b26b54faff2b18b0e208b
38358 Author: Bdale Garbee <bdale@gag.com>
38359 Date:   Thu Sep 2 00:46:21 2010 -0400
38360
38361     update changelogs for Debian build
38362
38363 commit d079bfe86ed40ff450ece445cf5f5e3970e44cec
38364 Author: Bdale Garbee <bdale@gag.com>
38365 Date:   Thu Sep 2 00:44:30 2010 -0400
38366
38367     update changelogs for Debian build
38368
38369 commit a470315e5d822a69ef5304512cf73c604c88e481
38370 Author: Keith Packard <keithp@keithp.com>
38371 Date:   Wed Sep 1 20:14:51 2010 -0700
38372
38373     altosui: Remove Manifest.txt from git repo as it's built now
38374     
38375     This file is built with appropriate contents for each different .jar file.
38376     
38377     Signed-off-by: Keith Packard <keithp@keithp.com>
38378
38379 commit 1177e0a684328422be5adc68093d0091a218a824
38380 Author: Keith Packard <keithp@keithp.com>
38381 Date:   Wed Sep 1 19:53:24 2010 -0700
38382
38383     altos: Bounds check Skytraq GPS tracking data array
38384     
38385     Missing GPS serial data could cause the tracking array reset to
38386     get skipped, causing the array to be overrun, smashing critical data
38387     beyond the array.
38388     
38389     This was detected using the 'altosui' flash command to program a
38390     device from TM. Hitting the USB that hard caused TM to crash with a
38391     mutex error (3 beeps) after the ao_gps_task structure was overwritten
38392     with zeros.
38393     
38394     Signed-off-by: Keith Packard <keithp@keithp.com>
38395
38396 commit 775acb89660cdee2f3c54c38297baefe39f2414c
38397 Author: Keith Packard <keithp@keithp.com>
38398 Date:   Mon Aug 30 22:24:09 2010 -0700
38399
38400     altosui: missed AltosReader.class in the Makefile
38401     
38402     This caused clean builds to fail to make this file
38403     
38404     Signed-off-by: Keith Packard <keithp@keithp.com>
38405
38406 commit bd2b9d958c2b7f846031b076ed51c4fbaaf2d68f
38407 Author: Bdale Garbee <bdale@gag.com>
38408 Date:   Tue Aug 31 00:20:06 2010 -0400
38409
38410     update changelogs for Debian build
38411
38412 commit d006c5e1255433181aca4c8e6a277b2d1bc0841b
38413 Author: Bdale Garbee <bdale@gag.com>
38414 Date:   Tue Aug 31 00:19:37 2010 -0400
38415
38416     add runtime dependencies for altos binary package
38417
38418 commit c1c7d731e3774883fa0bb5538be225a59334d124
38419 Author: Bdale Garbee <bdale@gag.com>
38420 Date:   Mon Aug 30 19:52:51 2010 -0600
38421
38422     update changelogs for Debian build
38423
38424 commit c35632efb1919764e4b8581ed6fcf2bedd4bd517
38425 Author: Bdale Garbee <bdale@gag.com>
38426 Date:   Mon Aug 30 19:37:50 2010 -0600
38427
38428     update changelogs for Debian build
38429
38430 commit 2a004d17a13b4ff52d892bfdecff8ad3d0823f7c
38431 Author: Bdale Garbee <bdale@gag.com>
38432 Date:   Mon Aug 30 19:37:17 2010 -0600
38433
38434     don't build all the "fat" jar deliverables by default
38435
38436 commit 507e429db6638f82c32449e9c5ca06b46da30134
38437 Author: Bdale Garbee <bdale@gag.com>
38438 Date:   Mon Aug 30 19:09:00 2010 -0600
38439
38440     update changelogs for Debian build
38441
38442 commit 25764fcd1b65c3a5a817afdb5901ac30e8a5f0c0
38443 Author: Bdale Garbee <bdale@gag.com>
38444 Date:   Mon Aug 30 19:08:29 2010 -0600
38445
38446     update changelogs for Debian build
38447
38448 commit 4790f78aead8a816e5b247c022b2998ce3a94053
38449 Author: Bdale Garbee <bdale@gag.com>
38450 Date:   Mon Aug 30 18:48:50 2010 -0600
38451
38452     add a .gitattributes file, configuring the Mac and Windows binary library
38453     files with the export-ignore attribute, in hopes that this will prevent
38454     them showing up in source packages
38455
38456 commit 81318e5b7179b0311ab099043ecb04a25d763750
38457 Author: Bdale Garbee <bdale@gag.com>
38458 Date:   Mon Aug 30 18:15:40 2010 -0600
38459
38460     make invocation of 'install' pathless to work on more Unix variants
38461
38462 commit cbc72399a0f4d7429df0189bcdae683dd491cb9e
38463 Author: Bdale Garbee <bdale@gag.com>
38464 Date:   Mon Aug 30 17:56:56 2010 -0600
38465
38466     continue even if rm's don't have anything to do
38467
38468 commit a9a8d23c877e6f6c76857b7c85e3d43b4da1db27
38469 Author: Keith Packard <keithp@keithp.com>
38470 Date:   Mon Aug 30 05:49:11 2010 -0700
38471
38472     altosui: Devices with USB id 0x000a always get listed
38473     
38474     List 'unknown' AltusMetrum devices anytime the UI needs a device
38475     name.
38476     
38477     Signed-off-by: Keith Packard <keithp@keithp.com>
38478
38479 commit a94900b8862b99b4e317ea0ee3edd2a560f270c7
38480 Author: Keith Packard <keithp@keithp.com>
38481 Date:   Mon Aug 30 05:48:23 2010 -0700
38482
38483     altosui: build debian-style altosui too
38484     
38485     This adds the dependencies to make sure altosui and altosui.jar get built.
38486     
38487     Signed-off-by: Keith Packard <keithp@keithp.com>
38488
38489 commit 38ac388baf8125c0644b868a7aaf8eba1bdf990d
38490 Author: Keith Packard <keithp@keithp.com>
38491 Date:   Mon Aug 30 05:28:37 2010 -0700
38492
38493     altosui: Build linux, mac and windows archives on Linux
38494     
38495     This adds 'fat' archives for each target OS.
38496     
38497     Signed-off-by: Keith Packard <keithp@keithp.com>
38498
38499 commit 35d9a8214252dbe79aeb69ae47d2e5c58a654702
38500 Author: Keith Packard <keithp@keithp.com>
38501 Date:   Mon Aug 30 05:27:45 2010 -0700
38502
38503     libaltos: Use overlapped I/O on windows
38504     
38505     Otherwise, reads block writes and vice-versa. Crazy stuff.
38506     
38507     Signed-off-by: Keith Packard <keithp@keithp.com>
38508
38509 commit c7ba92317ac55272acbde12416448ebd17b983a6
38510 Author: Keith Packard <keithp@keithp.com>
38511 Date:   Mon Aug 30 04:52:00 2010 -0700
38512
38513     altos: Windows sends USB Out packets of 0 length. Ack them.
38514     
38515     This was an untested case as no other operating system sents 0-length
38516     out packets (they're not necessary). The correct response is to ACK
38517     them by clearing the OUTPKT_RDY bit so that another packet can be sent.
38518     
38519     Signed-off-by: Keith Packard <keithp@keithp.com>
38520
38521 commit 20a472cfe3369200150ea4ff067ceb28968dbcac
38522 Author: Keith Packard <keithp@keithp.com>
38523 Date:   Mon Aug 30 02:58:23 2010 -0700
38524
38525     libaltos: Add pre-built Windows .dll
38526     
38527     This lets us create the windows distribution on Linux.
38528     
38529     Signed-off-by: Keith Packard <keithp@keithp.com>
38530
38531 commit 0300fe581c949232bc52b05fe9c1f6032cad6b60
38532 Author: Keith Packard <keithp@keithp.com>
38533 Date:   Mon Aug 30 02:56:25 2010 -0700
38534
38535     libaltos: Add pre-built Mac OS X libaltos.dylib
38536     
38537     This allows the mac bits to be built on Linux.
38538     
38539     Signed-off-by: Keith Packard <keithp@keithp.com>
38540
38541 commit 5d48c494325524bbeed10e0dc7300ed44e7e208e
38542 Author: Keith Packard <keithp@keithp.com>
38543 Date:   Mon Aug 30 02:53:26 2010 -0700
38544
38545     Update telemetrum.inf to include all current USB ids.
38546     
38547     Windows 7 has 'encouraged' us to split out each product into a
38548     separate USB ID. telemetrum.inf now has all of them listed.
38549     
38550     Signed-off-by: Keith Packard <keithp@keithp.com>
38551
38552 commit df34bbe7d1c43b12ab6d610fe810b6e1683e4c21
38553 Author: Keith Packard <keithp@keithp.com>
38554 Date:   Mon Aug 30 02:49:49 2010 -0700
38555
38556     libaltos: Improve Makefile
38557     
38558     Builds Windows .dll correctly now and sample app.
38559     Moves linux install target to end so it is not default
38560     Adds .NOTPARALLEL to disable parallel gnumake.
38561     Removes -g debugging flags to shrink file size.
38562     
38563     Signed-off-by: Keith Packard <keithp@keithp.com>
38564
38565 commit dd5374b8e660012ae4f8b058454fd101e0749ca7
38566 Author: Keith Packard <keithp@keithp.com>
38567 Date:   Mon Aug 30 02:00:30 2010 -0700
38568
38569     libaltos: Fix windows build.
38570     
38571     Need stdlib.h to get calloc/free defined, remove debug printfs, fix
38572     serial timeouts.
38573     
38574     Signed-off-by: Keith Packard <keithp@keithp.com>
38575
38576 commit 63c832394a829f41b8f77d075786530536360349
38577 Author: Keith Packard <keithp@keithp.com>
38578 Date:   Sun Aug 29 23:22:27 2010 -0700
38579
38580     altos: shut down packet mode cleanly
38581     
38582     Instead of constantly bashing the packet master thread, let it shut
38583     itself down in an orderly fashion. It will shut down fairly quickly as
38584     all of the activities in that thread are bounded. Otherwise, the
38585     master packet thread might leave mutexes locked and all sorts of other
38586     horrors.
38587     
38588     Tested on Linux and Mac OS X and shown to be reliable.
38589     
38590     Signed-off-by: Keith Packard <keithp@keithp.com>
38591
38592 commit 43619c13f749b79c096d1e8fdab3d5cfb5fd85f1
38593 Author: Keith Packard <keithp@keithp.com>
38594 Date:   Sun Aug 29 22:42:23 2010 -0700
38595
38596     altos: Abort radio harder when terminating packet mode.
38597     
38598     Make sure the master radio tasks don't get stuck waiting for an
38599     incoming packet again by aborting the radio each time we poke the
38600     tasks.
38601     
38602     Signed-off-by: Keith Packard <keithp@keithp.com>
38603
38604 commit c4a8569f61eddf690d00337543462235ecbfbe54
38605 Author: Keith Packard <keithp@keithp.com>
38606 Date:   Sun Aug 29 22:41:18 2010 -0700
38607
38608     altos: flush pending output when terminating packet mode
38609     
38610     Just in case the last command sent hasn't been transmitted, hang
38611     around for up to a second waiting for the data to get across the link.
38612     
38613     Signed-off-by: Keith Packard <keithp@keithp.com>
38614
38615 commit 1acd3c7ec167b1b18e4ea493e5978c938a91cc89
38616 Author: Keith Packard <keithp@keithp.com>
38617 Date:   Sun Aug 29 21:45:19 2010 -0700
38618
38619     libaltos: cjnitest needs altos_flush now
38620
38621 commit 6527357d1f0e94faf9e7dacac10a39875131be7c
38622 Author: Keith Packard <keithp@keithp.com>
38623 Date:   Sun Aug 29 21:43:46 2010 -0700
38624
38625     libaltos: Missing OS_LDFLAGS on cjnitest build
38626
38627 commit b7fa1ea3338f63b8edcf8aacccb5e519ca0b213f
38628 Author: Keith Packard <keithp@keithp.com>
38629 Date:   Sun Aug 29 21:41:40 2010 -0700
38630
38631     libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
38632     
38633     Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now,
38634     otherwise, we won't be able to abort the read when the device is closed. Yay!
38635     
38636     Signed-off-by: Keith Packard <keithp@keithp.com>
38637
38638 commit e60c59123232915e808cee23ef89eb1a38ced34b
38639 Author: Keith Packard <keithp@keithp.com>
38640 Date:   Sun Aug 29 21:40:21 2010 -0700
38641
38642     altosui: discard invalid lines while reading Eeprom flight data
38643     
38644     This shouldn't happen, but it's easy enough to get back in sync by just
38645     skipping lines with weird contents.
38646     
38647     Signed-off-by: Keith Packard <keithp@keithp.com>
38648
38649 commit ae02b1590439d5c8dfb472cf1f83a14fdcfbaf11
38650 Author: Keith Packard <keithp@keithp.com>
38651 Date:   Sun Aug 29 21:36:47 2010 -0700
38652
38653     altosui: provide separate flush_input/flush_output for serial. deal with monitor automatically
38654     
38655     (yes, this should be two patches, but the diffs in AltosSerial were merged together).
38656     
38657     First, this replaces the existing flush/flush_reply mess with two simple functions,
38658     one to flush output to the serial device, making sure that all data written will be seen
38659     while we wait for input. The other sucks any pending input off of the serial line and
38660     discards it.
38661     
38662     Second, AltosSerial now tracks whether the serial line is being used for telemetry
38663     monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a
38664     bunch of manual state tracking elsewhere.
38665     
38666     Signed-off-by: Keith Packard <keithp@keithp.com>
38667
38668 commit edcfb1bdf64772d3b83405ccf99385b8fea5d8e4
38669 Author: Keith Packard <keithp@keithp.com>
38670 Date:   Sun Aug 29 17:33:59 2010 -0700
38671
38672     libaltos: AltusMetrum devices use more than one USB ID.
38673     
38674     List all usb devices, picking those with AltusMetrum IDs.
38675     
38676     Signed-off-by: Keith Packard <keithp@keithp.com>
38677
38678 commit 236685807b63860ad033aa0254ce8f6d8d36d4ef
38679 Author: Bdale Garbee <bdale@gag.com>
38680 Date:   Fri Aug 27 22:26:09 2010 -0600
38681
38682     update changelogs for Debian build
38683
38684 commit 1cda15fdef2d9d3e54354bd5c43a0bcc7e3240cb
38685 Author: Bdale Garbee <bdale@gag.com>
38686 Date:   Fri Aug 27 22:24:51 2010 -0600
38687
38688     fix up for an 0.7 release
38689
38690 commit 4c5c7c7f198775c398c1ad2edafb3488384cc297
38691 Author: Bdale Garbee <bdale@gag.com>
38692 Date:   Fri Aug 27 22:13:38 2010 -0600
38693
38694     update changelogs for Debian build
38695
38696 commit 42055af5c6f17d14a2f1c6a2b5e1ce6d3b45a615
38697 Author: Bdale Garbee <bdale@gag.com>
38698 Date:   Fri Aug 27 13:13:19 2010 -0600
38699
38700     update changelogs for Debian build
38701
38702 commit 0bd4cc03b3bf23aa32b5ce1921078021d1d8a9c6
38703 Author: Bdale Garbee <bdale@gag.com>
38704 Date:   Fri Aug 27 13:12:46 2010 -0600
38705
38706     fix path to installed shared library
38707
38708 commit 99c1d9b4ef10ec4ebbee058ce0bb38c954a0a3a6
38709 Author: Bdale Garbee <bdale@gag.com>
38710 Date:   Fri Aug 27 12:41:26 2010 -0600
38711
38712     update changelogs for Debian build
38713
38714 commit cf65c6b8056c4af7c26b52ec6f9fbd3400cef638
38715 Merge: 5f2f6a8 ae5eff7
38716 Author: Bdale Garbee <bdale@gag.com>
38717 Date:   Fri Aug 27 12:38:25 2010 -0600
38718
38719     Merge branch 'bdale'
38720     
38721     Conflicts:
38722         debian/control
38723
38724 commit ae5eff7bc0b63047737223423009707bedcb00f5
38725 Author: Bdale Garbee <bdale@gag.com>
38726 Date:   Fri Aug 27 12:37:36 2010 -0600
38727
38728     Revert "lose the prebuild hook for now while I'm fumbling"
38729     
38730     This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
38731
38732 commit de2e71c4923a0282df74dbe37d087c34b4ddd279
38733 Author: Bdale Garbee <bdale@gag.com>
38734 Date:   Fri Aug 27 12:25:20 2010 -0600
38735
38736     fix man page delivery path
38737
38738 commit a8dbe082960dc9bdd44c6e4b1198423c4e566029
38739 Author: Bdale Garbee <bdale@gag.com>
38740 Date:   Fri Aug 27 12:18:28 2010 -0600
38741
38742     install altosui man page
38743
38744 commit 5cc933039e4763b8675611c63b6147b42878a2bb
38745 Author: Bdale Garbee <bdale@gag.com>
38746 Date:   Fri Aug 27 12:16:19 2010 -0600
38747
38748     fix permissions on installed jar file, switch from ao-view to altosui in
38749     the desktop file
38750
38751 commit 138009e9fad01f79df4c3820fbc206f78688bdce
38752 Author: Bdale Garbee <bdale@gag.com>
38753 Date:   Fri Aug 27 12:06:01 2010 -0600
38754
38755     update Debian standards version
38756
38757 commit c280071b7db4e9a7af31dc5740eb8d27f137950e
38758 Author: Bdale Garbee <bdale@gag.com>
38759 Date:   Fri Aug 27 12:04:13 2010 -0600
38760
38761     fix up the wrapper's path to the jar file
38762
38763 commit 5f2f6a8f9ba56be867888758848bc7f152ccbd47
38764 Merge: 63bd34c 9d1b27f
38765 Author: Keith Packard <keithp@keithp.com>
38766 Date:   Fri Aug 27 11:00:31 2010 -0700
38767
38768     Merge remote branch 'origin/master' into new-packet-format
38769
38770 commit 63bd34cd1b5a411489e8c3ab377f0fe0eec11f67
38771 Author: Keith Packard <keithp@keithp.com>
38772 Date:   Fri Aug 27 10:58:55 2010 -0700
38773
38774     altosui: add elevation and range information
38775     
38776     Signed-off-by: Keith Packard <keithp@keithp.com>
38777
38778 commit 72a18502e40f55cbba6418dc94315517881cd411
38779 Author: Bdale Garbee <bdale@gag.com>
38780 Date:   Fri Aug 27 11:51:24 2010 -0600
38781
38782     add an install target for altosui
38783
38784 commit 72c33a72ee105ec692dad62d6d9c1ad40b89bfe8
38785 Author: Bdale Garbee <bdale@gag.com>
38786 Date:   Fri Aug 27 11:45:19 2010 -0600
38787
38788     add install target for libaltos
38789
38790 commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf
38791 Author: Bdale Garbee <bdale@gag.com>
38792 Date:   Fri Aug 27 11:26:29 2010 -0600
38793
38794     lose the prebuild hook for now while I'm fumbling
38795
38796 commit 9ea94411c9730f7a271366d309ab4827beeeb839
38797 Author: Bdale Garbee <bdale@gag.com>
38798 Date:   Fri Aug 27 11:17:54 2010 -0600
38799
38800     add a dummy install target
38801
38802 commit c443f43f8dee6e0fcbcecf9d09e948fd928b7af4
38803 Merge: 2950431 2923cf5
38804 Author: Bdale Garbee <bdale@gag.com>
38805 Date:   Fri Aug 27 03:08:53 2010 -0600
38806
38807     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
38808
38809 commit 2923cf5057f9cef110dd547d8677ea5b60e00796
38810 Author: Keith Packard <keithp@keithp.com>
38811 Date:   Fri Aug 27 00:10:29 2010 -0700
38812
38813     altos: prepare for sdcc 2.9.1
38814     
38815     A few minor language changes -- non-standard keywords are now prefixed
38816     with __, such as 'at', 'interrupt', 'naked'.
38817     
38818     Signed-off-by: Keith Packard <keithp@keithp.com>
38819
38820 commit 68967157cee620ebedcc8c2ffd6fc7656532087b
38821 Author: Keith Packard <keithp@keithp.com>
38822 Date:   Thu Aug 26 23:55:44 2010 -0700
38823
38824     altosui: command line args are converted to csv format
38825     
38826     Signed-off-by: Keith Packard <keithp@keithp.com>
38827
38828 commit 7e0506dc2014b7178f52b950e8c1cb820b35f9c6
38829 Author: Keith Packard <keithp@keithp.com>
38830 Date:   Thu Aug 26 23:54:53 2010 -0700
38831
38832     altosui: Remove debug printf from AltosState.java
38833     
38834     Signed-off-by: Keith Packard <keithp@keithp.com>
38835
38836 commit 49364608b59de7421ab00d87d2685bc3b5f58411
38837 Author: Keith Packard <keithp@keithp.com>
38838 Date:   Thu Aug 26 23:53:06 2010 -0700
38839
38840     altosui: When parsing saved telem files, errors shouldn't abort file
38841     
38842     Make syntax errors in telem files just skip the current line and move
38843     on to the next one instead of abandoning the whole file.
38844     
38845     Signed-off-by: Keith Packard <keithp@keithp.com>
38846
38847 commit a16db143fc7ca72dc91e7989420049192114642d
38848 Author: Keith Packard <keithp@keithp.com>
38849 Date:   Thu Aug 26 23:50:51 2010 -0700
38850
38851     altosui: Serial line is in UTF-8 encoding. Deal with it.
38852     
38853     We read bytes from the serial line and need to convert each line into
38854     a string. So, save the bytes and at EOL, pass the whole mess to the
38855     string constructor with the appropriate encoding info.
38856     
38857     Signed-off-by: Keith Packard <keithp@keithp.com>
38858
38859 commit 0942912163255523d923140c01afbdb5da1c19b5
38860 Author: Keith Packard <keithp@keithp.com>
38861 Date:   Thu Aug 26 23:49:37 2010 -0700
38862
38863     altosui: Add support for old (version < 3) telemetry files
38864     
38865     This lets the code read telemetry files from pre-released versions of
38866     the software. Not strictly necessary for production, but useful for
38867     analysing old files.
38868     
38869     Signed-off-by: Keith Packard <keithp@keithp.com>
38870
38871 commit e383595cd281687de903fb6176564bbef270cb83
38872 Author: Keith Packard <keithp@keithp.com>
38873 Date:   Thu Aug 26 23:47:38 2010 -0700
38874
38875     altosui: AltosEepromReader was mis-setting boost tick
38876     
38877     It was supposed to use record.tick instead of the (unset) state.tick
38878     value.
38879     
38880     Signed-off-by: Keith Packard <keithp@keithp.com>
38881
38882 commit 651f6102ac79459fc8d5679d852c963dcb5bb3fc
38883 Author: Keith Packard <keithp@keithp.com>
38884 Date:   Thu Aug 26 23:44:25 2010 -0700
38885
38886     altosui: add rssi and distance/dir from pad to CSV files
38887     
38888     Just adds a couple more fields to the CSV files that might be interesting.
38889     
38890     Signed-off-by: Keith Packard <keithp@keithp.com>
38891
38892 commit 3dc67c1401976d6e9e2e942d5a4707a4810a0404
38893 Author: Keith Packard <keithp@keithp.com>
38894 Date:   Thu Aug 26 23:43:00 2010 -0700
38895
38896     altosui: Add AltosGreatCircle constructors
38897     
38898     This adds constructurs from AltosGPS pairs and also one from empty
38899     args (which defines both distance and bearing as 0).
38900     
38901     Signed-off-by: Keith Packard <keithp@keithp.com>
38902
38903 commit f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2
38904 Author: Keith Packard <keithp@keithp.com>
38905 Date:   Thu Aug 26 23:41:26 2010 -0700
38906
38907     altosui: Move number parsing code to Altos general class
38908     
38909     This moves these shared functions to the global shared class.
38910     
38911     Signed-off-by: Keith Packard <keithp@keithp.com>
38912
38913 commit 68b2b66d7574dfd0bd5e3571b8ffad32ca5d2b73
38914 Author: Keith Packard <keithp@keithp.com>
38915 Date:   Thu Aug 26 23:37:29 2010 -0700
38916
38917     altos: mark gps date written only after it gets into eeprom
38918     
38919     Data logging doesn't start until boost detect occurs. As the GPS date
38920     is only logged once, if that happens before logging is written to the
38921     flash, then the GPS date will never get saved.
38922     
38923     Signed-off-by: Keith Packard <keithp@keithp.com>
38924
38925 commit aa6c27df5db6bdae59d00affccb891854a6caa18
38926 Author: Keith Packard <keithp@keithp.com>
38927 Date:   Thu Aug 26 15:59:09 2010 -0700
38928
38929     altos: print GPS state flags in GPS 'g' command
38930     
38931     Having the GPS state information can help with GPS debugging.
38932     
38933     Signed-off-by: Keith Packard <keithp@keithp.com>
38934
38935 commit 34055129b4008f6a9833887b12dee39ffa408002
38936 Author: Keith Packard <keithp@keithp.com>
38937 Date:   Thu Aug 26 15:57:09 2010 -0700
38938
38939     altos: always rebuild ao_product.c to track git version
38940     
38941     The git version is built into ao_product.c and saved in eeprom log
38942     files, providing useful diagnostics about the firmware revision used
38943     for each flight. However, if ao_product.c isn't recompiled, then the
38944     updated version won't be included. Force recompilation of this file
38945     each time make is run to ensure that the final output contains an
38946     updated version number.
38947     
38948     Signed-off-by: Keith Packard <keithp@keithp.com>
38949
38950 commit 99400fdc0f19ef538fc362dde5c3ab5b7cdac409
38951 Author: Keith Packard <keithp@keithp.com>
38952 Date:   Tue Aug 24 16:43:38 2010 -0700
38953
38954     altosui: flush replies from serial link when entering debug mode
38955     
38956     We use replies in debug mode a lot and depend on them matching the
38957     expected parameters. The case which caused trouble was using
38958     TeleMetrum to reprogram TeleDongle -- sending the 'm 0' command (to
38959     disable telemetry monitoring on TeleDongle) to the TeleMetrum caused
38960     it to reply 'Syntax Error' which confused the subsequent flashing
38961     operation. Flushing that reply gets things back in sync.
38962     
38963     Signed-off-by: Keith Packard <keithp@keithp.com>
38964
38965 commit ba086cc77273efe5397f60dcaccd1e3771441481
38966 Author: Keith Packard <keithp@keithp.com>
38967 Date:   Tue Aug 24 04:02:27 2010 -0700
38968
38969     altosui: write USB serial number string while flashing
38970     
38971     USB serial number is encoded in UCS2 as a part of the string
38972     descriptors. Place those right after the other rom config bits so that
38973     altosui can find it. altosui is changed to write the serial number there.
38974     
38975     Signed-off-by: Keith Packard <keithp@keithp.com>
38976
38977 commit 220f3afdaa432c65f8ad45be7cdbe5c8a3616db3
38978 Author: Keith Packard <keithp@keithp.com>
38979 Date:   Tue Aug 24 04:01:47 2010 -0700
38980
38981     altosui: always display romconfig ui while flashing
38982
38983 commit f62b2aa08ebfd912b3c732397d43ff9f6162ec88
38984 Author: Keith Packard <keithp@keithp.com>
38985 Date:   Tue Aug 24 04:01:14 2010 -0700
38986
38987     altosui: fetch existing romconfig for flashing
38988
38989 commit d93787284c8e514a929edb9f944c98ae0206a33f
38990 Author: Keith Packard <keithp@keithp.com>
38991 Date:   Tue Aug 24 03:59:09 2010 -0700
38992
38993     altosui: Delay mapping Flash UI until flashing actually starts
38994     
38995     The flash operation may be abandoned before it even starts; this makes
38996     sure the UI doesn't flash up on the screen.
38997     
38998     Signed-off-by: Keith Packard <keithp@keithp.com>
38999
39000 commit 7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2
39001 Author: Keith Packard <keithp@keithp.com>
39002 Date:   Tue Aug 24 03:58:00 2010 -0700
39003
39004     altosui: disable radio monitoring while using serial line for debugging
39005
39006 commit 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b
39007 Author: Keith Packard <keithp@keithp.com>
39008 Date:   Tue Aug 24 00:29:11 2010 -0700
39009
39010     altosui: Add ability to create CSV file from telem or eeprom files
39011     
39012     This creates a comma separated value file to export data for
39013     external programs.
39014     
39015     Signed-off-by: Keith Packard <keithp@keithp.com>
39016
39017 commit 634a550149e7c344a22a637ba484f115592b1018
39018 Author: Keith Packard <keithp@keithp.com>
39019 Date:   Mon Aug 23 23:15:05 2010 -0700
39020
39021     altosui: refactor logfile chooser dialog to share more code
39022     
39023     Move file opening logic into logfile chooser as it can be shared that way.
39024     
39025     Signed-off-by: Keith Packard <keithp@keithp.com>
39026
39027 commit afea6c264c5ebf12f1d629bd4bc724da86d11b7a
39028 Merge: 0e17853 9d1b27f
39029 Author: Anthony Towns <aj@erisian.com.au>
39030 Date:   Tue Aug 24 00:02:31 2010 -0600
39031
39032     Merge branch 'master' of git://git.gag.com/fw/altos
39033
39034 commit a55b132668a819cc26478a609cb79bd9190deb9d
39035 Author: Keith Packard <keithp@keithp.com>
39036 Date:   Mon Aug 23 23:01:36 2010 -0700
39037
39038     altosui: Separate out log file choosing dialog to share with CSV generator
39039     
39040     This dialog will be shared with the CSV file generating code, so split
39041     it out instead of duplicating it.
39042     
39043     Signed-off-by: Keith Packard <keithp@keithp.com>
39044
39045 commit 295043112ccde35092945c286596f9045ee6fa05
39046 Merge: 2007288 ef8376c
39047 Author: Bdale Garbee <bdale@gag.com>
39048 Date:   Mon Aug 23 23:11:22 2010 -0600
39049
39050     Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
39051
39052 commit ef8376c4dd8262a34e02b6bb9e19e907ac2f4330
39053 Author: Keith Packard <keithp@keithp.com>
39054 Date:   Mon Aug 23 22:08:30 2010 -0700
39055
39056     altosui: make default Manifest look for built-in freetts
39057
39058 commit 56b906f535ac2f86bcab71addbbcd376d74f6a73
39059 Author: Keith Packard <keithp@keithp.com>
39060 Date:   Mon Aug 23 22:03:36 2010 -0700
39061
39062     altos: Place rom config variables in fixed location
39063     
39064     The device serial number and radio calibration values are stored in
39065     flash, mostly so that TeleDongle gets them saved.
39066     
39067     Placing them in well-known locations (starting at 0xa0) makes it
39068     possible to find the previous configuration and to re-write it
39069     easily, without requiring the .map file.
39070     
39071     altosui doesn't have the .map file parsing code, so it relies upon
39072     this new technique. As a benefit, it reads the old values from the
39073     device before reprogramming it.
39074     
39075     Signed-off-by: Keith Packard <keithp@keithp.com>
39076
39077 commit 4c0c099716197ef7539be0cf55bbb164f6804958
39078 Author: Keith Packard <keithp@keithp.com>
39079 Date:   Mon Aug 23 22:02:21 2010 -0700
39080
39081     altosui: Finish device programming code
39082     
39083     Altosui can now reprogram Altusmetrum devices.
39084     
39085     Signed-off-by: Keith Packard <keithp@keithp.com>
39086
39087 commit bd2b44ddd61fadd8bf8ee6bf783ce019b1be7cc0
39088 Author: Keith Packard <keithp@keithp.com>
39089 Date:   Mon Aug 23 22:01:38 2010 -0700
39090
39091     altosui: Remove debug printf from AltosRomconfig
39092
39093 commit c3f57ffdb6c74de90d982eacd604e658ce9b00a5
39094 Author: Keith Packard <keithp@keithp.com>
39095 Date:   Mon Aug 23 22:01:11 2010 -0700
39096
39097     altosui: flush serial output before waiting for reply
39098
39099 commit 8857ac5e43eac6db8d5594b8864df497a712242b
39100 Author: Keith Packard <keithp@keithp.com>
39101 Date:   Mon Aug 23 22:00:16 2010 -0700
39102
39103     altosui: remove debug printf from AltosHexfile
39104
39105 commit b1758be01397fd49c441f40852f3558fe9343a2d
39106 Author: Keith Packard <keithp@keithp.com>
39107 Date:   Mon Aug 23 21:58:50 2010 -0700
39108
39109     altosui: Add lots more cc1111 debug interface functions
39110     
39111     These are sufficient to program the flash.
39112     
39113     Signed-off-by: Keith Packard <keithp@keithp.com>
39114
39115 commit f9e80f39bc39e5882bfe75f959b6501cb3277cd2
39116 Author: Keith Packard <keithp@keithp.com>
39117 Date:   Mon Aug 23 21:55:49 2010 -0700
39118
39119     libaltos: use pipe to wake up getchar on close. use mutexes
39120
39121 commit 86f7b9314b042f2e512fdf35067817e68532867b
39122 Author: Keith Packard <keithp@keithp.com>
39123 Date:   Mon Aug 23 21:54:47 2010 -0700
39124
39125     altosui: pad TM config dialog values to avoid clipping descenders
39126
39127 commit b8519b8669ff54741dd738ac343fbd2424451247
39128 Author: Keith Packard <keithp@keithp.com>
39129 Date:   Mon Aug 23 21:53:37 2010 -0700
39130
39131     ao-dumplog: Fix --remote and --channel options to actually work
39132
39133 commit ebeb13688a9a5442c838641ede6ba0dc92c9a1a4
39134 Author: Keith Packard <keithp@keithp.com>
39135 Date:   Mon Aug 23 14:32:58 2010 -0700
39136
39137     altosui: Add debug dongle API, split flash UI out
39138     
39139     Create an API to talk through the debug port on another AltOS
39140     device. Split the flash UI out from the flash implementation so that a
39141     command line flash utility can be written.
39142     
39143     Signed-off-by: Keith Packard <keithp@keithp.com>
39144
39145 commit 7f8d7978606abe544b1b9b6065c5480ed813b8ec
39146 Author: Keith Packard <keithp@keithp.com>
39147 Date:   Mon Aug 23 11:53:19 2010 -0700
39148
39149     altosui: Add .ihx file reading code and stub out flashing UI
39150     
39151     Signed-off-by: Keith Packard <keithp@keithp.com>
39152
39153 commit 2007288da8a83e3aa925e11cc196f1c65aab2e5c
39154 Author: Bdale Garbee <bdale@gag.com>
39155 Date:   Thu Aug 5 15:00:15 2010 -0400
39156
39157     working on java packaging details
39158
39159 commit 44b26dd550eef789e70082ccaa46d7d430c67bce
39160 Author: Bdale Garbee <bdale@gag.com>
39161 Date:   Thu Aug 5 15:15:04 2010 -0400
39162
39163     add freetts as a build dep
39164
39165 commit 0e17853c08f77debef3e8cf82e9cdb6a5079fc9b
39166 Author: Keith Packard <keithp@keithp.com>
39167 Date:   Sun Aug 22 23:06:15 2010 -0700
39168
39169     altosui: Set callsign when fetching eeprom data over the air
39170     
39171     The updated firmware places the callsign in each packet to comply with
39172     regulations, this ensures that TeleDongle has the current callsign
39173     configured.
39174     
39175     Signed-off-by: Keith Packard <keithp@keithp.com>
39176
39177 commit 953bc3438b10b21f3d65d292356c4ab2de23cddd
39178 Author: Keith Packard <keithp@keithp.com>
39179 Date:   Sun Aug 22 23:05:20 2010 -0700
39180
39181     altosui: Add TeleMetrum configuration
39182     
39183     This presents a dialog with all of the user-settable options in the
39184     TeleMetrum set for editing. Combo boxes are used for everything except
39185     the callsign.
39186     
39187     Signed-off-by: Keith Packard <keithp@keithp.com>
39188
39189 commit e1463d8e265dfd42c824d90088cd2a51b4cf8131
39190 Author: Keith Packard <keithp@keithp.com>
39191 Date:   Sat Aug 21 17:57:31 2010 -0700
39192
39193     altosui: Make teledongle callsign configurable
39194     
39195     Teledongle uses the callsign in packet mode; this provides a way to
39196     set that.
39197     
39198     Signed-off-by: Keith Packard <keithp@keithp.com>
39199
39200 commit 09252ec22d58e946494e4ca2cf367bf3bbe1cc50
39201 Author: Keith Packard <keithp@keithp.com>
39202 Date:   Sat Aug 21 17:09:41 2010 -0700
39203
39204     altos: Define USB product ID in per-product Makefile.defs file
39205     
39206     This allows Win7 to tell which kind of device is connected purely by
39207     USB id as it doesn't expose the USB product ID string to user space.
39208     
39209     Signed-off-by: Keith Packard <keithp@keithp.com>
39210
39211 commit 22800dc094797e1e0ad99124198809d0360f7556
39212 Author: Keith Packard <keithp@keithp.com>
39213 Date:   Tue Aug 17 18:22:28 2010 -0700
39214
39215     altosui: Select devices by USB vendor/product ID.
39216     
39217     Because Win7 doesn't expose the product name, we're swtiching to using
39218     the USB idProduct/idVendor values. This patch adds support for
39219     selecting devices by those new IDs.
39220     
39221     Signed-off-by: Keith Packard <keithp@keithp.com>
39222
39223 commit d14c96663a1027164fa30ed89b53f5a9d3fdb82b
39224 Author: Keith Packard <keithp@keithp.com>
39225 Date:   Tue Aug 17 18:19:43 2010 -0700
39226
39227     libaltos: integrate Windows support.
39228     
39229     This adds Windows support for discovery and I/O.
39230     
39231     The API to the library is mostly unchanged, except that it now exports
39232     product and vendor USB IDs as Win7 doesn't expose the product name
39233     anywhere that we've been able to find, so we'll be updating the
39234     firmware to use unique idProduct values for each product.
39235     
39236     Signed-off-by: Keith Packard <keithp@keithp.com>
39237
39238 commit 9d1b27fa147fc8b765d5be165ebef7ee0f85bd37
39239 Author: Bdale Garbee <bdale@gag.com>
39240 Date:   Wed Aug 11 22:11:50 2010 -0400
39241
39242     update changelogs for Debian build
39243
39244 commit b6da90b4627dde1fe88240c38c51559d8f781dd0
39245 Author: Bdale Garbee <bdale@gag.com>
39246 Date:   Wed Aug 11 17:15:39 2010 -0400
39247
39248     update changelogs for Debian build
39249
39250 commit 4918f73fd0a0f3f5d52907f95a0ec385e901d447
39251 Author: Bdale Garbee <bdale@gag.com>
39252 Date:   Wed Aug 11 08:50:27 2010 -0400
39253
39254     update changelogs for Debian build
39255
39256 commit f63f16a70e4d0535667a6364cafcbff026ee6a8c
39257 Author: Bdale Garbee <bdale@gag.com>
39258 Date:   Wed Aug 11 08:36:59 2010 -0400
39259
39260     update changelogs for Debian build
39261
39262 commit 294d9c7db21eaf1e71504dbcca5040371abcce55
39263 Author: Keith Packard <keithp@keithp.com>
39264 Date:   Sat Aug 7 22:30:55 2010 -0400
39265
39266     ao-dumplog: add --channel option (for use with -R option)
39267     
39268     Sets the channel when downloading data with the -R option.
39269     
39270     Signed-off-by: Keith Packard <keithp@keithp.com>
39271
39272 commit f317f1324b69b4241f4bb192e164b33d712d5a43
39273 Author: Keith Packard <keithp@keithp.com>
39274 Date:   Sat Aug 7 00:42:25 2010 -0400
39275
39276     altosui: Start adding code to write csv files from eeprom/telem files
39277     
39278     This is a start to code which can write out a csv file full of flight
39279     data from either an eeprom or telem input file. It's not hooked up,
39280     but the restructuring necessary is finished and the output is started.
39281     
39282     Signed-off-by: Keith Packard <keithp@keithp.com>
39283
39284 commit 4738cb2fc639adb1d9237e6c903479f0690dd81a
39285 Author: Keith Packard <keithp@keithp.com>
39286 Date:   Sat Aug 7 00:40:59 2010 -0400
39287
39288     altos: add callsign to packet mode, increase payload to 64 bytes
39289     
39290     Untested, but it 'should' work. Need to add callsign setting to packet
39291     mode users.
39292     
39293     Signed-off-by: Keith Packard <keithp@keithp.com>
39294
39295 commit b7699a5907e64bc7547fcc27e73f4a35bbaabfff
39296 Author: Keith Packard <keithp@keithp.com>
39297 Date:   Fri Aug 6 13:09:21 2010 -0400
39298
39299     altosui: Add comments to Eeprom reader
39300
39301 commit 0e917f3ff822616adb147517ac961422e5fedbfd
39302 Author: Keith Packard <keithp@keithp.com>
39303 Date:   Thu Aug 5 22:49:53 2010 -0400
39304
39305     altosui: Compute flight state from eeprom data
39306     
39307     This lets eeprom files be used to replay flights.
39308     
39309     Signed-off-by: Keith Packard <keithp@keithp.com>
39310
39311 commit a0a9b445a4d379730b67720f8d7b682d5206a582
39312 Author: Bdale Garbee <bdale@gag.com>
39313 Date:   Thu Aug 5 15:16:48 2010 -0400
39314
39315     update changelogs for Debian build
39316
39317 commit e075b8623533965b1b77b77d38c2df32f5f77fce
39318 Author: Bdale Garbee <bdale@gag.com>
39319 Date:   Thu Aug 5 15:16:24 2010 -0400
39320
39321     update changelogs for Debian build
39322
39323 commit 410de62715a0830f03b0a65d6c7730dff51e6ef4
39324 Author: Bdale Garbee <bdale@gag.com>
39325 Date:   Thu Aug 5 15:15:04 2010 -0400
39326
39327     add freetts as a build dep
39328
39329 commit 0b85160c44d934f3d1352c1c07c296d01ceffc32
39330 Author: Bdale Garbee <bdale@gag.com>
39331 Date:   Thu Aug 5 15:02:17 2010 -0400
39332
39333     update changelogs for Debian build
39334
39335 commit d091099753d9cae01c4805812425ebea19ec09cf
39336 Author: Bdale Garbee <bdale@gag.com>
39337 Date:   Thu Aug 5 15:00:46 2010 -0400
39338
39339     update changelogs for Debian build
39340
39341 commit aed55ef1ce45b0f6e6fefeebf50be97607b31d65
39342 Author: Bdale Garbee <bdale@gag.com>
39343 Date:   Thu Aug 5 15:00:15 2010 -0400
39344
39345     working on java packaging details
39346
39347 commit d8bf05f7ad55964c9bce0551e58f4ef6c9f721ad
39348 Author: Keith Packard <keithp@keithp.com>
39349 Date:   Thu Aug 5 13:50:18 2010 -0400
39350
39351     altosui: Split flight record out of telemetry class
39352     
39353     This will permit either telemetry or eeprom data to be used to
39354     construct the sequence of flight events for reply or data generation.
39355     
39356     Signed-off-by: Keith Packard <keithp@keithp.com>
39357
39358 commit 85a670b5a904d6750d0f179ae307baeb8fc7cbd2
39359 Author: Keith Packard <keithp@keithp.com>
39360 Date:   Thu Aug 5 13:40:17 2010 -0400
39361
39362     altosui: Explicitly initialize Altos class
39363     
39364     Because the Altos class is never instantiated, the static initializers
39365     are never called, leaving the string to state mapping empty. Hand-code
39366     the call to the initialer instead.
39367     
39368     Signed-off-by: Keith Packard <keithp@keithp.com>
39369
39370 commit 02f17f2cd26189e2676a9dc0d86bd959ed0bc3f4
39371 Author: Bdale Garbee <bdale@gag.com>
39372 Date:   Thu Aug 5 00:54:05 2010 -0400
39373
39374     move to science menu
39375
39376 commit 9e8f7f75442303f9bfa99a0435984f5d36863ae6
39377 Author: Keith Packard <keithp@keithp.com>
39378 Date:   Sat Jul 31 10:34:21 2010 -0700
39379
39380     altosui: Split status and info panels into separate files
39381     
39382     This moves some code out of AltosUI.java into separate files
39383     
39384     Signed-off-by: Keith Packard <keithp@keithp.com>
39385
39386 commit 9c9b35254c693b3ade42b24d1e29eaf31e6ba2aa
39387 Author: Keith Packard <keithp@keithp.com>
39388 Date:   Sat Jul 31 10:24:56 2010 -0700
39389
39390     altosui: Clear displayed data rows as needed.
39391     
39392     Signed-off-by: Keith Packard <keithp@keithp.com>
39393
39394 commit 88e0137a60d7a13ddb7781befa76650e13ad44ae
39395 Author: Keith Packard <keithp@keithp.com>
39396 Date:   Sat Jul 31 10:07:38 2010 -0700
39397
39398     altosui: Merge gps date and time classes into gps class
39399     
39400     No reason to split out the date and time information from the other gps info.
39401     
39402     Signed-off-by: Keith Packard <keithp@keithp.com>
39403
39404 commit 1c3b2fe357d6acf28f48aeddd91693f10381be51
39405 Author: Keith Packard <keithp@keithp.com>
39406 Date:   Sat Jul 31 10:05:15 2010 -0700
39407
39408     altosui: Capture config and version info in .eeprom files
39409     
39410     Instead of only writing the serial number to the .eeprom file, write
39411     all of the config values and all of the version reply to the .eeprom
39412     file. The config values, in particular, contain the accelerometer
39413     calibration data which is needed to correctly compute acceleration
39414     from the captured accelerometer data.
39415     
39416     Signed-off-by: Keith Packard <keithp@keithp.com>
39417
39418 commit e286eb61ad2a90746c1c31f95d26d5edb48738d3
39419 Author: Keith Packard <keithp@keithp.com>
39420 Date:   Sat Jul 31 09:57:49 2010 -0700
39421
39422     altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants
39423     
39424     Renames the eeprom downloading code and adds a new file to share the
39425     flight data constants across the various UI modules.
39426     
39427     Signed-off-by: Keith Packard <keithp@keithp.com>
39428
39429 commit e3a9e3815db3f290e28b40ae02aa654f515cfc37
39430 Author: Bdale Garbee <bdale@gag.com>
39431 Date:   Sat Jul 31 10:55:27 2010 -0600
39432
39433     update changelogs for Debian build
39434
39435 commit 8fc261c2b77bb8aab201a0649a84b5ffa236ce26
39436 Author: Bdale Garbee <bdale@gag.com>
39437 Date:   Sat Jul 31 10:55:07 2010 -0600
39438
39439     see if my new freetts package works
39440
39441 commit 2f114c7ff6b0deddb790d34139bb11ac37f8c0da
39442 Author: Bdale Garbee <bdale@gag.com>
39443 Date:   Thu Jul 29 13:30:36 2010 -0600
39444
39445     update changelogs for Debian build
39446
39447 commit 7877496d47ce6d25210c0e1c6500666dbfc0876c
39448 Merge: c71061a 4cf39b1
39449 Author: Keith Packard <keithp@keithp.com>
39450 Date:   Thu Jul 29 12:07:49 2010 -0700
39451
39452     Merge remote branch 'origin/master'
39453
39454 commit c71061a37d3d3be2855b61cde33d2371989d7681
39455 Author: Keith Packard <keithp@keithp.com>
39456 Date:   Thu Jul 29 12:06:06 2010 -0700
39457
39458     Make altosui test script executable
39459
39460 commit 4cf39b13a574cb656999cf329f5b08e7f910604b
39461 Author: Bdale Garbee <bdale@gag.com>
39462 Date:   Thu Jul 29 12:57:31 2010 -0600
39463
39464     update changelogs for Debian build
39465
39466 commit d1848193d8208388e4ccdfbed4e5663a9ba04dd3
39467 Author: Bdale Garbee <bdale@gag.com>
39468 Date:   Thu Jul 29 12:56:59 2010 -0600
39469
39470     add a jdk to the build deps
39471
39472 commit 9ad4984124b6c05114feac4c4ac078dc248ce16a
39473 Author: Keith Packard <keithp@keithp.com>
39474 Date:   Thu Jul 29 11:56:24 2010 -0700
39475
39476     altosui: remove option to install to alternate volume
39477
39478 commit 2e797b18f0724caf7aaf96f45997998c7416f34e
39479 Author: Bdale Garbee <bdale@gag.com>
39480 Date:   Thu Jul 29 12:50:57 2010 -0600
39481
39482     update changelogs for Debian build
39483
39484 commit 89109f9dff3ce855d80da166e3362375282f745d
39485 Author: Bdale Garbee <bdale@gag.com>
39486 Date:   Thu Jul 29 12:47:37 2010 -0600
39487
39488     ugh, fixing failure due to aborted build
39489
39490 commit 6fb8546575f6d99676dbb1dce190b0b7cf24b657
39491 Author: Keith Packard <keithp@keithp.com>
39492 Date:   Thu Jul 29 11:45:56 2010 -0700
39493
39494     Moved Mac OS packaging to altosui dir
39495
39496 commit 865d5cdf8931ffc796f608e3e12d7c5a70832825
39497 Author: Bdale Garbee <bdale@gag.com>
39498 Date:   Thu Jul 29 12:45:18 2010 -0600
39499
39500     add swig as a build dep
39501
39502 commit 91d75fb3919f606a1956bf8c6423a8012d99a56a
39503 Author: Keith Packard <keithp@keithp.com>
39504 Date:   Thu Jul 29 11:45:12 2010 -0700
39505
39506     altosui: Switch eeprom extension back to .eeprom
39507
39508 commit 33ffd89d5a64c991d28bd7369b61e1faa18f605b
39509 Author: Bdale Garbee <bdale@gag.com>
39510 Date:   Thu Jul 29 12:40:52 2010 -0600
39511
39512     update changelogs for Debian build
39513
39514 commit 62b4cc51a0f54ef363cbff46caef80a0afecdea2
39515 Author: Bdale Garbee <bdale@gag.com>
39516 Date:   Thu Jul 29 12:40:25 2010 -0600
39517
39518     update changelogs for Debian build
39519
39520 commit 6f86db5e0360bef26b21336769b7635e3a11e160
39521 Author: Keith Packard <keithp@keithp.com>
39522 Date:   Thu Jul 29 11:24:47 2010 -0700
39523
39524     Add Mac OS X packaging bits
39525     
39526     Signed-off-by: Keith Packard <keithp@keithp.com>
39527
39528 commit 950f0a8c54e5835ee5d8b0aea360bd8362c21bc5
39529 Author: Keith Packard <keithp@keithp.com>
39530 Date:   Thu Jul 29 11:09:19 2010 -0700
39531
39532     altosui: construct Darwin application directory
39533     
39534     This adds the necessary files and build steps to construct
39535     AltosUI.app on a Darwin system.
39536     
39537     Signed-off-by: Keith Packard <keithp@keithp.com>
39538
39539 commit 669c5f52abb972a82ed6efbee7a8c7d20afb5cd0
39540 Author: Keith Packard <keithp@keithp.com>
39541 Date:   Thu Jul 29 10:48:52 2010 -0700
39542
39543     libaltos: build with java src encoding UTF8
39544     
39545     Signed-off-by: Keith Packard <keithp@keithp.com>
39546
39547 commit efa0e034a161f4852947cbac06537d6ba4422a0e
39548 Author: Keith Packard <keithp@keithp.com>
39549 Date:   Thu Jul 29 10:48:25 2010 -0700
39550
39551     altosui: remove debug printf
39552     
39553     Signed-off-by: Keith Packard <keithp@keithp.com>
39554
39555 commit 53c279b9e96da8b69837ae84038a78ca5707f2a5
39556 Author: Keith Packard <keithp@keithp.com>
39557 Date:   Thu Jul 29 10:45:02 2010 -0700
39558
39559     altosui: Close serial, join reader thread, free altos_file
39560     
39561     Separating out the close and free actions ensures that the reader thread will not
39562     access freed memory or dereference a null pointer while shutting down the
39563     connection to the serial device. Otherwise, a race condition exists between the
39564     serial close and the thread join.
39565     
39566     Signed-off-by: Keith Packard <keithp@keithp.com>
39567
39568 commit b8bc9994d8bfde6116c8a509e70ddf45fc4decce
39569 Author: Keith Packard <keithp@keithp.com>
39570 Date:   Thu Jul 29 10:24:59 2010 -0700
39571
39572     altosui: Remove unnecessary freetts .jar files
39573     
39574     Signed-off-by: Keith Packard <keithp@keithp.com>
39575
39576 commit e33dbbba94ce42295e9fed9f4ba7e46f9eff1517
39577 Author: Keith Packard <keithp@keithp.com>
39578 Date:   Thu Jul 29 10:24:09 2010 -0700
39579
39580     altosui: check for closed serial device before reading
39581     
39582     Signed-off-by: Keith Packard <keithp@keithp.com>
39583
39584 commit 27a2d0c00acf78628428c20ab68e2bfba06340da
39585 Author: Bdale Garbee <bdale@gag.com>
39586 Date:   Thu Jul 29 11:02:38 2010 -0600
39587
39588     update changelogs for Debian build
39589
39590 commit 537492dc961ee6a1945b1041ee3cc0d3f519a42c
39591 Author: Bdale Garbee <bdale@gag.com>
39592 Date:   Thu Jul 29 11:01:21 2010 -0600
39593
39594     update changelogs for Debian build
39595
39596 commit adf6cbcba23e24a3824f7e242ec37baa2750ab94
39597 Author: Bdale Garbee <bdale@gag.com>
39598 Date:   Thu Jul 29 10:59:18 2010 -0600
39599
39600     update changelogs for Debian build
39601
39602 commit d0fd53bdab2f480cd43b6d7010c2094f4fccda91
39603 Author: Keith Packard <keithp@keithp.com>
39604 Date:   Wed Jul 28 21:49:23 2010 -0700
39605
39606     Reset GPS ready status when GPS comes unlocked on the pad
39607     
39608     If GPS becomes unlocked, then report that in the UI and via
39609     voice.
39610     
39611     Signed-off-by: Keith Packard <keithp@keithp.com>
39612
39613 commit 5fd225c3a52445ecdc7c04fac5e3d9a0db177c66
39614 Author: Keith Packard <keithp@keithp.com>
39615 Date:   Wed Jul 28 21:01:41 2010 -0700
39616
39617     altosui: report rocket ground bearing at landing only if known
39618     
39619     if state.from_pad is null, then there isn't any data to report.
39620     
39621     Signed-off-by: Keith Packard <keithp@keithp.com>
39622
39623 commit d2d772164af95a35ea0f5d2413a5be67de9a210f
39624 Author: Keith Packard <keithp@keithp.com>
39625 Date:   Wed Jul 28 20:18:36 2010 -0700
39626
39627     altosui: Replace device dialog. Center eeprom monitor.
39628     
39629     This adds a custom dialog for selecting device, which makes it look
39630     much nicer on the screen and allows the user to double-click on an
39631     entry to select it.
39632     
39633     Signed-off-by: Keith Packard <keithp@keithp.com>
39634
39635 commit ea32290704a8ca468f01172166b561833b20c954
39636 Author: Keith Packard <keithp@keithp.com>
39637 Date:   Wed Jul 28 19:37:02 2010 -0700
39638
39639     altosui: Fix Save flight data monitor layout, add cancel
39640     
39641     Use GridBagLayout to improve the appearance of the flight data monitor
39642     widget, add a cancel button to stop loading data (useful if the
39643     connection is wedged).
39644     
39645     Signed-off-by: Keith Packard <keithp@keithp.com>
39646
39647 commit ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31
39648 Author: Keith Packard <keithp@keithp.com>
39649 Date:   Wed Jul 28 17:08:42 2010 -0700
39650
39651     altosui: Add progress bar for eeprom downloading status
39652     
39653     This has a progress bar tracking the state and block count while
39654     downloading stuff from telemetrum.
39655     
39656     Signed-off-by: Keith Packard <keithp@keithp.com>
39657
39658 commit 6599e9576c3da9325a1731144c1b8bc4943184c0
39659 Author: Keith Packard <keithp@keithp.com>
39660 Date:   Wed Jul 28 15:41:34 2010 -0700
39661
39662     altosui: Add eeprom data capture function. No UI yet.
39663     
39664     Signed-off-by: Keith Packard <keithp@keithp.com>
39665
39666 commit 8a6040e143ecc7830cc1c0114de85f3b72c067eb
39667 Merge: 024d077 554a97e
39668 Author: Keith Packard <keithp@keithp.com>
39669 Date:   Wed Jul 28 13:29:51 2010 -0700
39670
39671     Merge remote branch 'keithp/macos'
39672
39673 commit 024d077302f91bdb17abe70d3211ab0949dab8b9
39674 Author: Keith Packard <keithp@keithp.com>
39675 Date:   Wed Jul 28 13:29:21 2010 -0700
39676
39677     Remove debug printf
39678     
39679     Signed-off-by: Keith Packard <keithp@keithp.com>
39680
39681 commit 826061eaca88c0dd75051a6006ef6703c91af595
39682 Author: Keith Packard <keithp@keithp.com>
39683 Date:   Wed Jul 28 13:10:11 2010 -0700
39684
39685     Add voice test command for help in adjusting volume.
39686     
39687     Signed-off-by: Keith Packard <keithp@keithp.com>
39688
39689 commit 71da54a5ce255395376a44586782ab8b6f3b289f
39690 Author: Keith Packard <keithp@keithp.com>
39691 Date:   Wed Jul 28 13:01:52 2010 -0700
39692
39693     Make voice and channel menus work.
39694     
39695     Stores voice and channel data to preferences.
39696     
39697     Signed-off-by: Keith Packard <keithp@keithp.com>
39698
39699 commit e76b9cc32bbcc5176d9bdd6f8d79778024627382
39700 Author: Keith Packard <keithp@keithp.com>
39701 Date:   Wed Jul 28 12:24:53 2010 -0700
39702
39703     altosui: Catch errors opening USB devices. Limit list to relevant devices
39704     
39705     Avoids a segfault when failing to open a device. Limit listed telemetry
39706     devices to just TeleDongle units.
39707     
39708     Signed-off-by: Keith Packard <keithp@keithp.com>
39709
39710 commit 172a2817dde6718724f2b5fad5a7761801446fa0
39711 Merge: f2a006f 81bf204
39712 Author: Keith Packard <keithp@keithp.com>
39713 Date:   Wed Jul 28 11:20:22 2010 -0700
39714
39715     Merge branch 'macos'
39716
39717 commit f2a006fd98045066bdf429cc142d033e9feb0a8f
39718 Author: Keith Packard <keithp@keithp.com>
39719 Date:   Wed Jul 28 09:31:09 2010 -0700
39720
39721     Make ao_log_data re-entrant as it is used for both sensor and GPS logs
39722     
39723     Because ao_log_data is called from two different threads, failing to
39724     make it re-entrant would cause the 'log' pointer parameter to get
39725     overwritten if another thread asked to log data while the eeprom was
39726     busy writing out a block.
39727     
39728     This would cause the second thread to re-writing data from the first
39729     thread's address, but without re-checksumming the data as the checksum
39730     is computed before the log mutex is taken.
39731     
39732     The bug can be seen by log blocks with invalid checksums.
39733     
39734     Here's what happens with the ao_gps_tracking_report and ao_log threads:
39735     
39736       ao_gps_tracking_report            ao_log
39737     
39738        Writes a bunch of records
39739        *blocks* in the eeprom flush
39740                                         sets ao_log_data 'log' to global 'log'
39741                                         computes checksum for 'log' block
39742                                         *blocks* on ao_log_mutex
39743        Wakes up
39744        sets ao_log_data 'log' to 'gps_log'
39745        writes remaining records
39746        'gps_log' is left with svid = 0
39747        *blocks* on ao_gps_tracking_data
39748                                         writes data, reading from
39749                                         the current ao_log_data 'log'
39750                                         pointer which points at 'gps_log'
39751     
39752     Making ao_log_data re-entrant fixes this by ensuring that the 'ao_log'
39753     thread has its own copy of the ao_log_data 'log' parameter.
39754     
39755     I made this function take an __xdata restricted pointer so that it
39756     could be passed in the dptr register instead of needing to go on the stack.
39757     
39758     Signed-off-by: Keith Packard <keithp@keithp.com>
39759
39760 commit 554a97ef455c801dcab825815f44520f96f4c3f3
39761 Author: Keith Packard <keithp@keithp.com>
39762 Date:   Tue Jul 27 19:29:38 2010 -0700
39763
39764     Force java source encoding to UTF-8
39765
39766 commit 81bf2042ca39eb106b789e5a08647c3114669358
39767 Author: Keith Packard <keithp@keithp.com>
39768 Date:   Tue Jul 27 15:29:28 2010 -0700
39769
39770     Java voice reporting cleanups.
39771     
39772     Make sure it says something at the end of a log file replay.
39773     Make sure it reports max speed after motor burn out, and max height
39774     after apogee.
39775     
39776     Signed-off-by: Keith Packard <keithp@keithp.com>
39777
39778 commit 8f2f38f2a9fb0c106e2c6b60cdc205292ce329ea
39779 Author: Keith Packard <keithp@keithp.com>
39780 Date:   Tue Jul 27 10:18:20 2010 -0700
39781
39782     Java clean ups -- use varargs where possible, remove AltosSerialReader
39783     
39784     Add methods that format stuff using String.format for voice and serial
39785     link, remove AltosSerialReader class and just embed that in the
39786     AltosSerial class directly.
39787     
39788     Signed-off-by: Keith Packard <keithp@keithp.com>
39789
39790 commit 734cd15ccff691f851359518ce6118f29dc9f88d
39791 Author: Keith Packard <keithp@keithp.com>
39792 Date:   Tue Jul 27 10:18:09 2010 -0700
39793
39794     Remove directories as .class file dependencies; it makes them get rebuilt all the time
39795
39796 commit 809feb75e2155e84aebfcc431867edcfd9054670
39797 Author: Keith Packard <keithp@keithp.com>
39798 Date:   Tue Jul 27 01:22:56 2010 -0700
39799
39800     Clean up altosui build a bit
39801
39802 commit 3784578a40dcc61f447435cfdf22e13c409cb9c0
39803 Author: Keith Packard <keithp@keithp.com>
39804 Date:   Tue Jul 27 00:16:15 2010 -0700
39805
39806     Add application icons for Mac OS X
39807
39808 commit 2c273710ea9b76ebee4101893f9fe84be8a02354
39809 Author: Keith Packard <keithp@keithp.com>
39810 Date:   Tue Jul 27 00:11:58 2010 -0700
39811
39812     Add Mac OS X packaging files for altosui
39813
39814 commit a58c44cd904e5429b807e5c23913051ed6484edc
39815 Author: Keith Packard <keithp@keithp.com>
39816 Date:   Tue Jul 27 00:09:41 2010 -0700
39817
39818     libaltos: build fat 10.5-compatible library
39819     
39820     Signed-off-by: Keith Packard <keithp@keithp.com>
39821
39822 commit 4e3285575e0c7d029e799258587e965779990099
39823 Author: Keith Packard <keithp@keithp.com>
39824 Date:   Tue Jul 27 00:09:18 2010 -0700
39825
39826     libaltos: make clean remove all built files
39827     
39828     Signed-off-by: Keith Packard <keithp@keithp.com>
39829
39830 commit fb8507975c6e081de2e909eca6faaa8f868b609e
39831 Author: Keith Packard <keithp@keithp.com>
39832 Date:   Tue Jul 27 00:08:38 2010 -0700
39833
39834     libaltos needs -I. on all systems
39835     
39836     Signed-off-by: Keith Packard <keithp@keithp.com>
39837
39838 commit 0a782026f6b19e84ffd44f1ae1b466363474bd30
39839 Author: Keith Packard <keithp@keithp.com>
39840 Date:   Mon Jul 26 18:10:07 2010 -0700
39841
39842     Darwin doesn't have strndup.
39843     
39844     This provides a private version of this GNU extension.
39845     
39846     Signed-off-by: Keith Packard <keithp@keithp.com>
39847
39848 commit b51497597868a40df039dd3ca11b35a6258bbbb3
39849 Author: Keith Packard <keithp@keithp.com>
39850 Date:   Mon Jul 26 18:04:10 2010 -0700
39851
39852     Re-enable Linux support for altosui.
39853     
39854     This steals code from cc-usbdev for scanning the USB tree and uses the
39855     same tty code as on Darwin
39856     
39857     Signed-off-by: Keith Packard <keithp@keithp.com>
39858
39859 commit e9153c4f2c71ed965822fcfe5112d2bc38506baf
39860 Author: Keith Packard <keithp@keithp.com>
39861 Date:   Mon Jul 26 17:04:04 2010 -0700
39862
39863     Re-enable freetts
39864
39865 commit 17188f36fe18c23bc2eb877ac9a01b7693f4b863
39866 Author: Keith Packard <keithp@keithp.com>
39867 Date:   Mon Jul 26 17:03:47 2010 -0700
39868
39869     Present list of altos devices in nice format
39870
39871 commit 005e2d6a7bb3b0546b0c1273296875621632ec6d
39872 Author: Keith Packard <keithp@keithp.com>
39873 Date:   Mon Jul 26 15:42:48 2010 -0700
39874
39875     Switch AltosUI to libaltos for device access
39876     
39877     Signed-off-by: Keith Packard <keithp@keithp.com>
39878
39879 commit c726d8f6eb861801d7543552beab6ee2c920c96f
39880 Author: Keith Packard <keithp@keithp.com>
39881 Date:   Mon Jul 26 15:41:39 2010 -0700
39882
39883     Add libaltos which talks to USB connected altos devices
39884
39885 commit 05111d5be4d37bedaaee6415d6ee27347e6a112c
39886 Author: Keith Packard <keithp@keithp.com>
39887 Date:   Mon Jul 26 12:52:17 2010 -0700
39888
39889     When the EP0 IN buffer is full, don't panic, just skip sending another
39890     
39891     If the host doesn't pull the IN packet out of EP0 before sending
39892     another SETUP command along, the IN buffer will still be busy when we
39893     try to reply to the SETUP command. While I don't quite understand why
39894     this would ever happen, there's no need to panic about it, just drop
39895     the reply packet on the floor.
39896     
39897     Signed-off-by: Keith Packard <keithp@keithp.com>
39898
39899 commit d0647950b76bfa9942e4f8cf87353f2b724099f4
39900 Author: Bdale Garbee <bdale@gag.com>
39901 Date:   Wed Jul 21 14:26:36 2010 -0600
39902
39903     fix text since TM only has one led to blink
39904
39905 commit 8eda9fe94a7fd40cb84f50e17e64956f1584ebdc
39906 Author: Bdale Garbee <bdale@gag.com>
39907 Date:   Tue Jul 20 22:24:32 2010 -0600
39908
39909     update changelogs for Debian build
39910
39911 commit cd8aa79de72b8b6b3a26d0c2522e94c621b70f13
39912 Author: Bdale Garbee <bdale@gag.com>
39913 Date:   Tue Jul 20 22:24:01 2010 -0600
39914
39915     update to latest Debian standards version
39916
39917 commit 3284c7516e302e6db403d18866924ad926ffb2a7
39918 Author: Bdale Garbee <bdale@gag.com>
39919 Date:   Tue Jul 20 22:20:08 2010 -0600
39920
39921     update changelogs for Debian build
39922
39923 commit 8f1933717e3acfbcb09191da6e79a7944f91f9d9
39924 Author: Bdale Garbee <bdale@gag.com>
39925 Date:   Tue Jul 20 22:19:27 2010 -0600
39926
39927     reflect documentation file name change
39928
39929 commit 2cf1ef555a7feceeb1c333b273c19dd848e8d03f
39930 Author: Bdale Garbee <bdale@gag.com>
39931 Date:   Tue Jul 20 22:15:47 2010 -0600
39932
39933     update changelogs for Debian build
39934
39935 commit 74c67fc466118b86b4eb5173f7a6886ae220a985
39936 Author: Bdale Garbee <bdale@gag.com>
39937 Date:   Tue Jul 20 22:14:27 2010 -0600
39938
39939     add build dep for sndfile
39940
39941 commit 0794ab1e13313fa49b7caf01aef20b052ad78a88
39942 Author: Bdale Garbee <bdale@gag.com>
39943 Date:   Tue Jul 20 22:10:01 2010 -0600
39944
39945     update changelogs for Debian build
39946
39947 commit 15a6791ba8f8313b6b55752c3fa7dc254d56dd5c
39948 Author: Bdale Garbee <bdale@gag.com>
39949 Date:   Tue Jul 20 22:08:56 2010 -0600
39950
39951     update changelogs for Debian build
39952
39953 commit e747954b6a9e71705f619684df8a118a909b1039
39954 Merge: bd40a5b 695879d
39955 Author: Bdale Garbee <bdale@gag.com>
39956 Date:   Tue Jul 20 22:07:22 2010 -0600
39957
39958     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
39959
39960 commit bd40a5b431847c071f5c486d754eca5627e5e3b9
39961 Author: Bdale Garbee <bdale@gag.com>
39962 Date:   Tue Jul 20 02:12:03 2010 -0600
39963
39964     significant update
39965
39966 commit 695879dbccfc5ec6b79698653c58814158f91686
39967 Author: Keith Packard <keithp@keithp.com>
39968 Date:   Wed Jul 14 19:07:02 2010 -0700
39969
39970     Switch DBG pins to GPIO when using any debug commands. Reboot to restore.
39971     
39972     If you want to use TeleMetrum as a debug dongle, you need to flip the
39973     three pins used to talk to the remote debug port from SPI mode to GPIO
39974     mode.
39975     
39976     This patch doesn't provide any way to get back to SPI mode, so you'll
39977     have to reboot the TeleMetrum to write out config parameters or log
39978     flight data after using any debug commands.
39979     
39980     Signed-off-by: Keith Packard <keithp@keithp.com>
39981
39982 commit a9ec6be0e92dee01f7aac006ef6f7779c1da1b36
39983 Author: Keith Packard <keithp@keithp.com>
39984 Date:   Sat Jul 3 17:42:36 2010 -0400
39985
39986     Telemetry code was mis-computing RSSI
39987     
39988     The RSSI data from the hardware reports in 1/2 dBm increments, and so
39989     must be divided to report plain RSSI numbers.
39990     
39991     Signed-off-by: Keith Packard <keithp@keithp.com>
39992
39993 commit 62294ea3830d3ea261a8761edc9fa6f98201d321
39994 Author: Bdale Garbee <bdale@gag.com>
39995 Date:   Thu Jun 24 12:38:23 2010 -0700
39996
39997     update changelogs for Debian build
39998
39999 commit 4766b13d1241fa585907c6f77707d2d4b3ccff75
40000 Author: Bdale Garbee <bdale@gag.com>
40001 Date:   Thu Jun 24 12:37:55 2010 -0700
40002
40003     update changelogs for Debian build
40004
40005 commit 52834517c0706b1f16fb81643a42dc1c1997e00a
40006 Author: Keith Packard <keithp@keithp.com>
40007 Date:   Mon Jun 21 15:53:33 2010 -0700
40008
40009     Abort any in-progress radio operation when changing radio channel
40010     
40011     In monitor mode, the current receive operation must be aborted so that
40012     the radio channel change can take effect without receiving a
40013     telemetry packet on the old channel. Aborting any in-progress radio
40014     operation will make sure that happens.
40015     
40016     Signed-off-by: Keith Packard <keithp@keithp.com>
40017
40018 commit 5933eaa44fe45027b856f1303dd657b974eb53e7
40019 Author: Keith Packard <keithp@keithp.com>
40020 Date:   Mon Jun 21 11:44:32 2010 -0700
40021
40022     ao-postflight: was walking off state.data array
40023
40024 commit 11d155d558d0b121b66f089adee0a47d71f65a78
40025 Merge: 544003a 24393ea
40026 Author: Keith Packard <keithp@keithp.com>
40027 Date:   Wed Jun 16 21:54:06 2010 -0700
40028
40029     Merge remote branch 'mjb/master'
40030
40031 commit 544003a8da0248fd6f3c62ded86af74ab7cdadf6
40032 Merge: 267923e 93c1e29
40033 Author: Keith Packard <keithp@keithp.com>
40034 Date:   Wed Jun 16 21:52:23 2010 -0700
40035
40036     Merge remote branch 'origin/master'
40037
40038 commit 267923e56e22b3635a21f42ef77a3a36158bc273
40039 Author: Keith Packard <keithp@keithp.com>
40040 Date:   Wed Jun 16 21:49:43 2010 -0700
40041
40042     Add special code for USB panic's.
40043     
40044     The USB system may panic if the hardware isn't ready for IN data when
40045     the driver thinks it should be. This adds a special panic code to make
40046     figuring this out easier.
40047     
40048     Signed-off-by: Keith Packard <keithp@keithp.com>
40049
40050 commit 50ae347bf9de49ccfc92d26888f36e155fb406a3
40051 Author: Keith Packard <keithp@keithp.com>
40052 Date:   Wed Jun 16 21:48:04 2010 -0700
40053
40054     ao-view: disable radio telemetry monitoring during channel change
40055     
40056     This makes ao-view disable the radio so that the channel change has an
40057     immediate effect rather than waiting for a packet on the old channel.
40058     
40059     Note that this should also be fixed in the TM code itself so that this
40060     change wouldn't be required.
40061     
40062     Signed-off-by: Keith Packard <keithp@keithp.com>
40063
40064 commit 24393eab0ea085f2d0224b59fdc3c00693e5d3a9
40065 Author: Mike Beattie <mike@ethernal.org>
40066 Date:   Thu Jun 17 14:04:01 2010 +1200
40067
40068     Extension to KML output format, and minor bug fix
40069     
40070     Extended KML output by breaking flight into coloured segments representing
40071     flight state. Add extra statistical information to description bubbles
40072     visible in Google Earth when clicking on links in My Places.
40073     
40074     Fix Bugs:
40075     * output kml to file provided as argument.
40076     * move kml coordinate output code to take advantage of nsat calculation
40077     * remove superfluous %9.2f format specifier from raw_file output.
40078     
40079     Signed-off-by: Mike Beattie <mike@ethernal.org>
40080
40081 commit 93c1e29b07c331a5ca6e0f647b9d2e9266ed3014
40082 Author: Bdale Garbee <bdale@gag.com>
40083 Date:   Tue May 18 23:12:45 2010 -0600
40084
40085     updates from Bob
40086
40087 commit bb46c9a1da5788a082e4483e576a5a6d3963507b
40088 Author: Bdale Garbee <bdale@gag.com>
40089 Date:   Tue May 18 00:26:28 2010 -0600
40090
40091     update changelogs for Debian build
40092
40093 commit 16c4cae7ebed7bd3ee0f12b8872bf950574f17e8
40094 Author: Bdale Garbee <bdale@gag.com>
40095 Date:   Tue May 18 00:26:00 2010 -0600
40096
40097     update changelogs for Debian build
40098
40099 commit bc89d962c87b50e5487628f8ca25e4443ac4823d
40100 Author: Bdale Garbee <bdale@gag.com>
40101 Date:   Tue May 18 00:24:03 2010 -0600
40102
40103     merge the altusmetrum-themes package
40104
40105 commit 0c6cf621dfd8339b8bc3915750a3147235f1331b
40106 Merge: 32e430b 563a9dc
40107 Author: Bdale Garbee <bdale@gag.com>
40108 Date:   Mon May 17 23:59:43 2010 -0600
40109
40110     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
40111
40112 commit 32e430b8a5f93b312f6359b4d553bad92ed37b19
40113 Author: Bdale Garbee <bdale@gag.com>
40114 Date:   Mon May 17 22:43:19 2010 -0600
40115
40116     merge in a derivative of Bob Finch's mere mortals guide as a getting started
40117     chapter
40118
40119 commit 563a9dcdfef42718370c49f16cc2271642b3e055
40120 Author: Keith Packard <keithp@keithp.com>
40121 Date:   Mon May 17 21:30:57 2010 -0700
40122
40123     Finish basic flight monitoring UI with voice using FreeTTS
40124     
40125     This captures telemetry data to log files and presents flight status
40126     information in audio form using FreeTTS.
40127     
40128     Signed-off-by: Keith Packard <keithp@keithp.com>
40129
40130 commit 69092ffd23ac1928d5c84413fd00c2423f313fc2
40131 Merge: 3c2211a cc002c0
40132 Author: Bdale Garbee <bdale@gag.com>
40133 Date:   Mon May 17 20:10:46 2010 -0600
40134
40135     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
40136
40137 commit cc002c0a43a02845ba67d1a61828be382f307b2e
40138 Author: Keith Packard <keithp@keithp.com>
40139 Date:   Sun May 16 22:31:23 2010 -0700
40140
40141     Fix telemetrum.inf, tested by Adrian and Keithp
40142
40143 commit 3c2211ad7877d622435bc9e8c9c0b01d62be6ff0
40144 Author: Bdale Garbee <bdale@gag.com>
40145 Date:   Thu May 13 15:37:37 2010 -0600
40146
40147     typo fix from Bob
40148
40149 commit f0433c83d76e90d78fb86a1f4a2f145f3c57fb25
40150 Author: Bdale Garbee <bdale@gag.com>
40151 Date:   Thu May 13 01:27:39 2010 -0600
40152
40153     updates from Bob
40154
40155 commit 0f05cf06e3f1ec510b11d993d9038211ac66c97b
40156 Author: Bdale Garbee <bdale@gag.com>
40157 Date:   Wed May 12 19:54:04 2010 -0600
40158
40159     update changelogs for Debian build
40160
40161 commit 6bd85138c1bfbc1d8b78dce1501870a65a64db36
40162 Author: Bdale Garbee <bdale@gag.com>
40163 Date:   Wed May 12 19:53:40 2010 -0600
40164
40165     lose the quotes since they apparently aren't necessary
40166
40167 commit d639144b9bb840fbbced199738787ec054eddf12
40168 Author: Bdale Garbee <bdale@gag.com>
40169 Date:   Wed May 12 17:04:41 2010 -0600
40170
40171     update changelogs for Debian build
40172
40173 commit ae6854df00579ea1c3486f1bf8f19443d5ac9498
40174 Author: Bdale Garbee <bdale@gag.com>
40175 Date:   Wed May 12 17:04:13 2010 -0600
40176
40177     update desktop file for conformance with current standards
40178
40179 commit 7191d74e680a63728f5eb139069a674fef969e6c
40180 Author: Bdale Garbee <bdale@gag.com>
40181 Date:   Wed May 12 16:45:00 2010 -0600
40182
40183     update changelogs for Debian build
40184
40185 commit 68eaaa694bb7bf20642ad11eac8a13c1c8e21b7d
40186 Author: Bdale Garbee <bdale@gag.com>
40187 Date:   Wed May 12 16:44:14 2010 -0600
40188
40189     add desktop file
40190
40191 commit 9d3d09578381bb6e6f88c39b0e945371bbc22c5a
40192 Author: Bdale Garbee <bdale@gag.com>
40193 Date:   Wed May 12 16:34:49 2010 -0600
40194
40195     add desktop file provided by Bob Finch
40196
40197 commit 3cc1dad3b497524ffef61190dd68908cb19e8c35
40198 Author: Bdale Garbee <bdale@gag.com>
40199 Date:   Wed May 12 16:28:35 2010 -0600
40200
40201     add initial package build scripts for Arch Linux from Bob Finch
40202
40203 commit 1b8671bd0a00cec6ae4ccf442cd007b18af82fb0
40204 Author: Bdale Garbee <bdale@gag.com>
40205 Date:   Sun May 9 01:41:00 2010 -0600
40206
40207     lots of updates
40208
40209 commit 53b9a9bc28a9278249ff37f92110c21380e93cda
40210 Author: Bdale Garbee <bdale@gag.com>
40211 Date:   Thu May 6 13:59:23 2010 -0600
40212
40213     update changelogs for Debian build
40214
40215 commit cde60f16f6ab2cdd5010a0e106ae312d144947cf
40216 Author: Bdale Garbee <bdale@gag.com>
40217 Date:   Thu May 6 13:58:31 2010 -0600
40218
40219     Revert "Merge remote branch 'remotes/origin/fix-reset'"
40220     
40221     This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing
40222     changes made to fa77db2ffd8a749c93767db5a6311131e00473ae.
40223     
40224     For whatever reason, this is utterly not doing the right things today!
40225
40226 commit 8be04df7e1e0a369ffb1137c6e2ec63585e3c935
40227 Author: Bdale Garbee <bdale@gag.com>
40228 Date:   Thu May 6 12:48:00 2010 -0600
40229
40230     update changelogs for Debian build
40231
40232 commit 314d27a73c903fef2968dabac3d5313573713460
40233 Merge: fa77db2 823fc0a
40234 Author: Bdale Garbee <bdale@gag.com>
40235 Date:   Thu May 6 12:47:30 2010 -0600
40236
40237     Merge remote branch 'remotes/origin/fix-reset'
40238
40239 commit 823fc0ac27b8df9b4ba1ca0f229b431baf5b46dd
40240 Author: Keith Packard <keithp@keithp.com>
40241 Date:   Wed May 5 12:50:39 2010 -0700
40242
40243     Don't change dbg clock while changing reset_n. Use 20ms everywhere
40244     
40245     This changes the reset code to be more conservative about changing
40246     things at the same time, and also sets all timings to 20ms to make
40247     debugging with the scope easier.
40248     
40249     Signed-off-by: Keith Packard <keithp@keithp.com>
40250
40251 commit fa77db2ffd8a749c93767db5a6311131e00473ae
40252 Author: Bdale Garbee <bdale@gag.com>
40253 Date:   Wed May 5 02:34:41 2010 -0600
40254
40255     update changelogs for Debian build
40256
40257 commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
40258 Author: Keith Packard <keithp@keithp.com>
40259 Date:   Wed May 5 01:32:46 2010 -0700
40260
40261     Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
40262     
40263     ao_sleep doesn't delay for a specified time interval as much as one
40264     might want it to.
40265
40266 commit e6bb80975fde20928a830170f0821d59a8c72690
40267 Author: Keith Packard <keithp@keithp.com>
40268 Date:   Wed May 5 01:31:57 2010 -0700
40269
40270     Fix all stdio reading functions to be __critical
40271     
40272     Oh, right SDCC has '__critical' to mark sections of code that need to
40273     run with interrupts disabled; no need to use EA = 0 and EA = 1.
40274     
40275     Signed-off-by: Keith Packard <keithp@keithp.com>
40276
40277 commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
40278 Author: Bdale Garbee <bdale@gag.com>
40279 Date:   Wed May 5 01:57:54 2010 -0600
40280
40281     update changelogs for Debian build
40282
40283 commit 8702f497c4278648303eced1aed5bd76d559521a
40284 Author: Bdale Garbee <bdale@gag.com>
40285 Date:   Wed May 5 01:57:11 2010 -0600
40286
40287     initial attempt at a telemetrum turn on script .. needs work
40288
40289 commit 01cefa181b04e53c20109ef8f3ffff633744da73
40290 Author: Bdale Garbee <bdale@gag.com>
40291 Date:   Wed May 5 01:56:51 2010 -0600
40292
40293     update changelogs for Debian build
40294
40295 commit 45a1c2d2dfb69e5269ef2756fcd0f734b48d41cb
40296 Author: Bdale Garbee <bdale@gag.com>
40297 Date:   Wed May 5 01:54:33 2010 -0600
40298
40299     update changelogs for Debian build
40300
40301 commit f7ff3278bb670df59d7425a014cfe8e3718fea3f
40302 Author: Keith Packard <keithp@keithp.com>
40303 Date:   Wed May 5 00:44:42 2010 -0700
40304
40305     Disable interrupts while reading from stdin
40306     
40307     With multiple input source support, there is a lag between asking a
40308     device if it has data and then waiting for more data to appear. If an
40309     interrupt signalling additional input arrives in this interval, we'll
40310     go to sleep with input available.
40311     
40312     This patch uses a big hammer by just disabling interrupts for the
40313     whole process.
40314     
40315     Signed-off-by: Keith Packard <keithp@keithp.com>
40316
40317 commit aa9ff021d683764a43800eaa18ea0c9be5134939
40318 Author: Keith Packard <keithp@keithp.com>
40319 Date:   Tue May 4 21:42:54 2010 -0700
40320
40321     Revert "Add optional 's' command to packet slave to enable/disable slave mode"
40322     
40323     This reverts commit e7dc7fab787df63a4de72c8450e94092eb04d7db.
40324     
40325     This patch didn't work, and magically appears to break flashing TM
40326     from TD.
40327
40328 commit 8c95f33686f69da717013ec2c25dbcd99c03aa45
40329 Author: Bdale Garbee <bdale@gag.com>
40330 Date:   Thu Apr 29 17:48:44 2010 -0600
40331
40332     more text created during SFO->DEN flight
40333
40334 commit af0613ffc178b9b1f011c315923f92f2581fe53e
40335 Author: Bdale Garbee <bdale@gag.com>
40336 Date:   Tue Apr 27 00:18:43 2010 -0600
40337
40338     update changelogs for Debian build
40339
40340 commit 99094f02bf4849ba1f6b9842ded6c39d894320f7
40341 Merge: 641e76c 75d8ffd
40342 Author: Bdale Garbee <bdale@gag.com>
40343 Date:   Tue Apr 27 00:17:37 2010 -0600
40344
40345     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
40346
40347 commit 641e76c5d419dab057298541b3a7546877643198
40348 Author: Bdale Garbee <bdale@gag.com>
40349 Date:   Tue Apr 27 00:17:15 2010 -0600
40350
40351     add some RF usage information from an email reply sent today, and re-indent
40352
40353 commit 75d8ffd4eadf31d50b2f58c021530c17ff1bdc66
40354 Author: Keith Packard <keithp@keithp.com>
40355 Date:   Fri Apr 23 13:53:25 2010 -0700
40356
40357     Autodetect flite voice registration function
40358     
40359     Old versions of flite exported the function 'register_cmu_us_kal'
40360     while new ones export 'register_cmu_us_kal16'. This patch just checks
40361     which one is available and uses that.
40362     
40363     Signed-off-by: Keith Packard <keithp@keithp.com>
40364
40365 commit 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc
40366 Author: Keith Packard <keithp@keithp.com>
40367 Date:   Thu Apr 22 16:25:35 2010 -0700
40368
40369     More ALtosUI changes
40370
40371 commit e7dc7fab787df63a4de72c8450e94092eb04d7db
40372 Author: Keith Packard <keithp@keithp.com>
40373 Date:   Thu Apr 22 14:53:44 2010 -0700
40374
40375     Add optional 's' command to packet slave to enable/disable slave mode
40376     
40377     This option has been selected for teledongle so that you can use slave
40378     mode and hook two teledongles together over the RF link.
40379     
40380     Signed-off-by: Keith Packard <keithp@keithp.com>
40381
40382 commit f4383394b5d2b275b21e3ce8040d8cb9e48bb375
40383 Merge: 5f93cf8 c879b17
40384 Author: Bdale Garbee <bdale@gag.com>
40385 Date:   Sun Apr 18 08:36:07 2010 -0600
40386
40387     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
40388
40389 commit 5f93cf8c73555f43c14b1b0757f264bde69e9b8a
40390 Author: Bdale Garbee <bdale@gag.com>
40391 Date:   Sun Apr 18 08:35:43 2010 -0600
40392
40393     capture work done on SFO->DEN flight
40394
40395 commit c879b178d83c9a9a521f42a960b10e19b11cee92
40396 Author: Keith Packard <keithp@keithp.com>
40397 Date:   Sat Apr 10 22:09:57 2010 -0700
40398
40399     Increase reset switch time to 100ms
40400     
40401     Signed-off-by: Keith Packard <keithp@keithp.com>
40402
40403 commit b3a2e1221735d54dc3f2b97b4e75ed6f33ab8227
40404 Author: Bdale Garbee <bdale@gag.com>
40405 Date:   Sat Apr 10 15:01:14 2010 -0600
40406
40407     update changelogs for Debian build
40408
40409 commit 9394393c24c0a96b94319f2d0aa78fb498a121c9
40410 Author: Keith Packard <keithp@keithp.com>
40411 Date:   Fri Apr 9 17:51:01 2010 -0700
40412
40413     Only have the slave return a packet if it received one.
40414     
40415     When the receive is aborted to switch modes, it's important to not
40416     immediately re-acquire the radio and try to send a packet as the
40417     aborting thread won't know to kick the receiver again.
40418     
40419     This prevents the 'C' command from locking up as it tries to stop the
40420     packet slave before turning on the transmitter.
40421     
40422     Signed-off-by: Keith Packard <keithp@keithp.com>
40423
40424 commit ce39372a3aeffff1a08d609e63164a00cf974663
40425 Author: Bdale Garbee <bdale@gag.com>
40426 Date:   Fri Apr 9 13:50:49 2010 -0600
40427
40428     wrong Yaesu model
40429
40430 commit a832c7e9d9e9e420e1281136188bd53b34c56464
40431 Author: Bdale Garbee <bdale@gag.com>
40432 Date:   Fri Apr 9 00:10:03 2010 -0600
40433
40434     update changelogs for Debian build
40435
40436 commit c0ee1ae25e1d18138d8372f47085de48ffada344
40437 Author: Bdale Garbee <bdale@gag.com>
40438 Date:   Fri Apr 9 00:09:21 2010 -0600
40439
40440     file changed by auto tools
40441
40442 commit 25e69ebfec94560e0714cf2cc623dc9697b4ea99
40443 Author: Bdale Garbee <bdale@gag.com>
40444 Date:   Fri Apr 9 00:08:32 2010 -0600
40445
40446     update changelogs for Debian build
40447
40448 commit ea5d4f01d18d93d032f05933041b7b6881289780
40449 Author: Keith Packard <keithp@keithp.com>
40450 Date:   Thu Apr 8 22:45:04 2010 -0700
40451
40452     libflite may forget to reference libasound
40453
40454 commit 4b02f293e9c32a568fad89558274f21157e7d473
40455 Author: Bdale Garbee <bdale@gag.com>
40456 Date:   Thu Apr 8 20:08:07 2010 -0600
40457
40458     update changelogs for Debian build
40459
40460 commit 5c3b6e2d1989bcaa19ae3e294f297ec3e5648a53
40461 Author: Bdale Garbee <bdale@gag.com>
40462 Date:   Thu Apr 8 19:56:40 2010 -0600
40463
40464     update changelogs for Debian build
40465
40466 commit 01e524f11a67390a8ea1f20aa2d611909b4da363
40467 Author: Bdale Garbee <bdale@gag.com>
40468 Date:   Thu Apr 8 19:55:05 2010 -0600
40469
40470     choose a better set of docbook xsl files
40471
40472 commit f93c9bf3695862db31f2c3b3bc5a7bb24ef3766c
40473 Author: Keith Packard <keithp@keithp.com>
40474 Date:   Thu Apr 8 17:28:17 2010 -0700
40475
40476     When changing RESET line, delay 20ms
40477     
40478     The GPS data sheet suggests a 1uF cap on the reset line to ensure it
40479     is held low long enough for the power supply to come up to voltage. TM
40480     v1.0 loads a 0.001uF cap there, but in case that isn't large enough,
40481     it could be replaced with the larger one. This change makes sure that
40482     even with that larger value, the debugging link will be able to reset
40483     the target.
40484     
40485     Signed-off-by: Keith Packard <keithp@keithp.com>
40486
40487 commit baaaac499cfbc1286ae55374cfdc796d32983b92
40488 Merge: a4356b9 dec9971
40489 Author: Keith Packard <keithp@keithp.com>
40490 Date:   Thu Apr 8 13:31:23 2010 -0700
40491
40492     Merge remote branch 'origin/master'
40493
40494 commit a4356b9bcf679c4d7b88fbbad77a98ecb0f80098
40495 Author: Keith Packard <keithp@keithp.com>
40496 Date:   Thu Apr 8 13:30:16 2010 -0700
40497
40498     Use 16-bit flite voice (which appears to have changed symbols recently)
40499
40500 commit 447c121fc1ceb878e45718ad1364a5349965a59a
40501 Merge: 10330d2 53ca3f9
40502 Author: Keith Packard <keithp@keithp.com>
40503 Date:   Thu Apr 8 11:46:56 2010 -0700
40504
40505     Merge remote branch 'origin/master' into altosui
40506
40507 commit dec9971d70f17067ba0051206851b49c7604ac85
40508 Author: Bdale Garbee <bdale@gag.com>
40509 Date:   Thu Apr 8 12:43:03 2010 -0600
40510
40511     update changelogs for Debian build
40512
40513 commit 6629ec52def8917ad033847812a1adc4c3e9c947
40514 Author: Bdale Garbee <bdale@gag.com>
40515 Date:   Thu Apr 8 12:42:47 2010 -0600
40516
40517     lose the url entirely for now
40518
40519 commit a1539a075a0cc79c9122fea878d9a20ee722a18c
40520 Author: Bdale Garbee <bdale@gag.com>
40521 Date:   Thu Apr 8 12:41:42 2010 -0600
40522
40523     update changelogs for Debian build
40524
40525 commit 934434ffb3514fe9ff95692784750d7c5217a5d3
40526 Author: Bdale Garbee <bdale@gag.com>
40527 Date:   Thu Apr 8 12:41:28 2010 -0600
40528
40529     fix typo in url
40530
40531 commit 8a067cd0eebbec313fc39086747ef618f2d1cf37
40532 Author: Bdale Garbee <bdale@gag.com>
40533 Date:   Thu Apr 8 12:36:18 2010 -0600
40534
40535     update changelogs for Debian build
40536
40537 commit 05ad58389fa3814ecb56344bf4ec3a3e025920a2
40538 Author: Bdale Garbee <bdale@gag.com>
40539 Date:   Thu Apr 8 12:34:54 2010 -0600
40540
40541     need another build dep
40542
40543 commit 6fbdc7037db185f03bd5ff96b9d9320646572df7
40544 Author: Bdale Garbee <bdale@gag.com>
40545 Date:   Thu Apr 8 12:28:49 2010 -0600
40546
40547     update changelogs for Debian build
40548
40549 commit 8f1d47e9cd61738e516d15fc97d5730d80611e87
40550 Author: Bdale Garbee <bdale@gag.com>
40551 Date:   Thu Apr 8 12:28:20 2010 -0600
40552
40553     update changelogs for Debian build
40554
40555 commit 10330d23518c94a8b791193a97a6cc07b1c9a97c
40556 Author: Keith Packard <keithp@keithp.com>
40557 Date:   Tue Apr 6 00:58:00 2010 -0700
40558
40559     Enable telemetry monitoring
40560     
40561     Signed-off-by: Keith Packard <keithp@keithp.com>
40562
40563 commit 9e10e43eff9de3f034da49c4f88728fb933f5035
40564 Author: Keith Packard <keithp@keithp.com>
40565 Date:   Tue Apr 6 00:56:57 2010 -0700
40566
40567     Tasks may move in task structure as a result of ao_exit
40568     
40569     Signed-off-by: Keith Packard <keithp@keithp.com>
40570
40571 commit a7fc7901cd591c93d9d0cffeec2977ebb17554d4
40572 Author: Keith Packard <keithp@keithp.com>
40573 Date:   Tue Apr 6 00:55:19 2010 -0700
40574
40575     TD reports "not-connected" when GPS has 0 sats
40576
40577 commit e064d05da87926c19fb665b40fb280fb59328183
40578 Author: Keith Packard <keithp@keithp.com>
40579 Date:   Tue Apr 6 00:54:52 2010 -0700
40580
40581     serial port read function cannot be interrupted. poll every 1 second
40582
40583 commit c099a67d9ea37e731e0eca318102560281ac240f
40584 Author: Keith Packard <keithp@keithp.com>
40585 Date:   Mon Apr 5 22:42:05 2010 -0700
40586
40587     Interrupt running replay thread when starting another replay
40588     
40589     Signed-off-by: Keith Packard <keithp@keithp.com>
40590
40591 commit cc600a0389720bc7e435dbda8bec080ef19e0c58
40592 Author: Keith Packard <keithp@keithp.com>
40593 Date:   Mon Apr 5 22:21:46 2010 -0700
40594
40595     Add Linux device discovery
40596     
40597     AltosDeviceLinux.java scans /proc to locate suitable devices. This
40598     will be hooked up to the UI shortly.
40599
40600 commit c28646d72005daeadb70b95fd3b0050bd752cc55
40601 Author: Keith Packard <keithp@keithp.com>
40602 Date:   Sun Apr 4 20:55:30 2010 -0700
40603
40604     Switch TeleMetrum from v0.2 to v1.0
40605     
40606     Signed-off-by: Keith Packard <keithp@keithp.com>
40607
40608 commit d22ba55ae0e056530a727df50f14ad853d79a2c8
40609 Author: Keith Packard <keithp@keithp.com>
40610 Date:   Sun Apr 4 20:55:18 2010 -0700
40611
40612     Clean up some altosui comments
40613
40614 commit 6251e89c6eea655769f77bc18e98e79c99cf3cad
40615 Author: Keith Packard <keithp@keithp.com>
40616 Date:   Sun Apr 4 19:54:46 2010 -0700
40617
40618     Don't abort the radio when enabling telemetry monitoring
40619     
40620     If telemetry monitoring is already on, then there isn't any point, and
40621     if it's not on, then presumably there isn't any radio work to abort.
40622     
40623     Signed-off-by: Keith Packard <keithp@keithp.com>
40624
40625 commit b0b99f30c4e00689e9faceb363a5c7284541c6be
40626 Author: Keith Packard <keithp@keithp.com>
40627 Date:   Sun Apr 4 19:48:50 2010 -0700
40628
40629     Make ao_radio_idle keep trying to get the radio to idle.
40630     
40631     Attempting to abort a radio operation could lead to a hang if the user
40632     of the radio jumped in and started using it again before the task
40633     attempting to abort woke up. This change just keeps smacking the radio
40634     until the radio goes idle long enough to detect it.
40635
40636 commit 0e7abc9fedec568b431c983d3df1b0b29f4f10e3
40637 Author: Keith Packard <keithp@keithp.com>
40638 Date:   Sun Apr 4 16:32:04 2010 -0700
40639
40640     Use RXTX for serial comm. Add logdir preference saving
40641
40642 commit c66eebad323e4572bb7cc23bc476ee144f03e9b8
40643 Author: Bdale Garbee <bdale@gag.com>
40644 Date:   Sat Apr 3 08:02:44 2010 -0600
40645
40646     rewrite urls in docbook format
40647
40648 commit 3d34c488c5b71020d86f83156fd821fd860bf214
40649 Author: Keith Packard <keithp@keithp.com>
40650 Date:   Sat Apr 3 00:02:44 2010 -0700
40651
40652     Make .jar file
40653
40654 commit 4bea4c327e002ce8f88218f0d840af7c1521bc35
40655 Author: Keith Packard <keithp@keithp.com>
40656 Date:   Fri Apr 2 23:25:02 2010 -0700
40657
40658     Remove unused cell renderer class
40659
40660 commit 4ad062969ae8a608b8428620579bbe114e580a11
40661 Author: Keith Packard <keithp@keithp.com>
40662 Date:   Fri Apr 2 23:20:38 2010 -0700
40663
40664     Remove GPS data missing from skytraq. Save max height/accel/speed
40665
40666 commit ebd49d4ec6b0b60c85b2de45cfe2e36add8fe9bf
40667 Author: Keith Packard <keithp@keithp.com>
40668 Date:   Fri Apr 2 23:05:40 2010 -0700
40669
40670     Report current gps nsat, not last locked nsat
40671
40672 commit 3f9b66b307ee88172151e3bee58e50f5acbde109
40673 Author: Keith Packard <keithp@keithp.com>
40674 Date:   Fri Apr 2 23:00:30 2010 -0700
40675
40676     Clean up GPS data formatting
40677
40678 commit 9cc48698ec14c34d437baad7b6540edc31e9741c
40679 Author: Keith Packard <keithp@keithp.com>
40680 Date:   Fri Apr 2 22:47:40 2010 -0700
40681
40682     Fix state updates
40683
40684 commit 6d523ee4dad3b9890d3cf05852459101fe7e26ea
40685 Author: Keith Packard <keithp@keithp.com>
40686 Date:   Fri Apr 2 21:48:41 2010 -0700
40687
40688     Fix status update
40689
40690 commit caa0bf49668344937483190d1c258bfa32971d19
40691 Author: Keith Packard <keithp@keithp.com>
40692 Date:   Fri Apr 2 21:44:00 2010 -0700
40693
40694     Fix up table formatting
40695
40696 commit a579402f428dd6a0529505069d1846f70b83ab5d
40697 Author: Keith Packard <keithp@keithp.com>
40698 Date:   Fri Apr 2 18:10:59 2010 -0700
40699
40700     Display table of flight info. gps is not working yet though
40701
40702 commit 65079f84ea64220fa928c3ad96652fed159bf74b
40703 Author: Keith Packard <keithp@keithp.com>
40704 Date:   Fri Apr 2 16:07:40 2010 -0700
40705
40706     Steal C code from ao-view
40707
40708 commit 02f2be90879b682b6e648cf2debc83223d127b9d
40709 Author: Keith Packard <keithp@keithp.com>
40710 Date:   Fri Apr 2 13:37:52 2010 -0700
40711
40712     Add telem parsing code
40713
40714 commit 8c600abf87c95f8f214b5e56ff6eab955795dff5
40715 Author: Bdale Garbee <bdale@gag.com>
40716 Date:   Thu Apr 1 23:56:47 2010 -0600
40717
40718     crudely incorporate "day in the life" info from web page
40719
40720 commit 53ca3f98aeb70cb780031fee788de950e4388cf6
40721 Author: Bdale Garbee <bdale@gag.com>
40722 Date:   Thu Apr 1 23:39:42 2010 -0600
40723
40724     tweak copyright assertion
40725
40726 commit 6454e309858aeef7912e862de8632618d89b4205
40727 Author: Keith Packard <keithp@keithp.com>
40728 Date:   Thu Apr 1 18:31:14 2010 -0700
40729
40730     Fix windows install file
40731
40732 commit 584ab100640a07dec6e06829e73b7260d17d2232
40733 Author: Keith Packard <keithp@keithp.com>
40734 Date:   Thu Apr 1 18:30:56 2010 -0700
40735
40736     Add Windows install .inf file
40737
40738 commit a06bee96e648d9ded8776f3d6cba9505e7be1a60
40739 Author: Keith Packard <keithp@keithp.com>
40740 Date:   Wed Mar 31 23:05:03 2010 -0700
40741
40742     Add telemetry data parsing code
40743
40744 commit 7f233369e32c3254165ee251df0a3dbc21ea5a29
40745 Author: Keith Packard <keithp@keithp.com>
40746 Date:   Wed Mar 31 13:49:54 2010 -0700
40747
40748     Start adding java-based UI
40749
40750 commit 76768804e68ed09421d7a48cb0b390f102ce2d76
40751 Author: Bdale Garbee <bdale@gag.com>
40752 Date:   Tue Mar 30 23:26:35 2010 -0600
40753
40754     make lintian happy
40755
40756 commit eb3cc3e9b60ec23acbb7d797affa743d671801ab
40757 Author: Bdale Garbee <bdale@gag.com>
40758 Date:   Tue Mar 30 23:19:48 2010 -0600
40759
40760     update changelogs for Debian build
40761
40762 commit 00f49c8fb0aa38331360bdb85c32bcebe60dcdc3
40763 Author: Bdale Garbee <bdale@gag.com>
40764 Date:   Tue Mar 30 23:19:07 2010 -0600
40765
40766     fix typo
40767
40768 commit f03ed0876c67b58624abf0c14bf73444b0322d3c
40769 Author: Bdale Garbee <bdale@gag.com>
40770 Date:   Tue Mar 30 23:18:37 2010 -0600
40771
40772     update changelogs for Debian build
40773
40774 commit b41e617080fe825f7810ee5eee52ea37f7618ec6
40775 Merge: 28e40cc df7bda1
40776 Author: Bdale Garbee <bdale@gag.com>
40777 Date:   Tue Mar 30 23:15:32 2010 -0600
40778
40779     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
40780     
40781     Conflicts:
40782         ChangeLog
40783
40784 commit 28e40ccfcd80ab8764d4aa235257cea4d193a0c1
40785 Author: Bdale Garbee <bdale@gag.com>
40786 Date:   Tue Mar 30 23:14:47 2010 -0600
40787
40788     update changelogs for Debian build
40789
40790 commit 20d4d410e0fc04fe192e309811eed6c0194fa5a8
40791 Author: Bdale Garbee <bdale@gag.com>
40792 Date:   Tue Mar 30 23:11:40 2010 -0600
40793
40794     initial harness for documentation
40795
40796 commit 9801ff7de21027935f52ccabaa3ff157e22d21ce
40797 Author: Bdale Garbee <bdale@gag.com>
40798 Date:   Mon Mar 15 12:04:18 2010 -0600
40799
40800     move gbp.conf into debian/
40801
40802 commit df7bda1f32b0049c3878c325ea0b55999f3980e3
40803 Merge: 23da4f3 a7042fe
40804 Author: Keith Packard <keithp@keithp.com>
40805 Date:   Fri Mar 12 10:38:26 2010 -0800
40806
40807     Merge remote branch 'origin/master'
40808
40809 commit 23da4f3bcdd1d780c9e1f6b68ad2fb309fcae6ba
40810 Author: Keith Packard <keithp@keithp.com>
40811 Date:   Fri Mar 12 10:37:32 2010 -0800
40812
40813     Document the ao-dumplog '--remote' flag for radio-link downloads
40814     
40815     The --remote (or -R) flag uses TeleDongle to fetch data over the radio
40816     command link from TeleMetrum. It's been there for a while, but the man
40817     page failed to mention it.
40818     
40819     Signed-off-by: Keith Packard <keithp@keithp.com>
40820
40821 commit 93df98898f8cd199ae13158bc4f65e3494c954ad
40822 Author: Keith Packard <keithp@keithp.com>
40823 Date:   Fri Mar 12 10:35:12 2010 -0800
40824
40825     Round radio calibration value instead of truncating
40826     
40827     The radio calibration function in the bring-up code was truncating the
40828     radio calibration value which caused the resulting frequency to
40829     always measure above the target frequency, instead of trying to get as
40830     close as possible. This change will result in a closer frequency
40831     match, but may sometimes be below the target frequency.
40832     
40833     Signed-off-by: Keith Packard <keithp@keithp.com>
40834
40835 commit a7042fe7d065d1da1252be5ad43e3c9856214dc8
40836 Author: Bdale Garbee <bdale@Deborah.(none)>
40837 Date:   Fri Mar 5 19:11:11 2010 -0800
40838
40839     update changelogs for Debian build
40840
40841 commit eda5e1166a97766aa22561beaa1086ba4e19ee16
40842 Author: Bdale Garbee <bdale@gag.com>
40843 Date:   Thu Mar 4 17:33:39 2010 -0700
40844
40845     update changelogs for Debian build
40846
40847 commit 6e61170d42936c18cd6efba6f4c14af616a30745
40848 Author: Keith Packard <keithp@keithp.com>
40849 Date:   Sun Feb 28 18:24:46 2010 -0800
40850
40851     Need to duplicate new altitude conversion code in aoview.
40852     
40853     Altitude conversion is now done with a smaller table and interpolation
40854     instead of a giant table.
40855     
40856     Signed-off-by: Keith Packard <keithp@keithp.com>
40857
40858 commit e4e17e6d3844ae682a0e7a9469a522359bac77b6
40859 Author: Bdale Garbee <bdale@gag.com>
40860 Date:   Sat Feb 27 17:36:13 2010 -0700
40861
40862     update changelogs for Debian build
40863
40864 commit a1478f65538fdaac7b58ffbd958a035b74956099
40865 Merge: 901fce5 bbf8c9f
40866 Author: Keith Packard <keithp@keithp.com>
40867 Date:   Sat Feb 27 15:19:33 2010 -0800
40868
40869     Merge remote branch 'origin/master'
40870
40871 commit 901fce5fe3e2762406079ecaa787612b5ed4b34a
40872 Author: Keith Packard <keithp@keithp.com>
40873 Date:   Sat Feb 27 15:18:47 2010 -0800
40874
40875     Add .gitignore for ao-bringup
40876     
40877     Signed-off-by: Keith Packard <keithp@keithp.com>
40878
40879 commit 7aab73a265841aac817ea34235dd1eb819debf76
40880 Author: Keith Packard <keithp@keithp.com>
40881 Date:   Sat Feb 27 15:14:04 2010 -0800
40882
40883     Fix up LED colors for each product.
40884     
40885     Different products assign different color LEDs to the two available
40886     LED drivers (P1_0, P1_1). Make the LED color pin assignments
40887     per-product (in ao_pins.h), then deal with not always having a green LED.
40888     
40889     Signed-off-by: Keith Packard <keithp@keithp.com>
40890
40891 commit 1d6d8d76ec65373ffee70add75d183f5c4168f61
40892 Author: Keith Packard <keithp@keithp.com>
40893 Date:   Sat Feb 27 15:11:44 2010 -0800
40894
40895     Eliminate deadlock when writing config from radio link
40896     
40897     Writing the 'Saved\r\n' string would fill the packet buffer and cause
40898     a flush to occur, which would need to wait for the radio link to
40899     receive and transmit a packet. The radio link always re-fetches the
40900     radio channel number when lighting up the radio, so it need to look in
40901     the config space. If the config mutex was held by the config writing
40902     process while the radio was trying to get the channel number, then
40903     we'd get a deadlock.
40904     
40905     Signed-off-by: Keith Packard <keithp@keithp.com>
40906
40907 commit f1956ebadd7bf46b84a05a0c383b6404ca26b344
40908 Author: Keith Packard <keithp@keithp.com>
40909 Date:   Sat Feb 27 15:10:16 2010 -0800
40910
40911     Leave .ihx files in the build directory too - easier to debug that way
40912     
40913     sdcdb wants the .ihx and .cdb files in the same directory, so humor it
40914     by copying the .ihx files to the src directory instead of moving them.
40915     
40916     Signed-off-by: Keith Packard <keithp@keithp.com>
40917
40918 commit bbf8c9f1748af3f1fac08ddf80ae98da2e9b5727
40919 Author: Bdale Garbee <bdale@gag.com>
40920 Date:   Fri Feb 26 15:21:12 2010 -0700
40921
40922     create a turn on script for lighting up TeleDongle v0.2 boards
40923
40924 commit 461d4a1948e112ec7353caf88967391d876469dd
40925 Author: Keith Packard <keithp@keithp.com>
40926 Date:   Fri Feb 26 10:33:13 2010 -0800
40927
40928     Add LED test
40929
40930 commit 5d7a3a5fbc0af4621c67a6fd51a9c9d5ae688fa5
40931 Author: Keith Packard <keithp@keithp.com>
40932 Date:   Thu Feb 25 16:40:13 2010 -0800
40933
40934     Fix and document the ao-rawload --run flag
40935     
40936     This allows ram-based programs to be loaded and executed easily.
40937     
40938     Signed-off-by: Keith Packard <keithp@keithp.com>
40939
40940 commit 1e60deca147c85a064719dfad14ccabd1049bbbd
40941 Author: Keith Packard <keithp@keithp.com>
40942 Date:   Thu Feb 25 16:33:34 2010 -0800
40943
40944     Allow product names to have suffixes (like board revisions)
40945     
40946     When looking for a board by product name, just look at the prefix of
40947     the name instead of requiring an exact match. This will allow products
40948     to have board version suffixes.
40949     
40950     Signed-off-by: Keith Packard <keithp@keithp.com>
40951
40952 commit f4d5790a284e2d02dd7568fbca90402fa5ed1aea
40953 Author: Keith Packard <keithp@keithp.com>
40954 Date:   Thu Feb 25 16:32:57 2010 -0800
40955
40956     Add ao_radio_xmit to help test boards without flashing them.
40957     
40958     Signed-off-by: Keith Packard <keithp@keithp.com>
40959
40960 commit d7d551b0078acb1596a9b9023c3df6dbfa46213c
40961 Author: Bdale Garbee <bdale@gag.com>
40962 Date:   Wed Feb 24 17:30:23 2010 -0700
40963
40964     update changelogs for Debian build
40965
40966 commit 2f45953ee54034209a23c254e65da36e44cf075f
40967 Author: Bdale Garbee <bdale@gag.com>
40968 Date:   Wed Feb 24 17:29:47 2010 -0700
40969
40970     un-muck changelog
40971
40972 commit 540f86678853e7ea80ae91f3f2ec0ec88c5b1ca7
40973 Author: Bdale Garbee <bdale@gag.com>
40974 Date:   Wed Feb 24 17:27:51 2010 -0700
40975
40976     debugging
40977
40978 commit cdccd92f6ed97be7385e84de5694064cb8f43946
40979 Author: Bdale Garbee <bdale@gag.com>
40980 Date:   Wed Feb 24 17:25:28 2010 -0700
40981
40982     conditionalize use of git on executability of /usr/bin/git binary
40983
40984 commit 54dd7a200e6956aace5a580d4c4d6a10a13c654b
40985 Author: Bdale Garbee <bdale@gag.com>
40986 Date:   Wed Feb 24 17:22:45 2010 -0700
40987
40988     update changelogs for Debian build
40989
40990 commit 4b6b28530206c6fdbe46699b81746fbbcab5b148
40991 Author: Bdale Garbee <bdale@gag.com>
40992 Date:   Wed Feb 24 17:22:20 2010 -0700
40993
40994     see if this works
40995
40996 commit c74958d3e8c5ce8006a9f9f6853238fce0c77432
40997 Author: Bdale Garbee <bdale@gag.com>
40998 Date:   Wed Feb 24 17:13:29 2010 -0700
40999
41000     move git-using variable declaration into the prebuild target
41001
41002 commit cf091a7252eba09902a42a3cfe7b4d6a343907ce
41003 Author: Bdale Garbee <bdale@gag.com>
41004 Date:   Wed Feb 24 16:44:44 2010 -0700
41005
41006     update changelogs for Debian build
41007
41008 commit deccc10f0305c0cd02bf6317d6dc9d2ae38c3dac
41009 Author: Bdale Garbee <bdale@gag.com>
41010 Date:   Wed Feb 24 16:43:32 2010 -0700
41011
41012     add gawk as a build dependency since strtonum is a gawk extension
41013
41014 commit ac45da6e61597dcdb119b976f7301b2cc7fdced4
41015 Author: Bdale Garbee <bdale@gag.com>
41016 Date:   Wed Feb 24 14:57:26 2010 -0700
41017
41018     update changelogs for Debian build
41019
41020 commit 24912821b3230b8357b9e0094cd69fa0bccc5513
41021 Author: Bdale Garbee <bdale@gag.com>
41022 Date:   Wed Feb 24 14:53:27 2010 -0700
41023
41024     update changelogs for Debian build
41025
41026 commit 82fdbfe1229d1ea5e6906ea240d54b3da73d9a69
41027 Author: Keith Packard <keithp@keithp.com>
41028 Date:   Sat Feb 20 21:35:43 2010 -0800
41029
41030     Must install .map files for ao-load to work
41031     
41032     ao-load uses the .map files to rewrite the serial number and other
41033     config parameters into the program flash.
41034     
41035     Signed-off-by: Keith Packard <keithp@keithp.com>
41036
41037 commit a5215c2bd9249a285fc834db0c453fb3e7daed87
41038 Author: Keith Packard <keithp@keithp.com>
41039 Date:   Sat Feb 20 21:20:05 2010 -0800
41040
41041     Add back stack size checking to altos linking phase
41042     
41043     This verifies that the stack start specified during the compile
41044     will work with the resulting program
41045     
41046     Signed-off-by: Keith Packard <keithp@keithp.com>
41047
41048 commit 18eeb79026f7e5c54bf99435537c024427011a36
41049 Author: Keith Packard <keithp@keithp.com>
41050 Date:   Sat Feb 20 21:05:45 2010 -0800
41051
41052     Quiet make output.
41053     
41054     This borrows ideas from the notmuch project to reduce the command line
41055     clutter seen when compiling or linking stuff.
41056     
41057     Signed-off-by: Keith Packard <keithp@keithp.com>
41058
41059 commit 004c2a9b7a4b44ef71ca60482573e8e9d8c6ce93
41060 Author: Keith Packard <keithp@keithp.com>
41061 Date:   Sat Feb 20 20:36:08 2010 -0800
41062
41063     Update .gitignore files
41064
41065 commit 84c93bb2fc4558a5e4654794ba90e730a84eaf67
41066 Author: Keith Packard <keithp@keithp.com>
41067 Date:   Sat Feb 20 20:22:16 2010 -0800
41068
41069     Change altos build process to support per-product compile-time changes
41070     
41071     This creates per-product subdirectories and recompiles everything for
41072     each product, allowing per-product compile-time changes for things
41073     like peripheral pin assignments and attached serial devices.
41074     
41075     Signed-off-by: Keith Packard <keithp@keithp.com>
41076
41077 commit fd0a42e0e96dcb8ecc9e999f70bcf70692692af9
41078 Author: Keith Packard <keithp@keithp.com>
41079 Date:   Sat Feb 20 20:21:07 2010 -0800
41080
41081     Change barometer conversion code to shrink conversion table
41082
41083 commit 876e9a10b9096ead85fbe08ec9a6a0329cf7cbd4
41084 Author: Keith Packard <keithp@keithp.com>
41085 Date:   Sat Feb 13 16:42:27 2010 -0800
41086
41087     Log GPS data on pad after boost detect.
41088     
41089     This wakes up the two GPS reporting tasks and gets them to report out
41090     any existing GPS data to the log file. To make sure the timestamps in
41091     that GPS data are accurate, this also records GPS time on receipt of
41092     the GPS data instead of when that is logged.
41093     
41094     Signed-off-by: Keith Packard <keithp@keithp.com>
41095
41096 commit c83615567b4567f3dc45a7f7b894943b45fbb65c
41097 Author: Keith Packard <keithp@keithp.com>
41098 Date:   Sun Feb 7 00:25:22 2010 -0800
41099
41100     Pull in a bit more data for filtering the start of the boost
41101
41102 commit f8967607b3dda0c0ce7afe8bb077da2da5ed3dcd
41103 Author: Keith Packard <keithp@keithp.com>
41104 Date:   Sun Feb 7 00:24:56 2010 -0800
41105
41106     Compute daytime using GPS as time base
41107
41108 commit 2a6350149407c7d2e7d143906c40c5e331248aeb
41109 Author: Keith Packard <keithp@keithp.com>
41110 Date:   Thu Feb 11 18:48:56 2010 -0800
41111
41112     Missing ao_mutex_put in gps_dump
41113
41114 commit 9856b7c4397afcecc8f541af9a83824e817b3612
41115 Author: Keith Packard <keithp@keithp.com>
41116 Date:   Sun Jan 10 16:31:50 2010 -0800
41117
41118     Switch to using internal cc1111 temperature sensor
41119     
41120     v0.2 has no temperature sensor, and several of the v0.1 boards didn't
41121     get a temperature sensor loaded. Use the internal temperature sensor
41122     on the cc1111 in all cases instead.
41123     
41124     Signed-off-by: Keith Packard <keithp@keithp.com>
41125
41126 commit 0c2533be15858774ef9381aa8c8344356fd5b971
41127 Author: Keith Packard <keithp@keithp.com>
41128 Date:   Sat Jan 9 22:06:19 2010 -0800
41129
41130     Force idle mode by shorting the SPI clock to ground at boot time.
41131     
41132     This allows you to override the flight mode detection code in case the
41133     accelerometer calibration is broken somehow. Hold the SPI clock shoted
41134     to ground until the LED comes on, then remove it.
41135     
41136     Signed-off-by: Keith Packard <keithp@keithp.com>
41137
41138 commit 28346736a7799c0767e54511d9949cd61d35e471
41139 Author: Keith Packard <keithp@keithp.com>
41140 Date:   Sat Jan 9 20:57:48 2010 -0800
41141
41142     Add simple gps dump command 'g'
41143     
41144     This just dumps out the data in a very simple format to verify the GPS
41145     receiver.
41146     
41147     Signed-off-by: Keith Packard <keithp@keithp.com>
41148
41149 commit a6082a8b4501ac4cb18584ace1f0c40e088e5484
41150 Author: Keith Packard <keithp@keithp.com>
41151 Date:   Sat Jan 9 20:57:29 2010 -0800
41152
41153     Remove flash debugging printfs
41154     
41155     Signed-off-by: Keith Packard <keithp@keithp.com>
41156
41157 commit 05bb953830604721c9a49dd56256b86f3666b5ff
41158 Author: Keith Packard <keithp@keithp.com>
41159 Date:   Sat Jan 9 20:42:57 2010 -0800
41160
41161     Don't set ao_flash_setup_done until we're actually done.
41162     
41163     Because we're accessing this variable outside of the mutex, we need to
41164     make sure it isn't set until the data it covers has been initialized.
41165     
41166     Signed-off-by: Keith Packard <keithp@keithp.com>
41167
41168 commit 327e5e782958e516a7b7a786ab6c176b0decb8b8
41169 Author: Keith Packard <keithp@keithp.com>
41170 Date:   Sat Jan 9 20:04:42 2010 -0800
41171
41172     Dump config block from read/write config and flash_status commands
41173
41174 commit 05e5bb2d330b755967d06fb859585c81f5f5fbb5
41175 Author: Keith Packard <keithp@keithp.com>
41176 Date:   Sat Jan 9 19:46:46 2010 -0800
41177
41178     Dump more flash parameters for the flash_status command
41179
41180 commit d4c8895b349998e02e03ed83466a0ca7afb3d99b
41181 Author: Keith Packard <keithp@keithp.com>
41182 Date:   Sat Jan 9 17:57:52 2010 -0800
41183
41184     Add 'f' command to display flash status register contents
41185     
41186     Signed-off-by: Keith Packard <keithp@keithp.com>
41187
41188 commit c1334f712f01543adb10809bc1a3ca120e27290b
41189 Author: Keith Packard <keithp@keithp.com>
41190 Date:   Sat Jan 9 09:55:04 2010 -0800
41191
41192     Add at45db161d.h header file for new flash part.
41193     
41194     Forgot to add this when I added the driver.
41195     
41196     Signed-off-by: Keith Packard <keithp@keithp.com>
41197
41198 commit a0d4c1b06d27e850d233f8ddf8fe32912bf0ec8f
41199 Author: Keith Packard <keithp@keithp.com>
41200 Date:   Sat Jan 9 01:29:41 2010 -0800
41201
41202     Remove green LED and temp sensor from v0.2 code
41203     
41204     Signed-off-by: Keith Packard <keithp@keithp.com>
41205
41206 commit dc8d18736239b14c2ec48a40a01515912c5c25e6
41207 Author: Keith Packard <keithp@keithp.com>
41208 Date:   Sat Jan 9 01:22:06 2010 -0800
41209
41210     Add AT45DBxx1D driver
41211     
41212     This driver supports the AT45DB011D through AT45DB321D DataFlash
41213     parts as found in TeleMetrum v0.2
41214     
41215     Signed-off-by: Keith Packard <keithp@keithp.com>
41216
41217 commit 3bab7e66d25988f5d63ec139c8814a85b983f8f3
41218 Author: Keith Packard <keithp@keithp.com>
41219 Date:   Sat Dec 19 20:32:18 2009 -0800
41220
41221     Remove dbg driver code from telemetrum/teledongle
41222     
41223     The only board with debug outputs is the TI dongle at this point, so
41224     the debug modules were disabled in TM and TD some time
41225     ago. Unfortunately, the code was not removed then.
41226     
41227     Signed-off-by: Keith Packard <keithp@keithp.com>
41228
41229 commit eddb82390a0ecb07ef83c04861993842906b03ab
41230 Author: Keith Packard <keithp@keithp.com>
41231 Date:   Sat Dec 19 15:31:36 2009 -0800
41232
41233     Ensure that ao_alarm waits at least the specified time
41234     
41235     Because the timer tick may happen soon, it's important to delay by
41236     another tick to ensure that we don't wake up early.
41237     
41238     Signed-off-by: Keith Packard <keithp@keithp.com>
41239
41240 commit 598d168bd6552c3756e4b0267de44147eadab9f6
41241 Author: Keith Packard <keithp@keithp.com>
41242 Date:   Sat Dec 19 14:03:11 2009 -0800
41243
41244     Disable monitor mode before attempting radio test.
41245     
41246     If monitor mode is left active, then the radio lock will not be able
41247     to be acquired for the radio test.
41248     
41249     Signed-off-by: Keith Packard <keithp@keithp.com>
41250
41251 commit d4cf1446680d8b47396bcda338e8df7af395d102
41252 Author: Bdale Garbee <bdale@gag.com>
41253 Date:   Sat Dec 19 13:53:38 2009 -0700
41254
41255     update changelogs for Debian build
41256
41257 commit 10d1bbcd9709a5eee8d50989215242b16feb7232
41258 Author: Keith Packard <keithp@keithp.com>
41259 Date:   Sat Dec 19 11:34:16 2009 -0800
41260
41261     Use ao_radio_get/ao_radio_put in packet code.
41262     
41263     The ao_radio_get function both acquires the mutex *and* configures the
41264     radio channel and frequency. Failing to use this in the packet code
41265     would leave the radio frequency unconfigured.
41266     
41267     Signed-off-by: Keith Packard <keithp@keithp.com>
41268
41269 commit a15abc1882a3bdd2c980eed169f3b80337528390
41270 Author: Bdale Garbee <bdale@gag.com>
41271 Date:   Sat Dec 19 12:15:29 2009 -0700
41272
41273     update changelogs for Debian build
41274
41275 commit bbb152c712801653374a8f82869e2e8bf41f7279
41276 Author: Bdale Garbee <bdale@gag.com>
41277 Date:   Sat Dec 19 12:05:40 2009 -0700
41278
41279     update changelogs for Debian build
41280
41281 commit 7ac8efea5d60b81adccdc1e38ac4c13facfae7c9
41282 Author: Keith Packard <keithp@keithp.com>
41283 Date:   Tue Dec 15 23:58:29 2009 -0800
41284
41285     Add --cal to man page
41286
41287 commit 5481082b18226a0de6b377215b3b330bdbc4a6c6
41288 Author: Keith Packard <keithp@keithp.com>
41289 Date:   Sat Dec 5 19:50:38 2009 -0800
41290
41291     Allow radio calibration to be set from ao-load
41292     
41293     This moves the initial radio calibration value into const memory where
41294     it will be used if no eeprom configuration value is available, either
41295     on an unprogrammed board with eeprom or a device without an eeprom.
41296     
41297     Signed-off-by: Keith Packard <keithp@keithp.com>
41298
41299 commit 46f03ab3145a61139c8ca6fc99e8f2798728b5a9
41300 Author: Keith Packard <keithp@keithp.com>
41301 Date:   Sat Dec 5 15:36:12 2009 -0800
41302
41303     Re-order config values. Change frequency to cal
41304     
41305     Place more often used values at top, and consistently call the radio
41306     value 'calibration' instead of 'frequency'.
41307     
41308     Signed-off-by: Keith Packard <keithp@keithp.com>
41309
41310 commit bf29a62532fec12e6af2d2f3a6624882c863e933
41311 Author: Bdale Garbee <bdale@gag.com>
41312 Date:   Sat Dec 5 11:03:42 2009 -0700
41313
41314     update changelogs for Debian build
41315
41316 commit cd49847f3125df1733f298b56a43e8027ab5ce05
41317 Author: Keith Packard <keithp@keithp.com>
41318 Date:   Fri Dec 4 23:38:26 2009 -0800
41319
41320     Add radio calibration configuration.
41321     
41322     The crystal we use is only good for 20ppm, which generates a fairly
41323     significant error bounds at our RF frequency. This commit adds a
41324     configuration variable that sets the RF frequency control variable so
41325     that the output frequency can be adjusted.
41326     
41327     Signed-off-by: Keith Packard <keithp@keithp.com>
41328
41329 commit c671a3f31f54715284beef5baa4a72ca922e4018
41330 Author: Keith Packard <keithp@keithp.com>
41331 Date:   Fri Dec 4 23:36:54 2009 -0800
41332
41333     Make ao_cmd_decimal produce both 32 and 16 bit values.
41334     
41335     ao_cmd_lex_u32 is produced in addition to ao_cmd_lex_i so that
41336     functions can easily read 32-bit values from the command line.
41337     
41338     Signed-off-by: Keith Packard <keithp@keithp.com>
41339
41340 commit e6d6ad66ce177eb6e49eaa04b1ecc6426f4bbdbf
41341 Author: Keith Packard <keithp@keithp.com>
41342 Date:   Fri Dec 4 23:35:40 2009 -0800
41343
41344     Remove send_serial and serial_baud commands.
41345     
41346     No longer useful, and they take up space.
41347     
41348     Signed-off-by: Keith Packard <keithp@keithp.com>
41349
41350 commit ce7325cefbbe91054c1e8174cf40a6c687f6694b
41351 Author: Bdale Garbee <bdale@gag.com>
41352 Date:   Fri Dec 4 21:02:07 2009 -0700
41353
41354     update changelogs for Debian build
41355
41356 commit 9a1d7dd78c07d18954ef620b6ed25d6701df21e2
41357 Author: Keith Packard <keithp@keithp.com>
41358 Date:   Fri Dec 4 14:35:39 2009 -0800
41359
41360     Change default callsign to "N0CALL"
41361
41362 commit 291e2004e77debdc1543912cf11043c849305de8
41363 Author: Bdale Garbee <bdale@gag.com>
41364 Date:   Thu Nov 26 11:18:37 2009 -0700
41365
41366     update changelogs for Debian build
41367
41368 commit 40533095a96b6c6364eebdc4b7d53c4eabe72e9a
41369 Author: Bdale Garbee <bdale@gag.com>
41370 Date:   Thu Nov 26 11:16:04 2009 -0700
41371
41372     update changelogs for Debian build
41373
41374 commit ab1075e7219b02258c1613d93379582be4168947
41375 Author: Bdale Garbee <bdale@gag.com>
41376 Date:   Thu Nov 26 11:15:13 2009 -0700
41377
41378     change home URL in control file to be the AltOS page
41379
41380 commit d34dcc5f3616e59ee90ed172770fe2a3eb1e0cac
41381 Author: Bdale Garbee <bdale@gag.com>
41382 Date:   Thu Nov 26 10:40:07 2009 -0700
41383
41384     fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
41385
41386 commit ea40561b36519a5dcabedabe18672b79ea5e9993
41387 Author: Bdale Garbee <bdale@gag.com>
41388 Date:   Sun Nov 22 10:18:44 2009 -0700
41389
41390     update changelogs for Debian build
41391
41392 commit d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d
41393 Author: Keith Packard <keithp@keithp.com>
41394 Date:   Sun Nov 22 01:10:44 2009 -0800
41395
41396     Automatically extract flight number for eeprom and telem filenames.
41397     
41398     Extract flight number from either telemetry or eeprom files and use
41399     that in the resulting filenames. To ensure that files remain unique,
41400     add a new field, -seq-%03d. This is appended only when the sequence
41401     number is non-zero as it shouldn't occur in normal usage.
41402     
41403     This also eliminates some duplicate filename creation code in the
41404     library and aoview sources.
41405     
41406     Signed-off-by: Keith Packard <keithp@keithp.com>
41407
41408 commit 06cebd1026dc1bd6ee51526fa2d02905df3b3b37
41409 Author: Keith Packard <keithp@keithp.com>
41410 Date:   Sun Nov 22 00:52:58 2009 -0800
41411
41412     ao-postflight: don't try to use missing gps sat data
41413     
41414     Signed-off-by: Keith Packard <keithp@keithp.com>
41415
41416 commit a9ada1b538af3308e1b22bd024d9204521184173
41417 Author: Keith Packard <keithp@keithp.com>
41418 Date:   Sat Nov 21 22:12:21 2009 -0800
41419
41420     ao-postflight: compute barometric alt for each GPS position
41421     
41422     Print that to the --gps file, and use that in the --kml file for the
41423     altitude. Gives a very different picture of our flight tracks,
41424     presumably far more accurate (at least in altitude).
41425     
41426     Signed-off-by: Keith Packard <keithp@keithp.com>
41427
41428 commit b84b634d9ae8ce6ab1c02833a3ed8514404e1ca3
41429 Author: Keith Packard <keithp@keithp.com>
41430 Date:   Sat Nov 21 22:11:45 2009 -0800
41431
41432     Don't crash if --plot isn't passed on ao-postflight command line
41433     
41434     Crashing is not nice.
41435     
41436     Signed-off-by: Keith Packard <keithp@keithp.com>
41437
41438 commit 2d77c18b15834046b7b79d49d87211828f2409e9
41439 Author: Keith Packard <keithp@keithp.com>
41440 Date:   Sat Nov 21 21:10:09 2009 -0800
41441
41442     Convert telemetry file GPS satellite information in cc_log_read
41443     
41444     The satellite info wasn't being correctly converted from telemetry
41445     files to the data log structure, so ao-postflight was not seeing it.
41446     
41447     Signed-off-by: Keith Packard <keithp@keithp.com>
41448
41449 commit 1e7fb61700f1f6f2ed5fdbc4380d7187b0cd187b
41450 Author: Keith Packard <keithp@keithp.com>
41451 Date:   Sat Nov 21 21:09:03 2009 -0800
41452
41453     Fix --plot arg handling. Add -all option.
41454     
41455     The --plot file name handing is special as the library wants a
41456     filename instead of a stdio file pointer.
41457     
41458     Add a --all option that just creates all of the possible outputs.
41459     
41460     Signed-off-by: Keith Packard <keithp@keithp.com>
41461
41462 commit 199f0cecae22645140185238682b9e1aba0e5715
41463 Author: Keith Packard <keithp@keithp.com>
41464 Date:   Sat Nov 21 20:36:20 2009 -0800
41465
41466     Make TD print 0000-00-00 for invalid dates.
41467     
41468     This 'shouldn't' happen, but in case it does, I want to know about it.
41469     
41470     Signed-off-by: Keith Packard <keithp@keithp.com>
41471
41472 commit 238d03462a56dc1b7c871608cb00f961a88c1b97
41473 Author: Keith Packard <keithp@keithp.com>
41474 Date:   Sat Nov 21 20:35:22 2009 -0800
41475
41476     Make ao-postflight create filenames using input filenames.
41477     
41478     Instead of requiring the user to provide names for the various output
41479     options, just create them from the input name by replacing the extension.
41480     
41481     Signed-off-by: Keith Packard <keithp@keithp.com>
41482
41483 commit 1a3b4c02a01187f8b7b9a9c97712476d0007ab35
41484 Author: Keith Packard <keithp@keithp.com>
41485 Date:   Sat Nov 21 19:52:26 2009 -0800
41486
41487     Document ao-postflight --gps and --kml options.
41488     
41489     These were missing from the man page, but included in the --help output.
41490     
41491     Signed-off-by: Keith Packard <keithp@keithp.com>
41492
41493 commit 80b23f3044a654d61212891a61fadb8a3a4e5572
41494 Author: Keith Packard <keithp@keithp.com>
41495 Date:   Sat Nov 21 18:57:45 2009 -0800
41496
41497     Decode HDOP data from skytraq GPS
41498     
41499     The hdop data was getting dropped on the floor, but is rather useful
41500     when deciding if the GPS position is crazy or not. This reports HDOP *
41501     5 (giving a useful range of .2-50).
41502     
41503     Signed-off-by: Keith Packard <keithp@keithp.com>
41504
41505 commit 8f036ee7cd30ce3ed2e5cc8501914a4c19b73875
41506 Author: Bdale Garbee <bdale@gag.com>
41507 Date:   Fri Nov 20 13:19:02 2009 -0700
41508
41509     update changelogs for Debian build
41510
41511 commit 87e6f3e5c1688503ab8595912d8d6eb7139830b7
41512 Author: Keith Packard <keithp@keithp.com>
41513 Date:   Fri Nov 20 12:16:37 2009 -0800
41514
41515     Eliminate SiRF state values from ao-view.
41516     
41517     With Skytraq not having any visible GPS state information, just
41518     remove this from the display.
41519     
41520     Signed-off-by: Keith Packard <keithp@keithp.com>
41521
41522 commit 8065b8146a31438e66f83c13b99281ec47439a73
41523 Author: Keith Packard <keithp@keithp.com>
41524 Date:   Fri Nov 20 11:56:48 2009 -0800
41525
41526     Add GPS date/time output to ao-postflight.
41527     
41528     GPS date/time information was already being stored in the log, it just
41529     wasn't getting displayed by ao-postflight.
41530     
41531     Signed-off-by: Keith Packard <keithp@keithp.com>
41532
41533 commit 6894541e0ee144bfc689cc02d4ed333711d3b500
41534 Author: Keith Packard <keithp@keithp.com>
41535 Date:   Fri Nov 20 11:55:28 2009 -0800
41536
41537     Reduce igniter firing time from 500ms to 50ms.
41538     
41539     Given that the system will brown-out with the longer pulse, it doesn't
41540     make sense to even try; failure at 50ms probably indicates a short.
41541     
41542     Signed-off-by: Keith Packard <keithp@keithp.com>
41543
41544 commit b75aa1c825b84bd7fa1578320fbc7e904c373a7d
41545 Author: Bdale Garbee <bdale@gag.com>
41546 Date:   Thu Nov 19 21:43:13 2009 -0700
41547
41548     fix typo in comment
41549
41550 commit c2f661b75ec035f6a3f700962290ef297f9ab0af
41551 Author: Bdale Garbee <bdale@gag.com>
41552 Date:   Fri Nov 20 11:44:06 2009 -0700
41553
41554     update changelogs for Debian build
41555
41556 commit b0d7e3f9c9322542e9b649bb6ad7f7e5bb99dffa
41557 Author: Keith Packard <keithp@keithp.com>
41558 Date:   Sun Nov 15 16:20:18 2009 -0800
41559
41560     Stop using SiRF state info.
41561     
41562     With the switch to the skytraq GPS unit, we don't have the same level
41563     of detail in the GPS stream, so stop reporting that in the telemetry
41564     stream, in the UI and writing it to eeprom.
41565     
41566     Signed-off-by: Keith Packard <keithp@keithp.com>
41567
41568 commit 524665fc221b0d483453c67b7211e282cebc8980
41569 Author: Keith Packard <keithp@keithp.com>
41570 Date:   Sun Nov 15 16:04:41 2009 -0800
41571
41572     Add date to GPS data, captured from GPRMC packet.
41573     
41574     Pull the date out of the GPS stream and send it over the telemetry
41575     link and write it to the eeprom.
41576     
41577     Signed-off-by: Keith Packard <keithp@keithp.com>
41578
41579 commit 3ee279ba76c2a79d142c466f19ef758cf4c01d70
41580 Author: Keith Packard <keithp@keithp.com>
41581 Date:   Sun Nov 15 15:59:01 2009 -0800
41582
41583     Add flight number to telemetry stream.
41584     
41585     This makes it easier to tie the telemetry and eeprom files together as
41586     they're now both labeled with serial and flight numbers, which should
41587     be unique.
41588     
41589     Signed-off-by: Keith Packard <keithp@keithp.com>
41590
41591 commit 6391c89bd5b89f5f46255b8365c658a873e5959a
41592 Author: Keith Packard <keithp@keithp.com>
41593 Date:   Sun Nov 15 15:53:01 2009 -0800
41594
41595     Switch order of serial/flight in ao-postflight summary
41596
41597 commit 9b06e294e2777f69bcf5e98789c3f5477097d53b
41598 Author: Keith Packard <keithp@keithp.com>
41599 Date:   Sun Nov 15 15:51:58 2009 -0800
41600
41601     Enable telemetry receive in ao_view
41602
41603 commit 4cffc9c4b079e39c8196ddbaf91129cda6df7f8b
41604 Author: Keith Packard <keithp@keithp.com>
41605 Date:   Sat Nov 14 22:24:37 2009 -0800
41606
41607     Share telemetry parsing code in cc library.
41608     
41609     ao-view had a private copy of the telemetry parsing code which
41610     included the ability to parse the newer version of that file. Those
41611     changes have been moved to the library version and the private copy removed.
41612     
41613     Signed-off-by: Keith Packard <keithp@keithp.com>
41614
41615 commit 0e0db8ca3af4c07bae909938486766c646bf580b
41616 Author: Keith Packard <keithp@keithp.com>
41617 Date:   Sat Nov 14 22:24:09 2009 -0800
41618
41619     Provide a dummy 'uninstall' target in the src directory.
41620     
41621     Signed-off-by: Keith Packard <keithp@keithp.com>
41622
41623 commit 1c654a9369294c9b8066c33f91161d8005b96680
41624 Author: Keith Packard <keithp@keithp.com>
41625 Date:   Sat Nov 14 22:17:24 2009 -0800
41626
41627     Loosen tolerances for main->landed transition
41628     
41629     Detecting that the rocket has landed is required for the system to
41630     flush the eeprom log and re-enable the RDF beacon. This patch changes
41631     the landed state entry requirements for the accelerometer to require
41632     only that the accelerometer stay within a quarter of a g (down from
41633     1/10g) and changes the testing interval from 20 seconds to 5
41634     seconds.
41635     
41636     The requirement that the barometric altitude be within 1000m of the
41637     launch altitude and that the barometer change by no more than 0.05kPa
41638     are unchanged.
41639     
41640     Signed-off-by: Keith Packard <keithp@keithp.com>
41641
41642 commit 03092d1a72a9651711e22c58dca6d6aba5705c5e
41643 Author: Keith Packard <keithp@keithp.com>
41644 Date:   Sat Nov 14 16:35:12 2009 -0800
41645
41646     ao-postflight: fix sloppy gps sat data realloc code (was crashing).
41647     
41648     Realloc'ing the wrong data, and failing to set the realloc'ed size was
41649     causing ao-postflight to crash while reading long logs.
41650     
41651     Signed-off-by: Keith Packard <keithp@keithp.com>
41652
41653 commit adf656192441eb7f44792955c86e469145477e29
41654 Author: Keith Packard <keithp@keithp.com>
41655 Date:   Thu Nov 5 22:11:59 2009 -0800
41656
41657     Return radio to telemetry settings when packet system closed.
41658     
41659     To receive telemetry after disabling the packet system, the radio must
41660     be reconfigured for telemetry mode.
41661     
41662     Signed-off-by: Keith Packard <keithp@keithp.com>
41663
41664 commit 83afdbdc154fe013bfe35ce5ecf1d61570b04ed6
41665 Author: Keith Packard <keithp@keithp.com>
41666 Date:   Thu Nov 5 21:45:00 2009 -0800
41667
41668     Add reboot command.
41669     
41670     This resets the processor using the watchdog timer.
41671     
41672     Signed-off-by: Keith Packard <keithp@keithp.com>
41673
41674 commit 0358988ac0ee25a564d48af79b1c3fb0c0fe0a88
41675 Author: Keith Packard <keithp@keithp.com>
41676 Date:   Thu Nov 5 21:44:31 2009 -0800
41677
41678     Add Watchdog Timer Control register definitions
41679     
41680     Signed-off-by: Keith Packard <keithp@keithp.com>
41681
41682 commit 4114210e0b813f4af99d0cb7755ad2ac2c4b120e
41683 Author: Keith Packard <keithp@keithp.com>
41684 Date:   Thu Nov 5 21:43:21 2009 -0800
41685
41686     Move ao_match_word from ao_ignite.c to ao_cmd.c
41687     
41688     This is a generally useful command line utility.
41689     
41690     Signed-off-by: Keith Packard <keithp@keithp.com>
41691
41692 commit 5a79a04ddb0b3ee64de34e366f71a0f6db509c01
41693 Author: Keith Packard <keithp@keithp.com>
41694 Date:   Wed Nov 4 21:59:51 2009 -0800
41695
41696     Stop recording in ao-dumplog after receiving an invalid block
41697     
41698     If no samples in a block are valid, assume the flight log is over.
41699     
41700     Signed-off-by: Keith Packard <keithp@keithp.com>
41701
41702 commit 843ee489aac34ad6d81f55f1c85fb9eecc42d86b
41703 Author: Keith Packard <keithp@keithp.com>
41704 Date:   Wed Nov 4 21:59:12 2009 -0800
41705
41706     Flush pending input when switching to remote packet mode
41707     
41708     Any pending input would just confuse the application, so pull it off
41709     the link and dump it.
41710     
41711     Signed-off-by: Keith Packard <keithp@keithp.com>
41712
41713 commit 036400a2db303f3db3be7cc0426f88359c6bd2b1
41714 Author: Keith Packard <keithp@keithp.com>
41715 Date:   Wed Nov 4 21:42:51 2009 -0800
41716
41717     Explicitly use USB I/O routines in packet code
41718     
41719     Using the implicit stdio functions (putchar/getchar/flush) would
41720     result in essentially random redirection of each, depending on whether
41721     the packet code had characters available when getchar was called. This
41722     would cause lockups in putchar.
41723     
41724     Signed-off-by: Keith Packard <keithp@keithp.com>
41725
41726 commit 3ece984f4d72b4f720a5efdfaad7cff77a93d676
41727 Author: Keith Packard <keithp@keithp.com>
41728 Date:   Wed Nov 4 21:32:07 2009 -0800
41729
41730     In USB pollchar, wait for packet before re-checking USB out len
41731     
41732     This probably wouldn't actually cause a problem, but it seems more
41733     reliable to wait for a packet interrupt before re-reading the packet
41734     OUT len register. This could avoid spinning while waiting for a USB
41735     packet, which seems like a good thing.
41736     
41737     Signed-off-by: Keith Packard <keithp@keithp.com>
41738
41739 commit bc62bb254085cc705203b57260c04ac5e14c6611
41740 Author: Keith Packard <keithp@keithp.com>
41741 Date:   Wed Nov 4 21:29:37 2009 -0800
41742
41743     In packet master, move USB flush from packet thread to echo thread
41744     
41745     This keeps the packet thread from blocking on USB and also makes the
41746     flush happen after every packet (slightly more USB traffic, but
41747     packets are slow anyway).
41748     
41749     Signed-off-by: Keith Packard <keithp@keithp.com>
41750
41751 commit 27ebaf8e13aed06bb1ea6e770f767495a02be6c5
41752 Author: Keith Packard <keithp@keithp.com>
41753 Date:   Tue Nov 3 01:27:37 2009 -0800
41754
41755     Add ability to dump eeprom data over radio link.
41756     
41757     This adds a '-R' option to ao-dumplog to redirect the connection
41758     through a USB attached TeleDongle over the radio link to a remote
41759     TeleMetrum device.
41760     
41761     Signed-off-by: Keith Packard <keithp@keithp.com>
41762
41763 commit 1de322b960005c9a16051afa1881fadb00f4bcd6
41764 Author: Keith Packard <keithp@keithp.com>
41765 Date:   Tue Nov 3 00:40:38 2009 -0800
41766
41767     Pass accel calibration over telemetry stream. Telemetry data format change.
41768     
41769     This allows the ground station to convert the accelerometer sensor
41770     values into acceleration and speed data. This requires a new telemetry
41771     data structure, and so TeleMetrum and TeleDongle units must be updated
41772     synchronously. ao-view will parse either telemetry stream, and the
41773     serial format from TeleDongle now has a version number to allow for
41774     future changes.
41775     
41776     Signed-off-by: Keith Packard <keithp@keithp.com>
41777
41778 commit b529e5e8998702986909111a457f3ce9932e1ccf
41779 Author: Keith Packard <keithp@keithp.com>
41780 Date:   Mon Nov 2 23:48:29 2009 -0800
41781
41782     ao_flight_test was using accel value for pressure too
41783
41784 commit f57bea012d4fbca097df0d98fcd30eb4abd9701a
41785 Author: Keith Packard <keithp@keithp.com>
41786 Date:   Mon Nov 2 21:47:41 2009 -0800
41787
41788     Reformat ADC values to show all 16 bits
41789
41790 commit 79718e798e96567f0ba11c61f187e432fdcf95ee
41791 Author: Keith Packard <keithp@keithp.com>
41792 Date:   Mon Nov 2 21:48:16 2009 -0800
41793
41794     Remove "f" command
41795
41796 commit a4137263b69864c524d39c6ff88a0225fd06e79b
41797 Author: Keith Packard <keithp@keithp.com>
41798 Date:   Mon Nov 2 21:47:15 2009 -0800
41799
41800     Remove "d" command
41801
41802 commit 47f510464907d2b9488109c96ade87a41d878842
41803 Author: Keith Packard <keithp@keithp.com>
41804 Date:   Mon Nov 2 21:46:39 2009 -0800
41805
41806     Remove "l" command as ao-dumplong no longer uses it
41807
41808 commit 144db05f6b286a0450d486f69ce192632a2c0656
41809 Author: Keith Packard <keithp@keithp.com>
41810 Date:   Mon Nov 2 21:38:18 2009 -0800
41811
41812     Add two-point accelerometer calibration.
41813     
41814     Calibration now uses two values, one upside right and the other upside
41815     down instead of a single horizontal value. This allows the use of
41816     other accelerometers and compensates for variations in the divider
41817     circuit to provide more accurate data.
41818
41819 commit 17611788aadc9460287145a340a7c18bf63766aa
41820 Author: Bdale Garbee <bdale@gag.com>
41821 Date:   Mon Nov 2 16:54:06 2009 -0700
41822
41823     update changelogs for Debian build
41824
41825 commit 7db9d86178ecfd58cc1c17ac9fcbdcfd2f13aaec
41826 Merge: b219801 f9de200
41827 Author: Keith Packard <keithp@keithp.com>
41828 Date:   Mon Nov 2 15:47:40 2009 -0800
41829
41830     Merge remote branch 'origin/master'
41831
41832 commit b219801fb0e5eaff7778d21701da977104522da3
41833 Author: Keith Packard <keithp@keithp.com>
41834 Date:   Mon Nov 2 15:45:58 2009 -0800
41835
41836     Add ao_usb_pollchar to ao.h
41837
41838 commit b92333ff5e75bf96804359e9fbf464d3b518bd95
41839 Author: Keith Packard <keithp@keithp.com>
41840 Date:   Mon Nov 2 15:45:42 2009 -0800
41841
41842     Disable interrupts while removing tasks from task list
41843
41844 commit d519564fd08d2defe1211de83ccbdfa3c7cfe702
41845 Author: Keith Packard <keithp@keithp.com>
41846 Date:   Mon Nov 2 15:45:07 2009 -0800
41847
41848     Add more docs to the README file
41849
41850 commit f9de20000794c97a04d5bc2476191864bd2af371
41851 Author: Bdale Garbee <bdale@gag.com>
41852 Date:   Mon Nov 2 16:00:11 2009 -0700
41853
41854     update changelogs for Debian build
41855
41856 commit 127c3125e5a4b86b8f304bc2889e313688c3d83e
41857 Author: Bdale Garbee <bdale@gag.com>
41858 Date:   Mon Nov 2 15:59:12 2009 -0700
41859
41860     update changelogs for Debian build
41861
41862 commit 6b1e77569e2fed3c44606ed268421df5d3ed4020
41863 Author: Bdale Garbee <bdale@gag.com>
41864 Date:   Mon Nov 2 15:57:41 2009 -0700
41865
41866     update changelogs for Debian build
41867
41868 commit 8203bfa58af32a1d07a44c1c151b200df0b65f15
41869 Author: Bdale Garbee <bdale@gag.com>
41870 Date:   Mon Nov 2 15:56:42 2009 -0700
41871
41872     de-version the libreadline-dev build dependency
41873
41874 commit 0b483233118673cbc2cda1be6acd379df82bc95a
41875 Merge: ca5d323 550482d
41876 Author: Keith Packard <keithp@keithp.com>
41877 Date:   Sun Nov 1 20:59:02 2009 -0800
41878
41879     Merge remote branch 'origin/master' into skytraq
41880
41881 commit ca5d323a3d206050d95f52a61e92c69e1f54e7b5
41882 Author: Keith Packard <keithp@keithp.com>
41883 Date:   Sun Nov 1 20:57:03 2009 -0800
41884
41885     Enable packet-based communcation to command processor
41886     
41887     This splits the packet code into master/slave halves and hooks the
41888     slave side up to the getchar/putchar/flush logic in ao_stdio.c
41889     
41890     Signed-off-by: Keith Packard <keithp@keithp.com>
41891
41892 commit 6c1a9ce16b966a21c885bf3be31cbcb85368b3fa
41893 Author: Keith Packard <keithp@keithp.com>
41894 Date:   Sat Oct 31 01:30:22 2009 -0700
41895
41896     No need to wakeup &ao_tick_count now
41897
41898 commit cd0d495d7ef276956e730196476daa70a4359918
41899 Author: Keith Packard <keithp@keithp.com>
41900 Date:   Sat Oct 31 01:20:26 2009 -0700
41901
41902     Poke master to speed up packet rate when things are busy
41903
41904 commit 442b1ef18c8320d4e5329dc92bb5268a36058fc5
41905 Author: Keith Packard <keithp@keithp.com>
41906 Date:   Sat Oct 31 01:19:41 2009 -0700
41907
41908     Use ao_alarm for ao_delay so it can be easily interrupted
41909
41910 commit 4f7ed9ff484778381db647c27d2a34d0cadec41e
41911 Author: Keith Packard <keithp@keithp.com>
41912 Date:   Fri Oct 30 23:53:03 2009 -0700
41913
41914     Do more flushing in packet test code
41915
41916 commit 6a7aa1810a90a9216160aec55ec4bd02b3240e1b
41917 Author: Keith Packard <keithp@keithp.com>
41918 Date:   Fri Oct 30 23:52:44 2009 -0700
41919
41920     Add RFIM register
41921
41922 commit bf65e0b2a1299b49adc2d339ab9d9c7599aded9e
41923 Author: Keith Packard <keithp@keithp.com>
41924 Date:   Fri Oct 30 23:52:22 2009 -0700
41925
41926     Send SYN packet to set sequence numbers
41927
41928 commit d46797e5c08d4955d516458185e2cfb51ee2d567
41929 Author: Keith Packard <keithp@keithp.com>
41930 Date:   Fri Oct 30 23:51:38 2009 -0700
41931
41932     Use ao_radio_done to wait for TX to completely finish with packet
41933
41934 commit c5ec6fcfa1bd17aad0f85d2fbe603f1d125836e6
41935 Author: Keith Packard <keithp@keithp.com>
41936 Date:   Fri Oct 30 23:50:54 2009 -0700
41937
41938     Switch packet code from timer thread to ao_alarm
41939
41940 commit b428faf74ae145126ec1da972028fcfe0b4b2b18
41941 Author: Keith Packard <keithp@keithp.com>
41942 Date:   Fri Oct 30 23:48:36 2009 -0700
41943
41944     Remove reason from ao_dma_abort
41945
41946 commit 73db30b2f9128c37dc7fa075793a8862814ce044
41947 Author: Keith Packard <keithp@keithp.com>
41948 Date:   Fri Oct 30 23:46:21 2009 -0700
41949
41950     Add ao_alarm
41951
41952 commit 251b0971f049cbf2f8db79a32729d47441ce65f3
41953 Author: Keith Packard <keithp@keithp.com>
41954 Date:   Fri Oct 30 23:45:43 2009 -0700
41955
41956     Wait for TX to finish sending data
41957
41958 commit 9b31f07fe3556896b3e997bba156e30ef5777a80
41959 Author: Keith Packard <keithp@keithp.com>
41960 Date:   Fri Oct 30 23:43:52 2009 -0700
41961
41962     Add radio carrier command
41963
41964 commit 7b14c3e609749f4fc00dbd660541375048535218
41965 Author: Keith Packard <keithp@keithp.com>
41966 Date:   Fri Oct 30 16:39:15 2009 -0700
41967
41968     Initial packet bits. Just testing transmission
41969
41970 commit 690fc263516d8beb6b24e86fbcd6588f42ce4e5c
41971 Author: Keith Packard <keithp@keithp.com>
41972 Date:   Wed Oct 21 17:18:49 2009 +0900
41973
41974     Add keyhole-markup generation for ao-postflight.
41975     
41976     This lets you see the flight path in googleearth.
41977     
41978     Signed-off-by: Keith Packard <keithp@keithp.com>
41979
41980 commit b657aa209b9ea3b3efd33a940283b3ba60a169af
41981 Author: Keith Packard <keithp@keithp.com>
41982 Date:   Fri Oct 16 12:59:53 2009 +0900
41983
41984     Add ao_wake_task and ao_exit
41985     
41986     ao_wake_task signals a specific task to wake up.
41987     ao_exit terminates the current task.
41988     
41989     Signed-off-by: Keith Packard <keithp@keithp.com>
41990
41991 commit d709a0688eff84e25e24d755850ef045d6b0c3de
41992 Author: Keith Packard <keithp@keithp.com>
41993 Date:   Fri Oct 16 12:56:45 2009 +0900
41994
41995     Save some DSEG space by marking cmd functions __reentrant
41996     
41997     __reentrant causes the compiler to place args and locals on the stack
41998     instead of in the data segment.
41999     
42000     Signed-off-by: Keith Packard <keithp@keithp.com>
42001
42002 commit 550482d953c491a5ede9f2d243493afb13289898
42003 Author: Bdale Garbee <bdale@gag.com>
42004 Date:   Mon Oct 12 16:58:46 2009 -0600
42005
42006     update changelogs for Debian build
42007
42008 commit 2de548f45d0f50b558acc83f57e1e2fc1223ab92
42009 Author: Bdale Garbee <bdale@gag.com>
42010 Date:   Mon Oct 12 16:58:19 2009 -0600
42011
42012     oops, forgot to specify the repo to push to
42013
42014 commit 68008ac11c2735ca53a1b474324df43f2f1d5cdd
42015 Author: Bdale Garbee <bdale@gag.com>
42016 Date:   Mon Oct 12 16:57:33 2009 -0600
42017
42018     update changelogs for Debian build
42019
42020 commit 513328ac5f7c25f9ee144ab6befbea60d69eed1a
42021 Author: Bdale Garbee <bdale@gag.com>
42022 Date:   Mon Oct 12 16:56:50 2009 -0600
42023
42024     automate push of updated and tagged master branch during debian/rules prebuild
42025
42026 commit 67bf7d388a6dd2dbf65575bf4f0423ad355b4f2f
42027 Author: Bdale Garbee <bdale@gag.com>
42028 Date:   Mon Oct 12 16:54:44 2009 -0600
42029
42030     update changelogs for Debian build
42031
42032 commit 23bc21a93ccb9f35917f283ac5df6ce0870df71a
42033 Author: Bdale Garbee <bdale@gag.com>
42034 Date:   Mon Oct 12 16:54:16 2009 -0600
42035
42036     undue damage from partial build
42037
42038 commit 7da56ad8576ef212ffb6cb573bdaf578453e3fe0
42039 Author: Bdale Garbee <bdale@gag.com>
42040 Date:   Mon Oct 12 16:52:52 2009 -0600
42041
42042     add support for tagging git repository on each Debian package build
42043
42044 commit 8d4aa4ee54f85f4951cdd7293d58aaa405cfcdc5
42045 Author: Bdale Garbee <bdale@gag.com>
42046 Date:   Mon Oct 12 16:49:34 2009 -0600
42047
42048     update changelogs for Debian build
42049
42050 commit 241a860fe856b1dfad6e792736313648300d5c24
42051 Author: Bdale Garbee <bdale@gag.com>
42052 Date:   Mon Oct 12 16:48:43 2009 -0600
42053
42054     flush repetitive junk out of debian/changelog, and update the prebuild target
42055     in debian/rules to put git commit details into the Debian changelog
42056
42057 commit 6c4cdc927b43736b39be29d23ac3dc723f69e4d6
42058 Author: Bdale Garbee <bdale@gag.com>
42059 Date:   Mon Oct 12 15:57:19 2009 -0600
42060
42061     update changelogs for Debian build
42062
42063 commit c57bd7fd2f80e50b0b4c87fccb024ab07c93773d
42064 Merge: adf8764 2b76572
42065 Author: Bdale Garbee <bdale@gag.com>
42066 Date:   Mon Oct 12 15:57:08 2009 -0600
42067
42068     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42069
42070 commit 69b6f6bb465163cf767bb68e0e4a716d8ad2b39c
42071 Merge: bc77da6 2b76572
42072 Author: Keith Packard <keithp@keithp.com>
42073 Date:   Sat Oct 10 17:16:21 2009 -0700
42074
42075     Merge branch 'master' into skytraq
42076
42077 commit 2b765728ce177e26899f6feef00bfdf6aeaf2678
42078 Author: Keith Packard <keithp@keithp.com>
42079 Date:   Sat Oct 10 17:15:38 2009 -0700
42080
42081     Add apogee igniter delay.
42082     
42083     Provide for a delay after apogee before the drogue charge is
42084     fired. This allows TM to be used as a back-up altimeter.
42085     
42086     Signed-off-by: Keith Packard <keithp@keithp.com>
42087
42088 commit bc77da68c9cb7d4cca483eadbbb7e9ccf71c0060
42089 Merge: 46cccf6 8f7ea3d
42090 Author: Keith Packard <keithp@keithp.com>
42091 Date:   Sat Oct 10 15:09:48 2009 -0700
42092
42093     Merge branch 'master' into skytraq
42094
42095 commit 8f7ea3de7037f40b0ff462b60d503c19431ae62b
42096 Author: Keith Packard <keithp@keithp.com>
42097 Date:   Sat Oct 10 15:08:14 2009 -0700
42098
42099     Report igniter continuity in pad/idle mode via beeper
42100     
42101     one short beep = drogue
42102     two short beeps = main
42103     three short beeps = both
42104     one long warble = neither
42105     
42106     In idle mode, it does this just once. In pad mode, it keeps testing
42107     and reporting.
42108     
42109     Signed-off-by: Keith Packard <keithp@keithp.com>
42110
42111 commit adf8764bc4591795ba4e618ccbd6393fc6ce6450
42112 Author: Bdale Garbee <bdale@gag.com>
42113 Date:   Sat Oct 10 15:11:23 2009 -0600
42114
42115     update changelogs for Debian build
42116
42117 commit 541da6f3bbf81be93dfe3c01f7c8cfd757b28a2b
42118 Merge: dfc73cb 5f26ad6
42119 Author: Bdale Garbee <bdale@gag.com>
42120 Date:   Sat Oct 10 15:05:50 2009 -0600
42121
42122     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42123
42124 commit 46cccf62fb40514b5930fcb2ffdaf2735415c764
42125 Merge: fb8f3fe 5f26ad6
42126 Author: Keith Packard <keithp@keithp.com>
42127 Date:   Sat Oct 10 14:00:03 2009 -0700
42128
42129     Merge branch 'master' into skytraq
42130
42131 commit 5f26ad663b3f60dddc9d967206e365f45dc4acd1
42132 Author: Keith Packard <keithp@keithp.com>
42133 Date:   Sat Oct 10 13:58:16 2009 -0700
42134
42135     ao-dumplog: switch to 'e' command, display progress
42136     
42137     Using the 'e' command allows additional checking of the data,
42138     including end-to-end checksums and detection of missing data.
42139     
42140     Progress is displayed by showing the recorded flight state along with
42141     a '.' for each eeprom block read.
42142     
42143     Signed-off-by: Keith Packard <keithp@keithp.com>
42144
42145 commit fb8f3fee6a1bab1e46d782e84405845cee2dadb4
42146 Merge: 22856cf b8fc397
42147 Author: Keith Packard <keithp@keithp.com>
42148 Date:   Sat Oct 10 13:41:00 2009 -0700
42149
42150     Merge branch 'master' into skytraq
42151
42152 commit b8fc3975bd92037a0cf53b0ff2b0e05ce0ba668f
42153 Author: Keith Packard <keithp@keithp.com>
42154 Date:   Sat Oct 10 13:39:01 2009 -0700
42155
42156     Send 0-length IN packet to flush USB after full packet
42157     
42158     USB bulk transfers are a sequence of maximum-sized packets followed by
42159     a short packet, which signals the end of the transfer. When the last
42160     packet of the transfer would be a full-sized packet, an additional
42161     packet of zero length is sent to signal the transfer end.
42162     
42163     Signed-off-by: Keith Packard <keithp@keithp.com>
42164
42165 commit 22856cf8bb0f5e1f37c9b774132d9ef6934526ed
42166 Merge: 2f76034 e29961f
42167 Author: Keith Packard <keithp@keithp.com>
42168 Date:   Sat Oct 10 11:44:20 2009 -0700
42169
42170     Merge branch 'master' into skytraq
42171
42172 commit e29961fdb2a48874c895829880eadbf13e094c0c
42173 Author: Keith Packard <keithp@keithp.com>
42174 Date:   Sat Oct 10 11:43:31 2009 -0700
42175
42176     Add channel menu to ao-view.
42177     
42178     Sets radio channel when TD is connected, saves selected channel in
42179     gconf database.
42180     
42181     Signed-off-by: Keith Packard <keithp@keithp.com>
42182
42183 commit 2f7603490a169df8f18b565db4fa967832ffc9bd
42184 Author: Keith Packard <keithp@keithp.com>
42185 Date:   Fri Oct 9 22:48:29 2009 -0700
42186
42187     Build two versions of TM, one for SiRF, one for SkyTraq
42188     
42189     This creates two separate images, depending on which GPS unit is
42190     connected.
42191     
42192     Signed-off-by: Keith Packard <keithp@keithp.com>
42193
42194 commit 33b0b6f2f2e07de105619a7b463226d2813152ab
42195 Author: Keith Packard <keithp@keithp.com>
42196 Date:   Fri Oct 9 22:02:40 2009 -0700
42197
42198     Add support for the SkyTraq GPS unit
42199     
42200     This is a build-time option selected by hacking the Makefile at present.
42201     
42202     Signed-off-by: Keith Packard <keithp@keithp.com>
42203
42204 commit a3771bfc5ce740f9d89193e9f8b1d7987aa57264
42205 Author: Keith Packard <keithp@keithp.com>
42206 Date:   Tue Oct 6 20:06:00 2009 -0700
42207
42208     ao-view: fix snd_pcm_open return checking
42209     
42210     I don't know how this code was supposed to work before...
42211     
42212     Signed-off-by: Keith Packard <keithp@keithp.com>
42213
42214 commit ac4b8a73848f434999a532eab4665253c267c597
42215 Author: Keith Packard <keithp@keithp.com>
42216 Date:   Tue Oct 6 20:05:36 2009 -0700
42217
42218     ao-postflight: dump out GPS signal data
42219     
42220     Signed-off-by: Keith Packard <keithp@keithp.com>
42221
42222 commit dfc73cba1bee8b121e00e8cba45e7dfaaf79e9d8
42223 Author: Bdale Garbee <bdale@gag.com>
42224 Date:   Mon Sep 21 22:46:59 2009 -0700
42225
42226     update changelogs for Debian build
42227
42228 commit 459ff3d377297f80ee2fba0df0a29ff6603467a1
42229 Author: Bdale Garbee <bdale@gag.com>
42230 Date:   Mon Sep 21 11:00:32 2009 -0700
42231
42232     update changelogs for Debian build
42233
42234 commit 327c64305a59f48ababf19875874a550af6b9cef
42235 Merge: c8a81a4 74f0fb4
42236 Author: Bdale Garbee <bdale@gag.com>
42237 Date:   Mon Sep 21 11:00:22 2009 -0700
42238
42239     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42240
42241 commit 74f0fb4dd189abc1d5027c64fa5a648a6003285a
42242 Author: Keith Packard <keithp@keithp.com>
42243 Date:   Sun Sep 20 13:33:59 2009 -0700
42244
42245     make bit-banging reset script actually reset
42246
42247 commit 7ea371a09385e2a93199f78685e8cb86793ed104
42248 Author: Keith Packard <keithp@keithp.com>
42249 Date:   Sun Sep 20 13:33:26 2009 -0700
42250
42251     Add --gps option to ao-postflight
42252
42253 commit bc7ccb339e538a0e6120db0e5c0d9130c565e0dd
42254 Author: Keith Packard <keithp@keithp.com>
42255 Date:   Sun Sep 20 13:32:59 2009 -0700
42256
42257     ao_rawload: Don't reset after we finish loading
42258
42259 commit c8a81a419f7f2331624f90bd6c107a86f6b04451
42260 Author: Bdale Garbee <bdale@gag.com>
42261 Date:   Sun Sep 20 09:21:00 2009 -0600
42262
42263     update changelogs for Debian build
42264
42265 commit df42ccaaf468cdc5d93cbd1c001f58df58419722
42266 Merge: 0b24e40 078e9cd
42267 Author: Bdale Garbee <bdale@gag.com>
42268 Date:   Sun Sep 20 09:19:28 2009 -0600
42269
42270     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42271
42272 commit 078e9cdbdb388b22c6151f76ff0660fc14b8ef55
42273 Author: Keith Packard <keithp@keithp.com>
42274 Date:   Thu Sep 10 11:53:06 2009 -0700
42275
42276     Plot raw accel data for the motor accel section.
42277     
42278     This shows a short sequence of accelerometer data without any filtering.
42279     
42280     Signed-off-by: Keith Packard <keithp@keithp.com>
42281
42282 commit 8b485d937ff148848ebda7f9ca6be29bb1de1f16
42283 Author: Keith Packard <keithp@keithp.com>
42284 Date:   Sun Sep 6 21:02:48 2009 -0700
42285
42286     Show acceleration only during boost phase.
42287     
42288     We're interested in motor performance; the rest of the flight is
42289     boring, after all.
42290     
42291     Signed-off-by: Keith Packard <keithp@keithp.com>
42292
42293 commit 9e660315e1bd2bf71ab1c0574e895e1f7608a58f
42294 Author: Keith Packard <keithp@keithp.com>
42295 Date:   Sun Sep 6 21:01:44 2009 -0700
42296
42297     Fix cc_period_make to not get stuck on samples with matching time
42298     
42299     When two samples have matching times, step to the second one;
42300     otherwise, we'll get stuck forever.
42301     
42302     Signed-off-by: Keith Packard <keithp@keithp.com>
42303
42304 commit 932f1539b38567e565fd484171c13539b1467308
42305 Author: Keith Packard <keithp@keithp.com>
42306 Date:   Sun Sep 6 20:26:17 2009 -0700
42307
42308     Color plots, integrate only flight portion of data.
42309     
42310     Telemetry files have piles of pad data which shouldn't be integrated
42311     into the velocity data as it tends to generate huge values from the
42312     noise of the sensor.
42313     
42314     Also make the data lines colored to keep them visually distinct from
42315     the rest of the plot image.
42316     
42317     Signed-off-by: Keith Packard <keithp@keithp.com>
42318
42319 commit 9177f5f4e9d832558ddd9ab227c4511f6201e7e5
42320 Author: Keith Packard <keithp@keithp.com>
42321 Date:   Sun Sep 6 18:11:24 2009 -0700
42322
42323     Update usage and man page for ao-postflight
42324
42325 commit 0b24e4034f93010372a3d084668d10f0e4a2c2e1
42326 Author: Bdale Garbee <bdale@gag.com>
42327 Date:   Sun Sep 6 18:01:20 2009 -0600
42328
42329     update changelogs for Debian build
42330
42331 commit a5e94aa0677070a051714443cf7fd7e2b5e90269
42332 Author: Bdale Garbee <bdale@gag.com>
42333 Date:   Sun Sep 6 17:59:47 2009 -0600
42334
42335     need a run-time dependency to pull in the cairo module
42336
42337 commit 97acef95cc9843998963921459fdd71dd7eaa6b4
42338 Author: Bdale Garbee <bdale@gag.com>
42339 Date:   Sun Sep 6 17:48:23 2009 -0600
42340
42341     update changelogs for Debian build
42342
42343 commit 3f95a5abbf8ada70328ced45fbb2781ed1cb3d29
42344 Author: Bdale Garbee <bdale@gag.com>
42345 Date:   Sun Sep 6 17:48:10 2009 -0600
42346
42347     more build deps for plotting lib
42348
42349 commit 9d7e96e323d652de08b2f2a73e0eb3c321080185
42350 Author: Bdale Garbee <bdale@gag.com>
42351 Date:   Sun Sep 6 17:47:56 2009 -0600
42352
42353     update changelogs for Debian build
42354
42355 commit ae4e131b61244e06020b82919e31e05dd7dba88f
42356 Author: Bdale Garbee <bdale@gag.com>
42357 Date:   Sun Sep 6 17:46:39 2009 -0600
42358
42359     update changelogs for Debian build
42360
42361 commit 37e6c9a492a1d51373bf9333fb3172e0c377720f
42362 Merge: d256f82 2e6686b
42363 Author: Bdale Garbee <bdale@gag.com>
42364 Date:   Sun Sep 6 17:46:10 2009 -0600
42365
42366     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42367
42368 commit 2e6686b1e183c66188ea447b8a54e4c29402443b
42369 Author: Keith Packard <keithp@keithp.com>
42370 Date:   Sun Sep 6 16:45:47 2009 -0700
42371
42372     Use plplotd instead of plplotd-gnome2
42373
42374 commit d256f8204e9fce53ae4309562bb4c0cde1fae43e
42375 Merge: 0fc344d 32d3536
42376 Author: Bdale Garbee <bdale@gag.com>
42377 Date:   Sun Sep 6 17:34:08 2009 -0600
42378
42379     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42380
42381 commit 32d3536706324808df6cd02248a236302b831571
42382 Author: Keith Packard <keithp@keithp.com>
42383 Date:   Sun Sep 6 16:24:35 2009 -0700
42384
42385     Add plots to ao-postflight using the plplot library
42386     
42387     It's not perfect, but it generates .svg plot output.
42388     
42389     Signed-off-by: Keith Packard <keithp@keithp.com>
42390
42391 commit 0fc344dfc031a8b1eef7cc40efb1d5ba7782269d
42392 Author: Bdale Garbee <bdale@gag.com>
42393 Date:   Sun Sep 6 14:15:57 2009 -0600
42394
42395     update changelogs for Debian build
42396
42397 commit 4b0de757874c0ecaf38e3dfd3beefc398150e3d5
42398 Merge: 773c4ff d0eac98
42399 Author: Bdale Garbee <bdale@gag.com>
42400 Date:   Sun Sep 6 14:15:53 2009 -0600
42401
42402     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42403
42404 commit d0eac989b1ffc8ae30ba12da403eb4bf1ad42d6b
42405 Author: Keith Packard <keithp@keithp.com>
42406 Date:   Sun Sep 6 13:15:10 2009 -0700
42407
42408     Don't look at NULL strings (summary_name)
42409     
42410     Signed-off-by: Keith Packard <keithp@keithp.com>
42411
42412 commit 73f4a57239f770aff603b961169c0e2cfe2c276b
42413 Author: Keith Packard <keithp@keithp.com>
42414 Date:   Sun Sep 6 13:08:54 2009 -0700
42415
42416     Use pressure speed for drogue and beyond states. Fix differentiation time.
42417     
42418     Drogue state should always use pressure speeds.
42419     
42420     Differentiation code was using centi-seconds instead of seconds.
42421     
42422     Signed-off-by: Keith Packard <keithp@keithp.com>
42423
42424 commit 773c4ffbc1d2e02eb02cfa543a077a408986da30
42425 Author: Bdale Garbee <bdale@gag.com>
42426 Date:   Sun Sep 6 14:05:55 2009 -0600
42427
42428     update changelogs for Debian build
42429
42430 commit 45ede4a4b203ef9da5bf05c49cb9c5a2e6382ec5
42431 Merge: 45e2938 e35e485
42432 Author: Bdale Garbee <bdale@gag.com>
42433 Date:   Sun Sep 6 14:05:51 2009 -0600
42434
42435     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42436
42437 commit e35e485ffe6b26034788ab295121bc2693b7eec1
42438 Author: Keith Packard <keithp@keithp.com>
42439 Date:   Sun Sep 6 13:04:31 2009 -0700
42440
42441     Initialize summary_name and detail_name so stuff appears on stdout.
42442     
42443     Uninitialized variables lead to mysterious results.
42444     
42445     Signed-off-by: Keith Packard <keithp@keithp.com>
42446
42447 commit 45e2938121411d1fc9b3aec3fdeaaeb3c90db5ed
42448 Author: Bdale Garbee <bdale@gag.com>
42449 Date:   Sun Sep 6 14:02:14 2009 -0600
42450
42451     update changelogs for Debian build
42452
42453 commit d42ebf0661ecf15455e5051de1e16ae66f8dd857
42454 Merge: 384dbe9 7a19aac
42455 Author: Bdale Garbee <bdale@gag.com>
42456 Date:   Sun Sep 6 14:02:09 2009 -0600
42457
42458     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42459
42460 commit 7a19aac5e881e635962a64fff73027ca2143b96f
42461 Author: Keith Packard <keithp@keithp.com>
42462 Date:   Sun Sep 6 12:51:48 2009 -0700
42463
42464     Add DSP code to filter data, allowing for integration/differentiation
42465     
42466     This adds the computation of speed from both accelerometer and
42467     barometer measurements and then presents a periodic flight profile
42468     using filtered data as a detailed flight record.
42469     
42470     Signed-off-by: Keith Packard <keithp@keithp.com>
42471
42472 commit 384dbe9fc7fa8e4e5dceec5e150f0f1d3383bbdc
42473 Author: Bdale Garbee <bdale@gag.com>
42474 Date:   Sun Sep 6 10:40:06 2009 -0600
42475
42476     update changelogs for Debian build
42477
42478 commit 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0
42479 Merge: 4f8eff7 6d018ab
42480 Author: Bdale Garbee <bdale@gag.com>
42481 Date:   Sun Sep 6 10:39:23 2009 -0600
42482
42483     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42484
42485 commit 6d018ab933832e2d80bb1564c339d9fb18b57be2
42486 Author: Keith Packard <keithp@keithp.com>
42487 Date:   Sat Sep 5 22:45:49 2009 -0700
42488
42489     Handle vageries of .telem files in ao-postflight
42490     
42491     Telem files have multiple entries of the same state, and sometimes
42492     long gaps between recordings. Deal with this as best as possible.
42493     
42494     Signed-off-by: Keith Packard <keithp@keithp.com>
42495
42496 commit c46e832b28820d7c5be4efaacbbd7c0607927fe5
42497 Author: Keith Packard <keithp@keithp.com>
42498 Date:   Sat Sep 5 22:03:31 2009 -0700
42499
42500     Add simple post-flight analysis tool (ao-postflight)
42501     
42502     This tool reads either an eeprom or telem log file and displays some
42503     rudimentary data (max accel/alt for each flight stage).
42504     
42505     Signed-off-by: Keith Packard <keithp@keithp.com>
42506
42507 commit 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f
42508 Author: Keith Packard <keithp@keithp.com>
42509 Date:   Sat Sep 5 00:29:26 2009 -0700
42510
42511     Add ao-dumplog to capture flight log from command line
42512     
42513     This duplicates the functionality of the flight log stuf in ao-view,
42514     except from the command line where it belongs.
42515     
42516     Signed-off-by: Keith Packard <keithp@keithp.com>
42517
42518 commit 73adae3661160d410dcc802873b530d255c210e5
42519 Author: Keith Packard <keithp@keithp.com>
42520 Date:   Fri Sep 4 15:30:22 2009 -0700
42521
42522     Add --device/-D support to the command line tools and manuals
42523     
42524     Use the new cc_usbdevs_find_by_arg function to locate suitable target
42525     devices connected via USB.
42526     
42527     Signed-off-by: Keith Packard <keithp@keithp.com>
42528
42529 commit 4f8eff7401ee2d8092ab36fa33411f9b23dda880
42530 Author: Bdale Garbee <bdale@gag.com>
42531 Date:   Fri Sep 4 16:03:55 2009 -0600
42532
42533     update changelogs for Debian build
42534
42535 commit 332b056459b1352e233a8bf5f08498df12d32160
42536 Author: Keith Packard <keithp@keithp.com>
42537 Date:   Fri Sep 4 15:01:32 2009 -0700
42538
42539     'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.
42540     
42541     The kernel appears to leave serial data undelivered at times. Reading
42542     two blocks at once appears to make it relinquish the queued data.
42543     
42544     Signed-off-by: Keith Packard <keithp@keithp.com>
42545
42546 commit df88ae4c5f229efcc0ea5cb0a81fc2bb8f96fea2
42547 Author: Keith Packard <keithp@keithp.com>
42548 Date:   Fri Sep 4 14:23:02 2009 -0700
42549
42550     Add 'ao-list' utility to show attached AltOS devices
42551     
42552     Signed-off-by: Keith Packard <keithp@keithp.com>
42553
42554 commit 0935d6a7e907e20381a42882ae728051f9bece02
42555 Author: Keith Packard <keithp@keithp.com>
42556 Date:   Fri Sep 4 14:21:19 2009 -0700
42557
42558     Parse the USB serial number as an integer.
42559     
42560     AltOS devices use simple integer serial numbers, so parse the USB
42561     value as such to make matching values more forgiving.
42562     
42563     Signed-off-by: Keith Packard <keithp@keithp.com>
42564
42565 commit 0c771d999914f9d17c723900f2987acc45fd0fbb
42566 Author: Keith Packard <keithp@keithp.com>
42567 Date:   Fri Sep 4 13:00:02 2009 -0700
42568
42569     Move usb scanning code to ao-tools library
42570     
42571     This will allow the scanning code to be used by the command line tools
42572     as well as the ao-view GUI.
42573     
42574     Now that ao-view depends on the ao-tools library, it has been moved to
42575     the ao-tools directory as well.
42576     
42577     Signed-off-by: Keith Packard <keithp@keithp.com>
42578
42579 commit 15341b6e6dcf52df083d6aa37ef881ea6ad48ee5
42580 Author: Keith Packard <keithp@keithp.com>
42581 Date:   Fri Sep 4 12:25:37 2009 -0700
42582
42583     Set all of the values to reset the radio for telemetry
42584     
42585     Was sizeof(rdf_setup) instead of sizeof(telemetry_setup) when
42586     resetting the radio back to telemetry data mode from rdf mode. With
42587     the length value removed from the rdf config, these two arrays are no
42588     longer the same length, and so the last config value was not set
42589     leaving the radio sending garbage.
42590     
42591     Signed-off-by: Keith Packard <keithp@keithp.com>
42592
42593 commit fee46389b70a624ab5b1128a8b4c3083c7747bcb
42594 Author: Keith Packard <keithp@keithp.com>
42595 Date:   Fri Sep 4 11:46:55 2009 -0700
42596
42597     Make RDF beacon only run on pad and after landing.
42598     
42599     It's pretty much impossible to RDF the rocket during flight, and it
42600     interferes with the telemetry data stream. Leave it enabled on the pad
42601     so that radios can be tested, and then re-enable it once the rocket
42602     has landed.
42603     
42604     This patch also turns the rdf 'on' time into a parameter so it can be
42605     changed, and then sets that parameter to 500ms, once every 5 seconds.
42606     
42607     Signed-off-by: Keith Packard <keithp@keithp.com>
42608
42609 commit 54545640b0db7747137655f84bc67fd290ecb904
42610 Author: Keith Packard <keithp@keithp.com>
42611 Date:   Fri Sep 4 11:45:52 2009 -0700
42612
42613     Add back the RDF tone generator
42614     
42615     Tracking the rocket on the ground may be easier using tones than using
42616     the digital data stream, so we'll try that and see what we think.
42617     
42618     This reverts commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9.
42619     
42620     Signed-off-by: Keith Packard <keithp@keithp.com>
42621
42622 commit 9fafee109e96435c96639b21211cac0500673a63
42623 Author: Bdale Garbee <bdale@gag.com>
42624 Date:   Wed Sep 2 23:18:15 2009 -0600
42625
42626     update changelogs for Debian build
42627
42628 commit cb4a73f3b65ba72f645fd37ab8712829c9537bf8
42629 Merge: 9ddd869 e2e449d
42630 Author: Bdale Garbee <bdale@gag.com>
42631 Date:   Wed Sep 2 23:17:37 2009 -0600
42632
42633     Merge commit 'origin/master'
42634
42635 commit e2e449d5c23356e913f312de1fb2611a9dd5a352
42636 Author: Keith Packard <keithp@keithp.com>
42637 Date:   Wed Sep 2 22:01:52 2009 -0700
42638
42639     Remove bit-banging debug support from TM board builds
42640     
42641     Our current TM boards don't have the wires to do bit-banging to
42642     another cc1111 board, so it doesn't make sense to fill up their flash
42643     with useless code (and the 'help' text with useless commands). Leave
42644     this to the TI board until we have boards that can serve as debug dongles.
42645     
42646     Signed-off-by: Keith Packard <keithp@keithp.com>
42647
42648 commit acea083d80e1ecc4287083519ea666964016b257
42649 Author: Keith Packard <keithp@keithp.com>
42650 Date:   Wed Sep 2 22:00:37 2009 -0700
42651
42652     Make the ao_log_record structures 8 bytes again.
42653     
42654     When the GPS signal strength data was added, the structure was
42655     accidentally extended to 9 bytes, making all log records 9 bytes
42656     long. While not a serious problem, this left log records spanning
42657     across eeprom block boundaries, which seems like a bad plan.
42658     
42659     Signed-off-by: Keith Packard <keithp@keithp.com>
42660
42661 commit 7d39f17684feb49ac8a0017902158f298696e37c
42662 Author: Keith Packard <keithp@keithp.com>
42663 Date:   Wed Sep 2 21:57:54 2009 -0700
42664
42665     Make eeprom reads and writes across block boundary work
42666     
42667     Reading and writing across the block boundary was not stepping the
42668     eeprom position after the partial i/o operation at the end of the
42669     first block. This meant that the operation would re-use the end of the
42670     previous block, either re-reading or re-writing it.
42671     
42672     Signed-off-by: Keith Packard <keithp@keithp.com>
42673
42674 commit 9ddd8696b4004ccc03238d95a8c2a1d07075e0fb
42675 Author: Bdale Garbee <bdale@gag.com>
42676 Date:   Mon Aug 31 16:48:03 2009 -0600
42677
42678     update changelogs for Debian build
42679
42680 commit 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115
42681 Author: Bdale Garbee <bdale@gag.com>
42682 Date:   Mon Aug 31 16:47:44 2009 -0600
42683
42684     pixmap file should not be executable
42685
42686 commit 1495e2f27acde3743c3764a0c31ee082224d6c64
42687 Author: Bdale Garbee <bdale@gag.com>
42688 Date:   Mon Aug 31 16:42:55 2009 -0600
42689
42690     update changelogs for Debian build
42691
42692 commit c8c5b7963babe8eb16e2651fba9cd2c8d1cba74e
42693 Author: Bdale Garbee <bdale@gag.com>
42694 Date:   Mon Aug 31 16:42:37 2009 -0600
42695
42696     deliver an icon for the Debian menu system
42697
42698 commit 591b99c232e780246fc07841c09c8c4e7835facb
42699 Author: Bdale Garbee <bdale@gag.com>
42700 Date:   Mon Aug 31 16:26:00 2009 -0600
42701
42702     update changelogs for Debian build
42703
42704 commit b34474c1f3083e73b7184d519f54d4c8031836fd
42705 Merge: 8df1697 0d65bff
42706 Author: Bdale Garbee <bdale@gag.com>
42707 Date:   Mon Aug 31 16:25:32 2009 -0600
42708
42709     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42710
42711 commit 6358041f846ba9a20fa650c367d907dc4336e54c
42712 Author: Keith Packard <keithp@keithp.com>
42713 Date:   Sat Aug 22 13:38:56 2009 -0700
42714
42715     Enable GPS degraded mode, set 10 sec degraded timeout.
42716     
42717     No reason not to let the GPS report solutions whenever it likes, let's
42718     see how this works.
42719     
42720     Signed-off-by: Keith Packard <keithp@keithp.com>
42721
42722 commit 0d65bff443c17d4d98c18b620ec075ab66b30efd
42723 Author: Keith Packard <keithp@keithp.com>
42724 Date:   Fri Aug 21 10:47:46 2009 -0700
42725
42726     Turn off GPS tracking data when not present in data stream
42727     
42728     Signed-off-by: Keith Packard <keithp@keithp.com>
42729
42730 commit 8df169791835510d96c11a3b0aa3cc5b79fa7fde
42731 Author: Bdale Garbee <bdale@gag.com>
42732 Date:   Wed Aug 19 02:21:23 2009 -0600
42733
42734     update changelogs for Debian build
42735
42736 commit 42ab6d52540d0326ef89e9d57954b08248558468
42737 Author: Bdale Garbee <bdale@gag.com>
42738 Date:   Wed Aug 19 02:21:06 2009 -0600
42739
42740     fix location for delivery of sources.list fragment
42741
42742 commit 977f5dc0bc7c666dcc1f21db77416efca0d696aa
42743 Author: Bdale Garbee <bdale@gag.com>
42744 Date:   Wed Aug 19 02:11:11 2009 -0600
42745
42746     update changelogs for Debian build
42747
42748 commit 8d4d6655f1b4c2fbc522fd255bfb75406e5ddaef
42749 Author: Bdale Garbee <bdale@gag.com>
42750 Date:   Wed Aug 19 02:11:00 2009 -0600
42751
42752     oops, aoview is now ao-view!
42753
42754 commit b9a97aea65f871fd287bc0bb566d8664766f4afd
42755 Author: Bdale Garbee <bdale@gag.com>
42756 Date:   Wed Aug 19 02:07:16 2009 -0600
42757
42758     update changelogs for Debian build
42759
42760 commit 21e3dd0affac89919e5d0e29c6e9eb1eacb51801
42761 Author: Bdale Garbee <bdale@gag.com>
42762 Date:   Wed Aug 19 02:06:49 2009 -0600
42763
42764     enable support for Debian menus
42765
42766 commit 0087c1776e0253fc2bd3b86f15bf9d1b32bdc45a
42767 Author: Bdale Garbee <bdale@gag.com>
42768 Date:   Wed Aug 19 00:52:57 2009 -0600
42769
42770     update changelogs for Debian build
42771
42772 commit 4486d9156e19e4280b42bcd422d81d04f2d04a92
42773 Merge: dd09f0b 33edd62
42774 Author: Bdale Garbee <bdale@gag.com>
42775 Date:   Wed Aug 19 00:49:24 2009 -0600
42776
42777     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42778
42779 commit 33edd62992a32b0ec8ca66d879fa300871db5937
42780 Author: Keith Packard <keithp@keithp.com>
42781 Date:   Tue Aug 18 23:38:16 2009 -0700
42782
42783     Update ao-view to add GPS satellite tracking data
42784     
42785     This adds another column to the display to hold per-satellite GPS
42786     tracking data and a count of the visible and locked sats.
42787     
42788     Signed-off-by: Keith Packard <keithp@keithp.com>
42789
42790 commit 29687cbd462a332d9a36ed87500c5b737dcae3f4
42791 Author: Keith Packard <keithp@keithp.com>
42792 Date:   Tue Aug 18 22:35:15 2009 -0700
42793
42794     Handle GPS satellite tracking data
42795     
42796     SiRF message #4 includes signal strength and GPS engine state for each
42797     of the satellites being tracked. This data is now parsed and sent to
42798     eeprom and the radio.
42799     
42800     Signed-off-by: Keith Packard <keithp@keithp.com>
42801
42802 commit dd09f0bc2b950c00f3b489878cd69ad8a003f46c
42803 Author: Bdale Garbee <bdale@gag.com>
42804 Date:   Tue Aug 18 21:57:01 2009 -0600
42805
42806     update changelogs for Debian build
42807
42808 commit cd5ce661e2a8f9694933358ccb5b916fbed089c2
42809 Author: Bdale Garbee <bdale@gag.com>
42810 Date:   Tue Aug 18 21:49:39 2009 -0600
42811
42812     add support for building Debian package
42813
42814 commit d996aa9b32fb0eb385bd3d158256c29788a42fe3
42815 Merge: b3b2d3c 7d4ceb7
42816 Author: Bdale Garbee <bdale@gag.com>
42817 Date:   Tue Aug 18 18:56:09 2009 -0600
42818
42819     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42820
42821 commit 7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36
42822 Author: Keith Packard <keithp@keithp.com>
42823 Date:   Tue Aug 18 17:55:22 2009 -0700
42824
42825     Add ao-ejection.1 man page
42826     
42827     Document the input requirements and output format
42828     
42829     Signed-off-by: Keith Packard <keithp@keithp.com>
42830
42831 commit b3b2d3c475a135084b5628c730fc6fca1ba0817b
42832 Merge: 4685fc5 da12b89
42833 Author: Bdale Garbee <bdale@gag.com>
42834 Date:   Tue Aug 18 18:36:03 2009 -0600
42835
42836     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42837
42838 commit da12b89fb056a68e65ba363fef91d266727cb685
42839 Author: Keith Packard <keithp@keithp.com>
42840 Date:   Tue Aug 18 17:30:43 2009 -0700
42841
42842     Create ChangeLog from git log
42843
42844 commit 7d69e2b3715faed10ce21ad562fc4d25dfc5f9c1
42845 Author: Keith Packard <keithp@keithp.com>
42846 Date:   Tue Aug 18 17:29:29 2009 -0700
42847
42848     Fix ao-bitbang examples to not have . in the first column
42849
42850 commit 4685fc541466afbeefc151bcb64cd054739c048b
42851 Merge: 1c2a0b6 c29275b
42852 Author: Bdale Garbee <bdale@gag.com>
42853 Date:   Tue Aug 18 18:09:38 2009 -0600
42854
42855     Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
42856     
42857     Conflicts:
42858         ao-tools/ao-bitbang/Makefile.am
42859         ao-tools/ao-eeprom/Makefile.am
42860         ao-tools/ao-load/Makefile.am
42861         ao-tools/ao-load/ao-load.c
42862         ao-tools/ao-rawload/Makefile.am
42863
42864 commit c29275b72438637d46d7a50742882d2736eb176a
42865 Author: Keith Packard <keithp@keithp.com>
42866 Date:   Tue Aug 18 15:21:57 2009 -0700
42867
42868     Add manual pages for remaining commands.
42869     
42870     Manuals written for ao-bitbang, ao-eeprom, ao-load, ao-rawload and
42871     ao-view.
42872     
42873     Manual for ao-dbg updated to reflect program name change.
42874     
42875     Signed-off-by: Keith Packard <keithp@keithp.com>
42876
42877 commit 9b03d620722dc54630539afba40720c30de69b2d
42878 Author: Keith Packard <keithp@keithp.com>
42879 Date:   Tue Aug 18 12:19:31 2009 -0700
42880
42881     Use --tty/-T on command line to specify target device
42882     
42883     Also, use the ALTOS_TTY environment variable in all tools. Note that
42884     the magic value of "BITBANG" switches the library to connecting
42885     through a CP2103 instead.
42886     
42887     Signed-off-by: Keith Packard <keithp@keithp.com>
42888
42889 commit 7c790fe859dff062692964338091ffbbcdf63257
42890 Author: Keith Packard <keithp@keithp.com>
42891 Date:   Tue Aug 18 12:40:24 2009 -0700
42892
42893     Rename tools to ao-<foo>
42894     
42895     Use a consistent prefix to make it easier to remember which programs
42896     belong to this package
42897     
42898     Signed-off-by: Keith Packard <keithp@keithp.com>
42899
42900 commit 1c2a0b6653623b689d68d7349a6b2dce3e20a4a6
42901 Author: Keith Packard <keithp@keithp.com>
42902 Date:   Tue Aug 18 13:36:54 2009 -0700
42903
42904     re-add debugger sources
42905
42906 commit 9a9cce5510b87252f863239ac807b9fb4395b288
42907 Author: Keith Packard <keithp@keithp.com>
42908 Date:   Tue Aug 18 12:19:31 2009 -0700
42909
42910     Start working on using getopt for the tty name
42911
42912 commit 9789ca5e8caa9a013e804f307b9da380e147bd75
42913 Author: Keith Packard <keithp@keithp.com>
42914 Date:   Tue Aug 18 12:40:24 2009 -0700
42915
42916     Rename tools to ao-<foo>
42917     
42918     Use a consistent prefix to make it easier to remember which programs
42919     belong to this package
42920     
42921     Signed-off-by: Keith Packard <keithp@keithp.com>
42922
42923 commit a5782398d968e7cb11f7203afada7c216f233b3b
42924 Author: Keith Packard <keithp@keithp.com>
42925 Date:   Tue Aug 18 11:34:28 2009 -0700
42926
42927     Remove unused cctools code paths for old libusb and cp2103 ioctls.
42928     
42929     Communication with the CP2103 board has gone through three revisions,
42930     first using ioctls supported by the CP2103 kernel driver, then using
42931     the old synchronous usb library and now using the newer libusb
42932     asynchronous interface. There's no reason to keep shipping the old
42933     stale code now that the new stuff works reliably.
42934     
42935     Signed-off-by: Keith Packard <keithp@keithp.com>
42936
42937 commit 7cba411de0780c65e3490ab67186a514f0ea42ec
42938 Author: Keith Packard <keithp@keithp.com>
42939 Date:   Mon Aug 17 20:47:31 2009 -0700
42940
42941     test for sdcc, nickle and readline
42942     
42943     Signed-off-by: Keith Packard <keithp@keithp.com>
42944
42945 commit f48dcffae761700355a17b59345d55a60703f0c4
42946 Author: Keith Packard <keithp@keithp.com>
42947 Date:   Sun Aug 9 20:43:10 2009 -0700
42948
42949     Sync USB data after each memory write command
42950     
42951     This makes sure we flush the USB link often enough for the other end to keep
42952     up.
42953     
42954     Signed-off-by: Keith Packard <keithp@keithp.com>
42955
42956 commit cd5456f18e4b39ad76d5549df91a0e0cfb18a2e9
42957 Author: Keith Packard <keithp@keithp.com>
42958 Date:   Sun Aug 9 16:08:07 2009 -0700
42959
42960     Handle partial ALSA PCM writes
42961     
42962     The ALSA spec says that snd_pcm_writei will not return a partial write, but
42963     at least on the OLPC, that's not true. Deal with this.
42964     
42965     Signed-off-by: Keith Packard <keithp@keithp.com>
42966
42967 commit 3056cb8eef5aee0dcd342488386355d8b8f574c8
42968 Author: Keith Packard <keithp@keithp.com>
42969 Date:   Sun Aug 9 15:55:19 2009 -0700
42970
42971     Check more alsa return statuses
42972
42973 commit 8ddf3345afd8cbf638e81993633f7861d8dbca63
42974 Author: Keith Packard <keithp@keithp.com>
42975 Date:   Sat Jul 18 01:47:34 2009 -0700
42976
42977     Don't report distance to rocket without valid GPS
42978     
42979     When there's no valid GPS data, don't try to report the distance and bearing
42980     to the rocket after landing.
42981     
42982     Signed-off-by: Keith Packard <keithp@keithp.com>
42983
42984 commit fbcb7b20fa701a6e534d38e307839466545668e3
42985 Author: Keith Packard <keithp@keithp.com>
42986 Date:   Sat Jul 18 01:05:33 2009 -0700
42987
42988     Add B command to set serial baud rate
42989     
42990     Signed-off-by: Keith Packard <keithp@keithp.com>
42991
42992 commit 91b023e7e4eeed838e0320d2ddac0f6aac39e565
42993 Author: Keith Packard <keithp@keithp.com>
42994 Date:   Sat Jul 18 01:05:13 2009 -0700
42995
42996     Get rid of spaces after minus sign in climb value
42997
42998 commit 28be20cf914fb34dc3c776519708d0f02091764e
42999 Author: Keith Packard <keithp@keithp.com>
43000 Date:   Sat Jul 18 01:04:39 2009 -0700
43001
43002     Switch to 57600 baud for GPS data
43003
43004 commit d3f76ce58b9c0ed2e5a9fe3bbc7fb9cb38247714
43005 Author: Keith Packard <keithp@keithp.com>
43006 Date:   Sat Jul 18 01:04:17 2009 -0700
43007
43008     Drain serial port before changing speed
43009     
43010     Signed-off-by: Keith Packard <keithp@keithp.com>
43011
43012 commit d7c2d358ed8a1afc9f0ba2bd830b10f6b56dc7b1
43013 Author: Keith Packard <keithp@keithp.com>
43014 Date:   Sat Jul 18 00:44:42 2009 -0700
43015
43016     Display last known GPS coord while unlocked
43017     
43018     Signed-off-by: Keith Packard <keithp@keithp.com>
43019
43020 commit 5195fcfe239e430e1f9f11774c9a245c7b29dae9
43021 Author: Keith Packard <keithp@keithp.com>
43022 Date:   Sat Jul 18 00:44:01 2009 -0700
43023
43024     use g_source_destroy instead of free on serial object
43025
43026 commit 1e5e98bd8f5ea0bc15592de454e3629383462371
43027 Author: Keith Packard <keithp@keithp.com>
43028 Date:   Sat Jul 18 00:43:22 2009 -0700
43029
43030     Trim aoview_serial_set_callback args down to just port and callback
43031
43032 commit 08f37056deec25d77062bc411a04033401b033a5
43033 Author: Keith Packard <keithp@keithp.com>
43034 Date:   Fri Jul 17 22:11:03 2009 -0700
43035
43036     Reset GPS at boot time
43037
43038 commit 1150aa850f5a025b849556e32c4dddb27937d9af
43039 Author: Keith Packard <keithp@keithp.com>
43040 Date:   Fri Jul 17 22:10:43 2009 -0700
43041
43042     Fix up serial debug output
43043
43044 commit 2a7956a64935246475f92d44c08369e0230b676a
43045 Author: Keith Packard <keithp@keithp.com>
43046 Date:   Fri Jul 17 21:34:13 2009 -0700
43047
43048     Allow the GPS port to run at 4800 baud if desired
43049
43050 commit 8d650769c319261c97f5e68eff9138207b95c0f8
43051 Author: Keith Packard <keithp@keithp.com>
43052 Date:   Fri Jul 17 21:33:53 2009 -0700
43053
43054     Initialize the GPS serial protocol state
43055     
43056     Signed-off-by: Keith Packard <keithp@keithp.com>
43057
43058 commit ab40d224b39ba6d29c4056e2d2c365e1eb3d3793
43059 Author: Keith Packard <keithp@keithp.com>
43060 Date:   Fri Jul 17 21:33:18 2009 -0700
43061
43062     Use uint8_t for comparisons to avoid int conversions
43063     
43064     Signed-off-by: Keith Packard <keithp@keithp.com>
43065
43066 commit d6749bf24792bb41ca700cf4b8e5e1ac1a63cbf0
43067 Author: Keith Packard <keithp@keithp.com>
43068 Date:   Fri Jul 17 21:30:53 2009 -0700
43069
43070     Add AO_GPS_RUNNING state.
43071     
43072     This tracks whether the GPS receiver has ever sent a valid report to the
43073     flight computer, allowing the user to tell whether the GPS receiver is
43074     working at all.
43075     
43076     Signed-off-by: Keith Packard <keithp@keithp.com>
43077
43078 commit a1da7e871aee75308bc05ce1b7a0dc402e4c9509
43079 Author: Keith Packard <keithp@keithp.com>
43080 Date:   Fri Jul 17 21:25:35 2009 -0700
43081
43082     Add M command to monitor serial bytes
43083
43084 commit ddfa2308c0be4c002f982ae9da6032ee7854117d
43085 Author: Keith Packard <keithp@keithp.com>
43086 Date:   Fri Jul 17 21:24:45 2009 -0700
43087
43088     Support the not-connected GPS state
43089
43090 commit 34f148500df427c148188c0ada20bf914a7c74ba
43091 Author: Keith Packard <keithp@keithp.com>
43092 Date:   Fri Jul 17 19:23:10 2009 -0700
43093
43094     Use 57600 baud for GPS. Clean up gps init.
43095     
43096     Assume GPS is either in 4800 NMEA or 57600 SiRF mode, send just the sequence
43097     to get from 4800 NMEA to 5760 SiRF.
43098     
43099     Also, eliminate threads from the gps test program.
43100     
43101     Signed-off-by: Keith Packard <keithp@keithp.com>
43102
43103 commit 2deca0c52cd6cfb4baceb59c8a5458344bada338
43104 Author: Keith Packard <keithp@keithp.com>
43105 Date:   Fri Jul 17 17:09:20 2009 -0700
43106
43107     Try harder to get the GPS receiver serial link sync'd up.
43108     
43109     We cannot assume that the GPS receiver is in any particular state when it
43110     boots, so we try to send the serial configuration at several rates and hope
43111     that it eventually sees something that it likes.
43112     
43113     Signed-off-by: Keith Packard <keithp@keithp.com>
43114
43115 commit 31d5670a9144b943ce9c8cb00deb5fb659af0b1c
43116 Author: Keith Packard <keithp@keithp.com>
43117 Date:   Fri Jul 17 17:06:18 2009 -0700
43118
43119     Rolling average for pad location. Say 'GPS ready'.
43120     
43121     Use a rolling average for the pad location, instead of just averaging all
43122     positions. This filters out old (presumably less accurate) values eventually.
43123     
43124     When enough GPS samples have been acquired, say 'GPS ready'.
43125     
43126     Signed-off-by: Keith Packard <keithp@keithp.com>
43127
43128 commit bfe1e76c82738baaf65abbc58c3244a07ea8fefe
43129 Author: Keith Packard <keithp@keithp.com>
43130 Date:   Fri Jul 17 16:22:51 2009 -0700
43131
43132     Split GPS data into a separate column
43133     
43134     Signed-off-by: Keith Packard <keithp@keithp.com>
43135
43136 commit 5f0179652e8bb85add9067e5253e981c60f2c51e
43137 Author: Keith Packard <keithp@keithp.com>
43138 Date:   Fri Jul 17 16:03:35 2009 -0700
43139
43140     Fix up SiRF parsing and test code so that it actually works
43141     
43142     Signed-off-by: Keith Packard <keithp@keithp.com>
43143
43144 commit 0b35447d05a0c7eaf4fefcbcf0065fe3320bba82
43145 Author: Keith Packard <keithp@keithp.com>
43146 Date:   Fri Jul 17 13:58:14 2009 -0700
43147
43148     Add host-side gps protocol testing program
43149
43150 commit fef7334bddb9fccfbd6deab7d5d466ab3e76323a
43151 Author: Keith Packard <keithp@keithp.com>
43152 Date:   Sat Jul 11 00:56:13 2009 -0700
43153
43154     Hook aoview directly to alsa
43155     
43156     This skips the flite internal audio stuff which opened and closed the audio
43157     device for each phrase. This caused the first part of some phrases to be
43158     missed when using an external audio device.
43159     
43160     Signed-off-by: Keith Packard <keithp@keithp.com>
43161
43162 commit 80cadf44f5f1accd6ddfca25c2af8d4d424f26d9
43163 Author: Keith Packard <keithp@keithp.com>
43164 Date:   Thu Jul 9 20:55:10 2009 -0700
43165
43166     Show speed. Format numbers. Timeout and report final status.
43167     
43168     The speed value is now shown in the top label bar. Ascent shows
43169     accelerometer-derived data, otherwise it's baro derived.
43170     
43171     All of the numbers displayed are now given sensible printf formats so they
43172     don't contain way too many digits.
43173     
43174     Instead of doing periodic reporting based on flight tick count, data is
43175     reported every 10 seconds based on wall time. After landing, or when no data
43176     have been received for a while, final flight information is spoken.
43177     
43178     Signed-off-by: Keith Packard <keithp@keithp.com>
43179
43180 commit 19630ef084866f4230e68ccf11284b30c68128b1
43181 Author: Keith Packard <keithp@keithp.com>
43182 Date:   Sun Jul 5 08:35:28 2009 -0700
43183
43184     Dont smash aoview_monitor_parse input buffer
43185
43186 commit e506ed4b6efb86eab50204658fcd433b987e3831
43187 Author: Keith Packard <keithp@keithp.com>
43188 Date:   Tue Jun 30 15:25:52 2009 -0700
43189
43190     Integrate flite into aoview directly. Fix great circle computation.
43191     
43192     Use a separate thread for flite rather than a separate program.
43193     Save voice state to gconf.
43194     Add filters for replay file selection
43195     
43196     Signed-off-by: Keith Packard <keithp@keithp.com>
43197
43198 commit 5b988e0146075d57434f8484e1ec9fcf3e183df2
43199 Author: Keith Packard <keithp@keithp.com>
43200 Date:   Tue Jun 30 15:24:53 2009 -0700
43201
43202     Make window taller
43203
43204 commit 696233b088645bba1aaa6aa6c5358c3ecfa5cd3f
43205 Author: Keith Packard <keithp@keithp.com>
43206 Date:   Tue Jun 30 15:24:31 2009 -0700
43207
43208     Use 16kHz voice
43209
43210 commit 2e06772c8b6fd74f86e640ed97f0d5bc8c095c2f
43211 Author: Keith Packard <keithp@keithp.com>
43212 Date:   Tue Jun 30 11:58:30 2009 -0700
43213
43214     Add telem replay and larger labels
43215     
43216     Replays telemetry files in real time
43217     Shows height/state/rssi in big values at the top.
43218     
43219     Signed-off-by: Keith Packard <keithp@keithp.com>
43220
43221 commit 566dde161385263700eaae51095eecfa9b5972ee
43222 Author: Keith Packard <keithp@keithp.com>
43223 Date:   Mon Jun 29 23:06:47 2009 -0700
43224
43225     Update aoview/.gitignore
43226     
43227     Signed-off-by: Keith Packard <keithp@keithp.com>
43228
43229 commit 4ca2d910f3be689fd3c78a4f1be0555d6b1a30c1
43230 Author: Keith Packard <keithp@keithp.com>
43231 Date:   Mon Jun 29 23:05:27 2009 -0700
43232
43233     Use flite to announce flight state
43234     
43235     This uses the flite voice synthesis library from festival to announce
43236     altitude and speed information during the rocket flight.
43237     
43238     Signed-off-by: Keith Packard <keithp@keithp.com>
43239
43240 commit 527d7c803ed9597b210634018cb2eb9d048d9846
43241 Author: Keith Packard <keithp@keithp.com>
43242 Date:   Mon Jun 29 23:03:58 2009 -0700
43243
43244     Add GPS speed and error data to telemetry and aoview
43245     
43246     Having switched to the SiRF binary GPS format, the velocity and error data
43247     can now be displayed.
43248     
43249     Signed-off-by: Keith Packard <keithp@keithp.com>
43250
43251 commit ee4919dd771b00e2a2dd1083c9528efa7baab50f
43252 Author: Keith Packard <keithp@keithp.com>
43253 Date:   Mon Jun 29 13:54:00 2009 -0700
43254
43255     Convert GPS to SiRF binary protocol.
43256     
43257     This switches the GPS unit from NMEA to SiRF protocol at startup and then
43258     parses the binary data. The binary data uses a different encoding of lat/lon
43259     than the NMEA strings, and so the telemetry and eeprom data formats change
43260     with this switch.
43261     
43262     Signed-off-by: Keith Packard <keithp@keithp.com>
43263
43264 commit 49bf37767d2453869f2ca2c0832d1124322c66e0
43265 Author: Keith Packard <keithp@keithp.com>
43266 Date:   Wed Jun 17 23:22:25 2009 -0700
43267
43268     Add ejection computation utility
43269     
43270     Signed-off-by: Keith Packard <keithp@keithp.com>
43271
43272 commit e59520e343c2573b1b92c0b3c4aaa93e51bc55d3
43273 Author: Keith Packard <keithp@keithp.com>
43274 Date:   Wed Jun 17 13:55:23 2009 -0700
43275
43276     Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4
43277     
43278     None of our boards have a 32kHz xtal oscillator, instead we use those pins
43279     (on Telemetrum) for the deployment firing circuits. The old clock
43280     initialization code was switching from the 32kHz RC oscillator to the 32kHz
43281     crystal and overriding our use of those pins.
43282     
43283     Signed-off-by: Keith Packard <keithp@keithp.com>
43284
43285 commit 1c3cc12c08ddefbd6456a55c54ef87dd94d4ae9a
43286 Author: Keith Packard <keithp@keithp.com>
43287 Date:   Sun Jun 14 17:25:34 2009 -0700
43288
43289     Some kernels reference USB ttys as tty/tty* instead of tty:tty*
43290     
43291     Signed-off-by: Keith Packard <keithp@keithp.com>
43292
43293 commit 0f2cbd41332b1b63865c5f1a4e749419b469853a
43294 Author: Keith Packard <keithp@keithp.com>
43295 Date:   Sun Jun 14 16:45:19 2009 -0700
43296
43297     Rename state apogee -> coast
43298
43299 commit 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb
43300 Author: Keith Packard <keithp@keithp.com>
43301 Date:   Sun Jun 14 16:39:28 2009 -0700
43302
43303     rename states. launchpad -> pad, coast -> fast
43304
43305 commit 8c40f19acd09fe93d492c9355da8a1198c34b1c3
43306 Author: Keith Packard <keithp@keithp.com>
43307 Date:   Sun Jun 14 16:36:29 2009 -0700
43308
43309     Disable monitor mode when communicating via usb
43310
43311 commit 7adea9c59c73acd52743446c74fb675e0a1d6d05
43312 Author: Keith Packard <keithp@keithp.com>
43313 Date:   Thu Jun 4 14:38:45 2009 -0700
43314
43315     Format GPS seconds as %02d.%04d to avoid spaces in the value
43316     
43317     The aoview GPS parsing code doesn't deal well with spaces in the middle of
43318     the value, so pad the seconds field with a zero as needed.
43319     
43320     Signed-off-by: Keith Packard <keithp@keithp.com>
43321
43322 commit a0e6bfee635b64092262936c858542318f6fc6dc
43323 Author: Bdale Garbee <bdale@gag.com>
43324 Date:   Thu Jun 4 13:11:48 2009 -0600
43325
43326     newer INSTALL file pulled in by autogen.sh
43327
43328 commit cf1e258d52b878df10b51a047709b10ecd51a68e
43329 Author: Bdale Garbee <bdale@gag.com>
43330 Date:   Thu Jun 4 13:09:29 2009 -0600
43331
43332     add a distclean target to src/Makefile
43333
43334 commit 176052b7c14fcad067835ecb550778faf67cf4da
43335 Author: Bdale Garbee <bdale@gag.com>
43336 Date:   Thu Jun 4 13:07:10 2009 -0600
43337
43338     add lib to the front of the subdir list
43339
43340 commit 208bc15714c7b4020c017eef19011c4eb9ab51e2
43341 Author: Keith Packard <keithp@keithp.com>
43342 Date:   Thu Jun 4 11:20:10 2009 -0700
43343
43344     Move build and debug tools to 'cctools' directory.
43345     
43346     These tools were merged in from the ccdbg package.
43347     
43348     Signed-off-by: Keith Packard <keithp@keithp.com>
43349
43350 commit 17d2432a8b9c15963cd3b821f025ad33972ef477
43351 Merge: 210dbaa 8a9a3f0
43352 Author: Keith Packard <keithp@keithp.com>
43353 Date:   Thu Jun 4 11:13:15 2009 -0700
43354
43355     Merge ccdbg and altos sources into one giant repository
43356     
43357     Keeping these separate isn't making things any easier.
43358     
43359     Signed-off-by: Keith Packard <keithp@keithp.com>
43360
43361 commit 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7
43362 Author: Keith Packard <keithp@keithp.com>
43363 Date:   Thu Jun 4 10:41:34 2009 -0700
43364
43365     Use autotools, move altos to src subdir
43366     
43367     Signed-off-by: Keith Packard <keithp@keithp.com>
43368
43369 commit 8cce307bb3156584ba17ae5a787f645dfee5fb94
43370 Author: Keith Packard <keithp@keithp.com>
43371 Date:   Thu Jun 4 10:25:30 2009 -0700
43372
43373     Make menu seperator insensitive
43374
43375 commit 778cae8fc5a4b30e5045e4703316fc61ae18562a
43376 Author: Keith Packard <keithp@keithp.com>
43377 Date:   Wed Jun 3 17:07:34 2009 -0700
43378
43379     aoview: Add eeprom data fetching
43380     
43381     Fetches the last flight data from a TM device connected via USB and writes
43382     it to the flight log directory.
43383     
43384     Signed-off-by: Keith Packard <keithp@keithp.com>
43385
43386 commit bf140966e9649e75b884c8aa5f25ffbf9eed10ea
43387 Author: Keith Packard <keithp@keithp.com>
43388 Date:   Wed Jun 3 10:57:46 2009 -0700
43389
43390     Stop log dumping at flight end. Print 'end' at end of log.
43391     
43392     No reason to continue dumping data past the end of the flight now that the
43393     logging stuff has been demonstrated to work reliably. Also, to make
43394     automated log dumping easier, this prints out 'end' after the log data so
43395     that aoview knows when to stop reading.
43396     
43397     Signed-off-by: Keith Packard <keithp@keithp.com>
43398
43399 commit 35ac66969abe24ca23776618306a59fc17770e06
43400 Author: Keith Packard <keithp@keithp.com>
43401 Date:   Sun May 31 09:22:01 2009 -0700
43402
43403     Start adding bi-directional packet link
43404
43405 commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9
43406 Author: Keith Packard <keithp@keithp.com>
43407 Date:   Thu May 28 23:17:33 2009 -0700
43408
43409     Eliminate RDF tone generation.
43410     
43411     Now that we have a viable telemetry-signal based RDF device via TeleDongle,
43412     there's no reason to continue to waste power and bandwidth with a NFM tone.
43413     
43414     Signed-off-by: Keith Packard <keithp@keithp.com>
43415
43416 commit 4d83eef0fe1d24a845ab29a535dfc56e13e7ee20
43417 Author: Keith Packard <keithp@keithp.com>
43418 Date:   Thu May 28 23:17:25 2009 -0700
43419
43420     Change .gitignore to match new aoload procedure
43421
43422 commit dcfcf3bec6788460b6fe8c239c80bad4526bd15b
43423 Author: Keith Packard <keithp@keithp.com>
43424 Date:   Wed May 27 22:01:37 2009 -0700
43425
43426     Leave serial number writing to aoload
43427     
43428     Instead of building per-serial hex files, leave that
43429     process to the new aoload program
43430     
43431     Signed-off-by: Keith Packard <keithp@keithp.com>
43432
43433 commit 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86
43434 Author: Keith Packard <keithp@keithp.com>
43435 Date:   Wed May 27 21:53:15 2009 -0700
43436
43437     Add aoload to load serial-numbered altos binaries.
43438     
43439     aoload is a custom version of ccload which edits the data before sending it
43440     to the target machine, writing the target serial number into the data.
43441     
43442     Signed-off-by: Keith Packard <keithp@keithp.com>
43443
43444 commit 5a7a63c34b778e40a61ddabd16ec1af9a2be50c3
43445 Author: Keith Packard <keithp@keithp.com>
43446 Date:   Sat May 23 21:20:12 2009 -0700
43447
43448     Fix aoview telemetry GPS parsing code to use correct columns
43449     
43450     This code was trying to pull the GPS data from the wrong columns, causing
43451     aoview to fail to display GPS information.
43452     
43453     Signed-off-by: Keith Packard <keithp@keithp.com>
43454
43455 commit 26988c3e7acb2fa832810475e43e08fd2867459c
43456 Author: Keith Packard <keithp@keithp.com>
43457 Date:   Sat May 23 21:18:57 2009 -0700
43458
43459     Parse both telemetry or log data ao_flight_test
43460     
43461     Change the way data is fed from files to the flight test rig to handle
43462     either kind of input file.
43463     
43464     Signed-off-by: Keith Packard <keithp@keithp.com>
43465
43466 commit d6f5a0689023546464a71561f53fa2c943077c88
43467 Author: Keith Packard <keithp@keithp.com>
43468 Date:   Sat May 23 21:16:22 2009 -0700
43469
43470     Avoid 16-bit overflow in velocity computation.
43471     
43472     Adding two 16 bit integers together can wrap around to negative numbers,
43473     this resulted in velocity values which never decreased, making the switch
43474     from coast to apogee state not occur.
43475     
43476     Signed-off-by: Keith Packard <keithp@keithp.com>
43477
43478 commit aa6d87aeb616dd62f0debaded297232022b4f8bd
43479 Author: Keith Packard <keithp@keithp.com>
43480 Date:   Wed May 20 09:44:55 2009 -0700
43481
43482     Make file handling more general so it can be reused.
43483     
43484     The log file handling stuff will be useful for saving eeprom data, so pull
43485     it out of the real-time log handling code and make a general interface.
43486     
43487     Signed-off-by: Keith Packard <keithp@keithp.com>
43488
43489 commit b730c8bcbce649cdddba935e1112aaae538bc526
43490 Author: Keith Packard <keithp@keithp.com>
43491 Date:   Sun May 17 23:54:44 2009 -0700
43492
43493     Ignore aoview_glade.h
43494
43495 commit 91b07410122d0eaaf292cdb31c200925d45eaf2c
43496 Author: Keith Packard <keithp@keithp.com>
43497 Date:   Sun May 17 23:36:21 2009 -0700
43498
43499     Transmit computed ground pressure and acceleration values
43500     
43501     These are the last two values relevant to figuring out the state of the
43502     flight computer, and as they are computed by averaging 10 seconds of 100Hz
43503     sample data, they're a lot more accurate than anything the receiver could do
43504     on its own.
43505     
43506     Signed-off-by: Keith Packard <keithp@keithp.com>
43507
43508 commit 71d1689759829f1bc8550f1a4d8c9f2dc90b2ab4
43509 Author: Keith Packard <keithp@keithp.com>
43510 Date:   Sun May 17 23:18:09 2009 -0700
43511
43512     Provide install target
43513
43514 commit f301b95e87c8ec1e3b58d595a05d486bede5e0c2
43515 Author: Keith Packard <keithp@keithp.com>
43516 Date:   Sun May 17 23:13:20 2009 -0700
43517
43518     Embed glade file in executable
43519     
43520     This eliminates install issues nicely.
43521     
43522     Signed-off-by: Keith Packard <keithp@keithp.com>
43523
43524 commit 26361686d6fc63dc22d22285f0543c5c2c756fb4
43525 Author: Keith Packard <keithp@keithp.com>
43526 Date:   Sun May 17 23:05:23 2009 -0700
43527
43528     Add About dialog to aoview.
43529     
43530     Signed-off-by: Keith Packard <keithp@keithp.com>
43531
43532 commit 0f3233c49f43cd4e372e613303919ce4d50255b2
43533 Author: Keith Packard <keithp@keithp.com>
43534 Date:   Sun May 17 22:44:19 2009 -0700
43535
43536     USB device names can contain '.' too
43537     
43538     Depending on the hierarchy of devices, names can contain '.', so allow those
43539     too.
43540     
43541     Signed-off-by: Keith Packard <keithp@keithp.com>
43542
43543 commit 33221277690e6ee30387c506c3f2b8237ed48efd
43544 Author: Keith Packard <keithp@keithp.com>
43545 Date:   Sun May 17 22:43:34 2009 -0700
43546
43547     scandir returns -1 on error
43548     
43549     In which case, the namelist is invalid, so don't look at it, and don't free
43550     it.
43551     
43552     Signed-off-by: Keith Packard <keithp@keithp.com>
43553
43554 commit 7cb9fb675f56bf30ab6bf0bcdc5cb679709ffe3e
43555 Author: Keith Packard <keithp@keithp.com>
43556 Date:   Sun May 17 22:29:54 2009 -0700
43557
43558     Send computed accel/vel/pres values over the radio
43559     
43560     These computed values reflect what the flight computer is actually refering
43561     to for state changes, and will be useful in debugging the flight software as
43562     well as provide a filtered view of the data.
43563     
43564     Signed-off-by: Keith Packard <keithp@keithp.com>
43565
43566 commit 2c780d67b8a22d75a2da4b2af21fd35f0c6f5236
43567 Author: Keith Packard <keithp@keithp.com>
43568 Date:   Sun May 17 22:29:06 2009 -0700
43569
43570     Handle disappearing serial devices
43571     
43572     Put up a dialog when the serial open fails, and shut down monitoring when
43573     the serial device disappears while running.
43574     
43575     Signed-off-by: Keith Packard <keithp@keithp.com>
43576
43577 commit 69616104813fc5ba89fb3128d04fb9328961c59c
43578 Author: Keith Packard <keithp@keithp.com>
43579 Date:   Sun May 17 22:24:53 2009 -0700
43580
43581     While on the pad, zero out velocity every second
43582     
43583     We integrate acceleration to get velocity, but that means sitting on the pad
43584     for a long time can add substantial error to the velocity value. Each
43585     second, take the velocity value from a full second ago and subtract that out
43586     of the current velocity. Once we detect boost, this will stop, which means
43587     that as long as we detect boost within a second, we won't have subtracted
43588     out any "real" velocity.
43589     
43590     This keeps the pad velocity hovering around zero, which is pretty useful.
43591     
43592     Signed-off-by: Keith Packard <keithp@keithp.com>
43593
43594 commit 1234694eb903b204488ddc7cb30bcfe34bf1e677
43595 Author: Keith Packard <keithp@keithp.com>
43596 Date:   Sun May 17 01:29:06 2009 -0700
43597
43598     Clear table, reset log on disconnect
43599
43600 commit 4316b6af86b37522038e642235c163fcaad52e96
43601 Author: Keith Packard <keithp@keithp.com>
43602 Date:   Sun May 17 01:28:16 2009 -0700
43603
43604     Add pad lat/lon, max accel, max height
43605     
43606     Signed-off-by: Keith Packard <keithp@keithp.com>
43607
43608 commit 4348281bd788a13ea700413537f12da3c00356e4
43609 Author: Keith Packard <keithp@keithp.com>
43610 Date:   Sun May 17 00:46:09 2009 -0700
43611
43612     Clean up GPS display
43613     
43614     Signed-off-by: Keith Packard <keithp@keithp.com>
43615
43616 commit ff68e38770351ddac3285ce275cd85adab01fd3d
43617 Author: Keith Packard <keithp@keithp.com>
43618 Date:   Sun May 17 00:45:38 2009 -0700
43619
43620     Make aoview window taller
43621     
43622     Signed-off-by: Keith Packard <keithp@keithp.com>
43623
43624 commit be3f4fed7b863c8cdaabe32b61b65a8b3cd11355
43625 Author: Keith Packard <keithp@keithp.com>
43626 Date:   Sun May 17 00:13:45 2009 -0700
43627
43628     Add lots more aoview UI bits
43629     
43630     Logs data to files, displays current state in window.
43631     
43632     Signed-off-by: Keith Packard <keithp@keithp.com>
43633
43634 commit 93d7ce8e054515ed7b166eb042ae7f47e564d21d
43635 Author: Keith Packard <keithp@keithp.com>
43636 Date:   Sat May 16 20:45:26 2009 -0700
43637
43638     When logging starts up, right the whole ring to the log.
43639     
43640     This preserves the data pre boost-detect for later analysis.
43641     
43642     Signed-off-by: Keith Packard <keithp@keithp.com>
43643
43644 commit fec4212a59a7b3321536b25707dcabc43c797c33
43645 Author: Keith Packard <keithp@keithp.com>
43646 Date:   Sat May 16 20:04:31 2009 -0700
43647
43648     Abandon use of accelerometer for apogee detect.
43649     
43650     Integrating the accelerometer data to compute velocity worked for one rocket
43651     flight, but additional testing shows that it doesn't work in other
43652     airframes. Until we figure out how this should work, we'll rely on the
43653     altimeter to detect apogee.
43654     
43655     Signed-off-by: Keith Packard <keithp@keithp.com>
43656
43657 commit 09771c644de54ae354e8f98af7ba74289b3c0fcc
43658 Author: Keith Packard <keithp@keithp.com>
43659 Date:   Sat May 16 02:25:04 2009 -0700
43660
43661     Add preliminary aoview code
43662     
43663     AoView connects with TeleDongle to present telemetry information in a
43664     reasonable form. Right now, it just displays information to stdout, but it
43665     does have fancy dialogs for finding the USB devices.
43666     
43667     Signed-off-by: Keith Packard <keithp@keithp.com>
43668
43669 commit 37250b00f6286aee4b3b28604f5d463db3079a89
43670 Author: Keith Packard <keithp@keithp.com>
43671 Date:   Wed May 13 20:41:54 2009 -0700
43672
43673     Discard usb output before connection. Handle USB reset.
43674     
43675     Discarding output before USB is plugged in allows threads that send output
43676     and do other things to work without a USB connection. Unfortuantely, there
43677     doesn't appear to be any way to detect when the USB link is disconnected,
43678     which means that once USB is enabled, future writes will continue to block.
43679     
43680     USB reset causes the USB interrupts to all be reconfigured back to power-on
43681     state.
43682     
43683     Signed-off-by: Keith Packard <keithp@keithp.com>
43684
43685 commit 9b974217958b1017e62d6c4f4568f547ccc30c58
43686 Author: Keith Packard <keithp@keithp.com>
43687 Date:   Wed May 13 20:40:42 2009 -0700
43688
43689     Enable radio monitor by default in teleterra, teledongle and tidongle
43690     
43691     These ground loads want to monitor the radio constantly, and not require use
43692     of the 'm' command before listening.
43693     
43694     Signed-off-by: Keith Packard <keithp@keithp.com>
43695
43696 commit 25fc03a333b2cfad0a93ebc385fbcf74b63c229e
43697 Author: Keith Packard <keithp@keithp.com>
43698 Date:   Wed May 13 20:39:28 2009 -0700
43699
43700     Remove monitor/rssi functions from telemetrum load
43701     
43702     Telemetrum is now a flight-only load, use teleterra or teledongle for ground
43703     boards.
43704     
43705     Signed-off-by: Keith Packard <keithp@keithp.com>
43706
43707 commit 05493b98eb1ae4d30cb0b600849d70b03fa33594
43708 Author: Keith Packard <keithp@keithp.com>
43709 Date:   Wed May 13 20:38:11 2009 -0700
43710
43711     Split out ao_state_names to separate file
43712     
43713     Allows state names to be used in programs without monitoring enabled.
43714     
43715     Signed-off-by: Keith Packard <keithp@keithp.com>
43716
43717 commit d085d43701e3cdd2119e947a9ae45baa78c80318
43718 Author: Keith Packard <keithp@keithp.com>
43719 Date:   Wed May 13 14:29:30 2009 -0700
43720
43721     Indicate RSSI with a blinking LED
43722     
43723     Blink the red LED at a rate proportional to the RSSI value.
43724     
43725     Signed-off-by: Keith Packard <keithp@keithp.com>
43726
43727 commit 055331d5f7d5adc40c348c3efd331a562dcda82a
43728 Author: Keith Packard <keithp@keithp.com>
43729 Date:   Wed May 13 11:19:13 2009 -0700
43730
43731     Make ao_flight_test show AGL altitude and positive acceleration under boost
43732     
43733     This makes the output more readable
43734     
43735     Signed-off-by: Keith Packard <keithp@keithp.com>
43736
43737 commit d91208fbf5fc7797b93087ef8619454c4bed0130
43738 Author: Keith Packard <keithp@keithp.com>
43739 Date:   Wed May 13 11:18:24 2009 -0700
43740
43741     Make ao_flight_test able to read raw logging data
43742     
43743     Protect ao_flight_test reading functions so that a simple
43744     'script' output can be fed to the program and have it work correctly.
43745     
43746     Signed-off-by: Keith Packard <keithp@keithp.com>
43747
43748 commit d3dbd8949e1102220ad5fd0863f493c819b96e46
43749 Author: Keith Packard <keithp@keithp.com>
43750 Date:   Wed May 13 11:16:53 2009 -0700
43751
43752     Print only RSSI when packet CRC is invalid
43753     
43754     Packets with invalid CRC usually contain bogus data, so don't print that,
43755     just print out the RSSI which may contain useful data.
43756     
43757     Signed-off-by: Keith Packard <keithp@keithp.com>
43758
43759 commit 8168820b667cc1deffab64dd81cb4e6e2e6eabe4
43760 Author: Keith Packard <keithp@keithp.com>
43761 Date:   Wed May 13 11:00:43 2009 -0700
43762
43763     Accelerometer-based velocity values are invalid after apogee
43764     
43765     Because the orientation of the flight computer relative to the ground is
43766     unknown after apogee, the accelerometer data cannot be integrated to compute
43767     velocity. Main deploy is now based purely on barometric altitude and landing
43768     detection no longer checks for a low velocity value.
43769     
43770     Signed-off-by: Keith Packard <keithp@keithp.com>
43771
43772 commit 24fdda44ff8604e40510b196ead17564d8f8cd3d
43773 Author: Keith Packard <keithp@keithp.com>
43774 Date:   Wed May 13 10:59:04 2009 -0700
43775
43776     Add velocity check for boost detect via accelerometer
43777     
43778     Bumping the rocket can cause a brief period of high acceleration, which may
43779     cause a mistaken boost detection. Require both a high acceleration and
43780     reasonable velocity to trigger boost phase.
43781     
43782     Signed-off-by: Keith Packard <keithp@keithp.com>
43783
43784 commit 7a1aa3fdbc0d1fae5e7ee027bf8904598c6ebe41
43785 Author: Keith Packard <keithp@keithp.com>
43786 Date:   Wed May 13 10:58:30 2009 -0700
43787
43788     Typo in callsign
43789
43790 commit 497c89a7d08920630894b2605c3b6a0bdc4c229b
43791 Author: Keith Packard <keithp@keithp.com>
43792 Date:   Sun May 10 23:11:06 2009 -0700
43793
43794     Use recorded accelerometer baseline data in ao_flight_test
43795     
43796     With the flight computer recording a long-term average value for the
43797     accelerometer in the flight record, use that to prime the flight test code
43798     when running a log file through the simulator.
43799     
43800     Signed-off-by: Keith Packard <keithp@keithp.com>
43801
43802 commit ba3c53636e485450f48093d0a88a6629775f7c3a
43803 Author: Keith Packard <keithp@keithp.com>
43804 Date:   Sun May 10 23:01:16 2009 -0700
43805
43806     Don't re-initialize the landing range data at each apogee detect sample
43807     
43808     The landing range values are used only after apogee detect, so we need only
43809     initialize them on the transition from apogee to drogue.
43810     
43811     Signed-off-by: Keith Packard <keithp@keithp.com>
43812
43813 commit b623b1098bc7a10d471730259438fb82804221d0
43814 Author: Keith Packard <keithp@keithp.com>
43815 Date:   Sun May 10 23:00:06 2009 -0700
43816
43817     Initialize ao_min_vel with |ao_flight_vel|
43818     
43819     As ao_min_vel is stored as an absolute value, it's important to preserve
43820     that invariant, even though we don't expect ao_flight_vel to be negative at
43821     coast.
43822     
43823     Signed-off-by: Keith Packard <keithp@keithp.com>
43824
43825 commit e9584e846b9bd7926d61451d32ba5d7a30416f7b
43826 Author: Keith Packard <keithp@keithp.com>
43827 Date:   Sun May 10 22:58:31 2009 -0700
43828
43829     Decrease telemetry rate on the pad to 1/sec instead of 20/sec
43830     
43831     Transmitting telemetry through the radio consumes a significant amount of
43832     battery; reducing the rate to 1/sec will reduce power usage while waiting
43833     for launch.
43834     
43835     Signed-off-by: Keith Packard <keithp@keithp.com>
43836
43837 commit 97cecb517cd7bf75e1219c76a93bfe6964c07052
43838 Author: Keith Packard <keithp@keithp.com>
43839 Date:   Sun May 10 22:57:19 2009 -0700
43840
43841     Increase the initial accel/baro average to 1000 samples
43842     
43843     To get an accurate baseline of the launchpad state, take a longer average of
43844     the two sensors as the unit boots up.
43845     
43846     Signed-off-by: Keith Packard <keithp@keithp.com>
43847
43848 commit 98806b1ff3f41484663d61ff430e9e2764c7b5e6
43849 Author: Keith Packard <keithp@keithp.com>
43850 Date:   Sun May 10 22:54:14 2009 -0700
43851
43852     Record average accelerometer value in flight start log record
43853     
43854     The average accelerometer value cannot be extracted from the log as the
43855     record starts after that is computed. As that drives much of the
43856     accelerometer-based state transition logic, it is an important value to
43857     have, so we log it as part of the flight start record now.
43858     
43859     Signed-off-by: Keith Packard <keithp@keithp.com>
43860
43861 commit a12edbfe21fe27a9efbf87bacda9ab4806256e2b
43862 Author: Keith Packard <keithp@keithp.com>
43863 Date:   Sat May 9 10:24:10 2009 -0700
43864
43865     Add version command to show product information
43866
43867 commit e80b87f5e3ccf152d67a2e87bdefda161c455599
43868 Author: Keith Packard <keithp@keithp.com>
43869 Date:   Sat May 9 10:23:49 2009 -0700
43870
43871     Pad callsign with nuls
43872
43873 commit beae3360828da21eb1a3c4f88e930f242d4e36b7
43874 Author: Keith Packard <keithp@keithp.com>
43875 Date:   Fri May 1 08:14:57 2009 -0700
43876
43877     USB spec limits bulk endpoints to 64 byte payload max.
43878     
43879     For full-speed devices, bulk endpoints may use 8, 16, 32 or 64 bytes, but no
43880     more.
43881
43882 commit de7814c738488c2c16c6216c93fa78128895e5d5
43883 Author: Keith Packard <keithp@keithp.com>
43884 Date:   Wed Apr 29 17:46:56 2009 -0700
43885
43886     Use 'char' instead of 'uint8_t' for character data
43887     
43888     String and character constants are of char type, so using uint8_t causes
43889     promotion to 16-bit types when comparing the two.
43890
43891 commit 4ae74fffb939d67424efa3e7f433637f1f920ebc
43892 Author: Keith Packard <keithp@keithp.com>
43893 Date:   Wed Apr 29 17:46:36 2009 -0700
43894
43895     Eliminate incorrect cast in printf string argument
43896     
43897     char * is a pointer to a string in the default address space, not a generic pointer
43898     to a string. As such, the compiler (at least 2.9.0) mis-compiles this if the
43899     cast is included.
43900
43901 commit 39f2a3c6bd501d12a92bfd38434ce67bb5beb70d
43902 Author: Keith Packard <keithp@keithp.com>
43903 Date:   Wed Apr 29 17:44:41 2009 -0700
43904
43905     Correct radio frequency shown in config display.
43906     
43907     Radio frequency base is 434.550, not 435.550
43908
43909 commit 75ca1751b7cac2f8074d0713ee96d6ab45b54f19
43910 Author: Keith Packard <keithp@keithp.com>
43911 Date:   Wed Apr 29 17:42:26 2009 -0700
43912
43913     Reset landing interval tests at apogee
43914     
43915     This moves all of the interval management into the landing test code and
43916     out of the main loop. The interval is reset at apogee to make sure the
43917     sensors produce a stable reading for at least 20 seconds
43918
43919 commit 7a1b77c2d7253a681389f32b70e2460aac188807
43920 Author: Bdale Garbee <bdale@gag.com>
43921 Date:   Sun Apr 26 17:53:13 2009 -0600
43922
43923     clean up host programs, too
43924
43925 commit 5df80c346d65a9d56a8699b056dc44924acb31fe
43926 Author: Keith Packard <keithp@keithp.com>
43927 Date:   Sun Apr 26 16:04:07 2009 -0700
43928
43929     Was missing v_batt in adc dump command
43930
43931 commit c3fec2c4c65db71e88ef0c05c69463438a7cfc6c
43932 Author: Keith Packard <keithp@keithp.com>
43933 Date:   Sun Apr 26 15:38:28 2009 -0700
43934
43935     Add manual ignition and igniter test commands
43936
43937 commit 819f1de8dd6010fae050bcef930943c7923929f9
43938 Author: Keith Packard <keithp@keithp.com>
43939 Date:   Sun Apr 26 15:38:03 2009 -0700
43940
43941     Clean up commands a bit
43942
43943 commit 178abb5c8439509926a5507911d7148b84f051b8
43944 Author: Keith Packard <keithp@keithp.com>
43945 Date:   Sun Apr 26 15:08:58 2009 -0700
43946
43947     Clear more files on make clean
43948
43949 commit 70a69f3acdca27b80cdb2069de59bbc6dba83dbd
43950 Author: Keith Packard <keithp@keithp.com>
43951 Date:   Sun Apr 26 15:05:29 2009 -0700
43952
43953     Label binaries with product and serial info
43954
43955 commit 5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe
43956 Author: Keith Packard <keithp@keithp.com>
43957 Date:   Sun Apr 26 01:37:02 2009 -0700
43958
43959     Make sure full log is written and flushed on landing.
43960     
43961     The final state change to landing is recorded in the logging thread, so have
43962     that turn off logging once it has recorded that state. Then make it go to
43963     sleep.
43964
43965 commit 2e737ad00cad5d893b252d8aa9dbff3d9b800731
43966 Author: Keith Packard <keithp@keithp.com>
43967 Date:   Sun Apr 26 01:36:53 2009 -0700
43968
43969     Clean up monitor output a bit
43970
43971 commit 38a0b61b0a0b3c00f064c8d562950a17a6ddff4a
43972 Author: Keith Packard <keithp@keithp.com>
43973 Date:   Sun Apr 26 00:11:32 2009 -0700
43974
43975     Add configuration support
43976     
43977     Current config variables:
43978     Main deploy altitude above launch (in meters)
43979     Acceleration zero g calibration (manual or automatic)
43980     Radio channel (freq = 435.550MHz + channel * 100kHz)
43981     Callsign (max 8 characters)
43982     
43983     Supporting this involved shuffling code around so that the
43984     non-telemetrum builds could include only the stuff they needed.
43985
43986 commit c65f1a1acd2ca00758833cec5d3f8056d303d3e2
43987 Author: Keith Packard <keithp@keithp.com>
43988 Date:   Sat Apr 25 14:44:33 2009 -0700
43989
43990     Allow for slower ADC operation. Add power saving code.
43991     
43992     This tries to make the flight computer use less power by disabling USB in
43993     flight mode, lowering the telemetry rate after ascent. It also disables the
43994     RDF beacon during ascent and re-enables it once descent has started.
43995
43996 commit 8e7b48b5f090be81980ab00fbce814ae1cc253e4
43997 Author: Keith Packard <keithp@keithp.com>
43998 Date:   Sat Apr 25 14:44:04 2009 -0700
43999
44000     Allow ADC to be disabled
44001
44002 commit 7bc3d9962872850e7b420221cf689db16b4305cc
44003 Author: Keith Packard <keithp@keithp.com>
44004 Date:   Sat Apr 25 14:43:23 2009 -0700
44005
44006     Place CPU in P0 state while idle
44007
44008 commit e45fce7f82d704d677f84c69b0e07588d109d780
44009 Author: Keith Packard <keithp@keithp.com>
44010 Date:   Sat Apr 25 14:42:20 2009 -0700
44011
44012     Add RDF beacon and callsign to telemetry
44013
44014 commit 61510f98404bca6861b2da98f6cd9ba9deb76968
44015 Author: Keith Packard <keithp@keithp.com>
44016 Date:   Sat Apr 25 14:40:51 2009 -0700
44017
44018     Add radio code to emit a 1kHz tone
44019
44020 commit 0f07803d84b5ac89500ee33a6818c50583e3ff7f
44021 Author: Keith Packard <keithp@keithp.com>
44022 Date:   Sat Apr 25 13:18:37 2009 -0700
44023
44024     Allow the USB system to be disabled/enabled at run-time
44025
44026 commit 45976af820fc41099928df71ea8304c56eb9fc7c
44027 Author: Keith Packard <keithp@keithp.com>
44028 Date:   Sat Apr 25 13:16:27 2009 -0700
44029
44030     Make LED usage depend on target device
44031
44032 commit 4a050704ad2c497e9f1b0988334228b0bbc4c170
44033 Author: Keith Packard <keithp@keithp.com>
44034 Date:   Sat Apr 25 13:13:24 2009 -0700
44035
44036     Make some functions reentrant to save DSEG space
44037
44038 commit 6b3d25a6d6d7847765eb03b836913dd5ecef2993
44039 Author: Keith Packard <keithp@keithp.com>
44040 Date:   Fri Apr 24 19:17:37 2009 -0700
44041
44042     Add monitor task to flight software
44043     
44044     Allows the use of telemetrum in teledongle mode.
44045
44046 commit ad0d2d88a91cbd02c56ea5ff6dab23e16aec6510
44047 Author: Keith Packard <keithp@keithp.com>
44048 Date:   Fri Apr 24 19:17:19 2009 -0700
44049
44050     Report difference from ground to max altitude at landing
44051
44052 commit f94ab879ff6f97708827c74facd11003a2d8b590
44053 Author: Keith Packard <keithp@keithp.com>
44054 Date:   Fri Apr 24 19:16:29 2009 -0700
44055
44056     Display data with units while running simulation
44057
44058 commit 6fb26340b150e831a8a9e25e3b68074c29e48dbe
44059 Author: Keith Packard <keithp@keithp.com>
44060 Date:   Fri Apr 24 19:13:31 2009 -0700
44061
44062     Enabling apogee detect via speed: < 200m/s && < max_speed - 50m/s
44063     
44064     This change ensures that we actually got going fairly fast, and then slowed
44065     down a bunch before enabling apogee detect. Otherwise, we'll detect apogee
44066     right off the pad as we're not going very fast at that point...
44067     
44068     This also adds the 'f' command to show the current flight status on the USB
44069     port.
44070
44071 commit 20b9f304ecbddd73a0ee2461b4c5e80f08157f98
44072 Author: Keith Packard <keithp@keithp.com>
44073 Date:   Fri Apr 24 19:12:28 2009 -0700
44074
44075     configure igniter ports, set values to measured ones
44076
44077 commit 6bf1d91ce0b723abe2bcec89668c13135ec044cf
44078 Author: Keith Packard <keithp@keithp.com>
44079 Date:   Fri Apr 24 19:11:40 2009 -0700
44080
44081     Move ao_led_init to end of file to be consistent with other files
44082
44083 commit b4de7d550ec9a09ccf5f6a72debc6646706e3516
44084 Author: Keith Packard <keithp@keithp.com>
44085 Date:   Fri Apr 24 19:10:20 2009 -0700
44086
44087     Define ao_state_names in ao.h so other people can share
44088
44089 commit 8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad
44090 Author: Keith Packard <keithp@keithp.com>
44091 Date:   Fri Apr 24 19:09:31 2009 -0700
44092
44093     Bump NUM_CMDS to 10
44094
44095 commit 2f781beb73ef24ab5fbe2688a83d07ad26c15972
44096 Author: Keith Packard <keithp@keithp.com>
44097 Date:   Fri Apr 24 19:09:09 2009 -0700
44098
44099     Move beep_init to end of file to be consistent with other files
44100
44101 commit b99315cee4ab796376458a2442cf36806fa4aed3
44102 Author: Keith Packard <keithp@keithp.com>
44103 Date:   Fri Apr 24 10:19:31 2009 -0700
44104
44105     Update flight algorithm based on data collected from SN-1 Flight 1
44106     
44107     This now correctly sequences through the flight data collected from the
44108     first TeleMetrum test flight.
44109     
44110     This also completes up the flight algorithm test harness (ao_flight_test),
44111     which runs the flight algorithm on the Linux host from a captured data log.
44112
44113 commit b32f2f0090ff967edac07ae4d7a9895ed0b96d31
44114 Author: Keith Packard <keithp@keithp.com>
44115 Date:   Thu Apr 23 22:17:44 2009 -0700
44116
44117     Add igniters and update flight control algorithm
44118
44119 commit f155333ae18a25068644792e8940269d9fb28033
44120 Author: Keith Packard <keithp@keithp.com>
44121 Date:   Fri Apr 24 00:15:09 2009 -0700
44122
44123     Avoid ram from 0xfda2 through feff, its funky
44124
44125 commit f9c1c545c9dc11c3190a6cf7504883131fffce2f
44126 Author: Keith Packard <keithp@keithp.com>
44127 Date:   Thu Apr 23 22:18:33 2009 -0700
44128
44129     remove ao_flight_test until its ready
44130
44131 commit 86e73c009f78dc4664883353124fc891fbb01dce
44132 Author: Keith Packard <keithp@keithp.com>
44133 Date:   Thu Apr 23 20:50:07 2009 -0700
44134
44135     Add teledongle module
44136
44137 commit 204daac71ad56926730f5d6860bd70c645302e19
44138 Author: Keith Packard <keithp@keithp.com>
44139 Date:   Thu Apr 23 14:26:01 2009 -0700
44140
44141     Set telemetry rate to 100ms
44142
44143 commit 306b28f632e21b42ab165e7944283cf9764b590e
44144 Author: Keith Packard <keithp@keithp.com>
44145 Date:   Thu Apr 23 14:23:26 2009 -0700
44146
44147     Wrong license on ao_monitor.c
44148
44149 commit dca3a6de26d26c0020f3fb2cf5d8ac1552c195b1
44150 Author: Keith Packard <keithp@keithp.com>
44151 Date:   Thu Apr 23 14:23:00 2009 -0700
44152
44153     Crank up radio to 10dBm
44154
44155 commit fbe3096f7e9a8112dbc79f376eccdaa6872ae520
44156 Author: Keith Packard <keithp@keithp.com>
44157 Date:   Wed Apr 22 16:03:28 2009 -0700
44158
44159     Add COPYING file
44160
44161 commit 9b7788f18bbaf3c4e5ebbf6c5ebd926468b0e045
44162 Author: Keith Packard <keithp@keithp.com>
44163 Date:   Wed Apr 22 15:55:01 2009 -0700
44164
44165     Clean up TeleTerra files
44166
44167 commit 61cee50c86e275f9fde875bd317c3e74255394ec
44168 Author: Keith Packard <keithp@keithp.com>
44169 Date:   Wed Apr 22 15:53:55 2009 -0700
44170
44171     simplify ao_time function
44172
44173 commit 3703ecdc9e190f2e0b7ead0e71b78be881c1f3b7
44174 Author: Keith Packard <keithp@keithp.com>
44175 Date:   Wed Apr 22 15:53:46 2009 -0700
44176
44177     One line radio status
44178
44179 commit 1fbb3c17672a03ea6318fee07f9c2dcd7a8d0b16
44180 Author: Keith Packard <keithp@keithp.com>
44181 Date:   Wed Apr 22 15:49:16 2009 -0700
44182
44183     Add new binaries to .gitignore
44184
44185 commit 00d5610caff61559eb24c24beaa56629d6bb03be
44186 Author: Keith Packard <keithp@keithp.com>
44187 Date:   Wed Apr 22 15:49:00 2009 -0700
44188
44189     Speed up dbg port bit frobbing
44190
44191 commit c7555eb16876aa8ff9fe7f648d325a1b8fb54d23
44192 Author: Keith Packard <keithp@keithp.com>
44193 Date:   Wed Apr 22 15:48:28 2009 -0700
44194
44195     Use sdcc from path
44196
44197 commit ada6dea04b94be016598566c4c13e6105aaec353
44198 Author: Keith Packard <keithp@keithp.com>
44199 Date:   Wed Apr 22 15:48:14 2009 -0700
44200
44201     Clean up task list formatting
44202
44203 commit 0a1b2297ee9f5bbb918bd72f26088a3e0b84839a
44204 Author: Keith Packard <keithp@keithp.com>
44205 Date:   Wed Apr 22 15:47:57 2009 -0700
44206
44207     Control radio monitoring with the M command
44208
44209 commit 837c620f07b63efc171be3ac14c78bc99adf7592
44210 Author: Keith Packard <keithp@keithp.com>
44211 Date:   Wed Apr 22 14:25:43 2009 -0700
44212
44213     Shrink USB output buffers, work around USB packet errors
44214
44215 commit d87e9c25947d7cc2eba8894a524977f2c55a089a
44216 Author: Keith Packard <keithp@keithp.com>
44217 Date:   Tue Apr 21 02:07:24 2009 -0700
44218
44219     Clean up telemetry now that all packets are the same
44220
44221 commit 1b333def5052d2ed47fdeaef23a897fe326f6340
44222 Author: Keith Packard <keithp@keithp.com>
44223 Date:   Tue Apr 21 02:07:08 2009 -0700
44224
44225     Add longer debug delays to reset/debug_mode entry
44226
44227 commit d1887ded41a5bfec8e10e9fd736fa9444b9b6222
44228 Author: Keith Packard <keithp@keithp.com>
44229 Date:   Tue Apr 21 01:17:03 2009 -0700
44230
44231     Fix up fancy dbg stuff. Add teleterra initial bits.
44232     
44233     The dbg stuff needed a bit of help to actually walk the tables; it appears
44234     that complex expressions confuse sdcc.
44235     
44236     This also adds primitive teleterra bits, but no UI, etc.
44237     
44238     Signed-off-by: Keith Packard <keithp@keithp.com>
44239
44240 commit 43c8f7012102cdb591ace899420c10e4a78385ad
44241 Author: Keith Packard <keithp@keithp.com>
44242 Date:   Mon Apr 20 23:33:41 2009 -0700
44243
44244     Add radio support. Build separate executables for TeleMetrum and the TI dongle
44245     
44246     Ok, way too big a patch, but things were in rough shape.
44247     This patch adds support for the radio, both transmit and receive.
44248     Then, because I could no longer run the TeleMetrum code on the TI
44249     dongle, I ended up building a separate image for the TI board, which
44250     involved creating a mechanism for having multiple command sets and splitting
44251     code for different functions into different files.
44252
44253 commit 5be13b76a2e29b84cd6d1eec065e3354b0dafce5
44254 Author: Keith Packard <keithp@keithp.com>
44255 Date:   Sat Apr 18 23:19:24 2009 -0700
44256
44257     Start using pdata area for less-frequently used data
44258
44259 commit 3e18b5a0d4c7d84df98b6ed0b7783de1d42d45bf
44260 Author: Keith Packard <keithp@keithp.com>
44261 Date:   Sat Apr 18 23:19:05 2009 -0700
44262
44263     Slow down panic presentation
44264
44265 commit c4e983daa4579896b227fdcb2be43fad75e94307
44266 Author: Keith Packard <keithp@keithp.com>
44267 Date:   Sat Apr 18 23:17:45 2009 -0700
44268
44269     Parse GPS data locally. Add 'g' command to display recent GPS results.
44270     
44271     This parses the GPS GGA message and stores it in a global variable,
44272     protected by a mutex.
44273
44274 commit ed6f67dc47d750d5ff8bea63ae7cbb560689b9b6
44275 Author: Keith Packard <keithp@keithp.com>
44276 Date:   Sat Apr 18 23:16:01 2009 -0700
44277
44278     Add task names and 'T' command to show task status.
44279     
44280     The T command shows the current wchan and PC for each task in the system.
44281
44282 commit 3d5a5fc4db5f681e848202c4ee4099d2879677d6
44283 Author: Keith Packard <keithp@keithp.com>
44284 Date:   Sat Apr 18 19:32:18 2009 -0700
44285
44286     Fix GPL version at 2
44287     
44288     Signed-off-by: Keith Packard <keithp@keithp.com>
44289
44290 commit 022f83ca6fd589005d8eb3e25e633950fef69fa7
44291 Author: Keith Packard <keithp@keithp.com>
44292 Date:   Fri Apr 17 23:38:14 2009 -0700
44293
44294     Add gps, debug dongle support and pressure alt tables
44295     
44296     GPS also pulled in serial support. The altitude tables take raw 11-bit
44297     pressure sample numbers and convert them to standard pressure altitude
44298     values.
44299     
44300     Signed-off-by: Keith Packard <keithp@keithp.com>
44301
44302 commit 31fce622b1bab7e3f421069d7f6d4d9bdcd825de
44303 Author: Keith Packard <keithp@keithp.com>
44304 Date:   Fri Apr 17 10:32:45 2009 -0700
44305
44306     Enable FEC in radio packets
44307
44308 commit 293a357911090a2f37bdd6f7ea96942079ffdf2e
44309 Author: Keith Packard <keithp@keithp.com>
44310 Date:   Fri Apr 17 10:29:42 2009 -0700
44311
44312     Add CRC to radio packets
44313
44314 commit 20834caf01ddf481e8362b0d2627ef383a82e09d
44315 Author: Keith Packard <keithp@keithp.com>
44316 Date:   Fri Apr 17 10:23:10 2009 -0700
44317
44318     Add data whitening
44319
44320 commit 94e5343a72121a81ab19bf5025e6b6fc9847eb4f
44321 Author: Keith Packard <keithp@keithp.com>
44322 Date:   Fri Apr 17 10:19:25 2009 -0700
44323
44324     Add packet status byte defines
44325
44326 commit 04bc51c170c6f22bb5cc16867ce9a307818a7a00
44327 Author: Keith Packard <keithp@keithp.com>
44328 Date:   Fri Apr 17 10:11:31 2009 -0700
44329
44330     Add separate xmit/recv programs to radio demo
44331
44332 commit fafe55c3405964e0defdf25b6c00236f9aaefbc5
44333 Author: Keith Packard <keithp@keithp.com>
44334 Date:   Fri Apr 17 10:11:11 2009 -0700
44335
44336     Get env var for debug method selection
44337
44338 commit 26095fc0511ee0d5213f038986032f7c59964cf0
44339 Author: Keith Packard <keithp@keithp.com>
44340 Date:   Fri Apr 17 10:10:47 2009 -0700
44341
44342     Run-time selection between cp2103 and cc1111
44343
44344 commit 543bedde83cbce5145668e72965e02d892187b59
44345 Author: Keith Packard <keithp@keithp.com>
44346 Date:   Thu Apr 16 20:38:14 2009 -0700
44347
44348     Send data
44349
44350 commit 5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0
44351 Author: Keith Packard <keithp@keithp.com>
44352 Date:   Wed Apr 15 14:25:26 2009 -0700
44353
44354     Move a bunch of variables from __data to __xdata
44355
44356 commit 4d1091d9bd121f05f5fe0a9c9d2bc0da8c562b9a
44357 Author: Keith Packard <keithp@keithp.com>
44358 Date:   Tue Apr 14 21:25:15 2009 -0700
44359
44360     Slow down panic code, disable interrupts
44361
44362 commit 545478dd02eaeff6a65d318e722b1e4fce5e01b4
44363 Author: Keith Packard <keithp@keithp.com>
44364 Date:   Tue Apr 14 21:24:25 2009 -0700
44365
44366     Keep reporting flight state while it changes
44367
44368 commit 9605045164882b4ca3d1317ac860b02513a51f30
44369 Author: Keith Packard <keithp@keithp.com>
44370 Date:   Tue Apr 14 21:23:55 2009 -0700
44371
44372     use red LED to indicate system startup
44373
44374 commit dc844ee7e49a3b6145b3165252a592ed070d600f
44375 Author: Keith Packard <keithp@keithp.com>
44376 Date:   Tue Apr 14 21:23:13 2009 -0700
44377
44378     Use ao_ee_flush_internal while holding mutex
44379
44380 commit 5e45d1c89b00e74d5b2730345843f43aab516af2
44381 Author: Keith Packard <keithp@keithp.com>
44382 Date:   Tue Apr 14 21:22:56 2009 -0700
44383
44384     Leave beeping and lights to the flight code
44385
44386 commit 902c342289c1d13a4d55b9224acb6d67578b7a60
44387 Author: Keith Packard <keithp@keithp.com>
44388 Date:   Tue Apr 14 21:22:31 2009 -0700
44389
44390     Make mutex functions reentrant
44391
44392 commit acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47
44393 Author: Keith Packard <keithp@keithp.com>
44394 Date:   Tue Apr 14 19:08:01 2009 -0700
44395
44396     Add in existing flight pieces: flight/report/log
44397     
44398     These pieces come from the old telemetrum firmware.
44399     
44400     Signed-off-by: Keith Packard <keithp@keithp.com>
44401
44402 commit ac99982b10fd5772218660137ee21db9b90cd885
44403 Author: Keith Packard <keithp@keithp.com>
44404 Date:   Tue Apr 14 14:21:56 2009 -0700
44405
44406     Add eeprom driver and command loop
44407     
44408     This involved adding dma control and a mutex implementation.
44409     
44410     Signed-off-by: Keith Packard <keithp@keithp.com>
44411
44412 commit fbd8f4aff5058f4d371596b04715b7cb6d38e729
44413 Author: Keith Packard <keithp@keithp.com>
44414 Date:   Tue Apr 14 11:04:09 2009 -0700
44415
44416     Switch from --model-large to --model-small
44417     
44418     This shrinks the application quite a bit, and should make it faster as well.
44419     
44420     Signed-off-by: Keith Packard <keithp@keithp.com>
44421
44422 commit fb63262699d3a6fbf347d24efda8b01f75b7d0d3
44423 Author: Keith Packard <keithp@keithp.com>
44424 Date:   Tue Apr 14 10:02:19 2009 -0700
44425
44426     Add comments, clean up white space, etc.
44427     
44428     Various clean ups now that the basic code appears to work.
44429     
44430     Signed-off-by: Keith Packard <keithp@keithp.com>
44431
44432 commit 7e4abf3a40c39d0ce4f466281bef9a464df85dd4
44433 Author: Keith Packard <keithp@keithp.com>
44434 Date:   Mon Apr 13 21:58:07 2009 -0700
44435
44436     Switch USB to double-buffered
44437
44438 commit b56a44e48552bc32dbba9ff21770c370219a684a
44439 Author: Keith Packard <keithp@keithp.com>
44440 Date:   Mon Apr 13 21:51:59 2009 -0700
44441
44442     Fix USB input/output by reloading packet limits.
44443     
44444     The USB controller is reset during the connection process, which clears the
44445     packet limits set in the controller at initialization time. Reload those
44446     values when the configuration is set.
44447     
44448     Signed-off-by: Keith Packard <keithp@keithp.com>
44449
44450 commit cdaf3fc5802acf2ddc7972a15649ab0e1b31b873
44451 Author: Keith Packard <keithp@keithp.com>
44452 Date:   Mon Apr 13 20:39:46 2009 -0700
44453
44454     USB working up through reading strings
44455
44456 commit c5c1e3fb1c253d387be02c127253ac2a55d577b4
44457 Author: Keith Packard <keithp@keithp.com>
44458 Date:   Mon Apr 13 13:51:08 2009 -0700
44459
44460     Add USB support.
44461     
44462     This offers a single CDC ACM device over USB.
44463     
44464     Signed-off-by: Keith Packard <keithp@keithp.com>
44465
44466 commit f3f25a1cec7d2a034aa544569cfd23bea1a996c5
44467 Author: Keith Packard <keithp@keithp.com>
44468 Date:   Sun Apr 12 23:53:55 2009 -0700
44469
44470     Add beep/led support.
44471     
44472     Support our P2_0 connected buzzer, and formalize LED output support.
44473     
44474     Signed-off-by: Keith Packard <keithp@keithp.com>
44475
44476 commit e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54
44477 Author: Keith Packard <keithp@keithp.com>
44478 Date:   Sun Apr 12 23:17:16 2009 -0700
44479
44480     Add A/D sampler
44481     
44482     Sample A/D at the timer tick, placing data in a ring
44483     of samples.
44484     
44485     Signed-off-by: Keith Packard <keithp@keithp.com>
44486
44487 commit 823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2
44488 Author: Keith Packard <keithp@keithp.com>
44489 Date:   Sun Apr 12 22:52:47 2009 -0700
44490
44491     Add 100Hz timer
44492     
44493     Use Timer 1 to generate a 100Hz timer interrupt
44494
44495 commit 650a77e209dbb54c8d8fd9824cee430985564973
44496 Author: Keith Packard <keithp@keithp.com>
44497 Date:   Sun Apr 12 21:58:49 2009 -0700
44498
44499     Update README
44500
44501 commit 870e98334018a66de8a6e4a659d2dc5dee1cbecf
44502 Author: Keith Packard <keithp@keithp.com>
44503 Date:   Sun Apr 12 21:52:56 2009 -0700
44504
44505     GPL Version 2 only
44506
44507 commit 11c526bdcbf4012e18fbfdc29ca8832870ca38f0
44508 Author: Keith Packard <keithp@keithp.com>
44509 Date:   Sun Apr 12 21:47:32 2009 -0700
44510
44511     Add load command to s51
44512
44513 commit 55402ba3e87fd699c51079843309f1f0d1534724
44514 Author: Keith Packard <keithp@keithp.com>
44515 Date:   Sun Apr 12 21:33:55 2009 -0700
44516
44517     Make test more complicated
44518
44519 commit 3d3f849c9af9028f667cef4afedc0798d39a9efc
44520 Author: Keith Packard <keithp@keithp.com>
44521 Date:   Sun Apr 12 21:33:46 2009 -0700
44522
44523     SP points at last pushed byte
44524
44525 commit f72c4cbc8fd9412dd1cce0fc446e7bbd2edc2d34
44526 Author: Keith Packard <keithp@keithp.com>
44527 Date:   Sun Apr 12 20:27:03 2009 -0700
44528
44529     Add .gitignore
44530
44531 commit 1903a86bf2cc6b685ccc475e62eabe49a4ec5b43
44532 Author: Keith Packard <keithp@keithp.com>
44533 Date:   Sun Apr 12 20:25:39 2009 -0700
44534
44535     Initial AltOS import
44536
44537 commit 5221dc63cf3a059a32aca2bfa7828c215be814a1
44538 Author: Keith Packard <keithp@keithp.com>
44539 Date:   Sun Apr 12 12:38:58 2009 -0700
44540
44541     Add ccdump
44542
44543 commit ee110425fb814780476d1d3d8a257af126f41763
44544 Author: Keith Packard <keithp@keithp.com>
44545 Date:   Mon Apr 6 17:09:23 2009 -0700
44546
44547     Bump buffer pointer as data is written to cc-usb
44548
44549 commit 2d9b8a83a2d9f495199033e43f519d26f27938fe
44550 Author: Keith Packard <keithp@keithp.com>
44551 Date:   Mon Apr 6 11:31:49 2009 -0700
44552
44553     Add support for a serial-connected custom debug dongle
44554     
44555     This uses the cc1111 board as a custom debug dongle with faster
44556     methods for communicating with the debug target.
44557
44558 commit 24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d
44559 Author: Keith Packard <keithp@keithp.com>
44560 Date:   Wed Apr 1 17:50:47 2009 -0700
44561
44562     Reset cc1111 on s51 exit
44563
44564 commit 5fcfe854d29e1862d9a6adcbef3ef5119eb52fa3
44565 Author: Keith Packard <keithp@keithp.com>
44566 Date:   Wed Apr 1 00:06:45 2009 -0700
44567
44568     Add timer-based beep test
44569
44570 commit 91607bebdd167ac632aca4b66e22cb0cabdf0d20
44571 Author: Keith Packard <keithp@keithp.com>
44572 Date:   Thu Mar 26 22:41:47 2009 -0700
44573
44574     Add readline support to s51
44575
44576 commit 66ee94ed10e3d79b24f45a5c63e58456d4d30343
44577 Author: Keith Packard <keithp@keithp.com>
44578 Date:   Wed Mar 25 11:37:48 2009 -0700
44579
44580     Deal with MSB-outputing DMA engine
44581
44582 commit d3732fd405af03c3752a84c4b78da7ef5ebd3744
44583 Author: Keith Packard <keithp@keithp.com>
44584 Date:   Wed Mar 25 11:14:03 2009 -0700
44585
44586     Flip ADC bytes around
44587
44588 commit 50cc8e97e76d9b60c622962e1c74cf422dfb2c0f
44589 Author: Keith Packard <keithp@keithp.com>
44590 Date:   Wed Mar 25 11:01:30 2009 -0700
44591
44592     Add spacing for serial adc data
44593
44594 commit 5577ca3762bfc000b0bc3782c73a8f95996a28a6
44595 Author: Keith Packard <keithp@keithp.com>
44596 Date:   Wed Mar 25 10:58:57 2009 -0700
44597
44598     Inc only one on dest addr
44599
44600 commit 378227d869a3e8787c532c8c4e1563b44002c4b5
44601 Author: Keith Packard <keithp@keithp.com>
44602 Date:   Wed Mar 25 10:55:17 2009 -0700
44603
44604     Dump remaining inputs
44605
44606 commit f54a41e37d6897db2e24fbc82880076b78a0ae41
44607 Author: Keith Packard <keithp@keithp.com>
44608 Date:   Wed Mar 25 10:50:36 2009 -0700
44609
44610     Remove poll for ti demo button
44611
44612 commit 2b93a70fdd9e47e8195855451aa19ecad5d8b068
44613 Author: Keith Packard <keithp@keithp.com>
44614 Date:   Wed Mar 25 10:50:14 2009 -0700
44615
44616     Add adc to serial conversion
44617
44618 commit d9fd548db15232e3a8823815962b252c7a5e7cba
44619 Author: Keith Packard <keithp@keithp.com>
44620 Date:   Wed Mar 25 10:04:50 2009 -0700
44621
44622     Add ADC via DMA example
44623
44624 commit 61faf2b773300988fe27cfde5bc045be9950a1b0
44625 Author: Keith Packard <keithp@keithp.com>
44626 Date:   Wed Mar 25 09:45:14 2009 -0700
44627
44628     Add DMA example
44629
44630 commit 7b3fdf5b42c9be9bebc1ceb7a52ff0f5a2a28fcd
44631 Author: Keith Packard <keithp@keithp.com>
44632 Date:   Wed Mar 25 01:05:36 2009 -0700
44633
44634     Back to 0dBm
44635
44636 commit 31d59b88baa2cd96dc6263d1c5877283f2cd8c36
44637 Author: Keith Packard <keithp@keithp.com>
44638 Date:   Wed Mar 25 01:03:08 2009 -0700
44639
44640     Make radio test compile again
44641
44642 commit 9ce713fdd19bf1a51370dacba3670504356c5c11
44643 Author: Keith Packard <keithp@keithp.com>
44644 Date:   Wed Mar 25 01:02:07 2009 -0700
44645
44646     Wait for xtal to stabilize
44647
44648 commit ffd43886dc902f3bb7407294018e3d62cac39480
44649 Author: Keith Packard <keithp@keithp.com>
44650 Date:   Wed Mar 25 00:55:11 2009 -0700
44651
44652     Check serial input
44653
44654 commit 029963cc94fbb47560118b5de73c537e2c14ed7c
44655 Author: Keith Packard <keithp@keithp.com>
44656 Date:   Wed Mar 25 00:50:02 2009 -0700
44657
44658     Eliminate array walking
44659
44660 commit 019456a17d36f8f9f9b72cfbc980492175086d32
44661 Author: Keith Packard <keithp@keithp.com>
44662 Date:   Wed Mar 25 00:41:49 2009 -0700
44663
44664     Add a per-char delay
44665
44666 commit cfaf187e96ba98eb8dd934409a10bc70273fe68a
44667 Author: Keith Packard <keithp@keithp.com>
44668 Date:   Wed Mar 25 00:36:35 2009 -0700
44669
44670     Use UTX1IF to wait for serial TX complete
44671
44672 commit 006124529b243c7657a94312d2c868a82878d8bb
44673 Author: Keith Packard <keithp@keithp.com>
44674 Date:   Wed Mar 25 00:29:29 2009 -0700
44675
44676     Send more interesting text
44677
44678 commit 5049acd3d1ae42304513f667f55a2ddffa4c685a
44679 Author: Keith Packard <keithp@keithp.com>
44680 Date:   Wed Mar 25 00:24:56 2009 -0700
44681
44682     More random serial bit frobbing
44683
44684 commit 50bdc2407c674a4770912d3a626f36820a7f1527
44685 Author: Keith Packard <keithp@keithp.com>
44686 Date:   Wed Mar 25 00:13:15 2009 -0700
44687
44688     Flip serial TX code around a bit
44689
44690 commit 7b7617e376afe0df1d505375b76198358330370c
44691 Author: Keith Packard <keithp@keithp.com>
44692 Date:   Wed Mar 25 00:09:47 2009 -0700
44693
44694     Try serial polarity high/high
44695
44696 commit 18edacdb1e6e429cc29a164e22ef2a566096b9d9
44697 Author: Keith Packard <keithp@keithp.com>
44698 Date:   Wed Mar 25 00:06:32 2009 -0700
44699
44700     Make serial test simpler
44701
44702 commit 62744c186792739c3bf5798c80ff87c69fbe2b65
44703 Author: Keith Packard <keithp@keithp.com>
44704 Date:   Wed Mar 25 00:03:45 2009 -0700
44705
44706     Flip start/stop bits around
44707
44708 commit 9e96107d5d1a9681b07c36bb5860c748bfe10ec0
44709 Author: Keith Packard <keithp@keithp.com>
44710 Date:   Tue Mar 24 23:57:12 2009 -0700
44711
44712     Stop high
44713
44714 commit c41ceb9a488b2209d1d3c09967d1473ce608030f
44715 Author: Keith Packard <keithp@keithp.com>
44716 Date:   Tue Mar 24 23:24:01 2009 -0700
44717
44718     Change radio to -30dBm
44719
44720 commit c35de083ca3d4f362063b056a0fd74ffe629d168
44721 Author: Keith Packard <keithp@keithp.com>
44722 Date:   Tue Mar 24 23:11:48 2009 -0700
44723
44724     Add serial test program
44725
44726 commit 8ecbd8734f0fb5588b2a8eb20720cfc6f43dfb47
44727 Author: Keith Packard <keithp@keithp.com>
44728 Date:   Tue Mar 24 22:37:38 2009 -0700
44729
44730     Wait for xtal to stabilize after changing to 24MHz
44731
44732 commit e120269fc0f8e14ddf1755337b1d092173e16da2
44733 Author: Keith Packard <keithp@keithp.com>
44734 Date:   Tue Mar 24 22:21:31 2009 -0700
44735
44736     Actually return byte read from SPI
44737
44738 commit de1ac6f99a1526fa840a52cfc10fa3edc0589bed
44739 Author: Keith Packard <keithp@keithp.com>
44740 Date:   Tue Mar 24 22:12:51 2009 -0700
44741
44742     Clear UxCSR_TX_BYTE after transmitting a byte
44743
44744 commit 3ed3ff63e46767a256d30c5da5c52ae20089a91d
44745 Author: Keith Packard <keithp@keithp.com>
44746 Date:   Tue Mar 24 20:04:58 2009 -0700
44747
44748     Led the LED turn on
44749
44750 commit 91b3a6ae74184692f45702587c4d678b2799ad8c
44751 Author: Keith Packard <keithp@keithp.com>
44752 Date:   Tue Mar 24 19:55:04 2009 -0700
44753
44754     actually write and compare SPI test bits
44755
44756 commit 7de3a43887485c3c6cf52960376ccde33fb33985
44757 Author: Keith Packard <keithp@keithp.com>
44758 Date:   Tue Mar 24 19:54:02 2009 -0700
44759
44760     Add USART-based SPI test code
44761
44762 commit ef0eef68280e9b6ca5e3bb71062e23054340e1ed
44763 Author: Keith Packard <keithp@keithp.com>
44764 Date:   Tue Mar 24 17:22:36 2009 -0700
44765
44766     Change spi test string
44767
44768 commit 8131389ee5018c05b721146a98367150cf500fdf
44769 Author: Keith Packard <keithp@keithp.com>
44770 Date:   Tue Mar 24 17:15:09 2009 -0700
44771
44772     Oops, not merging in the bit read for SPI test
44773
44774 commit 3429016d1359ec650993d2fb0596184e3f717871
44775 Author: Keith Packard <keithp@keithp.com>
44776 Date:   Tue Mar 24 17:04:45 2009 -0700
44777
44778     Adjust clock/data phase for spi test
44779
44780 commit fedd18b28ea54e1dabcd2f9e8cab3ae4ee0fd070
44781 Author: Keith Packard <keithp@keithp.com>
44782 Date:   Tue Mar 24 16:35:13 2009 -0700
44783
44784     MISO needs to be an input
44785
44786 commit f0c233f25a208a636833312b1766825815735304
44787 Author: Keith Packard <keithp@keithp.com>
44788 Date:   Tue Mar 24 15:41:55 2009 -0700
44789
44790     Add bit-banging spi eeprom test program
44791
44792 commit 6eeee64cf16ccc9218dbdde5426f25bda5e3407f
44793 Author: Bdale Garbee <bdale@gag.com>
44794 Date:   Wed Mar 18 02:58:33 2009 -0600
44795
44796     working beep at around 4khz
44797
44798 commit 4726317de811c20e8d6754762437b5c9cbb3a48c
44799 Author: Keith Packard <keithp@keithp.com>
44800 Date:   Wed Mar 18 01:54:34 2009 -0700
44801
44802     Add simple test program to light up the transmitter at 434.550MHz
44803     
44804     This starts a transmit sequence, but doesn't send any data so the
44805     transmitter just locks on.
44806
44807 commit a0a27600ee2bf237e74eb83767a8d2e7c91df24f
44808 Author: Keith Packard <keithp@keithp.com>
44809 Date:   Sun Mar 15 18:14:21 2009 -0700
44810
44811     Correctly comment which bit the beep program uses
44812
44813 commit 25b77d236c01258abfc03114c2fc9ea2d69ca6e7
44814 Author: Keith Packard <keithp@keithp.com>
44815 Date:   Sun Mar 15 18:11:53 2009 -0700
44816
44817     Add telemetrum beeper example
44818
44819 commit 164b4e4749ad64ebbe26e84fd7b4fa1aa733dbe4
44820 Author: Keith Packard <keithp@keithp.com>
44821 Date:   Sun Mar 15 18:11:20 2009 -0700
44822
44823     sdcc gets the lib path correct based on the model
44824
44825 commit 04a316133af93b79bfbebb91f05eec1015ec2abc
44826 Author: Keith Packard <keithp@keithp.com>
44827 Date:   Sun Mar 15 18:10:43 2009 -0700
44828
44829     Bump debug speed back up
44830
44831 commit 9fd63972758d6d5572f7bcaadec9b1c0e974a2e8
44832 Author: Keith Packard <keithp@keithp.com>
44833 Date:   Sat Mar 7 21:05:40 2009 -0800
44834
44835     Only flip changing bits in async mode
44836
44837 commit c8fd04e154bcfd65ae1200980bd8163caabd7fe4
44838 Author: Keith Packard <keithp@keithp.com>
44839 Date:   Sat Mar 7 21:05:06 2009 -0800
44840
44841     The debug port only works if reset is higher than clock. weird
44842
44843 commit ade11f88754b4ab0386ebf86afc5257e59238f62
44844 Author: Keith Packard <keithp@keithp.com>
44845 Date:   Sat Mar 7 21:04:38 2009 -0800
44846
44847     Make manual bit flipping sync after every transaction
44848
44849 commit e63b5271bb54afc36e4b9891e51e053ff6011092
44850 Author: Keith Packard <keithp@keithp.com>
44851 Date:   Sat Mar 7 14:49:22 2009 -0800
44852
44853     Add ccmanual
44854
44855 commit 77d754afc2d14aaa4413c13ebe3777ef385f62a9
44856 Author: Keith Packard <keithp@keithp.com>
44857 Date:   Sat Mar 7 14:48:49 2009 -0800
44858
44859     Sync after manual bit reading
44860
44861 commit 5a338c8a7394d003355f96a8777b6fe83bb8493c
44862 Author: Keith Packard <keithp@keithp.com>
44863 Date:   Sat Mar 7 14:48:35 2009 -0800
44864
44865     Flip debug pins around to match telemetrum
44866
44867 commit cc0495b7028f4b1189a00707d828a68534d1dea2
44868 Author: Keith Packard <keithp@keithp.com>
44869 Date:   Fri Mar 6 22:52:35 2009 -0800
44870
44871     Wait for a while when switching the RESET_N line
44872     
44873     The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the
44874     RESET_N line to filter out noise. This increases the time necessary to reset
44875     the chip to several microseconds which is longer than the interval between
44876     two USB packets. Flush the USB packet queue and sleep for a while after
44877     changing the value on the RESET_N line to make sure the chip sees the state
44878     change.
44879     
44880     Signed-off-by: Keith Packard <keithp@keithp.com>
44881
44882 commit 41289e6d8f1767547a33fea349866e928e44910f
44883 Author: Bdale Garbee <bdale@gag.com>
44884 Date:   Mon Mar 2 07:46:20 2009 -0700
44885
44886     minor s51.1 formatting fixes
44887     
44888     Signed-off-by: Keith Packard <keithp@keithp.com>
44889
44890 commit fdee231ed097a4348aee78fbd4aa92826b80de03
44891 Author: Keith Packard <keithp@keithp.com>
44892 Date:   Sun Mar 1 23:12:31 2009 -0800
44893
44894     Add s51 manual.
44895     
44896     This documents (briefly) the s51 hex debugging interface program, including
44897     some simple commands to test the operation of the system interactively.
44898     
44899     Signed-off-by: Keith Packard <keithp@keithp.com>
44900
44901 commit f7d91bd23b8214e09deae0aafb516331e934c49b
44902 Author: Keith Packard <keithp@keithp.com>
44903 Date:   Sun Mar 1 18:43:03 2009 -0800
44904
44905     Sometimes the link breaks and the GET_PC command returns garbage
44906
44907 commit 3cc8d11eb8d5d0b42141dd84a58d461287f59e3a
44908 Author: Keith Packard <keithp@keithp.com>
44909 Date:   Sun Jan 25 08:38:48 2009 -0800
44910
44911     Support 'set' command
44912     
44913     The 'set' command modifies target memory and registers
44914     
44915     Signed-off-by: Keith Packard <keithp@keithp.com>
44916
44917 commit 60940b4be23962db79b8e914ec943d0636dd68ad
44918 Author: Keith Packard <keithp@keithp.com>
44919 Date:   Mon Jan 5 21:45:21 2009 -0800
44920
44921     Expose ccdbg_set_clock API
44922     
44923     This allows applications to change the debug port clock
44924     rate on the fly.
44925     
44926     Signed-off-by: Keith Packard <keithp@keithp.com>
44927
44928 commit eb09e61b0682eb2aeac8e1a34d58b897ba6db8e7
44929 Author: Keith Packard <keithp@keithp.com>
44930 Date:   Mon Jan 5 21:44:44 2009 -0800
44931
44932     Use custom sdcc libraries (this needs to be configured...)
44933     
44934     Signed-off-by: Keith Packard <keithp@keithp.com>
44935
44936 commit 1ccfe0887c794397131ab1c986c25f66eea86a6c
44937 Author: Keith Packard <keithp@keithp.com>
44938 Date:   Mon Jan 5 21:43:44 2009 -0800
44939
44940     Have S51 ignore SIGINT while running under sdcdb.
44941     
44942     This prevents keyboard interrupts from accidentally stopping
44943     s51.
44944     
44945     Signed-off-by: Keith Packard <keithp@keithp.com>
44946
44947 commit 7c03937b36aac82b08f4ea0c6da33a994fe15ec7
44948 Author: Keith Packard <keithp@keithp.com>
44949 Date:   Tue Dec 30 22:40:13 2008 -0800
44950
44951     Add simple and timer sample programs
44952     
44953     Signed-off-by: Keith Packard <keithp@keithp.com>
44954
44955 commit 6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df
44956 Author: Keith Packard <keithp@keithp.com>
44957 Date:   Tue Dec 30 22:35:53 2008 -0800
44958
44959     Save/restore registers to host during memory operations. Cache ROM data.
44960     
44961     Because the debug port uses instructions for most operations, the debug code
44962     will clobber registers used by the running program. Save and restore these
44963     to avoid corrupting application data.
44964     
44965     If the ROM file is known, use that to return data instead of fetching it
44966     from the target to improve performance.
44967     
44968     Signed-off-by: Keith Packard <keithp@keithp.com>
44969
44970 commit ea366058aa467a8a7caf17e7014758f3741ea7f7
44971 Author: Keith Packard <keithp@keithp.com>
44972 Date:   Mon Dec 29 12:35:11 2008 -0800
44973
44974     Fix flashing less than a full page of data. Verify page at a time.
44975     
44976     The 8051 flashing code requires special help with counts with non-zero low
44977     byte. Also, instead of verifying the entire flash contents at the end,
44978     verify each page as it goes.
44979     
44980     Signed-off-by: Keith Packard <keithp@keithp.com>
44981
44982 commit e0697186a2f9b6139636ff5d5c162879c85caf9c
44983 Author: Keith Packard <keithp@keithp.com>
44984 Date:   Sun Dec 28 00:11:13 2008 -0800
44985
44986     Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.
44987     
44988     Not all SFRs are visible in the unified address space, so the SFR-specific
44989     accessors are required.
44990     
44991     The dump command is the same as the various 'd*'
44992     commands, but also supports dumping program memory.
44993     
44994     The new -m (monitor) flag watches the command stream between s51 and sdcdb.
44995     
44996     Signed-off-by: Keith Packard <keithp@keithp.com>
44997
44998 commit 23aca1fcbc169184e32d4ec19f28dd4fd4cfda36
44999 Author: Keith Packard <keithp@keithp.com>
45000 Date:   Sun Dec 28 00:09:30 2008 -0800
45001
45002     Save/restore regs when reading/writing memory. Add SFR access.
45003     
45004     The DPL and ACC registers are used by the memory access code,
45005     so they need to be saved and restored. Stuff them up high in ram for now;
45006     this should probably be fixed to pull them back to the host instead.
45007     
45008     Special SFR access is required as not all SFRs are visible in the unified
45009     address space.
45010     
45011     Signed-off-by: Keith Packard <keithp@keithp.com>
45012
45013 commit 1405838160b69e2cda456e21502a1d03b3aa7548
45014 Author: Keith Packard <keithp@keithp.com>
45015 Date:   Sat Dec 27 11:25:58 2008 -0800
45016
45017     s51: get start address from ihx file. re-enable breakpoints after reset.
45018     
45019     Use the start of the ihx file when asked to run from 0x0, this lets
45020     sdcdb run programs from ram.
45021     
45022     The reset command clears all hw breakpoints, so reset them afterwards.
45023     
45024     Signed-off-by: Keith Packard <keithp@keithp.com>
45025
45026 commit 1264c3676e95427bba5d01e05c303d036a7f9eca
45027 Author: Keith Packard <keithp@keithp.com>
45028 Date:   Fri Dec 26 23:05:04 2008 -0800
45029
45030     Switch to libusb-1.0 and use async interface.
45031     
45032     The async libusb interface offers substantial performance benefits by not
45033     making each command wait for the reply. This makes talking over this
45034     interface almost reasonable.
45035     
45036     Signed-off-by: Keith Packard <keithp@keithp.com>
45037
45038 commit d2d9cfd74fd66836c913c02276e09136d83b35dc
45039 Author: Keith Packard <keithp@keithp.com>
45040 Date:   Fri Dec 26 17:58:48 2008 -0800
45041
45042     s51: add breakpoints and the ability to block awaiting a breakpoint.
45043     
45044     Signed-off-by: Keith Packard <keithp@keithp.com>
45045
45046 commit 4c4093c3fdd309123fdd068c0e1ff4947104492d
45047 Author: Keith Packard <keithp@keithp.com>
45048 Date:   Mon Dec 22 19:11:56 2008 -0800
45049
45050     Add more commands to s51 assembly-language debugger
45051     
45052     Signed-off-by: Keith Packard <keithp@keithp.com>
45053
45054 commit 55eba4fa08b022197106245d36a70f575a070b0a
45055 Author: Keith Packard <keithp@keithp.com>
45056 Date:   Mon Dec 22 19:10:27 2008 -0800
45057
45058     Make read_memory debug output use ccdbg_debug.
45059     
45060     This makes it default to not being presented, which makes s51 much happier
45061     
45062     Signed-off-by: Keith Packard <keithp@keithp.com>
45063
45064 commit e75918f3667a5c8ad294bec4acef6fe81682edf6
45065 Author: Keith Packard <keithp@keithp.com>
45066 Date:   Sun Dec 21 23:33:35 2008 -0800
45067
45068     Add preliminary version of s51, a UI clone of the 8051 emulator.
45069     
45070     sdcdb provides source-level debugging using the 8051 emulator, s51. By
45071     emulating that emulator a the UI level, we should be able to get source
45072     debugging right on our target platform.
45073     
45074     This is just the preliminary structure for the program with most commands
45075     not yet implemented.
45076
45077 commit f7d49868aeae80d515b12a7e339628f1296754a6
45078 Author: Keith Packard <keithp@keithp.com>
45079 Date:   Sat Dec 20 23:30:06 2008 -0800
45080
45081     Cleanup work; separating out the cp interface to be more abstract.
45082     
45083     Signed-off-by: Keith Packard <keithp@keithp.com>
45084
45085 commit 30f23f23a6db3d12fdc9c088cf6ab47c5e5077fb
45086 Author: Keith Packard <keithp@keithp.com>
45087 Date:   Fri Dec 19 21:13:04 2008 -0800
45088
45089     Clean up autotools stuff.
45090     
45091     Signed-off-by: Keith Packard <keithp@keithp.com>
45092
45093 commit 9025eb792861930e6af918d2727c4f5d97a69936
45094 Author: Keith Packard <keithp@keithp.com>
45095 Date:   Fri Dec 19 21:11:45 2008 -0800
45096
45097     Autotools.
45098     
45099     Signed-off-by: Keith Packard <keithp@keithp.com>
45100
45101 commit ab909db28307cfbf7ee8d692506bb79d7ffd627a
45102 Author: Keith Packard <keithp@keithp.com>
45103 Date:   Fri Dec 19 19:08:13 2008 -0800
45104
45105     Ignore .ihx files
45106
45107 commit cc8db276bc4f2fd7eb00168a5c0689a8457a5c6f
45108 Author: Keith Packard <keithp@keithp.com>
45109 Date:   Fri Dec 19 19:07:37 2008 -0800
45110
45111     Move blink example to subdir
45112     
45113     Signed-off-by: Keith Packard <keithp@keithp.com>
45114
45115 commit 82e2d7ebed6682062dc400478c736bd6c91195c9
45116 Author: Keith Packard <keithp@keithp.com>
45117 Date:   Fri Dec 19 19:04:26 2008 -0800
45118
45119     Clean up makefiles, move ihx files to .ihx
45120
45121 commit 52fb5f795adfd7f62e5b6dbe65877d14361cfdae
45122 Author: Keith Packard <keithp@keithp.com>
45123 Date:   Fri Dec 19 14:39:57 2008 -0800
45124
45125     ignore more stuff
45126
45127 commit 4ecfc33f16aa36b315519e6f279da65374b67aba
45128 Author: Keith Packard <keithp@keithp.com>
45129 Date:   Fri Dec 19 14:37:53 2008 -0800
45130
45131     Add cc1111 isr stub example
45132
45133 commit d32e6658c3e489b62ba3cf6d22e3ab177b9b8a3a
45134 Author: Keith Packard <keithp@keithp.com>
45135 Date:   Fri Dec 19 14:37:29 2008 -0800
45136
45137     Add blink-tiny flash and ram versions
45138
45139 commit b4d1127ef007843c643b778b3b2f6b915b1d5d9a
45140 Author: Keith Packard <keithp@keithp.com>
45141 Date:   Fri Dec 19 14:19:29 2008 -0800
45142
45143     Flash multiple pages. Eliminate off-by-one error in hex_image length.
45144     
45145     Signed-off-by: Keith Packard <keithp@keithp.com>
45146
45147 commit 55995515b9d4fc1e193039eab697c5d03db417c2
45148 Author: Keith Packard <keithp@keithp.com>
45149 Date:   Fri Dec 19 11:04:16 2008 -0800
45150
45151     Add flash writing code.
45152     
45153     Signed-off-by: Keith Packard <keithp@keithp.com>
45154
45155 commit 0bc52385b8f86f9ca1c450ad106e6d8afe3bc153
45156 Author: Keith Packard <keithp@keithp.com>
45157 Date:   Thu Dec 18 12:37:32 2008 -0800
45158
45159     faster
45160     
45161     Signed-off-by: Keith Packard <keithp@keithp.com>
45162
45163 commit 3779cc8b32cac3640f42bd0400d4199ddae965a1
45164 Author: Keith Packard <keithp@keithp.com>
45165 Date:   Thu Dec 18 12:17:41 2008 -0800
45166
45167     cq
45168     
45169     Signed-off-by: Keith Packard <keithp@keithp.com>
45170
45171 commit dc03adc179669d41e3551d74b3c5a60db41ff217
45172 Author: Keith Packard <keithp@keithp.com>
45173 Date:   Thu Dec 18 12:07:06 2008 -0800
45174
45175     Add ability to load Intel HEX files. Add sample sdcc LED blinker.
45176     
45177     Signed-off-by: Keith Packard <keithp@keithp.com>
45178
45179 commit 807e2adacb025af77bb53c03209e9c8e0d7a5f95
45180 Author: Keith Packard <keithp@keithp.com>
45181 Date:   Thu Dec 18 00:18:50 2008 -0800
45182
45183     Add ability to read/write arbitrary memory. Write LED blinker program.
45184     
45185     Signed-off-by: Keith Packard <keithp@keithp.com>
45186
45187 commit 8c879bf51c14a5928135d59211facd72f6a32808
45188 Author: Keith Packard <keithp@keithp.com>
45189 Date:   Wed Dec 17 23:15:47 2008 -0800
45190
45191     Move manual bit-banging debug code to separate file
45192     
45193     Signed-off-by: Keith Packard <keithp@keithp.com>
45194
45195 commit aec3bbce84a5ceb92060a4b3889379f2af2404ac
45196 Author: Keith Packard <keithp@keithp.com>
45197 Date:   Wed Dec 17 23:15:19 2008 -0800
45198
45199     reduce clock to 50us
45200     
45201     Signed-off-by: Keith Packard <keithp@keithp.com>
45202
45203 commit fa168f963f8b00144d12aa2770e9c0917cfae123
45204 Author: Keith Packard <keithp@keithp.com>
45205 Date:   Wed Dec 17 23:12:59 2008 -0800
45206
45207     Fill out ccdbg-command to support all debug commands.
45208     
45209     Signed-off-by: Keith Packard <keithp@keithp.com>
45210
45211 commit 5df84df7cd6a31527dcfd11030f00ef9d8abf170
45212 Author: Keith Packard <keithp@keithp.com>
45213 Date:   Wed Dec 17 22:24:59 2008 -0800
45214
45215     Clean up bitbanging layer. Add debug printfs.
45216     
45217     Signed-off-by: Keith Packard <keithp@keithp.com>
45218
45219 commit 584e28bac8af38de433767e017977ed1adddeb36
45220 Author: Keith Packard <keithp@keithp.com>
45221 Date:   Wed Dec 17 12:32:15 2008 -0800
45222
45223     Clean up sample debug files
45224     
45225     Signed-off-by: Keith Packard <keithp@keithp.com>
45226
45227 commit e64b4dbf15e9ee1cb0de002985de7575e83d46e9
45228 Author: Keith Packard <keithp@keithp.com>
45229 Date:   Mon Dec 8 17:25:28 2008 -0800
45230
45231     Add support for input-only lines (-)
45232
45233 commit 4f38974a9941cddaba27c17c5a46f923db386c94
45234 Author: Keith Packard <keithp@keithp.com>
45235 Date:   Sat Dec 6 16:32:27 2008 -0800
45236
45237     Add another example
45238
45239 commit 3709ec3205cfb152b6568f3ea505c67fe7504c2a
45240 Author: Keith Packard <keithp@keithp.com>
45241 Date:   Sat Dec 6 16:32:12 2008 -0800
45242
45243     Add libusb support and lots more examples
45244
45245 commit 39801e6e9fb9388072ee414a447f74095a6ac960
45246 Author: Keith Packard <keithp@keithp.com>
45247 Date:   Fri Nov 28 22:57:07 2008 -0800
45248
45249     Random hacking
45250
45251 commit 01cb2799875e086ee6096627c058ee235bbc33d5
45252 Author: Keith Packard <keithp@keithp.com>
45253 Date:   Thu Nov 27 17:07:15 2008 -0800
45254
45255     Add prototypes, add stub mainline, add .gitignore
45256
45257 commit 0ffe4ef870b0e564789a1990aeab5b6651868e5b
45258 Author: Keith Packard <keithp@keithp.com>
45259 Date:   Thu Nov 27 12:33:40 2008 -0800
45260
45261     cc1111 debug port access through cp2103 serial chip