Platform changes.
[goodfet] / firmware / configs / examples / bluetooth-nhb12b.sh
1 # source this, then make as usual.
2
3
4 # This is for an NHB12B Next Hope Badge wired into an RN41 Bluetooth
5 # module.  The DCO calibration is mandatory, and this device's chip
6 # happens to use 0x8F9E.  Your chip will be different.
7
8 export CFLAGS="-DSTATICDCO=0x8F9E"
9 export config="monitor nrf spi"
10 export mcu="msp430x2618"
11 export platform="nhb12b"