From: travisutk Date: Tue, 30 Aug 2011 15:40:57 +0000 (+0000) Subject: Config script for my bluetooth NHBadge. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=b82b987adc461e68048efa72e4417c25f122ae68;hp=449640364dc1db2767ce30d3fb8b95bdaae119dd Config script for my bluetooth NHBadge. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1045 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- 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"