Ensure that ao_alarm waits at least the specified time
[fw/altos] / ChangeLog
index 3f165a109ef1e5ece6dba6231ae4193ea13141ee..cee5bdeee42b3009965742713078d4b00d9ddcaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+commit 10d1bbcd9709a5eee8d50989215242b16feb7232
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sat Dec 19 11:34:16 2009 -0800
+
+    Use ao_radio_get/ao_radio_put in packet code.
+    
+    The ao_radio_get function both acquires the mutex *and* configures the
+    radio channel and frequency. Failing to use this in the packet code
+    would leave the radio frequency unconfigured.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit a15abc1882a3bdd2c980eed169f3b80337528390
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sat Dec 19 12:15:29 2009 -0700
+
+    update changelogs for Debian build
+
+commit bbb152c712801653374a8f82869e2e8bf41f7279
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sat Dec 19 12:05:40 2009 -0700
+
+    update changelogs for Debian build
+
+commit 7ac8efea5d60b81adccdc1e38ac4c13facfae7c9
+Author: Keith Packard <keithp@keithp.com>
+Date:   Tue Dec 15 23:58:29 2009 -0800
+
+    Add --cal to man page
+
+commit 5481082b18226a0de6b377215b3b330bdbc4a6c6
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sat Dec 5 19:50:38 2009 -0800
+
+    Allow radio calibration to be set from ao-load
+    
+    This moves the initial radio calibration value into const memory where
+    it will be used if no eeprom configuration value is available, either
+    on an unprogrammed board with eeprom or a device without an eeprom.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit 46f03ab3145a61139c8ca6fc99e8f2798728b5a9
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sat Dec 5 15:36:12 2009 -0800
+
+    Re-order config values. Change frequency to cal
+    
+    Place more often used values at top, and consistently call the radio
+    value 'calibration' instead of 'frequency'.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit bf29a62532fec12e6af2d2f3a6624882c863e933
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sat Dec 5 11:03:42 2009 -0700
+
+    update changelogs for Debian build
+
+commit cd49847f3125df1733f298b56a43e8027ab5ce05
+Author: Keith Packard <keithp@keithp.com>
+Date:   Fri Dec 4 23:38:26 2009 -0800
+
+    Add radio calibration configuration.
+    
+    The crystal we use is only good for 20ppm, which generates a fairly
+    significant error bounds at our RF frequency. This commit adds a
+    configuration variable that sets the RF frequency control variable so
+    that the output frequency can be adjusted.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit c671a3f31f54715284beef5baa4a72ca922e4018
+Author: Keith Packard <keithp@keithp.com>
+Date:   Fri Dec 4 23:36:54 2009 -0800
+
+    Make ao_cmd_decimal produce both 32 and 16 bit values.
+    
+    ao_cmd_lex_u32 is produced in addition to ao_cmd_lex_i so that
+    functions can easily read 32-bit values from the command line.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit e6d6ad66ce177eb6e49eaa04b1ecc6426f4bbdbf
+Author: Keith Packard <keithp@keithp.com>
+Date:   Fri Dec 4 23:35:40 2009 -0800
+
+    Remove send_serial and serial_baud commands.
+    
+    No longer useful, and they take up space.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit ce7325cefbbe91054c1e8174cf40a6c687f6694b
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Dec 4 21:02:07 2009 -0700
+
+    update changelogs for Debian build
+
+commit 9a1d7dd78c07d18954ef620b6ed25d6701df21e2
+Author: Keith Packard <keithp@keithp.com>
+Date:   Fri Dec 4 14:35:39 2009 -0800
+
+    Change default callsign to "N0CALL"
+
+commit 291e2004e77debdc1543912cf11043c849305de8
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Thu Nov 26 11:18:37 2009 -0700
+
+    update changelogs for Debian build
+
 commit 40533095a96b6c6364eebdc4b7d53c4eabe72e9a
 Author: Bdale Garbee <bdale@gag.com>
 Date:   Thu Nov 26 11:16:04 2009 -0700