Skip to content

Commit 78590fa

Browse files
Usha Gsaikprasad
authored andcommitted
MPAE-18337 Updated readme and metadata file
1 parent 3a9031c commit 78590fa

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
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": "1.0.0",
7+
"version": "1.0.1",
88
"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": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=6.15.0"
13+
"semverRange": ">=6.20.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.45.0"
18+
"semverRange": "^2.50.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC16F1xxxx_DFP",
23-
"semverRange": "^1.23.382"
23+
"semverRange": "^1.25.389"
2424
},
2525
"configurator": {
2626
"name": "MCC",

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ The input commands and clients I2C address information has been displayed on the
4343

4444
## Software Used
4545

46-
- MPLAB® X IDE [6.15 or newer](http://www.microchip.com/mplab/mplab-x-ide)
47-
- MPLAB® XC8 [2.45 or a newer](http://www.microchip.com/mplab/compilers)
48-
- MPLAB® Code Configurator (MCC) [5.3.7 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
49-
- Microchip PIC16F1xxxx Series Device Support [1.23.382 or newer](https://packs.download.microchip.com/)
46+
- MPLAB® X IDE [6.20 or newer](http://www.microchip.com/mplab/mplab-x-ide)
47+
- MPLAB® XC8 [2.50 or a newer](http://www.microchip.com/mplab/compilers)
48+
- MPLAB® Code Configurator (MCC) [5.7.1 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
49+
- Microchip PIC16F1xxxx Series Device Support [1.25.389 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)
51-
- MCC Melody Core 2.6.3
5251
- MSSP MCC Melody Core 7.0.1
53-
- TMR0 MCC Melody Core 4.0.12
52+
- TMR0 MCC Melody Core 4.0.13
5453
- UART MCC Melody Core 1.10.0
5554

5655
**Note:**

0 commit comments

Comments
 (0)