This patch set moves all defines and function declarations out of <rtems.h> to specialized header files. The last patches replace it with a generated version and changes the license to BSD-2-Clause.
Sebastian Huber (6): rtems: Move from <rtems.h> to <rtems/config.h> rtems: From <rtems.h> to <rtems/rtems/object.h> rtems: From <rtems.h> to <rtems/rtems/tasks.h> rtems: From <rtems.h> to <rtems/rtems/types.h> rtems: From <rtems.h> to <rtems/rtems/mp.h> rtems: Generate <rtems.h> cpukit/include/rtems.h | 216 +++++++-------------------- cpukit/include/rtems/config.h | 17 +++ cpukit/include/rtems/rtems/mp.h | 16 ++ cpukit/include/rtems/rtems/object.h | 59 ++++++++ cpukit/include/rtems/rtems/tasks.h | 29 ++++ cpukit/include/rtems/rtems/types.h | 7 + cpukit/sapi/src/getcopyrightnotice.c | 2 +- cpukit/sapi/src/getversionstring.c | 2 +- 8 files changed, 187 insertions(+), 161 deletions(-) -- 2.26.2 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel