[riot-notifications] [RIOT-OS/RIOT] boards/stm32l0l1: model clock configuration in kconfig (#15000)
Leandro Lanzieri
notifications at github.com
Tue Nov 3 13:43:23 CET 2020
@leandrolanzieri commented on this pull request.
> +config PLL_MUL_24
+ bool "Multiply by 24"
+
+config PLL_MUL_32
+ bool "Multiply by 32"
+
+config PLL_MUL_48
+ bool "Multiply by 48"
+
+endchoice
+
+config CLOCK_PLL_MUL
+ int
+ default 3 if PLL_MUL_3
+ default 4 if PLL_MUL_4
+ default 3 if PLL_MUL_6
```suggestion
default 6 if PLL_MUL_6
```
?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15000#pullrequestreview-522456992
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/cf728ff3/attachment.htm>
More information about the notifications
mailing list