[PATCH rtems-docs] user/hosts/windows.rst: flex needs to be installed for msys2

2022-11-30 Thread Joel Sherrill
Closes #4382.
---
 user/hosts/windows.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst
index fac1366..fd7ff55 100644
--- a/user/hosts/windows.rst
+++ b/user/hosts/windows.rst
@@ -156,6 +156,7 @@ The packages we require are:
 * python
 * mingw-w64-x86_64-python2
 * mingw-w64-x86_64-gcc
+* flex
 * git
 * bison
 * cvs
@@ -176,7 +177,7 @@ Install the packages using ``pacman``:
 .. code-block:: none
 
   $ pacman -S python mingw-w64-x86_64-python2 mingw-w64-x86_64-gcc \
-  bison cvs diffutils git make patch tar texinfo unzip
+  bison flex cvs diffutils git make patch tar texinfo unzip
   resolving dependencies...
   looking for conflicting packages...
    output shortened for brevity 
-- 
1.8.3.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems-docs] c-user/*: Add trailing parentheses on methods in index which were missing it

2022-11-30 Thread Joel Sherrill
Closes #4766.
---
 c-user/chains.rst | 46 +--
 c-user/clock/removed-directives.rst   |  2 +-
 c-user/constant_bandwidth_server.rst  | 24 +-
 c-user/cpu_usage_statistics.rst   |  4 +--
 c-user/directive_status_codes.rst |  2 +-
 c-user/key_concepts.rst   | 12 -
 c-user/task/deprecated-directives.rst |  2 +-
 c-user/task/operations.rst| 10 
 c-user/task/removed-directives.rst| 10 
 c-user/timespec_helpers.rst   | 28 ++---
 c-user/user-extensions/background.rst |  2 +-
 11 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/c-user/chains.rst b/c-user/chains.rst
index 0dce1d9..f518ef4 100644
--- a/c-user/chains.rst
+++ b/c-user/chains.rst
@@ -220,7 +220,7 @@ The section details the Chains directives.
 .. _rtems_chain_initialize:
 
 .. index:: chain initialize
-.. index:: rtems_chain_initialize
+.. index:: rtems_chain_initialize()
 
 Initialize Chain With Nodes
 ---
@@ -258,7 +258,7 @@ NOTES:
 .. _rtems_chain_initialize_empty:
 
 .. index:: chain initialize empty
-.. index:: rtems_chain_initialize_empty
+.. index:: rtems_chain_initialize_empty()
 
 Initialize Empty
 
@@ -287,7 +287,7 @@ NOTES:
 .. _rtems_chain_is_null_node:
 
 .. index:: chain is node null
-.. index:: rtems_chain_is_null_node
+.. index:: rtems_chain_is_null_node()
 
 Is Null Node ?
 --
@@ -313,7 +313,7 @@ DESCRIPTION:
 .. _rtems_chain_head:
 
 .. index:: chain get head
-.. index:: rtems_chain_head
+.. index:: rtems_chain_head()
 
 Head
 
@@ -338,7 +338,7 @@ DESCRIPTION:
 .. _rtems_chain_tail:
 
 .. index:: chain get tail
-.. index:: rtems_chain_tail
+.. index:: rtems_chain_tail()
 
 Tail
 
@@ -363,7 +363,7 @@ DESCRIPTION:
 .. _rtems_chain_are_nodes_equal:
 
 .. index:: chare are nodes equal
-.. index:: rtems_chain_are_nodes_equal
+.. index:: rtems_chain_are_nodes_equal()
 
 Are Two Nodes Equal ?
 -
@@ -391,7 +391,7 @@ DESCRIPTION:
 .. _rtems_chain_is_empty:
 
 .. index:: chain is chain empty
-.. index:: rtems_chain_is_empty
+.. index:: rtems_chain_is_empty()
 
 Is the Chain Empty
 --
@@ -418,7 +418,7 @@ DESCRIPTION:
 .. _rtems_chain_is_first:
 
 .. index:: chain is node the first
-.. index:: rtems_chain_is_first
+.. index:: rtems_chain_is_first()
 
 Is this the First Node on the Chain ?
 -
@@ -445,7 +445,7 @@ DESCRIPTION:
 .. _rtems_chain_is_last:
 
 .. index:: chain is node the last
-.. index:: rtems_chain_is_last
+.. index:: rtems_chain_is_last()
 
 Is this the Last Node on the Chain ?
 
@@ -472,7 +472,7 @@ DESCRIPTION:
 .. _rtems_chain_has_only_one_node:
 
 .. index:: chain only one node
-.. index:: rtems_chain_has_only_one_node
+.. index:: rtems_chain_has_only_one_node()
 
 Does this Chain have only One Node ?
 
@@ -499,7 +499,7 @@ DESCRIPTION:
 .. _rtems_chain_node_count_unprotected:
 
 .. index:: chain only one node
-.. index:: rtems_chain_node_count_unprotected
+.. index:: rtems_chain_node_count_unprotected()
 
 Returns the node count of the chain (unprotected)
 -
@@ -524,7 +524,7 @@ DESCRIPTION:
 .. _rtems_chain_is_head:
 
 .. index:: chain is node the head
-.. index:: rtems_chain_is_head
+.. index:: rtems_chain_is_head()
 
 Is this Node the Chain Head ?
 -
@@ -552,7 +552,7 @@ DESCRIPTION:
 .. _rtems_chain_is_tail:
 
 .. index:: chain is node the tail
-.. index:: rtems_chain_is_tail
+.. index:: rtems_chain_is_tail()
 
 Is this Node the Chain Tail ?
 -
@@ -580,7 +580,7 @@ DESCRIPTION:
 .. _rtems_chain_extract:
 
 .. index:: chain extract a node
-.. index:: rtems_chain_extract
+.. index:: rtems_chain_extract()
 
 Extract a Node
 --
@@ -611,7 +611,7 @@ NOTES:
 .. _rtems_chain_extract_unprotected:
 
 .. index:: chain extract a node unprotected
-.. index:: rtems_chain_extract_unprotected
+.. index:: rtems_chain_extract_unprotected()
 
 Extract a Node (unprotected)
 
@@ -639,7 +639,7 @@ NOTES:
 .. _rtems_chain_get:
 
 .. index:: chain get first node
-.. index:: rtems_chain_get
+.. index:: rtems_chain_get()
 
 Get the First Node
 --
@@ -672,7 +672,7 @@ NOTES:
 .. _rtems_chain_get_unprotected:
 
 .. index:: chain get first node
-.. index:: rtems_chain_get_unprotected
+.. index:: rtems_chain_get_unprotected()
 
 Get the First Node (unprotected)
 
@@ -701,7 +701,7 @@ NOTES:
 .. _rtems_chain_insert:
 
 .. index:: chain insert a node
-.. index:: rtems_chain_insert
+.. index:: rtems_chain_insert()
 
 Insert a Node
 -
@@ -734,7 +734,7 @@ NOTES:
 .. _rtems_chain_insert_unprotected:
 
 .. index:: chain insert a node unprotected
-.. index:: rtems_chain_insert_unprotected
+.. index:: rtems_chai

Re: [PATCH rtems-docs] user/hosts/windows.rst: flex needs to be installed for msys2

2022-11-30 Thread Chris Johns
OK and thanks

Chris

On 1/12/2022 2:32 am, Joel Sherrill wrote:
> Closes #4382.
> ---
>  user/hosts/windows.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst
> index fac1366..fd7ff55 100644
> --- a/user/hosts/windows.rst
> +++ b/user/hosts/windows.rst
> @@ -156,6 +156,7 @@ The packages we require are:
>  * python
>  * mingw-w64-x86_64-python2
>  * mingw-w64-x86_64-gcc
> +* flex
>  * git
>  * bison
>  * cvs
> @@ -176,7 +177,7 @@ Install the packages using ``pacman``:
>  .. code-block:: none
>  
>$ pacman -S python mingw-w64-x86_64-python2 mingw-w64-x86_64-gcc \
> -  bison cvs diffutils git make patch tar texinfo unzip
> +  bison flex cvs diffutils git make patch tar texinfo unzip
>resolving dependencies...
>looking for conflicting packages...
> output shortened for brevity 
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH rtems-docs] c-user/*: Add trailing parentheses on methods in index which were missing it

2022-11-30 Thread Chris Johns
Looks good and thanks

Chris

On 1/12/2022 3:00 am, Joel Sherrill wrote:
> Closes #4766.
> ---
>  c-user/chains.rst | 46 
> +--
>  c-user/clock/removed-directives.rst   |  2 +-
>  c-user/constant_bandwidth_server.rst  | 24 +-
>  c-user/cpu_usage_statistics.rst   |  4 +--
>  c-user/directive_status_codes.rst |  2 +-
>  c-user/key_concepts.rst   | 12 -
>  c-user/task/deprecated-directives.rst |  2 +-
>  c-user/task/operations.rst| 10 
>  c-user/task/removed-directives.rst| 10 
>  c-user/timespec_helpers.rst   | 28 ++---
>  c-user/user-extensions/background.rst |  2 +-
>  11 files changed, 71 insertions(+), 71 deletions(-)
> 
> diff --git a/c-user/chains.rst b/c-user/chains.rst
> index 0dce1d9..f518ef4 100644
> --- a/c-user/chains.rst
> +++ b/c-user/chains.rst
> @@ -220,7 +220,7 @@ The section details the Chains directives.
>  .. _rtems_chain_initialize:
>  
>  .. index:: chain initialize
> -.. index:: rtems_chain_initialize
> +.. index:: rtems_chain_initialize()
>  
>  Initialize Chain With Nodes
>  ---
> @@ -258,7 +258,7 @@ NOTES:
>  .. _rtems_chain_initialize_empty:
>  
>  .. index:: chain initialize empty
> -.. index:: rtems_chain_initialize_empty
> +.. index:: rtems_chain_initialize_empty()
>  
>  Initialize Empty
>  
> @@ -287,7 +287,7 @@ NOTES:
>  .. _rtems_chain_is_null_node:
>  
>  .. index:: chain is node null
> -.. index:: rtems_chain_is_null_node
> +.. index:: rtems_chain_is_null_node()
>  
>  Is Null Node ?
>  --
> @@ -313,7 +313,7 @@ DESCRIPTION:
>  .. _rtems_chain_head:
>  
>  .. index:: chain get head
> -.. index:: rtems_chain_head
> +.. index:: rtems_chain_head()
>  
>  Head
>  
> @@ -338,7 +338,7 @@ DESCRIPTION:
>  .. _rtems_chain_tail:
>  
>  .. index:: chain get tail
> -.. index:: rtems_chain_tail
> +.. index:: rtems_chain_tail()
>  
>  Tail
>  
> @@ -363,7 +363,7 @@ DESCRIPTION:
>  .. _rtems_chain_are_nodes_equal:
>  
>  .. index:: chare are nodes equal
> -.. index:: rtems_chain_are_nodes_equal
> +.. index:: rtems_chain_are_nodes_equal()
>  
>  Are Two Nodes Equal ?
>  -
> @@ -391,7 +391,7 @@ DESCRIPTION:
>  .. _rtems_chain_is_empty:
>  
>  .. index:: chain is chain empty
> -.. index:: rtems_chain_is_empty
> +.. index:: rtems_chain_is_empty()
>  
>  Is the Chain Empty
>  --
> @@ -418,7 +418,7 @@ DESCRIPTION:
>  .. _rtems_chain_is_first:
>  
>  .. index:: chain is node the first
> -.. index:: rtems_chain_is_first
> +.. index:: rtems_chain_is_first()
>  
>  Is this the First Node on the Chain ?
>  -
> @@ -445,7 +445,7 @@ DESCRIPTION:
>  .. _rtems_chain_is_last:
>  
>  .. index:: chain is node the last
> -.. index:: rtems_chain_is_last
> +.. index:: rtems_chain_is_last()
>  
>  Is this the Last Node on the Chain ?
>  
> @@ -472,7 +472,7 @@ DESCRIPTION:
>  .. _rtems_chain_has_only_one_node:
>  
>  .. index:: chain only one node
> -.. index:: rtems_chain_has_only_one_node
> +.. index:: rtems_chain_has_only_one_node()
>  
>  Does this Chain have only One Node ?
>  
> @@ -499,7 +499,7 @@ DESCRIPTION:
>  .. _rtems_chain_node_count_unprotected:
>  
>  .. index:: chain only one node
> -.. index:: rtems_chain_node_count_unprotected
> +.. index:: rtems_chain_node_count_unprotected()
>  
>  Returns the node count of the chain (unprotected)
>  -
> @@ -524,7 +524,7 @@ DESCRIPTION:
>  .. _rtems_chain_is_head:
>  
>  .. index:: chain is node the head
> -.. index:: rtems_chain_is_head
> +.. index:: rtems_chain_is_head()
>  
>  Is this Node the Chain Head ?
>  -
> @@ -552,7 +552,7 @@ DESCRIPTION:
>  .. _rtems_chain_is_tail:
>  
>  .. index:: chain is node the tail
> -.. index:: rtems_chain_is_tail
> +.. index:: rtems_chain_is_tail()
>  
>  Is this Node the Chain Tail ?
>  -
> @@ -580,7 +580,7 @@ DESCRIPTION:
>  .. _rtems_chain_extract:
>  
>  .. index:: chain extract a node
> -.. index:: rtems_chain_extract
> +.. index:: rtems_chain_extract()
>  
>  Extract a Node
>  --
> @@ -611,7 +611,7 @@ NOTES:
>  .. _rtems_chain_extract_unprotected:
>  
>  .. index:: chain extract a node unprotected
> -.. index:: rtems_chain_extract_unprotected
> +.. index:: rtems_chain_extract_unprotected()
>  
>  Extract a Node (unprotected)
>  
> @@ -639,7 +639,7 @@ NOTES:
>  .. _rtems_chain_get:
>  
>  .. index:: chain get first node
> -.. index:: rtems_chain_get
> +.. index:: rtems_chain_get()
>  
>  Get the First Node
>  --
> @@ -672,7 +672,7 @@ NOTES:
>  .. _rtems_chain_get_unprotected:
>  
>  .. index:: chain get first node
> -.. index:: rtems_chain_get_unprotected
> +.. index:: rtems_chain_get_unprotected()
>  
>  Get th