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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org