From 3b1ae6dc995be529375d5193f4bcc05960820e7d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Sep 2020 16:22:15 +0200 Subject: spec: Document rtems_task_construct(), ... --- spec/rtems/task/if/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec/rtems/task/if/config.yml') 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: [] -- cgit v1.2.3