X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ChangeLog;h=c099f6840739f3324b04c64076872df3d39da489;hp=8fe3609b75756280641f276a3da7b6f86f5ef0ce;hb=9fafee109e96435c96639b21211cac0500673a63;hpb=4486d9156e19e4280b42bcd422d81d04f2d04a92 diff --git a/ChangeLog b/ChangeLog index 8fe3609b..c099f684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,183 @@ +commit cb4a73f3b65ba72f645fd37ab8712829c9537bf8 +Merge: 9ddd869 e2e449d +Author: Bdale Garbee +Date: Wed Sep 2 23:17:37 2009 -0600 + + Merge commit 'origin/master' + +commit e2e449d5c23356e913f312de1fb2611a9dd5a352 +Author: Keith Packard +Date: Wed Sep 2 22:01:52 2009 -0700 + + Remove bit-banging debug support from TM board builds + + Our current TM boards don't have the wires to do bit-banging to + another cc1111 board, so it doesn't make sense to fill up their flash + with useless code (and the 'help' text with useless commands). Leave + this to the TI board until we have boards that can serve as debug dongles. + + Signed-off-by: Keith Packard + +commit acea083d80e1ecc4287083519ea666964016b257 +Author: Keith Packard +Date: Wed Sep 2 22:00:37 2009 -0700 + + Make the ao_log_record structures 8 bytes again. + + When the GPS signal strength data was added, the structure was + accidentally extended to 9 bytes, making all log records 9 bytes + long. While not a serious problem, this left log records spanning + across eeprom block boundaries, which seems like a bad plan. + + Signed-off-by: Keith Packard + +commit 7d39f17684feb49ac8a0017902158f298696e37c +Author: Keith Packard +Date: Wed Sep 2 21:57:54 2009 -0700 + + Make eeprom reads and writes across block boundary work + + Reading and writing across the block boundary was not stepping the + eeprom position after the partial i/o operation at the end of the + first block. This meant that the operation would re-use the end of the + previous block, either re-reading or re-writing it. + + Signed-off-by: Keith Packard + +commit 9ddd8696b4004ccc03238d95a8c2a1d07075e0fb +Author: Bdale Garbee +Date: Mon Aug 31 16:48:03 2009 -0600 + + update changelogs for Debian build + +commit 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115 +Author: Bdale Garbee +Date: Mon Aug 31 16:47:44 2009 -0600 + + pixmap file should not be executable + +commit 1495e2f27acde3743c3764a0c31ee082224d6c64 +Author: Bdale Garbee +Date: Mon Aug 31 16:42:55 2009 -0600 + + update changelogs for Debian build + +commit c8c5b7963babe8eb16e2651fba9cd2c8d1cba74e +Author: Bdale Garbee +Date: Mon Aug 31 16:42:37 2009 -0600 + + deliver an icon for the Debian menu system + +commit 591b99c232e780246fc07841c09c8c4e7835facb +Author: Bdale Garbee +Date: Mon Aug 31 16:26:00 2009 -0600 + + update changelogs for Debian build + +commit b34474c1f3083e73b7184d519f54d4c8031836fd +Merge: 8df1697 0d65bff +Author: Bdale Garbee +Date: Mon Aug 31 16:25:32 2009 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 6358041f846ba9a20fa650c367d907dc4336e54c +Author: Keith Packard +Date: Sat Aug 22 13:38:56 2009 -0700 + + Enable GPS degraded mode, set 10 sec degraded timeout. + + No reason not to let the GPS report solutions whenever it likes, let's + see how this works. + + Signed-off-by: Keith Packard + +commit 0d65bff443c17d4d98c18b620ec075ab66b30efd +Author: Keith Packard +Date: Fri Aug 21 10:47:46 2009 -0700 + + Turn off GPS tracking data when not present in data stream + + Signed-off-by: Keith Packard + +commit 8df169791835510d96c11a3b0aa3cc5b79fa7fde +Author: Bdale Garbee +Date: Wed Aug 19 02:21:23 2009 -0600 + + update changelogs for Debian build + +commit 42ab6d52540d0326ef89e9d57954b08248558468 +Author: Bdale Garbee +Date: Wed Aug 19 02:21:06 2009 -0600 + + fix location for delivery of sources.list fragment + +commit 977f5dc0bc7c666dcc1f21db77416efca0d696aa +Author: Bdale Garbee +Date: Wed Aug 19 02:11:11 2009 -0600 + + update changelogs for Debian build + +commit 8d4d6655f1b4c2fbc522fd255bfb75406e5ddaef +Author: Bdale Garbee +Date: Wed Aug 19 02:11:00 2009 -0600 + + oops, aoview is now ao-view! + +commit b9a97aea65f871fd287bc0bb566d8664766f4afd +Author: Bdale Garbee +Date: Wed Aug 19 02:07:16 2009 -0600 + + update changelogs for Debian build + +commit 21e3dd0affac89919e5d0e29c6e9eb1eacb51801 +Author: Bdale Garbee +Date: Wed Aug 19 02:06:49 2009 -0600 + + enable support for Debian menus + +commit 0087c1776e0253fc2bd3b86f15bf9d1b32bdc45a +Author: Bdale Garbee +Date: Wed Aug 19 00:52:57 2009 -0600 + + update changelogs for Debian build + +commit 4486d9156e19e4280b42bcd422d81d04f2d04a92 +Merge: dd09f0b 33edd62 +Author: Bdale Garbee +Date: Wed Aug 19 00:49:24 2009 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 33edd62992a32b0ec8ca66d879fa300871db5937 +Author: Keith Packard +Date: Tue Aug 18 23:38:16 2009 -0700 + + Update ao-view to add GPS satellite tracking data + + This adds another column to the display to hold per-satellite GPS + tracking data and a count of the visible and locked sats. + + Signed-off-by: Keith Packard + +commit 29687cbd462a332d9a36ed87500c5b737dcae3f4 +Author: Keith Packard +Date: Tue Aug 18 22:35:15 2009 -0700 + + Handle GPS satellite tracking data + + SiRF message #4 includes signal strength and GPS engine state for each + of the satellites being tracked. This data is now parsed and sent to + eeprom and the radio. + + Signed-off-by: Keith Packard + +commit dd09f0bc2b950c00f3b489878cd69ad8a003f46c +Author: Bdale Garbee +Date: Tue Aug 18 21:57:01 2009 -0600 + + update changelogs for Debian build + commit cd5ce661e2a8f9694933358ccb5b916fbed089c2 Author: Bdale Garbee Date: Tue Aug 18 21:49:39 2009 -0600