FreeRTOS可以被移植到很多不同架构的处理器和编译器。每一个RTOS移植都附带一个已经配置好的演示例程,可以方便快速启动开发。更好的是,每个演示例程都附带一个说明网页,提供如何定位RTOS演示工程源代码、如何编译演示例程、如何配置硬件平台的全部信息。
特定的微控制器; 特定的开发工具(编译器、调试器等等); 特定的硬件平台(样机或评估板)。 可以在官方网站首页左侧的树形菜单 'Supported Devices' 中找到这些例程介绍。 可惜的是不可能为所有微控制器、编译器和评估板提供演示例程。因此,官方提供的 ...
From time to time, I come across some very interesting blog posts on our sister sites that I think are relevant to the readers here at ElectroSchematics. This time I found a wonderful post from Jacob ...
Programming embedded systems is difficult because of resource constraints and limited debugging facilities. Why develop your own Real-Time Operating System (RTOS) as well as your application when the ...
Last fall, Amazon announced that they were getting involved in the embedded systems space with the release of Amazon FreeRTOS, an open source real-time operating system that makes connecting to Amazon ...