@mchp-mcc/pic-8bit 5.8.0 → 5.9.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 -7
- package/Readme.md +7 -8
- package/json/PIC16F18015.json +26994 -0
- package/json/PIC16F18025.json +32675 -0
- package/json/PIC16F18026.json +32727 -0
- package/json/PIC16F18044.json +38242 -0
- package/json/PIC16F18045.json +38266 -0
- package/json/PIC16F18046.json +38318 -0
- package/json/PIC16F18054.json +276 -455
- package/json/PIC16F18055.json +276 -455
- package/json/PIC16F18056.json +276 -455
- package/json/PIC16F18074.json +189 -730
- package/json/PIC16F18075.json +189 -730
- package/json/PIC16F18076.json +189 -730
- package/json/PIC18F26Q83.json +1 -1
- package/json/PIC18F26Q84.json +1 -1
- package/json/PIC18F27Q83.json +1 -1
- package/json/PIC18F27Q84.json +1 -1
- package/json/PIC18F46Q83.json +1 -1
- package/json/PIC18F46Q84.json +1 -1
- package/json/PIC18F47Q83.json +1 -1
- package/json/PIC18F47Q84.json +1 -1
- package/json/PIC18F56Q83.json +1 -1
- package/json/PIC18F56Q84.json +1 -1
- package/json/PIC18F57Q83.json +1 -1
- package/json/PIC18F57Q84.json +1 -1
- package/package.json +14 -2
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.9.0] - 2022-05-27
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
No changes from previous version
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [5.8.0] - 2022-03-01
|
|
5
11
|
|
|
6
12
|
### New Features
|
|
@@ -11,10 +17,3 @@ All notable changes to this project will be documented in this file.
|
|
|
11
17
|
|
|
12
18
|
### New Features
|
|
13
19
|
- **CC8SCRIP-6931** :- Added Support for PIC18FxxQ83/84 Devices
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## [5.6.0] - 2021-12-17
|
|
17
|
-
|
|
18
|
-
### New Features
|
|
19
|
-
- **CC8SCRIP-6619** :- Added Support for PIC16F1807x/5x Devices
|
|
20
|
-
- **CC8SCRIP-6618** :- Added Support for PIC16F1712/46 and PIC16F1812/46 Devices
|
package/Readme.md
CHANGED
|
@@ -18,12 +18,18 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
18
18
|
| PIC16F152xx |
|
|
19
19
|
| PIC16F171xx |
|
|
20
20
|
| PIC16F181xx |
|
|
21
|
-
|
|
|
21
|
+
| PIC16F180xx |
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
# Changelog
|
|
25
25
|
All notable changes to this project will be documented in this file.
|
|
26
26
|
|
|
27
|
+
## [5.9.0] - 2022-05-27
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
No changes from previous version
|
|
31
|
+
|
|
32
|
+
|
|
27
33
|
## [5.8.0] - 2022-03-01
|
|
28
34
|
|
|
29
35
|
### New Features
|
|
@@ -34,10 +40,3 @@ All notable changes to this project will be documented in this file.
|
|
|
34
40
|
|
|
35
41
|
### New Features
|
|
36
42
|
- **CC8SCRIP-6931** :- Added Support for PIC18FxxQ83/84 Devices
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## [5.6.0] - 2021-12-17
|
|
40
|
-
|
|
41
|
-
### New Features
|
|
42
|
-
- **CC8SCRIP-6619** :- Added Support for PIC16F1807x/5x Devices
|
|
43
|
-
- **CC8SCRIP-6618** :- Added Support for PIC16F1712/46 and PIC16F1812/46 Devices
|