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 2021/06/03 13:02:38 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #3841: refresh spresense configs

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


   ## Summary
   
   run tools/refresh.sh on these configs.
   
   ## Impact
   
   ## Testing
   
   


-- 
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] jerpelea commented on pull request #3841: refresh spresense configs

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


   yes they are both specific drivers


-- 
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] jerpelea edited a comment on pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
jerpelea edited a comment on pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841#issuecomment-854421997


   I looked at both issues and 
   
   CONFIG_CXD56_AUDIO=y is dependent on CONFIG_SPECIFIC_DRIVERS
   if you save the new config with" make savedefconfig" the CONFIG_CXD56_AUDIO=y is not removed from the audio_sdk config
   
   CONFIG_VIDEO_ISX012=y id denndent on CONFIG_SPECIFIC_DRIVERS
   if you save the new config with" make savedefconfig" the CONFIG_VIDEO_ISX012=y is not removed from the example_camera config
   


-- 
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] jerpelea edited a comment on pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
jerpelea edited a comment on pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841#issuecomment-854421997


   I looked at both issues and 
   
   CONFIG_CXD56_AUDIO=y is dependent on CONFIG_SPECIFIC_DRIVERS
   if you save the new config with" make savedefconfig" the CONFIG_CXD56_AUDIO=y is not removed from the audio_sdk config
   
   
   


-- 
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] jerpelea commented on pull request #3841: refresh spresense configs

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


   @yamt
   we need:
   -audio in the audio config 
   and 
   -camera sensor in the camera config
   


-- 
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] yamt commented on pull request #3841: refresh spresense configs

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


   > please add them to your local exclude list
   
   ok. thank you.


-- 
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] jerpelea commented on pull request #3841: refresh spresense configs

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






-- 
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] yamt commented on pull request #3841: refresh spresense configs

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


   > > @yamt
   > > we need:
   > > -audio in the audio config
   > > and
   > > -camera sensor in the camera config
   > 
   > i just run tools/refresh.sh on these configs. in there something special for these configs?
   
   is this related to CONFIG_SPECIFIC_DRIVERS?


-- 
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] jerpelea edited a comment on pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
jerpelea edited a comment on pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841#issuecomment-854421997






-- 
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] yamt closed pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
yamt closed pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841


   


-- 
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] yamt commented on pull request #3841: refresh spresense configs

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


   > @yamt
   > we need:
   > -audio in the audio config
   > and
   > -camera sensor in the camera config
   
   i just run tools/refresh.sh on these configs. in there something special for these configs?


-- 
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] yamt commented on pull request #3841: refresh spresense configs

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






-- 
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] jerpelea edited a comment on pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
jerpelea edited a comment on pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841#issuecomment-854421997


   I will take a look why the config is removed 


-- 
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] jerpelea edited a comment on pull request #3841: refresh spresense configs

Posted by GitBox <gi...@apache.org>.
jerpelea edited a comment on pull request #3841:
URL: https://github.com/apache/incubator-nuttx/pull/3841#issuecomment-854421997


   those are both specific drivers


-- 
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