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/03/20 15:49:06 UTC

[GitHub] [incubator-nuttx] davids5 opened a new issue #596: Add intree board config to test the relative CUSTOM board tooling

davids5 opened a new issue #596: Add intree board config to test the relative CUSTOM board tooling
URL: https://github.com/apache/incubator-nuttx/issues/596
 
 
   See https://github.com/apache/incubator-nuttx/pull/594#issuecomment-601745637 for Context
   
   In the past and recently changes in make files have broken the CUSTOM board tooling.
   ```
   CONFIG_ARCH_BOARD_CUSTOM=y
   CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
   CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
   CONFIG_ARCH_BOARD_CUSTOM_NAME="tvc15-pro"
   CONFIG_ARCH_CHIP="stm32h7"
   CONFIG_ARCH_CHIP_STM32H743ZI=y
   CONFIG_ARCH_CHIP_STM32H7=y
   ```
   
   Adding a config will insure this does not continue to happen

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo removed a comment on issue #596: Add intree board config to test the relative CUSTOM board tooling

Posted by GitBox <gi...@apache.org>.
patacongo removed a comment on issue #596: Add intree board config to test the relative CUSTOM board tooling
URL: https://github.com/apache/incubator-nuttx/issues/596#issuecomment-612542849
 
 
   I've worked around this in a few files by putting multiple "Included Files" section headers.  That will eliminate the warning buf is probably not the right way to go.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #596: Add intree board config to test the relative CUSTOM board tooling

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #596: Add intree board config to test the relative CUSTOM board tooling
URL: https://github.com/apache/incubator-nuttx/issues/596#issuecomment-601775902
 
 
   > Adding a config will insure this does not continue to happen
   
   And breakage of custom board configurations has occurred more than once in the past as well.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #596: Add intree board config to test the relative CUSTOM board tooling

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #596: Add intree board config to test the relative CUSTOM board tooling
URL: https://github.com/apache/incubator-nuttx/issues/596#issuecomment-612542849
 
 
   I've worked around this in a few files by putting multiple "Included Files" section headers.  That will eliminate the warning buf is probably not the right way to go.

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


With regards,
Apache Git Services