RTEMS 5.2 Release is available.
https://ftp.rtems.org/pub/rtems/releases/5/5.2
Please follow the release instructions provided by the link.
We love to hear about your projects and what you use RTEMS on so please let us
know. You can drop by on Discord, post on u...@rtems.org or you can send Joe
---
cpukit/include/dev/can/can.h | 27 +--
1 file changed, 21 insertions(+), 6 deletions(-)
diff --git a/cpukit/include/dev/can/can.h b/cpukit/include/dev/can/can.h
index 9e55395039..4ee51ebc9d 100644
--- a/cpukit/include/dev/can/can.h
+++ b/cpukit/include/dev/can/can.h
@@
---
cpukit/dev/can/can.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/dev/can/can.c b/cpukit/dev/can/can.c
index 7098ce16c2..ca855951d5 100644
--- a/cpukit/dev/can/can.c
+++ b/cpukit/dev/can/can.c
@@ -203,7 +203,7 @@ static ssize_t can_bus_read(rtems_libio_t *iop, voi
---
cpukit/dev/can/can.c | 20
1 file changed, 20 deletions(-)
diff --git a/cpukit/dev/can/can.c b/cpukit/dev/can/can.c
index 2e6d5df65b..7098ce16c2 100644
--- a/cpukit/dev/can/can.c
+++ b/cpukit/dev/can/can.c
@@ -73,19 +73,14 @@ static int try_sem(struct can_bus *);
static
The CAN framework has minimal Rx implementation, so to test loopback
driver the test application is modified to write and read atomically
---
testsuites/libtests/can01/init.c | 69 ++--
1 file changed, 30 insertions(+), 39 deletions(-)
diff --git a/testsuites/libtests/