@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 ADDED
@@ -0,0 +1,7 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ ## [1.0.2] - 2022-03-10
5
+
6
+ ### Bug Fixes
7
+ - **CC16SCRIP-3176** :- Minimum and Maximum clock range added for input clock frequency and requested clock frequency
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
- ## [1.0.1]
28
- - Initial release version
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