From 22fd6e29a36ddc02b12ff1eff7d12c5a27a20887 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 11 Oct 2014 17:28:39 +0000 Subject: - Initial import of Embedded Multicore Building Blocks (EMBB) --- devel/embb/pkg-descr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/embb/pkg-descr (limited to 'devel/embb/pkg-descr') diff --git a/devel/embb/pkg-descr b/devel/embb/pkg-descr new file mode 100644 index 000000000000..7594b7392473 --- /dev/null +++ b/devel/embb/pkg-descr @@ -0,0 +1,11 @@ +The Embedded Multicore Building Blocks (EMBB) are an easy to use yet +powerful and efficient C/C++ library for the development of parallel +applications. EMBB has been specifically designed for embedded systems and +the typical requirements that accompany them, such as real-time capability +and constraints on memory consumption. As a major advantage, low-level +operations are hidden in the library which relieves software developers +from the burden of thread management and synchronization. This not only +improves productivity of parallel software development, but also results +in increased reliability and performance of the applications. + +WWW: https://github.com/siemens/embb -- cgit v1.2.3