@mchp-mcc/pic-8bit 5.30.0 → 5.31.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 -8
- 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/PIC16F13254.json +1 -1
- package/json/PIC16F13255.json +1 -1
- package/json/PIC16F13256.json +1 -1
- package/json/PIC16F13274.json +1 -1
- package/json/PIC16F13275.json +1 -1
- package/json/PIC16F13276.json +1 -1
- package/json/PIC18F24Q35.json +1 -0
- package/json/PIC18F25Q35.json +1 -0
- package/json/PIC18F26Q35.json +1 -0
- package/json/PIC18F44Q35.json +1 -0
- package/json/PIC18F45Q35.json +1 -0
- package/json/PIC18F46Q35.json +1 -0
- package/json/PIC18F54Q35.json +1 -0
- package/json/PIC18F55Q35.json +1 -0
- package/json/PIC18F56Q35.json +1 -0
- package/package.json +19 -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.31.0] - 2026-03-20
|
|
5
5
|
|
|
6
6
|
### New Features and Improvements
|
|
7
|
-
- **M8PD-
|
|
7
|
+
- **M8PD-18036** :- Added support for PIC18F[2,4,5][4,5,6]Q35 devices
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [5.
|
|
10
|
+
## [5.30.0] - 2026-01-13
|
|
11
11
|
|
|
12
12
|
### Bug Fixes
|
|
13
|
-
- **M8PD-
|
|
13
|
+
- **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## [5.29.
|
|
16
|
+
## [5.29.1] - 2025-04-10
|
|
17
17
|
|
|
18
|
-
###
|
|
19
|
-
- **M8PD-
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|
package/Readme.md
CHANGED
|
@@ -27,7 +27,7 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
27
27
|
| PIC16(L)F153xx |
|
|
28
28
|
| PIC16(L)F183xx |
|
|
29
29
|
| PIC16(L)F19[3/4]x |
|
|
30
|
-
| PIC12/16(L)F18[2/4]x
|
|
30
|
+
| PIC12/16(L)F18[2/4]x|
|
|
31
31
|
| PIC12/16(L)F161x |
|
|
32
32
|
| PIC16(L)F178x |
|
|
33
33
|
| PIC16LF190x |
|
|
@@ -50,6 +50,7 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
50
50
|
| PIC18FxxK90 |
|
|
51
51
|
| PIC18FxxQ20 |
|
|
52
52
|
| PIC18FxxQ24 |
|
|
53
|
+
| PIC18FxxQ35 |
|
|
53
54
|
| PIC16F131xx |
|
|
54
55
|
| PIC16F175xx |
|
|
55
56
|
| PIC16F132xx |
|
|
@@ -60,19 +61,19 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
60
61
|
# Changelog
|
|
61
62
|
All notable changes to this project will be documented in this file.
|
|
62
63
|
|
|
63
|
-
## [5.
|
|
64
|
+
## [5.31.0] - 2026-03-20
|
|
64
65
|
|
|
65
66
|
### New Features and Improvements
|
|
66
|
-
- **M8PD-
|
|
67
|
+
- **M8PD-18036** :- Added support for PIC18F[2,4,5][4,5,6]Q35 devices
|
|
67
68
|
|
|
68
69
|
|
|
69
|
-
## [5.
|
|
70
|
+
## [5.30.0] - 2026-01-13
|
|
70
71
|
|
|
71
72
|
### Bug Fixes
|
|
72
|
-
- **M8PD-
|
|
73
|
+
- **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
|
|
73
74
|
|
|
74
75
|
|
|
75
|
-
## [5.29.
|
|
76
|
+
## [5.29.1] - 2025-04-10
|
|
76
77
|
|
|
77
|
-
###
|
|
78
|
-
- **M8PD-
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
- **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
|