同问
好帖子顶一顶!感谢楼主
还没有用过OS。
Lwip可以 自己移植,最近正在做,cube带了,FPU还没涉及到,不慎了解
理论是可以支持的,CUBE不是有吗
移植过来就可以用了呀
没问题没问题
帮顶啊!
可以可以
:$
支持FPU:
freeRTOS.h尤其相关配置
“/* Set configUSE_TASK_FPU_SUPPORT to 0 to omit floating point support even
if floating point hardware is otherwise supported by the FreeRTOS port in use.
This constant is not supported by all FreeRTOS ports that include floating
point support. */
#ifndef configUSE_TASK_FPU_SUPPORT
#define configUSE_TASK_FPU_SUPPORT 1
#endif”
支持lwip:
FreeRTOS\Demo下有部分芯片的移植例程,FreeRTOS\Demo\Common\ethernet下有lwip1.4.0/1.3.2/1.3.0四个版本的源代码。