@mchp-mcc/scf-pic8-clc-v1 4.4.1 → 4.4.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 +2 -12
- package/Readme.md +2 -12
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +1 -1
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js.map +1 -1
- package/output/processor.js +1 -1
- package/output/processor.js.map +1 -1
- package/package.json +5 -5
package/Changelog.md
CHANGED
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
## [4.4.
|
|
4
|
+
## [4.4.2] - 2026-03-13
|
|
5
5
|
|
|
6
6
|
### New Features and Improvements
|
|
7
|
-
- **M8PD-
|
|
8
|
-
- **M8PD-16994** :- Added support for CLB synthesizer library
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
## [4.3.1] - 2025-03-07
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
- **M8PD-14296** :- Register editor UI issue fix
|
|
15
|
-
|
|
16
|
-
### New Features and Improvements
|
|
17
|
-
- **M8PD-12732** :- Added support for CLC module to be configured through other application libraries and drivers
|
|
7
|
+
- **M8PD-17518** :- PIC18FxxQ35 device family support
|
package/Readme.md
CHANGED
|
@@ -7,17 +7,7 @@ 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.4.
|
|
10
|
+
## [4.4.2] - 2026-03-13
|
|
11
11
|
|
|
12
12
|
### New Features and Improvements
|
|
13
|
-
- **M8PD-
|
|
14
|
-
- **M8PD-16994** :- Added support for CLB synthesizer library
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [4.3.1] - 2025-03-07
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
- **M8PD-14296** :- Register editor UI issue fix
|
|
21
|
-
|
|
22
|
-
### New Features and Improvements
|
|
23
|
-
- **M8PD-12732** :- Added support for CLC module to be configured through other application libraries and drivers
|
|
13
|
+
- **M8PD-17518** :- PIC18FxxQ35 device family support
|