zephyr/boards/arm/nucleo_wb55rg
Erwan Gouriou 16c11138d5 drivers: timer: stm32: Adapt SYS_CLOCK_TICKS_PER_SEC
When using LPTIM as tick source, tick freq (SYS_CLOCK_TICKS_PER_SEC)
needs to be adapted to get a precise tick to LPTIM freq ratio.

This adaptation was done easily using Kconfig up to now (under
soc/st_stm32/common/Kconfig.defconfig.series).
Since driver is configured using device tree, this method should
be adapted. For the LSI case (default Kconfig case), rely on the
existing mecanism, which is also still used by OOT users.
For the LSE case, force the value manually in boards forlder.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-09-02 10:41:59 +00:00
..
doc boards: convert images to JPEG and reduce image size 2022-08-29 10:18:18 +02:00
support
Kconfig.board
Kconfig.defconfig drivers: timer: stm32: Adapt SYS_CLOCK_TICKS_PER_SEC 2022-09-02 10:41:59 +00:00
arduino_r3_connector.dtsi
board.cmake
nucleo_wb55rg.dts boards: arm: Enable the die-temp capabilities of ADC 2022-08-24 11:35:45 +02:00
nucleo_wb55rg.yaml sample: subsys: nvs: support nucleo_wb55rg board 2022-07-14 10:43:53 +02:00
nucleo_wb55rg_defconfig