|
|
|
@ -2659,6 +2659,10 @@ static bool shell_check_connect(void){
|
|
|
|
|
|
|
|
|
|
|
|
// Init shell I/O connection over USB
|
|
|
|
// Init shell I/O connection over USB
|
|
|
|
static void shell_init_connection(void){
|
|
|
|
static void shell_init_connection(void){
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
* Init shell thread object (need for switch threads)
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
osalThreadQueueObjectInit(&shell_thread);
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Initializes and start serial-over-USB CDC driver SDU1, connected to USBD1
|
|
|
|
* Initializes and start serial-over-USB CDC driver SDU1, connected to USBD1
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|