Skip to content

Commit 957c4ea

Browse files
committed
MPAE-2521: adding the board rev and updateding the metadata file
1 parent dd92290 commit 957c4ea

File tree

3 files changed

+47
-26
lines changed

3 files changed

+47
-26
lines changed

.main-meta/main.json

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,72 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.mplabx.project.",
7-
"version": " ",
8-
"displayName": " ",
9-
"projectName": "",
10-
"shortDescription": "",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-curiosity-hpc-demo-code",
7+
"version": "1.0.1 ",
8+
"displayName": "PIC18F47Q10 High-Pin-Count Curiosity Board Demo Code",
9+
"projectName": "pic18f47q10-curiosity-hpc-demo-code",
10+
"shortDescription": "Demo code for HPC board for PIC18-Q10 devices",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40.0"
1414
},
1515
"compiler": [
1616
{
17-
"name": "",
18-
"semverRange": ""
17+
"name": "XC8",
18+
"semverRange": "^2.20.0"
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.7.135"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": ">=3.95.0"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
3131
"category": "com.microchip.portal.contentRef",
3232
"content": {
3333
"metaDataVersion": "1.0.0",
3434
"category": "com.microchip.device",
35-
"name": "",
35+
"name": "PIC18F47Q10",
3636
"versionRange": "*"
3737
}
3838
},
3939
"author": "",
4040
"subcategories": [
4141
"",
42-
[
43-
"Peripherals", ""
44-
],
45-
[
46-
"Peripherals", ""
47-
]
42+
[
43+
"Peripherals", "ADCC"
44+
],
45+
[
46+
"Peripherals", "UART"
47+
],
48+
[
49+
"Peripherals", "TMR1"
50+
],
51+
[
52+
"Peripherals", "Interrupts"
53+
],
54+
[
55+
"Peripherals", "WWDT"
56+
],
57+
[
58+
"Peripherals", "Sleep"
59+
],
60+
[
61+
"Peripherals", "PWM"
62+
]
4863
],
4964
"peripherals": [
50-
"",""
65+
"ADCC","UART","WWDT","TMR1","PWM"
5166
],
5267
"keywords": [
53-
"",
54-
""
68+
"Demo Code",
69+
"Getting Started",
70+
"Q10",
71+
"PIC18-Q10"
5572
],
5673
"additionalData": {
5774
"longDescription": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following labs in this demo code project are designed for Microchip’s Curi
1717

1818
## Hardware Used
1919
- [PIC18F47Q10 Microcontroller](https://www.microchip.com/wwwproducts/en/PIC18F47Q10)
20-
- [Curiosity High Pin Count (HPC) Development Board](https://www.microchip.com/developmenttools/ProductDetails/PartNO/DM164136)
20+
- [Curiosity High Pin Count (HPC) Development Board Rev 2](https://www.microchip.com/developmenttools/ProductDetails/PartNO/DM164136)
2121

2222
## LABS
2323
The labs in this project are presented in the same order as they appear on the programmed labs. You can progress through each of the labs by simply pressing the S1 button on the board.

pic18f47q10-curiosity-hpc-demo-code.X/nbproject/configurations.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@
115115
<targetPluginBoard></targetPluginBoard>
116116
<platformTool>pkob4hybrid</platformTool>
117117
<languageToolchain>XC8</languageToolchain>
118-
<languageToolchainVersion>2.10</languageToolchainVersion>
118+
<languageToolchainVersion>2.20</languageToolchainVersion>
119119
<platform>3</platform>
120120
</toolsSet>
121121
<packs>
122-
<pack name="PIC18F-Q_DFP" vendor="Microchip" version="1.4.109"/>
122+
<pack name="PIC18F-Q_DFP" vendor="Microchip" version="1.7.135"/>
123123
</packs>
124+
<ScriptingSettings>
125+
</ScriptingSettings>
124126
<compileType>
125127
<linkerTool>
126128
<linkerLibItems>
@@ -305,6 +307,8 @@
305307
<packs>
306308
<pack name="PIC18F-Q_DFP" vendor="Microchip" version="1.4.109"/>
307309
</packs>
310+
<ScriptingSettings>
311+
</ScriptingSettings>
308312
<compileType>
309313
<linkerTool>
310314
<linkerLibItems>

0 commit comments

Comments
 (0)