提交 2a269a8a 编写于 作者: B bernard

[bsp] Fix MB9BF618S building issue.

上级 31845279
import os
# toolchains options # toolchains options
ARCH='arm' ARCH='arm'
CPU='cortex-m3' CPU='cortex-m3'
CROSS_TOOL='keil' CROSS_TOOL='keil'
if os.getenv('RTT_CC'):
CROSS_TOOL = os.getenv('RTT_CC')
#device options #device options
# FM3_TYPE = # FM3_TYPE =
# 'MB9B610S','MB9B610T', # 'MB9B610S','MB9B610T',
...@@ -110,7 +115,7 @@ elif PLATFORM == 'iar': ...@@ -110,7 +115,7 @@ elif PLATFORM == 'iar':
AFLAGS += ' --fpu None' AFLAGS += ' --fpu None'
AFLAGS += ' -I"' + IAR_PATH + '/arm/INC"' AFLAGS += ' -I"' + IAR_PATH + '/arm/INC"'
LFLAGS = ' --config mb9bf506.icf' LFLAGS = ' --config rtthread-fm3.icf'
LFLAGS += ' --semihosting' LFLAGS += ' --semihosting'
LFLAGS += ' --entry __iar_program_start' LFLAGS += ' --entry __iar_program_start'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册