@mchp-mcc/pic-8bit 5.30.0 → 5.31.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 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.30.0] - 2026-01-13
4
+ ## [5.31.0] - 2026-03-20
5
5
 
6
6
  ### New Features and Improvements
7
- - **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
7
+ - **M8PD-18036** :- Added support for PIC18F[2,4,5][4,5,6]Q35 devices
8
8
 
9
9
 
10
- ## [5.29.1] - 2025-04-10
10
+ ## [5.30.0] - 2026-01-13
11
11
 
12
12
  ### Bug Fixes
13
- - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
13
+ - **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
14
14
 
15
15
 
16
- ## [5.29.0] - 2025-01-31
16
+ ## [5.29.1] - 2025-04-10
17
17
 
18
- ### New Features and Improvements
19
- - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
18
+ ### Bug Fixes
19
+ - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
package/Readme.md CHANGED
@@ -27,7 +27,7 @@ The following are the 8-bit PIC device families supported by MCC Melody
27
27
  | PIC16(L)F153xx |
28
28
  | PIC16(L)F183xx |
29
29
  | PIC16(L)F19[3/4]x |
30
- | PIC12/16(L)F18[2/4]x |
30
+ | PIC12/16(L)F18[2/4]x|
31
31
  | PIC12/16(L)F161x |
32
32
  | PIC16(L)F178x |
33
33
  | PIC16LF190x |
@@ -50,6 +50,7 @@ The following are the 8-bit PIC device families supported by MCC Melody
50
50
  | PIC18FxxK90 |
51
51
  | PIC18FxxQ20 |
52
52
  | PIC18FxxQ24 |
53
+ | PIC18FxxQ35 |
53
54
  | PIC16F131xx |
54
55
  | PIC16F175xx |
55
56
  | PIC16F132xx |
@@ -60,19 +61,19 @@ The following are the 8-bit PIC device families supported by MCC Melody
60
61
  # Changelog
61
62
  All notable changes to this project will be documented in this file.
62
63
 
63
- ## [5.30.0] - 2026-01-13
64
+ ## [5.31.0] - 2026-03-20
64
65
 
65
66
  ### New Features and Improvements
66
- - **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
67
+ - **M8PD-18036** :- Added support for PIC18F[2,4,5][4,5,6]Q35 devices
67
68
 
68
69
 
69
- ## [5.29.1] - 2025-04-10
70
+ ## [5.30.0] - 2026-01-13
70
71
 
71
72
  ### Bug Fixes
72
- - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
73
+ - **M8PD-16988** :- CLBDEBUG and CLBCLK PPS support missing for CLB (PIC16F132xx)
73
74
 
74
75
 
75
- ## [5.29.0] - 2025-01-31
76
+ ## [5.29.1] - 2025-04-10
76
77
 
77
- ### New Features and Improvements
78
- - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
78
+ ### Bug Fixes
79
+ - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices