From b82b987adc461e68048efa72e4417c25f122ae68 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 30 Aug 2011 15:40:57 +0000 Subject: [PATCH] Config script for my bluetooth NHBadge. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1045 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/configs/examples/bluetooth-nhb12b.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firmware/configs/examples/bluetooth-nhb12b.sh diff --git a/firmware/configs/examples/bluetooth-nhb12b.sh b/firmware/configs/examples/bluetooth-nhb12b.sh new file mode 100644 index 0000000..0c52704 --- /dev/null +++ b/firmware/configs/examples/bluetooth-nhb12b.sh @@ -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" -- 2.20.1