aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pru_rpmsg/include/pru_rpmsg.h
diff options
context:
space:
mode:
authorOleg Gavavka <work@datalink.net.ua>2024-04-27 18:01:57 +0300
committerGitHub <noreply@github.com>2024-04-27 11:01:57 -0400
commitb1eec53ff46d78fad6b41647708b452035b9fe81 (patch)
treeda3b012334bc7520eacc7c8db4a6aca2d5b43d5e /lib/pru_rpmsg/include/pru_rpmsg.h
parent0b329c5d28230e8ad19434840bde26f5fd332998 (diff)
downloadkutter-b1eec53ff46d78fad6b41647708b452035b9fe81.tar.gz
kutter-b1eec53ff46d78fad6b41647708b452035b9fe81.tar.xz
kutter-b1eec53ff46d78fad6b41647708b452035b9fe81.zip
pru: BeagleBone Firmware upgrade to Debian 11.7 Bullseye (#6577)
* Porting BeagleBone to Kernel 5.10 * Fixing issue with installation for BeagleBone. This fix resolve 2 issue: 1. Conflict with AVR packages. 2. "klipper_pru" script is executed before PRU cores are ready * Adding additional steps to BeagleBone install guide. * Updating BeagleBone documentation, adding different use cases, adding buses configurations SPI, I2C, CAN, UART Signed-off-by: Oleg Gavavka <work@datalink.net.ua>
Diffstat (limited to 'lib/pru_rpmsg/include/pru_rpmsg.h')
-rw-r--r--lib/pru_rpmsg/include/pru_rpmsg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/pru_rpmsg/include/pru_rpmsg.h b/lib/pru_rpmsg/include/pru_rpmsg.h
index 6f087207..5d6d65e2 100644
--- a/lib/pru_rpmsg/include/pru_rpmsg.h
+++ b/lib/pru_rpmsg/include/pru_rpmsg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
@@ -84,6 +84,10 @@
#define RPMSG_NAME_SIZE 32
/* The maximum size of the buffer (including the header) */
#define RPMSG_BUF_SIZE 512
+/* The size of the buffer header */
+#define RPMSG_HEADER_SIZE 16
+/* The maximum size of the buffer message */
+#define RPMSG_MESSAGE_SIZE 496
enum pru_rpmsg_ns_flags {
RPMSG_NS_CREATE = 0,