1config BR2_PACKAGE_BCUSDK 2 bool "bcusdk" 3 depends on BR2_USE_MMU # libpthsem 4 depends on BR2_INSTALL_LIBSTDCPP 5 select BR2_PACKAGE_LIBPTHSEM 6 select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL 7 help 8 A free development environment for the Bus Coupling Units of 9 the European Installation Bus. 10 11 The European Installation Bus EIB is a home and building 12 automation bus system. It is optimized for low-speed control 13 applications like lighting and blinds control. 14 15 BCUs (Bus Coupling Units) are standardized, generic 16 platforms for embedded EIB devices. They include the entire 17 physical layer network interface, power supply and a 18 microcontroller with an implementation of the EIB protocol 19 stack stored in the ROM. 20 21 http://www.auto.tuwien.ac.at/~mkoegler/eib/ 22 23comment "bcusdk needs a toolchain w/ C++" 24 depends on BR2_USE_MMU 25 depends on !BR2_INSTALL_LIBSTDCPP 26