[PATCH] improved error checking in ticks per timeslice

2024-02-12 Thread zakthertemsdev
From: Zack leung diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h index bd7cde628f..d480eb3971 100644 --- a/cpukit/doxygen/appl-config.h +++ b/cpukit/doxygen/appl-config.h @@ -3312,7 +3312,7 @@ * @parblock * The following constraints apply to this configuration option:

[PATCH] improved error checking in ticks per timeslice

2024-02-12 Thread zakthertemsdev
From: Zack leung diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h index bd7cde628f..d480eb3971 100644 --- a/cpukit/doxygen/appl-config.h +++ b/cpukit/doxygen/appl-config.h @@ -3312,7 +3312,7 @@ * @parblock * The following constraints apply to this configuration option:

[PATCH] bsps/qspipsu: Calculate correct parallel mode size

2024-02-12 Thread Kinsey Moore
Stacked mode doubles the number of sectors and device size while parallel mode doubles the sector size and the device size. Make sure that this is accounted for in the device size accessor. --- bsps/shared/dev/spi/xqspipsu-flash-helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) dif

[RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch (LinCAN inspired)

2024-02-12 Thread Pavel Pisa
Dear RTEMS community, the core developers team, Michal Lenc works on a new generic CAN/CAN FD subsystem for RTEMS under my supervision. The project has reached a phase where we will be very grateful for the review and pointing to required changes to start a discussion of possible inclusion into

[PATCH] i386: Restore SMP functionality

2024-02-12 Thread Kinsey Moore
When the switch to waf occurred, the SMP support in i386 was left out causing it to accumulate a minor amount of cruft. This enables SMP for the i386 BSPs that support it and updates them for the API drift that has occurred since the change. --- cpukit/score/cpu/i386/cpu_asm.S | 2