This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
ddaec5f188
nuttx-apps
/
netutils
/
connectedhomeip
/
.gitignore
7 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
matter: add cmake support A nuttx with the matter command can be compiled using cmake and enable CONFIG_MATTER option. The matter compiled by the current script is just a lighting example of a limited number of commands that can be tested by chip-tool. After nuttx is connected to the LAN and the matter command is executed, other devices in the LAN, such as linux PCS, can run the following commands to scan, connect, turn on and off, adjust brightness and contrast, and so on. chip-tool pairing onnetwork 1 20202021 chip-tool onoff on 1 1 chip-tool levelcontrol move-to-level 128 10 0 0 1 1 chip-tool colorcontrol move-to-hue-and-saturation 240 100 0 0 0 1 1 Depends on the following configuration options: CONFIG_CRYPTO_MBEDTLS=y CONFIG_DEV_URANDOM=y CONFIG_LIBCXX=y CONFIG_LIBM=y CONFIG_NET_IPv6=y CONFIG_NET_ICMPv6=y CONFIG_NET_ICMPv6_AUTOCONF=y CONFIG_NET_ICMPv6_NEIGHBOR=y CONFIG_NET_ICMPv6_ROUTER=y CONFIG_NET_ICMPv6_SOCKET=y CONFIG_NET_IGMP=y CONFIG_NET_MLD=y CONFIG_NET_MLD_ROUTER=y This initial version does not yet have Bluetooth and OTA support. The community version needs to dynamically fetch the matter source code at compile time and apply the required nuttx adaptation patch. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-11-06 13:52:34 +01:00
/connectedhomeip
/inipp
/nlassert
/nlio
matter: download chip and dependent source for open source version The community version needs to dynamically fetch the matter source code at compile time and apply the required nuttx adaptation patch Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-11-09 14:29:58 +01:00
/nlunit-test
/pigweed
Reference in New Issue
Copy Permalink