[PATCH] c-user: Add application config info directives

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Sep 19 07:21:49 UTC 2022


On 17/09/2022 09:31, Chris Johns wrote:
>> +rtems_configuration_get_do_zero_of_workspace()
>> +----------------------------------------------
>> +
>> +Indicates if the RTEMS Workspace is configured to be zeroed during system
>> +initialization for this application.
>> +
>> +.. rubric:: CALLING SEQUENCE:
>> +
>> +.. code-block:: c
>> +
>> +    #define rtems_configuration_get_do_zero_of_workspace()
>> +
>> +.. rubric:: RETURN VALUES:
>> +
>> +Returns true, if the RTEMS Workspace is configured to be zeroed during system
>> +initialization for this application, otherwise false.
> Should the type returned be specified?

Historically, these rtems_configuration_get*() directives are 
implemented as a macro. We could change them to inline functions to get 
a typed interface.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list