Re: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-11-01 Thread Chris Johns
On 28/10/21 2:09 am, Ryan Long wrote: > Closes #4145 > --- > rtems/config/tools/rtems-kernel-6.cfg | 6 +- > rtems/config/tools/rtems-kernel-common.cfg | 125 > source-builder/rtems-kernel-config-check | 147 > + >

Re: [PATCH] fix memory leak within calloc.c libtests

2021-11-01 Thread zack leung
bump On Mon, 18 Oct 2021 at 23:46, zack leung wrote: > fix came from github code inspector, flagged by one of the analysis that > was done > --- > testsuites/libtests/POSIX/calloc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/testsuites/libtests/POSIX/calloc.c

RE: [rtems-tools] tester: Update jobs configuration

2021-11-01 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow for default_jobs and max_jobs to be specified in the BSP's configuration file. ---

RE: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-11-01 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Wednesday, October 27, 2021 10:09 AM To: devel@rtems.org Cc: Ryan Long Subject: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf Closes #4145 --- rtems/config/tools/rtems-kernel-6.cfg | 6 +-

[PATCH rtems-docs] c-user: Update for application CONFIGURE option

2021-11-01 Thread Kinsey Moore
This adds the documentation for the application configuration option CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING. --- c-user/config/device-driver.rst | 30 ++ 1 file changed, 30 insertions(+) diff --git a/c-user/config/device-driver.rst b/c-user/config/device-driver.rst

[PATCH rtems-central] spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING

2021-11-01 Thread Kinsey Moore
--- spec/acfg/if/exception-to-signal-mapping.yml | 22 1 file changed, 22 insertions(+) create mode 100644 spec/acfg/if/exception-to-signal-mapping.yml diff --git a/spec/acfg/if/exception-to-signal-mapping.yml b/spec/acfg/if/exception-to-signal-mapping.yml new file mode

[PATCH rtems-docs] cpu-supplement: Update AArch64 SMP details

2021-11-01 Thread Kinsey Moore
AArch64 now supports SMP for the Xilinx ZynqMP BSP family. --- cpu-supplement/aarch64.rst | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cpu-supplement/aarch64.rst b/cpu-supplement/aarch64.rst index a102817..2b3d620 100644 --- a/cpu-supplement/aarch64.rst +++