X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ChangeLog;h=92b79ae3044ba9ef2d12203636c62d0f9c8ce9b8;hp=7094d996da0a45777b4661fa6859939003916866;hb=ce90f3fe2aa6e23695ccccb36a8e6e614a08ba31;hpb=af0613ffc178b9b1f011c315923f92f2581fe53e diff --git a/ChangeLog b/ChangeLog index 7094d996..92b79ae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,432 @@ +commit cd8aa79de72b8b6b3a26d0c2522e94c621b70f13 +Author: Bdale Garbee +Date: Tue Jul 20 22:24:01 2010 -0600 + + update to latest Debian standards version + +commit 3284c7516e302e6db403d18866924ad926ffb2a7 +Author: Bdale Garbee +Date: Tue Jul 20 22:20:08 2010 -0600 + + update changelogs for Debian build + +commit 8f1933717e3acfbcb09191da6e79a7944f91f9d9 +Author: Bdale Garbee +Date: Tue Jul 20 22:19:27 2010 -0600 + + reflect documentation file name change + +commit 2cf1ef555a7feceeb1c333b273c19dd848e8d03f +Author: Bdale Garbee +Date: Tue Jul 20 22:15:47 2010 -0600 + + update changelogs for Debian build + +commit 74c67fc466118b86b4eb5173f7a6886ae220a985 +Author: Bdale Garbee +Date: Tue Jul 20 22:14:27 2010 -0600 + + add build dep for sndfile + +commit 0794ab1e13313fa49b7caf01aef20b052ad78a88 +Author: Bdale Garbee +Date: Tue Jul 20 22:10:01 2010 -0600 + + update changelogs for Debian build + +commit 15a6791ba8f8313b6b55752c3fa7dc254d56dd5c +Author: Bdale Garbee +Date: Tue Jul 20 22:08:56 2010 -0600 + + update changelogs for Debian build + +commit e747954b6a9e71705f619684df8a118a909b1039 +Merge: bd40a5b 695879d +Author: Bdale Garbee +Date: Tue Jul 20 22:07:22 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit bd40a5b431847c071f5c486d754eca5627e5e3b9 +Author: Bdale Garbee +Date: Tue Jul 20 02:12:03 2010 -0600 + + significant update + +commit 695879dbccfc5ec6b79698653c58814158f91686 +Author: Keith Packard +Date: Wed Jul 14 19:07:02 2010 -0700 + + Switch DBG pins to GPIO when using any debug commands. Reboot to restore. + + If you want to use TeleMetrum as a debug dongle, you need to flip the + three pins used to talk to the remote debug port from SPI mode to GPIO + mode. + + This patch doesn't provide any way to get back to SPI mode, so you'll + have to reboot the TeleMetrum to write out config parameters or log + flight data after using any debug commands. + + Signed-off-by: Keith Packard + +commit a9ec6be0e92dee01f7aac006ef6f7779c1da1b36 +Author: Keith Packard +Date: Sat Jul 3 17:42:36 2010 -0400 + + Telemetry code was mis-computing RSSI + + The RSSI data from the hardware reports in 1/2 dBm increments, and so + must be divided to report plain RSSI numbers. + + Signed-off-by: Keith Packard + +commit 62294ea3830d3ea261a8761edc9fa6f98201d321 +Author: Bdale Garbee +Date: Thu Jun 24 12:38:23 2010 -0700 + + update changelogs for Debian build + +commit 4766b13d1241fa585907c6f77707d2d4b3ccff75 +Author: Bdale Garbee +Date: Thu Jun 24 12:37:55 2010 -0700 + + update changelogs for Debian build + +commit 52834517c0706b1f16fb81643a42dc1c1997e00a +Author: Keith Packard +Date: Mon Jun 21 15:53:33 2010 -0700 + + Abort any in-progress radio operation when changing radio channel + + In monitor mode, the current receive operation must be aborted so that + the radio channel change can take effect without receiving a + telemetry packet on the old channel. Aborting any in-progress radio + operation will make sure that happens. + + Signed-off-by: Keith Packard + +commit 5933eaa44fe45027b856f1303dd657b974eb53e7 +Author: Keith Packard +Date: Mon Jun 21 11:44:32 2010 -0700 + + ao-postflight: was walking off state.data array + +commit 11d155d558d0b121b66f089adee0a47d71f65a78 +Merge: 544003a 24393ea +Author: Keith Packard +Date: Wed Jun 16 21:54:06 2010 -0700 + + Merge remote branch 'mjb/master' + +commit 544003a8da0248fd6f3c62ded86af74ab7cdadf6 +Merge: 267923e 93c1e29 +Author: Keith Packard +Date: Wed Jun 16 21:52:23 2010 -0700 + + Merge remote branch 'origin/master' + +commit 267923e56e22b3635a21f42ef77a3a36158bc273 +Author: Keith Packard +Date: Wed Jun 16 21:49:43 2010 -0700 + + Add special code for USB panic's. + + The USB system may panic if the hardware isn't ready for IN data when + the driver thinks it should be. This adds a special panic code to make + figuring this out easier. + + Signed-off-by: Keith Packard + +commit 50ae347bf9de49ccfc92d26888f36e155fb406a3 +Author: Keith Packard +Date: Wed Jun 16 21:48:04 2010 -0700 + + ao-view: disable radio telemetry monitoring during channel change + + This makes ao-view disable the radio so that the channel change has an + immediate effect rather than waiting for a packet on the old channel. + + Note that this should also be fixed in the TM code itself so that this + change wouldn't be required. + + Signed-off-by: Keith Packard + +commit 24393eab0ea085f2d0224b59fdc3c00693e5d3a9 +Author: Mike Beattie +Date: Thu Jun 17 14:04:01 2010 +1200 + + Extension to KML output format, and minor bug fix + + Extended KML output by breaking flight into coloured segments representing + flight state. Add extra statistical information to description bubbles + visible in Google Earth when clicking on links in My Places. + + Fix Bugs: + * output kml to file provided as argument. + * move kml coordinate output code to take advantage of nsat calculation + * remove superfluous %9.2f format specifier from raw_file output. + + Signed-off-by: Mike Beattie + +commit 93c1e29b07c331a5ca6e0f647b9d2e9266ed3014 +Author: Bdale Garbee +Date: Tue May 18 23:12:45 2010 -0600 + + updates from Bob + +commit bb46c9a1da5788a082e4483e576a5a6d3963507b +Author: Bdale Garbee +Date: Tue May 18 00:26:28 2010 -0600 + + update changelogs for Debian build + +commit 16c4cae7ebed7bd3ee0f12b8872bf950574f17e8 +Author: Bdale Garbee +Date: Tue May 18 00:26:00 2010 -0600 + + update changelogs for Debian build + +commit bc89d962c87b50e5487628f8ca25e4443ac4823d +Author: Bdale Garbee +Date: Tue May 18 00:24:03 2010 -0600 + + merge the altusmetrum-themes package + +commit 0c6cf621dfd8339b8bc3915750a3147235f1331b +Merge: 32e430b 563a9dc +Author: Bdale Garbee +Date: Mon May 17 23:59:43 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 32e430b8a5f93b312f6359b4d553bad92ed37b19 +Author: Bdale Garbee +Date: Mon May 17 22:43:19 2010 -0600 + + merge in a derivative of Bob Finch's mere mortals guide as a getting started + chapter + +commit 563a9dcdfef42718370c49f16cc2271642b3e055 +Author: Keith Packard +Date: Mon May 17 21:30:57 2010 -0700 + + Finish basic flight monitoring UI with voice using FreeTTS + + This captures telemetry data to log files and presents flight status + information in audio form using FreeTTS. + + Signed-off-by: Keith Packard + +commit 69092ffd23ac1928d5c84413fd00c2423f313fc2 +Merge: 3c2211a cc002c0 +Author: Bdale Garbee +Date: Mon May 17 20:10:46 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit cc002c0a43a02845ba67d1a61828be382f307b2e +Author: Keith Packard +Date: Sun May 16 22:31:23 2010 -0700 + + Fix telemetrum.inf, tested by Adrian and Keithp + +commit 3c2211ad7877d622435bc9e8c9c0b01d62be6ff0 +Author: Bdale Garbee +Date: Thu May 13 15:37:37 2010 -0600 + + typo fix from Bob + +commit f0433c83d76e90d78fb86a1f4a2f145f3c57fb25 +Author: Bdale Garbee +Date: Thu May 13 01:27:39 2010 -0600 + + updates from Bob + +commit 0f05cf06e3f1ec510b11d993d9038211ac66c97b +Author: Bdale Garbee +Date: Wed May 12 19:54:04 2010 -0600 + + update changelogs for Debian build + +commit 6bd85138c1bfbc1d8b78dce1501870a65a64db36 +Author: Bdale Garbee +Date: Wed May 12 19:53:40 2010 -0600 + + lose the quotes since they apparently aren't necessary + +commit d639144b9bb840fbbced199738787ec054eddf12 +Author: Bdale Garbee +Date: Wed May 12 17:04:41 2010 -0600 + + update changelogs for Debian build + +commit ae6854df00579ea1c3486f1bf8f19443d5ac9498 +Author: Bdale Garbee +Date: Wed May 12 17:04:13 2010 -0600 + + update desktop file for conformance with current standards + +commit 7191d74e680a63728f5eb139069a674fef969e6c +Author: Bdale Garbee +Date: Wed May 12 16:45:00 2010 -0600 + + update changelogs for Debian build + +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