@mchp-mcc/pic-8bit 5.29.0 → 5.30.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.
Files changed (42) hide show
  1. package/Changelog.md +7 -7
  2. package/Readme.md +9 -7
  3. package/json/PIC12F1571.json +1 -1
  4. package/json/PIC12F1572.json +1 -1
  5. package/json/PIC12LF1571.json +1 -1
  6. package/json/PIC12LF1572.json +1 -1
  7. package/json/PIC16F13113.json +1 -1
  8. package/json/PIC16F13114.json +1 -1
  9. package/json/PIC16F13115.json +1 -1
  10. package/json/PIC16F13123.json +1 -1
  11. package/json/PIC16F13124.json +1 -1
  12. package/json/PIC16F13125.json +1 -1
  13. package/json/PIC16F13143.json +1 -1
  14. package/json/PIC16F13144.json +1 -1
  15. package/json/PIC16F13145.json +1 -1
  16. package/json/PIC16F13254.json +1 -0
  17. package/json/PIC16F13255.json +1 -0
  18. package/json/PIC16F13256.json +1 -0
  19. package/json/PIC16F13274.json +1 -0
  20. package/json/PIC16F13275.json +1 -0
  21. package/json/PIC16F13276.json +1 -0
  22. package/json/PIC16F1574.json +1 -1
  23. package/json/PIC16F1575.json +1 -1
  24. package/json/PIC16F1578.json +1 -1
  25. package/json/PIC16F1579.json +1 -1
  26. package/json/PIC16F17524.json +1 -1
  27. package/json/PIC16F17525.json +1 -1
  28. package/json/PIC16F17526.json +1 -1
  29. package/json/PIC16F17544.json +1 -1
  30. package/json/PIC16F17545.json +1 -1
  31. package/json/PIC16F17546.json +1 -1
  32. package/json/PIC16F17554.json +1 -1
  33. package/json/PIC16F17555.json +1 -1
  34. package/json/PIC16F17556.json +1 -1
  35. package/json/PIC16F17574.json +1 -1
  36. package/json/PIC16F17575.json +1 -1
  37. package/json/PIC16F17576.json +1 -1
  38. package/json/PIC16LF1574.json +1 -1
  39. package/json/PIC16LF1575.json +1 -1
  40. package/json/PIC16LF1578.json +1 -1
  41. package/json/PIC16LF1579.json +1 -1
  42. package/package.json +13 -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.29.0] - 2025-01-31
4
+ ## [5.30.0] - 2026-01-13
5
5
 
6
6
  ### New Features and Improvements
7
- - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
7
+ - **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
8
8
 
9
9
 
10
- ## [5.28.4] - 2024-10-15
10
+ ## [5.29.1] - 2025-04-10
11
11
 
12
12
  ### Bug Fixes
13
- - **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
13
+ - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
14
14
 
15
15
 
16
- ## [5.28.3] - 2024-10-03
16
+ ## [5.29.0] - 2025-01-31
17
17
 
18
- ### Bug Fixes
19
- - **M8PD-6095** :- Incorrect and missing values in ADSTAT.ADSTAT options
18
+ ### New Features and Improvements
19
+ - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
package/Readme.md CHANGED
@@ -52,25 +52,27 @@ The following are the 8-bit PIC device families supported by MCC Melody
52
52
  | PIC18FxxQ24 |
53
53
  | PIC16F131xx |
54
54
  | PIC16F175xx |
55
+ | PIC16F132xx |
56
+
55
57
 
56
58
 
57
59
 
58
60
  # Changelog
59
61
  All notable changes to this project will be documented in this file.
60
62
 
61
- ## [5.29.0] - 2025-01-31
63
+ ## [5.30.0] - 2026-01-13
62
64
 
63
65
  ### New Features and Improvements
64
- - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices
66
+ - **M8PD-17394** :- Added support for PIC16F132[5,7][4,5,6] devices
65
67
 
66
68
 
67
- ## [5.28.4] - 2024-10-15
69
+ ## [5.29.1] - 2025-04-10
68
70
 
69
71
  ### Bug Fixes
70
- - **M8PD-6371** :- Missing ADCP registers for PIC16 devices in scf-pic8-adcc-v1
72
+ - **M8PD-15427** :- Bug Fixes in VREFLP, CMPLP and OPA modules for PIC16F175xx devices
71
73
 
72
74
 
73
- ## [5.28.3] - 2024-10-03
75
+ ## [5.29.0] - 2025-01-31
74
76
 
75
- ### Bug Fixes
76
- - **M8PD-6095** :- Incorrect and missing values in ADSTAT.ADSTAT options
77
+ ### New Features and Improvements
78
+ - **M8PD-13362** :- Added Support For PIC16F175[2,4,5,7][4,5,6] Devices