You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/23 09:29:19 UTC

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #922: porting/nimble/hal_timer: fix NVIC setup

haukepetersen opened a new pull request #922:
URL: https://github.com/apache/mynewt-nimble/pull/922


   Reverts some platform specific NVIC setup code that was removed in #872:
   
   In commit ab53154 platform specific handling of the NVIC setup
   for the timers priority and vectors were revertet. This leads
   to problems on certain platforms, e.g. interrupt priority
   related hard-faults on RIOT. This commit re-introduces the
   platform specific setup.
   
   I noticed this problem when trying to update the NimBLE version in RIOT to the latest master. At the same time 
   @janosbrodbeck stumbled upon this problem when trying to test #920.


----------------------------------------------------------------
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] [mynewt-nimble] apache-mynewt-bot commented on pull request #922: porting/nimble/hal_timer: fix NVIC setup

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #922:
URL: https://github.com/apache/mynewt-nimble/pull/922#issuecomment-784034421


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


----------------------------------------------------------------
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] [mynewt-nimble] haukepetersen merged pull request #922: porting/nimble/hal_timer: fix NVIC setup

Posted by GitBox <gi...@apache.org>.
haukepetersen merged pull request #922:
URL: https://github.com/apache/mynewt-nimble/pull/922


   


----------------------------------------------------------------
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] [mynewt-nimble] haukepetersen commented on pull request #922: porting/nimble/hal_timer: fix NVIC setup

Posted by GitBox <gi...@apache.org>.
haukepetersen commented on pull request #922:
URL: https://github.com/apache/mynewt-nimble/pull/922#issuecomment-784163193


   No problem, easy fix after I found it :-)


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