Description: Specially designed for Cortex-M series
Scalable, minimal system kernel is only 974Byte
Adaptive Task Scheduling Algorithm.
Supports preemptive priority and round-robin
Interrupt latency is 0
Stack overflow detection option
Semaphore, Mutex, Flag, Mailbox and Queue for communication & synchronisation
Supports the platforms of ICCARM, ARMCC, GCC
To Search:
File list (Check if you may need any files):
CoOS\Document\CooCox CoOS's TERMS AND CONDITIONS.pdf
....\........\readme.txt
....\kernel\coocox.h
....\......\CoOS.h
....\......\core.c
....\......\event.c
....\......\flag.c
....\......\hook.c
....\......\kernelHeap.c
....\......\mbox.c
....\......\mm.c
....\......\mutex.c
....\......\OsConfig.h
....\......\OsCore.h
....\......\OsError.h
....\......\OsEvent.h
....\......\OsFlag.h
....\......\OsKernelHeap.h
....\......\OsMM.h
....\......\OsMutex.h
....\......\OsQueue.h
....\......\OsServiceReq.h
....\......\OsTask.h
....\......\OsTime.h
....\......\OsTimer.h
....\......\queue.c
....\......\sem.c
....\......\serviceReq.c
....\......\task.c
....\......\time.c
....\......\timer.c
....\......\utility.c
....\......\utility.h
....\portable\arch.c
....\........\GCC\port.c
....\........\IAR\portForM0.asm
....\........\...\portForM3.asm
....\........\Keil\port.c
....\........\OsArch.h
....\........\GCC
....\........\IAR
....\........\Keil
....\Document
....\kernel
....\portable
CoOS