2013-04-23 06:52:39 +02:00
|
|
|
config BR2_PACKAGE_LIBSERIAL
|
|
|
|
bool "libserial"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-07-31 00:23:24 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
|
|
|
depends on BR2_USE_WCHAR # boost
|
|
|
|
select BR2_PACKAGE_BOOST
|
2013-04-23 06:52:39 +02:00
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
Simplified serial port programming in C++ under POSIX
|
|
|
|
operating systems.
|
2013-04-23 06:52:39 +02:00
|
|
|
|
|
|
|
http://libserial.sourceforge.net/
|
|
|
|
|
2015-07-31 00:23:24 +02:00
|
|
|
comment "libserial needs a toolchain w/ C++, threads, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|