@mchp-mcc/pic-8bit 5.7.0 → 5.8.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 (46) hide show
  1. package/Changelog.md +6 -6
  2. package/Readme.md +8 -8
  3. package/json/PIC16F17114.json +36565 -0
  4. package/json/PIC16F17115.json +36589 -0
  5. package/json/PIC16F17124.json +42853 -0
  6. package/json/PIC16F17125.json +42877 -0
  7. package/json/PIC16F17126.json +0 -40
  8. package/json/PIC16F17144.json +49008 -0
  9. package/json/PIC16F17145.json +49032 -0
  10. package/json/PIC16F17146.json +0 -40
  11. package/json/PIC16F18054.json +2 -2
  12. package/json/PIC16F18055.json +2 -2
  13. package/json/PIC16F18056.json +2 -2
  14. package/json/PIC16F18074.json +2 -2
  15. package/json/PIC16F18075.json +2 -2
  16. package/json/PIC16F18076.json +2 -2
  17. package/json/PIC16F18114.json +35836 -0
  18. package/json/PIC16F18115.json +35860 -0
  19. package/json/PIC16F18124.json +42055 -0
  20. package/json/PIC16F18125.json +42079 -0
  21. package/json/PIC16F18126.json +0 -40
  22. package/json/PIC16F18144.json +48156 -0
  23. package/json/PIC16F18145.json +48180 -0
  24. package/json/PIC16F18146.json +0 -40
  25. package/json/PIC18F25Q43.json +290 -5
  26. package/json/PIC18F26Q43.json +290 -5
  27. package/json/PIC18F26Q83.json +8 -8
  28. package/json/PIC18F26Q84.json +8 -8
  29. package/json/PIC18F27Q43.json +290 -5
  30. package/json/PIC18F27Q83.json +8 -8
  31. package/json/PIC18F27Q84.json +8 -8
  32. package/json/PIC18F45Q43.json +290 -5
  33. package/json/PIC18F46Q43.json +290 -5
  34. package/json/PIC18F46Q83.json +8 -8
  35. package/json/PIC18F46Q84.json +8 -8
  36. package/json/PIC18F47Q43.json +290 -5
  37. package/json/PIC18F47Q83.json +8 -8
  38. package/json/PIC18F47Q84.json +8 -8
  39. package/json/PIC18F55Q43.json +290 -5
  40. package/json/PIC18F56Q43.json +290 -5
  41. package/json/PIC18F56Q83.json +8 -8
  42. package/json/PIC18F56Q84.json +8 -8
  43. package/json/PIC18F57Q43.json +290 -5
  44. package/json/PIC18F57Q83.json +8 -8
  45. package/json/PIC18F57Q84.json +8 -8
  46. package/package.json +25 -1
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.8.0] - 2022-03-01
5
+
6
+ ### New Features
7
+ - **CC8SCRIP-7271** :- Added Support for PIC16F1711x/2x/4x and PIC16F1811x/2x/4x Devices
8
+
9
+
4
10
  ## [5.7.0] - 2022-01-24
5
11
 
6
12
  ### New Features
@@ -12,9 +18,3 @@ All notable changes to this project will be documented in this file.
12
18
  ### New Features
13
19
  - **CC8SCRIP-6619** :- Added Support for PIC16F1807x/5x Devices
14
20
  - **CC8SCRIP-6618** :- Added Support for PIC16F1712/46 and PIC16F1812/46 Devices
15
-
16
-
17
- ## [5.5.0] - 2021-10-28
18
-
19
- ### New Features
20
- - **CC8SCRIP-6010** :- Added Support for PIC16F1527x/5x Devices
package/Readme.md CHANGED
@@ -16,14 +16,20 @@ The following are the 8-bit PIC device families supported by MCC Melody
16
16
  | PIC18FxxQ84 |
17
17
  | PIC16(L)F188xx |
18
18
  | PIC16F152xx |
19
- | PIC16F1712/46 |
20
- | PIC16F1812/46 |
19
+ | PIC16F171xx |
20
+ | PIC16F181xx |
21
21
  | PIC16F1807x/5x |
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.8.0] - 2022-03-01
28
+
29
+ ### New Features
30
+ - **CC8SCRIP-7271** :- Added Support for PIC16F1711x/2x/4x and PIC16F1811x/2x/4x Devices
31
+
32
+
27
33
  ## [5.7.0] - 2022-01-24
28
34
 
29
35
  ### New Features
@@ -35,9 +41,3 @@ All notable changes to this project will be documented in this file.
35
41
  ### New Features
36
42
  - **CC8SCRIP-6619** :- Added Support for PIC16F1807x/5x Devices
37
43
  - **CC8SCRIP-6618** :- Added Support for PIC16F1712/46 and PIC16F1812/46 Devices
38
-
39
-
40
- ## [5.5.0] - 2021-10-28
41
-
42
- ### New Features
43
- - **CC8SCRIP-6010** :- Added Support for PIC16F1527x/5x Devices