davids5 commented on issue #471: Changes for Freedom K28 USB device support URL: https://github.com/apache/incubator-nuttx/pull/471#issuecomment-596127405 @xiaoxiang781216 > I can't understand why another repo can resolve nxstyle update issue. Assume The tool in master of nuttx is changing. What workflow can you use to get the latest version of the tool? 1) Reabse your work on master before submission. - With the instability in master this is risky. Your good work WILL be impeded by the lack of QA on master. 2) stash your work, fetch and build nxstyle from master at HEAD. Copy it do /usr/local/bin stash pop and run the tool. 3) Have a submodule with the tools in it. cd tools;git fetch nuttx-tools;git reset hard nuttx-tools/master;cd .. Work as normal. Then CI only uses nuttx-tools
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services