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 2022/04/12 10:39:55 UTC

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6051: arch/risc-v: Add missing DMB to mtimer / setmtimecmp

pussuw opened a new pull request, #6051:
URL: https://github.com/apache/incubator-nuttx/pull/6051

   The memory mapped mtimecmp lives in I/O space so must add barrier
   to make sure the value sticks. Otherwise a new IRQ might fire
   at once.
   
   ## Summary
   
   ## 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] [incubator-nuttx] xiaoxiang781216 merged pull request #6051: arch/risc-v: Add missing DMB to mtimer / setmtimecmp

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


-- 
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 #6051: arch/risc-v: Add missing DMB to mtimer / setmtimecmp

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

   let's ignore CI error fixed by https://github.com/apache/incubator-nuttx/pull/6055


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