Clarify wording. Use a function wrapper for the SMP spurious interrupt setup.
Update #3716.
---
.../testsuites/validation/validation-intr.yml | 3 +-
...sp-interrupt-handler-dispatch-unchecked.c} | 314 ++
2 files changed, 173 insertions(+), 144 deletions(-)
rename testsuites/
This patch tries to make the most important goals of LibBSD development
more clear based on the results of the discussion on the mailing list:
https://lists.rtems.org/pipermail/devel/2023-January/074164.html
---
CONTRIBUTING.rst | 39 ++-
1 file changed, 30 ins
Hello Karel,
On 2023-02-02 12:43, Karel Gardas wrote:
Guys,
recently I needed to work with RTEMS/NFS. As this is provided by libbsd
I took this and following two sentences below from master branch
description provided in README I took as granted that master does have
all the features whi
The error message produced in the case of MMU mapping failures was
insufficient to track down the cause. This improves the out to assist
the user in tracking down the issue.
---
rtemslwip/zynqmp/xil_shims.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/rtemslwip/zynq
This is a result of the inclusion of the Xilinx driver framework in
RTEMS. A compatible sleep.h is now installed by RTEMS. Previously, it
was not present.
---
rtemslwip/xilinx/sleep.h | 34 --
1 file changed, 34 deletions(-)
delete mode 100644 rtemslwip/xilinx/slee
RTEMS recently imported drivers and their support code from Xilinx. This
has created a conflict with xparameters.h since it is now provided in
both RTEMS and RTEMS-lwIP. This moves the definitions provided by
xparameters.h in RTEMS-lwIP to xparameters_ps.h and adjusts its
accessibility to cover the
This imports the full xil_exception.h instead of an empty stub. This is
required for some Xilinx drivers. The imported files adhere to the
current VERSION file.
---
.../xil/arm/ARMv8/32bit/xil_exception.h | 408 ++
.../xil/arm/ARMv8/64bit/xil_exception.h | 408 +
This makes xil/sleep.h a stub to prevent multiple differing definitions
of sleep functions from toolchain and local headers. The non-standard
sleep definitions were not in use and can be added later if needed.
---
bsps/include/xil/sleep.h | 100 +--
1 file chang
Guys,
recently I needed to work with RTEMS/NFS. As this is provided by libbsd
I took this and following two sentences below from master branch
description provided in README I took as granted that master does have
all the features which are currently available and provided by the project: