This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 10df0c4357a boards/arm/samv7/samv71-xult/configs/oa_tc6: Add plcatool support 10df0c4357a is described below commit 10df0c4357a17bee4e3ef78d3be5d91b2573d1d0 Author: michal matias <mich4l.mat...@gmail.com> AuthorDate: Thu Sep 18 14:46:33 2025 +0200 boards/arm/samv7/samv71-xult/configs/oa_tc6: Add plcatool support Add support for the plcatool utility into samv71-xult oa_tc6 defconfig. Signed-off-by: michal matias <mich4l.mat...@gmail.com> --- boards/arm/samv7/samv71-xult/configs/oa_tc6/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/samv7/samv71-xult/configs/oa_tc6/defconfig b/boards/arm/samv7/samv71-xult/configs/oa_tc6/defconfig index a864074920e..5392a7229ec 100644 --- a/boards/arm/samv7/samv71-xult/configs/oa_tc6/defconfig +++ b/boards/arm/samv7/samv71-xult/configs/oa_tc6/defconfig @@ -45,6 +45,7 @@ CONFIG_NETDB_DNSCLIENT=y CONFIG_NETDEV_HPWORK_THREAD=y CONFIG_NETDEV_LATEINIT=y CONFIG_NETDEV_PHY_IOCTL=y +CONFIG_NETUTILS_PLCATOOL=y CONFIG_NET_BROADCAST=y CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_ICMPv6=y