We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd796f9 commit 9551bfeCopy full SHA for 9551bfe
1 file changed
bsp/at32/tools/sdk_dist.py
@@ -35,6 +35,7 @@ def dist_do_building(BSP_ROOT, dist_dir):
35
)
36
37
print("=> copy bsp drivers")
38
+ bsp_copy_files(os.path.join(library_path, 'CMSIS'), os.path.join(library_dir, 'CMSIS'))
39
bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers'))
40
bsp_copy_files(os.path.join(library_path, 'usbd_library'), os.path.join(library_dir, 'usbd_library'))
41
bsp_copy_files(os.path.join(library_path, 'usbotg_library'), os.path.join(library_dir, 'usbotg_library'))
0 commit comments