[Tinyos-2-commits] CVS: tinyos-2.x/support/make epic.target, NONE, 1.1
Prabal Dutta
prabal at users.sourceforge.net
Wed Aug 6 23:37:36 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/epic ActiveMessageC.nc, NONE, 1.1 DemoSensorC.nc, NONE, 1.1 DemoSensorNowC.nc, NONE, 1.1 DemoSensorStreamC.nc, NONE, 1.1 HplUserButtonC.nc, NONE, 1.1 MoteClockC.nc, NONE, 1.1 MoteClockP.nc, NONE, 1.1 PlatformC.nc, NONE, 1.1 PlatformLedsC.nc, NONE, 1.1 PlatformP.nc, NONE, 1.1 UserButton.h, NONE, 1.1 UserButtonC.nc, NONE, 1.1 UserButtonP.nc, NONE, 1.1 VoltageC.nc, NONE, 1.1 VoltageStreamC.nc, NONE, 1.1 hardware.h, NONE, 1.1 platform.h, NONE, 1.1 platform_message.h, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make/epic epic.rules, NONE, 1.1 miniprog.extra, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20307
Added Files:
epic.target
Log Message:
Initial platform support for Epic
--- NEW FILE: epic.target ---
#-*-Makefile-*-
#$Id: epic.target,v 1.1 2008/08/07 06:37:34 prabal Exp $
PLATFORM ?= epic
# Disable MSP430 hardware multiply because it makes MSPGCC die
PFLAGS += -mdisable-hwmul
OPTFLAGS += -O
# Default BSL assumes telosb-like programming interface
MSP_BSL ?= tos-bsl
MSP_BSL_FLAGS = --telosb
#Update for Epic AT45 flash
#VOLUME_FILE = volumes-stm25p.xml
#VOLUME_ALLOCATOR = tos-storage-stm25p
ifdef CC2420_CHANNEL
PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
endif
# Include the epic-specific targets
$(call TOSMake_include_platform,epic)
# Include the msp extra targets
$(call TOSMake_include_platform,msp)
epic: $(BUILD_DEPS)
@:
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/epic ActiveMessageC.nc, NONE, 1.1 DemoSensorC.nc, NONE, 1.1 DemoSensorNowC.nc, NONE, 1.1 DemoSensorStreamC.nc, NONE, 1.1 HplUserButtonC.nc, NONE, 1.1 MoteClockC.nc, NONE, 1.1 MoteClockP.nc, NONE, 1.1 PlatformC.nc, NONE, 1.1 PlatformLedsC.nc, NONE, 1.1 PlatformP.nc, NONE, 1.1 UserButton.h, NONE, 1.1 UserButtonC.nc, NONE, 1.1 UserButtonP.nc, NONE, 1.1 VoltageC.nc, NONE, 1.1 VoltageStreamC.nc, NONE, 1.1 hardware.h, NONE, 1.1 platform.h, NONE, 1.1 platform_message.h, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make/epic epic.rules, NONE, 1.1 miniprog.extra, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list