-
Notifications
You must be signed in to change notification settings - Fork 7.6k
drivers: Add header file with common functions for BFLB #92201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
2869206
to
8c38b85
Compare
8c38b85
to
0f97ba5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed these a few days ago on mobile, but forgot to submit
include/zephyr/drivers/clock_control/clock_control_bflb_common.h
Outdated
Show resolved
Hide resolved
include/zephyr/drivers/clock_control/clock_control_bflb_common.h
Outdated
Show resolved
Hide resolved
include/zephyr/drivers/clock_control/clock_control_bflb_common.h
Outdated
Show resolved
Hide resolved
include/zephyr/drivers/clock_control/clock_control_bflb_common.h
Outdated
Show resolved
Hide resolved
This moves the couple functions that are and will be all over the various clock operations for all platforms. Signed-off-by: Camille BAUD <mail@massdriver.space>
|
Hi @nordic-krch , Could you check if these files are managers in the maintainers list ? |
It looks like it isnt necessary for headers, only c files? |
This moves the couple functions that are and will be all over the various clock operations for all platforms.