-
Notifications
You must be signed in to change notification settings - Fork 565
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
apps/nxdiag: Update nxdiag app due to script place changes #2925
apps/nxdiag: Update nxdiag app due to script place changes #2925
Conversation
Error is normal, it is about related PR. It will be fixed when related PR merges. Error log:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @eren-terzioglu :-)
- My question is why Python scripts are removed from
tools/
and how does that relate tonxdiag
relocation? - Why the removal takes place in this commit?
- There is no message explaining the change - what was changed into what and what changes are related?
- I guess you want to move some stuff from
nuttx/tools
tonuttx-apps/../nxdiag
. But what if other folks used thatnuttx/tools
stuff already for other purpose? What if it has to be moved back again or re-created innuttx/tools
for some reason resulting in tools inconsistency? - Couldn't
nxdiag
use thenuttx/tools
stuff already as a most compatible way so we keep all tools in thenuttx/tools
? - Doesn't it require some documentation explanation?
- I am in general not fan of removing working stuff. If there is a bigger consensus for this please convince me otherwise :-)
|
51f92a8
to
874fad2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! Thank you @eren-terzioglu !! :-)
I have restarted the CI jobs.. lets see if there are still some build errors.. probably comes from dependency on apache/nuttx#15304 ? :-)
874fad2
to
38e23dc
Compare
Thanks,
Could it be? Update: It does and fixed |
38e23dc
to
542ad75
Compare
Nxdiag app build scripts updated due to changes to make diagnostic tools independent from nxdiag app. Change aims that nxdiag app does not a reqirement to fetch system information.
All builds fine now, thank you @eren-terzioglu @xiaoxiang781216 :-) |
Summary
Related to apache/nuttx#15304
Change path nxdiag script and remove system diagnostic scripts. Update suggested from apache/nuttx#15304 (comment)
Impact
Common layer update
Testing
esp32c6-devkitc:nsh
config used withSYSTEM_NXDIAG
option enabled