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 Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
src esp32_start: use up_putc instead up_puts in showprogress define 2023-06-02 10:17:54 +08:00
Kconfig arch/xtensa/esp32_esp32s3: prevent arch's libc in the userspace 2023-05-17 13:58:48 +08:00