jerpelea opened a new pull request, #16188:
URL: https://github.com/apache/nuttx/pull/16188

   ## Summary
   
   This PR fixes a bug on the usbconsole defconfigs for Espressif's RISC-V SoCs 
when the serial/JTAG is used and the Kconfig macro DEBUG_FEATURES is enabled. 
This config enables the showprogress macro during start-up. Previously, 
riscv_lowputc function was used by this macro, but it is not suitable for the 
serial/JTAG console. Instead, use the esp_rom_printf function that is suitable 
for both serial/JTAG and UART consoles.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI
   
   


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

Reply via email to