We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17833c9 + 4bf6975 commit 2944686Copy full SHA for 2944686
bsp/imxrt/libraries/templates/imxrt1050xxx/rtconfig.py
@@ -147,3 +147,10 @@
147
148
EXEC_PATH = EXEC_PATH + '/arm/bin/'
149
POST_ACTION = 'ielftool --bin $TARGET rtthread.bin'
150
+
151
+def dist_handle(BSP_ROOT, dist_dir):
152
+ import sys
153
+ cwd_path = os.getcwd()
154
+ sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
155
+ from sdk_dist import dist_do_building
156
+ dist_do_building(BSP_ROOT, dist_dir
0 commit comments