hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config BR2_PACKAGE_BCUSDK
   bool "bcusdk"
   depends on BR2_USE_MMU # libpthsem
   depends on BR2_INSTALL_LIBSTDCPP
   select BR2_PACKAGE_LIBPTHSEM
   select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
   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 needs a toolchain w/ C++"
   depends on BR2_USE_MMU
   depends on !BR2_INSTALL_LIBSTDCPP