Skip to content

Commit 9fd1779

Browse files
committed
MPAE-9210 fix metadata and readme
1 parent 68658ba commit 9fd1779

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.main-meta/main.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-cnano-eusart-printf-mcc",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"displayName": "EUSART Send Formatted Messages Using printf",
99
"projectName": "pic18f47q10-cnano-eusart-printf-mcc",
1010
"shortDescription": "This example shows how to enhance the Hello World use case with the ability to use printf function to send messages over EUSART. In this example, messages are Data Stream protocol frames, MPLAB Data Visualizer can be used to display them as plots. The drivers for peripherals were generated using MCC.",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=5.30"
13+
"semverRange": ">=5.30.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.10"
18+
"semverRange": "^2.10.0"
1919
}
2020
],
2121
"dfp": {
@@ -38,7 +38,6 @@
3838
},
3939
"author": "Microchip",
4040
"subcategories": [
41-
"Peripherals",
4241
[
4342
"Peripherals",
4443
"EUSART"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://www.microchip.com" rel="nofollow"><img src="./images/MicrochipLogo.png" alt="Microchip Logo" width="300" /></a>
1+
[![MCHP](images/microchip.png)](https://www.microchip.com)
22

33
# PIC18F47Q10 EUSART Send Formatted Messages Using `printf`
44

images/MicrochipLogo.png

-37.2 KB
Binary file not shown.

images/microchip.png

5.47 KB
Loading

0 commit comments

Comments
 (0)