
当然也添加了对TI MSP432的支持。 摘录,具体可以在此次查看: http://www.FreeRTOS.org/History.txt Changes between V8.2.0 and V8.2.1 released RTOS kernel updates: + Added user definable and flexible thread local storage facility. + Added vTimerSetID() API function to complement the pvTimerGetTimerID() function to allow the timer's ID to be used as timer local storage. + Fixed a potential issue related to the use of queue sets from an ISR. + Some updates to the Xilinx Microblaze GCC port. + Added ARM Cortex-M4F port for Texas Instruments Code Composer Studio. + Added ARM Cortex-M7 r0p1 port layer for IAR, GCC and Keil which contains a minor errata work around. All other ARM Cortex-M7 core revisions should use the ARM Cortex-M4F port. + Exclude the whole of croutine.c if configUSE_CO_ROUTINES is set to 0. + Change some data types from uint32_t to size_t in preparation for 64-bit Windows port. + Update the PIC32 port to remove deprecation warnings output by the latest XC32 compilers. |
【实战经验】基于STM32F7的网络时间同步例程
STM32硬件结构学习
STM32中BOOT的作用
【STM32F769I-DISC1】开发板刷入Micropython并完成点灯、读取内部温度测试
【STM32F769I-DISC1】测评01:创建STM32cube IDE 工程,点个灯
【STM32F769】创建deepseek本地服务,并实现http请求
汇编浮点库qfplib移植STM32F769I-DISCO开发板与硬件浮点运算性能测试对比
coremark移植到STM32F769I-DISCO开发板的两种方法
【GUI板免费申请活动】【圣诞GUI】使用F746-DISO基于TouchGFX的圣诞树
刘氓兔的杂谈【001】-片上USB 高速PHY
有的:
http://www.freertos.org/a00090.html
或者你下载最新的源代码里面也有demo
FreeRTOS is solely owned, run, developed and maintained by Real Time Engineers Ltd.
http://www.freertos.org/RTOS.html
STMCube里面用的就是FreeRTOS。
免费,开源,活跃,安全。
Real_Time_Engineers_Ltd_FreeRTOS_Overview.pdf
2015-5-15 18:06 上传
点击文件名下载附件
920.15 KB, 下载次数: 23
TCP/IP只是个中间件,与任何RTOS无关。
你甚至都可以在前后台程序中运行TCP/IP,但貌似没这么干的。
FreeRTOS支持TCP/IP。