未验证 提交 0fb6a822 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4241 from mysterywolf/gitignore

[.gitignore] 将dist文件夹滤掉
...@@ -24,6 +24,7 @@ documentation/html ...@@ -24,6 +24,7 @@ documentation/html
*.d *.d
tools/kconfig-frontends/kconfig-mconf tools/kconfig-frontends/kconfig-mconf
packages packages
dist
cconfig.h cconfig.h
GPUCache GPUCache
......
...@@ -218,7 +218,7 @@ Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthre ...@@ -218,7 +218,7 @@ Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthre
Enable USB device. Enable USB device.
![putty](figures/usb_device1.png) ![usb_device1](figures/usb_device1.png)
...@@ -226,7 +226,7 @@ Enable USB device. ...@@ -226,7 +226,7 @@ Enable USB device.
Enable USB Device Driver and enable to use device as CDC device. Enable USB Device Driver and enable to use device as CDC device.
![putty](figures/usb_device2.png) ![usb_device2](figures/usb_device2.png)
...@@ -234,7 +234,7 @@ Enable USB Device Driver and enable to use device as CDC device. ...@@ -234,7 +234,7 @@ Enable USB Device Driver and enable to use device as CDC device.
Select VC (virtual console) software package. Select VC (virtual console) software package.
![putty](figures/vconsole.png) ![vconsole](figures/vconsole.png)
...@@ -247,7 +247,7 @@ rt_device_t dev = rt_device_find("vcom"); ...@@ -247,7 +247,7 @@ rt_device_t dev = rt_device_find("vcom");
vconsole_switch(dev); vconsole_switch(dev);
``` ```
![putty](figures/usb_code.png) ![usb_code](figures/usb_code.png)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册