Tools and Drivers - RT-Thread/ART GitHub Wiki
Development tools for ART platform
- Sourcery G++ Lite: Cross compile toolchain
- Python: Required by scons
- Scons: Software construction tools
Drivers and tools for firmware upgrade
-
DFU util: Device firmware upgrade utilities. Link for Windows binary
-
DFU driver: DFU driver for Windows. After download the binary, you need to customize the
.inf
file as following- VendorID = "VID_0483"
- ProductID = "PID_DF11"
- DeviceGUID = "{243F93A6-54CD-48C0-9391-DF4CF4ABED86}"
- DeviceClassGUID = "{88bae032-5a81-49f0-bc3d-a4ff138216d6}"
Misc tools to assist development
- STM32 Virtual COM Port driver: USB Slave port on ART will become a virtual COM port after boot up. It is connected to FinSH (shell in RT-Thread) which is very useful for debugging.