![]() |
|
|||
File indexing completed on 2025-05-11 08:24:13
0001 /* SPDX-License-Identifier: BSD-2-Clause */ 0002 0003 /** 0004 * @file 0005 * 0006 * @ingroup RTEMSApplConfig 0007 * 0008 * @brief This header file evaluates the application configuration options 0009 * defined by the application. 0010 * 0011 * This header file includes a couple of header files which evaluate the 0012 * configuration options specified by the application. The macros and defines 0013 * used to configure the system are documented in @ref RTEMSApplConfig and the 0014 * "Configuring a System" chapter of the "RTEMS Classic API User's Guide". 0015 */ 0016 0017 /* 0018 * Copyright (C) 2020 embedded brains GmbH & Co. KG 0019 * Copyright (C) 1989, 2000 On-Line Applications Research Corporation (OAR) 0020 * 0021 * Redistribution and use in source and binary forms, with or without 0022 * modification, are permitted provided that the following conditions 0023 * are met: 0024 * 1. Redistributions of source code must retain the above copyright 0025 * notice, this list of conditions and the following disclaimer. 0026 * 2. Redistributions in binary form must reproduce the above copyright 0027 * notice, this list of conditions and the following disclaimer in the 0028 * documentation and/or other materials provided with the distribution. 0029 * 0030 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 0031 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 0032 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 0033 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 0034 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 0035 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 0036 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 0037 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 0038 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 0039 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 0040 * POSSIBILITY OF SUCH DAMAGE. 0041 */ 0042 0043 #ifndef __CONFIGURATION_TEMPLATE_h 0044 #define __CONFIGURATION_TEMPLATE_h 0045 0046 /** 0047 * @defgroup RTEMSImplApplConfig Application Configuration 0048 * 0049 * @ingroup RTEMSImpl 0050 * 0051 * @brief The application configuration defines system parameters according to 0052 * configuration options (defines) provided by the application. 0053 * 0054 * @{ 0055 */ 0056 0057 /* 0058 * This header file must be included first. For example, configuration options 0059 * which have been renamed are mapped to the new define. 0060 */ 0061 #include <rtems/confdefs/obsolete.h> 0062 0063 #include <rtems/confdefs/bdbuf.h> 0064 #include <rtems/confdefs/clock.h> 0065 #include <rtems/confdefs/console.h> 0066 #include <rtems/confdefs/extensions.h> 0067 #include <rtems/confdefs/face.h> 0068 #include <rtems/confdefs/inittask.h> 0069 #include <rtems/confdefs/initthread.h> 0070 #include <rtems/confdefs/iodrivers.h> 0071 #include <rtems/confdefs/libio.h> 0072 #include <rtems/confdefs/libpci.h> 0073 #include <rtems/confdefs/malloc.h> 0074 #include <rtems/confdefs/mpci.h> 0075 #include <rtems/confdefs/newlib.h> 0076 #include <rtems/confdefs/objectsclassic.h> 0077 #include <rtems/confdefs/objectsposix.h> 0078 #include <rtems/confdefs/percpu.h> 0079 #include <rtems/confdefs/scheduler.h> 0080 #include <rtems/confdefs/threads.h> 0081 #include <rtems/confdefs/wkspace.h> 0082 0083 /** @} */ 0084 0085 #endif 0086 /* end of include file */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |