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/07/03 00:29:23 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #4049: Raspipico smp

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


   ## Summary
   
   - This PR consists of the following 3 commits
   - commit1: arch: armv6-m: Introduce setintstack macro
     - This commit introduces setintstack macro which can be
         overridden for SMP with interrupt stack
   - commit2: arch: rp2040: Introduce setintstack macro for SMP
     - This commit introduces setintstack macro to rp2040
         which is used for SMP with interrupt stack
   - commit3: boards: raspberrypi-pico: Update smp/defconfig
     - This commit adds CONFIG_ARCH_INTERRUPTSTACK=2048 to smp/defconfig
   
   ## Impact
   
   - raspberrypi-pico:smp only
   
   ## Testing
   
   - Tested with ostest
   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4049: Raspipico smp

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


   Hmm, the following build error happened.
   The stm32f103 is a Cortex-M3-based chip and should not be affected by this PR.
   
   ```
   ====================================================================================
   Configuration/Tool: stm32f103-minimum/sensors,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Building NuttX...
   /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /github/workspace/sources/nuttx/nuttx section `.data' will not fit in region `flash'
   /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: region `flash' overflowed by 4 bytes
   collect2: error: ld returned 1 exit status
   make[1]: *** [Makefile:156: nuttx] Error 1
   make: *** [tools/Makefile.unix:422: nuttx] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 252: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4049: Raspipico smp

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


   


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4049: Raspipico smp

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


   Fix here: https://github.com/apache/incubator-nuttx/pull/4051


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org