-
Notifications
You must be signed in to change notification settings - Fork 0
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
28 changed files
with
2,030 additions
and
0 deletions.
There are no files selected for viewing
72 changes: 72 additions & 0 deletions
72
...memory/async/nvm_sst26_read_write/firmware/pic32mz_das_sk_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,72 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu32.mplabx.project.core_apps_pic32mz_da_driver_memory_async_nvm_sst26_read_write_pic32mz_das_sk_freertos", | ||
"version": "3.0.1", | ||
"displayName": "Memory driver asynchronous - NVM SST26 Read Write Example for PIC32MZ DA Family", | ||
"projectName": "async_nvm_sst26_read_write_pic32mz_das_sk_freertos", | ||
"shortDescription": "This example application shows how to use the Memory driver in asynchronous mode to perform block operations on the NVM and the SST26 media's.", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "PIC32MZ-DA_DFP", | ||
"semverRange": "^1.2.102" | ||
}, | ||
"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": "PIC32MZ2064DAS169", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "PIC32MZ Embedded Graphics with Stacked DRAM (DA) Starter Kit (Crypto)" | ||
], | ||
[ | ||
"Harmony", "Drivers", "MEMORY" | ||
], | ||
[ | ||
"Peripherals", "MEMORY" | ||
] | ||
], | ||
"peripherals": [ | ||
"MEMORY" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"PIC32MZ2064DAS169", | ||
"PIC32MZ DA Family" | ||
], | ||
"additionalData": { | ||
"longDescription": { | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.portal.fileRef", | ||
"content": { | ||
"metaDataVersion": "1.0.0", | ||
"fileName": "./../../readme.md", | ||
"mimeType": "text/markdown" | ||
} | ||
} | ||
} | ||
} | ||
} |
78 changes: 78 additions & 0 deletions
78
apps/driver/sdmmc/async/sdmmc_read_write/firmware/pic32mz_das_sk.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,78 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu32.mplabx.project.core_apps_pic32mz_da_driver_sdmmc_async_sdmmc_read_write_pic32mz_das_sk", | ||
"version": "3.0.1", | ||
"displayName": "SDMMC driver asynchronous - SDMMC Read Write Example for PIC32MZ DA Family", | ||
"projectName": "sdmmc_read_write_pic32mz_das_sk", | ||
"shortDescription": "This example application shows how to use the SDMMC driver in asynchronous mode to perform block operations on the SD Card Media", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "PIC32MZ-DA_DFP", | ||
"semverRange": "^1.2.102" | ||
}, | ||
"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": "PIC32MZ2064DAS169", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "PIC32MZ Embedded Graphics with Stacked DRAM (DA) Starter Kit (Crypto)" | ||
], | ||
[ | ||
"Harmony", "Drivers", "SDMMC" | ||
], | ||
[ | ||
"Peripherals", "SDMMC" | ||
] | ||
], | ||
"peripherals": [ | ||
"SDMMC" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"PIC32MZ2064DAS169", | ||
"PIC32MZ DA Family", | ||
"SDHC", | ||
"SDMMC", | ||
"SD Card", | ||
"Memory", | ||
"MMC", | ||
"Multi Media Card" | ||
], | ||
"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
76
...r/spi/async/spi_self_loopback_multi_client/firmware/pic32mz_dag_sk.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,76 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu32.mplabx.project.core_apps_pic32mz_da_driver_spi_async_spi_self_loopback_multi_client_pic32mz_dag_sk", | ||
"version": "3.0.1", | ||
"displayName": "SPI Driver asynchronous - Self loopback multi client Example for PIC32MZ DA Family", | ||
"projectName": "spi_self_loopback_multi_client_pic32mz_dag_sk", | ||
"shortDescription": "This example demonstrates how to use the SPI driver in asynchronous mode to achieve self-loop back between multiple clients", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "PIC32MZ-DA_DFP", | ||
"semverRange": "^1.2.102" | ||
}, | ||
"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": "PIC32MZ2064DAG169", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "PIC32MZ Embedded Graphics with Stacked DRAM (DA) Starter Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "SPI" | ||
], | ||
[ | ||
"Peripherals", "SPI" | ||
] | ||
], | ||
"peripherals": [ | ||
"SPI" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"PIC32MZ2064DAG169", | ||
"PIC32MZ DA Family", | ||
"SPI", | ||
"Serial Communication", | ||
"SERCOM", | ||
"FLEXCOM" | ||
], | ||
"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
76
...r/spi/async/spi_self_loopback_multi_client/firmware/pic32mz_das_sk.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,76 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu32.mplabx.project.core_apps_pic32mz_da_driver_spi_async_spi_self_loopback_multi_client_pic32mz_das_sk", | ||
"version": "3.0.1", | ||
"displayName": "SPI Driver asynchronous - Self loopback multi client Example for PIC32MZ DA Family", | ||
"projectName": "async_spi_self_loopback_multi_client_pic32mz_das_sk", | ||
"shortDescription": "This example demonstrates how to use the SPI driver in asynchronous mode to achieve self-loop back between multiple clients", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "PIC32MZ-DA_DFP", | ||
"semverRange": "^1.2.102" | ||
}, | ||
"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": "PIC32MZ2064DAS169", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "PIC32MZ Embedded Graphics with Stacked DRAM (DA) Starter Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "SPI" | ||
], | ||
[ | ||
"Peripherals", "SPI" | ||
] | ||
], | ||
"peripherals": [ | ||
"SPI" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"PIC32MZ2064DAS169", | ||
"PIC32MZ DA Family", | ||
"SPI", | ||
"Serial Communication", | ||
"SERCOM", | ||
"FLEXCOM" | ||
], | ||
"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
76
...nc/spi_self_loopback_multi_client/firmware/pic32mz_dag_sk_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,76 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu32.mplabx.project.core_apps_pic32mz_da_driver_spi_sync_spi_self_loopback_multi_client_pic32mz_dag_sk_freertos", | ||
"version": "3.0.1", | ||
"displayName": "SPI Driver synchronous - Self loopback multi client Example for PIC32MZ DA Family", | ||
"projectName": "spi_self_loopback_multi_client_pic32mz_dag_sk_freertos", | ||
"shortDescription": "This example demonstrates how to use the SPI driver in synchronous mode to achieve self-loop back between multiple clients in RTOS environment", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.40.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "XC32", | ||
"semverRange": ">=2.40.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "PIC32MZ-DA_DFP", | ||
"semverRange": "^1.2.102" | ||
}, | ||
"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": "PIC32MZ2064DAG169", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "Microchip", | ||
"subcategories": [ | ||
[ | ||
"Development Kit", "PIC32MZ Embedded Graphics with Stacked DRAM (DA) Starter Kit" | ||
], | ||
[ | ||
"Harmony", "Drivers", "SPI" | ||
], | ||
[ | ||
"Peripherals", "SPI" | ||
] | ||
], | ||
"peripherals": [ | ||
"SPI" | ||
], | ||
"keywords": [ | ||
"MHC", | ||
"Harmony", | ||
"PIC32MZ2064DAG169", | ||
"PIC32MZ DA Family", | ||
"SPI", | ||
"Serial Communication", | ||
"SERCOM", | ||
"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.