Patch for the implementation of renode on rtems-test. Currently, renode
installation has not been implemented in rsb. Thus, for testing, you can
install renode by referring to the documentation link below.
Downloads for debian, fedora, arch, macOS, and windows:
https://renode.io/#downloads
Altern
Patch for the implementation of renode on rtems-test. Currently, renode
installation has not been implemented in rsb. Thus, for testing, you can
install renode by referring to the documentation link below.
Downloads for debian, fedora, arch, macOS, and windows:
https://renode.io/#downloads
Altern
Patch for the implementation of renode on rtems-test. Currently, renode
installation has not been implemented in rsb. Thus, for testing, you can
install renode by referring to the documentation link below.
Downloads for debian, fedora, arch, macOS, and windows:
https://renode.io/#downloads
Altern
From: Aaron Nyholm
Previously, the erase ioctl call would ignore flash regions and erase at
the absolute address passed in. This adds a check for if the region is
set and adds the region offset accordingly.
---
cpukit/dev/flash/flashdev.c | 43 ++---
1 file change
The original version of this patch had a conflict between the two
interrupts where the program-viewable interrupt state could be
deasserted when it should have been asserted. The new version of this
patch resolves that conflict.
---
source-builder/config/qemu-5-1.cfg | 4 ++--
1 file changed, 2 in
Hi Muhammad,
The patch looks good, thanks.
Are the 3 posted patches the same version?
Chris
On 26/6/2023 2:17 pm, Muhammad Sulthan Mazaya wrote:
> Patch for the implementation of renode on rtems-test. Currently, renode
> installation has not been implemented in rsb. Thus, for testing, you can
>
On 27/6/2023 5:02 am, Kinsey Moore wrote:
> The original version of this patch had a conflict between the two
> interrupts where the program-viewable interrupt state could be
> deasserted when it should have been asserted. The new version of this
> patch resolves that conflict.
> ---
> source-buil
Pushed and thanks
Chris
On 26/6/2023 3:29 pm, aaron.nyh...@unfoldedeffective.com wrote:
> From: Aaron Nyholm
>
> Previously, the erase ioctl call would ignore flash regions and erase at
> the absolute address passed in. This adds a check for if the region is
> set and adds the region offset acc
Hi Chris,
Yes they are the same. I thought there was an email error, so I re-send it
twice.
On Tue, 27 Jun 2023, 07:46 Chris Johns, wrote:
> Hi Muhammad,
>
> The patch looks good, thanks.
>
> Are the 3 posted patches the same version?
>
> Chris
>
> On 26/6/2023 2:17 pm, Muhammad Sulthan Mazaya