Skip to content

Commit 66543db

Browse files
Usha Gsaikprasad
authored andcommitted
MPAE-17023 Updated Readme and metadata file
1 parent 03ef9af commit 66543db

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.main-meta/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"metaDataVersion": "1.0.0",
2+
"metaDataVersion": "1.0.1",
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.3.0",
@@ -10,21 +10,21 @@
1010
"shortDescription": "This example demonstrates UART-I2C bridge implementation using PIC MCU. The PIC16F15244 MCU processes periodically acquired sensor data and also acts as a I2C client. 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ The input commands and clients I2C address information has been displayed on the
3535

3636
## Software Used
3737

38-
- MPLAB® X IDE [6.0.0 or newer](http://www.microchip.com/mplab/mplab-x-ide)
39-
- MPLAB® XC8 [2.36.0 or newer](http://www.microchip.com/mplab/compilers)
40-
- MPLAB® Code Configurator (MCC) [5.1.1 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
41-
- Microchip PIC16F1xxxx Series Device Support [1.9.163 or newer](https://packs.download.microchip.com/)
42-
- MCC Melody Core 2.1.9
43-
- MSSP MCC Melody Core 6.1.1
44-
- ADC MCC Melody Core 3.0.6
45-
- TMR0 MCC Melody Core 4.0.8
46-
- UART MCC Melody Core 1.6.0
38+
- MPLAB® X IDE [6.15 or newer](http://www.microchip.com/mplab/mplab-x-ide)
39+
- MPLAB® XC8 [2.45 or newer](http://www.microchip.com/mplab/compilers)
40+
- MPLAB® Code Configurator (MCC) [5.3.7 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
41+
- Microchip PIC16F1xxxx Series Device Support [1.23.382 or newer](https://packs.download.microchip.com/)
42+
- MCC Melody Core 2.6.3
43+
- MSSP MCC Melody Core 7.0.1
44+
- ADC MCC Melody Core 3.0.10
45+
- TMR0 MCC Melody Core 4.0.12
46+
- UART MCC Melody Core 1.10.0
4747

4848
## Hardware Used
4949

0 commit comments

Comments
 (0)