@mchp-mcc/pic-8bit 5.22.0 → 5.22.1
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 -7
- package/json/PIC16F1512.json +1 -1
- package/json/PIC16F1513.json +1 -1
- package/json/PIC16LF1512.json +1 -1
- package/json/PIC16LF1513.json +1 -1
- package/json/PIC18F24K50.json +1 -1
- package/json/PIC18F25K50.json +1 -1
- package/json/PIC18F45K50.json +1 -1
- package/json/PIC18LF24K50.json +1 -1
- package/json/PIC18LF25K50.json +1 -1
- package/json/PIC18LF45K50.json +1 -1
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [5.22.
|
|
4
|
+
## [5.22.1] - 2023-07-28
|
|
5
5
|
|
|
6
6
|
### New Features
|
|
7
|
-
- **CC8SCRIP-
|
|
7
|
+
- **CC8SCRIP-17245** :- Bug Fixes in PIC16(L)F151x Devices
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [5.
|
|
10
|
+
## [5.22.0] - 2023-07-25
|
|
11
11
|
|
|
12
12
|
### New Features
|
|
13
|
-
- **CC8SCRIP-
|
|
13
|
+
- **CC8SCRIP-17211** :- Added Support for PIC12/16LF155x, PIC12/16(L)F150x & PIC16(L)F145x Devices
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## [5.
|
|
16
|
+
## [5.21.0] - 2023-07-13
|
|
17
17
|
|
|
18
18
|
### New Features
|
|
19
|
-
- **CC8SCRIP-
|
|
20
|
-
- **CC8SCRIP-16853** :- Added Support for PIC16(L)F171x, PIC16(L)F170x, PIC12/16(L)F157x & PIC16LF156x Devices
|
|
19
|
+
- **CC8SCRIP-16898** :- Added Support for PIC16(L)F152x ,PIC16(L)F151x, PIC18FxxK20, PIC18(L)FxxK22 & PIC18(L)FxxK50 Devices
|
package/Readme.md
CHANGED
|
@@ -46,23 +46,23 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
46
46
|
| PIC12/16(L)F150x |
|
|
47
47
|
| PIC16(L)F145x |
|
|
48
48
|
|
|
49
|
+
|
|
49
50
|
# Changelog
|
|
50
51
|
All notable changes to this project will be documented in this file.
|
|
51
52
|
|
|
52
|
-
## [5.22.
|
|
53
|
+
## [5.22.1] - 2023-07-28
|
|
53
54
|
|
|
54
55
|
### New Features
|
|
55
|
-
- **CC8SCRIP-
|
|
56
|
+
- **CC8SCRIP-17245** :- Bug Fixes in PIC16(L)F151x Devices
|
|
56
57
|
|
|
57
58
|
|
|
58
|
-
## [5.
|
|
59
|
+
## [5.22.0] - 2023-07-25
|
|
59
60
|
|
|
60
61
|
### New Features
|
|
61
|
-
- **CC8SCRIP-
|
|
62
|
+
- **CC8SCRIP-17211** :- Added Support for PIC12/16LF155x, PIC12/16(L)F150x & PIC16(L)F145x Devices
|
|
62
63
|
|
|
63
64
|
|
|
64
|
-
## [5.
|
|
65
|
+
## [5.21.0] - 2023-07-13
|
|
65
66
|
|
|
66
67
|
### New Features
|
|
67
|
-
- **CC8SCRIP-
|
|
68
|
-
- **CC8SCRIP-16853** :- Added Support for PIC16(L)F171x, PIC16(L)F170x, PIC12/16(L)F157x & PIC16LF156x Devices
|
|
68
|
+
- **CC8SCRIP-16898** :- Added Support for PIC16(L)F152x ,PIC16(L)F151x, PIC18FxxK20, PIC18(L)FxxK22 & PIC18(L)FxxK50 Devices
|