summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-12-18 08:59:06 -0600
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-12-19 08:18:48 +0100
commit8bfd9ce8c87f16a97b50820690ec98bd88828aec (patch)
tree2e45183f141a25a1e00954bf5c06cf9321e69531
parentglossary: Add GPLv2 term (diff)
downloadrtems-central-8bfd9ce8c87f16a97b50820690ec98bd88828aec.tar.bz2
spec: Add JFFS2 delayed write task priority
This adds the configuration option used to select the JFFS2 delayed write task priority to be used when operating on NAND flash. Updates #4961
-rw-r--r--spec/acfg/if/jffs2-delayed-write-task-priority.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/acfg/if/jffs2-delayed-write-task-priority.yml b/spec/acfg/if/jffs2-delayed-write-task-priority.yml
new file mode 100644
index 00000000..d28e9731
--- /dev/null
+++ b/spec/acfg/if/jffs2-delayed-write-task-priority.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: integer
+copyrights:
+- Copyright (C) 2023 On-Line Applications Research Corporation (OAR)
+default-value: 15
+description: |
+ The value of this configuration option defines the JFFS2 delayed write task priority.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: interface-placement
+ uid: domain
+- role: interface-ingroup
+ uid: group-filesystem
+- role: constraint
+ uid: ../constraint/option-not-pre-qualified
+- role: constraint
+ uid: ../constraint/valid-task-priority
+name: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY
+notes: null
+type: interface