mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-30 16:49:05 +02:00
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
17 lines
530 B
Plaintext
17 lines
530 B
Plaintext
---------------------------------------------------------------------------
|
|
|
|
Library: Atomthreads ARM Port
|
|
Author: Natie van Rooyen <natie@navaro.nl>
|
|
License: BSD Revised
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
ARM PORT
|
|
|
|
This folder contains a port of the Atomthreads real time kernel for the
|
|
ARM processor architecture. This port was tested on Cortex A9, Cortex A15
|
|
and the ARM926EJ-S (QEMU).
|
|
|
|
To Use:
|
|
|
|
See the example project in the "platforms/qemu_integratorcp" directory. |