Config script for my bluetooth NHBadge.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 30 Aug 2011 15:40:57 +0000 (15:40 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 30 Aug 2011 15:40:57 +0000 (15:40 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1045 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/configs/examples/bluetooth-nhb12b.sh [new file with mode: 0644]

diff --git a/firmware/configs/examples/bluetooth-nhb12b.sh b/firmware/configs/examples/bluetooth-nhb12b.sh
new file mode 100644 (file)
index 0000000..0c52704
--- /dev/null
@@ -0,0 +1,11 @@
+# source this, then make as usual.
+
+
+# This is for an NHB12B Next Hope Badge wired into an RN41 Bluetooth
+# module.  The DCO calibration is mandatory, and this device's chip
+# happens to use 0x8F9E.  Your chip will be different.
+
+export CFLAGS="-DSTATICDCO=0x8F9E"
+export config="monitor nrf spi"
+export mcu="msp430x2618"
+export platform="nhb12b"