Ouss4 commented on pull request #4403: URL: https://github.com/apache/incubator-nuttx/pull/4403#issuecomment-907078655
@masayuki2009 I tested with ESP32 defconfigs and are all good. Also both ESP32-S2 and ESP32-C3 don't have this case (they just enable interrupts.). I've also seen some of the ARM chips like the IMXRT that don't call `uart_xmitchars` when enabling interrupts. STM32s do that though. I tested with an STM32F4 board, removing that call, I still get normal console output. @davids5 could you please chime in? Isn't an `#else` missing in line 2966 of the following: https://github.com/apache/incubator-nuttx/blob/f0001574ede9a14f9833b7b2fdc1fb5dc1a34905/arch/arm/src/stm32/stm32_serial.c#L2965-L2971 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
