From fa22728ea19c81202899305fc118176ca3f7042b Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 23 Aug 2024 17:24:37 +0200 Subject: firmware: Implement minimal IPv6 firmware This firmware enables as much as required for the device to be reachable by ICMP via an link-local IPv6 address. The address can be looked up via the Zephyr shell with `net ipv6`. This is useful to check if the network stack basics work. --- firmware/prj.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/prj.conf b/firmware/prj.conf index 0416292..d505d79 100644 --- a/firmware/prj.conf +++ b/firmware/prj.conf @@ -1,2 +1,5 @@ CONFIG_SHELL=y CONFIG_SHELL_PROMPT_UART="[iot-contact] " + +CONFIG_NETWORKING=y +CONFIG_NET_SHELL=y -- cgit v1.2.3-70-g09d2