summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/hymini-stm32v/README.txt')
-rwxr-xr-xnuttx/configs/hymini-stm32v/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/hymini-stm32v/README.txt b/nuttx/configs/hymini-stm32v/README.txt
index a3241da72..3f87f4ef5 100755
--- a/nuttx/configs/hymini-stm32v/README.txt
+++ b/nuttx/configs/hymini-stm32v/README.txt
@@ -647,11 +647,11 @@ Where <subdir> is one of the following:
to use the CDC/ACM serial class by making the following changes
to the configuration file:
- -CONFIG_USBSER=y
- +CONFIG_USBSER=n
+ -CONFIG_PL2303=y
+ +CONFIG_PL2303=n
- -CONFIG_CDCSER=n
- +CONFIG_CDCSER=y
+ -CONFIG_CDCACM=n
+ +CONFIG_CDCACM=y
The example can also be converted to use the alternative
USB serial example at apps/examples/usbterm by changing the