nuttx/arch/xtensa
Tiago Medicci Serrano 118a127771 esp32_start: use up_putc instead up_puts in showprogress define
During initialization it isn't possible to use up_puts once it's
protected against concurrent access through a mutex lock. Instead,
using up_putc makes it similar to ESP32S2 and ESP32S3 and perfectly
fits for showprogress usage.
2023-06-02 10:17:54 +08:00
..
include
src esp32_start: use up_putc instead up_puts in showprogress define 2023-06-02 10:17:54 +08:00
Kconfig