First version of my operation system for stm32 board

Dependencies:   RA8875 VS1053 sd-driver-hs

Revision:
3:a60dc00bf3a2
Parent:
0:86f82f777a7a
--- a/variables.h	Thu Mar 01 07:14:46 2018 +0000
+++ b/variables.h	Tue Mar 13 06:35:47 2018 +0000
@@ -1,4 +1,4 @@
-#define command_count 11
+#define command_count 12
 
 char input[500];
 int position;
@@ -17,14 +17,15 @@
     {'i', 'n', 'f', 'o', '\0'},
     {'e', 'd', 'i', 't', '\0'},
     {'s', 'l', 'e', 'e', 'p', '\0'},
-    {'o', 'u', 't', '\0'},
+    {'g', 'p', 'i', 'o', '\0'},
     {'b', 'a', 'c', 'k', 'l', 'i', 'g', 'h', 't', '\0'},
     {'p', 'l', 'a', 'y', '\0'},
     {'c', 'd', '\0'},
+    {'h', 'e', 'l', 'p', '\0'},
     {' '}
 };//command field
 
 unsigned char array[25*1024];
 
-char home[10]="/fs/";
-char c_dir[10];
\ No newline at end of file
+char adir[50] = "/fs/"; //home fS path
+char apath[50] = "/fs/"; //home path
\ No newline at end of file