Commit Graph

3 Commits

Author SHA1 Message Date
Philippe Gerum 04db253a39 lib/thread: hide low-level details from applications
evl_get_current() contains implementation details which are definitely
not part of the API and the way this works should not be exposed.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2020-12-13 12:29:25 +01:00
Philippe Gerum d04d98df91 lib/proxy: fix error code propagation 2019-11-13 12:02:32 +01:00
Philippe Gerum f052b6d31c eshi: EVL shim library
The EVL shim library mimics the behavior of the original EVL API based
on plain POSIX calls from the native *libc, which does not require the
EVL core to be enabled in the host kernel. It is useful when the
real-time guarantees delivered by the EVL core are not required for
quick prototyping or debugging application code.
2019-08-09 19:07:39 +02:00