Skip to content

Commit

Permalink
MPAE-5662: added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianSabiuta committed Jul 29, 2020
1 parent 6144824 commit 6151868
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.mplabx.project.",
"version": " ",
"displayName": " ",
"projectName": "",
"shortDescription": "",
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-cnano-tmr0-16bit-sleep-int-bare",
"version": "1.0.1",
"displayName": "PIC18F47Q10 TMR0 16-BIT SLEEP WITH INTERRUPT EXAMPLE",
"projectName": "pic18f47q10-cnano-tmr0-16bit-sleep-int-bare",
"shortDescription": "PIC18F47Q10 TMR0 16-bit example using sleep operation with interrupt wake-up",
"ide": {
"name": "",
"semverRange": ""
"name": "MPLABX",
"semverRange": ">=5.30.0"
},
"compiler": [
{
"name": "",
"semverRange": ""
"name": "XC8",
"semverRange": "^2.10.0"
}
],
"dfp": {
"name": "",
"semverRange": ""
"name": "PIC18F-Q_DFP",
"semverRange": "^1.3.89"
},
"configurator": {
"name": "",
Expand All @@ -32,26 +32,25 @@
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "",
"name": "PIC18F47Q10",
"versionRange": "*"
}
},
"author": "",
"author": "Microchip",
"subcategories": [
"",
[
"Peripherals", ""
],
"Bare-metal",
[
"Peripherals", ""
"Peripherals", "TMR0"
]
],
"peripherals": [
"",""
],
"keywords": [
"",
""
"bare-metal",
"tmr0",
"sleep",
"interrupt"
],
"additionalData": {
"longDescription": {
Expand Down

0 comments on commit 6151868

Please sign in to comment.