###############################################################################
#    
#    script format:
#    Add a cli folder:
#    e.g drv.uart%         //"%"is a flag indicate this is a cli directory, not a cli command.
#    
#    Add a cli command:
#    e.g basic.stop
#
#    Add a cli command with parameters
#    e.g mmw.sps.sdbg []    //"[]"indicate a parameters, you can add more than one "[]"
#    
#    Add a cli command with optional parameters
#    e.g drv.read [] <>     //"<>" indicate the parameter is optional. user can discard this parameter.
#
#    Set format of the parameters
#    The format of parameters can be one of the following formats 
#    DEC, HEX, STR    
#    drv.read [DEC] <DEC>   //set the parameter to DEC format. 
#    drv.read [] <>         //default is HEX format.
#
###############################################################################

basic.stop
basic.dump
basic.printPSR
basic.printGPR
app.amb%
app.am%
app.acfg%
app.vfdmg%
app.scrn_svr%
app.iw%
app.upg%
app.homemenu%
app.mediacenter%
app.playback%
app.misc%
drv.system%       
drv.dual%          
drv.cpsa%    
drv.dmx%           
drv.imgresz%       
drv.fci%           
drv.gpio%          
drv.vfd%      
drv.nor%           
drv.ide%           
drv.sacd%          
drv.storg%         
drv.gfx%           
drv.ir%        
drv.rtc%           
drv.sif%           
drv.pmx%           
drv.pbbuf%         
drv.esm%      
drv.fbm%      
drv.connect% 
drv.vdp%           
drv.vpq%           
drv.dcm%           
drv.rai%           
drv.aud%           
drv.syncctrl%      
drv.mpv%           
drv.lpdmx%  
drv.tve%           
drv.png%           
drv.gif%           
drv.jdec%          
drv.hdmi%          
drv.net%           
drv.nand%          
drv.ver%           
drv.am%            
drv.musb%          
drv.osd%           
drv.vg%            
drv.fre%           
drv.uart2%         
drv.uart%          
drv.norflash%      
drv.read [HEX] <HEX>      
drv.write [HEX] [HEX]     
drv.Uart2Init
drv.dramc.bm.mcl [DEC]
drv.dramc.bm.msd
drv.system.test.cps [STR]
drv.system.test.cpp
mmw.sps.sdbg []



