<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 20, 2020 at 9:42 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 20/11/2020 17:35, Gedare Bloom wrote:<br>
>> +#else /* CONFIGURE_INIT_TASK_STORAGE_SIZE */<br>
>> +<br>
>> +#ifndef CONFIGURE_INIT_TASK_STACK_SIZE<br>
>> +  #define CONFIGURE_INIT_TASK_STACK_SIZE CONFIGURE_MINIMUM_TASK_STACK_SIZE<br>
>> +#endif<br>
>> +<br>
>> +#if CONFIGURE_INIT_TASK_STACK_SIZE > CONFIGURE_MINIMUM_TASK_STACK_SIZE<br>
>> +  #define _CONFIGURE_INIT_TASK_STACK_EXTRA \<br>
>> +    ( CONFIGURE_INIT_TASK_STACK_SIZE - CONFIGURE_MINIMUM_TASK_STACK_SIZE )<br>
> In some other places, we emit #error instead of fixing the user's<br>
> misconfiguration. Does it make sense to do that here also?<br>
><br>
> I think the idea is that it is better to make the user do it right<br>
> than for us to hide the fix.<br>
There is no configuration error here. If CONFIGURE_INIT_TASK_STACK_SIZE <br>
is greater than CONFIGURE_MINIMUM_TASK_STACK_SIZE, then this extra stack <br>
size is automatically added to the stack size estimate.<br>
<br></blockquote><div><br></div><div>It is an error to configure an init task stack size smaller than the minimum.</div><div><br></div><div>We can either fix that error for the user, or tell them to fix it themselves.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
embedded brains GmbH<br>
Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
Phone: +49-89-18 94 741 - 16<br>
Fax:   +49-89-18 94 741 - 08<br>
PGP: Public key available on request.<br>
<br>
embedded brains GmbH<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier: <a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
</blockquote></div></div>