You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitee: [MCUProg:](https://gitee.com/Dozingfiretruck/MCUProg) (updates may not be timely due to synchronization issues)
10
+
7
11
## Introduction
8
12
9
13
MCUProg is a MUC programming host computer software based on pyocd+PySide6 (this software is only used to learn pyocd and PySide6 practice projects, if it can help you, it is a great honor, you can also modify it at will)
@@ -12,8 +16,8 @@ MCUProg is a MUC programming host computer software based on pyocd+PySide6 (this
12
16
13
17
## Software Architecture
14
18
15
-
pyocd: 0.36.0
16
-
PySide6: 6.7.0
19
+
pyocd: 0.37.0
20
+
PySide6: 6.9.1
17
21
18
22
## Support platform
19
23
@@ -41,6 +45,8 @@ PySide6: 6.7.0
41
45
42
46
Linux to install the driver,The driver is in the [udev](./udev/) directory of the repository,Instructions for [pyocd Linux driver installation](./udev/README.md)
43
47
48
+
and need install libusb : `apt install libusb-dev`
49
+
44
50
## Precautions
45
51
46
52
If the programming fails, please check the following points
@@ -51,6 +57,14 @@ If the programming fails, please check the following points
51
57
4. Whether there is an interruption to the download, such as unplugging the USB operation
52
58
5. In other cases, please try to restart the software, if it cannot be solved, please give feedback in time
0 commit comments