Working on zolertiaz1 port. Still need to figure out resets and merge z1-bsl with...
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 27 Mar 2012 20:32:24 +0000 (20:32 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 27 Mar 2012 20:32:24 +0000 (20:32 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1107 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index 1774336..2f45036 100644 (file)
@@ -28,6 +28,13 @@ platform := goodfet
 CONFIG_nrf = y
 endif
 
+ifneq (,$(findstring $(board),zolertiaz1))
+mcu ?= msp430f2618
+platform := goodfet
+CONFIG_ccspi = y
+MSP430BSL?=z1-bsl --z1  --speed=38400
+endif
+
 ifneq (,$(findstring $(board),goodfet24))
 mcu ?= msp430f2618
 platform := goodfet