[BSP] Enable memory pool for i.MXRT1050-EVK.

This commit is contained in:
Bernard Xiong
2018-09-22 22:22:18 +08:00
parent c042690e59
commit b9e7cf7fa3
7 changed files with 201 additions and 167 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ def MDK45Project(tree, target, script):
group_tree = MDK4AddGroup(ProjectFiles, groups, group['name'], group['src'], project_path)
# for local CPPPATH/CPPDEFINES
if (group_tree != None) and (group.has_key('LOCAL_CPPPATH') or group.has_key('LOCAL_CCFLAGS')):
if (group_tree != None) and (group.has_key('LOCAL_CPPPATH') or group.has_key('LOCAL_CCFLAGS') or group.has_key('LOCAL_CPPDEFINES')):
GroupOption = SubElement(group_tree, 'GroupOption')
GroupArmAds = SubElement(GroupOption, 'GroupArmAds')
Cads = SubElement(GroupArmAds, 'Cads')