blob: f098e2878156792359b0bfb10f59ef3821954104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBSERIAL
bool "libserial"
depends on BR2_INSTALL_LIBSTDCPP
help
Simplified serial port programming in C++ under POSIX operating
systems.
http://libserial.sourceforge.net/
comment "libserial requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP
|