File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bsp/hc32/ev_hc32f4a8_lqfp176 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Import('PACKAGES_PATH')
3030replace = PACKAGES_PATH .split ("\\ " )[- 1 ]
3131
3232if rtconfig .PLATFORM in ['gcc' ]:
33- file_path = cwd + './ jlink/ ev_hc32f4a8_lqfp176 Debug.launch'
33+ file_path = os . path . join ( cwd , ' jlink' , ' ev_hc32f4a8_lqfp176 Debug.launch')
3434 svd_keyword = 'HC32F4A8.svd'
3535 split_num = 3
3636elif rtconfig .PLATFORM in ['armcc' , 'armclang' ]:
37- file_path = cwd + './ template.uvprojx'
37+ file_path = os . path . join ( cwd , ' template.uvprojx')
3838 svd_keyword = 'HC32F4A8.SFR'
3939 split_num = 2
4040elif rtconfig .PLATFORM in ['iccarm' ]:
41- file_path = cwd + '/ project.ewd'
41+ file_path = os . path . join ( cwd , ' project.ewd')
4242 svd_keyword = 'HC32F4A8.svd'
4343 split_num = 3
4444 board_keyword = 'FlashHC32F4A8xI.board'
You can’t perform that action at this time.
0 commit comments