[rtems-central commit] spec: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

Sebastian Huber sebh at rtems.org
Fri Mar 5 09:36:06 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    524ce30e08c0a6e2875db8d1b204d35054289e77
Changeset: http://git.rtems.org/rtems-central/commit/?id=524ce30e08c0a6e2875db8d1b204d35054289e77

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar  3 10:10:55 2021 +0100

spec: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

---

 spec/acfg/if/max-thread-local-storage-size.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/acfg/if/max-thread-local-storage-size.yml b/spec/acfg/if/max-thread-local-storage-size.yml
index 2424f3d..0289292 100644
--- a/spec/acfg/if/max-thread-local-storage-size.yml
+++ b/spec/acfg/if/max-thread-local-storage-size.yml
@@ -3,6 +3,8 @@ appl-config-option-type: integer
 constraints:
   max: ${/c/if/size_max:/name}
   min: 0
+  texts:
+  - It shall be an integral multiple of ${/rtems/task/if/storage-alignment:/name}.
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 default-value: 0



More information about the vc mailing list