diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-07 21:19:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-15 15:00:52 -0400 |
commit | ccaa25eaa5d10291bff332f88194befe643b729f (patch) | |
tree | 3f7128515464c8fcb7f2af33b22e950cc0bbe517 /lib/README | |
parent | 969ee4c8f9a3080bc20b6a78e846bee8c9455dec (diff) | |
download | kutter-ccaa25eaa5d10291bff332f88194befe643b729f.tar.gz kutter-ccaa25eaa5d10291bff332f88194befe643b729f.tar.xz kutter-ccaa25eaa5d10291bff332f88194befe643b729f.zip |
pru: Add initial pru_rpmsg library code for Beaglebone PRU
Add external code for using RPMsg on the Beaglebone PRU.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -7,10 +7,16 @@ on recent versions of gcc. See usb_serial.patch for the modifications. The cmsis-sam3x8e directory contains code from the Arduino project: https://www.arduino.cc/ -version 1.5.1 (extracted on 20160608). It has been modified to -compile with gcc's LTO feature. See cmsis-sam3x8e.patch for the -modifications. +version 1.5.1 (extracted on 20160608). It has been modified to compile +with gcc's LTO feature. See cmsis-sam3x8e.patch for the modifications. The hub-ctrl directory contains code from: https://github.com/codazoda/hub-ctrl.c/ revision 42095e522859059e8a5f4ec05c1e3def01a870a9. + +The pru_rpmsg directory contains code from: + https://github.com/dinuxbg/pru-gcc-examples +revision 425a42d82006cf0aa24be27b483d2f6a41607489. The code is taken +from the repo's hc-sr04-range-sensor directory. It has been modified +so that the IEP definitions compile correctly. See pru_rpmsg.patch for +the modifications. |