Commit 1816faa 1 parent eaff189 commit 1816faa Copy full SHA for 1816faa
File tree 3 files changed +10
-6
lines changed
Bootloader/firmware/Bootloader.X/nbproject
firmware/ja-rule.X/nbproject
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 225
225
<makeCustomizationPostStep ></makeCustomizationPostStep >
226
226
<makeCustomizationPutChecksumInUserID >false</makeCustomizationPutChecksumInUserID >
227
227
<makeCustomizationEnableLongLines >false</makeCustomizationEnableLongLines >
228
- <makeCustomizationNormalizeHexFile >false </makeCustomizationNormalizeHexFile >
228
+ <makeCustomizationNormalizeHexFile >true </makeCustomizationNormalizeHexFile >
229
229
</makeCustomizationType >
230
230
<item path =" ../../../linker/bootloader_mx675F512H.ld"
231
231
ex =" true"
636
636
<makeCustomizationPostStep ></makeCustomizationPostStep >
637
637
<makeCustomizationPutChecksumInUserID >false</makeCustomizationPutChecksumInUserID >
638
638
<makeCustomizationEnableLongLines >false</makeCustomizationEnableLongLines >
639
- <makeCustomizationNormalizeHexFile >false </makeCustomizationNormalizeHexFile >
639
+ <makeCustomizationNormalizeHexFile >true </makeCustomizationNormalizeHexFile >
640
640
</makeCustomizationType >
641
641
<item path =" ../../../linker/bootloader_mx795F512L.ld"
642
642
ex =" true"
Original file line number Diff line number Diff line change 289
289
<makeCustomizationEnableLongLines >false</makeCustomizationEnableLongLines >
290
290
<makeCustomizationNormalizeHexFile >false</makeCustomizationNormalizeHexFile >
291
291
</makeCustomizationType >
292
- <item path =" ../../linker/app_mx795F512L.ld" ex =" true" overriding =" false" >
292
+ <item path =" ../../linker/app_mx675F512H.ld" ex =" true" overriding =" false" >
293
+ </item >
294
+ <item path =" ../../linker/app_mx795F512L.ld" ex =" false" overriding =" false" >
293
295
<C32 >
294
296
</C32 >
295
297
<C32-AR >
666
668
<makeCustomizationEnableLongLines >false</makeCustomizationEnableLongLines >
667
669
<makeCustomizationNormalizeHexFile >false</makeCustomizationNormalizeHexFile >
668
670
</makeCustomizationType >
669
- <item path =" ../../linker/app_mx675F512H.ld" ex =" true " overriding =" false" >
671
+ <item path =" ../../linker/app_mx675F512H.ld" ex =" false " overriding =" false" >
670
672
<C32 >
671
673
</C32 >
672
674
<C32-AR >
680
682
<C32Global >
681
683
</C32Global >
682
684
</item >
685
+ <item path =" ../../linker/app_mx795F512L.ld" ex =" true" overriding =" false" >
686
+ </item >
683
687
<item path =" ../src/system_config/ethernet_sk2/board_init.c"
684
688
ex =" true"
685
689
overriding =" false" >
1137
1141
<property key =" UART4" value =" true" />
1138
1142
<property key =" UART5" value =" true" />
1139
1143
<property key =" UART6" value =" true" />
1144
+ <property key =" firmware.download.all" value =" false" />
1140
1145
<property key =" hwtoolclock.frcindebug" value =" false" />
1141
1146
<property key =" memories.aux" value =" false" />
1142
1147
<property key =" memories.bootflash" value =" true" />
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ _RESET_ADDR = 0x9D008000;
11
11
_BEV_EXCPT_ADDR = 0x9D008380;
12
12
_DBG_EXCPT_ADDR = 0x9D008480;
13
13
14
-
15
14
/*************************************************************************
16
15
* Memory Regions
17
16
*************************************************************************/
23
22
kseg1_boot_mem : ORIGIN = 0x9D008000, LENGTH = 0x490
24
23
}
25
24
26
- INCLUDE common_mx695F512L .ld
25
+ INCLUDE common_mx675F512H .ld
You can’t perform that action at this time.
0 commit comments