From f0561bc721f783487ebdd3cbd1424cf116d48712 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 21:52:38 +0100 Subject: fw: Remove GPIO-based logic This makes it easier to develop the whole network-related firmware parts on a simulation board instead of hardware. The nucleo_f767zi board has likely a hardware bug making Ethernet sometimes fail. This is not suitable for development. --- fw/prj.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'fw/prj.conf') diff --git a/fw/prj.conf b/fw/prj.conf index 2485227..9c84c48 100644 --- a/fw/prj.conf +++ b/fw/prj.conf @@ -7,5 +7,3 @@ CONFIG_SHELL_PROMPT_UART="[iot-contact] " CONFIG_NETWORKING=y CONFIG_NET_SHELL=y - -CONFIG_GPIO=y -- cgit v1.2.3-70-g09d2