Files
atomthreads/kernel
Natie van Rooyen 047c741e21 Merge remote-tracking branch 'kelvin_atomthreads/master'
Conflicts:
	tests/kern1.c
	tests/kern3.c
	tests/kern4.c
	tests/mutex1.c
	tests/mutex2.c
	tests/mutex3.c
	tests/mutex4.c
	tests/mutex5.c
	tests/mutex6.c
	tests/mutex7.c
	tests/mutex8.c
	tests/mutex9.c
	tests/queue2.c
	tests/queue3.c
	tests/queue5.c
	tests/queue6.c
	tests/queue7.c
	tests/queue9.c
	tests/sem1.c
	tests/sem3.c
	tests/sem4.c
	tests/sem5.c
	tests/sem6.c
	tests/sem7.c
	tests/sem8.c
	tests/sem9.c
	tests/timer2.c
2012-09-27 11:48:42 +02:00
..
2010-01-14 01:53:45 +00:00

---------------------------------------------------------------------------



Library:      Atomthreads

Author:       Kelvin Lawson <info@atomthreads.com>

Website:      http://atomthreads.com

License:      BSD Revised



---------------------------------------------------------------------------



KERNEL SOURCES



This folder contains the core Atomthreads operating system modules.



 * atomkernel.c:   Core scheduler facilities

 * atommutex.c:    Mutual exclusion

 * atomqueue.c:    Queue / message-passing

 * atomsem.c:      Semaphore

 * atomtimer.c:    Timer facilities and system clock management



Each module source file contains detailed documentation including an

introduction to usage of the module and full descriptions of each API.

Refer to the sources for further documentation.



---------------------------------------------------------------------------



BUILDING THE KERNEL



The kernel is built from the architecture port folder. Build instructions

are included in the README file for each port.



---------------------------------------------------------------------------