aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt')
-rw-r--r--lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt b/lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt
new file mode 100644
index 000000000..297d158e6
--- /dev/null
+++ b/lib/chibios-contrib/demos/GD32VF103/USB_CDC_IAD/readme.txt
@@ -0,0 +1,30 @@
1*****************************************************************************
2** ChibiOS/HAL - USB-CDC (IAD descriptors) driver demo for STM32F4xx. **
3*****************************************************************************
4
5** TARGET **
6
7The demo runs on an Sipeed Longan Nano GD32VF103CBT6 board.
8
9** The Demo **
10
11The application demonstrates the use of the GD32VF103CBT6 USB driver.
12
13** Build Procedure **
14
15The demo has been tested using the riscv-gnu-toolchain https://github.com/riscv/riscv-gnu-toolchain.
16Flash using a recent dfu-util version wich has the fixes for the DFU Bootloader of the GD32VF103 https://sourceforge.net/projects/dfu-util/.
17
18```shell
19make
20dfu-util -d 28e9:0189 -s 0x08000000:leave -D ./build/usbcdc.bin -w
21```
22
23** Notes **
24
25Some files used by the demo are not part of ChibiOS/RT but are copyright of
26ST Microelectronics and are licensed under a different license.
27Also note that not all the files present in the ST library are distributed
28with ChibiOS/RT, you can find the whole library on the ST web site:
29
30 http://www.st.com