Re: [PATCH v1] c-user: Add documentation for exception mapping

2021-04-18 Thread Chris Johns
On 16/4/21 11:19 pm, Sebastian Huber wrote: > On 16/04/2021 15:05, Kinsey Moore wrote: > >> Yes, that's currently the case for non-aarch64 platforms. The test is set to >> require aarch64 as a result. > > How do you get this information from the documentation? > > In case this is something whic

Re: [PATCH v1] c-user: Add documentation for exception mapping

2021-04-16 Thread Sebastian Huber
On 16/04/2021 15:05, Kinsey Moore wrote: Yes, that's currently the case for non-aarch64 platforms. The test is set to require aarch64 as a result. How do you get this information from the documentation? In case this is something which potentially every CPU port can implement, then the imple

Re: [PATCH v1] c-user: Add documentation for exception mapping

2021-04-16 Thread Kinsey Moore
On 4/16/2021 02:13, Sebastian Huber wrote: On 14/04/2021 17:47, Kinsey Moore wrote: +.. _CONFIGURE_APPLICATION_NEEDS_EXCEPTION_TO_SIGNAL_MAPPING: + +CONFIGURE_APPLICATION_NEEDS_EXCEPTION_TO_SIGNAL_MAPPING What about: CONFIGURE_ENABLE_EXCEPTION_TO_SIGNAL_MAPPINGS This "application needs" is

Re: [PATCH v1] c-user: Add documentation for exception mapping

2021-04-16 Thread Sebastian Huber
On 14/04/2021 17:47, Kinsey Moore wrote: +.. _CONFIGURE_APPLICATION_NEEDS_EXCEPTION_TO_SIGNAL_MAPPING: + +CONFIGURE_APPLICATION_NEEDS_EXCEPTION_TO_SIGNAL_MAPPING What about: CONFIGURE_ENABLE_EXCEPTION_TO_SIGNAL_MAPPINGS This "application needs" is a bit superfluous since all the configure d

[PATCH v1] c-user: Add documentation for exception mapping

2021-04-14 Thread Kinsey Moore
This adds the documention generated by rtems-central for CONFIGURE_APPLICATION_NEEDS_EXCEPTION_TO_SIGNAL_MAPPING. --- c-user/config/device-driver.rst | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/c-user/config/device-driver.rst b/c-user/config