From: Bdale Garbee Date: Wed, 21 Jul 2010 04:08:56 +0000 (-0600) Subject: update changelogs for Debian build X-Git-Tag: debian/0.6+229+ge747954 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=15a6791ba8f8313b6b55752c3fa7dc254d56dd5c update changelogs for Debian build --- diff --git a/ChangeLog b/ChangeLog index 0ac6eabb..79d801d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +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 diff --git a/debian/changelog b/debian/changelog index c209bcc0..6640a674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +altos (0.6+229+ge747954) unstable; urgency=low + + [ Keith Packard ] + * Telemetry code was mis-computing RSSI + * Switch DBG pins to GPIO when using any debug commands. Reboot to + restore. + + [ Bdale Garbee ] + * significant documentation update + + -- Bdale Garbee Tue, 20 Jul 2010 22:08:06 -0600 + altos (0.6+224+g4766b13) unstable; urgency=low [ Bdale Garbee ]