[rtems commit] doxygen: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY

Sebastian Huber sebh at rtems.org
Tue Dec 19 07:01:18 UTC 2023


Module:    rtems
Branch:    master
Commit:    a901ca3989db8ba4f4f6d3ef224dccf12e22280f
Changeset: http://git.rtems.org/rtems/commit/?id=a901ca3989db8ba4f4f6d3ef224dccf12e22280f

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Dec 19 08:20:06 2023 +0100

doxygen: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY

Document CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY.

Update #4961.

---

 cpukit/doxygen/appl-config.h | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index ccc9032300..bd7cde628f 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -11,7 +11,7 @@
 /*
  * Copyright (C) 2019, 2023 embedded brains GmbH & Co. KG
  * Copyright (C) 2010 Gedare Bloom
- * Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
+ * Copyright (C) 1988, 2023 On-Line Applications Research Corporation (OAR)
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -2475,6 +2475,34 @@
  */
 #define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
 
+/* Generated from spec:/acfg/if/jffs2-delayed-write-task-priority */
+
+/**
+ * @brief This configuration option is an integer define.
+ *
+ * @anchor CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY
+ *
+ * The value of this configuration option defines the JFFS2 delayed write task
+ * priority.
+ *
+ * @par Default Value
+ * The default value is 15.
+ *
+ * @par Constraints
+ * @parblock
+ * The following constraints apply to this configuration option:
+ *
+ * * The configuration option is not included in the pre-qualified feature set
+ *   of RTEMS.  Applications which are restricted to only use interfaces of the
+ *   pre-qualified feature set of RTEMS shall not use the configuration option.
+ *
+ * * The value of the configuration option shall be a valid Classic API task
+ *   priority.  The set of valid task priorities depends on the scheduler
+ *   configuration.
+ * @endparblock
+ */
+#define CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY
+
 /* Generated from spec:/acfg/if/use-devfs-as-base-filesystem */
 
 /**



More information about the vc mailing list