Skip to content

Commit e12e13d

Browse files
MPAE-15914: updated files and metadata.
1 parent 94948b1 commit e12e13d

File tree

20 files changed

+428
-273
lines changed

20 files changed

+428
-273
lines changed

.main-meta/main.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f56q71-cnano-adccc-differential-reading-mplab-mcc",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"displayName": "Analog-to-Digital Converter with Computation (ADCC) and Context Switching — Differential Reading Using PIC18F56Q71 Microcontroller with MCC Melody",
99
"projectName": "pic18f56q71-cnano-adccc-differential-reading-mplab-mcc",
1010
"shortDescription": "Analog-to-Digital Converter with Computation (ADCC) and Context Switching — Differential Reading Using PIC18F56Q71 Microcontroller with MCC Melody",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=6.0.0"
13+
"semverRange": ">=6.10.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.40.0"
18+
"semverRange": "^2.41.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC18F-Q_DFP",
23-
"semverRange": "^1.15.242"
23+
"semverRange": "^1.18.389"
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=5.1.13"
27+
"semverRange": ">=5.3.7"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",

Q71_diff_reading.X/Q71_diff_reading.mc3

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

Q71_diff_reading.X/mcc_generated_files/system/clock.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*
66
* @defgroup clockdriver Clock Driver
77
*
8-
* @brief This is the generated header file for the Clock driver.
8+
* @brief This file contains the API prototypes and other data types for the Clock driver.
99
*
10-
* @version Driver Version 2.0.2
10+
* @version Driver Version 2.0.3
1111
*
1212
*/
1313

@@ -41,9 +41,9 @@
4141

4242
/**
4343
* @ingroup clockdriver
44-
* @brief Initializes all the INTERNAL OSCILLATOR sources and clock switch configurations.
45-
* @param None
46-
* @return None
44+
* @brief Initializes all the Internal Oscillator sources and the clock switch configurations.
45+
* @param None.
46+
* @return None.
4747
*/
4848
void CLOCK_Initialize(void);
4949

Q71_diff_reading.X/mcc_generated_files/system/config_bits.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @defgroup config_bitsdriver CONFIGBITS Driver
77
*
8-
* @brief This is the generated header file for the CONFIGURATION BITS.
8+
* @brief This file contains the API prototype for the Configuration Bits driver.
99
*
1010
* @version Driver Version 1.0.0
1111
*/
@@ -33,9 +33,7 @@
3333

3434
#ifndef CONFIG_BITS_H
3535
#define CONFIG_BITS_H
36-
/**
37-
Section: Included Files
38-
*/
36+
3937
#include "../system/clock.h"
4038

4139
#endif /* CONFIG_BITS_H */

0 commit comments

Comments
 (0)