summaryrefslogtreecommitdiffstats
path: root/bsps/no_cpu/no_bsp/clock/ckinit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/no_cpu/no_bsp: Change license to BSD-2Joel Sherrill2022-07-121-3/+22
| | | | Updates #3053.
* clock: Simplify driver initializationSebastian Huber2019-12-111-13/+1
| | | | | | Use a system initialization handler instead of a legacy IO driver. Update #3834.
* clock: Remove Clock_exit() from APISebastian Huber2019-12-111-1/+1
| | | | | | | This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
* bsps: Move clock drivers to bspsSebastian Huber2018-04-201-0/+127
This patch is a part of the BSP source reorganization. Update #3285.