Skip to content

Commit a12a793

Browse files
committed
MPAE-19362: Updated DFP to 3.3.279, XC8 to 3.00, and other MPLAB 6.25 changes.
1 parent 5e02793 commit a12a793

File tree

1 file changed

+48
-8
lines changed

1 file changed

+48
-8
lines changed

atmega4809-adc-basics-mplab.X/nbproject/configurations.xml

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<itemPath>atmel_start.h</itemPath>
4545
<itemPath>main.h</itemPath>
4646
</logicalFolder>
47+
<logicalFolder name="ExternalFiles"
48+
displayName="Important Files"
49+
projectFiles="true">
50+
<itemPath>Makefile</itemPath>
51+
</logicalFolder>
4752
<logicalFolder name="LinkerScript"
4853
displayName="Linker Files"
4954
projectFiles="true">
@@ -72,11 +77,6 @@
7277
<itemPath>driver_isr.c</itemPath>
7378
<itemPath>atmel_start.c</itemPath>
7479
</logicalFolder>
75-
<logicalFolder name="ExternalFiles"
76-
displayName="Important Files"
77-
projectFiles="false">
78-
<itemPath>Makefile</itemPath>
79-
</logicalFolder>
8080
</logicalFolder>
8181
<projectmakefile>Makefile</projectmakefile>
8282
<confs>
@@ -86,13 +86,13 @@
8686
<targetDevice>ATmega4809</targetDevice>
8787
<targetHeader></targetHeader>
8888
<targetPluginBoard></targetPluginBoard>
89-
<platformTool>EdbgTool</platformTool>
89+
<platformTool>noID</platformTool>
9090
<languageToolchain>XC8</languageToolchain>
91-
<languageToolchainVersion>2.45</languageToolchainVersion>
91+
<languageToolchainVersion>3.00</languageToolchainVersion>
9292
<platform>3</platform>
9393
</toolsSet>
9494
<packs>
95-
<pack name="ATmega_DFP" vendor="Microchip" version="3.0.158"/>
95+
<pack name="ATmega_DFP" vendor="Microchip" version="3.3.279"/>
9696
</packs>
9797
<ScriptingSettings>
9898
</ScriptingSettings>
@@ -129,6 +129,7 @@
129129
<property key="debugoptions.debug-startup" value="Use system settings"/>
130130
<property key="debugoptions.reset-behaviour" value="Use system settings"/>
131131
<property key="debugoptions.useswbreakpoints" value="false"/>
132+
<property key="event.recorder.debugger.behavior" value="Running"/>
132133
<property key="event.recorder.enabled" value="false"/>
133134
<property key="event.recorder.scvd.files" value=""/>
134135
<property key="firmware.path"
@@ -206,15 +207,25 @@
206207
</HI-TECH-COMP>
207208
<HI-TECH-LINK>
208209
<property key="additional-options-checksum" value=""/>
210+
<property key="additional-options-checksumAVR" value=""/>
211+
<property key="additional-options-checksumAVR2" value="0"/>
209212
<property key="additional-options-code-offset" value=""/>
210213
<property key="additional-options-command-line" value=""/>
211214
<property key="additional-options-errata" value=""/>
212215
<property key="additional-options-extend-address" value="false"/>
216+
<property key="additional-options-fillAVR2" value="0"/>
213217
<property key="additional-options-trace-type" value=""/>
214218
<property key="additional-options-use-response-files" value="false"/>
215219
<property key="backup-reset-condition-flags" value="false"/>
216220
<property key="calibrate-oscillator" value="false"/>
217221
<property key="calibrate-oscillator-value" value="0x3400"/>
222+
<property key="checksum-flash-options-addressce" value=""/>
223+
<property key="checksum-flash-options-addresscs" value=""/>
224+
<property key="checksum-flash-options-algorithmc"
225+
value="Select checksum algorithm"/>
226+
<property key="checksum-flash-options-destc" value=""/>
227+
<property key="checksum-flash-options-offsetc" value="0xFFFF"/>
228+
<property key="checksum-flash-options-widthc" value="2"/>
218229
<property key="clear-bss" value="true"/>
219230
<property key="code-model-external" value="wordwrite"/>
220231
<property key="code-model-rom" value=""/>
@@ -230,12 +241,16 @@
230241
<property key="display-psect-usage" value="false"/>
231242
<property key="extra-lib-directories" value=""/>
232243
<property key="fill-flash-options-addr" value=""/>
244+
<property key="fill-flash-options-addrfe" value=""/>
245+
<property key="fill-flash-options-addrfs" value=""/>
233246
<property key="fill-flash-options-const" value=""/>
247+
<property key="fill-flash-options-constf" value=""/>
234248
<property key="fill-flash-options-how" value="0"/>
235249
<property key="fill-flash-options-inc-const" value="1"/>
236250
<property key="fill-flash-options-increment" value=""/>
237251
<property key="fill-flash-options-seq" value=""/>
238252
<property key="fill-flash-options-what" value="0"/>
253+
<property key="fill-flash-options-wwidthf" value="2"/>
239254
<property key="format-hex-file-for-download" value="false"/>
240255
<property key="initialize-data" value="true"/>
241256
<property key="input-libraries" value="libm"/>
@@ -716,6 +731,7 @@
716731
<property key="debugoptions.debug-startup" value="Use system settings"/>
717732
<property key="debugoptions.reset-behaviour" value="Use system settings"/>
718733
<property key="debugoptions.useswbreakpoints" value="false"/>
734+
<property key="event.recorder.debugger.behavior" value="Running"/>
719735
<property key="event.recorder.enabled" value="false"/>
720736
<property key="event.recorder.scvd.files" value=""/>
721737
<property key="firmware.path"
@@ -755,6 +771,10 @@
755771
value="Press to select which tool pack to use"/>
756772
<property key="voltagevalue" value=""/>
757773
</Tool>
774+
<XC8-CO>
775+
<property key="coverage-enable" value=""/>
776+
<property key="stack-guidance" value="false"/>
777+
</XC8-CO>
758778
<XC8-config-global>
759779
<property key="advanced-elf" value="true"/>
760780
<property key="constdata-progmem" value="true"/>
@@ -824,6 +844,7 @@
824844
<property key="debugoptions.debug-startup" value="Use system settings"/>
825845
<property key="debugoptions.reset-behaviour" value="Use system settings"/>
826846
<property key="debugoptions.useswbreakpoints" value="false"/>
847+
<property key="event.recorder.debugger.behavior" value="Running"/>
827848
<property key="event.recorder.enabled" value="false"/>
828849
<property key="event.recorder.scvd.files" value=""/>
829850
<property key="firmware.path"
@@ -901,15 +922,25 @@
901922
</HI-TECH-COMP>
902923
<HI-TECH-LINK>
903924
<property key="additional-options-checksum" value=""/>
925+
<property key="additional-options-checksumAVR" value=""/>
926+
<property key="additional-options-checksumAVR2" value="0"/>
904927
<property key="additional-options-code-offset" value=""/>
905928
<property key="additional-options-command-line" value=""/>
906929
<property key="additional-options-errata" value=""/>
907930
<property key="additional-options-extend-address" value="false"/>
931+
<property key="additional-options-fillAVR2" value="0"/>
908932
<property key="additional-options-trace-type" value=""/>
909933
<property key="additional-options-use-response-files" value="false"/>
910934
<property key="backup-reset-condition-flags" value="false"/>
911935
<property key="calibrate-oscillator" value="false"/>
912936
<property key="calibrate-oscillator-value" value="0x3400"/>
937+
<property key="checksum-flash-options-addressce" value=""/>
938+
<property key="checksum-flash-options-addresscs" value=""/>
939+
<property key="checksum-flash-options-algorithmc"
940+
value="Select checksum algorithm"/>
941+
<property key="checksum-flash-options-destc" value=""/>
942+
<property key="checksum-flash-options-offsetc" value="0xFFFF"/>
943+
<property key="checksum-flash-options-widthc" value="2"/>
913944
<property key="clear-bss" value="true"/>
914945
<property key="code-model-external" value="wordwrite"/>
915946
<property key="code-model-rom" value=""/>
@@ -925,12 +956,16 @@
925956
<property key="display-psect-usage" value="false"/>
926957
<property key="extra-lib-directories" value=""/>
927958
<property key="fill-flash-options-addr" value=""/>
959+
<property key="fill-flash-options-addrfe" value=""/>
960+
<property key="fill-flash-options-addrfs" value=""/>
928961
<property key="fill-flash-options-const" value=""/>
962+
<property key="fill-flash-options-constf" value=""/>
929963
<property key="fill-flash-options-how" value="0"/>
930964
<property key="fill-flash-options-inc-const" value="1"/>
931965
<property key="fill-flash-options-increment" value=""/>
932966
<property key="fill-flash-options-seq" value=""/>
933967
<property key="fill-flash-options-what" value="0"/>
968+
<property key="fill-flash-options-wwidthf" value="2"/>
934969
<property key="format-hex-file-for-download" value="false"/>
935970
<property key="initialize-data" value="true"/>
936971
<property key="input-libraries" value="libm"/>
@@ -1412,6 +1447,7 @@
14121447
<property key="debugoptions.debug-startup" value="Use system settings"/>
14131448
<property key="debugoptions.reset-behaviour" value="Use system settings"/>
14141449
<property key="debugoptions.useswbreakpoints" value="false"/>
1450+
<property key="event.recorder.debugger.behavior" value="Running"/>
14151451
<property key="event.recorder.enabled" value="false"/>
14161452
<property key="event.recorder.scvd.files" value=""/>
14171453
<property key="firmware.path"
@@ -1451,6 +1487,10 @@
14511487
value="Press to select which tool pack to use"/>
14521488
<property key="voltagevalue" value=""/>
14531489
</Tool>
1490+
<XC8-CO>
1491+
<property key="coverage-enable" value=""/>
1492+
<property key="stack-guidance" value="false"/>
1493+
</XC8-CO>
14541494
<XC8-config-global>
14551495
<property key="advanced-elf" value="true"/>
14561496
<property key="constdata-progmem" value="true"/>

0 commit comments

Comments
 (0)