Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuttx: Update submodule to pull i2c fixes #883

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

pussuw
Copy link

@pussuw pussuw commented Jan 23, 2025

No description provided.

The dependency should be to nuttx_app_bins target, since nsh is deleted
from the /bin folder (to not allow users to execute it). Otherwise the
nsh target will always be re-build (as it does not exist). Using
nuttx_app_bins as the dependency fixes it, and when the content of nsh
is changed it also re-triggers all relevant targets.
The only broken dependency after this change is:
${OUTDIR}/${OUTPREFIX}_romfsimg.h

The file path is a symbolic link and for some reason CMake / Ninja does
not understand this. Maybe it will get fixed some day.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants