From d585fcb9a8a6fab15d6bba0faf19c0923190c00e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Dec 2019 09:11:57 +0100 Subject: bsp-howto: Clarify clock driver initialization Close #3834. --- bsp-howto/clock.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bsp-howto') diff --git a/bsp-howto/clock.rst b/bsp-howto/clock.rst index ef8665a..f3d30ce 100644 --- a/bsp-howto/clock.rst +++ b/bsp-howto/clock.rst @@ -65,6 +65,11 @@ Clock Tick Only Initialization ============== +The clock driver is initialized by a dedicated system initialization handler if +requested by the application configuration option +``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``. The clock driver does not use the +legacy IO driver framework. + Timecounter Variant ~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3