Skip to content

Commit 2c84188

Browse files
added mchp_private
1 parent a5187b5 commit 2c84188

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"metaDataVersion": "1.0.0",
3+
"category": "com.microchip.ide.project",
4+
"content": {
5+
"metaDataVersion": "1.3.0",
6+
"name": "com.microchip.mplabx.project.code-examples-testing2",
7+
"version": "1.0.5",
8+
"displayName": "code-examples-testing",
9+
"projectName": "code-examples-testing",
10+
"shortDescription": "code-examples-testing updated description: Test description update",
11+
"ide": {
12+
"name": "MPLABX",
13+
"semverRange": ">=5.40.0"
14+
},
15+
"compiler": {
16+
"name": "XC16",
17+
"semverRange": "^1.50.0"
18+
},
19+
"dfp": {
20+
"name": "PIC24F-GA-GB_DFP",
21+
"semverRange": "^1.0.41"
22+
},
23+
"device": {
24+
"metaDataVersion": "1.0.0",
25+
"category": "com.microchip.portal.contentRef",
26+
"content": {
27+
"metaDataVersion": "1.0.0",
28+
"category": "com.microchip.device",
29+
"name": "PIC24FJ1024GB610",
30+
"versionRange": "*"
31+
}
32+
},
33+
"peripherals": [
34+
"UART"
35+
],
36+
"keywords": [
37+
"1UART,U1ART","SPI"
38+
]
39+
}
40+
}

mchp_private/test1/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pic24f-dspic33c-easy-migration-demo
2+
===================================
3+
4+
Project to demonstrate easy migration within dsPIC33C device families.
5+

0 commit comments

Comments
 (0)