From 66c7ea5129984a5d40a7374c72f21fabee153c19 Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Wed, 11 Mar 2015 09:24:26 +0100 Subject: [PATCH] Add support for task affinities to README.md and embb.dox. --- README.md | 8 ++++---- doc/reference/embb.dox | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3c8f35..1698458 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ processor cores. It builds on MTAPI, a standardized programming interface for leveraging task parallelism in embedded systems containing symmetric or asymmetric multicore processors. A core feature of MTAPI is low-overhead scheduling of fine-grained tasks among the available cores during runtime. -Unlike existing libraries, EMB² supports task priorities, which allows the -creation of soft real-time systems. Additionally, the scheduling strategy can -be optimized for non-functional requirements such as minimal latency and -fairness. +Unlike existing libraries, EMB² supports task priorities and affinities, which +allows the creation of soft real-time systems. Additionally, the scheduling +strategy can be optimized for non-functional requirements such as minimal +latency and fairness. Besides the task scheduler, EMB² provides basic parallel algorithms, concurrent data structures, and skeletons for implementing stream processing applications diff --git a/doc/reference/embb.dox b/doc/reference/embb.dox index 60ab98d..73402be 100644 --- a/doc/reference/embb.dox +++ b/doc/reference/embb.dox @@ -20,10 +20,10 @@ programming interface for leveraging task parallelism in embedded systems containing symmetric or asymmetric multicore processors. A core feature of MTAPI is low-overhead scheduling of fine-grained tasks among the available cores during runtime. Unlike existing libraries, -EMB2 supports task priorities, which allows the creation of -soft real-time systems. Additionally, the scheduling strategy can be -optimized for non-functional requirements such as minimal latency and -fairness. +EMB2 supports task priorities and affinities, which allows +the creation of soft real-time systems. Additionally, the scheduling +strategy can be optimized for non-functional requirements such as minimal +latency and fairness. Besides the task scheduler, EMB2 provides basic parallel algorithms, concurrent data structures, and skeletons for implementing -- libgit2 0.26.0