diff options
author | xengineering <me@xengineering.eu> | 2025-03-21 21:52:38 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-21 21:52:38 +0100 |
commit | f0561bc721f783487ebdd3cbd1424cf116d48712 (patch) | |
tree | 44a8b6cd19275eb2fa89b0e4d85a2b432b4d38a1 /fw/prj.conf | |
parent | ff74e7ca54dabf41720e9739ff59ba816e92cec9 (diff) | |
download | iot-contact-f0561bc721f783487ebdd3cbd1424cf116d48712.tar iot-contact-f0561bc721f783487ebdd3cbd1424cf116d48712.tar.zst iot-contact-f0561bc721f783487ebdd3cbd1424cf116d48712.zip |
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.
Diffstat (limited to 'fw/prj.conf')
-rw-r--r-- | fw/prj.conf | 2 |
1 files changed, 0 insertions, 2 deletions
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 |