Added MSP430X ELFLOADER support to load image with large memory model.

This commit is contained in:
Sumankumar Panchal 2015-05-07 22:47:41 +05:30 committed by suman_panchal
parent 6ac939bc58
commit db4df30366
3 changed files with 831 additions and 1 deletions

View file

@ -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