In SDK 15.2 is the nrf_cli module completely thread safe? I was thinking of developing a wrapper to use the CLI module for both application logging as well as a general CLI interface. Since I'm using a freeRTOS arhcitecture I didn't know my wrapper have to make it threadsafe or if the nrf_cli was already developed this way? I know in nrf_log the deferred setting makes logging thread safe, but I don't see the same option for the CLI module.
Thanks guys (and Happy New Year)
-DC