juniskane opened a new pull request #2325: URL: https://github.com/apache/incubator-nuttx/pull/2325
arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom for enabling/disabling RX interrupts ## Summary Code cleanup. Change makes it easier to diff serial driver between various stm32* subarchitectures. stm32f7, stm32h7, stm32l4 and stm32f0l0g0 do it this way and there is no reason for classic stm32 to differ. Also manipulation of priv->ie was not atomic with respect to interrupts. ## Impact Should be no functional changes ## Testing Tested with proprietary STM32L1 boards ---------------------------------------------------------------- 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: us...@infra.apache.org