[imxrt1050xxx] update imxrt template to support scons --dist

This commit is contained in:
liukangcc 2021-10-11 17:08:34 +08:00
parent 24f2ce62ba
commit 4bf6975467
1 changed files with 7 additions and 0 deletions

View File

@ -147,3 +147,10 @@ elif PLATFORM == 'iar':
EXEC_PATH = EXEC_PATH + '/arm/bin/'
POST_ACTION = 'ielftool --bin $TARGET rtthread.bin'
def dist_handle(BSP_ROOT, dist_dir):
import sys
cwd_path = os.getcwd()
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
from sdk_dist import dist_do_building
dist_do_building(BSP_ROOT, dist_dir