From 5394c8ae6419e009a120f120b23b2c0d23f14b48 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 22 Oct 2020 20:31:28 +0200 Subject: [PATCH] freedom-k64f/demo: Enable netcat app Change-Id: I98e72d341f46c2e03efdb6cc93124a2f49613f19 Relate-to: https://github.com/apache/incubator-nuttx/issues/1988 Relate-to: https://github.com/apache/incubator-nuttx-apps/pull/482 Relate-to: https://github.com/rzr/aframe-smart-home/issues/3 Forwarded: https://github.com/apache/incubator-nuttx/pull/2333 Signed-off-by: Philippe Coval --- boards/arm/kinetis/freedom-k64f/configs/demo/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig index ee68ad2c5e..6e595a9a1a 100644 --- a/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig +++ b/boards/arm/kinetis/freedom-k64f/configs/demo/defconfig @@ -46,6 +46,7 @@ CONFIG_MMCSD_MULTIBLOCK_DISABLE=y CONFIG_MMCSD_SDIO=y CONFIG_MOTOROLA_SREC=y CONFIG_NETDB_DNSCLIENT=y +CONFIG_NETUTILS_NETCAT=y CONFIG_NET_BROADCAST=y CONFIG_NET_SOCKOPTS=y CONFIG_NET_TCP=y