Zolertia Z1 target now builds and flashes with no dependency upon z1-bsl.
[goodfet] / firmware / config.mk
index e1e9d1c..79672b6 100644 (file)
@@ -25,6 +25,14 @@ endif
 ifneq (,$(findstring $(board),goodfet40 goodfet41))
 mcu ?= msp430f2618
 platform := goodfet
+CONFIG_nrf = y
+endif
+
+ifeq ($(board),z1)
+mcu ?= msp430f2618
+platform := goodfet
+CONFIG_ccspi = y
+MSP430BSL?=goodfet.bsl --z1  --speed=38400
 endif
 
 ifneq (,$(findstring $(board),goodfet24))