From 236242c1e82cd9440019741d897088024734b1e9 Mon Sep 17 00:00:00 2001 From: r-studio Date: Wed, 28 Oct 2009 07:20:04 +0000 Subject: [PATCH] added corrrect mulle boot address --- tos/lib/tosboot/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tos/lib/tosboot/Makefile b/tos/lib/tosboot/Makefile index cebcf9cb..1dcd46aa 100644 --- a/tos/lib/tosboot/Makefile +++ b/tos/lib/tosboot/Makefile @@ -79,6 +79,13 @@ ifeq ($(MAKECMDGOALS),epic) POST_BUILD_EXTRA_DEPS += strip_iv endif +ifeq ($(MAKECMDGOALS),mulle) + CFLAGS += -DTOSBOOT_START=0xe0000 -DTOSBOOT_END=0xeffff + CFLAGS += -Iat45db -Imulle -Im16c62p -Ilib + CFLAGS += -I../net/Deluge -I../net/Deluge/extra/mulle + CFLAGS += -I../net/Deluge/extra/m16c62p +endif + strip_iv: FORCE @echo " removing interrupt vector from binary" msp430-objcopy -j .text -j .data -O ihex $(BUILDDIR)/main.exe $(BUILDDIR)/main.ihex -- 2.39.2