FreeRTOS_Source

所属分类:uCOS/RTOS
开发工具:C/C++
文件大小:952KB
下载次数:11
上传日期:2012-01-05 20:42:06
上 传 者smpark92
说明:  FreeRtos Source Version 7.1

文件列表:
croutine.c (14871, 2011-12-14)
include\croutine.h (28423, 2011-12-14)
include\FreeRTOS.h (16496, 2011-12-14)
include\list.h (12949, 2011-12-14)
include\mpu_wrappers.h (6412, 2011-12-14)
include\portable.h (11780, 2011-12-14)
include\projdefs.h (3526, 2011-12-14)
include\queue.h (44840, 2011-12-14)
include\semphr.h (28600, 2011-12-14)
include\StackMacros.h (8580, 2011-12-14)
include\task.h (47247, 2011-12-14)
include\timers.h (44712, 2011-12-14)
list.c (8296, 2011-12-14)
portable\BCC\16BitDOS\common\portasm.h (5186, 2011-12-14)
portable\BCC\16BitDOS\common\portcomn.c (5641, 2011-12-14)
portable\BCC\16BitDOS\Flsh186\port.c (10136, 2011-12-14)
portable\BCC\16BitDOS\Flsh186\prtmacro.h (5296, 2011-12-14)
portable\BCC\16BitDOS\PC\port.c (11562, 2011-12-14)
portable\BCC\16BitDOS\PC\prtmacro.h (5343, 2011-12-14)
portable\CCS4\MSP430X\data_model.h (3523, 2011-12-14)
portable\CCS4\MSP430X\port.c (8188, 2011-12-14)
portable\CCS4\MSP430X\portext.asm (6133, 2011-12-14)
portable\CCS4\MSP430X\portmacro.h (6697, 2011-12-14)
portable\CodeWarrior\ColdFire_V1\port.c (7137, 2011-12-14)
portable\CodeWarrior\ColdFire_V1\portasm.S (5360, 2011-12-14)
portable\CodeWarrior\ColdFire_V1\portmacro.h (5791, 2011-12-14)
portable\CodeWarrior\ColdFire_V2\port.c (6002, 2011-12-14)
portable\CodeWarrior\ColdFire_V2\portasm.S (5362, 2011-12-14)
portable\CodeWarrior\ColdFire_V2\portmacro.h (5900, 2011-12-14)
portable\CodeWarrior\HCS12\port.c (9375, 2011-12-14)
portable\CodeWarrior\HCS12\portmacro.h (8799, 2011-12-14)
portable\GCC\ARM7_AT91FR40008\port.c (10191, 2011-12-14)
portable\GCC\ARM7_AT91FR40008\portISR.c (10037, 2011-12-14)
portable\GCC\ARM7_AT91FR40008\portmacro.h (10752, 2011-12-14)
portable\GCC\ARM7_AT91SAM7S\AT91SAM7X256.h (208708, 2009-08-18)
portable\GCC\ARM7_AT91SAM7S\ioat91sam7x256.h (357722, 2009-08-18)
portable\GCC\ARM7_AT91SAM7S\lib_AT91SAM7X256.c (3232, 2009-08-18)
portable\GCC\ARM7_AT91SAM7S\lib_AT91SAM7X256.h (178660, 2009-08-18)
portable\GCC\ARM7_AT91SAM7S\port.c (9435, 2011-12-14)
portable\GCC\ARM7_AT91SAM7S\portISR.c (9876, 2011-12-14)
... ...

Each real time kernel port consists of three files that contain the core kernel components and are common to every port, and one or more files that are specific to a particular microcontroller and or compiler. + The FreeRTOS/Source directory contains the three files that are common to every port - list.c, queue.c and tasks.c. The kernel is contained within these three files. croutine.c implements the optional co-routine functionality - which is normally only used on very memory limited systems. + The FreeRTOS/Source/Portable directory contains the files that are specific to a particular microcontroller and or compiler. + The FreeRTOS/Source/include directory contains the real time kernel header files. See the readme file in the FreeRTOS/Source/Portable directory for more information.

近期下载者

相关文件


收藏者