Zolertia Z1 target now builds and flashes with no dependency upon z1-bsl.
[goodfet] / firmware / config.mk
index 1774336..79672b6 100644 (file)
@@ -28,6 +28,13 @@ platform := goodfet
 CONFIG_nrf = y
 endif
 
 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))
 mcu ?= msp430f2618
 platform := goodfet
 ifneq (,$(findstring $(board),goodfet24))
 mcu ?= msp430f2618
 platform := goodfet