-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta data included in pipeline;PAI-565 additional data key value pair…
… updated in metadata;PAI-596 verify metadata;PAI-596 registeration in portal when a public tag is created;PAI-596 metadata version in additionaData reverted to 1.0.0;PAI-596 verify metada stage moved out of deploy stage;PAI-534 Updated the awsCloudService and mqtt submodules to bring in the Server Name Indication (SNI) update.;PAI-627 update in deploy tool reference;PAI-596 portal reg successful email;PAI-596 project name in metadata updated;PAI-631 update application reference to get the firmware version change;PAI-633 Updated the version number in ivy file and main.json file to 4.1.0;PAI-633 Updated the tag name to RC1;PAI-627 fix in tag stage of deploy pipeline;PAI-627 ivy and metadata updated to 4.0.0-rc2 for internal tag;PAI-631 Updated the version number for the final GitHub release.;PAI-596 portal deploy notififcation;PAI-596 edits in sending notification API call;
- Loading branch information
Microchip Technology
committed
Jul 23, 2020
1 parent
673ed2d
commit 9c4a64a
Showing
7 changed files
with
147 additions
and
30 deletions.
There are no files selected for viewing
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,103 @@ | ||
{ | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.ide.project", | ||
"content": { | ||
"metaDataVersion": "1.1.0", | ||
"name": "com.microchip.mcu8.mplabx.project.avr-iot-aws-sensor-node-mplab", | ||
"version": "4.1.0", | ||
"displayName": "AVR IoT AWS Sensor Node MPLAB", | ||
"projectName": "avr-iot-aws-sensor-node-mplab", | ||
"shortDescription": "Microchip AVR-IoT WA (Wireless for Amazon Web Services) Application Example", | ||
"ide": { | ||
"name": "MPLABX", | ||
"semverRange": ">=5.30.0" | ||
}, | ||
"compiler": [ | ||
{ | ||
"name": "xc8", | ||
"semverRange": "^2.10.0" | ||
}, | ||
{ | ||
"name": "gcc", | ||
"semverRange": "^5.4.0" | ||
} | ||
], | ||
"dfp": { | ||
"name": "Atmega_DFP", | ||
"semverRange": "^2.0.12" | ||
}, | ||
"configurator": { | ||
"name": "MCC", | ||
"semverRange": ">=3.95.0" | ||
}, | ||
"device": { | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.portal.contentRef", | ||
"content": { | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.device", | ||
"name": "ATMEGA4808", | ||
"versionRange": "*" | ||
} | ||
}, | ||
"author": "MCU8 Library Development Team", | ||
"subcategories": [ | ||
"MCC", | ||
"IoT", | ||
[ | ||
"Peripherals", | ||
"SPI" | ||
], | ||
[ | ||
"Peripherals", | ||
"I2C" | ||
], | ||
[ | ||
"Peripherals", | ||
"TIMER" | ||
], | ||
[ | ||
"Peripherals", | ||
"UART" | ||
], | ||
[ | ||
"Peripherals", | ||
"ADC" | ||
] | ||
], | ||
"peripherals": [ | ||
"Interrupt", | ||
"PWM", | ||
"CCP", | ||
"TIMER" | ||
], | ||
"keywords": [ | ||
"MCC", | ||
"ECC608", | ||
"WINC1510", | ||
"Wireless", | ||
"MQTT", | ||
"Internet of things", | ||
"Security", | ||
"Crypto Authentication Library", | ||
"Cloud", | ||
"AWS", | ||
"Amazon web Services", | ||
"Sensors", | ||
"AVR-IoT", | ||
"AVR-IoT WA Development Board" | ||
|
||
], | ||
"additionalData": { | ||
"longDescription": { | ||
"metaDataVersion": "1.0.0", | ||
"category": "com.microchip.portal.fileRef", | ||
"content": { | ||
"metaDataVersion": "1.0.0", | ||
"fileName": "./README.md", | ||
"mimeType": "text/markdown" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
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
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