哈佛祖安智 发表于 2016-10-11 13:12:25

同问

zbber 发表于 2016-10-11 13:29:35

好帖子顶一顶!感谢楼主

无薪税绵 发表于 2016-10-11 15:22:58

还没有用过OS。

jtc_88 发表于 2016-10-11 15:56:55

Lwip可以 自己移植,最近正在做,cube带了,FPU还没涉及到,不慎了解

ynwscfsfi 发表于 2016-10-11 16:21:34

理论是可以支持的,CUBE不是有吗

xieyuanfu 发表于 2016-10-11 16:56:53

移植过来就可以用了呀

xyx365 发表于 2016-10-11 18:19:02

没问题没问题

原田夜舞love 发表于 2016-10-11 22:51:23

帮顶啊!

花生-330161 发表于 2016-10-12 09:47:39

可以可以
:$


maozi108 发表于 2016-10-12 12:49:36

支持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四个版本的源代码。
页: 1 [2] 3 4
查看完整版本: 请教下,FreeRTOS v8.23系统是否支持 FPU, lwip 功能 ???