支持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四个版本的源代码。
评分
查看全部评分
STM32F4/F7都有相关基于FREERTOS的工程例程。
目前有什么进展没有啊 ?!!!
哪里有下载的啊 ???
你好 ,哪里可以下载啊 ???
freertos的官网,http://www.freertos.org/由于是国外服务器可能有点卡,我去刚刚去看来下又更新了已经是V9.0了(我下载了可以发你)。
http://101.96.10.75/nchc.dl.sour ... /FreeRTOSv9.0.0.exe
最新的下子链接,还有点资料需要私信我
www.st.com/stm32 搜索STM32CUBEF4或STM32CUBEF7