Skip to content

Commit 8f3ba3f

Browse files
committed
MPAE-19851 MPLAB X configuration update
1 parent fbe4ba9 commit 8f3ba3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.attiny817-rtc-crystal-error-compensation-mplab",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"displayName": "RTC Crystal Error Compensation",
99
"projectName": "attiny817-rtc-crystal-error-compensation-mplab",
1010
"shortDescription": "This example code demonstrates how to do compensation for static drift in the Real-Time Counter (RTC). A known value for the drift will be used.",

attiny817-rtc-crystal-error-compensation-mplab.X/nbproject/configurations.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<targetPluginBoard />
2323
<platformTool>Simulator</platformTool>
2424
<languageToolchain>XC8</languageToolchain>
25-
<languageToolchainVersion>2.29</languageToolchainVersion>
25+
<languageToolchainVersion>3.00</languageToolchainVersion>
2626
<platform>3</platform>
2727
</toolsSet>
2828
<packs>
29-
<pack name="ATtiny_DFP" vendor="Microchip" version="2.2.89" />
29+
<pack name="ATtiny_DFP" vendor="Microchip" version="3.3.272" />
3030
</packs>
3131
<ScriptingSettings>
3232
</ScriptingSettings>
@@ -425,7 +425,7 @@
425425
<property key="gcc-opt-std" value="${gcc-opt-std.default}" />
426426
<property key="gcc-output-file-format" value="dwarf-3" />
427427
<property key="omit-pack-options" value="false" />
428-
<property key="omit-pack-options-new" value="3" />
428+
<property key="omit-pack-options-new" value="1" />
429429
<property key="output-file-format" value="-mcof,+elf" />
430430
<property key="stack-size-high" value="auto" />
431431
<property key="stack-size-low" value="auto" />
@@ -443,11 +443,11 @@
443443
<targetPluginBoard />
444444
<platformTool>Simulator</platformTool>
445445
<languageToolchain>XC8</languageToolchain>
446-
<languageToolchainVersion>2.29</languageToolchainVersion>
446+
<languageToolchainVersion>3.00</languageToolchainVersion>
447447
<platform>3</platform>
448448
</toolsSet>
449449
<packs>
450-
<pack name="ATtiny_DFP" vendor="Microchip" version="2.2.89" />
450+
<pack name="ATtiny_DFP" vendor="Microchip" version="3.3.272" />
451451
</packs>
452452
<ScriptingSettings>
453453
</ScriptingSettings>
@@ -846,7 +846,7 @@
846846
<property key="gcc-opt-std" value="${gcc-opt-std.default}" />
847847
<property key="gcc-output-file-format" value="dwarf-3" />
848848
<property key="omit-pack-options" value="false" />
849-
<property key="omit-pack-options-new" value="3" />
849+
<property key="omit-pack-options-new" value="1" />
850850
<property key="output-file-format" value="-mcof,+elf" />
851851
<property key="stack-size-high" value="auto" />
852852
<property key="stack-size-low" value="auto" />

0 commit comments

Comments
 (0)