matter: solve compilation problems for the matter community
Compiling a 32-bit version of NuttX binary based on the Matter community's Docker image may encounter compilation issues due to some dependency libraries, so the M32 compilation option has been temporarily disabled. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
8a08190394
commit
104b0288a6
|
@ -110,7 +110,6 @@ CONFIG_SCHED_HAVE_PARENT=y
|
|||
CONFIG_SCHED_WAITPID=y
|
||||
CONFIG_SIM_HCISOCKET=y
|
||||
CONFIG_SIM_HOSTFS=y
|
||||
CONFIG_SIM_M32=y
|
||||
CONFIG_SIM_NETDEV=y
|
||||
CONFIG_SIM_NET_BRIDGE=y
|
||||
CONFIG_SIM_WALLTIME_SIGNAL=y
|
||||
|
|
Loading…
Reference in New Issue