From: travisutk Date: Sun, 1 Apr 2012 18:39:19 +0000 (+0000) Subject: NRF is now default in the 2254. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=ebd308ba418fec3765e7b55ebcddd923111ba57b;hp=a4a46e7b64a73573df1696ac52f9c9e49bdbadfd NRF is now default in the 2254. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1126 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETMAXUSB.py b/client/GoodFETMAXUSB.py index bf257c8..96e8ad6 100644 --- a/client/GoodFETMAXUSB.py +++ b/client/GoodFETMAXUSB.py @@ -5,6 +5,7 @@ # # This code is being rewritten and refactored. You've been warned! + import sys, time, string, cStringIO, struct, glob, os; from GoodFET import GoodFET; diff --git a/firmware/config.mk b/firmware/config.mk index 4774a5a..34f0079 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -20,6 +20,7 @@ mcu ?= msp430f2274 platform := goodfet # This will link to fit in a '2254, so unneeded packages should be omited. CONFIG_ccspi = n +CONFIG_nrf = y endif ifneq (,$(findstring $(board),goodfet40 goodfet41))