X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=firmware%2Fconfig.mk;h=e08a757f8b1dee7a6c2e52234519f449de7b46b8;hb=dc4bd8e19d524bc2f057f78f6a0654b28ab216f9;hp=177433672b3ebeaff3bfee4c6c41a423792da022;hpb=7b11f8902c2dfc31204725e582c2b1d1a2091194;p=goodfet diff --git a/firmware/config.mk b/firmware/config.mk index 1774336..e08a757 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -20,6 +20,7 @@ mcu ?= msp430f2274 platform := goodfet # This will link to fit in a '2254, so unneeded packages should be omited. CONFIG_ccspi = n +CONFIG_nrf = y endif ifneq (,$(findstring $(board),goodfet40 goodfet41)) @@ -28,6 +29,19 @@ platform := goodfet CONFIG_nrf = y endif +ifneq (,$(findstring $(board),facedancer10)) +mcu ?= msp430f2618 +platform := goodfet +config = monitor spi maxusb +endif + +ifeq ($(board),z1) +mcu ?= msp430f2617 +platform := z1 +config = monitor spi ccspi +MSP430BSL?=goodfet.bsl --z1 --speed=38400 +endif + ifneq (,$(findstring $(board),goodfet24)) mcu ?= msp430f2618 platform := goodfet