Skip to content

Commit f343bc7

Browse files
committed
[bsp/at32] fixed 'scons --dist' error
1 parent e7d870b commit f343bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/at32/tools/sdk_dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def dist_do_building(BSP_ROOT, dist_dir):
3535
)
3636

3737
print("=> copy bsp drivers")
38+
bsp_copy_files(os.path.join(library_path, 'CMSIS'), os.path.join(library_dir, 'CMSIS'))
3839
bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers'))
3940
bsp_copy_files(os.path.join(library_path, 'usbd_library'), os.path.join(library_dir, 'usbd_library'))
4041
bsp_copy_files(os.path.join(library_path, 'usbotg_library'), os.path.join(library_dir, 'usbotg_library'))

0 commit comments

Comments
 (0)