Skip to content

Commit 7e4200e

Browse files
Usha Gsaikprasad
authored andcommitted
MPAE-17022 Updated Readme and metadata file
1 parent 5d3388b commit 7e4200e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.main-meta/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
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.0.0"
13+
"semverRange": ">=6.15.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.36.0"
18+
"semverRange": "^2.45.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC16F1xxxx_DFP",
23-
"semverRange": "^1.9.163"
23+
"semverRange": "^1.23.382"
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=5.1.1"
27+
"semverRange": ">=5.3.7"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",

README.md

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

4444
## Software Used
4545

46-
- MPLAB® X IDE [6.0.0 or newer](http://www.microchip.com/mplab/mplab-x-ide)
47-
- MPLAB® XC8 [2.36.0 or a newer](http://www.microchip.com/mplab/compilers)
48-
- MPLAB® Code Configurator (MCC) [5.1.1 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
49-
- Microchip PIC16F1xxxx Series Device Support [1.9.163 or newer](https://packs.download.microchip.com/)
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/)
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.1.9
52-
- MSSP MCC Melody Core 6.1.1
53-
- TMR0 MCC Melody Core 4.0.8
54-
- UART MCC Melody Core 1.6.0
51+
- MCC Melody Core 2.6.3
52+
- MSSP MCC Melody Core 7.0.1
53+
- TMR0 MCC Melody Core 4.0.12
54+
- UART MCC Melody Core 1.10.0
5555

5656
**Note:**
5757

0 commit comments

Comments
 (0)