Re: [Xenomai] [PATCH 3/3] provide an extended xenomai_init function

2018-04-23 Thread Lange Norbert
Short Explanation: This first patch adds a header for creating bootstrap code, The difference with the auto-init method being that this should be preferable compiled together with the application. Upside is that the compilation units (xenomai libs and applications) now are cleanly separated and

[Xenomai] [PATCH 3/3] provide an extended xenomai_init function

2018-04-23 Thread Norbert Lange
This function is a single entrypoint for both shared libraries and executables. Futher it allows passing flags as additional argument. Signed-off-by: Norbert Lange --- include/xenomai/bootstrap-template.h | 19 + include/xenomai/init.h | 2