X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=firmware%2Fconfig.mk;h=76c118fa1db202cca23ceecc0f03530eb517e0c5;hb=a5b5dc2e02ec49f9fc9164e0e5cd70b18e48f635;hp=9a223a6bea89e8598c87fba02e1a015ea3e1c740;hpb=2227450d163d64269a63b267b6f3434833f9a86e;p=goodfet diff --git a/firmware/config.mk b/firmware/config.mk index 9a223a6..76c118f 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -5,6 +5,14 @@ #Unset by default, but can be explicitly set later. config=undef +ifneq (,$(findstring $(board),apimote)) +mcu ?= msp430f2618 +platform := apimote +config := monitor spi ccspi +MSP430BSL?=goodfet.bsl --speed=38400 --swap-reset-test +CFLAGS += -Duseuart1 +endif + ifneq (,$(findstring $(board),goodfet20 goodfet10 goodfet11)) mcu ?= msp430f1612 platform := goodfet