enhance cp command to accept dest path as an folder
This commit is contained in:
		| @@ -761,7 +761,7 @@ | ||||
|         <tDllPa></tDllPa> | ||||
|         <tDlgDll></tDlgDll> | ||||
|         <tDlgPa></tDlgPa> | ||||
|         <tIfile>.\keil_ram.ini</tIfile> | ||||
|         <tIfile>..\..\bsp\lpc43xx\keil_ram.ini</tIfile> | ||||
|         <pMon>Segger\JL2CM3.dll</pMon> | ||||
|       </DebugOpt> | ||||
|       <TargetDriverDllRegistry> | ||||
| @@ -1428,7 +1428,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>39</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>58</TopLine> | ||||
|       <TopLine>59</TopLine> | ||||
|       <CurrentLine>63</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\..\vendor\fatfs\diskio.c</PathWithFileName> | ||||
| @@ -1444,8 +1444,8 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>11</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>2114</TopLine> | ||||
|       <CurrentLine>2121</CurrentLine> | ||||
|       <TopLine>2115</TopLine> | ||||
|       <CurrentLine>2122</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\..\vendor\fatfs\ff.c</PathWithFileName> | ||||
|       <FilenameWithoutPath>ff.c</FilenameWithoutPath> | ||||
| @@ -1516,7 +1516,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>17</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>83</TopLine> | ||||
|       <TopLine>84</TopLine> | ||||
|       <CurrentLine>90</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\bsp\boards\printf_retarget.c</PathWithFileName> | ||||
| @@ -1652,7 +1652,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>13</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>170</TopLine> | ||||
|       <TopLine>171</TopLine> | ||||
|       <CurrentLine>174</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\bsp\lpc43xx\startup_keil\startup_LPC43xx.s</PathWithFileName> | ||||
| @@ -1868,7 +1868,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>0</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>140</TopLine> | ||||
|       <TopLine>141</TopLine> | ||||
|       <CurrentLine>145</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\bsp\lpc175x_6x\startup_keil\startup_LPC17xx.s</PathWithFileName> | ||||
|   | ||||
| @@ -2462,7 +2462,7 @@ | ||||
|             <CpuDllArguments></CpuDllArguments> | ||||
|             <PeripheralDll></PeripheralDll> | ||||
|             <PeripheralDllArguments></PeripheralDllArguments> | ||||
|             <InitializationFile>.\keil_ram.ini</InitializationFile> | ||||
|             <InitializationFile>..\..\bsp\lpc43xx\keil_ram.ini</InitializationFile> | ||||
|             <Driver>Segger\JL2CM3.dll</Driver> | ||||
|           </TargetDlls> | ||||
|         </DebugOption> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach