Skip to content

Commit c164d0b

Browse files
committed
Modify uVision LPC1114 template output name and directory to match others
1 parent c02372f commit c164d0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

workspace_tools/export/uvision4_lpc1114.uvopt.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PageWidth>79</PageWidth>
4444
<PageLength>66</PageLength>
4545
<TabStop>8</TabStop>
46-
<ListingPath>.\</ListingPath>
46+
<ListingPath>.\build\</ListingPath>
4747
</OPTLEX>
4848
<ListingPage>
4949
<CreateCListing>1</CreateCListing>

workspace_tools/export/uvision4_lpc1114.uvproj.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
<NotGenerated>0</NotGenerated>
4444
<InvalidFlash>1</InvalidFlash>
4545
</TargetStatus>
46-
<OutputDirectory>.\</OutputDirectory>
47-
<OutputName>lpc1114_test</OutputName>
46+
<OutputDirectory>.\build\</OutputDirectory>
47+
<OutputName>{{name}}</OutputName>
4848
<CreateExecutable>1</CreateExecutable>
4949
<CreateLib>0</CreateLib>
5050
<CreateHexFile>0</CreateHexFile>
5151
<DebugInformation>1</DebugInformation>
5252
<BrowseInformation>1</BrowseInformation>
53-
<ListingPath>.\</ListingPath>
53+
<ListingPath>.\build\</ListingPath>
5454
<HexFormatSelection>1</HexFormatSelection>
5555
<Merge32K>0</Merge32K>
5656
<CreateBatchFile>0</CreateBatchFile>

0 commit comments

Comments
 (0)