|
当然也添加了对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. |
STM32F745 USART1 Bootloader启动失败排查与解决的流程分析
STM32芯片命名规则
STM32 引脚到底有多少?为什么一个引脚能当好几个用?
入门嵌入式,为什么STM32是“优选起步”?
嵌入式-单片机-STM32 EXTI中断
STM32单片机进行除零运算,为何程序不崩溃?
STM32 LL为什么比HAL高效?
STM32时钟详解
2025国庆中秋活动体验报告2——TouchGFX的UI设计
2025国庆中秋活动体验报告1——TouchGFX环境配置
微信公众号
手机版
有的:
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。