summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:07:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:16:04 +0100
commitc2756c1476b6da98fe6a3c140c4553882646f3db (patch)
tree451cb85411d91f281089e7c550a11391eda50871 /cpukit/doxygen
parentdoxygen: Fix header file path (diff)
downloadrtems-c2756c1476b6da98fe6a3c140c4553882646f3db.tar.bz2
doxygen: Document CONFIGURE_INIT
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 2d4e8f7fb7..5c76761453 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (C) 2019, 2022 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2019, 2023 embedded brains GmbH (http://www.embedded-brains.de)
* Copyright (C) 2010 Gedare Bloom
* Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
*
@@ -2722,6 +2722,27 @@
*/
#define CONFIGURE_EXTRA_TASK_STACKS
+/* Generated from spec:/acfg/if/init */
+
+/**
+ * @brief This configuration option is a boolean feature define.
+ *
+ * @anchor CONFIGURE_INIT
+ *
+ * While this configuration option is defined, when the ``<rtems/confdefs.h>``
+ * is included, the system settings defined by present application
+ * configuration options are statically allocated and initialized. All user
+ * provided application configuration options defined before the include of
+ * ``<rtems/confdefs.h>`` are evaluated. They define the actual system
+ * settings.
+ *
+ * @par Default Configuration
+ * There is no default configuration associated with this configuration option.
+ * If ``<rtems/confdefs.h>`` is included and this configuration option is not
+ * defined, then only white space is included.
+ */
+#define CONFIGURE_INIT
+
/* Generated from spec:/acfg/if/initial-extensions */
/**