You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: mount host dotnet + CANopenEditor into container for EDSSharp OD generation
Adds _edssharp_volumes() to bind-mount $HOME/.dotnet and
$HOME/.local/tools/canopeneditor (read-only) into the build container.
Adds _container_prep_cmd() to pip-install canopennode deps and write
/root/.local/bin/EDSSharp wrapper, allowing CMake find_program(EDSSharp)
to succeed so CANopenNode can generate OD.c/OD.h from XDD/EDS at build time.
Re-adds PYTHONPATH=/work/modules/west-env so the west-env extension is
importable inside the container.
Mounts are skipped silently when host paths do not exist.
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments