<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 5, 2019 at 7:56 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">Hello,<br>
<br>
the next thing I would like to work on is a specification of the <br>
application configuration (e.g. confdefs.h defines).<br>
<br>
The confdefs.h header file is quite big and difficult to review. What do <br>
you think about splitting this file into smaller parts, so that <br>
confdefs.h consists of something like this:<br>
<br>
#include <rtems/config/classictask.h><br>
#include <rtems/config/classicsema.h><br>
#include <rtems/config/bdbuf.h><br>
#include <rtems/config/posixthread.h><br>
...<br>
<br>
?<br></blockquote><div><br></div><div>I think this MIGHT be a good idea. But I think you might want to</div><div>look at the top and bottom of the file first. What files will instantiate the </div><div>data structures? There is also some error checking at the bottom</div><div>which probably could be a sub-file.</div><div><br></div><div>Will there be logic to prevent including them from any other file?</div><div><br></div><div>What about file system configuration?</div><div><br></div><div>Once you decompose that, will there actually be enough content to</div><div>justify a file per manager/capability? I understand this makes it easier</div><div>to track to a manager.</div><div><br></div><div>Where do user init task/threads go?</div><div><br></div><div>Just random thoughts? I can see "capability" or "area" oriented files</div><div>but going down to a manager feels too fine grain.</div><div><br></div><div>--joel</div><div><br></div><div><br></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>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>