Skip to content

Commit

Permalink
[DISCOVER] Added discover.microchip.com metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zzelevl committed Nov 13, 2020
1 parent 3f7824a commit 88dc961
Show file tree
Hide file tree
Showing 27 changed files with 2,014 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu32.mplabx.project.csp_apps_sam_ha1_ac_sleepwalk_singleshot",
"version": "3.0.1",
"displayName": "AC Sleepwalking Example for SAM HAx Family",
"projectName": "ac_sleepwalk_singleshot_sam_ha1_xpro",
"shortDescription": "This example application shows how to use the AC Peripheral library to perform a single shot comparison in standby sleep mode periodically and wake up the device at the end of a successful comparison.",
"ide": {
"name": "MPLABX",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC32",
"semverRange": ">=2.40.0"
}
],
"dfp": {
"name": "SAMHA1_DFP",
"semverRange": "^2.0.42"
},
"configurator": {
"name": "MHC",
"semverRange": ">=3.5.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "ATSAMHA1G16AB",
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
[
"Development Kit", "SAM HA1G16A Xplained Pro Evaluation Kit"
],
[
"Harmony", "Peripherals", "AC"
],
[
"Peripherals", "AC"
]
],
"peripherals": [
"AC"
],
"keywords": [
"MHC",
"Harmony",
"ATSAMHA1G16AB",
"SAM HAx Family",
"AC voltage",
"AC",
"Analog Comparator",
"Comparator",
"Analog"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../readme.md",
"mimeType": "text/markdown"
}
}
}
}
}
77 changes: 77 additions & 0 deletions apps/ac/ac_wav_gen/firmware/sam_ha1_xpro.X/.main-meta/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu32.mplabx.project.csp_apps_sam_ha1_ac_wav_gen",
"version": "3.0.1",
"displayName": "AC PWM generation Example for SAM HAx Family",
"projectName": "ac_wav_gen_sam_ha1_xpro",
"shortDescription": "This example application shows how to use the Analog Comparator Peripheral library to generate a 1KHz PWM waveform.",
"ide": {
"name": "MPLABX",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC32",
"semverRange": ">=2.40.0"
}
],
"dfp": {
"name": "SAMHA1_DFP",
"semverRange": "^2.0.42"
},
"configurator": {
"name": "MHC",
"semverRange": ">=3.5.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "ATSAMHA1G16AB",
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
[
"Development Kit", "SAM HA1G16A Xplained Pro Evaluation Kit"
],
[
"Harmony", "Peripherals", "AC"
],
[
"Peripherals", "AC"
]
],
"peripherals": [
"AC"
],
"keywords": [
"MHC",
"Harmony",
"ATSAMHA1G16AB",
"SAM HAx Family",
"AC voltage",
"AC",
"Analog Comparator",
"Comparator",
"Analog"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../readme.md",
"mimeType": "text/markdown"
}
}
}
}
}
76 changes: 76 additions & 0 deletions apps/adc/adc_sample/firmware/sam_ha1_xpro.X/.main-meta/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu32.mplabx.project.csp_apps_sam_ha1_adc_sample",
"version": "3.0.1",
"displayName": "ADC Sample Example for SAM HAx Family",
"projectName": "adc_sample_sam_ha1_xpro",
"shortDescription": "This example application shows how to sample an analog input using the ADC and displays the converted samples on a serial terminal.",
"ide": {
"name": "MPLABX",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC32",
"semverRange": ">=2.40.0"
}
],
"dfp": {
"name": "CMSIS",
"semverRange": "^5.4.0"
},
"configurator": {
"name": "MHC",
"semverRange": ">=3.5.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "ATSAMHA1G16AB",
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
[
"Development Kit", "SAM HA1G16A Xplained Pro"
],
[
"Harmony", "Peripherals", "ADC"
],
[
"Peripherals", "ADC"
]
],
"peripherals": [
"ADC"
],
"keywords": [
"MHC",
"Harmony",
"ATSAMHA1G16AB",
"SAM HAx Family",
"AC voltage",
"Analog to Digital Converter",
"ADC",
"Analog"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../readme.md",
"mimeType": "text/markdown"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu32.mplabx.project.csp_apps_sam_ha1_adc_window_sleepwalking",
"version": "3.0.1",
"displayName": "ADC window sleepwalking Example for SAM HAx Family",
"projectName": "adc_window_sleepwalking_sam_ha1_xpro",
"shortDescription": "This application shows how to configure ADC in a sleepwalking operation, where input voltage is measured at a fixed interval, but device is not woken from sleep until the measured value is below a given threshold.",
"ide": {
"name": "MPLABX",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC32",
"semverRange": ">=2.40.0"
}
],
"dfp": {
"name": "SAMHA1_DFP",
"semverRange": "^2.0.42"
},
"configurator": {
"name": "MHC",
"semverRange": ">=3.5.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "ATSAMHA1G16AB",
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
[
"Development Kit", "SAM HA1G16A Xplained Pro"
],
[
"Harmony", "Peripherals", "ADC"
],
[
"Peripherals", "ADC"
]
],
"peripherals": [
"ADC"
],
"keywords": [
"MHC",
"Harmony",
"ATSAMHA1G16AB",
"SAM HAx Family",
"AC voltage",
"Analog to Digital Converter",
"ADC",
"Analog"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../readme.md",
"mimeType": "text/markdown"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu32.mplabx.project.csp_apps_sam_ha1_clock_config",
"version": "3.0.1",
"displayName": "Clock configuration Example for SAM HAx Family",
"projectName": "clock_config_sam_ha1_xpro",
"shortDescription": "This example application shows how to configure the clock system to run the device at maximum frequency. It also outputs a prescaled clock signal on a GPIO pin for measurement and verification.",
"ide": {
"name": "MPLABX",
"semverRange": ">=5.40.0"
},
"compiler": [
{
"name": "XC32",
"semverRange": ">=2.40.0"
}
],
"dfp": {
"name": "SAMHA1_DFP",
"semverRange": "^2.0.42"
},
"configurator": {
"name": "MHC",
"semverRange": ">=3.5.1"
},
"device": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.contentRef",
"content": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.device",
"name": "ATSAMHA1G16AB",
"versionRange": "*"
}
},
"author": "Microchip",
"subcategories": [
[
"Development Kit", "SAM HA1G16A Xplained Pro"
],
[
"Harmony", "Peripherals", "CLOCK"
],
[
"Peripherals", "CLOCK"
]
],
"peripherals": [
"CLOCK"
],
"keywords": [
"MHC",
"Harmony",
"ATSAMHA1G16AB",
"SAM HAx Family",
"Clock"
],
"additionalData": {
"longDescription": {
"metaDataVersion": "1.0.0",
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../readme.md",
"mimeType": "text/markdown"
}
}
}
}
}
Loading

0 comments on commit 88dc961

Please sign in to comment.