shell

Overview

The Shell Demo application demonstrates to control Leds by commands. Note: Please input one character at a time. If you input too many characters each time, the receiver may overflow because the low level UART uses simple polling way for receiving. If you want to try inputting many characters each time, just define DEBUG_CONSOLE_TRANSFER_NON_BLOCKING in your project to use the advanced debug console utility. Besides, the demo does not support semihosting mode. The shell component is based on debug console and serial manager. When semihosting is used, debug console and serial manager are bypassed. So the shell demo cannot work with semihosting.

Supported Boards