From b91e76cd49b5b4da24685a5fcc622abdb32ac373 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 27 Mar 2012 20:32:24 +0000 Subject: [PATCH] Working on zolertiaz1 port. Still need to figure out resets and merge z1-bsl with goodfet.bsl. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1107 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/config.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firmware/config.mk b/firmware/config.mk index 1774336..2f45036 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -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 -- 2.20.1