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/09/07 11:41:42 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7021: Fix race condition in RaspberryPi Pico W WiFi

xiaoxiang781216 commented on code in PR #7021:
URL: https://github.com/apache/incubator-nuttx/pull/7021#discussion_r964738262


##########
arch/arm/src/rp2040/rp2040_cyw43439.c:
##########
@@ -54,6 +54,8 @@ bool  g_print_gspi = false;
 
 #define TX_FIFO_SIZE    4
 
+#define DMB()  asm volatile ("dmb" ::: "memory")

Review Comment:
   call ARM_DMB



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