@mchp-mcc/pic-8bit 5.28.1 → 5.28.2
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 +9 -9
- package/Readme.md +9 -9
- package/json/PIC18F04Q20.json +1 -1
- package/json/PIC18F05Q20.json +1 -1
- package/json/PIC18F06Q20.json +1 -1
- package/json/PIC18F14Q20.json +1 -1
- package/json/PIC18F15Q20.json +1 -1
- package/json/PIC18F16Q20.json +1 -1
- package/json/PIC18F24Q24.json +1 -1
- package/json/PIC18F25Q24.json +1 -1
- package/json/PIC18F26Q24.json +1 -1
- package/json/PIC18F45Q24.json +1 -1
- package/json/PIC18F46Q24.json +1 -1
- package/json/PIC18F55Q24.json +1 -1
- package/json/PIC18F56Q24.json +1 -1
- package/package.json +1 -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.28.
|
|
4
|
+
## [5.28.2] - 2024-05-30
|
|
5
5
|
|
|
6
|
-
###
|
|
7
|
-
- **
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- **M8PD-6420** :- Bug Fixes in PIC18FxxQ24 device family.
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
## [5.28.
|
|
10
|
+
## [5.28.1] - 2024-04-25
|
|
11
11
|
|
|
12
|
-
###
|
|
13
|
-
- **
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
- **M8PD-5232** :- PIC16F18875 JSON: In Pin grid view the Tx pin is missing for RC6 due to Tx is mentioned as Bi-directional
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## [5.
|
|
16
|
+
## [5.28.0] - 2024-03-18
|
|
17
|
+
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
- **CC8SCRIP-19493** :- Added Support For PIC16F180[1,2][3,4] Devices
|
|
19
|
+
No changes from previous version
|
package/Readme.md
CHANGED
|
@@ -55,19 +55,19 @@ 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.28.
|
|
58
|
+
## [5.28.2] - 2024-05-30
|
|
59
59
|
|
|
60
|
-
###
|
|
61
|
-
- **
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
- **M8PD-6420** :- Bug Fixes in PIC18FxxQ24 device family.
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
## [5.28.
|
|
64
|
+
## [5.28.1] - 2024-04-25
|
|
65
65
|
|
|
66
|
-
###
|
|
67
|
-
- **
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
- **M8PD-5232** :- PIC16F18875 JSON: In Pin grid view the Tx pin is missing for RC6 due to Tx is mentioned as Bi-directional
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
## [5.
|
|
70
|
+
## [5.28.0] - 2024-03-18
|
|
71
|
+
|
|
71
72
|
|
|
72
|
-
|
|
73
|
-
- **CC8SCRIP-19493** :- Added Support For PIC16F180[1,2][3,4] Devices
|
|
73
|
+
No changes from previous version
|