summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 1a38bac82..a86b32526 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -773,11 +773,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