Skip to content

Commit d1252dd

Browse files
Usha GUsha G
authored andcommitted
MPAE-13281 Modified readme and added metadata file
1 parent f573273 commit d1252dd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.main-meta/main.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f15244-uart-i2c-bridge-and-i2c-host-mplab-mcc",
7-
"version": " ",
8-
"displayName": "",
7+
"version": "1.0.0",
8+
"displayName": "UART-I2C Bridge and I2C Host Implementation using PIC16F15244 Microcontroller",
99
"projectName": "pic16f15244-uart-i2c-bridge-and-i2c-host-mplab-mcc",
1010
"shortDescription": "This example demonstrates UART I2C bridge implementation using PIC microcontroller The PIC16F15244 MCU acts as I2C host and communicates with multiple I2C clients Compatible PIC16F152xx family of MCUs are PIC16F15214 PIC16F15223 PIC16F15254 PIC16F15276",
1111
"ide": {
@@ -19,12 +19,12 @@
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC16F1xxxx_DFP",
23+
"semverRange": "^1.9.163"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": ">=5.1.1"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"author": "Usha G",
40-
"peripherals": [],
41-
"keywords": [],
40+
"peripherals": ["TMR0","MSSP","UART"],
41+
"keywords": ["Communication","Data Visualizer","I2C Protocol"],
4242
"additionalData": {
4343
"longDescription": {
4444
"metaDataVersion": "1.0.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The input commands and clients I2C address information has been displayed on the
4646
- MPLAB® X IDE [6.0.0 or newer](http://www.microchip.com/mplab/mplab-x-ide)
4747
- MPLAB® XC8 [2.36.0 or a newer](http://www.microchip.com/mplab/compilers)
4848
- MPLAB® Code Configurator (MCC) [5.1.1 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
49-
- Microchip PIC16F1xxxx Series Device Support [1.13.178 or newer](https://packs.download.microchip.com/)
49+
- Microchip PIC16F1xxxx Series Device Support [1.9.163 or newer](https://packs.download.microchip.com/)
5050
- Standalone Data Visualizer [2.20.674 or newer](https://www.microchip.com/en-us/development-tools-tools-and-software/embedded-software-center/atmel-data-visualizer)
5151
- MCC Melody Core 2.1.9
5252
- MSSP MCC Melody Core 6.1.1

0 commit comments

Comments
 (0)