Hello,

how can I add something to the release notes? I would like to mention some RTEMS changes.

The RTEMS thread model implementation changed. For the mutexes self-contained objects defined in Newlib <sys/lock.h> are used instead of Classic API semaphores. The keys and the once function are directly defined via <pthread.h>. Condition variables are provided via Newlib <sys/lock.h>. The RTEMS thread model supports now the C++11 threads.

The OpenMP support uses now self-contained objects provided by Newlib <sys/lock.h> and offers a significantly better performance compared to the POSIX configuration. It is possible to configure scheduler instance specific thread pools.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

Reply via email to