Add const Keyword to some function parameters in chainimpl.h

2019-04-04 Thread Andreas
Hi there, while reviewing the doxygen documentation in this file I found some instances where I think the function parameters should be made constant. Bellow my suggested changes: commit 9fc61307be4f21039b7cd4553099e29e5fd5e456 (HEAD) Author: Andreas Dachsberger Date:   Fri Apr 5 08:28:08

[PATCH] drvmgr: Fix determination of prefix in grlib uart driver

2019-04-04 Thread Jan.Sommer
Hi, A collegue of mine stumbled upon this small bug. Best regards, Jan Deutsches Zentrum für Luft- und Raumfahrt e. V. (DLR) German Aerospace Center Simulation and Software Technology | Software for Space Systems and Interactive Visualization | Lilienthalplatz 7 | 38108 Braunschweig | Ger

[PATCH v2] eng: Rework Doxygen guidelines

2019-04-04 Thread Sebastian Huber
Update #3704. --- eng/coding-doxygen.rst | 673 + 1 file changed, 232 insertions(+), 441 deletions(-) diff --git a/eng/coding-doxygen.rst b/eng/coding-doxygen.rst index a155de1..b3f7b3a 100644 --- a/eng/coding-doxygen.rst +++ b/eng/coding-doxygen.rs

[PATCH] doxygen: Update _Objects_Build_name()

2019-04-04 Thread Sebastian Huber
This is intended as an example in the RTEMS Software Engineering manual. Update #3704. --- cpukit/include/rtems/score/object.h | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/cpukit/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h index 3f3e1b

SMP API change proposal

2019-04-04 Thread Sebastian Huber
Hello, I would like to introduce two new functions: rtems_get_current_processor() -> rtems_scheduler_get_processor() rtems_get_processor_count() -> rtems_scheduler_get_maximum_processor() https://devel.rtems.org/ticket/3731 https://devel.rtems.org/ticket/3732 -- Sebastian Huber, embedded brain