You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Gary-Hobson (via GitHub)" <gi...@apache.org> on 2023/04/03 04:53:34 UTC

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8948: arch/boards: fix stm32f411-mininum:nsh compilation failure

Gary-Hobson opened a new pull request, #8948:
URL: https://github.com/apache/nuttx/pull/8948

   ## Summary
   arch/boards: fix stm32f411-mininum:nsh compilation failure after enabling IRQMONITOR
   
   https://github.com/apache/nuttx/pull/8040#issuecomment-1493500471
   
   ## 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.

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

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


[GitHub] [nuttx] raiden00pl merged pull request #8948: arch/boards: fix stm32f411-mininum:nsh compilation failure

Posted by "raiden00pl (via GitHub)" <gi...@apache.org>.
raiden00pl merged PR #8948:
URL: https://github.com/apache/nuttx/pull/8948


-- 
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] [nuttx] Gary-Hobson commented on pull request #8948: arch/boards: fix stm32f411-mininum:nsh compilation failure

Posted by "Gary-Hobson (via GitHub)" <gi...@apache.org>.
Gary-Hobson commented on PR #8948:
URL: https://github.com/apache/nuttx/pull/8948#issuecomment-1493690721

   > Thanks for adding this. I like to watch IRQ metrics directly in NSH. To be clear, vanilla stm32f411-minimum:nsh was not broken, as it does not enable CONFIG_SCHED_MONITOR by default. I modified the config and enabled a bunch of debugging / monitoring options. Did you actually test any other platforms, or we'll just wait for CI builds? For example, I searched for up_perf_init in board code, and something showed up in lpc17xx_40xx platform.
   
   I tested with stm32h7 and it works fine.
   Unfortunately, I did not test the board in the stm32 directory, and it happened to lack the header file #include <arch/board/board.h> , which caused this problem.


-- 
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] [nuttx] ALTracer commented on pull request #8948: arch/boards: fix stm32f411-mininum:nsh compilation failure

Posted by "ALTracer (via GitHub)" <gi...@apache.org>.
ALTracer commented on PR #8948:
URL: https://github.com/apache/nuttx/pull/8948#issuecomment-1493667760

   Thanks for adding this. I like to watch IRQ metrics directly in NSH.
   To be clear, vanilla stm32f411-minimum:nsh was not broken, as it does not enable CONFIG_SCHED_MONITOR by default. I modified the config and enabled a bunch of debugging / monitoring options.
   Did you actually test any other platforms, or we'll just wait for CI builds? For example, I searched for up_perf_init in board code, and something showed up in lpc17xx_40xx platform.


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