文件名称:FreeRTOSV2.5.5
介绍说明--下载内容均来自于网络,请自行研究使用
在嵌入式领域中,嵌入式实时操作系统正得到越来越广泛的应用。采用嵌入式实时操作系统(RTOS)可以更合理、更有效地利用CPU的资源,简化应用软件的设计,缩短系统开发时间,更好地保证系统的实时性和可靠性。
由于RTOS需占用一定的系统资源(尤其是RAM资源),只有μC/OS-II、embOS、salvo、FreeRTOS等少数实时操作系统能在小RAM单片机上运行。相对于C/OS-II、 embOS等商业操作系统,FreeRTOS操作系统是完全免费的操作系统,具有源码公开、可移植、可裁减、调度策略灵活的特点,可以方便地移植到各种单片机上运行,其最新版本为6.0版。-FreeRTOSTM is a portable, open source, royalty free, mini Real Time Kernel- a free to download and free to deploy RTOS that can be used in commercial applications without any requirement to expose your proprietary source code. Downloaded more than 77,500 times during 2008, FreeRTOS is the cross platform de facto standard for embedded microcontrollers.
Each official port includes a pre-configured example application demonstrating the kernel features, expediting learning, and permitting out of the box development. Support is provided by an active user community.
由于RTOS需占用一定的系统资源(尤其是RAM资源),只有μC/OS-II、embOS、salvo、FreeRTOS等少数实时操作系统能在小RAM单片机上运行。相对于C/OS-II、 embOS等商业操作系统,FreeRTOS操作系统是完全免费的操作系统,具有源码公开、可移植、可裁减、调度策略灵活的特点,可以方便地移植到各种单片机上运行,其最新版本为6.0版。-FreeRTOSTM is a portable, open source, royalty free, mini Real Time Kernel- a free to download and free to deploy RTOS that can be used in commercial applications without any requirement to expose your proprietary source code. Downloaded more than 77,500 times during 2008, FreeRTOS is the cross platform de facto standard for embedded microcontrollers.
Each official port includes a pre-configured example application demonstrating the kernel features, expediting learning, and permitting out of the box development. Support is provided by an active user community.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FreeRTOS\readme.txt
........\License
........\.......\license.txt
........\TraceCon
........\........\readme.txt
........\........\tracecon.exe
........\Source
........\......\readme.txt
........\......\include
........\......\.......\task.h
........\......\.......\portable.h
........\......\.......\list.h
........\......\.......\errors.h
........\......\.......\semphr.h
........\......\.......\queue.h
........\......\.......\projdefs.h
........\......\portable
........\......\........\readme.txt
........\......\........\MemMang
........\......\........\.......\heap_1.c
........\......\........\.......\heap_2.c
........\......\........\.......\heap_3.c
........\......\........\Keil
........\......\........\....\ARM7
........\......\........\....\....\portISR.c
........\......\........\....\....\portmacro.h
........\......\........\....\....\port.c
........\......\........\IAR
........\......\........\...\AtmelSAM7S64
........\......\........\...\............\portasm.s79
........\......\........\...\............\AT91SAM7S64.h
........\......\........\...\............\AT91SAM7S64_inc.h
........\......\........\...\............\lib_AT91SAM7S64.h
........\......\........\...\............\ISR_Support.h
........\......\........\...\............\port.c
........\......\........\...\............\portmacro.h
........\......\........\...\ATMega323
........\......\........\...\.........\portmacro.h
........\......\........\...\.........\portmacro.s90
........\......\........\...\.........\portheap.c
........\......\........\...\.........\port.c
........\......\........\SDCC
........\......\........\....\Cygnal
........\......\........\....\......\port.c
........\......\........\....\......\portmacro.h
........\......\........\MPLAB
........\......\........\.....\PIC18F
........\......\........\.....\......\stdio.h
........\......\........\.....\......\portmacro.h
........\......\........\.....\......\port.c
........\......\........\BCC
........\......\........\...\16BitDOS
........\......\........\...\........\PC
........\......\........\...\........\..\port.c
........\......\........\...\........\..\prtmacro.h
........\......\........\...\........\common
........\......\........\...\........\......\portcomn.c
........\......\........\...\........\......\portasm.h
........\......\........\...\........\Flsh186
........\......\........\...\........\.......\port.c
........\......\........\...\........\.......\prtmacro.h
........\......\........\GCC
........\......\........\...\MSP430F449
........\......\........\...\..........\portmacro.h
........\......\........\...\..........\port.c
........\......\........\...\ARM7
........\......\........\...\....\portmacro.h
........\......\........\...\....\portISR.c
........\......\........\...\....\port.c
........\......\........\...\ATMega323
........\......\........\...\.........\port.c
........\......\........\...\.........\portmacro.h
........\......\........\oWatcom
........\......\........\.......\16BitDOS
........\......\........\.......\........\Flsh186
........\......\........\.......\........\.......\port.c
........\......\........\.......\........\.......\portmacro.h
........\......\........\.......\........\common
........\......\........\.......\........\......\portcomn.c
........\......\........\.......\........\......\portasm.h
........\......\........\.......\........\PC
........\......\........\.......\........\..\port.c
........\......\........\.......\........\..\portmacro.h
........\......\list.c
........\......\queue.c
........\......\tasks.c
........\Demo
........\....\readme.txt
........\....\msp430
........\....\......\gdb.ini
........\....\......\ParTest
........\....\......\.......\ParTest.c
........\....\......\serial
........\....\......\......\serial.c
........\....\......\Makefile
........\....\......\main.c
........\....\ARM7_AtemlSAM7S64_IAR
........\....\.....................\rtosdemo.ewp
........\....\.....................\rtosdemo.eww
........\....\.....................\ParTest
........\License
........\.......\license.txt
........\TraceCon
........\........\readme.txt
........\........\tracecon.exe
........\Source
........\......\readme.txt
........\......\include
........\......\.......\task.h
........\......\.......\portable.h
........\......\.......\list.h
........\......\.......\errors.h
........\......\.......\semphr.h
........\......\.......\queue.h
........\......\.......\projdefs.h
........\......\portable
........\......\........\readme.txt
........\......\........\MemMang
........\......\........\.......\heap_1.c
........\......\........\.......\heap_2.c
........\......\........\.......\heap_3.c
........\......\........\Keil
........\......\........\....\ARM7
........\......\........\....\....\portISR.c
........\......\........\....\....\portmacro.h
........\......\........\....\....\port.c
........\......\........\IAR
........\......\........\...\AtmelSAM7S64
........\......\........\...\............\portasm.s79
........\......\........\...\............\AT91SAM7S64.h
........\......\........\...\............\AT91SAM7S64_inc.h
........\......\........\...\............\lib_AT91SAM7S64.h
........\......\........\...\............\ISR_Support.h
........\......\........\...\............\port.c
........\......\........\...\............\portmacro.h
........\......\........\...\ATMega323
........\......\........\...\.........\portmacro.h
........\......\........\...\.........\portmacro.s90
........\......\........\...\.........\portheap.c
........\......\........\...\.........\port.c
........\......\........\SDCC
........\......\........\....\Cygnal
........\......\........\....\......\port.c
........\......\........\....\......\portmacro.h
........\......\........\MPLAB
........\......\........\.....\PIC18F
........\......\........\.....\......\stdio.h
........\......\........\.....\......\portmacro.h
........\......\........\.....\......\port.c
........\......\........\BCC
........\......\........\...\16BitDOS
........\......\........\...\........\PC
........\......\........\...\........\..\port.c
........\......\........\...\........\..\prtmacro.h
........\......\........\...\........\common
........\......\........\...\........\......\portcomn.c
........\......\........\...\........\......\portasm.h
........\......\........\...\........\Flsh186
........\......\........\...\........\.......\port.c
........\......\........\...\........\.......\prtmacro.h
........\......\........\GCC
........\......\........\...\MSP430F449
........\......\........\...\..........\portmacro.h
........\......\........\...\..........\port.c
........\......\........\...\ARM7
........\......\........\...\....\portmacro.h
........\......\........\...\....\portISR.c
........\......\........\...\....\port.c
........\......\........\...\ATMega323
........\......\........\...\.........\port.c
........\......\........\...\.........\portmacro.h
........\......\........\oWatcom
........\......\........\.......\16BitDOS
........\......\........\.......\........\Flsh186
........\......\........\.......\........\.......\port.c
........\......\........\.......\........\.......\portmacro.h
........\......\........\.......\........\common
........\......\........\.......\........\......\portcomn.c
........\......\........\.......\........\......\portasm.h
........\......\........\.......\........\PC
........\......\........\.......\........\..\port.c
........\......\........\.......\........\..\portmacro.h
........\......\list.c
........\......\queue.c
........\......\tasks.c
........\Demo
........\....\readme.txt
........\....\msp430
........\....\......\gdb.ini
........\....\......\ParTest
........\....\......\.......\ParTest.c
........\....\......\serial
........\....\......\......\serial.c
........\....\......\Makefile
........\....\......\main.c
........\....\ARM7_AtemlSAM7S64_IAR
........\....\.....................\rtosdemo.ewp
........\....\.....................\rtosdemo.eww
........\....\.....................\ParTest