On 30/05/2022 08:29, gabriel.moy...@dlr.de wrote:
On 27.05.22 11:49,gabriel.moy...@dlr.de wrote:
On 27.05.22 10:51, Sebastian Huber wrote:
Hello Gabriel,
the uniprocessor version uses an optimization at the reader side:
#if defined(RTEMS_SMP)
} while (gen == 0 || gen != th->th_generat
> On 27.05.22 11:49, gabriel.moy...@dlr.de wrote:
> >> On 27.05.22 10:51, Sebastian Huber wrote:
> >>> Hello Gabriel,
> >>>
> >>> the uniprocessor version uses an optimization at the reader side:
> >>>
> >>> #if defined(RTEMS_SMP)
> >>> } while (gen == 0 || gen != th->th_generation); #else
>
On 5/23/22 14:45, Sebastian Huber wrote:
On 16/05/2022 16:02, Karel Gardas wrote:
---
bsps/arm/shared/cache/cache-v7m.c | 22 ++
1 file changed, 22 insertions(+)
diff --git a/bsps/arm/shared/cache/cache-v7m.c
b/bsps/arm/shared/cache/cache-v7m.c
index f5a9e208e5..100d387
This means:
SDRAM 1: 0
SDRAM 2: 32 MB
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 +
spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
b/spec/build/bsps/arm/stm
This patch disables all U(S)ARTs which are not supported by the board
itself and its provided connectors.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optenuart4.yml | 1 +
spec/build/bsps/arm/stm32h7/optenuart5.yml | 1 +
spec/build/bsps/arm/stm32h7/optenuart7.yml | 1 +
spec/
This is minimalist configuration for the stm32h757i-eval-m4 BSP provided
here. The only general enhancement worth mention is a flash origin address
configuration which is needed for simplification as M4 core boots
from second flash bank which starts at 0x810 by default. The boot
address of the
Sponsored-By: Precidata
---
bsps/arm/stm32h7/include/chip.h | 7 +++
1 file changed, 7 insertions(+)
diff --git a/bsps/arm/stm32h7/include/chip.h b/bsps/arm/stm32h7/include/chip.h
index 26b067a3b7..ac579c0743 100644
--- a/bsps/arm/stm32h7/include/chip.h
+++ b/bsps/arm/stm32h7/include/chip.h
This is done in preparation for future Cortex-M4 based BSP variants
which do not provide cache at all.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml| 1 +
spec/build/bsps/arm/stm32h7/bspstm32h7.yml | 1 +
spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.y
Sponsored-By: Precidata
---
bsps/arm/stm32h7/start/bspstarthooks.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bsps/arm/stm32h7/start/bspstarthooks.c
b/bsps/arm/stm32h7/start/bspstarthooks.c
index ef26af5eba..dd8f544e52 100644
--- a/bsps/arm/stm32h7/start/bspstarthoo
---
bsps/arm/include/core_cm4.h | 1937 +++
1 file changed, 1937 insertions(+)
create mode 100644 bsps/arm/include/core_cm4.h
diff --git a/bsps/arm/include/core_cm4.h b/bsps/arm/include/core_cm4.h
new file mode 100644
index 00..dc840ebf22
--- /dev/null
+++
On 5/30/22 01:07, Karel Gardas wrote:
On 5/30/22 00:52, Chris Johns wrote:
+requires: bsp_tty_dev, bsp_gdb_script, target_pretest_command,
target_posttest_command
Should this be `requires =`?
Indeed, very likely yes, but I'm wondering how it passed my testing. And
IIRC I really tested it by
On 30/5/2022 9:07 am, Karel Gardas wrote:
> On 5/30/22 00:52, Chris Johns wrote:
>>> +requires: bsp_tty_dev, bsp_gdb_script, target_pretest_command,
>>> target_posttest_command
>>
>> Should this be `requires =`?
>
> Indeed, very likely yes, but I'm wondering how it passed my testing. And IIRC
> I
On 5/30/22 00:52, Chris Johns wrote:
+requires: bsp_tty_dev, bsp_gdb_script, target_pretest_command,
target_posttest_command
Should this be `requires =`?
Indeed, very likely yes, but I'm wondering how it passed my testing. And
IIRC I really tested it by modifying user ini file and it really
On 30/5/2022 7:35 am, Karel Gardas wrote:
> Sponsored-By: Precidata
> ---
> tester/rtems/testing/bsps/stm32h7-stlink.ini | 43
> 1 file changed, 43 insertions(+)
> create mode 100644 tester/rtems/testing/bsps/stm32h7-stlink.ini
>
> diff --git a/tester/rtems/testing/bsps/stm3
Sponsored-By: Precidata
---
tester/rtems/testing/bsps/stm32h7-stlink.ini | 43
1 file changed, 43 insertions(+)
create mode 100644 tester/rtems/testing/bsps/stm32h7-stlink.ini
diff --git a/tester/rtems/testing/bsps/stm32h7-stlink.ini
b/tester/rtems/testing/bsps/stm32h7-st
Sponsored-By: Precidata
---
tester/rt/config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tester/rt/config.py b/tester/rt/config.py
index a7b9ee3..8a433af 100644
--- a/tester/rt/config.py
+++ b/tester/rt/config.py
@@ -258,6 +258,7 @@ class file(config.file):
script = self.expa
16 matches
Mail list logo