You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/22 00:40:52 UTC

[GitHub] [incubator-nuttx] v01d opened a new pull request #2362: Documentation improvements

v01d opened a new pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362


   ## Summary
   
   Mostly in quickstart section, removing some redundant information, improving organization and readability. I also left some TODOs guiding remaining areas of improvement.
   
   ## Impact
   
   Documentation
   
   ## Testing
   
   Documentation build
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] btashton merged pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
btashton merged pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] btashton commented on pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731669723


   Thanks @v01d 
   I'm also planning on getting back to adding some more docs on how to use some of the subsystems, just need to find the time...


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] diegoherranz commented on pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
diegoherranz commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-732009630


   Many thanks for your reply.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] diegoherranz commented on pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
diegoherranz commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731859299


   Is it, then, no longer required to `make clean` after modifying the config?
   Thanks!


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] v01d commented on pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
v01d commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731860422


   Not under normal circumstances. I would say that if something breaks when reconfiguring and not cleaning it should be a bug since a configuration change will trigger a dependency regeneration and the rebuild anything that actually depends on the config.
   
   There's a corner case when changing build flags (turning on/off optimization) though: if a file does not depend on the config in any way it will not be rebuild, in that case it will use the old flags (not sure if we have such a case still). This is something that we need to address and is tracked in #1768 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] v01d commented on pull request #2362: Documentation improvements

Posted by GitBox <gi...@apache.org>.
v01d commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731669936


   > Thanks @v01d
   > I'm also planning on getting back to adding some more docs on how to use some of the subsystems, just need to find the time...
   
   That'd be great


----------------------------------------------------------------
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:
users@infra.apache.org