mirror of
https://github.com/Fishwaldo/OBLFR.git
synced 2025-03-15 19:31:28 +00:00
* Update Readme * Port the IRQ_Forward Code to a component So it can be used in any M0 firmware * update d0_lowload to use new IRQ forwarding code * Enable Ethernet, USB, and GPIO forwarding as well * add RPMSG component * Fix crash if there are no timers registered. * Update rpmsg and mailbox code for latest kernel updates |
||
---|---|---|
.. | ||
include | ||
rpmsg-lite | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
README.md |
RPMsg - Remote Processor Messaging
A implmentation of the RPMsg protocol for bare-metal systems.
This component allows firmware running on different cores to exchagne messages with each other. It is compatible with the Linux kernel implementation of RPMsg, and can be used to communicate with Linux applications/drivers.
It can also be used to communicate with bare metal firmware running on different cores.