Skip to content

Commit d8843b2

Browse files
committed
Update postbuild.bat to postBuild${ShExtension}
1 parent 3a40036 commit d8843b2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Lab6_Solution/app.X/nbproject/configurations.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<targetDevice>PIC24FJ128GA705</targetDevice>
7272
<targetHeader></targetHeader>
7373
<targetPluginBoard></targetPluginBoard>
74-
<platformTool>nEdbgTool</platformTool>
74+
<platformTool>noID</platformTool>
7575
<languageToolchain>XC16</languageToolchain>
7676
<languageToolchainVersion>2.00</languageToolchainVersion>
7777
<platform>3</platform>
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild.bat $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab7_Solution/app.X/nbproject/configurations.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<targetDevice>PIC24FJ128GA705</targetDevice>
7272
<targetHeader></targetHeader>
7373
<targetPluginBoard></targetPluginBoard>
74-
<platformTool>nEdbgTool</platformTool>
74+
<platformTool>noID</platformTool>
7575
<languageToolchain>XC16</languageToolchain>
7676
<languageToolchainVersion>2.00</languageToolchainVersion>
7777
<platform>3</platform>
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild.bat $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

Lab9_Solution/iot_app.X/nbproject/configurations.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<targetDevice>PIC24FJ128GA705</targetDevice>
7272
<targetHeader></targetHeader>
7373
<targetPluginBoard></targetPluginBoard>
74-
<platformTool>nEdbgTool</platformTool>
74+
<platformTool>noID</platformTool>
7575
<languageToolchain>XC16</languageToolchain>
7676
<languageToolchainVersion>2.00</languageToolchainVersion>
7777
<platform>3</platform>
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild.bat $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; postBuild${ShExtension} $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
@@ -300,6 +300,8 @@
300300
<property key="memories.programmemory" value="true"/>
301301
<property key="memories.programmemory.ranges" value="0-15eff"/>
302302
<property key="poweroptions.powerenable" value="false"/>
303+
<property key="programmerToGoFilePath"
304+
value="C:/Users/C20356/Documents/bootloaders/Labs_MPLABx60/Lab9_Solution/iot_app.X/debug/default/iot_app_ptg"/>
303305
<property key="programoptions.eraseb4program" value="true"/>
304306
<property key="programoptions.preservedataflash" value="false"/>
305307
<property key="programoptions.preservedataflash.ranges"
@@ -379,8 +381,6 @@
379381
<property key="memories.programmemory" value="true"/>
380382
<property key="memories.programmemory.ranges" value="0-15eff"/>
381383
<property key="poweroptions.powerenable" value="false"/>
382-
<property key="programmerToGoFilePath"
383-
value="C:/Users/C20356/Documents/bootloaders/Labs_MPLABx60/Lab9_Solution/iot_app.X/debug/default/iot_app_ptg"/>
384384
<property key="programoptions.eraseb4program" value="true"/>
385385
<property key="programoptions.preservedataflash" value="false"/>
386386
<property key="programoptions.preservedataflash.ranges"

0 commit comments

Comments
 (0)