microshell
microshell copied to clipboard
MicroShell is a lightweight pure C implementation of shell emulator dedicated for embedded bare-metal systems.
Results
8
microshell issues
Sort by
recently updated
recently updated
newest added
I have non blocking reads and writes set up over UART using HAL_UART_Transmit_IT and HAL_UART_Receive_IT, and when I paste into the terminal, it sometimes misses characters. I have adjusted buffer...
Compiler error: [ush_cmd_xxd.c line 80: type of argument #3 is incompatible with format. Changed sprintf '%08lX: ' to '%08zX: ' for size_t variable (c99 required).