X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ChangeLog;h=84929a2e9a0e248c43b0f2d35f713be2025df27e;hp=5a8661575c239e93997ff5cad3281caee0ea8866;hb=7191d74e680a63728f5eb139069a674fef969e6c;hpb=4b02f293e9c32a568fad89558274f21157e7d473 diff --git a/ChangeLog b/ChangeLog index 5a866157..84929a2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,278 @@ +commit 68eaaa694bb7bf20642ad11eac8a13c1c8e21b7d +Author: Bdale Garbee +Date: Wed May 12 16:44:14 2010 -0600 + + add desktop file + +commit 9d3d09578381bb6e6f88c39b0e945371bbc22c5a +Author: Bdale Garbee +Date: Wed May 12 16:34:49 2010 -0600 + + add desktop file provided by Bob Finch + +commit 3cc1dad3b497524ffef61190dd68908cb19e8c35 +Author: Bdale Garbee +Date: Wed May 12 16:28:35 2010 -0600 + + add initial package build scripts for Arch Linux from Bob Finch + +commit 1b8671bd0a00cec6ae4ccf442cd007b18af82fb0 +Author: Bdale Garbee +Date: Sun May 9 01:41:00 2010 -0600 + + lots of updates + +commit 53b9a9bc28a9278249ff37f92110c21380e93cda +Author: Bdale Garbee +Date: Thu May 6 13:59:23 2010 -0600 + + update changelogs for Debian build + +commit cde60f16f6ab2cdd5010a0e106ae312d144947cf +Author: Bdale Garbee +Date: Thu May 6 13:58:31 2010 -0600 + + Revert "Merge remote branch 'remotes/origin/fix-reset'" + + This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing + changes made to fa77db2ffd8a749c93767db5a6311131e00473ae. + + For whatever reason, this is utterly not doing the right things today! + +commit 8be04df7e1e0a369ffb1137c6e2ec63585e3c935 +Author: Bdale Garbee +Date: Thu May 6 12:48:00 2010 -0600 + + update changelogs for Debian build + +commit 314d27a73c903fef2968dabac3d5313573713460 +Merge: fa77db2 823fc0a +Author: Bdale Garbee +Date: Thu May 6 12:47:30 2010 -0600 + + Merge remote branch 'remotes/origin/fix-reset' + +commit 823fc0ac27b8df9b4ba1ca0f229b431baf5b46dd +Author: Keith Packard +Date: Wed May 5 12:50:39 2010 -0700 + + Don't change dbg clock while changing reset_n. Use 20ms everywhere + + This changes the reset code to be more conservative about changing + things at the same time, and also sets all timings to 20ms to make + debugging with the scope easier. + + Signed-off-by: Keith Packard + +commit fa77db2ffd8a749c93767db5a6311131e00473ae +Author: Bdale Garbee +Date: Wed May 5 02:34:41 2010 -0600 + + update changelogs for Debian build + +commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b +Author: Keith Packard +Date: Wed May 5 01:32:46 2010 -0700 + + Use ao_delay to sleep for 2 seconds instead of trying ao_sleep + + ao_sleep doesn't delay for a specified time interval as much as one + might want it to. + +commit e6bb80975fde20928a830170f0821d59a8c72690 +Author: Keith Packard +Date: Wed May 5 01:31:57 2010 -0700 + + Fix all stdio reading functions to be __critical + + Oh, right SDCC has '__critical' to mark sections of code that need to + run with interrupts disabled; no need to use EA = 0 and EA = 1. + + Signed-off-by: Keith Packard + +commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d +Author: Bdale Garbee +Date: Wed May 5 01:57:54 2010 -0600 + + update changelogs for Debian build + +commit 8702f497c4278648303eced1aed5bd76d559521a +Author: Bdale Garbee +Date: Wed May 5 01:57:11 2010 -0600 + + initial attempt at a telemetrum turn on script .. needs work + +commit 01cefa181b04e53c20109ef8f3ffff633744da73 +Author: Bdale Garbee +Date: Wed May 5 01:56:51 2010 -0600 + + update changelogs for Debian build + +commit 45a1c2d2dfb69e5269ef2756fcd0f734b48d41cb +Author: Bdale Garbee +Date: Wed May 5 01:54:33 2010 -0600 + + update changelogs for Debian build + +commit f7ff3278bb670df59d7425a014cfe8e3718fea3f +Author: Keith Packard +Date: Wed May 5 00:44:42 2010 -0700 + + Disable interrupts while reading from stdin + + With multiple input source support, there is a lag between asking a + device if it has data and then waiting for more data to appear. If an + interrupt signalling additional input arrives in this interval, we'll + go to sleep with input available. + + This patch uses a big hammer by just disabling interrupts for the + whole process. + + Signed-off-by: Keith Packard + +commit aa9ff021d683764a43800eaa18ea0c9be5134939 +Author: Keith Packard +Date: Tue May 4 21:42:54 2010 -0700 + + Revert "Add optional 's' command to packet slave to enable/disable slave mode" + + This reverts commit e7dc7fab787df63a4de72c8450e94092eb04d7db. + + This patch didn't work, and magically appears to break flashing TM + from TD. + +commit 8c95f33686f69da717013ec2c25dbcd99c03aa45 +Author: Bdale Garbee +Date: Thu Apr 29 17:48:44 2010 -0600 + + more text created during SFO->DEN flight + +commit af0613ffc178b9b1f011c315923f92f2581fe53e +Author: Bdale Garbee +Date: Tue Apr 27 00:18:43 2010 -0600 + + update changelogs for Debian build + +commit 99094f02bf4849ba1f6b9842ded6c39d894320f7 +Merge: 641e76c 75d8ffd +Author: Bdale Garbee +Date: Tue Apr 27 00:17:37 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 641e76c5d419dab057298541b3a7546877643198 +Author: Bdale Garbee +Date: Tue Apr 27 00:17:15 2010 -0600 + + add some RF usage information from an email reply sent today, and re-indent + +commit 75d8ffd4eadf31d50b2f58c021530c17ff1bdc66 +Author: Keith Packard +Date: Fri Apr 23 13:53:25 2010 -0700 + + Autodetect flite voice registration function + + Old versions of flite exported the function 'register_cmu_us_kal' + while new ones export 'register_cmu_us_kal16'. This patch just checks + which one is available and uses that. + + Signed-off-by: Keith Packard + +commit 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc +Author: Keith Packard +Date: Thu Apr 22 16:25:35 2010 -0700 + + More ALtosUI changes + +commit e7dc7fab787df63a4de72c8450e94092eb04d7db +Author: Keith Packard +Date: Thu Apr 22 14:53:44 2010 -0700 + + Add optional 's' command to packet slave to enable/disable slave mode + + This option has been selected for teledongle so that you can use slave + mode and hook two teledongles together over the RF link. + + Signed-off-by: Keith Packard + +commit f4383394b5d2b275b21e3ce8040d8cb9e48bb375 +Merge: 5f93cf8 c879b17 +Author: Bdale Garbee +Date: Sun Apr 18 08:36:07 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 5f93cf8c73555f43c14b1b0757f264bde69e9b8a +Author: Bdale Garbee +Date: Sun Apr 18 08:35:43 2010 -0600 + + capture work done on SFO->DEN flight + +commit c879b178d83c9a9a521f42a960b10e19b11cee92 +Author: Keith Packard +Date: Sat Apr 10 22:09:57 2010 -0700 + + Increase reset switch time to 100ms + + Signed-off-by: Keith Packard + +commit b3a2e1221735d54dc3f2b97b4e75ed6f33ab8227 +Author: Bdale Garbee +Date: Sat Apr 10 15:01:14 2010 -0600 + + update changelogs for Debian build + +commit 9394393c24c0a96b94319f2d0aa78fb498a121c9 +Author: Keith Packard +Date: Fri Apr 9 17:51:01 2010 -0700 + + Only have the slave return a packet if it received one. + + When the receive is aborted to switch modes, it's important to not + immediately re-acquire the radio and try to send a packet as the + aborting thread won't know to kick the receiver again. + + This prevents the 'C' command from locking up as it tries to stop the + packet slave before turning on the transmitter. + + Signed-off-by: Keith Packard + +commit ce39372a3aeffff1a08d609e63164a00cf974663 +Author: Bdale Garbee +Date: Fri Apr 9 13:50:49 2010 -0600 + + wrong Yaesu model + +commit a832c7e9d9e9e420e1281136188bd53b34c56464 +Author: Bdale Garbee +Date: Fri Apr 9 00:10:03 2010 -0600 + + update changelogs for Debian build + +commit c0ee1ae25e1d18138d8372f47085de48ffada344 +Author: Bdale Garbee +Date: Fri Apr 9 00:09:21 2010 -0600 + + file changed by auto tools + +commit 25e69ebfec94560e0714cf2cc623dc9697b4ea99 +Author: Bdale Garbee +Date: Fri Apr 9 00:08:32 2010 -0600 + + update changelogs for Debian build + +commit ea5d4f01d18d93d032f05933041b7b6881289780 +Author: Keith Packard +Date: Thu Apr 8 22:45:04 2010 -0700 + + libflite may forget to reference libasound + +commit 4b02f293e9c32a568fad89558274f21157e7d473 +Author: Bdale Garbee +Date: Thu Apr 8 20:08:07 2010 -0600 + + update changelogs for Debian build + commit 5c3b6e2d1989bcaa19ae3e294f297ec3e5648a53 Author: Bdale Garbee Date: Thu Apr 8 19:56:40 2010 -0600