RPMsg inter-partition messaging
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rpmsg: rename .3d source to PascalCase to match wire 0.9.0

rpmsg_endpoint_info.3d was tracked lowercase in git, but wire 0.9.0's
file_base capitalizes the first letter so the generated dune.inc
targets Rpmsg_endpoint_info.3d. macOS case-insensitive filesystems
hid the mismatch; on case-sensitive filesystems dune fails with
\"No rule found for c/Rpmsg_endpoint_info.3d\" under `dune build -p rpmsg`.

c/rpmsg_endpoint_info.3d c/Rpmsg_endpoint_info.3d