mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
db1b980e57
This commit removes application library CLI/NCP dependency on platform layer UART APIs. Instead, application layer provides callbacks sending CLI/NCP data. With this change, platforms with native support for formatted output can simply implement the CLI output callback with something like `vprintf()`.