xiaoxiang781216 commented on pull request #2320: URL: https://github.com/apache/incubator-nuttx/pull/2320#issuecomment-729683886
> > @davids5 do you think my anwser resolve your concern? > > No. but let's merge it for what it is. > > > Would you provide the 2 debug.h files for example. > > I was asking for 2 example files to be added as attachments to the PR. > Sorry, I can't provide example header file now, because it's the 3rd party code I don't have right to share it without the permission. But, the patch provided here work with the 3rd party special log mechanism very well. > My hope was the the arch and chip level debug files could add arch and chip level focused debug statements. > I.E. I do not want all the high level output when fs has debugging enabled. But I do care about SDMMC messages. This feature is provided a hook to let arch/chip to redirect ALL log to some special hardware but without implementing syslog_channel_s. The feature you want could be achieved by adding more debugging macro in debug.h? ---------------------------------------------------------------- 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