支持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四个版本的源代码。
评分
查看全部评分
评分
查看全部评分
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四个版本的源代码。
评分
查看全部评分