Skip to content

Commit 95b79fb

Browse files
committed
MPAE-19450 fix review comments
1 parent 6f20211 commit 95b79fb

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Example Components are a tight integration of learning material directly into MC
4545
- [PIC18F57Q43 Data Sheet](https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/PIC18F27-47-57Q43-Data-Sheet-40002147F.pdf "PIC18F57Q43 Data Sheet")
4646

4747
## Software Used
48-
- [MPLAB® X IDE](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide) 6.25.0 or newer
49-
- [MPLAB® XC8](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8) 3.00.0 or newer
48+
- [MPLAB® X IDE](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide) 6.25 or newer
49+
- [MPLAB® XC8](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8) 3.00 or newer
5050

5151
- [MPLAB® Code Configurator](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator) (MCC) Plug-in Version 5.6.2 or newer (*Tools>Plugins>Installed*, search: "MCC")
52-
- [MPLAB Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer) Plug-in Version 1.4.1926 or newer (*Tools>Plugins>Installed*, search: "Data Visualizer")
52+
- [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer) Plug-in Version 1.4.1926 or newer (*Tools>Plugins>Installed*, search: "Data Visualizer")
5353
- MCC Melody I2C_Host Example Component for the Curiosity Nano Explorer 1.0.0 or newer
5454
- MCC Core 5.8.2 or newer
5555
- SPA Host 1.0.0 or newer
7.41 KB
Loading

pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer/mcc-manifest-autosave.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer
5-
creation_date: 2025-06-17T12:11:15.249+02:00[Europe/Berlin]
5+
creation_date: 2025-06-17T12:59:40.236+02:00[Europe/Berlin]
66
operating_system: Windows 11
77
mcc_mode: IDE
88
mcc_mode_version: v6.25
@@ -17,19 +17,19 @@ mcc_content_registries: https://registry.npmjs.org/
1717
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.9.1}
1818
packs: {name: N/A, version: N/A}
1919
modules:
20-
- {name: '@mchp-mcc/data-streamer-driver', type: MELODY, version: 2.0.1}
21-
- {name: '@mchp-mcc/example-i2c-host', type: MELODY, version: 1.0.0}
22-
- {name: '@mchp-mcc/i2c-host-driver', type: MELODY, version: 1.0.5}
23-
- {name: '@mchp-mcc/main-manager', type: MELODY, version: 3.1.2}
24-
- {name: '@mchp-mcc/melody', type: CLASSIC, version: 2.9.1}
25-
- {name: '@mchp-mcc/pic-8bit', type: MELODY, version: 5.29.1}
20+
- {name: '@mchp-mcc/pin-content-processor', type: MELODY, version: 3.10.0}
2621
- {name: '@mchp-mcc/pic18-configuration-bits-v1', type: MELODY, version: 5.3.5}
27-
- {name: '@mchp-mcc/pic18-pin-manager', type: MELODY, version: 3.7.1}
28-
- {name: '@mchp-mcc/pin-content-processor', type: MELODY, version: 3.9.1}
2922
- {name: '@mchp-mcc/scf-pic8-i2c-v1', type: MELODY, version: 6.1.4}
30-
- {name: '@mchp-mcc/scf-pic8-interrupt-v1', type: MELODY, version: 5.2.11}
31-
- {name: '@mchp-mcc/scf-pic8-osc-v1', type: MELODY, version: 4.4.0}
32-
- {name: '@mchp-mcc/scf-pic8-tmr2-v1', type: MELODY, version: 5.1.1}
3323
- {name: '@mchp-mcc/scf-pic8-uart-v1', type: MELODY, version: 7.2.0}
34-
- {name: '@mchp-mcc/timer', type: MELODY, version: 1.2.3}
3524
- {name: '@mchp-mcc/uart-driver', type: MELODY, version: 1.10.2}
25+
- {name: '@mchp-mcc/main-manager', type: MELODY, version: 3.1.2}
26+
- {name: '@mchp-mcc/scf-pic8-osc-v1', type: MELODY, version: 4.4.0}
27+
- {name: '@mchp-mcc/i2c-host-driver', type: MELODY, version: 1.0.5}
28+
- {name: '@mchp-mcc/data-streamer-driver', type: MELODY, version: 2.0.1}
29+
- {name: '@mchp-mcc/pic18-pin-manager', type: MELODY, version: 3.7.1}
30+
- {name: '@mchp-mcc/scf-pic8-interrupt-v1', type: MELODY, version: 5.2.11}
31+
- {name: '@mchp-mcc/timer', type: MELODY, version: 1.2.3}
32+
- {name: '@mchp-mcc/scf-pic8-tmr2-v1', type: MELODY, version: 5.1.1}
33+
- {name: '@mchp-mcc/pic-8bit', type: MELODY, version: 5.29.1}
34+
- {name: '@mchp-mcc/example-i2c-host', type: MELODY, version: 1.0.0}
35+
- {name: '@mchp-mcc/pin-content-processor', type: MELODY, version: 3.10.0}

0 commit comments

Comments
 (0)