summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-08-23 17:24:37 +0200
committerxengineering <me@xengineering.eu>2024-08-23 17:33:46 +0200
commitfa22728ea19c81202899305fc118176ca3f7042b (patch)
tree976fcb7ec9343b07fc98f6c8a05068a6b5031ca5
parent0db3f05ade565c23bc1654b5a88af4a06c71e17e (diff)
downloadiot-contact-fa22728ea19c81202899305fc118176ca3f7042b.tar
iot-contact-fa22728ea19c81202899305fc118176ca3f7042b.tar.zst
iot-contact-fa22728ea19c81202899305fc118176ca3f7042b.zip
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.
-rw-r--r--firmware/prj.conf3
1 files changed, 3 insertions, 0 deletions
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