-
Notifications
You must be signed in to change notification settings - Fork 59
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
scripts: add script to generate the comparator silabs-acmp bindings h… #80
scripts: add script to generate the comparator silabs-acmp bindings h… #80
Conversation
edd088f
to
156c894
Compare
156c894
to
d6227b1
Compare
@asmellby @jerome-pouiller I suppose this is ready to be merged? Seems like the counterpart zephyrproject-rtos/zephyr#83980 is also close to being merged. (No strong opinion on tying these together through an immediate |
Btw, since we're starting to have quite many of these import/generation scripts, would it make sense to have some "super script" that covers all of them for a new SiSDK version? |
…eader The script added will combine all possible ACMP positive and negative input values and define helper macros to make it easier for applications to select ACMP inputs for their comparator driver. The script also verifies that the integer input values are consistent between the parts that this header is generated for. However, it must be noted that some of the input defines may not be available as positive and/or negative inputs for some devices. It's recommended to always reference your part's design book before selecting any of the inputs in this generated header. Signed-off-by: Christian Galante <[email protected]>
d6227b1
to
dde6f86
Compare
…eader
The script added will combine all possible ACMP positive and negative input values and define helper macros to make it easier for applications to select ACMP inputs for their comparator driver. The script also verifies that the integer input values are consistent between the parts that this header is generated for. However, it must be noted that some of the input defines may not be available as positive and/or negative inputs for some devices. It's recommended to always reference your part's design book before selecting any of the inputs in this generated header.