ARMException |
The base class for all the ARM exceptions.
|
DataAbort |
The class for the ARM data abort exception.
|
Heap |
Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available
heap space, a garbage collection is called.
|
PrefetchAbort |
The class for the ARM prefetch abort exception.
|
SupervisorCall |
The class for the ARM supervisor call.
|
Task |
This class implements a simple non-preemptive tasking system.
|
UndefinedInstruction |
The class for the ARM undefined instruction exception.
|