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/10/28 08:46:34 UTC

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #2145: tools: cxd56: mkspk: automate mkspk build

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


   ## Summary
   the mkspk tool will automaticaly be built if CONFIG_CXD56_BINARY
   is set.
   
   ## Impact
   CXD56 board (Sony Spresense)
   
   ## Testing
   Test:
   nuttx.spk was succesfully generated
   


----------------------------------------------------------------
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] Ouss4 merged pull request #2145: tools: cxd56: mkspk: automate mkspk build

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


   


----------------------------------------------------------------
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 #2145: tools: cxd56: mkspk: automate mkspk build

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


   @xiaoxiang781216 done


----------------------------------------------------------------
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 #2145: tools: cxd56: mkspk: automate mkspk build

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


   @Ouss4 updated


----------------------------------------------------------------
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] Ouss4 commented on pull request #2145: tools: cxd56: mkspk: automate mkspk build

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


   @jerpelea That should be done in tools/Makefile.host
   ```diff
   --- a/tools/Makefile.host
   +++ b/tools/Makefile.host
   @@ -261,6 +261,7 @@ ifneq ($(CONFIG_WINDOWS_NATIVE),y)
           $(Q) rm -rf *.dSYM
    endif
           $(Q) $(MAKE) -C pic32 -f Makefile.host clean
   + $(Q) $(MAKE) -C cxd56 -f Makefile.host clean
           $(call DELFILE, incdir)
           $(call DELFILE, incdir.exe)
           $(call CLEAN)
   ```


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