NRF is now default in the 2254.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 1 Apr 2012 18:39:19 +0000 (18:39 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 1 Apr 2012 18:39:19 +0000 (18:39 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1126 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETMAXUSB.py
firmware/config.mk

index bf257c8..96e8ad6 100644 (file)
@@ -5,6 +5,7 @@
 #
 # This code is being rewritten and refactored.  You've been warned!
 
 #
 # This code is being rewritten and refactored.  You've been warned!
 
+
 import sys, time, string, cStringIO, struct, glob, os;
 
 from GoodFET import GoodFET;
 import sys, time, string, cStringIO, struct, glob, os;
 
 from GoodFET import GoodFET;
index 4774a5a..34f0079 100644 (file)
@@ -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
 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))
 endif
 
 ifneq (,$(findstring $(board),goodfet40 goodfet41))