1.FreeRTOS官网的学习资料:http://www.freertos.org/index.html
FreeRTOS现有的项目资料(github 源代码): http://www.osrtos.com/rtos/freertos
2.源代码下载地址:
官网下载地址1(sourceForage):http://sourceforge.net/projects/freertos/files/
官网下载地址2(github):https://github.com/search?p=1&q=FreeRTOS&ref=searchresults&type=Repositories&utf8=%E2%9C%93 (如DuinOS/FreeRTOS,注意并未包含所有的版本,而只是某些项目使用到的版本)
3.学习书籍
1-FreeRTOS_CNN--中文版本.pdf
1-Using the FreeRTOS Real Time Kernel - A Practical Guide_opened-英文版本.pdf
4.移植学习
FreeRTOS介绍与移植 http://ju.outofmemory.cn/entry/39028
FreeRTOS 移植要点(1) http://blog.csdn.net/liyuanbhu/article/details/7913291
FreeRTOS 移植要点(2) http://blog.csdn.net/liyuanbhu/article/details/7915778
FreeRTOS 使用指南