Skip to content

Commit

Permalink
MPAE-17744 Fixed configurations file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Alexandru Ricanu authored and Mihai Alexandru Ricanu committed Apr 25, 2024
1 parent 2ec432b commit ce51e4f
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
<targetDevice>PIC16F13145</targetDevice>
<targetHeader></targetHeader>
<targetPluginBoard></targetPluginBoard>
<platformTool>nEdbgTool</platformTool>
<platformTool>noID</platformTool>
<languageToolchain>XC8</languageToolchain>
<languageToolchainVersion>2.46</languageToolchainVersion>
<platform>3</platform>
</toolsSet>
<packs>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.25.390"/>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.25.389"/>
</packs>
<ScriptingSettings>
</ScriptingSettings>
Expand Down Expand Up @@ -324,8 +324,6 @@
<property key="memories.programmemory" value="true"/>
<property key="memories.programmemory.ranges" value="0-1fff"/>
<property key="poweroptions.powerenable" value="false"/>
<property key="programmerToGoFilePath"
value="C:/Working/pic16f13145-cnano-manchester-encoder-mplab-mcc/pic16f13145-cnano-mancester-encoder-mplab-mcc.X/debug/default/pic16f13145-cnano-mancester-encoder-mplab-mcc_ptg"/>
<property key="programoptions.eraseb4program" value="true"/>
<property key="programoptions.preservedataflash" value="false"/>
<property key="programoptions.preservedataflash.ranges"
Expand All @@ -349,13 +347,13 @@
<targetDevice>PIC16F13145</targetDevice>
<targetHeader></targetHeader>
<targetPluginBoard></targetPluginBoard>
<platformTool>nEdbgTool</platformTool>
<platformTool>noID</platformTool>
<languageToolchain>XC8</languageToolchain>
<languageToolchainVersion>2.46</languageToolchainVersion>
<platform>3</platform>
</toolsSet>
<packs>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.25.390"/>
<pack name="PIC16F1xxxx_DFP" vendor="Microchip" version="1.25.389"/>
</packs>
<ScriptingSettings>
</ScriptingSettings>
Expand Down Expand Up @@ -573,8 +571,6 @@
<property key="memories.programmemory" value="true"/>
<property key="memories.programmemory.ranges" value="0-1fff"/>
<property key="poweroptions.powerenable" value="false"/>
<property key="programmerToGoFilePath"
value="C:/Working/pic16f13145-cnano-manchester-encoder-mplab-mcc/pic16f13145-cnano-mancester-encoder-mplab-mcc.X/debug/default/pic16f13145-cnano-mancester-encoder-mplab-mcc_ptg"/>
<property key="programoptions.eraseb4program" value="true"/>
<property key="programoptions.preservedataflash" value="false"/>
<property key="programoptions.preservedataflash.ranges"
Expand Down

0 comments on commit ce51e4f

Please sign in to comment.