RTEMS CPU Architecture Supplement
The macro CPU_MODEL_NAME
is a string which designates
the architectural level of this CPU model. The following is
a list of the settings for this string based upon gcc
CPU model predefines:
__ARM_ARCH4__ "ARMv4" __ARM_ARCH4T__ "ARMv4T" __ARM_ARCH5__ "ARMv5" __ARM_ARCH5T__ "ARMv5T" __ARM_ARCH5E__ "ARMv5E" __ARM_ARCH5TE__ "ARMv5TE"
RTEMS CPU Architecture Supplement
Copyright © 1988-2007OAR Corporation