mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix readline return value; Add support for removable serial devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -150,6 +150,7 @@ endif
|
||||
menuconfig PL2303
|
||||
bool "Prolific PL2303 serial/USB converter emulation"
|
||||
default n
|
||||
select SERIAL_REMOVABLE
|
||||
---help---
|
||||
This logic emulates the Prolific PL2303 serial/USB converter
|
||||
|
||||
@@ -222,6 +223,7 @@ endif
|
||||
menuconfig CDCACM
|
||||
bool "USB Modem (CDC ACM) support"
|
||||
default n
|
||||
select SERIAL_REMOVABLE
|
||||
---help---
|
||||
Enables USB Modem (CDC ACM) support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user