utf32 support

2024-04-05 Thread John Howard
--- testsuites/samples/utf32/utf32.h | 45 +- 1 file changed, 45 insertions(+), 0 deletion(-) create mode 100644 testsuites/samples/utf32/utf32.h diff --git a/testsuites/samples/utf32/utf32.h b/testsuites/samples/utf32/utf32.h index 83f6342ab3..5ebcdc9ef2 100644 --- /dev/null +++ b/testsuit

Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch - Embedded World

2024-04-05 Thread Pavel Pisa
Hello everybody, Michal Lenc has updated the project to switch from RTEMS semaphores allocated with object ID to self-contained ones according to the previous response that self-contained objects are preferred. Se actual state in the repo https://gitlab.fel.cvut.cz/otrees/rtems/rtems-canfd Th

[PATCH] rtems: Add get/set interrupt priorities

2024-04-05 Thread Sebastian Huber
Add directives to get and set the priority of an interrupt vector. Update #5002. --- cpukit/include/rtems/rtems/intr.h | 154 +- 1 file changed, 153 insertions(+), 1 deletion(-) diff --git a/cpukit/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h index