6.2 CLI Component MCC Overview
The Thread CLI MCC Component is responsible for managing the command line interface parsing services offered by the legacy open thread. The CLI Component in MPLAB Code Configurator is dependent on the Thread Stack MCC component, which is activated when the CLI services are included. The CLI utilizes the Thread USART service to parse incoming CLI commands, output responses, and manage Thread log output. The Thread CLI automatically activates the Thread USART dependency.
Dependency Component | Dependency Type | Description |
---|---|---|
Thread Stack(Thread SDK Driver) | Mandatory | CLI is an add on service for the open thread stack |
Thread USART | Mandatory | CLI uses Thread USART service for data input and output purposes. |