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/08/27 08:31:19 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #1653: Remove "kludge" code that came from PIC32

masayuki2009 commented on pull request #1653:
URL: https://github.com/apache/incubator-nuttx/pull/1653#issuecomment-681782413


   Hi @acassis,
   
   I noticed that you removed the following code which did not come from PIC32.
   Actually the code was added to reduce power consumption and is the same as esp-idf's.
   
   ```
   #if XCHAL_HAVE_INTERRUPTS
     __asm__ __volatile__ ("waiti 0");
   #endif
   ```
   


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