STM32CubeF7 LwIP library MISSING unit test implementation
I'm trying to build the LwIP_HTTP_Server_Raw demo project for STM32F769-EVAL, which comes with STM32CubeF7 V1.12.0.
(project path is .\STM32Cube_FW_F7_V1.12.0\Projects\STM32F769I_EVAL\Applications\LwIP\LwIP_HTTP_Server_Raw)
There is a pile of compilation error when building the codes in this directory:
../Middlewares/Third_Party/LwIP/test/
After checking the source code, it seems some unit test implementation is missing or incomplete.
For example, in this file:
/Middlewares/Third_Party/LwIP/test/unit/lwip_check.h
the included "check.h" is missing. No such header file exists in the STM32CubeF7 package.
Where can I get these source files for the missing unit test?
Is anyone encountering the same problem?
