RTEMS CPU Kit with SuperCore  4.10.99.0
rtems/score/cpuopts.h
Go to the documentation of this file.
00001 
00005 /* target cpu dependent options file */
00006 /* automatically generated -- DO NOT EDIT!! */
00007 #ifndef _RTEMS_SCORE_CPUOPTS_H
00008 #define _RTEMS_SCORE_CPUOPTS_H
00009 
00010 /* if RTEMS_DEBUG is enabled */
00011 /* #undef RTEMS_DEBUG */
00012 
00013 /* if multiprocessing is enabled */
00014 #define RTEMS_MULTIPROCESSING 1
00015 
00016 /* if using newlib */
00017 #define RTEMS_NEWLIB 1
00018 
00019 /* if posix api is supported */
00020 #define RTEMS_POSIX_API 1
00021 
00022 /* if SMP is enabled */
00023 #define RTEMS_SMP 1
00024 
00025 /* if networking is enabled */
00026 /* #undef RTEMS_NETWORKING */
00027 
00028 /* RTEMS version string */
00029 #define RTEMS_VERSION "4.10.99.0"
00030 
00031 /* disable nanosecond granularity for statistics */
00032 /* #undef __RTEMS_USE_TICKS_FOR_STATISTICS__ */
00033 
00034 /* disable inlining _Thread_Enable_dispatch */
00035 /* #undef __RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__ */
00036 
00037 /* disable inlining _Thread_Enable_dispatch */
00038 /* #undef __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__ */
00039 
00040 /* disable inlining _Thread_queue_Enqueue_priority */
00041 /* #undef __RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY__ */
00042 
00043 /* disable strict order mutex */
00044 /* #undef __RTEMS_STRICT_ORDER_MUTEX__ */
00045 
00046 /* Define to 1 if ada/gnat bindings are built-in */
00047 /* #undef __RTEMS_ADA__ */
00048 
00049 /* major version portion of an RTEMS release */
00050 #define __RTEMS_MAJOR__ 4
00051 
00052 /* minor version portion of an RTEMS release */
00053 #define __RTEMS_MINOR__ 10
00054 
00055 /* revision version portion of an RTEMS release */
00056 #define __RTEMS_REVISION__ 99
00057 
00058 #endif /* _RTEMS_SCORE_CPUOPTS_H */