X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fconfig.mk;h=d50dc0cda747e34d8d582ab95c071e34ee6304f8;hp=29a587a03e65cca481e7a4abd1ad19d3b8473fa9;hb=b9e051623527326f7d1fd555b1a449759620c7df;hpb=05e744a159e6c7b808b12e53b5ac231a8045bd8b diff --git a/firmware/config.mk b/firmware/config.mk index 29a587a..d50dc0c 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -82,7 +82,7 @@ extralibs = lib/cortexm3.o lib/system_stm32f4xx.o lib/stm32f4xx_rcc.o $(psrc)/st endif -ifneq (,$(findstring $(board),facedancer10 facedancer11)) +ifneq (,$(findstring $(board),facedancer10 facedancer11 facedancer20 facedancer21)) mcu ?= msp430f2618 platform := goodfet config = monitor spi maxusb @@ -153,7 +153,8 @@ CC := avr-gcc mcu ?= atmega128rfa1 platform = zigduino CFLAGS=$(DEBUG) -Iinclude -mmcu=$(mcu) -W -Os -mcall-prologues -Wall -Wextra -Wuninitialized -fpack-struct -fshort-enums -funsigned-bitfields -config := monitor #avr spi +config := monitor atmel_radio #avr spi +AVR_PLATFORM := m128rfa1 endif @@ -180,7 +181,7 @@ $(error Please define board, as explained in the README) endif #platform := $(board) -AVAILABLE_APPS = monitor spi jtag sbw jtag430 jtag430x2 i2c jtagarm7 ejtag jtagxscale openocd chipcon avr pic adc nrf ccspi glitch smartcard ps2 slc2 maxusb +AVAILABLE_APPS = monitor spi jtag sbw jtag430 jtag430x2 i2c jtagarm7 ejtag jtagxscale openocd chipcon avr pic adc nrf ccspi glitch smartcard ps2 slc2 maxusb atmel_radio # defaults CONFIG_monitor ?= y @@ -205,6 +206,7 @@ CONFIG_glitch ?= n CONFIG_smartcard ?= n CONFIG_ps2 ?= n CONFIG_slc2 ?= n +CONFIG_atmel_radio ?=n #The CONFIG_foo vars are only interpreted if $(config) is "unset". ifeq ($(config),undef)