@mchp-mcc/pic-8bit 5.31.0 → 5.32.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 +7 -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/PIC16F13214.json +1 -0
- package/json/PIC16F13215.json +1 -0
- package/json/PIC16F13224.json +1 -0
- package/json/PIC16F13225.json +1 -0
- package/json/PIC16F13226.json +1 -0
- package/json/PIC16F13244.json +1 -0
- package/json/PIC16F13245.json +1 -0
- package/json/PIC16F13246.json +1 -0
- 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/package.json +17 -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.32.0] - 2026-06-23
|
|
5
5
|
|
|
6
6
|
### New Features and Improvements
|
|
7
|
-
- **M8PD-
|
|
7
|
+
- **M8PD-18359** :- Added support for PIC16F132[4,2,1]x devices
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [5.
|
|
10
|
+
## [5.31.0] - 2026-03-20
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
|
|
13
|
+
No changes from previous version
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## [5.
|
|
16
|
+
## [5.30.0] - 2026-01-13
|
|
17
17
|
|
|
18
18
|
### Bug Fixes
|
|
19
|
-
- **M8PD-
|
|
19
|
+
- **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
|
package/Readme.md
CHANGED
|
@@ -61,19 +61,19 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
61
61
|
# Changelog
|
|
62
62
|
All notable changes to this project will be documented in this file.
|
|
63
63
|
|
|
64
|
-
## [5.
|
|
64
|
+
## [5.32.0] - 2026-06-23
|
|
65
65
|
|
|
66
66
|
### New Features and Improvements
|
|
67
|
-
- **M8PD-
|
|
67
|
+
- **M8PD-18359** :- Added support for PIC16F132[4,2,1]x devices
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
## [5.
|
|
70
|
+
## [5.31.0] - 2026-03-20
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
|
|
73
|
+
No changes from previous version
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
## [5.
|
|
76
|
+
## [5.30.0] - 2026-01-13
|
|
77
77
|
|
|
78
78
|
### Bug Fixes
|
|
79
|
-
- **M8PD-
|
|
79
|
+
- **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
|