Skip to content

Commit 9b2482f

Browse files
MPAE-18934 updated readme and metadata files for update to xc8 v3.0 and MCC v5.7.1
1 parent c1197f1 commit 9b2482f

File tree

4 files changed

+115
-85
lines changed

4 files changed

+115
-85
lines changed

.main-meta/main.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-curiosity-hpc-demo-code",
7-
"version": "2.0.1",
7+
"version": "3.0.0",
88
"displayName": "PIC18F47Q10 High-Pin-Count Curiosity Board Demo Code",
99
"projectName": "pic18f47q10-curiosity-hpc-demo-code",
1010
"shortDescription": "Demo code for HPC board for PIC18-Q10 devices",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=6.10.0"
13+
"semverRange": "^6.20.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.41.0"
18+
"semverRange": "^3.0.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC18F-Q_DFP",
23-
"semverRange": "^1.18.389"
23+
"semverRange": "^1.26.442"
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=5.3.2"
27+
"semverRange": ">=5.7.1"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -38,18 +38,31 @@
3838
},
3939
"author": "Microchip",
4040
"peripherals": [
41-
"ADCC",
42-
"UART",
43-
"WWDT",
44-
"TMR0",
41+
"GPIO",
42+
"PWM",
43+
"TMR0",
4544
"TMR1",
46-
"TMR2",
47-
"PWM"
45+
"TMR2",
46+
"ADC",
47+
"NVMCTRL",
48+
"UART",
49+
"CLC"
4850
],
4951
"keywords": [
50-
"Getting Started",
52+
"Melody",
53+
"MCC Melody",
54+
"XC8",
5155
"Curiosity",
52-
"Melody"
56+
"GPIO",
57+
"PWM",
58+
"TMR0",
59+
"TMR1",
60+
"TMR2",
61+
"ADC",
62+
"NVM Controller",
63+
"UART",
64+
"CLC",
65+
"Periodic Interrupts"
5366
],
5467
"additionalData": {
5568
"longDescription": {

0 commit comments

Comments
 (0)