Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to Nucleo-STM32F429ZI - LwIP  

Nucleo-STM32F429ZI - LwIP

-SOLVED-
I finally found a permanent fix for this. In the CubeMX repository search for sockets.h. You will likely find it in the ../MiddleWares/Third_Party/LwIP/src/include/lwip directory of the FW version for the family type downloaded. Search “#define LWIP_TIMEVAL_PRIVATE” and change the 1 that follows to a 0. Now whenever CubeMX pulls the source it will correct. Interesting that there is a comment ahead of the code that reads :
/** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided
* by your system, set this to 0 and include in cc.h */