RTEMS Logo

RTEMS 4.9.3 On-Line Library


ARM Specific Information CPU Model Name

PREV UP NEXT Bookshelf RTEMS CPU Architecture Supplement

2.1.1: CPU Model Name

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"


PREV UP NEXT Bookshelf RTEMS CPU Architecture Supplement

Copyright © 1988-2008 OAR Corporation