7d1bfb51ae
A Cortex-M specific function (sys_clock_isr()) was defined as a weak function, so in practice it was always available when system clock was enabled, even if no Cortex-M systick was available. This patch introduces an auxiliary Kconfig option that, when selected, the ISR function gets installed. External SysTick drivers can also make use of this function, thus achieving the same functionality offered today but in a cleaner way. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> |
||
---|---|---|
.. | ||
core | ||
include | ||
CMakeLists.txt | ||
Kconfig |