Deprecated/removed function in the user manual?

2016-12-12 Thread Sebastian Huber
Hello, I work currently on documentation updates. How do we deal with deprecated/remove functions in the user manual? For example rtems_iterate_over_all_threads() is deprecated (replacement is rtems_task_iterate()). Task variables/notes are removed in RTEMS 4.12. -- Sebastian Huber, embedded

[PATCH] score: Prevent thread_dispatch_disable_level < 0.

2016-12-12 Thread Christian Mauderer
From: Christian Mauderer --- cpukit/score/include/rtems/score/threaddispatch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/score/include/rtems/score/threaddispatch.h index 0238f8f..63eb4c6 100644 --- a/cpukit/score/include/rte

Re: Deprecated/removed function in the user manual?

2016-12-12 Thread Chris Johns
On 12/12/2016 22:28, Sebastian Huber wrote: I work currently on documentation updates. How do we deal with deprecated/remove functions in the user manual? For example rtems_iterate_over_all_threads() is deprecated (replacement is rtems_task_iterate()). Task variables/notes are removed in RTEMS 4.

Re: [PATCH] score: Prevent thread_dispatch_disable_level < 0.

2016-12-12 Thread Chris Johns
On 13/12/2016 01:03, Christian Mauderer wrote: From: Christian Mauderer --- cpukit/score/include/rtems/score/threaddispatch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/score/include/rtems/score/threaddispatch.h index 023

Re: [PATCH] score: Prevent thread_dispatch_disable_level < 0.

2016-12-12 Thread Sebastian Huber
On 12/12/16 22:26, Chris Johns wrote: On 13/12/2016 01:03, Christian Mauderer wrote: From: Christian Mauderer --- cpukit/score/include/rtems/score/threaddispatch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/score/inclu