1 commit da3b39d6b1b5ba48686c2a4add4b5448fd5711af
2 Author: Bdale Garbee <bdale@gag.com>
3 Date: Thu Nov 25 22:29:01 2010 -0700
5 changed main document name from telemetrum-doc to altusmetrum
7 commit ab6c9c983a2830bc8807e1b75d2576141b73632d
8 Author: Bdale Garbee <bdale@gag.com>
9 Date: Thu Nov 25 19:30:02 2010 -0700
11 update fat target in Makefiles to reflect move of altosui and libaltos
13 commit b8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed
14 Author: Keith Packard <keithp@keithp.com>
15 Date: Thu Nov 25 17:29:28 2010 -0800
17 altosui: Clean up flash code to ensure swing gets called from right thread
19 This moves all of the flash code to a separate thread and passes
20 messages back to the swing thread to keep the UI up to date.
22 Signed-off-by: Keith Packard <keithp@keithp.com>
24 commit adbb14c63d85b7a54223f88ac623571456f4a462
25 Author: Keith Packard <keithp@keithp.com>
26 Date: Thu Nov 25 16:28:04 2010 -0800
28 altosui: Remove gratuitous threading from device flashing UI
30 There's no need for a thread here, and swing doesn't want us to use
33 Signed-off-by: Keith Packard <keithp@keithp.com>
35 commit 7f88520089660845009148b69bfcea6c9dff9672
36 Author: Keith Packard <keithp@keithp.com>
37 Date: Thu Nov 25 16:23:18 2010 -0800
39 altosui: Flight data download GUI operations called only from main thread
41 Swing doesn't like UI functions being called from non-dispatch thread,
42 so fix up the eeprom download code to use SwingUtilities.invokeLater
43 to make sure this works right.
45 Signed-off-by: Keith Packard <keithp@keithp.com>
47 commit 6d3612e267cd4c1e7fdd74fc33952b3f26f870f5
48 Author: Keith Packard <keithp@keithp.com>
49 Date: Thu Nov 25 16:09:37 2010 -0800
51 altosui: Eliminate unnecessary thread from config UI
53 There's no reason to use a thread to run a dialog box, and
54 swing doesn't like threads anyways.
56 Signed-off-by: Keith Packard <keithp@keithp.com>
58 commit 12fb7f0e70cd244475d84469f93283112478d1e1
59 Author: Keith Packard <keithp@keithp.com>
60 Date: Thu Nov 25 15:56:42 2010 -0800
62 altosui: Only call swing display functions from main thread.
64 Swing insists that all display functions be called from a single
65 thread, and the flight window wasn't following this for display
66 updates. Use SwingUtilities.invokeLater to make sure the flight UI
67 updates happen in the right context.
69 Fixes a UI freeze on Mac OS.
71 Signed-off-by: Keith Packard <keithp@keithp.com>
73 commit b74cec6cd0bc043f53e9e28472765aa343136813
74 Author: Bob Finch <w9ya@qrparci.net>
75 Date: Thu Nov 25 13:30:48 2010 -0700
77 Updated AltOS PKGBUILD to track makefile changes
79 commit f88bde21d76a4ff91099a5051153ebace1619978
80 Author: Keith Packard <keithp@keithp.com>
81 Date: Thu Nov 25 11:16:55 2010 -0800
83 altosui: Hack up standalone makefile to maybe build altosui again
85 This isn't tested, but at least the paths are more likely to be correct
87 Signed-off-by: Keith Packard <keithp@keithp.com>
89 commit 3d98440d53378aaa6da87ed65e9abb2f96f7ee49
90 Author: Keith Packard <keithp@keithp.com>
91 Date: Thu Nov 25 11:16:28 2010 -0800
93 altosui: Make windows bits build after moving altosui directory
95 Signed-off-by: Keith Packard <keithp@keithp.com>
97 commit 4893ed50bc14772986ac02f9b39928f1882da923
98 Author: Keith Packard <keithp@keithp.com>
99 Date: Wed Nov 24 23:54:08 2010 -0800
101 Revert "altos: Don't abort radio transmissions with ao_radio_abort"
103 This reverts commit 54468e5dc567aaac5c5c20e921859b7cec28bb88.
105 With this patch in place, TD could not be placed in 'packet' mode.
107 commit cb08bc264c71ca972027392b42f347a03df76a43
108 Author: Keith Packard <keithp@keithp.com>
109 Date: Wed Nov 24 22:55:08 2010 -0800
111 doc: Rename telemetrum-doc as altusmetrum
113 Signed-off-by: Keith Packard <keithp@keithp.com>
115 commit 554bdd25e132dbaec322bc11f94093d2c2e78751
116 Author: Keith Packard <keithp@keithp.com>
117 Date: Wed Nov 24 22:49:33 2010 -0800
119 doc: Add more authors, fix URL formatting, note that AltosUI actually exists
121 Add aj and bfinch as authors. Insert an acknowledgements section. Fill
122 in the Fire Igniter section in the AltosUI chapter. Then change the
123 section talking about the future plans for Java to mention that they
126 Signed-off-by: Keith Packard <keithp@keithp.com>
128 commit bcf78b67717374b5971820021b83061e2e9734cf
129 Author: Keith Packard <keithp@keithp.com>
130 Date: Wed Nov 24 21:39:18 2010 -0800
132 doc: Reformat altos to use sections for each function
134 This places them in the TOC, making them easier to find.
136 Signed-off-by: Keith Packard <keithp@keithp.com>
138 commit 51c7741040d95c5deece939dae5e4136cc04afc4
139 Merge: d1dbe3b 4e47c44
140 Author: Keith Packard <keithp@keithp.com>
141 Date: Wed Nov 24 21:00:52 2010 -0800
143 Merge branch 'buttonbox'
146 doc/telemetrum-doc.xsl
148 Pull the buttbox version of the docs in as it had been updated.
150 Signed-off-by: Keith Packard <keithp@keithp.com>
152 commit 4e47c44d335276cf0dc5ed3a0756e50c98c1b9b9
153 Author: Bdale Garbee <bdale@gag.com>
154 Date: Wed Nov 24 21:44:53 2010 -0700
156 manually fold in documentation work from the master branch
158 commit 8a68c1da253c0b29a7cb9c7540c20585ad6e3dec
159 Author: Bdale Garbee <bdale@gag.com>
160 Date: Wed Nov 24 21:21:53 2010 -0700
164 commit 7cd1c7765d137df711caeeb69abaaba1b36e0a65
165 Author: Bdale Garbee <bdale@gag.com>
166 Date: Wed Nov 24 20:53:36 2010 -0700
168 fix missing section close in Site Map content
170 commit db2b19b8f0d452d682d53c7ed0ff6e359b46efa0
171 Merge: b372f3c 915f881
172 Author: Keith Packard <keithp@keithp.com>
173 Date: Wed Nov 24 18:57:35 2010 -0800
175 Merge remote branch 'aj/buttonbox' into buttonbox
177 commit b372f3c0ee4ec49aabe61c169cb1eb9bb4fb2cfc
178 Author: Keith Packard <keithp@keithp.com>
179 Date: Wed Nov 24 18:50:46 2010 -0800
181 Missing change to top level Makefile to build altosui
183 Signed-off-by: Keith Packard <keithp@keithp.com>
185 commit 915f881d61294dc6f5a6a3e8d75567e18492a631
186 Author: Anthony Towns <aj@erisian.com.au>
187 Date: Thu Nov 25 09:52:30 2010 +1000
189 doc: Document altosui "Site Map" tab
191 commit f01096c4b42f9a4720ed0414826c2a283a992545
192 Merge: 357826a 3fbefb3
193 Author: Anthony Towns <aj@erisian.com.au>
194 Date: Thu Nov 25 09:10:50 2010 +1000
196 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
198 commit 3fbefb3eea981d34a09496cf8abf0119de2e35bf
199 Author: Keith Packard <keithp@keithp.com>
200 Date: Wed Nov 24 14:57:57 2010 -0800
202 Move altosui to the top level, placing libaltos inside it.
204 Signed-off-by: Keith Packard <keithp@keithp.com>
206 commit 357826aa9c7b42c59f5d52b8eb016d73b6da0c7f
207 Author: Anthony Towns <aj@erisian.com.au>
208 Date: Thu Nov 25 09:07:34 2010 +1000
210 docs: Document altosui "Graph Data" button
212 commit 7811e6dfa6caf10251da7df7c24b98cdc3787892
213 Merge: 71b1949 7a50837
214 Author: Anthony Towns <aj@erisian.com.au>
215 Date: Thu Nov 25 08:47:36 2010 +1000
217 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
219 commit 7a50837ea0d92db3f469f197ec8210aee22aa143
220 Author: Keith Packard <keithp@keithp.com>
221 Date: Wed Nov 24 10:55:18 2010 -0800
223 altosui: Make sure packet mode is turned off when the connection fails
225 When the packet connection times out, turn packet mode off when
226 closing the serial port.
228 Signed-off-by: Keith Packard <keithp@keithp.com>
230 commit 7d90e2f6009e060fb59c519f7e564483a7ca6872
231 Author: Keith Packard <keithp@keithp.com>
232 Date: Tue Nov 23 20:17:44 2010 -0800
234 altosui: Let people fire igniters that don't read as 'ready'
236 This provides for igniter testing with LEDs or other materials that
237 don't look like regular igniters.
239 Signed-off-by: Keith Packard <keithp@keithp.com>
241 commit f3233985a132e1d660e6df12d0056b6729f16faf
242 Author: Keith Packard <keithp@keithp.com>
243 Date: Tue Nov 23 19:09:31 2010 -0800
245 altosui: Disable radio configation over packet link.
247 Attempting to configure the radio over the packet link will only end
248 up confusing the user, so disable it. This also works around a bug in
249 older TM code which would lock up when trying to do this.
251 Signed-off-by: Keith Packard <keithp@keithp.com>
253 commit 6cd9be22f06f21d12ee2f668989d83d3c61d14c0
254 Author: Keith Packard <keithp@keithp.com>
255 Date: Tue Nov 23 19:08:07 2010 -0800
257 altosui: New AltosSerial.set_radio function sets channel/call
259 Use this anytime you need to set the device radio channel and call
260 sign, either for telemetry reception or packet mode origination. This
261 uses the saved callsign and per-device radio channel number. Do not
262 use this when opening a telemetrum as there won't be a saved channel number.
264 Signed-off-by: Keith Packard <keithp@keithp.com>
266 commit ed7cf7d262fcf7c0c677c2fb981582b571de9e5e
267 Author: Keith Packard <keithp@keithp.com>
268 Date: Tue Nov 23 19:04:55 2010 -0800
270 altosui: Make AltosSerial.flush_input keep reading while non-empty
272 Flushing the input buffer can take a while, especially over the packet
273 link. Keep reading while stuff is appearing on the reply queue.
275 Signed-off-by: Keith Packard <keithp@keithp.com>
277 commit 3b9db8c82d26a6a2e43d4ca40742fc1bdc502380
278 Author: Keith Packard <keithp@keithp.com>
279 Date: Tue Nov 23 19:02:54 2010 -0800
281 altos: Make radio test command careful with the radio mutex.
283 Remember whether the radio test mode is on or off and don't try to do
284 either of them twice to prevent the mutex from being acquired or
287 Signed-off-by: Keith Packard <keithp@keithp.com>
289 commit 54468e5dc567aaac5c5c20e921859b7cec28bb88
290 Author: Keith Packard <keithp@keithp.com>
291 Date: Tue Nov 23 18:57:49 2010 -0800
293 altos: Don't abort radio transmissions with ao_radio_abort
295 We only want to abort pending radio reception to release the radio for
296 other use, or to change the radio channel. Let radio transmission
297 proceed. This fixes a problem with using packet mode to configure the
298 radio channel; if the packet transmission is aborted, the TM ends up
301 Signed-off-by: Keith Packard <keithp@keithp.com>
303 commit d873dc28f0752aeb58a6263e42bdd5b9095bd392
304 Author: Keith Packard <keithp@keithp.com>
305 Date: Tue Nov 23 18:56:46 2010 -0800
307 altos: remove unused variable from ao_igniter
309 The 'status' variable used to hold a reported status value from the
310 igniter after firing, but we ignore that now.
312 Signed-off-by: Keith Packard <keithp@keithp.com>
314 commit 71b1949e50f4533bcf44537da65b19bc67863c8e
315 Merge: a79225c f1892b1
316 Author: Anthony Towns <aj@erisian.com.au>
317 Date: Wed Nov 24 12:14:11 2010 +1000
319 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
321 commit f1892b137b1de3d6caf0293bd40ed5c3e4948066
322 Author: Bdale Garbee <bdale@gag.com>
323 Date: Tue Nov 23 18:58:11 2010 -0700
325 lose the placeholder on how GPS works, as it's going to be a
326 while before I tackle that, if ever.
328 commit a79225c215f17fa5218ddd9db4fc3f5c563a9f74
329 Merge: 84cd5d4 853b711
330 Author: Anthony Towns <aj@erisian.com.au>
331 Date: Wed Nov 24 11:55:14 2010 +1000
333 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
335 commit 853b7112e34212040c4cb7289f9cfdb2f3ea9f90
336 Author: Bdale Garbee <bdale@gag.com>
337 Date: Tue Nov 23 18:53:18 2010 -0700
339 merge Keith's AltosUI documention into "the big book"
341 commit 84cd5d42d8b5659463544fe2a400758b56478609
342 Author: Anthony Towns <aj@erisian.com.au>
343 Date: Wed Nov 24 02:13:32 2010 +1000
345 altosui: sitemap uses rocket gps if no pad gps
347 commit c7119c21baa9d4ca681975b8613ade6593f65577
348 Author: Anthony Towns <aj@erisian.com.au>
349 Date: Wed Nov 24 02:11:36 2010 +1000
351 altosui: don't switch away from user selected tab
353 commit ae55a107f12546dc65f04618c7abc17beb920d73
354 Merge: d1005f6 737f2fd
355 Author: Anthony Towns <aj@erisian.com.au>
356 Date: Wed Nov 24 01:53:46 2010 +1000
358 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
360 commit 737f2fdd012202f453120ece117ae5e859b32082
361 Author: Keith Packard <keithp@keithp.com>
362 Date: Mon Nov 22 22:26:19 2010 -0800
364 doc: Add internal documentation for AltOS
366 Signed-off-by: Keith Packard <keithp@keithp.com>
368 commit 5523e7d55ecc8d310e495fa4f5115f7483c42d65
369 Author: Bdale Garbee <bdale@gag.com>
370 Date: Mon Nov 22 21:07:10 2010 -0700
372 add a rudimentary --help for command line use
374 commit d1005f68376d695039c314b8d7a68bbf9acbca4f
375 Merge: 9a83e0d 22c0978
376 Author: Anthony Towns <aj@erisian.com.au>
377 Date: Tue Nov 23 10:14:55 2010 +1000
379 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
381 commit 22c09781af1df4b38562b577e9926c23e4a397f2
382 Merge: b27327a a79606a
383 Author: Keith Packard <keithp@keithp.com>
384 Date: Mon Nov 22 16:02:22 2010 -0800
386 Merge remote branch 'origin/buttonbox' into buttonbox
388 commit b27327a05d249eaf969b67d2a8d12fc6a93841f0
389 Author: Keith Packard <keithp@keithp.com>
390 Date: Mon Nov 22 15:56:04 2010 -0800
392 altos: assume igniter worked.
394 Many igniters don't go open when fired, so there's no way
395 to know if they worked. Assume they did as a failed igniter is
396 unlikely to do anything when fired again anyways.
398 Signed-off-by: Keith Packard <keithp@keithp.com>
400 commit 68323cbb222f1f33198a42abaa0550af22f75a93
401 Author: Keith Packard <keithp@keithp.com>
402 Date: Mon Nov 22 15:53:27 2010 -0800
404 altosui: Close serial port when debug link fails
406 If the debug connection isn't working, close down the serial port when
407 reporting the failure.
409 Signed-off-by: Keith Packard <keithp@keithp.com>
411 commit 9a83e0dc79f7a7467c7814d58daa2a2b89e50972
412 Merge: 902735f a79606a
413 Author: Anthony Towns <aj@erisian.com.au>
414 Date: Tue Nov 23 08:07:04 2010 +1000
416 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
418 commit a79606a6507fc01a74910f7959e84c4e9a730714
419 Author: Bob Finch <w9ya@qrparci.net>
420 Date: Mon Nov 22 12:24:42 2010 -0700
422 Added PKGBUILDs for deps into contribs
424 commit 377ee7e90ecd028f984cd1abce96b2efc3b5b977
425 Author: Keith Packard <keithp@keithp.com>
426 Date: Sun Nov 21 14:03:17 2010 -0800
428 altos: Add on/off modes to 'C' command
430 This lets the user turn the radio on/off and then invoke other commands.
432 Signed-off-by: Keith Packard <keithp@keithp.com>
434 commit 902735ffbfdd97672d52b09f17cdcd619193fd05
435 Author: Anthony Towns <aj@erisian.com.au>
436 Date: Mon Nov 22 05:29:26 2010 +1000
438 altosui: keep sitemap more centred on rocket
440 commit b85df38b5611e45cb9296df07b720badf74ac26e
441 Author: Anthony Towns <aj@erisian.com.au>
442 Date: Mon Nov 22 05:22:17 2010 +1000
444 altosui: improve sitemap scrolling behaviour
446 commit 4a9ded5b39ed08e13abc2cddba8b712f62b983f2
447 Author: Anthony Towns <aj@erisian.com.au>
448 Date: Sun Nov 21 17:39:50 2010 +1000
450 AltosSiteMap: ensure buffer around active tile
452 commit ec47bc93a487614714a752cb30ec9fe3d8f72929
453 Merge: 0393830 e7954c8
454 Author: Anthony Towns <aj@erisian.com.au>
455 Date: Sun Nov 21 16:08:37 2010 +1000
457 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
459 commit e7954c820763f80e993f9f822e837725cf36af84
460 Author: Keith Packard <keithp@keithp.com>
461 Date: Sat Nov 20 22:03:26 2010 -0800
463 altosui: When fixing eeprom gps time information, make GPS data valid
465 Eeprom files may be missing the GPS time (due to a firmware bug). Working
466 around this involves finding the next valid GPS time and using that to
467 create a fake GPS time entry. However, that next GPS time may not
468 be locked or may have few sats as it is from the boost stage of the
469 flight. Fix this by simply forcing the fake time packet to have
470 4 sats and be locked.
472 Signed-off-by: Keith Packard <keithp@keithp.com>
474 commit 0393830f85da5efc96bbdf0d9769b66019c34b33
475 Author: Anthony Towns <aj@erisian.com.au>
476 Date: Sun Nov 21 15:13:35 2010 +1000
478 AltosSiteMap: limit nr of tiles to 200x200
480 commit a08b2a6363c194195db92029743f6612676373ce
481 Author: Anthony Towns <aj@erisian.com.au>
482 Date: Sun Nov 21 15:03:21 2010 +1000
484 AltosSiteMap: never accept 0,0 as lat/long
486 commit 84e570d8a8a52e0d358582135ec1b3a12be94c26
487 Author: Anthony Towns <aj@erisian.com.au>
488 Date: Sun Nov 21 14:45:10 2010 +1000
490 AltosSiteMap: refactor tile collection
492 commit 71e487344395a8efc9cd279aad92f601ff4c6d3d
493 Author: Anthony Towns <aj@erisian.com.au>
494 Date: Sun Nov 21 14:05:00 2010 +1000
496 AltosSiteMap: thread safe tile addition
498 commit c040bcd06679484175542208fb564d0271a7fc1b
499 Author: Anthony Towns <aj@erisian.com.au>
500 Date: Sun Nov 21 13:19:36 2010 +1000
502 AltosSiteMap: try to get new tile construction right
504 commit c3994dd82d489289ebc99ff9c5fa88f560c023ac
505 Author: Anthony Towns <aj@erisian.com.au>
506 Date: Sun Nov 21 13:07:11 2010 +1000
508 AltosSiteMap: extend map if rocket goes far away
510 commit 835b903727a2eabda8d9659cc46e53301f92897c
511 Merge: 440a0f3 8789135
512 Author: Anthony Towns <aj@erisian.com.au>
513 Date: Sun Nov 21 11:15:02 2010 +1000
515 Merge branch 'sitemap' into buttonbox
518 ao-tools/altosui/AltosSiteMap.java
520 commit 878913551a1e4e3c8f2b39fa4aeb234880735a1c
521 Author: Anthony Towns <aj@erisian.com.au>
522 Date: Sun Nov 21 10:55:22 2010 +1000
524 AltosSiteMap: explain tile size better
526 commit 440a0f3f5130eb0c8e614691892be8c94e7fd3c3
527 Author: Keith Packard <keithp@keithp.com>
528 Date: Sat Nov 20 16:55:12 2010 -0800
530 altosui: Set site map flight path lines to 6 pixels anti-aliased.
532 Much more visible over the map.
534 Signed-off-by: Keith Packard <keithp@keithp.com>
536 commit 2a7dc3ba36bac81640a9498e0d0caf1470b57c19
537 Merge: e5b1ada ece2c86
538 Author: Anthony Towns <aj@erisian.com.au>
539 Date: Sun Nov 21 10:45:15 2010 +1000
541 Merge branch 'buttonbox' into sitemap
544 ao-tools/altosui/AltosFlightUI.java
546 commit 8df185cd95cfecbed8272dd1275d077c5b45535b
547 Merge: ece2c86 1e71264
548 Author: Keith Packard <keithp@keithp.com>
549 Date: Sat Nov 20 16:35:48 2010 -0800
551 Merge remote branch 'aj/sitemap' into buttonbox
554 ao-tools/altosui/AltosFlightUI.java
556 Signed-off-by: Keith Packard <keithp@keithp.com>
558 commit e5b1adae9b23b98a6321986f5cd67c9d3166b87f
559 Author: Anthony Towns <aj@erisian.com.au>
560 Date: Sun Nov 21 10:34:39 2010 +1000
562 AltosSiteMap: better gps check, lower zoom
564 commit ece2c86e2641b2cd613791293526c492b1606aa1
565 Author: Keith Packard <keithp@keithp.com>
566 Date: Sat Nov 20 16:19:42 2010 -0800
568 altosui: Rewrite info table to mix with scroll pane well. Fix startup size
570 Using a single table for the info table means that the scroll pane
571 automatically picks up the table headers and shows them above the
574 This patch also fixes the application size at startup so that no
575 scrollbar is required in the info table, and the window is < 800x600.
577 Signed-off-by: Keith Packard <keithp@keithp.com>
579 commit 1e712647dd6df1e77650db705f3ac32a3c8f6907
580 Author: Anthony Towns <aj@erisian.com.au>
581 Date: Sun Nov 21 08:58:44 2010 +1000
585 commit a59a204e188e40ec8848a0dc63d6de710cee3039
586 Merge: 8263630 37f0201
587 Author: Anthony Towns <aj@erisian.com.au>
588 Date: Sun Nov 21 08:56:13 2010 +1000
590 Merge branch 'buttonbox' into sitemap
592 commit 82636305021c41d676f5f0f11378724fe0de0079
593 Author: Anthony Towns <aj@erisian.com.au>
594 Date: Sun Nov 21 08:44:13 2010 +1000
596 AltosSiteMap: be more polite about preferred size
598 commit 37f0201d724693528f37ac7d275f68f90cf94da0
599 Author: Keith Packard <keithp@keithp.com>
600 Date: Sat Nov 20 14:31:23 2010 -0800
602 altosui: change descent tab formatting to four columns
604 This places labels to the left of each field. For igniter voltages,
605 it uses three columns for the labels.
607 Signed-off-by: Keith Packard <keithp@keithp.com>
609 commit 66ebd954d9c9a44a8db0ee713c682e39306fabd8
610 Author: Anthony Towns <aj@erisian.com.au>
611 Date: Sun Nov 21 08:28:24 2010 +1000
615 commit 72f5e05f9f0055f2cef8b840812f090556c94338
616 Author: Anthony Towns <aj@erisian.com.au>
617 Date: Sun Nov 21 08:18:39 2010 +1000
619 AltosSiteMap: major refactoring
621 commit b47517d4c2e49f6f7b9954d2c85f96397fe1103e
622 Author: Keith Packard <keithp@keithp.com>
623 Date: Sat Nov 20 14:06:37 2010 -0800
627 commit 6f8bc2ad20b715343e0510563ab0f14787ef3e07
628 Author: Anthony Towns <aj@erisian.com.au>
629 Date: Sun Nov 21 01:34:52 2010 +1000
631 AltosDescent: switch elev from height to range
633 commit 89f44c5587ea4f927d5e398b6af919df0d6561c3
634 Author: Anthony Towns <aj@erisian.com.au>
635 Date: Sun Nov 21 01:27:01 2010 +1000
637 AltosAscent/Descent: tidy up layout
639 commit 51e403145d28ac913e36d205077a613845596be2
640 Author: Anthony Towns <aj@erisian.com.au>
641 Date: Sun Nov 21 00:17:51 2010 +1000
643 AltosSiteMapTile: draw boost circle as well as landed
645 commit 25ffe1cc7823895886b4777f310b4bda1c80133b
646 Author: Anthony Towns <aj@erisian.com.au>
647 Date: Sun Nov 21 00:07:16 2010 +1000
649 AltosSiteMap: automatic fetching of map data
651 commit 20f714bbe3137de8fb7491b39985021fd1774930
652 Author: Anthony Towns <aj@erisian.com.au>
653 Date: Sat Nov 20 22:49:51 2010 +1000
655 AltosSiteMapTile: seperate map and drawing layers
657 commit 58f8d069ce9488e2987b8e92caa69fe68cda7569
658 Author: Anthony Towns <aj@erisian.com.au>
659 Date: Sat Nov 20 21:06:37 2010 +1000
661 AltosSiteMap: add autoscroll and grabndrag scroll
663 commit 74cab8503b51ba6fb05a4d12a031c749e870b0ef
664 Merge: 0ecf033 9a99cab
665 Author: Anthony Towns <aj@erisian.com.au>
666 Date: Sat Nov 20 18:20:45 2010 +1000
668 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
670 commit 0ecf033110084f1a8be98282d7029dc14f70dab5
671 Merge: 081fbd5 71c41ea
672 Author: Anthony Towns <aj@erisian.com.au>
673 Date: Sat Nov 20 18:14:30 2010 +1000
675 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
677 commit 9a99cabc1c34c657fc95246192ba6d330f5f22d3
678 Author: Keith Packard <keithp@keithp.com>
679 Date: Sat Nov 20 00:13:58 2010 -0800
681 altosui: Fix channel changing in flight UI to actually work
683 Replacing the menu with a combo box required reworking the way events
684 are delivered from that widget back to the channel changing
685 function. Just delete the old magic and use the JComboBox action
688 Signed-off-by: Keith Packard <keithp@keithp.com>
690 commit 71c41eadd12c3ece5fffce7669e4991778046d4e
691 Author: Keith Packard <keithp@keithp.com>
692 Date: Sat Nov 20 00:09:03 2010 -0800
694 altosui: Initialize display thread state in constructor instead of run
696 Some state will get set before run is called, initializing it there
699 Signed-off-by: Keith Packard <keithp@keithp.com>
701 commit 081fbd5715f9d3d81d98e149fb95d40447c07a79
702 Merge: 90b9bc4 7920ed5
703 Author: Anthony Towns <aj@erisian.com.au>
704 Date: Sat Nov 20 17:40:49 2010 +1000
706 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
709 ao-tools/altosui/AltosFlightUI.java
711 commit 7920ed5c34b088f45ce4213b061ddd1ffe22cee8
712 Author: Keith Packard <keithp@keithp.com>
713 Date: Fri Nov 19 23:18:51 2010 -0800
715 altosui: calling thread.interrupt with null thread doesn't work well
717 This was a left-over from debugging the previous patch.
719 Signed-off-by: Keith Packard <keithp@keithp.com>
721 commit 8c8dc3794c7b5fa5a5b43b1c461d6c8bb3ab425d
722 Author: Keith Packard <keithp@keithp.com>
723 Date: Fri Nov 19 23:09:15 2010 -0800
725 altosui: When switching log files, don't terminate log thread
727 The log thread automatically switches output files when the incoming
728 telemetry changes. Don't use 'close' for that as 'close' terminates
729 the log thread as well as closing the file. Create a new
730 'close_log_file' function which just closes the file.
732 Signed-off-by: Keith Packard <keithp@keithp.com>
734 commit 594e80572821f1848db062d0cff18ca8bf0d90ce
735 Author: Keith Packard <keithp@keithp.com>
736 Date: Fri Nov 19 22:44:48 2010 -0800
738 altosui: switch channel selector to combo box. Shorten displayed device names
740 A combo box displays the current value, which is quite nice to
741 have. Add a 'toShortString' for AltosDevice so that the window frames
742 and error messages don't have extra spaces generated by the
743 altos_device toString method.
745 Signed-off-by: Keith Packard <keithp@keithp.com>
747 commit fa07afc73bc5eccff8464a2def05ad600da33c97
748 Author: Bdale Garbee <bdale@gag.com>
749 Date: Fri Nov 19 23:33:42 2010 -0700
751 update turnon scripts to use stashed copies of stable release firmware
753 commit 9ffc2eb53a47e435f39b02896b0e43ae5f47f450
754 Author: Keith Packard <keithp@keithp.com>
755 Date: Fri Nov 19 18:25:48 2010 -0800
757 altosui: Use timeouts to recover from broken packet links.
759 This puts timeouts every place the system reads from the packet link
760 and aborts the in-progress operation if it takes more than a second to
763 Also mixed in here are persistent igniter status displays for the
766 Signed-off-by: Keith Packard <keithp@keithp.com>
768 commit 68078eab3c07d8dc83302747cf6f3dcb1797c6ce
769 Author: Keith Packard <keithp@keithp.com>
770 Date: Fri Nov 19 20:44:29 2010 +0800
772 doc: Document the 'Flash Image' operation.
774 Signed-off-by: Keith Packard <keithp@keithp.com>
776 commit b4bdda65488e8ef27d2889cb6cc8eda3c5d50e0a
777 Author: Keith Packard <keithp@keithp.com>
778 Date: Fri Nov 19 20:29:14 2010 +0800
780 doc: git ignore generated doc files
782 Signed-off-by: Keith Packard <keithp@keithp.com>
784 commit f0542085de2139ef562af068ec05fa73f47c73b1
785 Author: Keith Packard <keithp@keithp.com>
786 Date: Fri Nov 19 20:26:49 2010 +0800
788 doc: Add preliminary altosui documentation
790 Also, update the Makefile to allow for further documents to be added
791 without a lot of custom rules.
793 Signed-off-by: Keith Packard <keithp@keithp.com>
795 commit 0e7a10f71803d60f8b34c5a91efd220449442769
796 Author: Keith Packard <keithp@keithp.com>
797 Date: Fri Nov 19 17:16:03 2010 +0800
799 altosui: Clean up global AltosUI configuration settings dialog
801 This dialog had a mish-mash of styles and was confusing.
802 Now it's got a label for each line, and suitable setters for
805 Signed-off-by: Keith Packard <keithp@keithp.com>
807 commit 8f72f08839346fb225238420324f0edcd070e531
808 Author: Keith Packard <keithp@keithp.com>
809 Date: Fri Nov 19 17:14:17 2010 +0800
811 altosui: Unify datafile selection to AltosDataChooser
813 Instead of having several separate intefaces, use a single dialog for
814 selecting data files for graph/export/replay.
816 Signed-off-by: Keith Packard <keithp@keithp.com>
818 commit 24ffcf86c43290ce0f70fb4ee0984b3debdb8a5f
819 Author: Keith Packard <keithp@keithp.com>
820 Date: Fri Nov 19 15:41:30 2010 +0800
822 altosui: Add igniter ground testing code
824 Not yet hooked up, but the UI is finished.
826 Signed-off-by: Keith Packard <keithp@keithp.com>
828 commit 90b9bc4475011bead7117ed72fa5efa0f77b2813
829 Author: Anthony Towns <aj@erisian.com.au>
830 Date: Fri Nov 19 13:30:00 2010 +1000
832 AltosSiteMapTile: adjust scale to 1 nmi per tile
834 commit fa45336062523838ba8abb08427cdc4d9c7de7a8
835 Author: Anthony Towns <aj@erisian.com.au>
836 Date: Fri Nov 19 13:17:29 2010 +1000
838 AltosSiteMapTile: adjust centering calculation
840 commit fda93afcd8aa4133b0e5f008b824d072e338d0ed
841 Author: Anthony Towns <aj@erisian.com.au>
842 Date: Fri Nov 19 13:02:05 2010 +1000
844 AltosSiteMapTile: autoscale to about 2 nmi per tile
846 commit 483346a03c94b200692f5e6d59f3feee4dcf2ace
847 Author: Anthony Towns <aj@erisian.com.au>
848 Date: Fri Nov 19 12:09:46 2010 +1000
850 altosui: tile site maps
852 commit 939be6793238a275b7682ecc376fed14379cf044
853 Merge: e68fe94 1a4b6e9
854 Author: Anthony Towns <aj@erisian.com.au>
855 Date: Thu Nov 18 05:54:06 2010 +1000
857 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
860 ao-tools/altosui/AltosFlightUI.java
862 commit 1a4b6e96f823035b113f01d1bdfd61afc1f33e25
863 Author: Keith Packard <keithp@keithp.com>
864 Date: Tue Nov 16 22:46:29 2010 +0800
866 altosui: Add igniter status to ascent and descent tabs
868 Monitor igniters during all phases of the flight.
870 Signed-off-by: Keith Packard <keithp@keithp.com>
872 commit d0eb41619544ead6d9dab3a8d024a12936c9cdd0
873 Author: Keith Packard <keithp@keithp.com>
874 Date: Tue Nov 16 22:20:00 2010 +0800
876 altosui: Cleanup flight UI layout
878 Use common constants for fonts and insets
879 Shrink fonts so that the window is < 600 pixels tall.
881 Signed-off-by: Keith Packard <keithp@keithp.com>
883 commit fcca333cda64be35f0c9fb0109eef1be3709dddd
884 Author: Keith Packard <keithp@keithp.com>
885 Date: Tue Nov 16 21:49:59 2010 +0800
887 altosui: Add callsign configuration in AltosUI configuration dialog
889 This callsign is used during packet communication.
891 Signed-off-by: Keith Packard <keithp@keithp.com>
893 commit d1dbe3b69e6f95ef8ecd4cf959863b922ab47c66
894 Author: Bdale Garbee <bdale@gag.com>
895 Date: Mon Nov 15 11:08:00 2010 -0700
897 add a paragraph about forcing TM back to idle mode if an accel cal goes badly
899 commit 39e371561469d8e5059638ffa4e7075f391de268
900 Author: Keith Packard <keithp@keithp.com>
901 Date: Mon Nov 15 23:14:51 2010 +0800
903 altosui: add reboot button to telemetrum configuration UI
905 This lets you reconfigure and reboot telemetrum, including over the
908 Signed-off-by: Keith Packard <keithp@keithp.com>
910 commit 257e97137325f5dbbd6aa034f20fd6937b67df90
911 Author: Keith Packard <keithp@keithp.com>
912 Date: Mon Nov 15 22:38:35 2010 +0800
914 altosui: eliminate menu bar, moving elements to buttons.
916 This adds a new 'configure AltosUI' dialog to set the log directory
917 and voice preferences.
919 Signed-off-by: Keith Packard <keithp@keithp.com>
921 commit 524644d8d8ce3f8a5a914ecfc7e2a8d474d89095
922 Author: Keith Packard <keithp@keithp.com>
923 Date: Mon Nov 15 22:04:44 2010 +0800
925 altosui: oops, missed a file in the previous commit
927 AltosSerialInUseException.java just defines a new exception, thanks to
928 java for making this live in a separate file.
930 Signed-off-by: Keith Packard <keithp@keithp.com>
932 commit 511903704f7e1b22e88dd3e3cc35fd3c0583820e
933 Author: Keith Packard <keithp@keithp.com>
934 Date: Sun Nov 14 03:26:57 2010 -0800
936 altosui: With --replay option, exit when replay window is closed
938 Otherwise, the application hangs around forever.
940 Signed-off-by: Keith Packard <keithp@keithp.com>
942 commit 11c95f687b1f68d35fa1a0af2c4e7982b8bb226a
943 Author: Keith Packard <keithp@keithp.com>
944 Date: Sat Nov 13 17:09:51 2010 -0800
946 altosui: Replace flight status table with labels, fix resize.
948 There's no reason to use a table for the flight status data,
949 replace that with a selection of widgets instead.
951 Also, set all of the grid bag constraints for the various flight
952 status displays so that resize does something sensible.
954 Adds a scrollbar to the table display so that it can shrink.
956 Signed-off-by: Keith Packard <keithp@keithp.com>
958 commit dcfa56498d1b65a213b8aba9cbd6c4806532383c
959 Author: Keith Packard <keithp@keithp.com>
960 Date: Sat Nov 13 16:07:04 2010 -0800
962 altosui: Open serial device at 'new' time. Prohibit duplicate opens.
964 With the per-serial UI, there's never a reason to create a serial
965 device without opening it right away. This eliminates the bug caused
966 by not opening the serial device for telemetry reception.
968 Serial devices can now be opened only once; this eliminates errors
969 when trying to reflash or configure devices while receiving telemetry.
971 Signed-off-by: Keith Packard <keithp@keithp.com>
973 commit 8463ffcaca6bcd31e645aba71c171f548dce96d8
974 Author: Keith Packard <keithp@keithp.com>
975 Date: Sat Nov 13 15:19:14 2010 -0800
977 altosui: Eliminate unncessary import altosui lines
979 Java appears to automatically import every module from the current
982 Signed-off-by: Keith Packard <keithp@keithp.com>
984 commit 566c6486c8815ae241e0b116a93b1a0ff4783831
985 Author: Bdale Garbee <bdale@gag.com>
986 Date: Sat Nov 13 12:19:12 2010 -0700
988 continuing to work on the docs
990 commit e68fe9454352087889c560d95797922493117acb
991 Author: Anthony Towns <aj@erisian.com.au>
992 Date: Sun Nov 14 00:59:01 2010 +1000
994 AltosSiteMap: add targeting circles around landing site
996 commit 1e7e02987276847274493312202d22222c953149
997 Author: Anthony Towns <aj@erisian.com.au>
998 Date: Sun Nov 14 00:57:45 2010 +1000
1000 AltosTelemetryReader: actually open serial port
1002 commit 9c32b93ef5fb43558fb0179ea1b047e35b7ed6e8
1003 Merge: 991541f a6f30fa
1004 Author: Anthony Towns <aj@erisian.com.au>
1005 Date: Sun Nov 14 00:29:11 2010 +1000
1007 Merge branch 'buttonbox' of git://git.gag.com/fw/altos into buttonbox
1009 commit a6f30fae906bd87dff192c5fd4d10df283f99930
1010 Author: Keith Packard <keithp@keithp.com>
1011 Date: Fri Nov 12 17:02:22 2010 -0800
1013 altosui: Add RF calibration to TeleMetrum config dialog
1015 I think that's the last user-settable value.
1017 Signed-off-by: Keith Packard <keithp@keithp.com>
1019 commit 1bdc6166f3bc5ce3f8e55acb1484923781412e21
1020 Merge: f111871 5c6a533
1021 Author: Bdale Garbee <bdale@gag.com>
1022 Date: Fri Nov 12 17:32:43 2010 -0700
1024 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
1026 commit f1118717780a81f9257d2eed7828b66538deb8a8
1027 Author: Bdale Garbee <bdale@gag.com>
1028 Date: Fri Nov 12 17:32:21 2010 -0700
1030 fold in content from Keith's email on the re-flashing subject
1032 commit 7def9dd0d0a4ce9cf7c65de573100e664f278717
1033 Author: Bdale Garbee <bdale@gag.com>
1034 Date: Fri Nov 12 10:58:54 2010 -0700
1036 first cut at instructions on how to re-flash TM and TD devices based on email
1037 reply to a user who asked
1039 commit 991541f57f065f429c6ec425efd6ac731280b2c1
1040 Author: Anthony Towns <aj@erisian.com.au>
1041 Date: Fri Nov 12 23:42:42 2010 +1000
1043 better error behaviour if no map
1045 commit 1bcfa22de7821984149db10cb79913efed36b41e
1046 Author: Anthony Towns <aj@erisian.com.au>
1047 Date: Fri Nov 12 23:29:40 2010 +1000
1049 pull up maps for arbitrary locations
1051 commit beb6c881ec006241c7d2820c64e5381131d41180
1052 Author: Anthony Towns <aj@erisian.com.au>
1053 Date: Fri Nov 12 03:24:26 2010 +1000
1055 make infotable scrollable, revert its fontsize to 14
1057 commit 0327c1da01a3f6ede01f05c1d775651a57fd0c68
1058 Author: Anthony Towns <aj@erisian.com.au>
1059 Date: Fri Nov 12 02:08:58 2010 +1000
1063 commit 81e7b43ecad666e2e2310c7c94184f888bc86585
1064 Author: Anthony Towns <aj@erisian.com.au>
1065 Date: Fri Nov 12 02:07:41 2010 +1000
1067 add site map tab, at least for QRS launches
1069 commit 5394548fa5c7bdbfcc01e8aa19e93e1cf6345e2a
1070 Merge: 891e629 75f7698
1071 Author: Keith Packard <keithp@keithp.com>
1072 Date: Wed Nov 10 22:11:21 2010 -0800
1074 Merge remote branch 'aj/buttonbox' into buttonbox
1076 commit 75f7698b99a661ed17a91748a99699fa6761772a
1077 Author: Anthony Towns <aj@erisian.com.au>
1078 Date: Thu Nov 11 16:06:32 2010 +1000
1080 add compass bearing during descent
1082 commit cc0a730de093c49be2a921101d27622b6f592e92
1083 Author: Anthony Towns <aj@erisian.com.au>
1084 Date: Thu Nov 11 15:57:52 2010 +1000
1086 add compass bearing to voice output
1088 commit 317ec72a34906faad88c6924e634617b074e71db
1089 Author: Anthony Towns <aj@erisian.com.au>
1090 Date: Thu Nov 11 15:52:01 2010 +1000
1092 use grayled.png for off
1094 commit 8503943e3613f8670b128012b12ff14fb54321d7
1095 Author: Anthony Towns <aj@erisian.com.au>
1096 Date: Thu Nov 11 15:45:43 2010 +1000
1098 reduce font size for FlightInfoTable
1100 commit 3ffaa5d1c00b28be20fd4a26deb7bd41d953e92a
1101 Author: Anthony Towns <aj@erisian.com.au>
1102 Date: Thu Nov 11 15:43:05 2010 +1000
1104 read preferences for --replay
1106 commit 1f3e091efdfb2fe6f06a066cac60f5d267b94856
1107 Author: Anthony Towns <aj@erisian.com.au>
1108 Date: Thu Nov 11 15:40:37 2010 +1000
1110 add --replay command line argument
1112 commit b16b873723ee3e5097e6725c59ce191119439ad7
1113 Author: Anthony Towns <aj@erisian.com.au>
1114 Date: Thu Nov 11 15:38:27 2010 +1000
1116 use value_font for values
1118 commit 891e629f6ba20654b614f3ca7211a0f1c92670cb
1119 Author: Keith Packard <keithp@keithp.com>
1120 Date: Wed Nov 10 16:28:19 2010 -0800
1122 altos: Use grey leds when unlit - easier to see
1124 commit 5c6a5335a057be0219450b4b9889c647d8d4a012
1125 Author: Bob Finch <w9ya@qrparci.net>
1126 Date: Mon Nov 1 14:36:41 2010 -0600
1128 Updated PKGBUILD-git.altos
1130 Signed-off-by: Keith Packard <keithp@keithp.com>
1132 commit b0d31910da592e2f67c47c8fc3e15ce8135d5094
1133 Author: Keith Packard <keithp@keithp.com>
1134 Date: Tue Nov 9 23:34:32 2010 -0800
1136 altosui: Add ascent, descent and landed tabs
1138 This completes the set of tabs for in-flight status information.
1140 Signed-off-by: Keith Packard <keithp@keithp.com>
1142 commit 22d00785188a880700cd372528189a7a15278da9
1143 Author: Keith Packard <keithp@keithp.com>
1144 Date: Tue Nov 9 14:40:58 2010 -0800
1146 altosui: Add tab UI with 'pad' mode.
1148 This creates a multi-tab interface for flight monitoring
1149 and includes a special tab for 'pad' mode.
1151 Signed-off-by: Keith Packard <keithp@keithp.com>
1153 commit eb77e806ded99532dc7eaa39c1893f075b028af6
1154 Author: Keith Packard <keithp@keithp.com>
1155 Date: Tue Nov 9 10:21:34 2010 -0800
1157 altosui: Create abstract interface for flight data display
1159 This allows the implementation of the flight data display to occur in
1160 the flight UI instead of the display thread.
1162 Signed-off-by: Keith Packard <keithp@keithp.com>
1164 commit a0a92c605e238277c9881545a7226e53b5dbc295
1165 Author: Keith Packard <keithp@keithp.com>
1166 Date: Mon Nov 8 22:17:26 2010 -0800
1168 altosui: Fix more calls to AltosPreferences.channel()
1172 Signed-off-by: Keith Packard <keithp@keithp.com>
1174 commit 94f4a50d6430cc8280cbdaa9f39d3cb858d0e077
1175 Author: Keith Packard <keithp@keithp.com>
1176 Date: Mon Nov 8 22:10:46 2010 -0800
1178 altosui: Fix channel setting at serial open time
1180 Was using the previous non-device-specific preferences API.
1182 Signed-off-by: Keith Packard <keithp@keithp.com>
1184 commit 6b17d276271faa8a420a1c8f6be17faaa0c7043c
1185 Author: Keith Packard <keithp@keithp.com>
1186 Date: Mon Nov 8 22:07:04 2010 -0800
1188 altosui: Create buttons for main actions
1190 Signed-off-by: Keith Packard <keithp@keithp.com>
1192 commit 16916be51d746b1e1057b3219e5bec8f8814259e
1193 Author: Keith Packard <keithp@keithp.com>
1194 Date: Fri Nov 5 23:44:47 2010 -0700
1196 altosui: Split out flight monitoring to separate window
1198 This creates a per-TD (or replay) window to contain the flight
1199 monitoring information, allowing multiple monitors.
1201 This also adds per-TD preferences for monitoring channel.
1203 Signed-off-by: Keith Packard <keithp@keithp.com>
1205 commit ca931b1c484bd6b64617370e81b16e169fdae1c2
1206 Author: Bdale Garbee <bdale@gag.com>
1207 Date: Wed Oct 6 17:47:44 2010 -0600
1209 update changelogs for Debian build
1211 commit 811ced628d586134224c1b501b40ce9eb435fc7c
1212 Author: Keith Packard <keithp@keithp.com>
1213 Date: Wed Oct 6 16:42:27 2010 -0700
1215 altosui: Separate out jfreechart and jcommon directories
1217 This allows these packages to be referenced separately
1219 Signed-off-by: Keith Packard <keithp@keithp.com>
1221 commit c2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed
1222 Author: Keith Packard <keithp@keithp.com>
1223 Date: Wed Oct 6 16:25:49 2010 -0700
1225 altosui: Remove ability to graph data in .csv files
1227 There's no reason to support these files when the raw .eeprom or
1228 .telem files which generate them should be used instead.
1230 Signed-off-by: Keith Packard <keithp@keithp.com>
1232 commit d5caf6f2f4d9257e26aa4305b26c02d1b263fa24
1233 Author: Bdale Garbee <bdale@gag.com>
1234 Date: Wed Oct 6 17:14:35 2010 -0600
1236 remove the csv build dep, as that code will be abandoned
1238 commit 43e23a60780191e3c6f61df44c5dd08cc8604c51
1239 Author: Bdale Garbee <bdale@gag.com>
1240 Date: Wed Oct 6 16:27:57 2010 -0600
1242 update changelogs for Debian build
1244 commit 8103432bf7adfe6ee5bf3ee42e1672475e6edd5a
1245 Author: Bdale Garbee <bdale@gag.com>
1246 Date: Wed Oct 6 16:26:33 2010 -0600
1248 update changelogs for Debian build
1250 commit 635066cd35fb24cacf8400a477ea4b4e3dd2c39c
1251 Author: Bdale Garbee <bdale@gag.com>
1252 Date: Wed Oct 6 16:26:19 2010 -0600
1254 update changelogs for Debian build
1256 commit 4396aaaf34cda3751dcca0eceb05b4ffeb411cde
1257 Author: Bdale Garbee <bdale@gag.com>
1258 Date: Wed Oct 6 16:25:22 2010 -0600
1260 add build-dep on libcsv-java
1262 commit 7475ab5804bf3fb12b1b755e850af90d5a15d3eb
1263 Author: Bdale Garbee <bdale@gag.com>
1264 Date: Wed Oct 6 16:19:35 2010 -0600
1266 update changelogs for Debian build
1268 commit d8a2f4ceb1c70a6be976a78e2264c961de2f2277
1269 Author: Bdale Garbee <bdale@gag.com>
1270 Date: Wed Oct 6 16:18:45 2010 -0600
1272 add build dep on jfreechart lib
1274 commit f0d1468ceae065f0cdae6f6ae3323dec5636f073
1275 Author: Keith Packard <keithp@keithp.com>
1276 Date: Tue Sep 28 17:56:49 2010 -0700
1278 altosui: Add KML file export.
1280 Command line has switches now, --kml and --csv
1281 Export save dialog has combo box to select kml or csv result.
1283 Signed-off-by: Keith Packard <keithp@keithp.com>
1285 commit 5a119fd92532d53e552efe1f7c61e87181fcace0
1286 Merge: 28da340 82744c3
1287 Author: Keith Packard <keithp@keithp.com>
1288 Date: Mon Sep 27 22:28:07 2010 -0700
1290 Merge remote branch 'aj/master'
1292 commit 82744c3497d37650b88dee80be7956c4bd1cffb2
1293 Author: Anthony Towns <aj@erisian.com.au>
1294 Date: Tue Sep 28 15:27:07 2010 +1000
1296 Add callsign/serial/flight to graph title
1298 commit 28da3406426437604125d332e4cda90d459df487
1299 Author: Keith Packard <keithp@keithp.com>
1300 Date: Mon Sep 27 22:26:56 2010 -0700
1302 altosui: use Altos constants in graphing code
1304 The Altos class nicely defines constants for all of the flight states.
1306 Signed-off-by: Keith Packard <keithp@keithp.com>
1308 commit ce7f59fbfb5a94a67a4ceced3cc371b4c6b6e5d1
1309 Author: Anthony Towns <aj@erisian.com.au>
1310 Date: Tue Sep 28 14:45:01 2010 +1000
1312 Hax0r graphing to support telem/eeprom files
1314 commit e2b9f47a205348d38756c70e928a2a9183de6884
1315 Merge: 7ef3ad0 8032031
1316 Author: Anthony Towns <aj@erisian.com.au>
1317 Date: Tue Sep 28 12:55:47 2010 +1000
1319 Merge branch 'master' of git://git.gag.com/fw/altos
1321 commit 803203197e51e71e9c77b3610047fd5bf9a56c56
1322 Author: Keith Packard <keithp@keithp.com>
1323 Date: Mon Sep 27 18:52:30 2010 -0700
1325 altosui: Deal with eeprom dates going backwards across wrap
1327 eeprom timestamps can go backwards as the GPS time stamps are
1328 recorded when the first GPS character is received, but not placed into
1329 the eeprom log until the last GPS packet is complete. If this happens
1330 at the same time the tick count is wrapping, then the tick count will
1331 wrap backwards across the 0 boundary causing time to jump forwards.
1333 Fix this by letting time go backwards across the tick boundary, which
1334 requires that we know when the first 'real' tick is read from the
1337 Signed-off-by: Keith Packard <keithp@keithp.com>
1339 commit fe7eba2e4af36cf29d8dc2378ac6985be04f68c6
1340 Author: Keith Packard <keithp@keithp.com>
1341 Date: Mon Sep 27 18:51:05 2010 -0700
1343 altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbers
1345 This makes the CSV files contain all of the available information.
1347 Signed-off-by: Keith Packard <keithp@keithp.com>
1349 commit c89a34d1eb25155405b0036baeadc7bbfeade1c2
1350 Author: Keith Packard <keithp@keithp.com>
1351 Date: Mon Sep 27 17:11:48 2010 -0700
1353 altosui: Create iterables for log file scanning. Split out display threads
1355 Convert from log file reading paradigm to using iterators which is
1356 more idiomatic for java. Split more code out of AltosUI.java,
1357 including the display update threads for telemetry monitoring and
1360 Signed-off-by: Keith Packard <keithp@keithp.com>
1362 commit 7ef3ad0c9354c0484c25badc69334b59c7f355e2
1363 Merge: eb74866 e66919a
1364 Author: Anthony Towns <aj@erisian.com.au>
1365 Date: Fri Sep 24 10:28:06 2010 +1000
1367 Merge branch 'master' of git://git.gag.com/fw/altos
1369 commit e66919aa46193bd8c7a1e86fb32a3367dae121f5
1370 Author: Keith Packard <keithp@keithp.com>
1371 Date: Thu Sep 23 16:52:51 2010 -0700
1373 altosui: Require 4 sats for 'good' GPS data
1375 Wait for 10 consecutive GPS reports with at least 4 sats before
1376 reporting "GPS ready" state.
1378 Signed-off-by: Keith Packard <keithp@keithp.com>
1380 commit 34ca8c00f4be72c314baff4c96f1e2f010948454
1381 Author: Keith Packard <keithp@keithp.com>
1382 Date: Mon Sep 20 06:30:49 2010 -0700
1384 altosui: remove unused ReplayThread wrapper classes
1386 These aren't used now that the replay opener dialog knows how to build
1387 a reader from a filename.
1389 Signed-off-by: Keith Packard <keithp@keithp.com>
1391 commit fd010661ced6075f82a961625826665a3d8d1efe
1392 Author: Keith Packard <keithp@keithp.com>
1393 Date: Mon Aug 30 14:00:04 2010 -0700
1395 altosui: Factor some UI elements into separate classes
1397 Clean up AltosUI by moving the two main tables to separate class files.
1399 Signed-off-by: Keith Packard <keithp@keithp.com>
1401 commit eb74866e919e8c661153847871f5a79e66d37296
1402 Merge: af404b4 1260589
1403 Author: Anthony Towns <aj@erisian.com.au>
1404 Date: Mon Sep 20 22:05:26 2010 +1000
1406 Merge branch 'master' of git://git.gag.com/fw/altos
1408 commit 1260589976c1a95848b298497fd251c4ee7d3f93
1409 Author: Keith Packard <keithp@keithp.com>
1410 Date: Sun Sep 19 02:52:29 2010 -0700
1412 altosui: Write raw sensor data to .csv files
1414 For data export, provide the raw sensor samples instead of the
1417 Signed-off-by: Keith Packard <keithp@keithp.com>
1419 commit 7a4d7110debb88f4e906fee7c46f2badd561809d
1420 Author: Keith Packard <keithp@keithp.com>
1421 Date: Sun Sep 19 02:50:43 2010 -0700
1423 altosui: Use recorded ground acceleration when reading eeprom files
1425 The flight software records 1000 accelerometer samples and records
1426 that in the flight log. Use that value instead of using the very few
1427 samples recorded in the eeprom before boost is detected. This
1428 generates far more accurate accerometer data in the .csv files.
1430 Signed-off-by: Keith Packard <keithp@keithp.com>
1432 commit af404b428bd742039afc25ff3850f76bc92c7c29
1433 Author: Anthony Towns <aj@erisian.com.au>
1434 Date: Wed Sep 15 07:24:04 2010 +1000
1436 Add JFreeChart to Makefile.am
1438 commit 61590b8729831cb138b2ba6b88802c208d114753
1439 Author: Anthony Towns <aj@erisian.com.au>
1440 Date: Wed Sep 15 06:51:05 2010 +1000
1444 commit 3d64f5a6511529ca53699190f4d54de1ba62a9bd
1445 Merge: ec6da08 b9623f8
1446 Author: Anthony Towns <aj@erisian.com.au>
1447 Date: Sat Sep 11 15:15:14 2010 +1000
1449 Merge branch 'master' of git://git.gag.com/fw/altos
1451 commit b9623f8ef26491e9fa14e2478295fe6f5cbbd87f
1452 Author: Keith Packard <keithp@keithp.com>
1453 Date: Fri Sep 10 21:07:14 2010 -0700
1455 altosui: Remember directory containing firmware files
1457 Instead of forcing the user to navigate to the firmware directory each
1458 time, this remembers the previous directory and starts there.
1460 Signed-off-by: Keith Packard <keithp@keithp.com>
1462 commit 7f2204e0832b14b1edca4266a2cbc272141ecc2b
1463 Author: Keith Packard <keithp@keithp.com>
1464 Date: Fri Sep 10 20:55:05 2010 -0700
1466 altosui: set default .csv file name in file save dialog
1468 This uses setSelectedFile to specify which output filename to make the
1469 default in the save dialog.
1471 Signed-off-by: Keith Packard <keithp@keithp.com>
1473 commit 7e053ae1f2d09347123ac9fa79e46645378b4c70
1474 Author: Bdale Garbee <bdale@gag.com>
1475 Date: Fri Sep 10 10:42:35 2010 -0600
1477 make the column headers comma separated, too, so they align with the data
1479 commit ec6da0824474e46de842845d7b53fe1a1dde33ed
1480 Merge: 7c2e411 1031067
1481 Author: Anthony Towns <aj@erisian.com.au>
1482 Date: Fri Sep 10 16:11:34 2010 +1000
1484 Merge branch 'master' of git://git.gag.com/fw/altos
1486 commit 10310672a83a66dc630718b151d653fc066f8e59
1487 Author: Bdale Garbee <bdale@gag.com>
1488 Date: Fri Sep 10 00:09:25 2010 -0600
1490 update changelogs for Debian build
1492 commit 9d0e89e8ad8926dc8371fa809835a580ae49711d
1493 Author: Keith Packard <keithp@keithp.com>
1494 Date: Thu Sep 9 23:04:59 2010 -0700
1496 altosui: Stop parsing eeprom file after hitting 'landed' state
1498 Sometimes there are additional records found in the eeprom file; the
1499 reader is mostly worried about not losing anything, so it reads as
1500 much as it can. However, the last record written for any flight is the
1501 'landed' record, so we can stop looking at the file after hitting that.
1503 Signed-off-by: Keith Packard <keithp@keithp.com>
1505 commit 67b6952f7126704478ede5575e5e938d18fcc329
1506 Author: Keith Packard <keithp@keithp.com>
1507 Date: Thu Sep 9 23:04:14 2010 -0700
1509 altosui: Fill in time value of last Eeprom record read from file
1511 The last record is handled separately, and was missing the code to
1512 compute the time. Sigh.
1514 Signed-off-by: Keith Packard <keithp@keithp.com>
1516 commit 8b0b584cd0ca7542e65aac0c7897ad7ab4115122
1517 Author: Keith Packard <keithp@keithp.com>
1518 Date: Thu Sep 9 22:55:47 2010 -0700
1520 altosui: Remove debug printfs from AltosTelemetryReader
1522 Signed-off-by: Keith Packard <keithp@keithp.com>
1524 commit a80bfae15f1499c49f7ef47978bf0337d8120892
1525 Author: Bdale Garbee <bdale@gag.com>
1526 Date: Thu Sep 9 23:57:34 2010 -0600
1528 rewind packaging changelog, again
1530 commit 78ce3120e5a53858ca0d43c734aa5d28b4948ce3
1531 Author: Bdale Garbee <bdale@gag.com>
1532 Date: Thu Sep 9 23:52:20 2010 -0600
1534 update changelogs for Debian build
1536 commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e
1537 Author: Bdale Garbee <bdale@gag.com>
1538 Date: Thu Sep 9 23:51:23 2010 -0600
1540 rewind packaging changelog
1542 commit 7c2e4114a3a43f919a7a6c967d3f16e5d630f90f
1543 Merge: ddc83b4 af200f5
1544 Author: Anthony Towns <aj@erisian.com.au>
1545 Date: Fri Sep 10 15:50:01 2010 +1000
1547 Merge branch 'master' of git://git.gag.com/fw/altos
1549 commit af200f5b84555de0556b52146379f3934774a3f3
1550 Author: Keith Packard <keithp@keithp.com>
1551 Date: Thu Sep 9 22:30:48 2010 -0700
1553 altosui: Fix telemetry file reader to handle tick count wrapping
1555 The telemetry reader was ignoring tick count wrapping, so you'd see
1556 time go backwards in jumps. Not useful.
1558 Signed-off-by: Keith Packard <keithp@keithp.com>
1560 commit 96ca7051f60ea299e3e05bafbe5717fc83c3afd2
1561 Author: Bdale Garbee <bdale@gag.com>
1562 Date: Thu Sep 9 22:50:03 2010 -0600
1564 update changelogs for Debian build
1566 commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84
1567 Author: Keith Packard <keithp@keithp.com>
1568 Date: Thu Sep 9 21:28:10 2010 -0700
1570 Add --with-fat-dir configure option to publish finished stand-alone bits
1572 --with-fat-dir specifies a directory to copy the finished
1573 linux/macosx/windows stand-alone ("fat") packages to. A sub-directory
1574 will be created under the specified directory based on the product
1575 version number and the files copied there.
1577 Signed-off-by: Keith Packard <keithp@keithp.com>
1579 commit dd2b77b2a516a055f29191dcdfeb727e637aae86
1580 Author: Keith Packard <keithp@keithp.com>
1581 Date: Thu Sep 9 20:59:29 2010 -0700
1583 altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
1585 It used to be in ../libaltos
1587 Signed-off-by: Keith Packard <keithp@keithp.com>
1589 commit 72a5c1258db92d0ddd660bfa875e8e55cab47af7
1590 Author: Keith Packard <keithp@keithp.com>
1591 Date: Thu Sep 9 20:39:41 2010 -0700
1593 altosui: Remove some debug printfs.
1595 Signed-off-by: Keith Packard <keithp@keithp.com>
1597 commit 031fd9a954f2e3447d0150eb4ecc81af7b620dca
1598 Author: Keith Packard <keithp@keithp.com>
1599 Date: Thu Sep 9 20:36:12 2010 -0700
1601 Add firmware and libaltos to 'fat' target at top-level
1603 This ensures that all of the necessary bits are available to construct
1604 the distribution images.
1606 Signed-off-by: Keith Packard <keithp@keithp.com>
1608 commit fcaa480b1dfeb2fd4044f9c4e1b6d50c46fc9984
1609 Author: Bdale Garbee <bdale@gag.com>
1610 Date: Thu Sep 9 21:29:20 2010 -0600
1612 update changelogs for Debian build
1614 commit 48f57997452e17564e28fe3e37403f6f63d32dea
1615 Author: Keith Packard <keithp@keithp.com>
1616 Date: Thu Sep 9 20:24:42 2010 -0700
1618 altosui: conflating USB product and vendor IDs is a bad idea
1620 We've now got a USB vendor ID called 'altusmetrum' for generic
1621 altusmetrum devices (old USB ID 0x000A) while the general vendor name
1622 for all devices is 'altusmetrum' as well.
1624 This patch splits vendors and products into separate name spaces,
1625 products are prefixed with product_ and vendor with (oddly) vendor_.
1627 Signed-off-by: Keith Packard <keithp@keithp.com>
1629 commit 632d276118ab04de67561104be650f8fb69a0450
1630 Author: Bdale Garbee <bdale@gag.com>
1631 Date: Thu Sep 9 20:34:43 2010 -0600
1633 update changelogs for Debian build
1635 commit 1ac3d7e3ba52d1b0dc834eaa5d7886c730eaf307
1636 Author: Bdale Garbee <bdale@gag.com>
1637 Date: Thu Sep 9 20:34:22 2010 -0600
1639 initial cut at an altosui man page
1641 commit 5c4e437975054d33604402591e1ea2f314932593
1642 Author: Bdale Garbee <bdale@gag.com>
1643 Date: Thu Sep 9 20:06:09 2010 -0600
1645 update changelogs for Debian build
1647 commit 0ea75761416bff299233991e961ba25b6c7dcf89
1648 Merge: 35d70c9 8ee3464
1649 Author: Bdale Garbee <bdale@gag.com>
1650 Date: Thu Sep 9 20:05:27 2010 -0600
1652 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
1654 commit 8ee3464d8064ebe1694c7b20177878c0d9961451
1655 Author: Keith Packard <keithp@keithp.com>
1656 Date: Thu Sep 9 17:54:41 2010 -0700
1658 altosui: Display error dialog when AltOS JNI library can't be loaded
1660 Having an error dialog appear at application startup seems better than
1661 simply failing to present the device dialog later on.
1663 Signed-off-by: Keith Packard <keithp@keithp.com>
1665 commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095
1666 Author: Keith Packard <keithp@keithp.com>
1667 Date: Thu Sep 9 17:52:46 2010 -0700
1669 altosui: Store libaltos.so in $(libdir)/altos
1671 It's not a public library, so hide it away in a subdirectory.
1673 Signed-off-by: Keith Packard <keithp@keithp.com>
1675 commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268
1676 Author: Keith Packard <keithp@keithp.com>
1677 Date: Thu Sep 9 17:49:37 2010 -0700
1679 altosui: Need to have JVM include path substituted into libaltos Makefile
1681 The libaltos Makefile needs to find the relevant jni.h file, which is
1682 found in the JVM_INCLUDE path, all nicely located by the configure.ac script.
1684 Signed-off-by: Keith Packard <keithp@keithp.com>
1686 commit 35d70c92307dd478bc619b2f6c5a88e155cdad28
1687 Author: Bdale Garbee <bdale@gag.com>
1688 Date: Thu Sep 9 17:27:07 2010 -0600
1690 handle versioning of ihx files (poorly) by just wildcarding the file name,
1691 which assumes there's only one matching .. probably ok on Debian?
1693 commit c286ada6457579d64e9d8ca44b927258b4a561da
1694 Author: Bdale Garbee <bdale@gag.com>
1695 Date: Thu Sep 9 16:27:40 2010 -0600
1697 update changelogs for Debian build
1699 commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2
1700 Author: Keith Packard <keithp@keithp.com>
1701 Date: Thu Sep 9 15:25:18 2010 -0700
1703 altosui: remove FATJAR from all-local to avoid building fat .jar file
1705 the fat .jar file is used in non-native builds to run from a directory
1706 containing all of the freetts jar files along with the altosui jar
1707 file. We don't want this on a real install where freetts is installed separately.
1709 Signed-off-by: Keith Packard <keithp@keithp.com>
1711 commit 737a64c57a8f979f51c3fa6b3f214520c736cf8a
1712 Author: Keith Packard <keithp@keithp.com>
1713 Date: Thu Sep 9 15:22:14 2010 -0700
1715 altosui: hack to make JAVAROOT directory get created before javac runs
1717 This ensures that the JAVAROOT directory gets created by adding it to
1718 the variable used to set the CLASSPATH environment value.
1720 Signed-off-by: Keith Packard <keithp@keithp.com>
1722 commit b456bd9d7bcd9d968e43c38eeb6fa6ad8c58f895
1723 Author: Keith Packard <keithp@keithp.com>
1724 Date: Thu Sep 9 15:11:41 2010 -0700
1726 altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
1728 This appears to matter to Vista. Dunno why.
1730 Signed-off-by: Keith Packard <keithp@keithp.com>
1732 commit 16980b848651a6b20a0b458446f0a19fb517539d
1733 Author: Keith Packard <keithp@keithp.com>
1734 Date: Thu Sep 9 15:10:25 2010 -0700
1736 altosui: Add explicit requirement to create classes directory
1738 The implicit ordering doesn't appear reliable.
1740 Signed-off-by: Keith Packard <keithp@keithp.com>
1742 commit 15da683c2f747baef49c8b8d321a86faede0de30
1743 Author: Bdale Garbee <bdale@gag.com>
1744 Date: Thu Sep 9 15:51:50 2010 -0600
1746 update changelogs for Debian build
1748 commit 012e7176954a6b74b3b667317be0f6dc41d7ab70
1749 Author: Bdale Garbee <bdale@gag.com>
1750 Date: Thu Sep 9 15:51:02 2010 -0600
1752 add libtool to build deps
1754 commit 3e5824b9a71971ce99bfe38a1e860b421e265f02
1755 Author: Bdale Garbee <bdale@gag.com>
1756 Date: Thu Sep 9 15:43:47 2010 -0600
1758 update changelogs for Debian build
1760 commit ddc83b4c401be965a9947782becf20cc8c54e6a2
1761 Merge: afea6c2 3d49d5f
1762 Author: Anthony Towns <aj@erisian.com.au>
1763 Date: Sun Sep 5 20:49:34 2010 +1000
1765 Merge branch 'master' of git://git.gag.com/fw/altos
1767 commit 3d49d5f69b41c27003dbc5ccf1899014bd13bd99
1768 Author: Keith Packard <keithp@keithp.com>
1769 Date: Sun Sep 5 02:05:06 2010 -0700
1771 altosui: ensure that 'altosui' script is installed. Pass arguments along.
1773 Signed-off-by: Keith Packard <keithp@keithp.com>
1775 commit b61fec225ada6a9e252e4c7920101ee18c77cbdc
1776 Author: Keith Packard <keithp@keithp.com>
1777 Date: Sun Sep 5 01:55:56 2010 -0700
1779 altosui: eeprom files place 'boost' time in the flight number record.
1781 Instead of looking for the first state change record, use the Flight
1782 record to get the boost tick.
1784 Signed-off-by: Keith Packard <keithp@keithp.com>
1786 commit 6c653a4cba5fef8d49261cf1c024f3e86e9058c6
1787 Author: Keith Packard <keithp@keithp.com>
1788 Date: Sun Sep 5 01:52:36 2010 -0700
1790 altosui: Record flight number when scanning file, not when running
1792 The very first record in the eeprom is the flight number, but it is
1793 time-stamped with the 'boost' time, and so it gets sorted until much
1794 later, delaying the return of data until the rocket enters boost
1795 mode. This drops all of the nice pad GPS and state date on the floor.
1797 Signed-off-by: Keith Packard <keithp@keithp.com>
1799 commit 38e1d87c8d449866faac026577fefa9a118428cb
1800 Author: Keith Packard <keithp@keithp.com>
1801 Date: Sun Sep 5 01:23:53 2010 -0700
1803 altosui: Use local .class files in the classpath
1805 This ensures that compiling only a few changed files will
1806 locate the old .class files instead of using a stale .jar file.
1808 commit 9941b05a1d03dafd6cd899b5fe999ed769efb1d6
1809 Author: Keith Packard <keithp@keithp.com>
1810 Date: Sun Sep 5 01:21:14 2010 -0700
1812 altosui: Prevent voice altitude data from queueing up
1814 When flight status changes rapidly, the queue of voice data can get
1815 quite long. This change does two things -- first, it remembers when
1816 the altitude reporting happens due to flight events and delays the
1817 periodic reporting until a suitable time after that, second it ensures
1818 that the voice data has all been delivered before generating a new
1821 Signed-off-by: Keith Packard <keithp@keithp.com>
1823 commit 4dec5c36702d76dc95beada7c1d3222a638a2cbb
1824 Author: Keith Packard <keithp@keithp.com>
1825 Date: Sun Sep 5 01:19:11 2010 -0700
1827 altosui: Add AltosVoice.drain() to wait for queued speech to finish
1829 drain() blocks until all pending phrases have been processed, allowing
1830 the UI code to avoid pending data that will end up stale by the time
1833 Signed-off-by: Keith Packard <keithp@keithp.com>
1835 commit 410ba89eef9c9817eef81b702966cb88820ff7c4
1836 Author: Keith Packard <keithp@keithp.com>
1837 Date: Sun Sep 5 01:13:01 2010 -0700
1839 altosui: Start idle thread after the rocket leaves the pad
1841 This makes the first altitude report time consistently 10 seconds
1842 after launch, instead of some random time depending on when the rocket
1843 launched relative to the time the device connection was made.
1845 Signed-off-by: Keith Packard <keithp@keithp.com>
1847 commit 6205547ec7191aab0259a8449520e966a96129e6
1848 Author: Keith Packard <keithp@keithp.com>
1849 Date: Sun Sep 5 01:08:50 2010 -0700
1851 altosui: When replay thread is interrupted, don't make final report
1853 Normally, the replay process makes one final report after the file has
1854 been parsed. However, if the reading process is interrupted to display
1855 something else, this report is just annoying, so don't make it.
1857 Signed-off-by: Keith Packard <keithp@keithp.com>
1859 commit 3d99584fcfe43b22e8581874e0ac77ce3d635d48
1860 Author: Keith Packard <keithp@keithp.com>
1861 Date: Sun Sep 5 01:03:18 2010 -0700
1863 altosui: Add elevation and range data to main display
1865 Reported by voice, it's useful to see these on the display as well.
1867 Signed-off-by: Keith Packard <keithp@keithp.com>
1869 commit 2d58f319a7c1a6a8ccc6a539722009996ba886ab
1870 Author: Keith Packard <keithp@keithp.com>
1871 Date: Sun Sep 5 01:01:10 2010 -0700
1873 altosui: Eeprom files contain only one date; save it.
1875 While reading eeprom files, the GPS record is reconstructed each time
1876 the system sees the first GPS log item (the time field), but as the
1877 date isn't repeated, we need to copy it from the old GPS data record.
1879 Signed-off-by: Keith Packard <keithp@keithp.com>
1881 commit b2aa689bf3d61e4a3ebe7c828162d1be20aad0f6
1882 Author: Keith Packard <keithp@keithp.com>
1883 Date: Sun Sep 5 00:59:54 2010 -0700
1885 altosui: Remove debugging printf from AltosEepromReader
1887 These were in place while validing the GPS data reconstruction code
1888 that handles eeprom files missing the first GPS date line due to the
1889 record overwriting bug in old firmware versions.
1891 Signed-off-by: Keith Packard <keithp@keithp.com>
1893 commit eb0e7a59f0806734a4c959a3ce7c57f71cbe3986
1894 Author: Keith Packard <keithp@keithp.com>
1895 Date: Sun Sep 5 00:57:38 2010 -0700
1897 altosui: Return AO_LOG_INVALID instead of exception for eeprom files
1899 When an eeprom file contains an invalid line, just return
1900 AO_LOG_INVALID instead of throwing an exception. This allows us to
1901 replay and parse files with extraneous serial communication.
1903 Signed-off-by: Keith Packard <keithp@keithp.com>
1905 commit c3a17c71a45207dd715d537704f161de9219f0d7
1906 Author: Keith Packard <keithp@keithp.com>
1907 Date: Sat Sep 4 18:49:22 2010 -0700
1909 altosui: Fix linux fat distribution
1911 Again, use 'cp -p' instead of 'cp -a' to get files into the archive
1912 instead of links. Also, make the shell script 'altosui' instead of
1915 Signed-off-by: Keith Packard <keithp@keithp.com>
1917 commit 828e9e4c68e3ac90b6ba2e9fd5f131a9975f7e4a
1918 Author: Keith Packard <keithp@keithp.com>
1919 Date: Sat Sep 4 18:39:58 2010 -0700
1921 altosui: Fix up Mac OSX .zip file
1923 Must contain 'altosui.jar' instead of altosui-fat.jar.
1924 Also, was using 'cp -a' instead of 'cp -p' which made files
1925 represented by symlinks not end up in the archive.
1927 Signed-off-by: Keith Packard <keithp@keithp.com>
1929 commit 044fd27449c70474f51b99dec25fd23d3c03a559
1930 Author: Keith Packard <keithp@keithp.com>
1931 Date: Sat Sep 4 18:20:45 2010 -0700
1933 altosui: Fix windows installer to ship correct files
1935 Was shipping altosui.jar instead of altosui-fat.jar
1937 Signed-off-by: Keith Packard <keithp@keithp.com>
1939 commit 148b927c3b8bc7b7b5c5356392032faf2b1203d3
1940 Author: Keith Packard <keithp@keithp.com>
1941 Date: Sat Sep 4 18:04:04 2010 -0700
1943 Add top-level 'fat' target to aid building distribution files
1945 Signed-off-by: Keith Packard <keithp@keithp.com>
1947 commit aed59e1c057c13e28fd368dc2592aa4628211097
1948 Author: Keith Packard <keithp@keithp.com>
1949 Date: Sat Sep 4 17:59:11 2010 -0700
1951 Add version numbers to released files. Set version to 0.7.1
1953 Instead of using git revision counts for version numbers, use explicit
1954 versions numbers configured in the configure.ac file. Expose published
1955 files with version numbers.
1957 Signed-off-by: Keith Packard <keithp@keithp.com>
1959 commit 2808bba3efa1cff133cc060dabff06fab8b75388
1960 Author: Keith Packard <keithp@keithp.com>
1961 Date: Sat Sep 4 17:58:52 2010 -0700
1963 Ignore libtool files.
1965 commit bc183400ab93d5902c52851319999cc77f27bc81
1966 Author: Keith Packard <keithp@keithp.com>
1967 Date: Sat Sep 4 17:35:17 2010 -0700
1969 altos: add some SDCDB config files
1971 commit 887b11f6b9c81b9f15348d54017e700ca7dc5e55
1972 Author: Keith Packard <keithp@keithp.com>
1973 Date: Sat Sep 4 17:27:17 2010 -0700
1975 Use autotools for altosui and libaltos
1977 This switches from hand-written Makefiles to automake with libtool
1978 for these parts of the system.
1980 Signed-off-by: Keith Packard <keithp@keithp.com>
1982 commit e844e8a0695e27af6f8e3e37a5e3bcc865b862e3
1983 Author: Keith Packard <keithp@keithp.com>
1984 Date: Sat Sep 4 01:13:42 2010 -0700
1986 altosui: Add icons to application and Windows menus.
1988 Use the altus-metrum icon for an application icon and a windows start
1991 Signed-off-by: Keith Packard <keithp@keithp.com>
1993 commit e9ea28504c646fc25791aab09b9e5faf73e0ac0c
1994 Author: Keith Packard <keithp@keithp.com>
1995 Date: Sat Sep 4 01:08:34 2010 -0700
1997 icon: add some icons for application programs
1999 altus-metrum.ico: Windows ICO file
2000 altus-metrum-16x16.jpg: 16x16 jpg image for java
2002 Signed-off-by: Keith Packard <keithp@keithp.com>
2004 commit f550677df016070430ed38bfa2b2be33f1b8c40a
2005 Author: Keith Packard <keithp@keithp.com>
2006 Date: Sat Sep 4 00:16:41 2010 -0700
2008 altosui: oops. renamed the nsis file to altos-windows.nsi
2010 And forgot to change the dependency in the Makefile
2012 Signed-off-by: Keith Packard <keithp@keithp.com>
2014 commit c0988ddbf104ea729090c2e7e2a28cc6dc9e90f6
2015 Author: Keith Packard <keithp@keithp.com>
2016 Date: Sat Sep 4 00:14:15 2010 -0700
2018 altosui: ignore built files
2020 commit ecb4a09535b6a8da0765010489a96e605dbdeb46
2021 Author: Keith Packard <keithp@keithp.com>
2022 Date: Sat Sep 4 00:13:11 2010 -0700
2024 altosui: Add windows installer build using 'nsis'
2026 nsis happens to be packaged in debian, and it appears to build usable
2027 installers, which is all very cool.
2029 Signed-off-by: Keith Packard <keithp@keithp.com>
2031 commit bf22923cd8b4f6f954718358b411b5b10d8e7b4d
2032 Author: Bdale Garbee <bdale@gag.com>
2033 Date: Sat Sep 4 00:46:29 2010 -0400
2035 update changelogs for Debian build
2037 commit 59798c6fd11502a9c8b66090c23ba50eb250692e
2038 Author: Keith Packard <keithp@keithp.com>
2039 Date: Fri Sep 3 12:43:45 2010 -0700
2041 altosui: Catch I/O errors on telemetry device, report to user
2043 This catches the USB device being unplugged and makes sure the
2044 user sees an error dialog in this case.
2046 Signed-off-by: Keith Packard <keithp@keithp.com>
2048 commit 16d8d6a8853d09f683b13f9cda3c3174a0aab130
2049 Author: Keith Packard <keithp@keithp.com>
2050 Date: Fri Sep 3 12:31:05 2010 -0700
2052 altosui: Must flush serial line after configuring for telemetry
2054 Without flushing the configuration commands to the serial device, it
2055 never sees them as the telemetry input thread doesn't flush.
2057 Signed-off-by: Keith Packard <keithp@keithp.com>
2059 commit d4f64e95e31e2335470efc15df2ab357b7d197f3
2060 Author: Keith Packard <keithp@keithp.com>
2061 Date: Fri Sep 3 11:48:55 2010 -0700
2063 Revert "altosui: Deal with altos bug setting radio channel while monitoring"
2065 This reverts commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f.
2067 Testing the old code
2069 commit 71191ecef3ba0e00d0f8a7cd1a24982bfa44ec72
2070 Author: Keith Packard <keithp@keithp.com>
2071 Date: Fri Sep 3 01:30:33 2010 -0700
2073 altosui: Allow 'connect to device' when already connected
2075 Opening another serial device involves shutting down the display
2076 thread (to reset its state) and spawning another one. Shutting down
2077 the display thread normally closes the serial device as a part of the
2078 process, and if this isn't done before the new serial device is
2079 opened, then the new serial device ends up getting closed too.
2081 Interrupting the display thread and waiting for it to stop before
2082 opening the new serial device solves the problem.
2084 Signed-off-by: Keith Packard <keithp@keithp.com>
2086 commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f
2087 Author: Keith Packard <keithp@keithp.com>
2088 Date: Fri Sep 3 01:21:57 2010 -0700
2090 altosui: Deal with altos bug setting radio channel while monitoring
2092 If the monitoring thread is active, then setting the radio channel can
2093 sometimes cause the monitoring thread to get stuck. I'm not entirely
2094 sure why though. For now, work around the issue by making sure
2095 monitoring is off, and the monitoring thread has stopped, before
2096 changing the radio channel.
2098 Signed-off-by: Keith Packard <keithp@keithp.com>
2100 commit e5ef42c2b22c6639d90631dbbb588f9fd2494385
2101 Author: Keith Packard <keithp@keithp.com>
2102 Date: Fri Sep 3 01:12:24 2010 -0700
2104 altosui: Report telemetry CRC errors in UI
2106 Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle
2107 units, so report them in the UI.
2109 Signed-off-by: Keith Packard <keithp@keithp.com>
2111 commit 3b3aa448f3a0f44137f7530b04b58967ba5f22f5
2112 Author: Keith Packard <keithp@keithp.com>
2113 Date: Thu Sep 2 21:11:29 2010 -0700
2115 altosui: build Mac OS .zip file to include paths
2117 Without the paths, the OS X zip file doesn't create a usable
2118 application structure.
2120 Signed-off-by: Keith Packard <keithp@keithp.com>
2122 commit cff0d1ef6b338b3d5ad9450d4d5f95df934cb5e4
2123 Author: Keith Packard <keithp@keithp.com>
2124 Date: Wed Sep 1 22:56:34 2010 -0700
2126 altosui: Post error dialog on invalid ROM config values.
2128 Signed-off-by: Keith Packard <keithp@keithp.com>
2130 commit 8d8980f56a4f2c7d6f2ce667130706e0f04f8ded
2131 Author: Keith Packard <keithp@keithp.com>
2132 Date: Wed Sep 1 22:56:12 2010 -0700
2134 altosui: Remove some debug printfs from AltosRomconfig class
2136 Signed-off-by: Keith Packard <keithp@keithp.com>
2138 commit 5ee6cd41ed189c3166f76558ecada80917f40652
2139 Author: Keith Packard <keithp@keithp.com>
2140 Date: Wed Sep 1 22:47:15 2010 -0700
2142 altosui: Hide internal rom config UI helper function
2144 This was getting mis-used by the flash UI causing the rom dialog
2145 'cancel' button to work just like 'ok'.
2147 Signed-off-by: Keith Packard <keithp@keithp.com>
2149 commit 9a690c9795e8257d2a3225f905117681668a472f
2150 Author: Keith Packard <keithp@keithp.com>
2151 Date: Wed Sep 1 22:46:04 2010 -0700
2153 altosui: allow flashing to be canceled from the rom config dialog
2155 Was using the rom config class wrong, causing cancel actions to work
2156 just like 'ok' actions. Oops.
2158 Signed-off-by: Keith Packard <keithp@keithp.com>
2160 commit 2f07ad14a16dbf1b75c71784ceae303825c90ade
2161 Author: Keith Packard <keithp@keithp.com>
2162 Date: Wed Sep 1 22:43:22 2010 -0700
2164 altosui: Abort flashing if debug port isn't working
2166 Check each command going over the debug port and make sure it works as
2167 expected. This commit adds checks for initializing the clock,
2168 selecting the desired program counter and running the flash
2171 Signed-off-by: Keith Packard <keithp@keithp.com>
2173 commit cf30343aadd5039627a85319872685f743e64b16
2174 Author: Bdale Garbee <bdale@gag.com>
2175 Date: Thu Sep 2 00:55:41 2010 -0400
2177 update changelogs for Debian build
2179 commit 59a40f6d5a2159b9009a3fa0737bb679efd5b32c
2180 Author: Bdale Garbee <bdale@gag.com>
2181 Date: Thu Sep 2 00:55:01 2010 -0400
2183 another distclean fix
2185 commit 59ff9180f11063c257746b895a167179b3a4ff7c
2186 Author: Bdale Garbee <bdale@gag.com>
2187 Date: Thu Sep 2 00:53:16 2010 -0400
2189 and a few more distclean fixes
2191 commit 3aafd70257b70b7c11ba9c55749157979bc61ea2
2192 Author: Bdale Garbee <bdale@gag.com>
2193 Date: Thu Sep 2 00:52:04 2010 -0400
2195 more makefile distclean target work
2197 commit d5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f
2198 Author: Bdale Garbee <bdale@gag.com>
2199 Date: Thu Sep 2 00:50:16 2010 -0400
2201 update changelogs for Debian build
2203 commit 14fa24ed93b3b1cec08a170004c6fb7f4d74f7e5
2204 Author: Bdale Garbee <bdale@gag.com>
2205 Date: Thu Sep 2 00:48:31 2010 -0400
2207 update changelogs for Debian build
2209 commit 83552dfa0d38db9cdf3efc89e64e6c7896467856
2210 Author: Bdale Garbee <bdale@gag.com>
2211 Date: Thu Sep 2 00:47:54 2010 -0400
2213 add distclean targets to libaltos and altosui to all Debian package to build
2215 commit 6f24d2a476759104a10b26b54faff2b18b0e208b
2216 Author: Bdale Garbee <bdale@gag.com>
2217 Date: Thu Sep 2 00:46:21 2010 -0400
2219 update changelogs for Debian build
2221 commit d079bfe86ed40ff450ece445cf5f5e3970e44cec
2222 Author: Bdale Garbee <bdale@gag.com>
2223 Date: Thu Sep 2 00:44:30 2010 -0400
2225 update changelogs for Debian build
2227 commit a470315e5d822a69ef5304512cf73c604c88e481
2228 Author: Keith Packard <keithp@keithp.com>
2229 Date: Wed Sep 1 20:14:51 2010 -0700
2231 altosui: Remove Manifest.txt from git repo as it's built now
2233 This file is built with appropriate contents for each different .jar file.
2235 Signed-off-by: Keith Packard <keithp@keithp.com>
2237 commit 1177e0a684328422be5adc68093d0091a218a824
2238 Author: Keith Packard <keithp@keithp.com>
2239 Date: Wed Sep 1 19:53:24 2010 -0700
2241 altos: Bounds check Skytraq GPS tracking data array
2243 Missing GPS serial data could cause the tracking array reset to
2244 get skipped, causing the array to be overrun, smashing critical data
2247 This was detected using the 'altosui' flash command to program a
2248 device from TM. Hitting the USB that hard caused TM to crash with a
2249 mutex error (3 beeps) after the ao_gps_task structure was overwritten
2252 Signed-off-by: Keith Packard <keithp@keithp.com>
2254 commit 775acb89660cdee2f3c54c38297baefe39f2414c
2255 Author: Keith Packard <keithp@keithp.com>
2256 Date: Mon Aug 30 22:24:09 2010 -0700
2258 altosui: missed AltosReader.class in the Makefile
2260 This caused clean builds to fail to make this file
2262 Signed-off-by: Keith Packard <keithp@keithp.com>
2264 commit bd2b9d958c2b7f846031b076ed51c4fbaaf2d68f
2265 Author: Bdale Garbee <bdale@gag.com>
2266 Date: Tue Aug 31 00:20:06 2010 -0400
2268 update changelogs for Debian build
2270 commit d006c5e1255433181aca4c8e6a277b2d1bc0841b
2271 Author: Bdale Garbee <bdale@gag.com>
2272 Date: Tue Aug 31 00:19:37 2010 -0400
2274 add runtime dependencies for altos binary package
2276 commit c1c7d731e3774883fa0bb5538be225a59334d124
2277 Author: Bdale Garbee <bdale@gag.com>
2278 Date: Mon Aug 30 19:52:51 2010 -0600
2280 update changelogs for Debian build
2282 commit c35632efb1919764e4b8581ed6fcf2bedd4bd517
2283 Author: Bdale Garbee <bdale@gag.com>
2284 Date: Mon Aug 30 19:37:50 2010 -0600
2286 update changelogs for Debian build
2288 commit 2a004d17a13b4ff52d892bfdecff8ad3d0823f7c
2289 Author: Bdale Garbee <bdale@gag.com>
2290 Date: Mon Aug 30 19:37:17 2010 -0600
2292 don't build all the "fat" jar deliverables by default
2294 commit 507e429db6638f82c32449e9c5ca06b46da30134
2295 Author: Bdale Garbee <bdale@gag.com>
2296 Date: Mon Aug 30 19:09:00 2010 -0600
2298 update changelogs for Debian build
2300 commit 25764fcd1b65c3a5a817afdb5901ac30e8a5f0c0
2301 Author: Bdale Garbee <bdale@gag.com>
2302 Date: Mon Aug 30 19:08:29 2010 -0600
2304 update changelogs for Debian build
2306 commit 4790f78aead8a816e5b247c022b2998ce3a94053
2307 Author: Bdale Garbee <bdale@gag.com>
2308 Date: Mon Aug 30 18:48:50 2010 -0600
2310 add a .gitattributes file, configuring the Mac and Windows binary library
2311 files with the export-ignore attribute, in hopes that this will prevent
2312 them showing up in source packages
2314 commit 81318e5b7179b0311ab099043ecb04a25d763750
2315 Author: Bdale Garbee <bdale@gag.com>
2316 Date: Mon Aug 30 18:15:40 2010 -0600
2318 make invocation of 'install' pathless to work on more Unix variants
2320 commit cbc72399a0f4d7429df0189bcdae683dd491cb9e
2321 Author: Bdale Garbee <bdale@gag.com>
2322 Date: Mon Aug 30 17:56:56 2010 -0600
2324 continue even if rm's don't have anything to do
2326 commit a9a8d23c877e6f6c76857b7c85e3d43b4da1db27
2327 Author: Keith Packard <keithp@keithp.com>
2328 Date: Mon Aug 30 05:49:11 2010 -0700
2330 altosui: Devices with USB id 0x000a always get listed
2332 List 'unknown' AltusMetrum devices anytime the UI needs a device
2335 Signed-off-by: Keith Packard <keithp@keithp.com>
2337 commit a94900b8862b99b4e317ea0ee3edd2a560f270c7
2338 Author: Keith Packard <keithp@keithp.com>
2339 Date: Mon Aug 30 05:48:23 2010 -0700
2341 altosui: build debian-style altosui too
2343 This adds the dependencies to make sure altosui and altosui.jar get built.
2345 Signed-off-by: Keith Packard <keithp@keithp.com>
2347 commit 38ac388baf8125c0644b868a7aaf8eba1bdf990d
2348 Author: Keith Packard <keithp@keithp.com>
2349 Date: Mon Aug 30 05:28:37 2010 -0700
2351 altosui: Build linux, mac and windows archives on Linux
2353 This adds 'fat' archives for each target OS.
2355 Signed-off-by: Keith Packard <keithp@keithp.com>
2357 commit 35d9a8214252dbe79aeb69ae47d2e5c58a654702
2358 Author: Keith Packard <keithp@keithp.com>
2359 Date: Mon Aug 30 05:27:45 2010 -0700
2361 libaltos: Use overlapped I/O on windows
2363 Otherwise, reads block writes and vice-versa. Crazy stuff.
2365 Signed-off-by: Keith Packard <keithp@keithp.com>
2367 commit c7ba92317ac55272acbde12416448ebd17b983a6
2368 Author: Keith Packard <keithp@keithp.com>
2369 Date: Mon Aug 30 04:52:00 2010 -0700
2371 altos: Windows sends USB Out packets of 0 length. Ack them.
2373 This was an untested case as no other operating system sents 0-length
2374 out packets (they're not necessary). The correct response is to ACK
2375 them by clearing the OUTPKT_RDY bit so that another packet can be sent.
2377 Signed-off-by: Keith Packard <keithp@keithp.com>
2379 commit 20a472cfe3369200150ea4ff067ceb28968dbcac
2380 Author: Keith Packard <keithp@keithp.com>
2381 Date: Mon Aug 30 02:58:23 2010 -0700
2383 libaltos: Add pre-built Windows .dll
2385 This lets us create the windows distribution on Linux.
2387 Signed-off-by: Keith Packard <keithp@keithp.com>
2389 commit 0300fe581c949232bc52b05fe9c1f6032cad6b60
2390 Author: Keith Packard <keithp@keithp.com>
2391 Date: Mon Aug 30 02:56:25 2010 -0700
2393 libaltos: Add pre-built Mac OS X libaltos.dylib
2395 This allows the mac bits to be built on Linux.
2397 Signed-off-by: Keith Packard <keithp@keithp.com>
2399 commit 5d48c494325524bbeed10e0dc7300ed44e7e208e
2400 Author: Keith Packard <keithp@keithp.com>
2401 Date: Mon Aug 30 02:53:26 2010 -0700
2403 Update telemetrum.inf to include all current USB ids.
2405 Windows 7 has 'encouraged' us to split out each product into a
2406 separate USB ID. telemetrum.inf now has all of them listed.
2408 Signed-off-by: Keith Packard <keithp@keithp.com>
2410 commit df34bbe7d1c43b12ab6d610fe810b6e1683e4c21
2411 Author: Keith Packard <keithp@keithp.com>
2412 Date: Mon Aug 30 02:49:49 2010 -0700
2414 libaltos: Improve Makefile
2416 Builds Windows .dll correctly now and sample app.
2417 Moves linux install target to end so it is not default
2418 Adds .NOTPARALLEL to disable parallel gnumake.
2419 Removes -g debugging flags to shrink file size.
2421 Signed-off-by: Keith Packard <keithp@keithp.com>
2423 commit dd5374b8e660012ae4f8b058454fd101e0749ca7
2424 Author: Keith Packard <keithp@keithp.com>
2425 Date: Mon Aug 30 02:00:30 2010 -0700
2427 libaltos: Fix windows build.
2429 Need stdlib.h to get calloc/free defined, remove debug printfs, fix
2432 Signed-off-by: Keith Packard <keithp@keithp.com>
2434 commit 63c832394a829f41b8f77d075786530536360349
2435 Author: Keith Packard <keithp@keithp.com>
2436 Date: Sun Aug 29 23:22:27 2010 -0700
2438 altos: shut down packet mode cleanly
2440 Instead of constantly bashing the packet master thread, let it shut
2441 itself down in an orderly fashion. It will shut down fairly quickly as
2442 all of the activities in that thread are bounded. Otherwise, the
2443 master packet thread might leave mutexes locked and all sorts of other
2446 Tested on Linux and Mac OS X and shown to be reliable.
2448 Signed-off-by: Keith Packard <keithp@keithp.com>
2450 commit 43619c13f749b79c096d1e8fdab3d5cfb5fd85f1
2451 Author: Keith Packard <keithp@keithp.com>
2452 Date: Sun Aug 29 22:42:23 2010 -0700
2454 altos: Abort radio harder when terminating packet mode.
2456 Make sure the master radio tasks don't get stuck waiting for an
2457 incoming packet again by aborting the radio each time we poke the
2460 Signed-off-by: Keith Packard <keithp@keithp.com>
2462 commit c4a8569f61eddf690d00337543462235ecbfbe54
2463 Author: Keith Packard <keithp@keithp.com>
2464 Date: Sun Aug 29 22:41:18 2010 -0700
2466 altos: flush pending output when terminating packet mode
2468 Just in case the last command sent hasn't been transmitted, hang
2469 around for up to a second waiting for the data to get across the link.
2471 Signed-off-by: Keith Packard <keithp@keithp.com>
2473 commit 1acd3c7ec167b1b18e4ea493e5978c938a91cc89
2474 Author: Keith Packard <keithp@keithp.com>
2475 Date: Sun Aug 29 21:45:19 2010 -0700
2477 libaltos: cjnitest needs altos_flush now
2479 commit 6527357d1f0e94faf9e7dacac10a39875131be7c
2480 Author: Keith Packard <keithp@keithp.com>
2481 Date: Sun Aug 29 21:43:46 2010 -0700
2483 libaltos: Missing OS_LDFLAGS on cjnitest build
2485 commit b7fa1ea3338f63b8edcf8aacccb5e519ca0b213f
2486 Author: Keith Packard <keithp@keithp.com>
2487 Date: Sun Aug 29 21:41:40 2010 -0700
2489 libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
2491 Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now,
2492 otherwise, we won't be able to abort the read when the device is closed. Yay!
2494 Signed-off-by: Keith Packard <keithp@keithp.com>
2496 commit e60c59123232915e808cee23ef89eb1a38ced34b
2497 Author: Keith Packard <keithp@keithp.com>
2498 Date: Sun Aug 29 21:40:21 2010 -0700
2500 altosui: discard invalid lines while reading Eeprom flight data
2502 This shouldn't happen, but it's easy enough to get back in sync by just
2503 skipping lines with weird contents.
2505 Signed-off-by: Keith Packard <keithp@keithp.com>
2507 commit ae02b1590439d5c8dfb472cf1f83a14fdcfbaf11
2508 Author: Keith Packard <keithp@keithp.com>
2509 Date: Sun Aug 29 21:36:47 2010 -0700
2511 altosui: provide separate flush_input/flush_output for serial. deal with monitor automatically
2513 (yes, this should be two patches, but the diffs in AltosSerial were merged together).
2515 First, this replaces the existing flush/flush_reply mess with two simple functions,
2516 one to flush output to the serial device, making sure that all data written will be seen
2517 while we wait for input. The other sucks any pending input off of the serial line and
2520 Second, AltosSerial now tracks whether the serial line is being used for telemetry
2521 monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a
2522 bunch of manual state tracking elsewhere.
2524 Signed-off-by: Keith Packard <keithp@keithp.com>
2526 commit edcfb1bdf64772d3b83405ccf99385b8fea5d8e4
2527 Author: Keith Packard <keithp@keithp.com>
2528 Date: Sun Aug 29 17:33:59 2010 -0700
2530 libaltos: AltusMetrum devices use more than one USB ID.
2532 List all usb devices, picking those with AltusMetrum IDs.
2534 Signed-off-by: Keith Packard <keithp@keithp.com>
2536 commit 236685807b63860ad033aa0254ce8f6d8d36d4ef
2537 Author: Bdale Garbee <bdale@gag.com>
2538 Date: Fri Aug 27 22:26:09 2010 -0600
2540 update changelogs for Debian build
2542 commit 1cda15fdef2d9d3e54354bd5c43a0bcc7e3240cb
2543 Author: Bdale Garbee <bdale@gag.com>
2544 Date: Fri Aug 27 22:24:51 2010 -0600
2546 fix up for an 0.7 release
2548 commit 4c5c7c7f198775c398c1ad2edafb3488384cc297
2549 Author: Bdale Garbee <bdale@gag.com>
2550 Date: Fri Aug 27 22:13:38 2010 -0600
2552 update changelogs for Debian build
2554 commit 42055af5c6f17d14a2f1c6a2b5e1ce6d3b45a615
2555 Author: Bdale Garbee <bdale@gag.com>
2556 Date: Fri Aug 27 13:13:19 2010 -0600
2558 update changelogs for Debian build
2560 commit 0bd4cc03b3bf23aa32b5ce1921078021d1d8a9c6
2561 Author: Bdale Garbee <bdale@gag.com>
2562 Date: Fri Aug 27 13:12:46 2010 -0600
2564 fix path to installed shared library
2566 commit 99c1d9b4ef10ec4ebbee058ce0bb38c954a0a3a6
2567 Author: Bdale Garbee <bdale@gag.com>
2568 Date: Fri Aug 27 12:41:26 2010 -0600
2570 update changelogs for Debian build
2572 commit cf65c6b8056c4af7c26b52ec6f9fbd3400cef638
2573 Merge: 5f2f6a8 ae5eff7
2574 Author: Bdale Garbee <bdale@gag.com>
2575 Date: Fri Aug 27 12:38:25 2010 -0600
2577 Merge branch 'bdale'
2582 commit ae5eff7bc0b63047737223423009707bedcb00f5
2583 Author: Bdale Garbee <bdale@gag.com>
2584 Date: Fri Aug 27 12:37:36 2010 -0600
2586 Revert "lose the prebuild hook for now while I'm fumbling"
2588 This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
2590 commit de2e71c4923a0282df74dbe37d087c34b4ddd279
2591 Author: Bdale Garbee <bdale@gag.com>
2592 Date: Fri Aug 27 12:25:20 2010 -0600
2594 fix man page delivery path
2596 commit a8dbe082960dc9bdd44c6e4b1198423c4e566029
2597 Author: Bdale Garbee <bdale@gag.com>
2598 Date: Fri Aug 27 12:18:28 2010 -0600
2600 install altosui man page
2602 commit 5cc933039e4763b8675611c63b6147b42878a2bb
2603 Author: Bdale Garbee <bdale@gag.com>
2604 Date: Fri Aug 27 12:16:19 2010 -0600
2606 fix permissions on installed jar file, switch from ao-view to altosui in
2609 commit 138009e9fad01f79df4c3820fbc206f78688bdce
2610 Author: Bdale Garbee <bdale@gag.com>
2611 Date: Fri Aug 27 12:06:01 2010 -0600
2613 update Debian standards version
2615 commit c280071b7db4e9a7af31dc5740eb8d27f137950e
2616 Author: Bdale Garbee <bdale@gag.com>
2617 Date: Fri Aug 27 12:04:13 2010 -0600
2619 fix up the wrapper's path to the jar file
2621 commit 5f2f6a8f9ba56be867888758848bc7f152ccbd47
2622 Merge: 63bd34c 9d1b27f
2623 Author: Keith Packard <keithp@keithp.com>
2624 Date: Fri Aug 27 11:00:31 2010 -0700
2626 Merge remote branch 'origin/master' into new-packet-format
2628 commit 63bd34cd1b5a411489e8c3ab377f0fe0eec11f67
2629 Author: Keith Packard <keithp@keithp.com>
2630 Date: Fri Aug 27 10:58:55 2010 -0700
2632 altosui: add elevation and range information
2634 Signed-off-by: Keith Packard <keithp@keithp.com>
2636 commit 72a18502e40f55cbba6418dc94315517881cd411
2637 Author: Bdale Garbee <bdale@gag.com>
2638 Date: Fri Aug 27 11:51:24 2010 -0600
2640 add an install target for altosui
2642 commit 72c33a72ee105ec692dad62d6d9c1ad40b89bfe8
2643 Author: Bdale Garbee <bdale@gag.com>
2644 Date: Fri Aug 27 11:45:19 2010 -0600
2646 add install target for libaltos
2648 commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf
2649 Author: Bdale Garbee <bdale@gag.com>
2650 Date: Fri Aug 27 11:26:29 2010 -0600
2652 lose the prebuild hook for now while I'm fumbling
2654 commit 9ea94411c9730f7a271366d309ab4827beeeb839
2655 Author: Bdale Garbee <bdale@gag.com>
2656 Date: Fri Aug 27 11:17:54 2010 -0600
2658 add a dummy install target
2660 commit c443f43f8dee6e0fcbcecf9d09e948fd928b7af4
2661 Merge: 2950431 2923cf5
2662 Author: Bdale Garbee <bdale@gag.com>
2663 Date: Fri Aug 27 03:08:53 2010 -0600
2665 Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
2667 commit 2923cf5057f9cef110dd547d8677ea5b60e00796
2668 Author: Keith Packard <keithp@keithp.com>
2669 Date: Fri Aug 27 00:10:29 2010 -0700
2671 altos: prepare for sdcc 2.9.1
2673 A few minor language changes -- non-standard keywords are now prefixed
2674 with __, such as 'at', 'interrupt', 'naked'.
2676 Signed-off-by: Keith Packard <keithp@keithp.com>
2678 commit 68967157cee620ebedcc8c2ffd6fc7656532087b
2679 Author: Keith Packard <keithp@keithp.com>
2680 Date: Thu Aug 26 23:55:44 2010 -0700
2682 altosui: command line args are converted to csv format
2684 Signed-off-by: Keith Packard <keithp@keithp.com>
2686 commit 7e0506dc2014b7178f52b950e8c1cb820b35f9c6
2687 Author: Keith Packard <keithp@keithp.com>
2688 Date: Thu Aug 26 23:54:53 2010 -0700
2690 altosui: Remove debug printf from AltosState.java
2692 Signed-off-by: Keith Packard <keithp@keithp.com>
2694 commit 49364608b59de7421ab00d87d2685bc3b5f58411
2695 Author: Keith Packard <keithp@keithp.com>
2696 Date: Thu Aug 26 23:53:06 2010 -0700
2698 altosui: When parsing saved telem files, errors shouldn't abort file
2700 Make syntax errors in telem files just skip the current line and move
2701 on to the next one instead of abandoning the whole file.
2703 Signed-off-by: Keith Packard <keithp@keithp.com>
2705 commit a16db143fc7ca72dc91e7989420049192114642d
2706 Author: Keith Packard <keithp@keithp.com>
2707 Date: Thu Aug 26 23:50:51 2010 -0700
2709 altosui: Serial line is in UTF-8 encoding. Deal with it.
2711 We read bytes from the serial line and need to convert each line into
2712 a string. So, save the bytes and at EOL, pass the whole mess to the
2713 string constructor with the appropriate encoding info.
2715 Signed-off-by: Keith Packard <keithp@keithp.com>
2717 commit 0942912163255523d923140c01afbdb5da1c19b5
2718 Author: Keith Packard <keithp@keithp.com>
2719 Date: Thu Aug 26 23:49:37 2010 -0700
2721 altosui: Add support for old (version < 3) telemetry files
2723 This lets the code read telemetry files from pre-released versions of
2724 the software. Not strictly necessary for production, but useful for
2725 analysing old files.
2727 Signed-off-by: Keith Packard <keithp@keithp.com>
2729 commit e383595cd281687de903fb6176564bbef270cb83
2730 Author: Keith Packard <keithp@keithp.com>
2731 Date: Thu Aug 26 23:47:38 2010 -0700
2733 altosui: AltosEepromReader was mis-setting boost tick
2735 It was supposed to use record.tick instead of the (unset) state.tick
2738 Signed-off-by: Keith Packard <keithp@keithp.com>
2740 commit 651f6102ac79459fc8d5679d852c963dcb5bb3fc
2741 Author: Keith Packard <keithp@keithp.com>
2742 Date: Thu Aug 26 23:44:25 2010 -0700
2744 altosui: add rssi and distance/dir from pad to CSV files
2746 Just adds a couple more fields to the CSV files that might be interesting.
2748 Signed-off-by: Keith Packard <keithp@keithp.com>
2750 commit 3dc67c1401976d6e9e2e942d5a4707a4810a0404
2751 Author: Keith Packard <keithp@keithp.com>
2752 Date: Thu Aug 26 23:43:00 2010 -0700
2754 altosui: Add AltosGreatCircle constructors
2756 This adds constructurs from AltosGPS pairs and also one from empty
2757 args (which defines both distance and bearing as 0).
2759 Signed-off-by: Keith Packard <keithp@keithp.com>
2761 commit f0fd423d0bf83bc5c3f9d39e9c09397fbe8caed2
2762 Author: Keith Packard <keithp@keithp.com>
2763 Date: Thu Aug 26 23:41:26 2010 -0700
2765 altosui: Move number parsing code to Altos general class
2767 This moves these shared functions to the global shared class.
2769 Signed-off-by: Keith Packard <keithp@keithp.com>
2771 commit 68b2b66d7574dfd0bd5e3571b8ffad32ca5d2b73
2772 Author: Keith Packard <keithp@keithp.com>
2773 Date: Thu Aug 26 23:37:29 2010 -0700
2775 altos: mark gps date written only after it gets into eeprom
2777 Data logging doesn't start until boost detect occurs. As the GPS date
2778 is only logged once, if that happens before logging is written to the
2779 flash, then the GPS date will never get saved.
2781 Signed-off-by: Keith Packard <keithp@keithp.com>
2783 commit aa6c27df5db6bdae59d00affccb891854a6caa18
2784 Author: Keith Packard <keithp@keithp.com>
2785 Date: Thu Aug 26 15:59:09 2010 -0700
2787 altos: print GPS state flags in GPS 'g' command
2789 Having the GPS state information can help with GPS debugging.
2791 Signed-off-by: Keith Packard <keithp@keithp.com>
2793 commit 34055129b4008f6a9833887b12dee39ffa408002
2794 Author: Keith Packard <keithp@keithp.com>
2795 Date: Thu Aug 26 15:57:09 2010 -0700
2797 altos: always rebuild ao_product.c to track git version
2799 The git version is built into ao_product.c and saved in eeprom log
2800 files, providing useful diagnostics about the firmware revision used
2801 for each flight. However, if ao_product.c isn't recompiled, then the
2802 updated version won't be included. Force recompilation of this file
2803 each time make is run to ensure that the final output contains an
2804 updated version number.
2806 Signed-off-by: Keith Packard <keithp@keithp.com>
2808 commit 99400fdc0f19ef538fc362dde5c3ab5b7cdac409
2809 Author: Keith Packard <keithp@keithp.com>
2810 Date: Tue Aug 24 16:43:38 2010 -0700
2812 altosui: flush replies from serial link when entering debug mode
2814 We use replies in debug mode a lot and depend on them matching the
2815 expected parameters. The case which caused trouble was using
2816 TeleMetrum to reprogram TeleDongle -- sending the 'm 0' command (to
2817 disable telemetry monitoring on TeleDongle) to the TeleMetrum caused
2818 it to reply 'Syntax Error' which confused the subsequent flashing
2819 operation. Flushing that reply gets things back in sync.
2821 Signed-off-by: Keith Packard <keithp@keithp.com>
2823 commit ba086cc77273efe5397f60dcaccd1e3771441481
2824 Author: Keith Packard <keithp@keithp.com>
2825 Date: Tue Aug 24 04:02:27 2010 -0700
2827 altosui: write USB serial number string while flashing
2829 USB serial number is encoded in UCS2 as a part of the string
2830 descriptors. Place those right after the other rom config bits so that
2831 altosui can find it. altosui is changed to write the serial number there.
2833 Signed-off-by: Keith Packard <keithp@keithp.com>
2835 commit 220f3afdaa432c65f8ad45be7cdbe5c8a3616db3
2836 Author: Keith Packard <keithp@keithp.com>
2837 Date: Tue Aug 24 04:01:47 2010 -0700
2839 altosui: always display romconfig ui while flashing
2841 commit f62b2aa08ebfd912b3c732397d43ff9f6162ec88
2842 Author: Keith Packard <keithp@keithp.com>
2843 Date: Tue Aug 24 04:01:14 2010 -0700
2845 altosui: fetch existing romconfig for flashing
2847 commit d93787284c8e514a929edb9f944c98ae0206a33f
2848 Author: Keith Packard <keithp@keithp.com>
2849 Date: Tue Aug 24 03:59:09 2010 -0700
2851 altosui: Delay mapping Flash UI until flashing actually starts
2853 The flash operation may be abandoned before it even starts; this makes
2854 sure the UI doesn't flash up on the screen.
2856 Signed-off-by: Keith Packard <keithp@keithp.com>
2858 commit 7d44cbd621d2b113ac2b802ef17e3d8a660ce7f2
2859 Author: Keith Packard <keithp@keithp.com>
2860 Date: Tue Aug 24 03:58:00 2010 -0700
2862 altosui: disable radio monitoring while using serial line for debugging
2864 commit 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b
2865 Author: Keith Packard <keithp@keithp.com>
2866 Date: Tue Aug 24 00:29:11 2010 -0700
2868 altosui: Add ability to create CSV file from telem or eeprom files
2870 This creates a comma separated value file to export data for
2873 Signed-off-by: Keith Packard <keithp@keithp.com>
2875 commit 634a550149e7c344a22a637ba484f115592b1018
2876 Author: Keith Packard <keithp@keithp.com>
2877 Date: Mon Aug 23 23:15:05 2010 -0700
2879 altosui: refactor logfile chooser dialog to share more code
2881 Move file opening logic into logfile chooser as it can be shared that way.
2883 Signed-off-by: Keith Packard <keithp@keithp.com>
2885 commit afea6c264c5ebf12f1d629bd4bc724da86d11b7a
2886 Merge: 0e17853 9d1b27f
2887 Author: Anthony Towns <aj@erisian.com.au>
2888 Date: Tue Aug 24 00:02:31 2010 -0600
2890 Merge branch 'master' of git://git.gag.com/fw/altos
2892 commit a55b132668a819cc26478a609cb79bd9190deb9d
2893 Author: Keith Packard <keithp@keithp.com>
2894 Date: Mon Aug 23 23:01:36 2010 -0700
2896 altosui: Separate out log file choosing dialog to share with CSV generator
2898 This dialog will be shared with the CSV file generating code, so split
2899 it out instead of duplicating it.
2901 Signed-off-by: Keith Packard <keithp@keithp.com>
2903 commit 295043112ccde35092945c286596f9045ee6fa05
2904 Merge: 2007288 ef8376c
2905 Author: Bdale Garbee <bdale@gag.com>
2906 Date: Mon Aug 23 23:11:22 2010 -0600
2908 Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
2910 commit ef8376c4dd8262a34e02b6bb9e19e907ac2f4330
2911 Author: Keith Packard <keithp@keithp.com>
2912 Date: Mon Aug 23 22:08:30 2010 -0700
2914 altosui: make default Manifest look for built-in freetts
2916 commit 56b906f535ac2f86bcab71addbbcd376d74f6a73
2917 Author: Keith Packard <keithp@keithp.com>
2918 Date: Mon Aug 23 22:03:36 2010 -0700
2920 altos: Place rom config variables in fixed location
2922 The device serial number and radio calibration values are stored in
2923 flash, mostly so that TeleDongle gets them saved.
2925 Placing them in well-known locations (starting at 0xa0) makes it
2926 possible to find the previous configuration and to re-write it
2927 easily, without requiring the .map file.
2929 altosui doesn't have the .map file parsing code, so it relies upon
2930 this new technique. As a benefit, it reads the old values from the
2931 device before reprogramming it.
2933 Signed-off-by: Keith Packard <keithp@keithp.com>
2935 commit 4c0c099716197ef7539be0cf55bbb164f6804958
2936 Author: Keith Packard <keithp@keithp.com>
2937 Date: Mon Aug 23 22:02:21 2010 -0700
2939 altosui: Finish device programming code
2941 Altosui can now reprogram Altusmetrum devices.
2943 Signed-off-by: Keith Packard <keithp@keithp.com>
2945 commit bd2b44ddd61fadd8bf8ee6bf783ce019b1be7cc0
2946 Author: Keith Packard <keithp@keithp.com>
2947 Date: Mon Aug 23 22:01:38 2010 -0700
2949 altosui: Remove debug printf from AltosRomconfig
2951 commit c3f57ffdb6c74de90d982eacd604e658ce9b00a5
2952 Author: Keith Packard <keithp@keithp.com>
2953 Date: Mon Aug 23 22:01:11 2010 -0700
2955 altosui: flush serial output before waiting for reply
2957 commit 8857ac5e43eac6db8d5594b8864df497a712242b
2958 Author: Keith Packard <keithp@keithp.com>
2959 Date: Mon Aug 23 22:00:16 2010 -0700
2961 altosui: remove debug printf from AltosHexfile
2963 commit b1758be01397fd49c441f40852f3558fe9343a2d
2964 Author: Keith Packard <keithp@keithp.com>
2965 Date: Mon Aug 23 21:58:50 2010 -0700
2967 altosui: Add lots more cc1111 debug interface functions
2969 These are sufficient to program the flash.
2971 Signed-off-by: Keith Packard <keithp@keithp.com>
2973 commit f9e80f39bc39e5882bfe75f959b6501cb3277cd2
2974 Author: Keith Packard <keithp@keithp.com>
2975 Date: Mon Aug 23 21:55:49 2010 -0700
2977 libaltos: use pipe to wake up getchar on close. use mutexes
2979 commit 86f7b9314b042f2e512fdf35067817e68532867b
2980 Author: Keith Packard <keithp@keithp.com>
2981 Date: Mon Aug 23 21:54:47 2010 -0700
2983 altosui: pad TM config dialog values to avoid clipping descenders
2985 commit b8519b8669ff54741dd738ac343fbd2424451247
2986 Author: Keith Packard <keithp@keithp.com>
2987 Date: Mon Aug 23 21:53:37 2010 -0700
2989 ao-dumplog: Fix --remote and --channel options to actually work
2991 commit ebeb13688a9a5442c838641ede6ba0dc92c9a1a4
2992 Author: Keith Packard <keithp@keithp.com>
2993 Date: Mon Aug 23 14:32:58 2010 -0700
2995 altosui: Add debug dongle API, split flash UI out
2997 Create an API to talk through the debug port on another AltOS
2998 device. Split the flash UI out from the flash implementation so that a
2999 command line flash utility can be written.
3001 Signed-off-by: Keith Packard <keithp@keithp.com>
3003 commit 7f8d7978606abe544b1b9b6065c5480ed813b8ec
3004 Author: Keith Packard <keithp@keithp.com>
3005 Date: Mon Aug 23 11:53:19 2010 -0700
3007 altosui: Add .ihx file reading code and stub out flashing UI
3009 Signed-off-by: Keith Packard <keithp@keithp.com>
3011 commit 2007288da8a83e3aa925e11cc196f1c65aab2e5c
3012 Author: Bdale Garbee <bdale@gag.com>
3013 Date: Thu Aug 5 15:00:15 2010 -0400
3015 working on java packaging details
3017 commit 44b26dd550eef789e70082ccaa46d7d430c67bce
3018 Author: Bdale Garbee <bdale@gag.com>
3019 Date: Thu Aug 5 15:15:04 2010 -0400
3021 add freetts as a build dep
3023 commit 0e17853c08f77debef3e8cf82e9cdb6a5079fc9b
3024 Author: Keith Packard <keithp@keithp.com>
3025 Date: Sun Aug 22 23:06:15 2010 -0700
3027 altosui: Set callsign when fetching eeprom data over the air
3029 The updated firmware places the callsign in each packet to comply with
3030 regulations, this ensures that TeleDongle has the current callsign
3033 Signed-off-by: Keith Packard <keithp@keithp.com>
3035 commit 953bc3438b10b21f3d65d292356c4ab2de23cddd
3036 Author: Keith Packard <keithp@keithp.com>
3037 Date: Sun Aug 22 23:05:20 2010 -0700
3039 altosui: Add TeleMetrum configuration
3041 This presents a dialog with all of the user-settable options in the
3042 TeleMetrum set for editing. Combo boxes are used for everything except
3045 Signed-off-by: Keith Packard <keithp@keithp.com>
3047 commit e1463d8e265dfd42c824d90088cd2a51b4cf8131
3048 Author: Keith Packard <keithp@keithp.com>
3049 Date: Sat Aug 21 17:57:31 2010 -0700
3051 altosui: Make teledongle callsign configurable
3053 Teledongle uses the callsign in packet mode; this provides a way to
3056 Signed-off-by: Keith Packard <keithp@keithp.com>
3058 commit 09252ec22d58e946494e4ca2cf367bf3bbe1cc50
3059 Author: Keith Packard <keithp@keithp.com>
3060 Date: Sat Aug 21 17:09:41 2010 -0700
3062 altos: Define USB product ID in per-product Makefile.defs file
3064 This allows Win7 to tell which kind of device is connected purely by
3065 USB id as it doesn't expose the USB product ID string to user space.
3067 Signed-off-by: Keith Packard <keithp@keithp.com>
3069 commit 22800dc094797e1e0ad99124198809d0360f7556
3070 Author: Keith Packard <keithp@keithp.com>
3071 Date: Tue Aug 17 18:22:28 2010 -0700
3073 altosui: Select devices by USB vendor/product ID.
3075 Because Win7 doesn't expose the product name, we're swtiching to using
3076 the USB idProduct/idVendor values. This patch adds support for
3077 selecting devices by those new IDs.
3079 Signed-off-by: Keith Packard <keithp@keithp.com>
3081 commit d14c96663a1027164fa30ed89b53f5a9d3fdb82b
3082 Author: Keith Packard <keithp@keithp.com>
3083 Date: Tue Aug 17 18:19:43 2010 -0700
3085 libaltos: integrate Windows support.
3087 This adds Windows support for discovery and I/O.
3089 The API to the library is mostly unchanged, except that it now exports
3090 product and vendor USB IDs as Win7 doesn't expose the product name
3091 anywhere that we've been able to find, so we'll be updating the
3092 firmware to use unique idProduct values for each product.
3094 Signed-off-by: Keith Packard <keithp@keithp.com>
3096 commit 9d1b27fa147fc8b765d5be165ebef7ee0f85bd37
3097 Author: Bdale Garbee <bdale@gag.com>
3098 Date: Wed Aug 11 22:11:50 2010 -0400
3100 update changelogs for Debian build
3102 commit b6da90b4627dde1fe88240c38c51559d8f781dd0
3103 Author: Bdale Garbee <bdale@gag.com>
3104 Date: Wed Aug 11 17:15:39 2010 -0400
3106 update changelogs for Debian build
3108 commit 4918f73fd0a0f3f5d52907f95a0ec385e901d447
3109 Author: Bdale Garbee <bdale@gag.com>
3110 Date: Wed Aug 11 08:50:27 2010 -0400
3112 update changelogs for Debian build
3114 commit f63f16a70e4d0535667a6364cafcbff026ee6a8c
3115 Author: Bdale Garbee <bdale@gag.com>
3116 Date: Wed Aug 11 08:36:59 2010 -0400
3118 update changelogs for Debian build
3120 commit 294d9c7db21eaf1e71504dbcca5040371abcce55
3121 Author: Keith Packard <keithp@keithp.com>
3122 Date: Sat Aug 7 22:30:55 2010 -0400
3124 ao-dumplog: add --channel option (for use with -R option)
3126 Sets the channel when downloading data with the -R option.
3128 Signed-off-by: Keith Packard <keithp@keithp.com>
3130 commit f317f1324b69b4241f4bb192e164b33d712d5a43
3131 Author: Keith Packard <keithp@keithp.com>
3132 Date: Sat Aug 7 00:42:25 2010 -0400
3134 altosui: Start adding code to write csv files from eeprom/telem files
3136 This is a start to code which can write out a csv file full of flight
3137 data from either an eeprom or telem input file. It's not hooked up,
3138 but the restructuring necessary is finished and the output is started.
3140 Signed-off-by: Keith Packard <keithp@keithp.com>
3142 commit 4738cb2fc639adb1d9237e6c903479f0690dd81a
3143 Author: Keith Packard <keithp@keithp.com>
3144 Date: Sat Aug 7 00:40:59 2010 -0400
3146 altos: add callsign to packet mode, increase payload to 64 bytes
3148 Untested, but it 'should' work. Need to add callsign setting to packet
3151 Signed-off-by: Keith Packard <keithp@keithp.com>
3153 commit b7699a5907e64bc7547fcc27e73f4a35bbaabfff
3154 Author: Keith Packard <keithp@keithp.com>
3155 Date: Fri Aug 6 13:09:21 2010 -0400
3157 altosui: Add comments to Eeprom reader
3159 commit 0e917f3ff822616adb147517ac961422e5fedbfd
3160 Author: Keith Packard <keithp@keithp.com>
3161 Date: Thu Aug 5 22:49:53 2010 -0400
3163 altosui: Compute flight state from eeprom data
3165 This lets eeprom files be used to replay flights.
3167 Signed-off-by: Keith Packard <keithp@keithp.com>
3169 commit a0a9b445a4d379730b67720f8d7b682d5206a582
3170 Author: Bdale Garbee <bdale@gag.com>
3171 Date: Thu Aug 5 15:16:48 2010 -0400
3173 update changelogs for Debian build
3175 commit e075b8623533965b1b77b77d38c2df32f5f77fce
3176 Author: Bdale Garbee <bdale@gag.com>
3177 Date: Thu Aug 5 15:16:24 2010 -0400
3179 update changelogs for Debian build
3181 commit 410de62715a0830f03b0a65d6c7730dff51e6ef4
3182 Author: Bdale Garbee <bdale@gag.com>
3183 Date: Thu Aug 5 15:15:04 2010 -0400
3185 add freetts as a build dep
3187 commit 0b85160c44d934f3d1352c1c07c296d01ceffc32
3188 Author: Bdale Garbee <bdale@gag.com>
3189 Date: Thu Aug 5 15:02:17 2010 -0400
3191 update changelogs for Debian build
3193 commit d091099753d9cae01c4805812425ebea19ec09cf
3194 Author: Bdale Garbee <bdale@gag.com>
3195 Date: Thu Aug 5 15:00:46 2010 -0400
3197 update changelogs for Debian build
3199 commit aed55ef1ce45b0f6e6fefeebf50be97607b31d65
3200 Author: Bdale Garbee <bdale@gag.com>
3201 Date: Thu Aug 5 15:00:15 2010 -0400
3203 working on java packaging details
3205 commit d8bf05f7ad55964c9bce0551e58f4ef6c9f721ad
3206 Author: Keith Packard <keithp@keithp.com>
3207 Date: Thu Aug 5 13:50:18 2010 -0400
3209 altosui: Split flight record out of telemetry class
3211 This will permit either telemetry or eeprom data to be used to
3212 construct the sequence of flight events for reply or data generation.
3214 Signed-off-by: Keith Packard <keithp@keithp.com>
3216 commit 85a670b5a904d6750d0f179ae307baeb8fc7cbd2
3217 Author: Keith Packard <keithp@keithp.com>
3218 Date: Thu Aug 5 13:40:17 2010 -0400
3220 altosui: Explicitly initialize Altos class
3222 Because the Altos class is never instantiated, the static initializers
3223 are never called, leaving the string to state mapping empty. Hand-code
3224 the call to the initialer instead.
3226 Signed-off-by: Keith Packard <keithp@keithp.com>
3228 commit 02f17f2cd26189e2676a9dc0d86bd959ed0bc3f4
3229 Author: Bdale Garbee <bdale@gag.com>
3230 Date: Thu Aug 5 00:54:05 2010 -0400
3232 move to science menu
3234 commit 9e8f7f75442303f9bfa99a0435984f5d36863ae6
3235 Author: Keith Packard <keithp@keithp.com>
3236 Date: Sat Jul 31 10:34:21 2010 -0700
3238 altosui: Split status and info panels into separate files
3240 This moves some code out of AltosUI.java into separate files
3242 Signed-off-by: Keith Packard <keithp@keithp.com>
3244 commit 9c9b35254c693b3ade42b24d1e29eaf31e6ba2aa
3245 Author: Keith Packard <keithp@keithp.com>
3246 Date: Sat Jul 31 10:24:56 2010 -0700
3248 altosui: Clear displayed data rows as needed.
3250 Signed-off-by: Keith Packard <keithp@keithp.com>
3252 commit 88e0137a60d7a13ddb7781befa76650e13ad44ae
3253 Author: Keith Packard <keithp@keithp.com>
3254 Date: Sat Jul 31 10:07:38 2010 -0700
3256 altosui: Merge gps date and time classes into gps class
3258 No reason to split out the date and time information from the other gps info.
3260 Signed-off-by: Keith Packard <keithp@keithp.com>
3262 commit 1c3b2fe357d6acf28f48aeddd91693f10381be51
3263 Author: Keith Packard <keithp@keithp.com>
3264 Date: Sat Jul 31 10:05:15 2010 -0700
3266 altosui: Capture config and version info in .eeprom files
3268 Instead of only writing the serial number to the .eeprom file, write
3269 all of the config values and all of the version reply to the .eeprom
3270 file. The config values, in particular, contain the accelerometer
3271 calibration data which is needed to correctly compute acceleration
3272 from the captured accelerometer data.
3274 Signed-off-by: Keith Packard <keithp@keithp.com>
3276 commit e286eb61ad2a90746c1c31f95d26d5edb48738d3
3277 Author: Keith Packard <keithp@keithp.com>
3278 Date: Sat Jul 31 09:57:49 2010 -0700
3280 altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants
3282 Renames the eeprom downloading code and adds a new file to share the
3283 flight data constants across the various UI modules.
3285 Signed-off-by: Keith Packard <keithp@keithp.com>
3287 commit e3a9e3815db3f290e28b40ae02aa654f515cfc37
3288 Author: Bdale Garbee <bdale@gag.com>
3289 Date: Sat Jul 31 10:55:27 2010 -0600
3291 update changelogs for Debian build
3293 commit 8fc261c2b77bb8aab201a0649a84b5ffa236ce26
3294 Author: Bdale Garbee <bdale@gag.com>
3295 Date: Sat Jul 31 10:55:07 2010 -0600
3297 see if my new freetts package works
3299 commit 2f114c7ff6b0deddb790d34139bb11ac37f8c0da
3300 Author: Bdale Garbee <bdale@gag.com>
3301 Date: Thu Jul 29 13:30:36 2010 -0600
3303 update changelogs for Debian build
3305 commit 7877496d47ce6d25210c0e1c6500666dbfc0876c
3306 Merge: c71061a 4cf39b1
3307 Author: Keith Packard <keithp@keithp.com>
3308 Date: Thu Jul 29 12:07:49 2010 -0700
3310 Merge remote branch 'origin/master'
3312 commit c71061a37d3d3be2855b61cde33d2371989d7681
3313 Author: Keith Packard <keithp@keithp.com>
3314 Date: Thu Jul 29 12:06:06 2010 -0700
3316 Make altosui test script executable
3318 commit 4cf39b13a574cb656999cf329f5b08e7f910604b
3319 Author: Bdale Garbee <bdale@gag.com>
3320 Date: Thu Jul 29 12:57:31 2010 -0600
3322 update changelogs for Debian build
3324 commit d1848193d8208388e4ccdfbed4e5663a9ba04dd3
3325 Author: Bdale Garbee <bdale@gag.com>
3326 Date: Thu Jul 29 12:56:59 2010 -0600
3328 add a jdk to the build deps
3330 commit 9ad4984124b6c05114feac4c4ac078dc248ce16a
3331 Author: Keith Packard <keithp@keithp.com>
3332 Date: Thu Jul 29 11:56:24 2010 -0700
3334 altosui: remove option to install to alternate volume
3336 commit 2e797b18f0724caf7aaf96f45997998c7416f34e
3337 Author: Bdale Garbee <bdale@gag.com>
3338 Date: Thu Jul 29 12:50:57 2010 -0600
3340 update changelogs for Debian build
3342 commit 89109f9dff3ce855d80da166e3362375282f745d
3343 Author: Bdale Garbee <bdale@gag.com>
3344 Date: Thu Jul 29 12:47:37 2010 -0600
3346 ugh, fixing failure due to aborted build
3348 commit 6fb8546575f6d99676dbb1dce190b0b7cf24b657
3349 Author: Keith Packard <keithp@keithp.com>
3350 Date: Thu Jul 29 11:45:56 2010 -0700
3352 Moved Mac OS packaging to altosui dir
3354 commit 865d5cdf8931ffc796f608e3e12d7c5a70832825
3355 Author: Bdale Garbee <bdale@gag.com>
3356 Date: Thu Jul 29 12:45:18 2010 -0600
3358 add swig as a build dep
3360 commit 91d75fb3919f606a1956bf8c6423a8012d99a56a
3361 Author: Keith Packard <keithp@keithp.com>
3362 Date: Thu Jul 29 11:45:12 2010 -0700
3364 altosui: Switch eeprom extension back to .eeprom
3366 commit 33ffd89d5a64c991d28bd7369b61e1faa18f605b
3367 Author: Bdale Garbee <bdale@gag.com>
3368 Date: Thu Jul 29 12:40:52 2010 -0600
3370 update changelogs for Debian build
3372 commit 62b4cc51a0f54ef363cbff46caef80a0afecdea2
3373 Author: Bdale Garbee <bdale@gag.com>
3374 Date: Thu Jul 29 12:40:25 2010 -0600
3376 update changelogs for Debian build
3378 commit 6f86db5e0360bef26b21336769b7635e3a11e160
3379 Author: Keith Packard <keithp@keithp.com>
3380 Date: Thu Jul 29 11:24:47 2010 -0700
3382 Add Mac OS X packaging bits
3384 Signed-off-by: Keith Packard <keithp@keithp.com>
3386 commit 950f0a8c54e5835ee5d8b0aea360bd8362c21bc5
3387 Author: Keith Packard <keithp@keithp.com>
3388 Date: Thu Jul 29 11:09:19 2010 -0700
3390 altosui: construct Darwin application directory
3392 This adds the necessary files and build steps to construct
3393 AltosUI.app on a Darwin system.
3395 Signed-off-by: Keith Packard <keithp@keithp.com>
3397 commit 669c5f52abb972a82ed6efbee7a8c7d20afb5cd0
3398 Author: Keith Packard <keithp@keithp.com>
3399 Date: Thu Jul 29 10:48:52 2010 -0700
3401 libaltos: build with java src encoding UTF8
3403 Signed-off-by: Keith Packard <keithp@keithp.com>
3405 commit efa0e034a161f4852947cbac06537d6ba4422a0e
3406 Author: Keith Packard <keithp@keithp.com>
3407 Date: Thu Jul 29 10:48:25 2010 -0700
3409 altosui: remove debug printf
3411 Signed-off-by: Keith Packard <keithp@keithp.com>
3413 commit 53c279b9e96da8b69837ae84038a78ca5707f2a5
3414 Author: Keith Packard <keithp@keithp.com>
3415 Date: Thu Jul 29 10:45:02 2010 -0700
3417 altosui: Close serial, join reader thread, free altos_file
3419 Separating out the close and free actions ensures that the reader thread will not
3420 access freed memory or dereference a null pointer while shutting down the
3421 connection to the serial device. Otherwise, a race condition exists between the
3422 serial close and the thread join.
3424 Signed-off-by: Keith Packard <keithp@keithp.com>
3426 commit b8bc9994d8bfde6116c8a509e70ddf45fc4decce
3427 Author: Keith Packard <keithp@keithp.com>
3428 Date: Thu Jul 29 10:24:59 2010 -0700
3430 altosui: Remove unnecessary freetts .jar files
3432 Signed-off-by: Keith Packard <keithp@keithp.com>
3434 commit e33dbbba94ce42295e9fed9f4ba7e46f9eff1517
3435 Author: Keith Packard <keithp@keithp.com>
3436 Date: Thu Jul 29 10:24:09 2010 -0700
3438 altosui: check for closed serial device before reading
3440 Signed-off-by: Keith Packard <keithp@keithp.com>
3442 commit 27a2d0c00acf78628428c20ab68e2bfba06340da
3443 Author: Bdale Garbee <bdale@gag.com>
3444 Date: Thu Jul 29 11:02:38 2010 -0600
3446 update changelogs for Debian build
3448 commit 537492dc961ee6a1945b1041ee3cc0d3f519a42c
3449 Author: Bdale Garbee <bdale@gag.com>
3450 Date: Thu Jul 29 11:01:21 2010 -0600
3452 update changelogs for Debian build
3454 commit adf6cbcba23e24a3824f7e242ec37baa2750ab94
3455 Author: Bdale Garbee <bdale@gag.com>
3456 Date: Thu Jul 29 10:59:18 2010 -0600
3458 update changelogs for Debian build
3460 commit d0fd53bdab2f480cd43b6d7010c2094f4fccda91
3461 Author: Keith Packard <keithp@keithp.com>
3462 Date: Wed Jul 28 21:49:23 2010 -0700
3464 Reset GPS ready status when GPS comes unlocked on the pad
3466 If GPS becomes unlocked, then report that in the UI and via
3469 Signed-off-by: Keith Packard <keithp@keithp.com>
3471 commit 5fd225c3a52445ecdc7c04fac5e3d9a0db177c66
3472 Author: Keith Packard <keithp@keithp.com>
3473 Date: Wed Jul 28 21:01:41 2010 -0700
3475 altosui: report rocket ground bearing at landing only if known
3477 if state.from_pad is null, then there isn't any data to report.
3479 Signed-off-by: Keith Packard <keithp@keithp.com>
3481 commit d2d772164af95a35ea0f5d2413a5be67de9a210f
3482 Author: Keith Packard <keithp@keithp.com>
3483 Date: Wed Jul 28 20:18:36 2010 -0700
3485 altosui: Replace device dialog. Center eeprom monitor.
3487 This adds a custom dialog for selecting device, which makes it look
3488 much nicer on the screen and allows the user to double-click on an
3491 Signed-off-by: Keith Packard <keithp@keithp.com>
3493 commit ea32290704a8ca468f01172166b561833b20c954
3494 Author: Keith Packard <keithp@keithp.com>
3495 Date: Wed Jul 28 19:37:02 2010 -0700
3497 altosui: Fix Save flight data monitor layout, add cancel
3499 Use GridBagLayout to improve the appearance of the flight data monitor
3500 widget, add a cancel button to stop loading data (useful if the
3501 connection is wedged).
3503 Signed-off-by: Keith Packard <keithp@keithp.com>
3505 commit ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31
3506 Author: Keith Packard <keithp@keithp.com>
3507 Date: Wed Jul 28 17:08:42 2010 -0700
3509 altosui: Add progress bar for eeprom downloading status
3511 This has a progress bar tracking the state and block count while
3512 downloading stuff from telemetrum.
3514 Signed-off-by: Keith Packard <keithp@keithp.com>
3516 commit 6599e9576c3da9325a1731144c1b8bc4943184c0
3517 Author: Keith Packard <keithp@keithp.com>
3518 Date: Wed Jul 28 15:41:34 2010 -0700
3520 altosui: Add eeprom data capture function. No UI yet.
3522 Signed-off-by: Keith Packard <keithp@keithp.com>
3524 commit 8a6040e143ecc7830cc1c0114de85f3b72c067eb
3525 Merge: 024d077 554a97e
3526 Author: Keith Packard <keithp@keithp.com>
3527 Date: Wed Jul 28 13:29:51 2010 -0700
3529 Merge remote branch 'keithp/macos'
3531 commit 024d077302f91bdb17abe70d3211ab0949dab8b9
3532 Author: Keith Packard <keithp@keithp.com>
3533 Date: Wed Jul 28 13:29:21 2010 -0700
3537 Signed-off-by: Keith Packard <keithp@keithp.com>
3539 commit 826061eaca88c0dd75051a6006ef6703c91af595
3540 Author: Keith Packard <keithp@keithp.com>
3541 Date: Wed Jul 28 13:10:11 2010 -0700
3543 Add voice test command for help in adjusting volume.
3545 Signed-off-by: Keith Packard <keithp@keithp.com>
3547 commit 71da54a5ce255395376a44586782ab8b6f3b289f
3548 Author: Keith Packard <keithp@keithp.com>
3549 Date: Wed Jul 28 13:01:52 2010 -0700
3551 Make voice and channel menus work.
3553 Stores voice and channel data to preferences.
3555 Signed-off-by: Keith Packard <keithp@keithp.com>
3557 commit e76b9cc32bbcc5176d9bdd6f8d79778024627382
3558 Author: Keith Packard <keithp@keithp.com>
3559 Date: Wed Jul 28 12:24:53 2010 -0700
3561 altosui: Catch errors opening USB devices. Limit list to relevant devices
3563 Avoids a segfault when failing to open a device. Limit listed telemetry
3564 devices to just TeleDongle units.
3566 Signed-off-by: Keith Packard <keithp@keithp.com>
3568 commit 172a2817dde6718724f2b5fad5a7761801446fa0
3569 Merge: f2a006f 81bf204
3570 Author: Keith Packard <keithp@keithp.com>
3571 Date: Wed Jul 28 11:20:22 2010 -0700
3573 Merge branch 'macos'
3575 commit f2a006fd98045066bdf429cc142d033e9feb0a8f
3576 Author: Keith Packard <keithp@keithp.com>
3577 Date: Wed Jul 28 09:31:09 2010 -0700
3579 Make ao_log_data re-entrant as it is used for both sensor and GPS logs
3581 Because ao_log_data is called from two different threads, failing to
3582 make it re-entrant would cause the 'log' pointer parameter to get
3583 overwritten if another thread asked to log data while the eeprom was
3584 busy writing out a block.
3586 This would cause the second thread to re-writing data from the first
3587 thread's address, but without re-checksumming the data as the checksum
3588 is computed before the log mutex is taken.
3590 The bug can be seen by log blocks with invalid checksums.
3592 Here's what happens with the ao_gps_tracking_report and ao_log threads:
3594 ao_gps_tracking_report ao_log
3596 Writes a bunch of records
3597 *blocks* in the eeprom flush
3598 sets ao_log_data 'log' to global 'log'
3599 computes checksum for 'log' block
3600 *blocks* on ao_log_mutex
3602 sets ao_log_data 'log' to 'gps_log'
3603 writes remaining records
3604 'gps_log' is left with svid = 0
3605 *blocks* on ao_gps_tracking_data
3606 writes data, reading from
3607 the current ao_log_data 'log'
3608 pointer which points at 'gps_log'
3610 Making ao_log_data re-entrant fixes this by ensuring that the 'ao_log'
3611 thread has its own copy of the ao_log_data 'log' parameter.
3613 I made this function take an __xdata restricted pointer so that it
3614 could be passed in the dptr register instead of needing to go on the stack.
3616 Signed-off-by: Keith Packard <keithp@keithp.com>
3618 commit 554a97ef455c801dcab825815f44520f96f4c3f3
3619 Author: Keith Packard <keithp@keithp.com>
3620 Date: Tue Jul 27 19:29:38 2010 -0700
3622 Force java source encoding to UTF-8
3624 commit 81bf2042ca39eb106b789e5a08647c3114669358
3625 Author: Keith Packard <keithp@keithp.com>
3626 Date: Tue Jul 27 15:29:28 2010 -0700
3628 Java voice reporting cleanups.
3630 Make sure it says something at the end of a log file replay.
3631 Make sure it reports max speed after motor burn out, and max height
3634 Signed-off-by: Keith Packard <keithp@keithp.com>
3636 commit 8f2f38f2a9fb0c106e2c6b60cdc205292ce329ea
3637 Author: Keith Packard <keithp@keithp.com>
3638 Date: Tue Jul 27 10:18:20 2010 -0700
3640 Java clean ups -- use varargs where possible, remove AltosSerialReader
3642 Add methods that format stuff using String.format for voice and serial
3643 link, remove AltosSerialReader class and just embed that in the
3644 AltosSerial class directly.
3646 Signed-off-by: Keith Packard <keithp@keithp.com>
3648 commit 734cd15ccff691f851359518ce6118f29dc9f88d
3649 Author: Keith Packard <keithp@keithp.com>
3650 Date: Tue Jul 27 10:18:09 2010 -0700
3652 Remove directories as .class file dependencies; it makes them get rebuilt all the time
3654 commit 809feb75e2155e84aebfcc431867edcfd9054670
3655 Author: Keith Packard <keithp@keithp.com>
3656 Date: Tue Jul 27 01:22:56 2010 -0700
3658 Clean up altosui build a bit
3660 commit 3784578a40dcc61f447435cfdf22e13c409cb9c0
3661 Author: Keith Packard <keithp@keithp.com>
3662 Date: Tue Jul 27 00:16:15 2010 -0700
3664 Add application icons for Mac OS X
3666 commit 2c273710ea9b76ebee4101893f9fe84be8a02354
3667 Author: Keith Packard <keithp@keithp.com>
3668 Date: Tue Jul 27 00:11:58 2010 -0700
3670 Add Mac OS X packaging files for altosui
3672 commit a58c44cd904e5429b807e5c23913051ed6484edc
3673 Author: Keith Packard <keithp@keithp.com>
3674 Date: Tue Jul 27 00:09:41 2010 -0700
3676 libaltos: build fat 10.5-compatible library
3678 Signed-off-by: Keith Packard <keithp@keithp.com>
3680 commit 4e3285575e0c7d029e799258587e965779990099
3681 Author: Keith Packard <keithp@keithp.com>
3682 Date: Tue Jul 27 00:09:18 2010 -0700
3684 libaltos: make clean remove all built files
3686 Signed-off-by: Keith Packard <keithp@keithp.com>
3688 commit fb8507975c6e081de2e909eca6faaa8f868b609e
3689 Author: Keith Packard <keithp@keithp.com>
3690 Date: Tue Jul 27 00:08:38 2010 -0700
3692 libaltos needs -I. on all systems
3694 Signed-off-by: Keith Packard <keithp@keithp.com>
3696 commit 0a782026f6b19e84ffd44f1ae1b466363474bd30
3697 Author: Keith Packard <keithp@keithp.com>
3698 Date: Mon Jul 26 18:10:07 2010 -0700
3700 Darwin doesn't have strndup.
3702 This provides a private version of this GNU extension.
3704 Signed-off-by: Keith Packard <keithp@keithp.com>
3706 commit b51497597868a40df039dd3ca11b35a6258bbbb3
3707 Author: Keith Packard <keithp@keithp.com>
3708 Date: Mon Jul 26 18:04:10 2010 -0700
3710 Re-enable Linux support for altosui.
3712 This steals code from cc-usbdev for scanning the USB tree and uses the
3713 same tty code as on Darwin
3715 Signed-off-by: Keith Packard <keithp@keithp.com>
3717 commit e9153c4f2c71ed965822fcfe5112d2bc38506baf
3718 Author: Keith Packard <keithp@keithp.com>
3719 Date: Mon Jul 26 17:04:04 2010 -0700
3723 commit 17188f36fe18c23bc2eb877ac9a01b7693f4b863
3724 Author: Keith Packard <keithp@keithp.com>
3725 Date: Mon Jul 26 17:03:47 2010 -0700
3727 Present list of altos devices in nice format
3729 commit 005e2d6a7bb3b0546b0c1273296875621632ec6d
3730 Author: Keith Packard <keithp@keithp.com>
3731 Date: Mon Jul 26 15:42:48 2010 -0700
3733 Switch AltosUI to libaltos for device access
3735 Signed-off-by: Keith Packard <keithp@keithp.com>
3737 commit c726d8f6eb861801d7543552beab6ee2c920c96f
3738 Author: Keith Packard <keithp@keithp.com>
3739 Date: Mon Jul 26 15:41:39 2010 -0700
3741 Add libaltos which talks to USB connected altos devices
3743 commit 05111d5be4d37bedaaee6415d6ee27347e6a112c
3744 Author: Keith Packard <keithp@keithp.com>
3745 Date: Mon Jul 26 12:52:17 2010 -0700
3747 When the EP0 IN buffer is full, don't panic, just skip sending another
3749 If the host doesn't pull the IN packet out of EP0 before sending
3750 another SETUP command along, the IN buffer will still be busy when we
3751 try to reply to the SETUP command. While I don't quite understand why
3752 this would ever happen, there's no need to panic about it, just drop
3753 the reply packet on the floor.
3755 Signed-off-by: Keith Packard <keithp@keithp.com>
3757 commit d0647950b76bfa9942e4f8cf87353f2b724099f4
3758 Author: Bdale Garbee <bdale@gag.com>
3759 Date: Wed Jul 21 14:26:36 2010 -0600
3761 fix text since TM only has one led to blink
3763 commit 8eda9fe94a7fd40cb84f50e17e64956f1584ebdc
3764 Author: Bdale Garbee <bdale@gag.com>
3765 Date: Tue Jul 20 22:24:32 2010 -0600
3767 update changelogs for Debian build
3769 commit cd8aa79de72b8b6b3a26d0c2522e94c621b70f13
3770 Author: Bdale Garbee <bdale@gag.com>
3771 Date: Tue Jul 20 22:24:01 2010 -0600
3773 update to latest Debian standards version
3775 commit 3284c7516e302e6db403d18866924ad926ffb2a7
3776 Author: Bdale Garbee <bdale@gag.com>
3777 Date: Tue Jul 20 22:20:08 2010 -0600
3779 update changelogs for Debian build
3781 commit 8f1933717e3acfbcb09191da6e79a7944f91f9d9
3782 Author: Bdale Garbee <bdale@gag.com>
3783 Date: Tue Jul 20 22:19:27 2010 -0600
3785 reflect documentation file name change
3787 commit 2cf1ef555a7feceeb1c333b273c19dd848e8d03f
3788 Author: Bdale Garbee <bdale@gag.com>
3789 Date: Tue Jul 20 22:15:47 2010 -0600
3791 update changelogs for Debian build
3793 commit 74c67fc466118b86b4eb5173f7a6886ae220a985
3794 Author: Bdale Garbee <bdale@gag.com>
3795 Date: Tue Jul 20 22:14:27 2010 -0600
3797 add build dep for sndfile
3799 commit 0794ab1e13313fa49b7caf01aef20b052ad78a88
3800 Author: Bdale Garbee <bdale@gag.com>
3801 Date: Tue Jul 20 22:10:01 2010 -0600
3803 update changelogs for Debian build
3805 commit 15a6791ba8f8313b6b55752c3fa7dc254d56dd5c
3806 Author: Bdale Garbee <bdale@gag.com>
3807 Date: Tue Jul 20 22:08:56 2010 -0600
3809 update changelogs for Debian build
3811 commit e747954b6a9e71705f619684df8a118a909b1039
3812 Merge: bd40a5b 695879d
3813 Author: Bdale Garbee <bdale@gag.com>
3814 Date: Tue Jul 20 22:07:22 2010 -0600
3816 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3818 commit bd40a5b431847c071f5c486d754eca5627e5e3b9
3819 Author: Bdale Garbee <bdale@gag.com>
3820 Date: Tue Jul 20 02:12:03 2010 -0600
3824 commit 695879dbccfc5ec6b79698653c58814158f91686
3825 Author: Keith Packard <keithp@keithp.com>
3826 Date: Wed Jul 14 19:07:02 2010 -0700
3828 Switch DBG pins to GPIO when using any debug commands. Reboot to restore.
3830 If you want to use TeleMetrum as a debug dongle, you need to flip the
3831 three pins used to talk to the remote debug port from SPI mode to GPIO
3834 This patch doesn't provide any way to get back to SPI mode, so you'll
3835 have to reboot the TeleMetrum to write out config parameters or log
3836 flight data after using any debug commands.
3838 Signed-off-by: Keith Packard <keithp@keithp.com>
3840 commit a9ec6be0e92dee01f7aac006ef6f7779c1da1b36
3841 Author: Keith Packard <keithp@keithp.com>
3842 Date: Sat Jul 3 17:42:36 2010 -0400
3844 Telemetry code was mis-computing RSSI
3846 The RSSI data from the hardware reports in 1/2 dBm increments, and so
3847 must be divided to report plain RSSI numbers.
3849 Signed-off-by: Keith Packard <keithp@keithp.com>
3851 commit 62294ea3830d3ea261a8761edc9fa6f98201d321
3852 Author: Bdale Garbee <bdale@gag.com>
3853 Date: Thu Jun 24 12:38:23 2010 -0700
3855 update changelogs for Debian build
3857 commit 4766b13d1241fa585907c6f77707d2d4b3ccff75
3858 Author: Bdale Garbee <bdale@gag.com>
3859 Date: Thu Jun 24 12:37:55 2010 -0700
3861 update changelogs for Debian build
3863 commit 52834517c0706b1f16fb81643a42dc1c1997e00a
3864 Author: Keith Packard <keithp@keithp.com>
3865 Date: Mon Jun 21 15:53:33 2010 -0700
3867 Abort any in-progress radio operation when changing radio channel
3869 In monitor mode, the current receive operation must be aborted so that
3870 the radio channel change can take effect without receiving a
3871 telemetry packet on the old channel. Aborting any in-progress radio
3872 operation will make sure that happens.
3874 Signed-off-by: Keith Packard <keithp@keithp.com>
3876 commit 5933eaa44fe45027b856f1303dd657b974eb53e7
3877 Author: Keith Packard <keithp@keithp.com>
3878 Date: Mon Jun 21 11:44:32 2010 -0700
3880 ao-postflight: was walking off state.data array
3882 commit 11d155d558d0b121b66f089adee0a47d71f65a78
3883 Merge: 544003a 24393ea
3884 Author: Keith Packard <keithp@keithp.com>
3885 Date: Wed Jun 16 21:54:06 2010 -0700
3887 Merge remote branch 'mjb/master'
3889 commit 544003a8da0248fd6f3c62ded86af74ab7cdadf6
3890 Merge: 267923e 93c1e29
3891 Author: Keith Packard <keithp@keithp.com>
3892 Date: Wed Jun 16 21:52:23 2010 -0700
3894 Merge remote branch 'origin/master'
3896 commit 267923e56e22b3635a21f42ef77a3a36158bc273
3897 Author: Keith Packard <keithp@keithp.com>
3898 Date: Wed Jun 16 21:49:43 2010 -0700
3900 Add special code for USB panic's.
3902 The USB system may panic if the hardware isn't ready for IN data when
3903 the driver thinks it should be. This adds a special panic code to make
3904 figuring this out easier.
3906 Signed-off-by: Keith Packard <keithp@keithp.com>
3908 commit 50ae347bf9de49ccfc92d26888f36e155fb406a3
3909 Author: Keith Packard <keithp@keithp.com>
3910 Date: Wed Jun 16 21:48:04 2010 -0700
3912 ao-view: disable radio telemetry monitoring during channel change
3914 This makes ao-view disable the radio so that the channel change has an
3915 immediate effect rather than waiting for a packet on the old channel.
3917 Note that this should also be fixed in the TM code itself so that this
3918 change wouldn't be required.
3920 Signed-off-by: Keith Packard <keithp@keithp.com>
3922 commit 24393eab0ea085f2d0224b59fdc3c00693e5d3a9
3923 Author: Mike Beattie <mike@ethernal.org>
3924 Date: Thu Jun 17 14:04:01 2010 +1200
3926 Extension to KML output format, and minor bug fix
3928 Extended KML output by breaking flight into coloured segments representing
3929 flight state. Add extra statistical information to description bubbles
3930 visible in Google Earth when clicking on links in My Places.
3933 * output kml to file provided as argument.
3934 * move kml coordinate output code to take advantage of nsat calculation
3935 * remove superfluous %9.2f format specifier from raw_file output.
3937 Signed-off-by: Mike Beattie <mike@ethernal.org>
3939 commit 93c1e29b07c331a5ca6e0f647b9d2e9266ed3014
3940 Author: Bdale Garbee <bdale@gag.com>
3941 Date: Tue May 18 23:12:45 2010 -0600
3945 commit bb46c9a1da5788a082e4483e576a5a6d3963507b
3946 Author: Bdale Garbee <bdale@gag.com>
3947 Date: Tue May 18 00:26:28 2010 -0600
3949 update changelogs for Debian build
3951 commit 16c4cae7ebed7bd3ee0f12b8872bf950574f17e8
3952 Author: Bdale Garbee <bdale@gag.com>
3953 Date: Tue May 18 00:26:00 2010 -0600
3955 update changelogs for Debian build
3957 commit bc89d962c87b50e5487628f8ca25e4443ac4823d
3958 Author: Bdale Garbee <bdale@gag.com>
3959 Date: Tue May 18 00:24:03 2010 -0600
3961 merge the altusmetrum-themes package
3963 commit 0c6cf621dfd8339b8bc3915750a3147235f1331b
3964 Merge: 32e430b 563a9dc
3965 Author: Bdale Garbee <bdale@gag.com>
3966 Date: Mon May 17 23:59:43 2010 -0600
3968 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3970 commit 32e430b8a5f93b312f6359b4d553bad92ed37b19
3971 Author: Bdale Garbee <bdale@gag.com>
3972 Date: Mon May 17 22:43:19 2010 -0600
3974 merge in a derivative of Bob Finch's mere mortals guide as a getting started
3977 commit 563a9dcdfef42718370c49f16cc2271642b3e055
3978 Author: Keith Packard <keithp@keithp.com>
3979 Date: Mon May 17 21:30:57 2010 -0700
3981 Finish basic flight monitoring UI with voice using FreeTTS
3983 This captures telemetry data to log files and presents flight status
3984 information in audio form using FreeTTS.
3986 Signed-off-by: Keith Packard <keithp@keithp.com>
3988 commit 69092ffd23ac1928d5c84413fd00c2423f313fc2
3989 Merge: 3c2211a cc002c0
3990 Author: Bdale Garbee <bdale@gag.com>
3991 Date: Mon May 17 20:10:46 2010 -0600
3993 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
3995 commit cc002c0a43a02845ba67d1a61828be382f307b2e
3996 Author: Keith Packard <keithp@keithp.com>
3997 Date: Sun May 16 22:31:23 2010 -0700
3999 Fix telemetrum.inf, tested by Adrian and Keithp
4001 commit 3c2211ad7877d622435bc9e8c9c0b01d62be6ff0
4002 Author: Bdale Garbee <bdale@gag.com>
4003 Date: Thu May 13 15:37:37 2010 -0600
4007 commit f0433c83d76e90d78fb86a1f4a2f145f3c57fb25
4008 Author: Bdale Garbee <bdale@gag.com>
4009 Date: Thu May 13 01:27:39 2010 -0600
4013 commit 0f05cf06e3f1ec510b11d993d9038211ac66c97b
4014 Author: Bdale Garbee <bdale@gag.com>
4015 Date: Wed May 12 19:54:04 2010 -0600
4017 update changelogs for Debian build
4019 commit 6bd85138c1bfbc1d8b78dce1501870a65a64db36
4020 Author: Bdale Garbee <bdale@gag.com>
4021 Date: Wed May 12 19:53:40 2010 -0600
4023 lose the quotes since they apparently aren't necessary
4025 commit d639144b9bb840fbbced199738787ec054eddf12
4026 Author: Bdale Garbee <bdale@gag.com>
4027 Date: Wed May 12 17:04:41 2010 -0600
4029 update changelogs for Debian build
4031 commit ae6854df00579ea1c3486f1bf8f19443d5ac9498
4032 Author: Bdale Garbee <bdale@gag.com>
4033 Date: Wed May 12 17:04:13 2010 -0600
4035 update desktop file for conformance with current standards
4037 commit 7191d74e680a63728f5eb139069a674fef969e6c
4038 Author: Bdale Garbee <bdale@gag.com>
4039 Date: Wed May 12 16:45:00 2010 -0600
4041 update changelogs for Debian build
4043 commit 68eaaa694bb7bf20642ad11eac8a13c1c8e21b7d
4044 Author: Bdale Garbee <bdale@gag.com>
4045 Date: Wed May 12 16:44:14 2010 -0600
4049 commit 9d3d09578381bb6e6f88c39b0e945371bbc22c5a
4050 Author: Bdale Garbee <bdale@gag.com>
4051 Date: Wed May 12 16:34:49 2010 -0600
4053 add desktop file provided by Bob Finch
4055 commit 3cc1dad3b497524ffef61190dd68908cb19e8c35
4056 Author: Bdale Garbee <bdale@gag.com>
4057 Date: Wed May 12 16:28:35 2010 -0600
4059 add initial package build scripts for Arch Linux from Bob Finch
4061 commit 1b8671bd0a00cec6ae4ccf442cd007b18af82fb0
4062 Author: Bdale Garbee <bdale@gag.com>
4063 Date: Sun May 9 01:41:00 2010 -0600
4067 commit 53b9a9bc28a9278249ff37f92110c21380e93cda
4068 Author: Bdale Garbee <bdale@gag.com>
4069 Date: Thu May 6 13:59:23 2010 -0600
4071 update changelogs for Debian build
4073 commit cde60f16f6ab2cdd5010a0e106ae312d144947cf
4074 Author: Bdale Garbee <bdale@gag.com>
4075 Date: Thu May 6 13:58:31 2010 -0600
4077 Revert "Merge remote branch 'remotes/origin/fix-reset'"
4079 This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing
4080 changes made to fa77db2ffd8a749c93767db5a6311131e00473ae.
4082 For whatever reason, this is utterly not doing the right things today!
4084 commit 8be04df7e1e0a369ffb1137c6e2ec63585e3c935
4085 Author: Bdale Garbee <bdale@gag.com>
4086 Date: Thu May 6 12:48:00 2010 -0600
4088 update changelogs for Debian build
4090 commit 314d27a73c903fef2968dabac3d5313573713460
4091 Merge: fa77db2 823fc0a
4092 Author: Bdale Garbee <bdale@gag.com>
4093 Date: Thu May 6 12:47:30 2010 -0600
4095 Merge remote branch 'remotes/origin/fix-reset'
4097 commit 823fc0ac27b8df9b4ba1ca0f229b431baf5b46dd
4098 Author: Keith Packard <keithp@keithp.com>
4099 Date: Wed May 5 12:50:39 2010 -0700
4101 Don't change dbg clock while changing reset_n. Use 20ms everywhere
4103 This changes the reset code to be more conservative about changing
4104 things at the same time, and also sets all timings to 20ms to make
4105 debugging with the scope easier.
4107 Signed-off-by: Keith Packard <keithp@keithp.com>
4109 commit fa77db2ffd8a749c93767db5a6311131e00473ae
4110 Author: Bdale Garbee <bdale@gag.com>
4111 Date: Wed May 5 02:34:41 2010 -0600
4113 update changelogs for Debian build
4115 commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
4116 Author: Keith Packard <keithp@keithp.com>
4117 Date: Wed May 5 01:32:46 2010 -0700
4119 Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
4121 ao_sleep doesn't delay for a specified time interval as much as one
4124 commit e6bb80975fde20928a830170f0821d59a8c72690
4125 Author: Keith Packard <keithp@keithp.com>
4126 Date: Wed May 5 01:31:57 2010 -0700
4128 Fix all stdio reading functions to be __critical
4130 Oh, right SDCC has '__critical' to mark sections of code that need to
4131 run with interrupts disabled; no need to use EA = 0 and EA = 1.
4133 Signed-off-by: Keith Packard <keithp@keithp.com>
4135 commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
4136 Author: Bdale Garbee <bdale@gag.com>
4137 Date: Wed May 5 01:57:54 2010 -0600
4139 update changelogs for Debian build
4141 commit 8702f497c4278648303eced1aed5bd76d559521a
4142 Author: Bdale Garbee <bdale@gag.com>
4143 Date: Wed May 5 01:57:11 2010 -0600
4145 initial attempt at a telemetrum turn on script .. needs work
4147 commit 01cefa181b04e53c20109ef8f3ffff633744da73
4148 Author: Bdale Garbee <bdale@gag.com>
4149 Date: Wed May 5 01:56:51 2010 -0600
4151 update changelogs for Debian build