Skip to content

Commit 3f7852c

Browse files
Henrik Moe ArnesenHenrik Moe Arnesen
Henrik Moe Arnesen
authored and
Henrik Moe Arnesen
committed
MPAE-19008: Update compiler and dfp versions to newest
1 parent ea0db89 commit 3f7852c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.main-meta/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^3.00.0"
18+
"semverRange": "^3.0.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "AVR-Dx_DFP",
23-
"semverRange": "^2.6.303"
23+
"semverRange": "^2.7.321"
2424
},
2525
"configurator": {
2626
"name": "MCC",
@@ -66,4 +66,4 @@
6666
}
6767
}
6868
}
69-
}
69+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example shows how to use USB communication with the AVR DU microcontroller
1414

1515
## Software Used
1616
- [MPLAB® X IDE 6.20.0](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_MPAE_Examples&utm_content=avr64du32-cnano-usb-cdc-virtual-serial-port-mplab-mcc-github) or newer
17-
- [MPLAB® XC8 2.46.0](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xc-compilers?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_MPAE_Examples&utm_content=avr64du32-cnano-usb-cdc-virtual-serial-port-mplab-mcc-github) compiler or newer
17+
- [MPLAB® XC8 3.0.0](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-xc-compilers?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_MMTCha_MPAE_Examples&utm_content=avr64du32-cnano-usb-cdc-virtual-serial-port-mplab-mcc-github) compiler or newer
1818
- [MPLAB® Code Configurator (MCC) 5.5.0](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator?utm_source=GitHub&utm_medium=TextLink&utm_campaign=MCU8_AVR-DU&utm_content=avr64du32-cnano-usb-cdc-to-usart-bridge-mplab-mcc-github&utm_bu=MCU08) plug-in or newer
1919
- [PuTTY 0.81](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) or newer
2020
- [Python 3.11.0](https://www.python.org/) or newer

avr64du32-cnano-usb-cdc-to-usart-bridge-mplab-mcc.X/nbproject/configurations.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
</makeCustomizationType>
215215
<HI-TECH-COMP>
216216
<property key="additional-warnings" value="true"/>
217-
<property key="appendMe" value=""/>
218217
<property key="asmlist" value="true"/>
219218
<property key="call-prologues" value="false"/>
220219
<property key="default-bitfield-type" value="true"/>
@@ -426,7 +425,7 @@
426425
<platform>3</platform>
427426
</toolsSet>
428427
<packs>
429-
<pack name="AVR-Dx_DFP" vendor="Microchip" version="2.6.303"/>
428+
<pack name="AVR-Dx_DFP" vendor="Microchip" version="2.7.321"/>
430429
</packs>
431430
<ScriptingSettings>
432431
</ScriptingSettings>

0 commit comments

Comments
 (0)