commit | f92793ae790fbd44ac4fe3a046a7fe105459d160 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Sep 23 14:00:01 2024 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Feb 12 10:11:49 2025 +0100 |
tree | c71f55c19a662609d3be5e10b6adba5fc648b608 | |
parent | 9b0ccd771401489d03449f809c95ab3f76c6a066 [diff] |
refactor(rse): put MHU code in a dedicated file To be able to use RSE comms without MHU, a first step is to disentangle the rse_comms.c file with MHU code direct calls. This is done with the creation of a new file rse_comms_mhu.c. New APIs are created to initialize the mailbox, get max message size and send and receive data. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I75dda77e1886beaa6ced6f92c311617125918cfa