-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added discover.microchip.com metadata
- Loading branch information
Showing
83 changed files
with
6,187 additions
and
0 deletions.
There are no files selected for viewing
77 changes: 77 additions & 0 deletions
77
apps/driver/i2c/async/i2c_eeprom/firmware/sam_e70_xult.X/.main-meta/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.core_apps_sam_e70_s70_v70_v71_driver_i2c_async_i2c_eeprom_sam_e70_xult", | ||
"version": "3.0.1", | ||
"displayName": "I2C driver asynchronous - I2C EEPROM Example for SAM E70/S70/V70/V71 Family", | ||
"projectName": "async_i2c_eeprom_sam_e70_xult", | ||
"shortDescription": "This example application shows how to use the I2C driver in asynchronous mode to perform operations on the EEPROM.", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "SAME70_DFP", | ||
"semverRange": "^4.2.59" | ||
}, | ||
"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": "ATSAME70Q21B", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "SAM E70 Xplained Ultra Evaluation Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "I2C" | ||
], | ||
[ | ||
"Peripherals", "I2C" | ||
] | ||
], | ||
"peripherals": [ | ||
"I2C" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"ATSAME70Q21B", | ||
"SAM E70/S70/V70/V71 Family", | ||
"I2C", | ||
"Serial Communication", | ||
"SERCOM", | ||
"TWI", | ||
"FLEXCOM" | ||
], | ||
"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
77
apps/driver/i2c/async/i2c_eeprom/firmware/sam_e70_xult_freertos.X/.main-meta/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.core_apps_sam_e70_s70_v70_v71_driver_i2c_async_i2c_eeprom_sam_e70_xult_freertos", | ||
"version": "3.0.1", | ||
"displayName": "I2C driver asynchronous - I2C EEPROM Example for SAM E70/S70/V70/V71 Family", | ||
"projectName": "async_i2c_eeprom_sam_e70_xult_freertos", | ||
"shortDescription": "This example application shows how to use the I2C driver in asynchronous mode to perform operations on the EEPROM.", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "SAME70_DFP", | ||
"semverRange": "^4.2.59" | ||
}, | ||
"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": "ATSAME70Q21B", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "SAM E70 Xplained Ultra Evaluation Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "I2C" | ||
], | ||
[ | ||
"Peripherals", "I2C" | ||
] | ||
], | ||
"peripherals": [ | ||
"I2C" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"ATSAME70Q21B", | ||
"SAM E70/S70/V70/V71 Family", | ||
"I2C", | ||
"Serial Communication", | ||
"SERCOM", | ||
"TWI", | ||
"FLEXCOM" | ||
], | ||
"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
77
apps/driver/i2c/async/i2c_eeprom/firmware/sam_v71_xult.X/.main-meta/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.core_apps_sam_e70_s70_v70_v71_driver_i2c_async_i2c_eeprom_sam_v71_xult", | ||
"version": "3.0.1", | ||
"displayName": "I2C driver asynchronous - I2C EEPROM Example for SAM E70/S70/V70/V71 Family", | ||
"projectName": "async_i2c_eeprom_sam_v71_xult", | ||
"shortDescription": "This example application shows how to use the I2C driver in asynchronous mode to perform operations on the EEPROM.", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "SAMV71_DFP", | ||
"semverRange": "^4.3.66" | ||
}, | ||
"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": "ATSAMV71Q21B", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "SAM E70 Xplained Ultra Evaluation Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "I2C" | ||
], | ||
[ | ||
"Peripherals", "I2C" | ||
] | ||
], | ||
"peripherals": [ | ||
"I2C" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"ATSAMV71Q21B", | ||
"SAM E70/S70/V70/V71 Family", | ||
"I2C", | ||
"Serial Communication", | ||
"SERCOM", | ||
"TWI", | ||
"FLEXCOM" | ||
], | ||
"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
77
apps/driver/i2c/async/i2c_eeprom/firmware/sam_v71_xult_freertos.X/.main-meta/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.core_apps_sam_e70_s70_v70_v71_driver_i2c_async_i2c_eeprom_sam_v71_xult_freertos", | ||
"version": "3.0.1", | ||
"displayName": "I2C driver asynchronous - I2C EEPROM Example for SAM E70/S70/V70/V71 Family", | ||
"projectName": "async_i2c_eeprom_sam_v71_xult_freertos", | ||
"shortDescription": "This example application shows how to use the I2C driver in asynchronous mode to perform operations on the EEPROM.", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "SAMV71_DFP", | ||
"semverRange": "^4.3.66" | ||
}, | ||
"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": "ATSAMV71Q21B", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "SAM E70 Xplained Ultra Evaluation Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "I2C" | ||
], | ||
[ | ||
"Peripherals", "I2C" | ||
] | ||
], | ||
"peripherals": [ | ||
"I2C" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"ATSAMV71Q21B", | ||
"SAM E70/S70/V70/V71 Family", | ||
"I2C", | ||
"Serial Communication", | ||
"SERCOM", | ||
"TWI", | ||
"FLEXCOM" | ||
], | ||
"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
77
apps/driver/i2c/async/i2c_multi_slave/firmware/sam_e70_xult.X/.main-meta/main.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.core_apps_sam_e70_s70_v70_v71_driver_i2c_async_i2c_multi_slave_sam_e70_xult", | ||
"version": "3.0.1", | ||
"displayName": "I2C driver asynchronous - multi slave Example for SAM E70/S70/V70/V71 Family", | ||
"projectName": "async_i2c_multi_slave_sam_e70_xult", | ||
"shortDescription": "This example application demonstrates the multi-client feature of the asynchronous mode of the I2C driver by communicating with an external EEPROM and a temperature sensor.", | ||
"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": "ATSAME70Q21B", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "SAM E70 Xplained Ultra Evaluation Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "I2C" | ||
], | ||
[ | ||
"Peripherals", "I2C" | ||
] | ||
], | ||
"peripherals": [ | ||
"I2C" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"ATSAME70Q21B", | ||
"SAM E70/S70/V70/V71 Family", | ||
"I2C", | ||
"Serial Communication", | ||
"SERCOM", | ||
"TWI", | ||
"FLEXCOM" | ||
], | ||
"additionalData": { | ||
"longDescription": { | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.portal.fileRef", | ||
"content": { | ||
"metaDataVersion": "1.0.0", | ||
"fileName": "./../../readme.md", | ||
"mimeType": "text/markdown" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.