Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
if you were going to set up a task to listen, I assume that would be in an RTOS task, is there a task cooperative version of accept()? or should I be using the NetConn API or something else?