summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tinyos/channelgen/metadata.xml')
-rw-r--r--dev-tinyos/channelgen/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-tinyos/channelgen/metadata.xml b/dev-tinyos/channelgen/metadata.xml
new file mode 100644
index 000000000000..5e9a84c4462b
--- /dev/null
+++ b/dev-tinyos/channelgen/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>dev-embedded</herd>
+<maintainer>
+ <email>sanchan@gentoo.org</email>
+</maintainer>
+<longdescription>
+This tool provides two things:
+1) To verify the actual channel generated by the component function
+ CC1000Control.TuneManual(freq) The computation engine used in
+ this program is EXACTLY the same as it is for the on-device
+ stack and should generate the same result.
+2) To generate a C-code preset-table entry for a given frequency.
+
+The assumptions used are:
+XOSC Freq - 14.745600 MHz
+Separation Freq - 64 KHz
+IF - 150 KHz
+LO Injection - High Side
+Baud Rate - 38.4 Kbaud (19.2 realized w/ Manchester Encoding)
+</longdescription>
+</pkgmetadata>