@mchp-mcc/pic-8bit 5.29.0 → 5.30.0
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 +7 -7
- package/Readme.md +9 -7
- package/json/PIC12F1571.json +1 -1
- package/json/PIC12F1572.json +1 -1
- package/json/PIC12LF1571.json +1 -1
- package/json/PIC12LF1572.json +1 -1
- package/json/PIC16F13113.json +1 -1
- package/json/PIC16F13114.json +1 -1
- package/json/PIC16F13115.json +1 -1
- package/json/PIC16F13123.json +1 -1
- package/json/PIC16F13124.json +1 -1
- package/json/PIC16F13125.json +1 -1
- package/json/PIC16F13143.json +1 -1
- package/json/PIC16F13144.json +1 -1
- package/json/PIC16F13145.json +1 -1
- package/json/PIC16F13254.json +1 -0
- package/json/PIC16F13255.json +1 -0
- package/json/PIC16F13256.json +1 -0
- package/json/PIC16F13274.json +1 -0
- package/json/PIC16F13275.json +1 -0
- package/json/PIC16F13276.json +1 -0
- package/json/PIC16F1574.json +1 -1
- package/json/PIC16F1575.json +1 -1
- package/json/PIC16F1578.json +1 -1
- package/json/PIC16F1579.json +1 -1
- 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/json/PIC16LF1574.json +1 -1
- package/json/PIC16LF1575.json +1 -1
- package/json/PIC16LF1578.json +1 -1
- package/json/PIC16LF1579.json +1 -1
- package/package.json +13 -1
package/Changelog.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [5.
|
|
4
|
+
## [5.30.0] - 2026-01-13
|
|
5
5
|
|
|
6
6
|
### New Features and Improvements
|
|
7
|
-
- **M8PD-
|
|
7
|
+
- **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [5.
|
|
10
|
+
## [5.29.1] - 2025-04-10
|
|
11
11
|
|
|
12
12
|
### Bug Fixes
|
|
13
|
-
- **M8PD-
|
|
13
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## [5.
|
|
16
|
+
## [5.29.0] - 2025-01-31
|
|
17
17
|
|
|
18
|
-
###
|
|
19
|
-
- **M8PD-
|
|
18
|
+
### New Features and Improvements
|
|
19
|
+
- **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
|
package/Readme.md
CHANGED
|
@@ -52,25 +52,27 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
52
52
|
| PIC18FxxQ24 |
|
|
53
53
|
| PIC16F131xx |
|
|
54
54
|
| PIC16F175xx |
|
|
55
|
+
| PIC16F132xx |
|
|
56
|
+
|
|
55
57
|
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
# Changelog
|
|
59
61
|
All notable changes to this project will be documented in this file.
|
|
60
62
|
|
|
61
|
-
## [5.
|
|
63
|
+
## [5.30.0] - 2026-01-13
|
|
62
64
|
|
|
63
65
|
### New Features and Improvements
|
|
64
|
-
- **M8PD-
|
|
66
|
+
- **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
|
|
65
67
|
|
|
66
68
|
|
|
67
|
-
## [5.
|
|
69
|
+
## [5.29.1] - 2025-04-10
|
|
68
70
|
|
|
69
71
|
### Bug Fixes
|
|
70
|
-
- **M8PD-
|
|
72
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|
|
71
73
|
|
|
72
74
|
|
|
73
|
-
## [5.
|
|
75
|
+
## [5.29.0] - 2025-01-31
|
|
74
76
|
|
|
75
|
-
###
|
|
76
|
-
- **M8PD-
|
|
77
|
+
### New Features and Improvements
|
|
78
|
+
- **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
|