update changelogs for Debian build
[fw/altos] / ChangeLog
index 5a8661575c239e93997ff5cad3281caee0ea8866..5fcf8d703024914ab9c09c9a1fb49218e98c5513 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,206 @@
+commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
+Author: Keith Packard <keithp@keithp.com>
+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 <keithp@keithp.com>
+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 <keithp@keithp.com>
+
+commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed May 5 01:57:54 2010 -0600
+
+    update changelogs for Debian build
+
+commit 8702f497c4278648303eced1aed5bd76d559521a
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed May 5 01:57:11 2010 -0600
+
+    initial attempt at a telemetrum turn on script .. needs work
+
+commit 01cefa181b04e53c20109ef8f3ffff633744da73
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed May 5 01:56:51 2010 -0600
+
+    update changelogs for Debian build
+
+commit 45a1c2d2dfb69e5269ef2756fcd0f734b48d41cb
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed May 5 01:54:33 2010 -0600
+
+    update changelogs for Debian build
+
+commit f7ff3278bb670df59d7425a014cfe8e3718fea3f
+Author: Keith Packard <keithp@keithp.com>
+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 <keithp@keithp.com>
+
+commit aa9ff021d683764a43800eaa18ea0c9be5134939
+Author: Keith Packard <keithp@keithp.com>
+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 <bdale@gag.com>
+Date:   Thu Apr 29 17:48:44 2010 -0600
+
+    more text created during SFO->DEN flight
+
+commit af0613ffc178b9b1f011c315923f92f2581fe53e
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Tue Apr 27 00:18:43 2010 -0600
+
+    update changelogs for Debian build
+
+commit 99094f02bf4849ba1f6b9842ded6c39d894320f7
+Merge: 641e76c 75d8ffd
+Author: Bdale Garbee <bdale@gag.com>
+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 <bdale@gag.com>
+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 <keithp@keithp.com>
+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 <keithp@keithp.com>
+
+commit 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc
+Author: Keith Packard <keithp@keithp.com>
+Date:   Thu Apr 22 16:25:35 2010 -0700
+
+    More ALtosUI changes
+
+commit e7dc7fab787df63a4de72c8450e94092eb04d7db
+Author: Keith Packard <keithp@keithp.com>
+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 <keithp@keithp.com>
+
+commit f4383394b5d2b275b21e3ce8040d8cb9e48bb375
+Merge: 5f93cf8 c879b17
+Author: Bdale Garbee <bdale@gag.com>
+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 <bdale@gag.com>
+Date:   Sun Apr 18 08:35:43 2010 -0600
+
+    capture work done on SFO->DEN flight
+
+commit c879b178d83c9a9a521f42a960b10e19b11cee92
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sat Apr 10 22:09:57 2010 -0700
+
+    Increase reset switch time to 100ms
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit b3a2e1221735d54dc3f2b97b4e75ed6f33ab8227
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sat Apr 10 15:01:14 2010 -0600
+
+    update changelogs for Debian build
+
+commit 9394393c24c0a96b94319f2d0aa78fb498a121c9
+Author: Keith Packard <keithp@keithp.com>
+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 <keithp@keithp.com>
+
+commit ce39372a3aeffff1a08d609e63164a00cf974663
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Apr 9 13:50:49 2010 -0600
+
+    wrong Yaesu model
+
+commit a832c7e9d9e9e420e1281136188bd53b34c56464
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Apr 9 00:10:03 2010 -0600
+
+    update changelogs for Debian build
+
+commit c0ee1ae25e1d18138d8372f47085de48ffada344
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Apr 9 00:09:21 2010 -0600
+
+    file changed by auto tools
+
+commit 25e69ebfec94560e0714cf2cc623dc9697b4ea99
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Apr 9 00:08:32 2010 -0600
+
+    update changelogs for Debian build
+
+commit ea5d4f01d18d93d032f05933041b7b6881289780
+Author: Keith Packard <keithp@keithp.com>
+Date:   Thu Apr 8 22:45:04 2010 -0700
+
+    libflite may forget to reference libasound
+
+commit 4b02f293e9c32a568fad89558274f21157e7d473
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Thu Apr 8 20:08:07 2010 -0600
+
+    update changelogs for Debian build
+
 commit 5c3b6e2d1989bcaa19ae3e294f297ec3e5648a53
 Author: Bdale Garbee <bdale@gag.com>
 Date:   Thu Apr 8 19:56:40 2010 -0600