Re: Fence for Malloc'ed Memory Characterization

2022-04-05 Thread Sebastian Huber
On 05/04/2022 00:44, Joel Sherrill wrote: Where is the memory fence for allocations added? How much? Does it adjoin at the low and high end? If you enable RTEMS_DEBUG, then there is a fence present (heap protection block). -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puch

Re: [PATCH 1/2] bsps/stm32h7: let's link for flash by default on STM32H7B3I-DK BSP

2022-04-05 Thread Sebastian Huber
On 05/04/2022 14:16, Karel Gardas wrote: The patch is needed due to smaller SRAM and completely disabled SDRAM on the BSP variant. Thanks, I checked it in with a shortened subject. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded

Re: [PATCH] user/bsps/arm: remove dangling stm32h7 bsp page

2022-04-05 Thread Sebastian Huber
On 05/04/2022 13:13, Karel Gardas wrote: The page for STM32H7 BSP is twice here, so let's keep the one providing most information. Thanks, I checked it in. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-

[PATCH 8/8] testsuites/smptests/*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/smptests/smp01/init.c | 25 --- testsuites/smptests/smp01/system.h| 25 --- testsuites/smptests/smp01/tasks.c | 25 --- testsuites/smptests/smp02/init.c | 25

[PATCH 7/8] testsuites/fstests/*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/fstests/fsbdpart01/init.c | 25 --- testsuites/fstests/fsdosfsformat01/init.c | 2 ++ .../fsdosfsname01/image_bin_le_multibyte.h| 25 --- .../fsdosfsname01/image_bin_le_singlebyte.h | 25 --- testsuit

[PATCH 6/8] testsuites/libtests/[p-z]*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/libtests/putenvtest/init.c | 25 --- testsuites/libtests/pwdgrp01/init.c | 25 --- testsuites/libtests/pwdgrp02/init.c | 25 --- testsuites/libtests/rbheap01/init.c | 25

[PATCH 5/8] testsuites/libtests/[d-o]*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/libtests/debugger01/init.c | 25 --- testsuites/libtests/debugger01/remote.c | 25 --- testsuites/libtests/debugger01/system.h | 25 --- testsuites/libtests/defaultconfig01/init.c| 25

[PATCH 3/8] testsuites/libtests/[a-c]*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/libtests/block01/init.c | 25 ++--- testsuites/libtests/block02/init.c | 25 ++--- testsuites/libtests/block03/init.c | 25 ++--- testsuites/libtests/block04/init.c | 25 ++

[PATCH 2/8] testsuites/tmtests/*: Change license to BSD-2

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/tmtests/include/timesys.h | 25 ++--- testsuites/tmtests/tm01/system.h | 25 ++--- testsuites/tmtests/tm01/task1.c | 25 ++--- testsuites/tmtests/tm02/system.h | 25 ++---

[PATCH 0/8] Change various tests license (automated)

2022-04-05 Thread Joel Sherrill
This patch set changes the license to BSP-2 for those files which are caught by the scripting. This includes: + mptests + tmtests + libtests + fstests + smptests Ryan is working through the files which do not have any file header with copyright and license. Archeology shows the original submitte

[PATCH 1/8] testsuites/mptests/*: Change license to BSD-2.

2022-04-05 Thread Joel Sherrill
Updates #3053. --- testsuites/mptests/mp01/initimpl.h | 25 ++--- testsuites/mptests/mp01/system.h | 25 ++--- testsuites/mptests/mp01/task1.c| 25 ++--- testsuites/mptests/mp03/delay.c| 25 ++--- testsuites/

[PATCH 2/2] bsps/stm32h7: avoid tests requiring large memory on STM32H7B3I-DK BSP

2022-04-05 Thread Karel Gardas
--- spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml | 2 ++ spec/build/bsps/arm/stm32h7/tststm32h7b3i-dk.yml | 13 + 2 files changed, 15 insertions(+) create mode 100644 spec/build/bsps/arm/stm32h7/tststm32h7b3i-dk.yml diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml

[PATCH 1/2] bsps/stm32h7: let's link for flash by default on STM32H7B3I-DK BSP

2022-04-05 Thread Karel Gardas
The patch is needed due to smaller SRAM and completely disabled SDRAM on the BSP variant. --- spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlinkcmds.y

[PATCH 2/2] bsps/stm32h7: avoid tests requiring large memory on STM32H7B3I-DK BSP

2022-04-05 Thread Karel Gardas
--- spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml | 2 ++ spec/build/bsps/arm/stm32h7/tststm32h7b3i-dk.yml | 13 + 2 files changed, 15 insertions(+) create mode 100644 spec/build/bsps/arm/stm32h7/tststm32h7b3i-dk.yml diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml

[PATCH 1/2] bsps/stm32h7: due to smaller SRAM and disabled SDRAM, let's link for flash by default

2022-04-05 Thread Karel Gardas
--- spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml index d0bb033cef..18a1983f63 100644 --- a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml +

[PATCH] user/bsps/arm: remove dangling stm32h7 bsp page

2022-04-05 Thread Karel Gardas
The page for STM32H7 BSP is twice here, so let's keep the one providing most information. --- user/bsps/arm/bsp-stm32h7.rst | 32 user/bsps/bsps-arm.rst| 1 - 2 files changed, 33 deletions(-) delete mode 100644 user/bsps/arm/bsp-stm32h7.rst diff --git a/

Re: [PATCH 14/14] bsp/stm32h7: bring all required changes into system_stm32h7xx for STM32H7B3I-DK BSP variant

2022-04-05 Thread Sebastian Huber
On 01/04/2022 18:14, Karel Gardas wrote: The changes provided here are a result of a merge from various examples system_stm32h7xx.c files provided by STMicroelectronics for the STM32H7B3I-DK board with the original RTEMS file provided for the STM32H743I-EVAL2 board. I checked in all but this on