X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ChangeLog;h=c099f6840739f3324b04c64076872df3d39da489;hp=43ce393075f386c911817650f27ff0a539b20b48;hb=d709a0688eff84e25e24d755850ef045d6b0c3de;hpb=cd5ce661e2a8f9694933358ccb5b916fbed089c2 diff --git a/ChangeLog b/ChangeLog index 43ce3930..c099f684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,143 +1,224 @@ -commit ea86b19629001059952f7572fa8564e2263dc9f6 +commit cb4a73f3b65ba72f645fd37ab8712829c9537bf8 +Merge: 9ddd869 e2e449d Author: Bdale Garbee -Date: Tue Aug 18 20:47:41 2009 -0600 +Date: Wed Sep 2 23:17:37 2009 -0600 - deliver sources.list.d fragment so updates are closer to automatic + Merge commit 'origin/master' -commit cec78502c06f11880366f6131c0442906c6ed864 -Author: Bdale Garbee -Date: Tue Aug 18 20:17:31 2009 -0600 +commit e2e449d5c23356e913f312de1fb2611a9dd5a352 +Author: Keith Packard +Date: Wed Sep 2 22:01:52 2009 -0700 - update changelogs for Debian build + 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 82d24bc65af85231b0d67394b30adfdb7beb6564 -Author: Bdale Garbee -Date: Tue Aug 18 20:17:08 2009 -0600 +commit acea083d80e1ecc4287083519ea666964016b257 +Author: Keith Packard +Date: Wed Sep 2 22:00:37 2009 -0700 - we need ChangeLog in the repo for git-buildpackage to work right + 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 c8e04df1423bfd4e9318d9fccae2cfb4a97983ab -Author: Bdale Garbee -Date: Tue Aug 18 20:12:44 2009 -0600 +commit 7d39f17684feb49ac8a0017902158f298696e37c +Author: Keith Packard +Date: Wed Sep 2 21:57:54 2009 -0700 - update Debian changelog for build + 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 2fda90c0f8ab46a83175ed168fcba9b11efcd453 +commit 9ddd8696b4004ccc03238d95a8c2a1d07075e0fb Author: Bdale Garbee -Date: Tue Aug 18 20:12:22 2009 -0600 +Date: Mon Aug 31 16:48:03 2009 -0600 - update Debian changelog for build + update changelogs for Debian build -commit a40f45bf4791bced48efb728be8990e41a7e4280 +commit 6926c4ab5d87a8f2eb4fcde2c673fb3a4639e115 Author: Bdale Garbee -Date: Tue Aug 18 20:08:10 2009 -0600 +Date: Mon Aug 31 16:47:44 2009 -0600 - move the ChangeLog creation to the prebuild target + pixmap file should not be executable -commit ae7752210a0e06beacad011c17dbf75bff39eda8 +commit 1495e2f27acde3743c3764a0c31ee082224d6c64 Author: Bdale Garbee -Date: Tue Aug 18 18:57:56 2009 -0600 +Date: Mon Aug 31 16:42:55 2009 -0600 - update Debian changelog for build + update changelogs for Debian build -commit c7f7a1ed3494db008b397a613cfcd3ab36c01920 +commit c8c5b7963babe8eb16e2651fba9cd2c8d1cba74e Author: Bdale Garbee -Date: Tue Aug 18 18:56:20 2009 -0600 +Date: Mon Aug 31 16:42:37 2009 -0600 - update Debian changelog for build + deliver an icon for the Debian menu system -commit ebaf8b0d02d82bce7c7ea78e281377768b996d6d -Merge: 79501a5 d996aa9 +commit 591b99c232e780246fc07841c09c8c4e7835facb Author: Bdale Garbee -Date: Tue Aug 18 18:56:16 2009 -0600 +Date: Mon Aug 31 16:26:00 2009 -0600 - Merge branch 'master' into debian + update changelogs for Debian build -commit d996aa9b32fb0eb385bd3d158256c29788a42fe3 -Merge: b3b2d3c 7d4ceb7 +commit b34474c1f3083e73b7184d519f54d4c8031836fd +Merge: 8df1697 0d65bff Author: Bdale Garbee -Date: Tue Aug 18 18:56:09 2009 -0600 +Date: Mon Aug 31 16:25:32 2009 -0600 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos -commit 7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36 +commit 6358041f846ba9a20fa650c367d907dc4336e54c Author: Keith Packard -Date: Tue Aug 18 17:55:22 2009 -0700 +Date: Sat Aug 22 13:38:56 2009 -0700 - Add ao-ejection.1 man page + Enable GPS degraded mode, set 10 sec degraded timeout. - Document the input requirements and output format + 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 79501a5462ab29d661cf76f63628bd4616b6ae1b -Merge: f48eb20 b3b2d3c +commit 8df169791835510d96c11a3b0aa3cc5b79fa7fde Author: Bdale Garbee -Date: Tue Aug 18 18:37:10 2009 -0600 +Date: Wed Aug 19 02:21:23 2009 -0600 - Merge branch 'master' into debian + update changelogs for Debian build -commit b3b2d3c475a135084b5628c730fc6fca1ba0817b -Merge: 4685fc5 da12b89 +commit 42ab6d52540d0326ef89e9d57954b08248558468 Author: Bdale Garbee -Date: Tue Aug 18 18:36:03 2009 -0600 +Date: Wed Aug 19 02:21:06 2009 -0600 - Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + fix location for delivery of sources.list fragment -commit f48eb2033f3685fedd42d307963671a8060604c3 +commit 977f5dc0bc7c666dcc1f21db77416efca0d696aa Author: Bdale Garbee -Date: Tue Aug 18 18:33:53 2009 -0600 +Date: Wed Aug 19 02:11:11 2009 -0600 + + update changelogs for Debian build - don't ship a zero-length ChangeLog, when it's easy to make one... +commit 8d4d6655f1b4c2fbc522fd255bfb75406e5ddaef +Author: Bdale Garbee +Date: Wed Aug 19 02:11:00 2009 -0600 -commit da12b89fb056a68e65ba363fef91d266727cb685 -Author: Keith Packard -Date: Tue Aug 18 17:30:43 2009 -0700 + oops, aoview is now ao-view! - Create ChangeLog from git log +commit b9a97aea65f871fd287bc0bb566d8664766f4afd +Author: Bdale Garbee +Date: Wed Aug 19 02:07:16 2009 -0600 -commit 7d69e2b3715faed10ce21ad562fc4d25dfc5f9c1 -Author: Keith Packard -Date: Tue Aug 18 17:29:29 2009 -0700 + update changelogs for Debian build - Fix ao-bitbang examples to not have . in the first column +commit 21e3dd0affac89919e5d0e29c6e9eb1eacb51801 +Author: Bdale Garbee +Date: Wed Aug 19 02:06:49 2009 -0600 + + enable support for Debian menus -commit 192b08c28719b5518ed349d9897f9a21add3c615 +commit 0087c1776e0253fc2bd3b86f15bf9d1b32bdc45a Author: Bdale Garbee -Date: Tue Aug 18 18:24:50 2009 -0600 +Date: Wed Aug 19 00:52:57 2009 -0600 - update Debian changelog for build + update changelogs for Debian build -commit 5969d1d0e3aa554187a5bcc899a2f1347656fd5e +commit 4486d9156e19e4280b42bcd422d81d04f2d04a92 +Merge: dd09f0b 33edd62 Author: Bdale Garbee -Date: Tue Aug 18 18:24:22 2009 -0600 +Date: Wed Aug 19 00:49:24 2009 -0600 - fixing things lintian points out + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos -commit 9bf7c23f6e8ac7080240b91a28b355e50ecb4c4d +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 18:14:02 2009 -0600 +Date: Tue Aug 18 21:57:01 2009 -0600 - update Debian changelog for build + update changelogs for Debian build -commit d861218bc6c2f57816953af3271d93fc48f8afc2 +commit cd5ce661e2a8f9694933358ccb5b916fbed089c2 Author: Bdale Garbee -Date: Tue Aug 18 18:13:48 2009 -0600 +Date: Tue Aug 18 21:49:39 2009 -0600 - fix merge conflict + add support for building Debian package -commit 3f953f56fbfd4e903c09ca1e4309664d38c2c669 +commit d996aa9b32fb0eb385bd3d158256c29788a42fe3 +Merge: b3b2d3c 7d4ceb7 Author: Bdale Garbee -Date: Tue Aug 18 18:10:06 2009 -0600 +Date: Tue Aug 18 18:56:09 2009 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos - update Debian changelog for build +commit 7d4ceb75a454e6c9b3fe0bd934fadcb5104dea36 +Author: Keith Packard +Date: Tue Aug 18 17:55:22 2009 -0700 -commit 7fcbe76ce82ec5a17cf536afa0d1b9061e225aa9 -Merge: 035ba6d 4685fc5 + Add ao-ejection.1 man page + + Document the input requirements and output format + + Signed-off-by: Keith Packard + +commit b3b2d3c475a135084b5628c730fc6fca1ba0817b +Merge: 4685fc5 da12b89 Author: Bdale Garbee -Date: Tue Aug 18 18:09:59 2009 -0600 +Date: Tue Aug 18 18:36:03 2009 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit da12b89fb056a68e65ba363fef91d266727cb685 +Author: Keith Packard +Date: Tue Aug 18 17:30:43 2009 -0700 + + Create ChangeLog from git log + +commit 7d69e2b3715faed10ce21ad562fc4d25dfc5f9c1 +Author: Keith Packard +Date: Tue Aug 18 17:29:29 2009 -0700 - Merge branch 'master' into debian + Fix ao-bitbang examples to not have . in the first column commit 4685fc541466afbeefc151bcb64cd054739c048b Merge: 1c2a0b6 c29275b @@ -189,44 +270,12 @@ Date: Tue Aug 18 12:40:24 2009 -0700 Signed-off-by: Keith Packard -commit 035ba6df17f016953351bc77a98623c165b69909 -Author: Bdale Garbee -Date: Tue Aug 18 14:40:58 2009 -0600 - - update Debian changelog for build - -commit 7aa251970cbbb6b9d9678ed0721e28da3df9036b -Merge: 107055e 1c2a0b6 -Author: Bdale Garbee -Date: Tue Aug 18 14:40:54 2009 -0600 - - Merge branch 'master' into debian - commit 1c2a0b6653623b689d68d7349a6b2dce3e20a4a6 Author: Keith Packard Date: Tue Aug 18 13:36:54 2009 -0700 re-add debugger sources -commit 107055e969e89771d1e2f8ac8b1a4c5b4b9e9a48 -Author: Bdale Garbee -Date: Tue Aug 18 14:03:48 2009 -0600 - - update Debian changelog for build - -commit 14915158049918fa2fa5294f325b77dc9b08bab8 -Author: Bdale Garbee -Date: Tue Aug 18 14:03:41 2009 -0600 - - update Debian changelog for build - -commit 0fcc426f96577ebbaf0c2d009cd2708e974de315 -Merge: 91b8592 9789ca5 -Author: Bdale Garbee -Date: Tue Aug 18 14:03:16 2009 -0600 - - Merge branch 'master' into debian - commit 9a9cce5510b87252f863239ac807b9fb4395b288 Author: Keith Packard Date: Tue Aug 18 12:19:31 2009 -0700 @@ -244,49 +293,6 @@ Date: Tue Aug 18 12:40:24 2009 -0700 Signed-off-by: Keith Packard -commit 91b85929df6a3464396702fd177a6f74c6f28c7a -Author: Bdale Garbee -Date: Tue Aug 18 12:59:36 2009 -0600 - - update Debian changelog for build - -commit 645cc909a279347aa1665ce883c71090b29935a9 -Author: Bdale Garbee -Date: Tue Aug 18 12:59:28 2009 -0600 - - update Debian changelog for build - -commit f54e075705b3d4d6919494e8cff99141128f0303 -Author: Bdale Garbee -Date: Tue Aug 18 12:59:15 2009 -0600 - - deliver firmware files too - -commit 30fb0e78a464794a11fb8cf4ae385c3123922371 -Author: Bdale Garbee -Date: Tue Aug 18 12:52:39 2009 -0600 - - update Debian changelog for build - -commit 022e77db3416175e9b440828f94fb75b739ec00a -Author: Bdale Garbee -Date: Tue Aug 18 12:49:05 2009 -0600 - - oops, need to force prefix to /usr for Debian policy compliance - -commit a382039ebb91e3bea682b601feef15517290ad3b -Author: Bdale Garbee -Date: Tue Aug 18 12:39:41 2009 -0600 - - update Debian changelog for build - -commit 90347b16e11743e80f85308700e50b1228c2b8e0 -Merge: 06a0e43 a578239 -Author: Bdale Garbee -Date: Tue Aug 18 12:39:17 2009 -0600 - - Merge branch 'master' into debian - commit a5782398d968e7cb11f7203afada7c216f233b3b Author: Keith Packard Date: Tue Aug 18 11:34:28 2009 -0700 @@ -301,133 +307,6 @@ Date: Tue Aug 18 11:34:28 2009 -0700 Signed-off-by: Keith Packard -commit 06a0e432480efb4e10220b0bdf402282aad32de9 -Author: Bdale Garbee -Date: Tue Aug 18 12:16:23 2009 -0600 - - update Debian changelog for build - -commit f9126a21b6a027e56d3c9d086889375fd7f37f3c -Author: Bdale Garbee -Date: Tue Aug 18 12:06:03 2009 -0600 - - update Debian changelog for build - -commit 4d7c4c69a5e0ab16018c2a9325168e363a10084b -Author: Bdale Garbee -Date: Tue Aug 18 12:05:46 2009 -0600 - - fix the changelog version extraction to work for a native version - -commit fc761cc0117cb5a091b041b73b34d222b56a60f0 -Author: Bdale Garbee -Date: Tue Aug 18 11:58:29 2009 -0600 - - update Debian changelog for build - -commit 9a97abb7b1afc90e8f67ba065583a49107a55f61 -Author: Bdale Garbee -Date: Tue Aug 18 11:58:18 2009 -0600 - - update Debian changelog for build - -commit 24c337de950ac5d4b1d074dc20eb7c6a68338462 -Author: Bdale Garbee -Date: Tue Aug 18 11:58:11 2009 -0600 - - oops, fix syntax - -commit 11c610c0e09d4f175b7e164e071ada361a1e9e2e -Author: Bdale Garbee -Date: Tue Aug 18 11:57:52 2009 -0600 - - update Debian changelog for build - -commit f65fa2b7d810ebae4b6df313de8bfe3687223a16 -Author: Bdale Garbee -Date: Tue Aug 18 11:57:00 2009 -0600 - - call debian/rules prebuild before creating source tarball - -commit dc5679ee90429fe43c6180d1d298183a79334dfc -Author: Bdale Garbee -Date: Tue Aug 18 11:54:11 2009 -0600 - - update Debian changelog for build - -commit cf1fa8b062c05ee995d6befee9088908b2b22473 -Author: Bdale Garbee -Date: Tue Aug 18 11:53:31 2009 -0600 - - add a prebuild target for use from git-buildpackage clean hook, that creates - a new debian/changelog entry based on git-describe output - -commit d7e60e48b6d85274690478223ef3b571a818e228 -Author: Bdale Garbee -Date: Tue Aug 18 11:52:46 2009 -0600 - - update Debian changelog for build - -commit e946fa231a719abfdd3f319b8c3345dfc75ee185 -Author: Bdale Garbee -Date: Tue Aug 18 00:08:30 2009 -0600 - - allow pass-in of VERSION, only call git describe if VERSION not set yet - -commit f762a9dfb3b9c81e443a85cd434154598c737ed8 -Author: Bdale Garbee -Date: Tue Aug 18 00:06:24 2009 -0600 - - see if this works - -commit c6514ac5c47b44456a15d0f627f274eca769122e -Author: Bdale Garbee -Date: Tue Aug 18 00:03:27 2009 -0600 - - undo the post-commit hook stuff - -commit 2d53e72e938086688c81d16750b2c880fee1f4cd -Author: Bdale Garbee -Date: Mon Aug 17 23:55:47 2009 -0600 - - tweak makefile to use version file instead of calling git describe directly - -commit 2732624c67f5397fed5f31b062feb0f27b7f8fbd -Author: Bdale Garbee -Date: Mon Aug 17 23:53:35 2009 -0600 - - add version to the list of ignored files - -commit 08b28a0d4a71ba25ca949fe57bb150a89b401cef -Author: Bdale Garbee -Date: Mon Aug 17 23:39:35 2009 -0600 - - add build dependencies - -commit bc5d65b7e9776c87948edc4bd88fc4125ca20209 -Author: Bdale Garbee -Date: Mon Aug 17 23:32:49 2009 -0600 - - build as a Debian specific package since we have no "upstream" - -commit e4fb67c989e10f626042e3b125ffd900bf477d60 -Author: Bdale Garbee -Date: Mon Aug 17 23:31:52 2009 -0600 - - add a config file for git-buildpackage - -commit 5f59df632f3a82348aefc2b16f2521f6ebd30a50 -Author: Bdale Garbee -Date: Mon Aug 17 23:31:20 2009 -0600 - - don't fail to clean if Makefile not present - -commit 946f2be3f4fdd0e7cf5c9867ff6fa0d348d95ee1 -Author: Bdale Garbee -Date: Mon Aug 17 23:30:20 2009 -0600 - - package for Debian - commit 7cba411de0780c65e3490ab67186a514f0ea42ec Author: Keith Packard Date: Mon Aug 17 20:47:31 2009 -0700