Skip to content

Commit

Permalink
Merge pull request contiki-os#1055 from sumanpanchal/msp430x-elfloader
Browse files Browse the repository at this point in the history
Added MSP430x ELFLOADER support to load image with large memory model.
  • Loading branch information
alignan committed Aug 27, 2015
2 parents c3f61e2 + db4df30 commit 37470bb
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/codeprop/Makefile.codeprop-tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
codeprop-tmp_src = codeprop-tmp.c

# Enable LARGE MEMORY MODEL supports for WISMOTE and EXP5438 platform
ifeq ($(TARGET),wismote)
TARGET_MEMORY_MODEL = large
endif

ifeq ($(TARGET),exp5438)
TARGET_MEMORY_MODEL = large
endif
Loading

0 comments on commit 37470bb

Please sign in to comment.