summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/if/config.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 16:22:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 16:33:04 +0200
commit3b1ae6dc995be529375d5193f4bcc05960820e7d (patch)
tree224bc482ccc4876c303230ae0607e22b9d3fc6d4 /spec/rtems/task/if/config.yml
parentspec: Group items by component (diff)
downloadrtems-central-3b1ae6dc995be529375d5193f4bcc05960820e7d.tar.bz2
spec: Document rtems_task_construct(), ...
Diffstat (limited to 'spec/rtems/task/if/config.yml')
-rw-r--r--spec/rtems/task/if/config.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/rtems/task/if/config.yml b/spec/rtems/task/if/config.yml
index b2016fb3..76e1337d 100644
--- a/spec/rtems/task/if/config.yml
+++ b/spec/rtems/task/if/config.yml
@@ -62,6 +62,15 @@ definition:
If the is less than the task storage area size, then the task
construction by ${construct:/name} fails.
+
+ The actual thread-local storage size is determined when the application
+ executable is linked. The ``rtems-exeinfo`` command line tool included
+ in the RTEMS Tools can be used to obtain the thread-local storage size
+ and alignment of an application executable.
+
+ The application may configure the maximum thread-local storage size for
+ all threads explicitly through the
+ ${/acfg/if/max-thread-local-storage-size} configuration option.
kind: member
name: maximum_thread_local_storage_size
variants: []