@mchp-mcc/pic-8bit 5.29.1 → 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 +6 -6
- package/Readme.md +8 -6
- 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/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,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [5.30.0] - 2026-01-13
|
|
5
|
+
|
|
6
|
+
### New Features and Improvements
|
|
7
|
+
- **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [5.29.1] - 2025-04-10
|
|
5
11
|
|
|
6
12
|
### Bug Fixes
|
|
@@ -11,9 +17,3 @@ All notable changes to this project will be documented in this file.
|
|
|
11
17
|
|
|
12
18
|
### New Features and Improvements
|
|
13
19
|
- **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## [5.28.4] - 2024-10-15
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
- **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
|
package/Readme.md
CHANGED
|
@@ -52,12 +52,20 @@ 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
|
|
|
63
|
+
## [5.30.0] - 2026-01-13
|
|
64
|
+
|
|
65
|
+
### New Features and Improvements
|
|
66
|
+
- **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
|
|
67
|
+
|
|
68
|
+
|
|
61
69
|
## [5.29.1] - 2025-04-10
|
|
62
70
|
|
|
63
71
|
### Bug Fixes
|
|
@@ -68,9 +76,3 @@ All notable changes to this project will be documented in this file.
|
|
|
68
76
|
|
|
69
77
|
### New Features and Improvements
|
|
70
78
|
- **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [5.28.4] - 2024-10-15
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
- **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
|