bsp-howto: Clarify clock driver initialization

Close #3834.
This commit is contained in:
Sebastian Huber 2019-12-19 09:11:57 +01:00
parent c9f5e20d31
commit d585fcb9a8

View File

@ -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
~~~~~~~~~~~~~~~~~~~