@mchp-mcc/scf-pic8-clc-v1 4.1.0 → 4.1.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 +12 -15
- package/Readme.md +12 -15
- package/output/autoCreator.js +116 -136
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +116 -136
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +521 -921
- package/output/creator.js.map +1 -1
- package/output/nullPrototype.json +3 -3
- package/output/processor.js +521 -921
- package/output/processor.js.map +1 -1
- package/output/reducer.js +1 -1
- package/output/view.js +2 -2
- package/output/view.js.map +1 -1
- package/package.json +12 -11
package/Changelog.md
CHANGED
|
@@ -1,30 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [4.1.
|
|
5
|
-
|
|
6
|
-
### New Features
|
|
7
|
-
- **CC8SCRIP-14895** :- Added Enable and Disable APIs in CLC MCC generated code for all devices
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
- **CC8SCRIP-17726** :- Missing notification when Cx_OUT or PWMx_OUT is selected as gate input source
|
|
11
|
-
- **CC8SCRIP-17725** :- Custom Name does not update other APIs in the templates
|
|
12
|
-
- **CC8SCRIP-17681** :- PIC16F18877 Missing Gates in CLC module
|
|
4
|
+
## [4.1.2] - 2023-12-21
|
|
13
5
|
|
|
14
6
|
### Improvements
|
|
15
|
-
- **CC8SCRIP-
|
|
7
|
+
- **CC8SCRIP-19015** :- Fixed Missing CLC Output pin issue
|
|
16
8
|
|
|
17
9
|
|
|
18
|
-
## [4.
|
|
10
|
+
## [4.1.1] - 2023-10-10
|
|
19
11
|
|
|
20
12
|
### New Features
|
|
21
|
-
- **CC8SCRIP-
|
|
13
|
+
- **CC8SCRIP-17527** :- Added APFCON Support on Content
|
|
14
|
+
|
|
22
15
|
|
|
16
|
+
## [4.1.0] - 2023-09-03
|
|
23
17
|
|
|
24
|
-
|
|
18
|
+
### New Features
|
|
19
|
+
- **CC8SCRIP-14895** :- Added Enable and Disable APIs in CLC MCC generated code for all devices
|
|
25
20
|
|
|
26
21
|
### Bug Fixes
|
|
27
|
-
- **CC8SCRIP-
|
|
22
|
+
- **CC8SCRIP-17726** :- Missing notification when Cx_OUT or PWMx_OUT is selected as gate input source
|
|
23
|
+
- **CC8SCRIP-17725** :- Custom Name does not update other APIs in the templates
|
|
24
|
+
- **CC8SCRIP-17681** :- PIC16F18877 Missing Gates in CLC module
|
|
28
25
|
|
|
29
26
|
### Improvements
|
|
30
|
-
- **CC8SCRIP-
|
|
27
|
+
- **CC8SCRIP-17727** :- Removed automatic loading of peripherals when selected as an input source
|
package/Readme.md
CHANGED
|
@@ -7,30 +7,27 @@ The Configurable Logic Cell (CLC) module provides programmable logic that operat
|
|
|
7
7
|
# Changelog
|
|
8
8
|
All notable changes to this project will be documented in this file.
|
|
9
9
|
|
|
10
|
-
## [4.1.
|
|
11
|
-
|
|
12
|
-
### New Features
|
|
13
|
-
- **CC8SCRIP-14895** :- Added Enable and Disable APIs in CLC MCC generated code for all devices
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
- **CC8SCRIP-17726** :- Missing notification when Cx_OUT or PWMx_OUT is selected as gate input source
|
|
17
|
-
- **CC8SCRIP-17725** :- Custom Name does not update other APIs in the templates
|
|
18
|
-
- **CC8SCRIP-17681** :- PIC16F18877 Missing Gates in CLC module
|
|
10
|
+
## [4.1.2] - 2023-12-21
|
|
19
11
|
|
|
20
12
|
### Improvements
|
|
21
|
-
- **CC8SCRIP-
|
|
13
|
+
- **CC8SCRIP-19015** :- Fixed Missing CLC Output pin issue
|
|
22
14
|
|
|
23
15
|
|
|
24
|
-
## [4.
|
|
16
|
+
## [4.1.1] - 2023-10-10
|
|
25
17
|
|
|
26
18
|
### New Features
|
|
27
|
-
- **CC8SCRIP-
|
|
19
|
+
- **CC8SCRIP-17527** :- Added APFCON Support on Content
|
|
20
|
+
|
|
28
21
|
|
|
22
|
+
## [4.1.0] - 2023-09-03
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
### New Features
|
|
25
|
+
- **CC8SCRIP-14895** :- Added Enable and Disable APIs in CLC MCC generated code for all devices
|
|
31
26
|
|
|
32
27
|
### Bug Fixes
|
|
33
|
-
- **CC8SCRIP-
|
|
28
|
+
- **CC8SCRIP-17726** :- Missing notification when Cx_OUT or PWMx_OUT is selected as gate input source
|
|
29
|
+
- **CC8SCRIP-17725** :- Custom Name does not update other APIs in the templates
|
|
30
|
+
- **CC8SCRIP-17681** :- PIC16F18877 Missing Gates in CLC module
|
|
34
31
|
|
|
35
32
|
### Improvements
|
|
36
|
-
- **CC8SCRIP-
|
|
33
|
+
- **CC8SCRIP-17727** :- Removed automatic loading of peripherals when selected as an input source
|