---
cpukit/include/rtems/score/isrlock.h | 1 +
cpukit/include/rtems/score/scheduler.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/cpukit/include/rtems/score/isrlock.h
b/cpukit/include/rtems/score/isrlock.h
index 7586624f9d..612f17a34d 100644
--- a/cpukit/include/rtems/score/isrlock.h
OK
Thanks
Chris
On 20/10/2023 10:16 pm, Sebastian Huber wrote:
> If used with the format-and-define action, this will result in an
> undefined define.
> ---
> wscript | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/wscript b/wscript
> index c8481d4fde..595dc09efd 100755
> --- a/wscri
On configurations where multiple NAND chips are in use, the erasure
loop in XNandPsu_Erase() can reset the loop counter variable once it
gets to blocks in the second chip causing an infinite loop overwriting
parts of the first chip. This change ensures that the loop counter is
not accidentally rese
The xnandpsu driver conditionally tries to wrap page index to NAND chip
size causing an off-by-one error where the first page of the second chip
is not wrapped correctly. This removes the conditional so that page
index is always wrapped.
---
bsps/shared/dev/nand/xnandpsu.c | 8
1 file cha
Philip,
When you get a chance, could you verify that this refactoring meets your
expectations as far as functionality? I'm especially interested in whether
the timer interrupts behave as you expect them to on hardware. I don't mind
getting the Xilinx support code updates committed, but I'd like som
If used with the format-and-define action, this will result in an
undefined define.
---
wscript | 2 ++
1 file changed, 2 insertions(+)
diff --git a/wscript b/wscript
index c8481d4fde..595dc09efd 100755
--- a/wscript
+++ b/wscript
@@ -1011,6 +1011,8 @@ class OptionItem(Item):
value =