@mchp-mcc/pic-8bit 5.26.1 → 5.27.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 +10 -6
- package/Readme.md +10 -6
- package/json/PIC16F15213.json +1 -1
- package/json/PIC16F15214.json +1 -1
- package/json/PIC16F15223.json +1 -1
- package/json/PIC16F15224.json +1 -1
- package/json/PIC16F15225.json +1 -1
- package/json/PIC16F15243.json +1 -1
- package/json/PIC16F15244.json +1 -1
- package/json/PIC16F15245.json +1 -1
- package/json/PIC16F15254.json +1 -1
- package/json/PIC16F15255.json +1 -1
- package/json/PIC16F15256.json +1 -1
- package/json/PIC16F15274.json +1 -1
- package/json/PIC16F15275.json +1 -1
- package/json/PIC16F15276.json +1 -1
- package/json/PIC16F18013.json +1 -0
- package/json/PIC16F18014.json +1 -0
- package/json/PIC16F18023.json +1 -0
- package/json/PIC16F18024.json +1 -0
- package/json/PIC18F44Q71.json +1 -1
- package/json/PIC18F45Q71.json +1 -1
- package/json/PIC18F46Q71.json +1 -1
- package/json/PIC18F54Q71.json +1 -1
- package/json/PIC18F55Q71.json +1 -1
- package/json/PIC18F56Q71.json +1 -1
- package/package.json +9 -1
package/Changelog.md
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [5.27.0] - 2024-02-07
|
|
5
|
+
|
|
6
|
+
### New Features
|
|
7
|
+
- **CC8SCRIP-19493** :- Added Support For PIC16F180[1,2][3,4] Devices
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [5.26.1] - 2024-01-17
|
|
5
11
|
|
|
6
12
|
### New Features
|
|
7
13
|
- **CC8SCRIP-19252** :- Bug Fixes in PIC16F131xx
|
|
8
14
|
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
- **CC8SCRIP-19225** :- ANx inputs not shown on Pin Grid view. PIC16F131xx
|
|
17
|
+
- **CC8SCRIP-18943** :- Missing ADC Input Selection
|
|
18
|
+
|
|
9
19
|
|
|
10
20
|
## [5.26.0] - 2023-12-21
|
|
11
21
|
|
|
12
22
|
### New Features
|
|
13
23
|
- **CC8SCRIP-19090** :- Bug Fixes/Feature Updates in all PIC device families
|
|
14
24
|
- **CC8SCRIP-19089** :- Added Support For PIC16F131xx Devices
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [5.25.3] - 2023-11-15
|
|
18
|
-
|
|
19
|
-
### New Features
|
|
20
|
-
- **CC8SCRIP-18720** :- Bug Fixes/Feature Updates in PIC16F152xx, PIC16(L)F188xx & PIC18F-Q device families
|
package/Readme.md
CHANGED
|
@@ -55,20 +55,24 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
55
55
|
# Changelog
|
|
56
56
|
All notable changes to this project will be documented in this file.
|
|
57
57
|
|
|
58
|
+
## [5.27.0] - 2024-02-07
|
|
59
|
+
|
|
60
|
+
### New Features
|
|
61
|
+
- **CC8SCRIP-19493** :- Added Support For PIC16F180[1,2][3,4] Devices
|
|
62
|
+
|
|
63
|
+
|
|
58
64
|
## [5.26.1] - 2024-01-17
|
|
59
65
|
|
|
60
66
|
### New Features
|
|
61
67
|
- **CC8SCRIP-19252** :- Bug Fixes in PIC16F131xx
|
|
62
68
|
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
- **CC8SCRIP-19225** :- ANx inputs not shown on Pin Grid view. PIC16F131xx
|
|
71
|
+
- **CC8SCRIP-18943** :- Missing ADC Input Selection
|
|
72
|
+
|
|
63
73
|
|
|
64
74
|
## [5.26.0] - 2023-12-21
|
|
65
75
|
|
|
66
76
|
### New Features
|
|
67
77
|
- **CC8SCRIP-19090** :- Bug Fixes/Feature Updates in all PIC device families
|
|
68
78
|
- **CC8SCRIP-19089** :- Added Support For PIC16F131xx Devices
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## [5.25.3] - 2023-11-15
|
|
72
|
-
|
|
73
|
-
### New Features
|
|
74
|
-
- **CC8SCRIP-18720** :- Bug Fixes/Feature Updates in PIC16F152xx, PIC16(L)F188xx & PIC18F-Q device families
|