From 94e147012bd45a5b95d257af1589d5d368b2614d Mon Sep 17 00:00:00 2001 From: Gregory Hermant Date: Sun, 24 Mar 2013 11:34:06 +0000 Subject: bcusdk: new package [Peter: tweak comment] [Thomas: various fixes/improvements] Signed-off-by: Gregory Hermant Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/bcusdk/Config.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/bcusdk/Config.in (limited to 'package/bcusdk/Config.in') diff --git a/package/bcusdk/Config.in b/package/bcusdk/Config.in new file mode 100644 index 000000000..cf082e7dc --- /dev/null +++ b/package/bcusdk/Config.in @@ -0,0 +1,22 @@ +config BR2_PACKAGE_BCUSDK + bool "bcusdk" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_LIBPTHSEM + help + A free development environment for the Bus Coupling Units of + the European Installation Bus. + + The European Installation Bus EIB is a home and building + automation bus system. It is optimized for low-speed control + applications like lighting and blinds control. + + BCUs (Bus Coupling Units) are standardized, generic + platforms for embedded EIB devices. They include the entire + physical layer network interface, power supply and a + microcontroller with an implementation of the EIB protocol + stack stored in the ROM. + + http://www.auto.tuwien.ac.at/~mkoegler/eib/ + +comment "bcusdk requires a toolchain with C++ support" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3