<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 18, 2020 at 11:02 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</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">The set looks fine to me. The only thing I noticed is that config.h is<br>
a weird place for the copyright notice and version string<br>
declarations, but I don't know of anything better than that.<br></blockquote><div><br></div><div>Agree this all looks OK. I am sure we have other things that don't have </div><div>an obvious home. </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 Fri, Sep 18, 2020 at 1:35 AM Sebastian Huber<br>
<<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>> wrote:<br>
><br>
> This patch set moves all defines and function declarations out of<br>
> <rtems.h> to specialized header files.  The last patches replace it with<br>
> a generated version and changes the license to BSD-2-Clause.<br>
><br>
> Sebastian Huber (6):<br>
>   rtems: Move from <rtems.h> to <rtems/config.h><br>
>   rtems: From <rtems.h> to <rtems/rtems/object.h><br>
>   rtems: From <rtems.h> to <rtems/rtems/tasks.h><br>
>   rtems: From <rtems.h> to <rtems/rtems/types.h><br>
>   rtems: From <rtems.h> to <rtems/rtems/mp.h><br>
>   rtems: Generate <rtems.h><br>
><br>
>  cpukit/include/rtems.h               | 216 +++++++--------------------<br>
>  cpukit/include/rtems/config.h        |  17 +++<br>
>  cpukit/include/rtems/rtems/mp.h      |  16 ++<br>
>  cpukit/include/rtems/rtems/object.h  |  59 ++++++++<br>
>  cpukit/include/rtems/rtems/tasks.h   |  29 ++++<br>
>  cpukit/include/rtems/rtems/types.h   |   7 +<br>
>  cpukit/sapi/src/getcopyrightnotice.c |   2 +-<br>
>  cpukit/sapi/src/getversionstring.c   |   2 +-<br>
>  8 files changed, 187 insertions(+), 161 deletions(-)<br>
><br>
> --<br>
> 2.26.2<br>
><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><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><br>
</blockquote></div></div>