@mchp-mcc/clock-16bit-driver 1.0.1 → 1.0.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 +7 -0
- package/Readme.md +7 -2
- package/output/creator.js +3328 -3
- package/output/creator.js.map +1 -1
- package/output/index.html +25 -0
- package/output/nullPrototype.json +11 -1
- package/output/processor.js +6096 -16
- package/output/processor.js.map +1 -1
- package/output/reducer.js +17774 -0
- package/output/reducer.js.map +1 -0
- package/output/resources/help-icon.png +0 -0
- package/output/resources/loading-status.gif +0 -0
- package/package.json +34 -10
- package/src/App.tsx +54 -0
- package/src/DerivedData.tsx +219 -13
- package/src/actions.ts +22 -0
- package/src/catalog.json +25 -0
- package/src/index.tsx +48 -0
- package/src/moduleConfig.json +13 -3
- package/src/reducer.tsx +94 -0
package/Changelog.md
ADDED
package/Readme.md
CHANGED
@@ -23,6 +23,11 @@ The Clock Driver helps the user to easily configure the System Clock , Auxiliary
|
|
23
23
|
* Requested FCAN frequency can be configured from CAN 2.0/CAN-FD modules in Drivers category.
|
24
24
|
|
25
25
|
|
26
|
+
|
26
27
|
# Changelog
|
27
|
-
|
28
|
-
|
28
|
+
All notable changes to this project will be documented in this file.
|
29
|
+
|
30
|
+
## [1.0.2] - 2022-03-10
|
31
|
+
|
32
|
+
### Bug Fixes
|
33
|
+
- **CC16SCRIP-3176** :- Minimum and Maximum clock range added for input clock frequency and requested clock frequency
|