summaryrefslogtreecommitdiff
path: root/os/drivers/clock/stm32f769_rcc.h
AgeCommit message (Collapse)Author
2026-01-07Update reg io in stm32f769 rccKonstantin Kirik (snegovick)
2026-01-06Fixup all drivers to make code compilableKonstantin Kirik (snegovick)
2026-01-02Add structured device driversKonstantin Kirik (snegovick)
* Add lowlevel generic device struct * Add clock control driver for stm32f769 Generic device struct and common device driver init scheme will help in implementation implementation of device tree or something like that for generalized hardware configuration.