From 48b942d38d8fa78483001ba5ee6eb71486983459 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 17 Jan 2021 20:46:52 +0800 Subject: [PATCH] =?UTF-8?q?[.gitignore]=20=E5=B0=86dist=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E6=BB=A4=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + bsp/stm32/stm32f103-blue-pill/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f02054dcb..b532495df2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ documentation/html *.d tools/kconfig-frontends/kconfig-mconf packages +dist cconfig.h GPUCache diff --git a/bsp/stm32/stm32f103-blue-pill/README.md b/bsp/stm32/stm32f103-blue-pill/README.md index 77bbfbd657..3f5fc6f551 100644 --- a/bsp/stm32/stm32f103-blue-pill/README.md +++ b/bsp/stm32/stm32f103-blue-pill/README.md @@ -218,7 +218,7 @@ Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthre Enable USB device. -![putty](figures/usb_device1.png) +![usb_device1](figures/usb_device1.png) @@ -226,7 +226,7 @@ Enable USB 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. 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"); vconsole_switch(dev); ``` -![putty](figures/usb_code.png) +![usb_code](figures/usb_code.png)