@mchp-mcc/pic-8bit 5.29.0 → 5.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -6
- package/Readme.md +6 -6
- package/json/PIC16F17524.json +1 -1
- package/json/PIC16F17525.json +1 -1
- package/json/PIC16F17526.json +1 -1
- package/json/PIC16F17544.json +1 -1
- package/json/PIC16F17545.json +1 -1
- package/json/PIC16F17546.json +1 -1
- package/json/PIC16F17554.json +1 -1
- package/json/PIC16F17555.json +1 -1
- package/json/PIC16F17556.json +1 -1
- package/json/PIC16F17574.json +1 -1
- package/json/PIC16F17575.json +1 -1
- package/json/PIC16F17576.json +1 -1
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [5.29.1] - 2025-04-10
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [5.29.0] - 2025-01-31
|
|
5
11
|
|
|
6
12
|
### New Features and Improvements
|
|
@@ -11,9 +17,3 @@ All notable changes to this project will be documented in this file.
|
|
|
11
17
|
|
|
12
18
|
### Bug Fixes
|
|
13
19
|
- **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## [5.28.3] - 2024-10-03
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
- **M8PD-6095** :- Incorrect and missing values in ADSTAT.ADSTAT options
|
package/Readme.md
CHANGED
|
@@ -58,6 +58,12 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
58
58
|
# Changelog
|
|
59
59
|
All notable changes to this project will be documented in this file.
|
|
60
60
|
|
|
61
|
+
## [5.29.1] - 2025-04-10
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|
|
65
|
+
|
|
66
|
+
|
|
61
67
|
## [5.29.0] - 2025-01-31
|
|
62
68
|
|
|
63
69
|
### New Features and Improvements
|
|
@@ -68,9 +74,3 @@ All notable changes to this project will be documented in this file.
|
|
|
68
74
|
|
|
69
75
|
### Bug Fixes
|
|
70
76
|
- **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [5.28.3] - 2024-10-03
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
- **M8PD-6095** :- Incorrect and missing values in ADSTAT.ADSTAT options
|